@-webkit-keyframes imageAnimation {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    2% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    3% {
      opacity: 1;
    }
    6% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes imageAnimation {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    2% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    3% {
      opacity: 1;
    }
    6% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  @-webkit-keyframes bounce {
    0%, 4%, 10%, 16%, 20% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    8% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    12% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
  }

  @keyframes bounce {
    0%, 4%, 10%, 16%, 20% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    8% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    12% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
  }

  html, body {
    width: 100%;
    height: 100%;
  }

  body {
    font-family: "Arial", "Helvetica", sans-serif;
    text-align: center;
    overflow-x: hidden;
  }

  a {
    text-decoration: none;
  }

  .hide {
    position: relative;
  }

  @media (max-width: 813px) {
    .desktop-site {
      display: none;
    }
  }

  .desktop-site .landing-page {
    position: relative;
    z-index: 100;
    height: 100vh;
    width: 100vw;
    background: url(../images/blue-triangles.jpg);
    background-size: cover;
  }

  .desktop-site .landing-page .landing-content {
    z-index: 3;
  }

  .desktop-site .landing-page .landing-content .statalogo {
    padding: 50px 0px;
  }

  .desktop-site .landing-page .landing-content .statalogo .newINstata {
    font-size: 4vh;
    margin-bottom: -4%;
    margin-left: -55%;
    color: #006192;
  }

  .desktop-site .landing-page .landing-content .statalogo img {
    width: 20vw;
  }

  .desktop-site .landing-page .landing-content .statalogo .orderbtnstop {
    margin-left: 25%;
  }

  .desktop-site .landing-page .landing-content .statalogo .orderbtnstop .orderbtn {
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5vh;
    background: #006192;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 25px;
    margin-right: 10px;
  }

  .desktop-site .landing-page .landing-content .statalogo .orderbtnstop .orderbtn:hover {
    background: #cf3338;
  }

  .desktop-site .landing-page .landing-content .features-image-holder {
    width: 100%;
    height: 50%;
  }

  .desktop-site .landing-page .landing-content .features-section {
    max-height: 60vh;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage {
    list-style-type: none;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: imageAnimation 130s linear infinite 0s;
            animation: imageAnimation 130s linear infinite 0s;
    opacity: 0;
    z-index: 2000;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(2) span {
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(3) span {
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(4) span {
    -webkit-animation-delay: 18s;
            animation-delay: 18s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(5) span {
    -webkit-animation-delay: 24s;
            animation-delay: 24s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(6) span {
    -webkit-animation-delay: 30s;
            animation-delay: 30s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(7) span {
    -webkit-animation-delay: 36s;
            animation-delay: 36s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(8) span {
    -webkit-animation-delay: 42s;
            animation-delay: 42s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(9) span {
    -webkit-animation-delay: 48s;
            animation-delay: 48s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(10) span {
    -webkit-animation-delay: 54s;
            animation-delay: 54s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(11) span {
    -webkit-animation-delay: 60s;
            animation-delay: 60s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(12) span {
    -webkit-animation-delay: 66s;
            animation-delay: 66s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(13) span {
    -webkit-animation-delay: 72s;
            animation-delay: 72s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(14) span {
    -webkit-animation-delay: 78s;
            animation-delay: 78s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(15) span {
    -webkit-animation-delay: 84s;
            animation-delay: 84s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(16) span {
    -webkit-animation-delay: 90s;
            animation-delay: 90s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(17) span {
    -webkit-animation-delay: 96s;
            animation-delay: 96s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(18) span {
    -webkit-animation-delay: 102s;
            animation-delay: 102s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(19) span {
    -webkit-animation-delay: 108s;
            animation-delay: 108s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(20) span {
    -webkit-animation-delay: 114s;
            animation-delay: 114s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(21) span {
    -webkit-animation-delay: 120s;
            animation-delay: 120s;
  }

  .desktop-site .landing-page .landing-content .features-section .featuresimage li:nth-child(22) span {
    -webkit-animation-delay: 126s;
            animation-delay: 126s;
  }

  .desktop-site .landing-page .landing-content .features-section .newfeature {
    width: 100%;
    height: 100%;
  }

  .desktop-site .landing-page .landing-content .features-section .newfeature h2 {
    font-size: 3.5vh;
    color: #003864;
  }

  .desktop-site .landing-page .landing-content .features-section .newfeature p {
    font-size: 2vh;
  }

  .desktop-site .landing-page .landing-content .features-section .lasso-feature h2 {
    margin-bottom: -10px;
  }

  .desktop-site .landing-page .landing-content .features-section .lasso-feature img {
    width: 40%;
  }

  .desktop-site .landing-page .landing-content .features-section .lasso-feature #coefepath {
    position: relative;
    z-index: 2;
  }

  .desktop-site .landing-page .landing-content .features-section .lasso-feature #cvplot {
    position: relative;
    z-index: 1;
    margin-left: -5%;
    margin-top: 5%;
  }

  .desktop-site .landing-page .landing-content .features-section .lasso-feature .lasso-text {
    margin-top: 40px;
    color: #003864;
  }

  .desktop-site .landing-page .landing-content .features-section .lasso-feature p {
    font-size: 2.5vh;
  }

  .desktop-site .landing-page .landing-content .features-section .reporting-feature h2 {
    margin-bottom: 20px;
  }

  .desktop-site .landing-page .landing-content .features-section .reporting-feature #pdf {
    width: 20%;
  }

  .desktop-site .landing-page .landing-content .features-section .reporting-feature #word {
    width: 25%;
    margin-left: -8%;
  }

  .desktop-site .landing-page .landing-content .features-section .reporting-feature #html {
    width: 25%;
    margin-left: -8%;
  }

  .desktop-site .landing-page .landing-content .features-section .reporting-feature #excel {
    width: 25%;
    margin-left: -9%;
    margin-top: 5%;
  }

  .desktop-site .landing-page .landing-content .features-section .meta-analysis-feature h2 {
    margin-bottom: -1%;
  }

  .desktop-site .landing-page .landing-content .features-section .meta-analysis-feature #meta-forest {
    position: relative;
    width: 20%;
    margin-top: 15%;
    z-index: 4;
  }

  .desktop-site .landing-page .landing-content .features-section .meta-analysis-feature #meta-sum {
    position: relative;
    width: 50%;
    margin-left: -25%;
    z-index: 3;
  }

  .desktop-site .landing-page .landing-content .features-section .meta-analysis-feature #meta-funnel {
    position: relative;
    width: 20%;
    margin-top: 20%;
    margin-left: -15%;
    z-index: 5;
  }

  .desktop-site .landing-page .landing-content .features-section .meta-analysis-feature p {
    margin-top: 10px;
    color: #003864;
    font-size: 2.5vh;
  }

  .desktop-site .landing-page .landing-content .features-section .choice-models-feature ul {
    list-style-type: none;
  }

  .desktop-site .landing-page .landing-content .features-section .choice-models-feature ul li {
    display: inline-block;
    padding: 0px 25px 10px 25px;
    font-style: bold;
    font-size: 2.5vh;
    text-align: left;
    color: #003864;
  }

  .desktop-site .landing-page .landing-content .features-section .choice-models-feature img {
    width: 25%;
  }

  .desktop-site .landing-page .landing-content .features-section .choice-models-feature #car-travel {
    margin-top: -5%;
  }

  .desktop-site .landing-page .landing-content .features-section .choice-models-feature #modes-of-transport {
    margin-left: -10%;
    margin-top: 0%;
  }

  .desktop-site .landing-page .landing-content .features-section .choice-models-feature #select-modes {
    margin-left: -10%;
    margin-top: 5%;
  }

  .desktop-site .landing-page .landing-content .features-section .choice-models-feature h2 {
    margin-top: 30px;
  }

  .desktop-site .landing-page .landing-content .features-section .python-integration-feature h2 {
    margin: 15px;
  }

  .desktop-site .landing-page .landing-content .features-section .python-integration-feature img {
    width: 60%;
  }

  .desktop-site .landing-page .landing-content .features-section .bayesian-analysis-feature h2 {
    margin-bottom: 0%;
  }

  .desktop-site .landing-page .landing-content .features-section .bayesian-analysis-feature p {
    color: #003864;
    font-size: 3vh;
  }

  .desktop-site .landing-page .landing-content .features-section .bayesian-analysis-feature img {
    margin: auto;
    width: 30%;
  }

  .desktop-site .landing-page .landing-content .features-section .bayesian-analysis-feature #grubin {
    margin-left: -10%;
  }

  .desktop-site .landing-page .landing-content .features-section .bayesian-analysis-feature #ac {
    margin-left: -10%;
    margin-top: 10%;
  }

  .desktop-site .landing-page .landing-content .features-section .bayesian-analysis-feature #trace {
    margin-top: -12%;
    margin-left: -7%;
  }

  .desktop-site .landing-page .landing-content .features-section .bayesian-analysis-feature .bayes-text {
    margin-top: 35px;
  }

  .desktop-site .landing-page .landing-content .features-section .panel-data-erms-feature img {
    width: 50%;
  }

  .desktop-site .landing-page .landing-content .features-section .sas-spss-feature img {
    width: 80%;
  }

  .desktop-site .landing-page .landing-content .features-section .nonparametric-series-feature .nonlinear-text {
    margin-bottom: -8%;
  }

  .desktop-site .landing-page .landing-content .features-section .nonparametric-series-feature #npreg1 {
    position: relative;
    z-index: 2;
    width: 30%;
  }

  .desktop-site .landing-page .landing-content .features-section .nonparametric-series-feature #npreg2 {
    position: relative;
    z-index: 1;
    width: 40%;
    margin-left: -10%;
    margin-top: 20%;
  }

  .desktop-site .landing-page .landing-content .features-section .nonparametric-series-feature #npreg3 {
    position: relative;
    z-index: 3;
    width: 30%;
    margin-left: -12%;
  }

  .desktop-site .landing-page .landing-content .features-section .nonparametric-series-feature .question-text {
    margin-top: 30px;
  }

  .desktop-site .landing-page .landing-content .features-section .nonparametric-series-feature p {
    font-size: 2.5vh;
  }

  .desktop-site .landing-page .landing-content .features-section .datasets-memory-feature #fr-manager {
    position: relative;
    width: 25%;
    z-index: 5;
  }

  .desktop-site .landing-page .landing-content .features-section .datasets-memory-feature #data-ed {
    position: relative;
    width: 50%;
    margin-left: -10%;
    z-index: 1;
  }

  .desktop-site .landing-page .landing-content .features-section .datasets-memory-feature #fr-link {
    position: relative;
    width: 30%;
    margin-left: -10%;
    z-index: 3;
  }

  .desktop-site .landing-page .landing-content .features-section .ci-feature #ci-db {
    width: 50%;
  }

  .desktop-site .landing-page .landing-content .features-section .ci-feature #ci-panel {
    width: 50%;
    margin-left: -20%;
  }

  .desktop-site .landing-page .landing-content .features-section .ci-feature #ci-table {
    position: relative;
    z-index: 2;
    width: 60%;
  }

  .desktop-site .landing-page .landing-content .features-section .ci-feature #ci-graph {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -40%;
    margin-left: -50%;
  }

  .desktop-site .landing-page .landing-content .features-section .mixed-logit-feature h2 {
    margin-top: 10%;
  }

  .desktop-site .landing-page .landing-content .features-section .mixed-logit-feature h3 {
    line-height: 2.5vh;
  }

  .desktop-site .landing-page .landing-content .features-section .mixed-logit-feature p {
    font-size: 2.5vh;
    line-height: 2.5vh;
    text-align: left;
  }

  .desktop-site .landing-page .landing-content .features-section .mixed-logit-feature #line1 {
    padding-left: 25px;
  }

  .desktop-site .landing-page .landing-content .features-section .mixed-logit-feature #line2 {
    padding-left: 45px;
  }

  .desktop-site .landing-page .landing-content .features-section .mixed-logit-feature #line3 {
    text-align: center;
    font-weight: bold;
  }

  .desktop-site .landing-page .landing-content .features-section .dsge-feature p {
    margin-top: 5%;
    font-size: 2.5vh;
  }

  .desktop-site .landing-page .landing-content .features-section .dsge-feature #irf {
    width: 100%;
  }

  .desktop-site .landing-page .landing-content .features-section .dsge-feature #dsge {
    width: 80%;
  }

  .desktop-site .landing-page .landing-content .features-section .dsge-feature .dsge-text {
    margin-top: 30px;
  }

  .desktop-site .landing-page .landing-content .features-section .irt-feature #irtgrp1 {
    margin-top: 3%;
    width: 80%;
  }

  .desktop-site .landing-page .landing-content .features-section .irt-feature #irtgrp2 {
    width: 79%;
    margin-top: 10px;
    margin-left: 1px;
  }

  .desktop-site .landing-page .landing-content .features-section .irt-feature #irtgrp3 {
    width: 50%;
    float: left;
  }

  .desktop-site .landing-page .landing-content .features-section .xtheckman-feature h2 {
    font-family: "Lucida Console";
    margin-top: 10%;
    margin-bottom: 10px;
  }

  .desktop-site .landing-page .landing-content .features-section .xtheckman-feature p {
    font-size: 2.5vh;
    line-height: 2vh;
  }

  .desktop-site .landing-page .landing-content .features-section .pharmacokinetics-feature img {
    width: 60%;
  }

  .desktop-site .landing-page .landing-content .features-section .pharmacokinetics-feature .pk-text {
    margin-top: 20px;
    text-align: center;
  }

  .desktop-site .landing-page .landing-content .features-section .pharmacokinetics-feature p {
    font-size: 2.5vh;
  }

  .desktop-site .landing-page .landing-content .features-section .probit-feature img {
    width: 60%;
  }

  .desktop-site .landing-page .landing-content .features-section .probit-feature .probit-text {
    margin-top: 30px;
  }

  .desktop-site .landing-page .landing-content .features-section .probit-feature p {
    font-size: 2.5vh;
  }

  .desktop-site .landing-page .landing-content .features-section .graphics-feature img {
    width: 70%;
  }

  .desktop-site .landing-page .landing-content .features-section .new-mata-feature p {
    text-align: center;
  }

  .desktop-site .landing-page .landing-content .features-section .new-mata-feature img {
    width: 50%;
  }

  .desktop-site .landing-page .landing-content .features-section .new-mata-feature #quad {
    position: relative;
    z-index: 2;
    margin-top: -3%;
  }

  .desktop-site .landing-page .landing-content .features-section .new-mata-feature #quad2 {
    width: 70%;
    position: relative;
    z-index: 1;
    margin-left: -40%;
  }

  .desktop-site .landing-page .landing-content .features-section .new-mata-feature #linear-prog {
    width: 52%;
  }

  .desktop-site .landing-page .landing-content .features-section .korean-feature img {
    width: 40%;
  }

  .desktop-site .landing-page .landing-content .features-section .korean-feature #korean2 {
    margin-left: -10%;
  }

  .desktop-site .landing-page .landing-content .features-section .mac-interface-feature img {
    width: 50%;
  }

  .desktop-site .landing-page .landing-content .features-section .do-file-editor-feature img {
    width: 70%;
  }

  .desktop-site .landing-page .landing-content #scrolldown {
    position: fixed;
    bottom: 50px;
    left: 50%;
    padding-top: 10%;
  }

  .desktop-site .landing-page .landing-content #scrolldown #homearrow {
    color: rgba(0, 97, 146, 0.7);
    text-align: center;
    padding: 10px;
    -webkit-animation-name: bounce;
            animation-name: bounce;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  .desktop-site .landing-page .landing-content #scrolldown #homearrow:hover {
    color: #006192;
  }

  .desktop-site .landing-page .landing-overlay {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }

  .desktop-site .main-feature-menu {
    position: fixed;
    left: 1%;
    top: 15%;
    margin-bottom: 100px;
    z-index: 20000;
  }

  .desktop-site .main-feature-menu a {
    text-decoration: none;
  }

  .desktop-site .main-feature-menu .main-menu .features {
    list-style-type: none;
    text-align: left;
  }

  .desktop-site .main-feature-menu .main-menu .features h2 {
    font-size: 1.8vh;
    line-height: 1.9vh;
  }

  .desktop-site .main-feature-menu .main-menu .featurename {
    font-weight: bold;
    color: #003864;
    padding: 5px;
    margin: auto;
  }

  .desktop-site .main-feature-menu .main-menu li {
    width: 75%;
  }

  .desktop-site .main-feature-menu .main-menu li:hover {
    background: #003864;
  }

  .desktop-site .main-feature-menu .main-menu li:hover h2 {
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
  }

  .desktop-site .main-feature-menu .main-menu .toTop h2 {
    color: #cf3338;
    font-weight: bold;
    font-size: 1.8vh;
    padding: 5px;
  }

  .desktop-site .main-feature-menu .main-menu .toTop #returnarrow {
    color: #cf3338;
  }

  .desktop-site .main-feature-menu .main-menu #returnTop:hover {
    background: none;
    color: darkred;
  }

  .desktop-site .main-feature-menu .main-menu #returnTop:hover h2 {
    color: darkred;
    text-shadow: none;
  }

  .desktop-site .orderbtns {
    position: fixed;
    z-index: 50;
    left: 2.5%;
    top: 15%;
    height: 38px;
  }

  .desktop-site .orderbtns .orderbtn {
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5vh;
    background: #006192;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 25px;
    margin-right: 10px;
  }

  .desktop-site .orderbtns .orderbtn:hover {
    background: #cf3338;
  }

  .desktop-site #statalogo-target {
    position: fixed;
    left: 2%;
    top: 7%;
    z-index: 50;
    text-decoration: none;
  }

  .desktop-site #statalogo-target .newINstata {
    font-size: 2.5vh;
    color: #006192;
    margin-bottom: -10px;
    margin-left: 10px;
    text-align: left;
  }

  .desktop-site #statalogo-target img {
    width: 12vw;
    margin-left: 40px;
    max-height: 54px;
  }

  .desktop-site #statalogo-target h2 {
    text-decoration: none;
    text-align: left;
    margin-left: 60px;
  }

  .desktop-site .mainpage {
    height: 100%;
    width: 100%;
    background: url(../images/blue-triangles-flip.jpg);
    background-position-y: 100%;
    background-size: cover;
    background-attachment: fixed;
  }

  .desktop-site .mainpage .body-link {
    width: 100%;
    height: 100%;
  }

  .desktop-site .mainpage .newfeature {
    padding: 50px 0px;
    text-align: center;
  }

  .desktop-site .mainpage .newfeature a {
    text-decoration: none;
    font-weight: normal;
  }

  .desktop-site .mainpage .newfeature h2 {
    font-size: 3.5vh;
    margin-bottom: 20px;
  }

  .desktop-site .mainpage .newfeature h3 {
    font-weight: bold;
    font-size: 2.5vh;
    text-align: center;
  }

  .desktop-site .mainpage .newfeature li {
    list-style-type: none;
  }

  .desktop-site .mainpage .newfeature p {
    font-size: 2vh;
    text-align: left;
  }

  .desktop-site .mainpage .newfeature ul {
    line-height: 1.3vh;
  }

  .desktop-site .mainpage .newfeature img {
    -webkit-box-shadow: 2px 2px 4px #23272b;
            box-shadow: 2px 2px 4px #23272b;
    padding: 5px;
  }

  .desktop-site .mainpage .newfeature img:hover {
    cursor: pointer;
  }

  .desktop-site .mainpage .newfeature .learnmore {
    text-transform: uppercase;
    font-size: 2.5vh;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    padding: 20px 0px;
  }

  .desktop-site .mainpage .newfeature .learnmore a {
    font-weight: bold;
  }

  .desktop-site .mainpage .newfeature .learnmore a:hover {
    color: #cf3338;
  }

  .desktop-site .mainpage .newfeature .learnmore-center {
    text-transform: uppercase;
    font-size: 2.5vh;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 20px 0px;
  }

  .desktop-site .mainpage .newfeature .learnmore-center a {
    font-weight: bold;
  }

  .desktop-site .mainpage .newfeature .learnmore-center a:hover {
    color: #cf3338;
  }

  .desktop-site .mainpage .newfeature:hover {
    cursor: pointer;
  }

  .desktop-site .mainpage .light-profile {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0)), to(rgba(255, 255, 255, 0.9)));
    background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 255, 255, 0.9));
  }

  .desktop-site .mainpage .light-profile h2, .desktop-site .mainpage .light-profile h3, .desktop-site .mainpage .light-profile h4, .desktop-site .mainpage .light-profile p, .desktop-site .mainpage .light-profile a, .desktop-site .mainpage .light-profile ul, .desktop-site .mainpage .light-profile li {
    color: #001d35;
  }

  .desktop-site .mainpage .mid-profile {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0)), to(rgba(195, 205, 224, 0.9)));
    background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(195, 205, 224, 0.9));
  }

  .desktop-site .mainpage .mid-profile h2, .desktop-site .mainpage .mid-profile h3, .desktop-site .mainpage .mid-profile h4, .desktop-site .mainpage .mid-profile p, .desktop-site .mainpage .mid-profile a, .desktop-site .mainpage .mid-profile ul, .desktop-site .mainpage .mid-profile li {
    color: #003864;
  }

  .desktop-site .mainpage .dark-profile {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0)), color-stop(rgba(0, 33, 58, 0.1)), color-stop(rgba(0, 33, 58, 0.2)), color-stop(rgba(0, 33, 58, 0.4)), color-stop(rgba(0, 33, 58, 0.6)), color-stop(rgba(0, 33, 58, 0.7)), color-stop(rgba(0, 33, 58, 0.7)), color-stop(rgba(0, 33, 58, 0.7)), color-stop(rgba(0, 33, 58, 0.8)), to(rgba(0, 33, 58, 0.9)));
    background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(0, 33, 58, 0.1), rgba(0, 33, 58, 0.2), rgba(0, 33, 58, 0.4), rgba(0, 33, 58, 0.6), rgba(0, 33, 58, 0.7), rgba(0, 33, 58, 0.7), rgba(0, 33, 58, 0.7), rgba(0, 33, 58, 0.8), rgba(0, 33, 58, 0.9));
  }

  .desktop-site .mainpage .dark-profile h2, .desktop-site .mainpage .dark-profile h3, .desktop-site .mainpage .dark-profile h4, .desktop-site .mainpage .dark-profile p, .desktop-site .mainpage .dark-profile a, .desktop-site .mainpage .dark-profile ul, .desktop-site .mainpage .dark-profile li {
    color: #ffffff;
    text-shadow: 2px 2px 4px #23272b;
  }

  .desktop-site .mainpage .lasso h3 {
    text-align: left;
    padding-right: 10px;
  }

  .desktop-site .mainpage .lasso p {
    padding-right: 10px;
    line-height: 2vh;
  }

  .desktop-site .mainpage .lasso img {
    width: 70%;
  }

  .desktop-site .mainpage .lasso #coefepath {
    position: relative;
    z-index: 2;
  }

  .desktop-site .mainpage .lasso #cvplot {
    position: relative;
    z-index: 1;
    margin-top: -20%;
    margin-left: -15%;
  }

  .desktop-site .mainpage .reporting h3 {
    font-size: 2.2vh;
  }

  .desktop-site .mainpage .reporting #pdf {
    width: 15%;
  }

  .desktop-site .mainpage .reporting #word {
    width: 20%;
    margin-left: -5%;
  }

  .desktop-site .mainpage .reporting #html {
    width: 20%;
    margin-left: -5%;
  }

  .desktop-site .mainpage .reporting #excel {
    width: 20%;
    margin-left: -6%;
    margin-top: 5%;
  }

  .desktop-site .mainpage .reporting .reporting-text {
    width: 70%;
    margin: 20px auto;
  }

  .desktop-site .mainpage .reporting .reporting-text p {
    font-size: 2.5vh;
    padding: 5px;
    text-align: center;
  }

  .desktop-site .mainpage .meta-analysis h3 {
    text-align: left;
    padding-right: 10px;
  }

  .desktop-site .mainpage .meta-analysis p {
    line-height: 2vh;
    padding-right: 10px;
  }

  .desktop-site .mainpage .meta-analysis #meta-sum {
    position: relative;
    width: 80%;
    margin-top: 10%;
    z-index: 3;
  }

  .desktop-site .mainpage .meta-analysis #meta-cp {
    position: relative;
    width: 40%;
    margin-left: -30%;
    margin-top: -20%;
    z-index: 4;
  }

  .desktop-site .mainpage .meta-analysis #meta-forest {
    position: relative;
    width: 40%;
    margin-top: -50%;
    margin-left: -30%;
    z-index: 5;
  }

  .desktop-site .mainpage .meta-analysis #meta-funnel {
    position: relative;
    width: 40%;
    margin-top: -5%;
    margin-left: 5%;
    z-index: 6;
  }

  .desktop-site .mainpage .meta-analysis .meta-text {
    padding: 10px;
  }

  .desktop-site .mainpage .choice-models img {
    width: 60%;
    margin: 10px auto;
  }

  .desktop-site .mainpage .choice-models p {
    margin-top: 8px;
    text-align: left;
    padding-left: 5px;
  }

  .desktop-site .mainpage .python ul {
    margin-top: 20px;
  }

  .desktop-site .mainpage .python img {
    width: 75%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .desktop-site .mainpage .python p {
    text-align: left;
  }

  .desktop-site .mainpage .python .bottom-text {
    margin-top: 20px;
  }

  .desktop-site .mainpage .bayes h2 {
    margin-bottom: 20px;
  }

  .desktop-site .mainpage .bayes h3 {
    font-size: 2vh;
  }

  .desktop-site .mainpage .bayes img {
    margin: auto;
    width: 30%;
  }

  .desktop-site .mainpage .bayes #grubin {
    margin-left: -5%;
  }

  .desktop-site .mainpage .bayes #ac {
    margin-left: -10%;
    margin-top: 10%;
  }

  .desktop-site .mainpage .bayes #trace {
    margin-top: -12%;
    margin-left: -12%;
  }

  .desktop-site .mainpage .bayes #mult-chain {
    text-align: right;
  }

  .desktop-site .mainpage .bayes #bayes-pred {
    text-align: right;
  }

  .desktop-site .mainpage .bayes .bottom-text {
    margin-top: 30px;
  }

  .desktop-site .mainpage .erms img {
    width: 100%;
  }

  .desktop-site .mainpage .erms .erms-text {
    margin-top: 5%;
  }

  .desktop-site .mainpage .erms p {
    text-align: left;
    padding-right: 10px;
    font-size: 2.5vh;
    line-height: 2vh;
  }

  .desktop-site .mainpage .erms h3 {
    text-align: left;
  }

  .desktop-site .mainpage .erms ul {
    margin-top: -30px;
  }

  .desktop-site .mainpage .sas-spss img {
    width: 90%;
  }

  .desktop-site .mainpage .nonparametric .nonpara-text {
    position: relative;
    z-index: 100;
    margin: auto;
    width: 65%;
    margin-bottom: -7%;
  }

  .desktop-site .mainpage .nonparametric p {
    text-align: center;
  }

  .desktop-site .mainpage .nonparametric .images {
    margin-top: -45px;
  }

  .desktop-site .mainpage .nonparametric #npreg1 {
    position: relative;
    z-index: 2;
    width: 30%;
  }

  .desktop-site .mainpage .nonparametric #npreg2 {
    position: relative;
    z-index: 1;
    width: 40%;
    margin-left: -10%;
    margin-top: 20%;
  }

  .desktop-site .mainpage .nonparametric #npreg3 {
    position: relative;
    z-index: 3;
    width: 30%;
    margin-left: -12%;
  }

  .desktop-site .mainpage .datasets-memory #fr-manager {
    position: relative;
    width: 25%;
    z-index: 5;
  }

  .desktop-site .mainpage .datasets-memory #data-ed {
    position: relative;
    width: 50%;
    margin-left: -10%;
    z-index: 1;
  }

  .desktop-site .mainpage .datasets-memory #fr-link {
    position: relative;
    width: 30%;
    margin-left: -10%;
    z-index: 3;
  }

  .desktop-site .mainpage .datasets-memory h3 {
    text-align: left;
  }

  .desktop-site .mainpage .datasets-memory .memory-text {
    margin-top: 30px;
  }

  .desktop-site .mainpage .sample-size-CI h2 {
    margin-top: 0%;
  }

  .desktop-site .mainpage .sample-size-CI #ci-db {
    width: 40%;
  }

  .desktop-site .mainpage .sample-size-CI #ci-panel {
    width: 40%;
    margin-left: -20%;
  }

  .desktop-site .mainpage .sample-size-CI .header {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .desktop-site .mainpage .sample-size-CI h3 {
    margin-top: 30px;
  }

  .desktop-site .mainpage .sample-size-CI .left-align {
    text-align: left;
    margin-top: 15%;
  }

  .desktop-site .mainpage .sample-size-CI #ci-table {
    width: 35%;
    margin-left: 15%;
  }

  .desktop-site .mainpage .sample-size-CI #ci-graph {
    width: 40%;
    margin-left: -10%;
  }

  .desktop-site .mainpage .mixed-logit p {
    font-size: 2.5vh;
    line-height: 2.2vh;
    text-align: left;
  }

  .desktop-site .mainpage .mixed-logit #line1 {
    padding-left: 25px;
  }

  .desktop-site .mainpage .mixed-logit #line2 {
    padding-left: 45px;
  }

  .desktop-site .mainpage .mixed-logit #line3 {
    text-align: center;
    font-weight: bold;
  }

  .desktop-site .mainpage .dsge h2 {
    font-size: 2.8vh;
    padding: 0px 10px;
  }

  .desktop-site .mainpage .dsge .left-text {
    width: 80%;
    margin: 20px auto;
  }

  .desktop-site .mainpage .dsge .center-text {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 20px;
  }

  .desktop-site .mainpage .dsge h3 {
    text-align: left;
    margin-top: 30px;
  }

  .desktop-site .mainpage .dsge #dsge {
    width: 100%;
  }

  .desktop-site .mainpage .dsge #irf {
    margin-top: 10px;
    width: 70%;
  }

  .desktop-site .mainpage .irt h3 {
    text-align: left;
  }

  .desktop-site .mainpage .irt p {
    line-height: 2vh;
    padding-right: 10px;
  }

  .desktop-site .mainpage .irt #irtgrp1 {
    width: 111%;
    margin-left: -5%;
    margin-bottom: 25px;
  }

  .desktop-site .mainpage .irt #irtgrp2 {
    width: 100%;
  }

  .desktop-site .mainpage .irt #irtgrp3 {
    width: 100%;
  }

  .desktop-site .mainpage .xtheckman h2 {
    font-family: "Lucida Console";
  }

  .desktop-site .mainpage .xtheckman p {
    font-size: 2.5vh;
    line-height: 2vh;
    text-align: center;
  }

  .desktop-site .mainpage .pharmacokinetics .margin-top {
    margin-top: 15%;
  }

  .desktop-site .mainpage .pharmacokinetics h3 {
    text-align: left;
  }

  .desktop-site .mainpage .pharmacokinetics p {
    font-size: 2.5vh;
    font-weight: normal;
  }

  .desktop-site .mainpage .pharmacokinetics img {
    width: 70%;
  }

  .desktop-site .mainpage .probit p {
    margin-top: 45%;
    font-size: 2.5vh;
  }

  .desktop-site .mainpage .probit img {
    width: 80%;
  }

  .desktop-site .mainpage .graphics p {
    margin-top: 20px;
    text-align: center;
    font-size: 2.5vh;
  }

  .desktop-site .mainpage .graphics img {
    width: 50%;
  }

  .desktop-site .mainpage .new-mata p {
    text-align: center;
  }

  .desktop-site .mainpage .new-mata img {
    width: 50%;
  }

  .desktop-site .mainpage .new-mata #quad {
    position: relative;
    z-index: 2;
    margin-top: -3%;
  }

  .desktop-site .mainpage .new-mata #quad2 {
    width: 70%;
    position: relative;
    z-index: 1;
    margin-left: -40%;
  }

  .desktop-site .mainpage .new-mata #linear-prog {
    width: 52%;
  }

  .desktop-site .mainpage .korean h3 {
    margin-top: 20px;
  }

  .desktop-site .mainpage .korean img {
    width: 40%;
  }

  .desktop-site .mainpage .korean #korean2 {
    margin-left: -10%;
  }

  .desktop-site .mainpage .interface img {
    width: 70%;
  }

  .desktop-site .mainpage .interface .native {
    text-align: left;
  }

  .desktop-site .mainpage .interface p {
    text-align: center;
  }

  .desktop-site .mainpage .do-file-editor img {
    width: 50%;
  }

  .desktop-site .mainpage .do-file-editor h3 {
    text-align: left;
    font-size: 2.3vh;
  }

  .desktop-site .mainpage .do-file-editor .you li {
    padding-left: 5%;
  }

  .desktop-site .mainpage .do-file-editor .we {
    margin-left: -50%;
  }

  .desktop-site .mainpage .do-file-editor p {
    font-family: "Lucida Console";
    text-align: left;
    font-size: 2vh;
    line-height: 1.5vh;
  }

  .mobile-site {
    width: 100vw;
    height: 100%;
    background-image: url(../images/blue-triangles.jpg);
    background-size: contain;
  }

  @media (min-width: 813px) {
    .mobile-site {
      display: none;
    }
  }

  .mobile-site .overlay {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }

  .mobile-site .statalogo {
    padding-top: 50px;
    margin-bottom: -80px;
  }

  .mobile-site .statalogo .newINstata {
    font-size: 3vh;
    margin-left: 5px;
    margin-bottom: -2%;
    color: #006192;
    text-transform: none;
  }

  .mobile-site .statalogo img {
    width: 60vw;
    margin-left: 7%;
  }

  .mobile-site .header {
    z-index: 200000;
    margin-bottom: 100px;
  }

  .mobile-site .row {
    display: block;
  }

  .mobile-site .btn {
    background-color: #006192;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    min-width: 100px;
    margin: 5px;
    padding: 5px;
  }

  .mobile-site h2 {
    color: #003864;
    font-size: 18px;
    letter-spacing: 1px;
    margin: auto;
    padding: 0px 25px 0px 0px;
    text-transform: uppercase;
  }

  .mobile-site h2 span {
    text-transform: lowercase;
  }

  .mobile-site h3 {
    color: #003864;
    font-size: 3vh;
  }

  .mobile-site p {
    color: #003864;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px;
  }

  .mobile-site .acc {
    margin: 90px 0;
    overflow: hidden;
    padding: 0;
  }

  .mobile-site .acc .li {
    list-style-type: none;
    padding: 0;
  }

  .mobile-site .acc_ctrl {
    background: #ffffff;
    border: none;
    border-bottom: solid 1px #003864;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 2em;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .mobile-site .acc_ctrl:before {
    background: #003864;
    content: " ";
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 14px;
  }

  .mobile-site .acc_ctrl:after {
    background: #003864;
    content: " ";
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
  }

  .mobile-site .acc_ctrl.active:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .mobile-site .acc_ctrl.active h2, .mobile-site .acc_ctrl:focus h2 {
    position: relative;
  }

  .mobile-site .acc_panel {
    display: none;
    overflow: hidden;
  }

  .mobile-site .newfeature {
    padding: 10px;
    text-align: center;
    background: #effbff;
  }

  .mobile-site .newfeature h2, .mobile-site .newfeature h3, .mobile-site .newfeature h4, .mobile-site .newfeature p, .mobile-site .newfeature a, .mobile-site .newfeature ul, .mobile-site .newfeature li {
    color: #001d35;
  }

  .mobile-site .newfeature h2 {
    font-size: 3.5vh;
  }

  .mobile-site .newfeature h3 {
    font-weight: bold;
  }

  .mobile-site .newfeature a {
    text-transform: uppercase;
    text-align: right;
    font-size: 1.8vh;
    text-decoration: none;
  }

  .mobile-site .newfeature p {
    font-size: 1.8vh;
    text-align: left;
  }

  .mobile-site .newfeature ul {
    line-height: 1.3vh;
  }

  .mobile-site .newfeature li {
    list-style-type: none;
  }

  .mobile-site .newfeature .learnmore {
    text-align: left;
    padding: 20px 0px;
  }

  .mobile-site .newfeature .learnmore-center {
    text-align: center;
    padding: 20px 0px;
  }

  .mobile-site .newfeature a:hover {
    color: #cf3338;
  }

  .mobile-site .lasso h3 {
    font-size: 2vh;
    text-align: left;
    padding-top: 10px;
  }

  .mobile-site .lasso img {
    width: 70%;
  }

  .mobile-site .lasso #coefepath {
    position: relative;
    z-index: 2;
  }

  .mobile-site .lasso #cvplot {
    position: relative;
    z-index: 1;
    margin-top: -20%;
    margin-left: -15%;
  }

  .mobile-site .reporting p {
    font-size: 2.5vh;
    text-align: center;
  }

  .mobile-site .reporting #pdf {
    width: 15%;
  }

  .mobile-site .reporting #word {
    width: 20%;
    margin-left: -5%;
  }

  .mobile-site .reporting #html {
    width: 20%;
    margin-left: -5%;
  }

  .mobile-site .reporting #excel {
    width: 20%;
    margin-left: -6%;
    margin-top: 5%;
  }

  .mobile-site .reporting .reporting-text {
    width: 70%;
    margin: 20px auto;
  }

  .mobile-site .reporting .reporting-text p {
    font-size: 2vh;
    padding: 5px;
    text-align: center;
  }

  .mobile-site .meta-analysis .image-row {
    padding: 5px;
  }

  .mobile-site .meta-analysis #meta-sum {
    position: relative;
    width: 80%;
    margin-top: 10%;
    z-index: 3;
  }

  .mobile-site .meta-analysis #meta-cp {
    position: relative;
    width: 40%;
    margin-left: -30%;
    margin-top: -20%;
    z-index: 4;
  }

  .mobile-site .meta-analysis #meta-forest {
    position: relative;
    width: 40%;
    margin-top: -40%;
    margin-left: -10%;
    z-index: 5;
  }

  .mobile-site .meta-analysis #meta-funnel {
    position: relative;
    width: 40%;
    margin-top: -5%;
    margin-left: 5%;
    z-index: 6;
  }

  .mobile-site .meta-analysis h3 {
    font-size: 2.2vh;
  }

  .mobile-site .meta-analysis .meta-text {
    padding: 10px;
  }

  .mobile-site .choice-models h3 {
    font-size: 2.5vh;
    margin-top: 20px;
  }

  .mobile-site .choice-models .questions {
    font-size: 2.3vh;
  }

  .mobile-site .choice-models p {
    text-align: center;
  }

  .mobile-site .choice-models img {
    width: 60%;
    margin: 10px auto;
  }

  .mobile-site .choice-models .choice-text {
    text-align: center;
    padding: 100px;
  }

  .mobile-site .choice-models .choice-text p {
    width: 80%;
    margin: 10px 5px;
  }

  .mobile-site .python img {
    width: 50%;
    border-radius: 2px;
  }

  .mobile-site .python .bottom-text {
    margin-top: 20px;
  }

  .mobile-site .bayes img {
    margin: auto;
    width: 35%;
  }

  .mobile-site .bayes #grubin {
    width: 40%;
  }

  .mobile-site .bayes #ac {
    margin-left: -15%;
    margin-top: 10%;
  }

  .mobile-site .bayes #trace {
    margin-top: -12%;
    margin-left: -12%;
  }

  .mobile-site .bayes p {
    font-size: 2.5vh;
    text-align: center;
  }

  .mobile-site .erms img {
    width: 80%;
  }

  .mobile-site .erms .erms-text {
    margin-top: 20px;
  }

  .mobile-site .erms h3 {
    font-size: 2vh;
    text-align: left;
    margin-top: 20px;
    padding: 10px;
  }

  .mobile-site .sas-spss h2 {
    padding: 5px 0px;
  }

  .mobile-site .sas-spss img {
    width: 90%;
  }

  .mobile-site .nonparametric .nonpara-text {
    margin: auto;
    width: 65%;
    margin-bottom: -8%;
  }

  .mobile-site .nonparametric p {
    text-align: center;
  }

  .mobile-site .nonparametric #npreg1 {
    position: relative;
    z-index: 2;
    width: 30%;
  }

  .mobile-site .nonparametric #npreg2 {
    position: relative;
    z-index: 1;
    width: 40%;
    margin-left: -10%;
    margin-top: 20%;
  }

  .mobile-site .nonparametric #npreg3 {
    position: relative;
    z-index: 3;
    width: 30%;
    margin-left: -12%;
  }

  .mobile-site .datasets-memory #fr-manager {
    position: relative;
    width: 25%;
    z-index: 5;
  }

  .mobile-site .datasets-memory #data-ed {
    position: relative;
    width: 50%;
    margin-left: -10%;
    z-index: 1;
  }

  .mobile-site .datasets-memory #fr-link {
    position: relative;
    width: 30%;
    margin-left: -10%;
    z-index: 3;
  }

  .mobile-site .datasets-memory p {
    text-align: left;
    width: 100%;
  }

  .mobile-site .sample-size-CI #ci-db {
    width: 50%;
  }

  .mobile-site .sample-size-CI #ci-panel {
    width: 50%;
    margin-left: -20%;
  }

  .mobile-site .sample-size-CI .header {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .mobile-site .sample-size-CI h3 {
    font-size: 2vh;
    margin-top: 30px;
  }

  .mobile-site .sample-size-CI #ci-table {
    width: 30%;
  }

  .mobile-site .sample-size-CI #ci-graph {
    width: 80%;
  }

  .mobile-site .mixed-logit p {
    font-size: 2vh;
    text-align: left;
  }

  .mobile-site .mixed-logit h3 {
    font-size: 2vh;
    padding: 5px;
  }

  .mobile-site .dsge h2 {
    font-size: 2.8vh;
  }

  .mobile-site .dsge .header {
    margin: 10px 0px;
    text-align: center;
  }

  .mobile-site .dsge h3 {
    font-size: 2vh;
    text-align: center;
    margin: 30px 5px 0px 5px;
  }

  .mobile-site .dsge #dsge {
    width: 80%;
  }

  .mobile-site .dsge #irf {
    width: 80%;
  }

  .mobile-site .dsge .left-text {
    text-align: left;
  }

  .mobile-site .irt h3 {
    text-align: left;
    font-size: 2vh;
    padding: 0px 5px;
  }

  .mobile-site .irt #irtgrp1 {
    width: 40%;
    margin-bottom: 25px;
  }

  .mobile-site .irt #irtgrp2 {
    width: 40%;
    margin-bottom: 25px;
  }

  .mobile-site .irt #irtgrp3 {
    width: 30%;
    margin-bottom: 25px;
  }

  .mobile-site .xtheckman h2 {
    font-family: "Lucida Console";
  }

  .mobile-site .xtheckman p {
    font-size: 2.5vh;
    text-align: center;
  }

  .mobile-site .pharmacokinetics h3 {
    font-size: 2.5vh;
    margin-top: 20px;
  }

  .mobile-site .pharmacokinetics img {
    width: 40%;
  }

  .mobile-site .probit h3 {
    font-size: 2.5vh;
  }

  .mobile-site .probit h4 {
    font-size: 2.3vh;
    text-align: left;
  }

  .mobile-site .probit img {
    width: 50%;
  }

  .mobile-site .graphics img {
    width: 50%;
  }

  .mobile-site .num-int img {
    width: 50%;
  }

  .mobile-site .num-int #quad {
    position: relative;
    z-index: 2;
    margin-top: -3%;
  }

  .mobile-site .num-int #quad2 {
    width: 70%;
    position: relative;
    z-index: 1;
    margin-left: -40%;
  }

  .mobile-site .linear-prog #linear-prog {
    width: 60%;
  }

  .mobile-site .korean img {
    width: 40%;
  }

  .mobile-site .korean p {
    text-align: center;
  }

  .mobile-site .korean #korean2 {
    margin-left: -10%;
  }

  .mobile-site .interface h3 {
    font-size: 2.5vh;
  }

  .mobile-site .interface img {
    width: 70%;
  }

  .mobile-site .interface p {
    line-height: 2vh;
    text-align: center;
  }

  .mobile-site .do-file-editor .you {
    width: 40%;
    margin: none;
  }

  .mobile-site .do-file-editor .we {
    width: 50%;
    float: left;
  }

  .mobile-site .do-file-editor h3 {
    font-size: 2vh;
    text-align: left;
  }

  .mobile-site .do-file-editor img {
    width: 50%;
  }

  .endblocks .blockcontent {
    text-align: left;
    font-weight: normal;
  }

  .endblocks .blockcontent li {
    line-height: 1.2vh;
    font-weight: normal;
  }

  .endblocks .blockcontent a:link {
    color: #145e8f;
    font-weight: normal;
  }

  .endblocks .blockcontent a:visited {
    color: #551a8b;
  }
  /*# sourceMappingURL=stylestationary.css.map */
