@font-face {
  font-family: SF Mono;
  src: url("/includes/fonts/sf_mono/SF-Mono-Regular.otf");
}
html {
  overflow-x: hidden;
  font-size: 12px;
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Roboto", Arial, sans-serif !important;
}

#menu span.mainitem a {
  text-align: left;
}

#sitebody {
  margin-top: 0px;
}

#locationbar {
  display: none;
}

.covid_19_banner {
  height: 40px;
  background-color: #125F90;
  text-align: center;
}
.covid_19_banner a {
  height: 100%;
  margin: auto;
  text-decoration: none;
}
.covid_19_banner a:hover {
  text-decoration: none;
}
.covid_19_banner p {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

.covid_19_banner:hover {
  background-color: rgb(44, 105, 143);
  cursor: pointer;
}

.data_science_banner {
  text-align: center;
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 30px;
  background-image: url("../images/background_darkblue.jpg");
  background-size: cover;
  background-position-y: 35%;
  background-color: #081D39;
}
@media (max-width: 375px) {
  .data_science_banner {
    min-height: 350px;
  }
}
.data_science_banner .holder {
  height: 100%;
  min-height: 350px;
}
.data_science_banner .holder h2 {
  position: relative;
  margin-top: 10%;
  font-size: 4.3em;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 1024px) {
  .data_science_banner .holder h2 {
    margin-top: 15%;
    font-size: 3em;
  }
}
@media (max-width: 375px) {
  .data_science_banner .holder h2 {
    margin-top: 25%;
    font-size: 2.2em;
  }
}
.data_science_banner .holder .fadein_list h3 {
  position: relative;
  margin-top: 30px;
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 1024px) {
  .data_science_banner .holder .fadein_list h3 {
    font-size: 1.8em;
  }
}
@media (max-width: 375px) {
  .data_science_banner .holder .fadein_list h3 {
    font-size: 0.8em;
  }
}
.data_science_banner .holder .fadein_list .explore {
  animation: fadeInOne 8s;
}
.data_science_banner .holder .fadein_list .visualize {
  animation: fadeInTwo 8s;
}
.data_science_banner .holder .fadein_list .model {
  animation: fadeInThree 8s;
}
.data_science_banner .holder .fadein_list .difference {
  animation: fadeInFour 8s;
}
.data_science_banner .holder .fadein_list .insight {
  animation: fadeInFive 8s;
}
.data_science_banner .holder .insight {
  margin: 30px 0px 50px 0px;
  font-size: 2.5em;
}
@media (max-width: 1024px) {
  .data_science_banner .holder .insight {
    font-size: 2em;
  }
}
@media (max-width: 375px) {
  .data_science_banner .holder .insight {
    font-size: 1.5em;
  }
}
.data_science_banner .holder .insight sup {
  font-weight: 400;
  font-size: 0.6em;
  margin-top: 10px;
}
.data_science_banner .holder a {
  text-decoration: none;
}
.data_science_banner .holder a .discover_btn {
  position: relative;
  margin: auto;
  background-color: #ffffff;
  width: 180px;
  height: 45px;
  border-radius: 25px;
  z-index: 2;
}
.data_science_banner .holder a .discover_btn p {
  margin: auto;
  padding: 10px;
  color: #125F90;
  font-family: roboto, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.data_science_banner .holder a .discover_btn:hover {
  background-color: #CED9E6;
}

.new_in_stata17 {
  background-color: #9DA7FF;
  background: linear-gradient(180deg, rgba(95, 105, 200, 0.01) 0%, rgba(248, 248, 255, 0.01) 100%);
  -webkit-backdrop-filter: blur(600px);
          backdrop-filter: blur(600px);
}
.new_in_stata17 .new_in_box {
  text-align: center;
  margin: auto;
  padding: 20px 0px;
}
.new_in_stata17 .new_in_box h1 {
  display: inline-block;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 3vw;
  line-height: 4vw;
  color: #1A265D;
}
@media (min-width: 1548px) {
  .new_in_stata17 .new_in_box h1 {
    font-size: 52px;
    line-height: 68px;
  }
}
@media (max-width: 1024px) {
  .new_in_stata17 .new_in_box h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 775px) {
  .new_in_stata17 .new_in_box h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 594px) {
  .new_in_stata17 .new_in_box h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 375px) {
  .new_in_stata17 .new_in_box h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
.new_in_stata17 .new_in_box .logo_box {
  display: inline-block;
}
.new_in_stata17 .new_in_box .logo_box #stata17_logo {
  width: 14.2vw;
  height: 4.6vw;
  margin: 0px 0px 52px 15px;
}
@media (min-width: 1548px) {
  .new_in_stata17 .new_in_box .logo_box #stata17_logo {
    width: 18.2vw;
    height: 4.6vw;
    margin: 0px 0px 75px 15px;
  }
}
.new_in_stata17 .new_in_box .button_box {
  margin-top: -55px;
}
@media (min-width: 1548px) {
  .new_in_stata17 .new_in_box .button_box {
    margin-top: -65px;
  }
}
.new_in_stata17 .new_in_box .button_box .purple_btn {
  margin: 1.2vw 0vw;
  background-color: #1A265D;
  color: #ffffff;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8vw;
  line-height: 1vw;
  padding: 15px 25px;
  border: none;
}
.new_in_stata17 .new_in_box .button_box .purple_btn svg {
  margin-left: 15px;
  height: 0.6vw;
}
@media (max-width: 1024px) {
  .new_in_stata17 .new_in_box .button_box .purple_btn svg {
    height: 8px;
    margin-left: 10px;
  }
}
@media (min-width: 1548px) {
  .new_in_stata17 .new_in_box .button_box .purple_btn {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .new_in_stata17 .new_in_box .button_box .purple_btn {
    font-size: 12px;
    font-weight: 18px;
    padding: 10px 20px;
  }
}
.new_in_stata17 .new_in_box .button_box .purple_btn:hover {
  cursor: pointer;
  background-color: #394999;
}
.new_in_stata17 .new_in_box .button_box .white_btn {
  width: 165px;
  background-color: #ffffff;
  color: #222934;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8vw;
  line-height: 1vw;
  padding: 15px 25px;
  margin-left: 10px;
  border: none;
}
.new_in_stata17 .new_in_box .button_box .white_btn svg {
  margin-left: 15px;
  height: 0.6vw;
}
@media (max-width: 1024px) {
  .new_in_stata17 .new_in_box .button_box .white_btn svg {
    height: 8px;
    margin-left: 10px;
  }
}
.new_in_stata17 .new_in_box .button_box .white_btn svg path {
  fill: #222934;
}
@media (min-width: 1548px) {
  .new_in_stata17 .new_in_box .button_box .white_btn {
    width: 180px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .new_in_stata17 .new_in_box .button_box .white_btn {
    width: 145px;
    font-size: 12px;
    font-weight: 18px;
    padding: 10px 20px;
  }
}
.new_in_stata17 .new_in_box .button_box .white_btn:hover {
  cursor: pointer;
  background-color: #394999;
  color: #ffffff;
}
.new_in_stata17 .new_in_box .button_box .white_btn:hover svg path {
  fill: #ffffff;
}
.new_in_stata17 .features_box {
  width: 90%;
  max-width: 1500px;
  margin: 0px auto 50px auto;
  background-color: #F8F8FF;
  border: 4px solid #101A4C;
  border-radius: 16px;
  padding: 1vw;
}
.new_in_stata17 .features_box .features_list .large {
  font-family: Inter;
  font-style: normal;
  font-size: 1.6vw;
  line-height: 26px;
  color: #5F69C8;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .new_in_stata17 .features_box .features_list .large {
    font-size: 26px;
    line-height: 20px;
  }
}

.stata_conf {
  position: relative;
  background-image: url("/meeting/us21/images/seattle_background.png");
  background-size: cover;
  background-position: center;
  padding: 120px 100px;
}
@media (max-width: 594px) {
  .stata_conf {
    padding: 100px 50px;
  }
}
@media (max-width: 375px) {
  .stata_conf {
    padding: 100px 10px;
  }
}
.stata_conf h2 {
  font-family: SF Mono;
  color: #ffffff;
  font-weight: 600;
  font-size: 55px;
  margin: 0px;
}
@media (max-width: 594px) {
  .stata_conf h2 {
    font-size: 50px;
  }
}
.stata_conf h4 {
  font-family: SF Mono;
  color: #ffffff;
  font-weight: normal;
  font-size: 20px;
  margin: 0px;
}
.stata_conf p {
  font-family: SF Mono;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
}
.stata_conf .seafoam_button {
  border: none;
  background-color: #83F0C1;
  color: #142E53;
  font-weight: none;
  font-size: 16px;
  padding: 10px 30px;
  margin-top: 20px;
}
@media (max-width: 375px) {
  .stata_conf .seafoam_button {
    width: 100%;
  }
}
.stata_conf .seafoam_button:active {
  border: 4px solid #2A89FB;
}
.stata_conf .seafoam_button:hover {
  border: none;
  background-color: #ffffff;
  color: #091E38;
  cursor: pointer;
}
.stata_conf .heading_box {
  max-width: 1500px;
  margin: auto;
  display: table-cell;
}
.stata_conf .heading_box .heading_text {
  display: inline-block;
  vertical-align: middle;
}

.ds_software_banner {
  position: relative;
  background-image: url("/includes/images/blue-triangles.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 20px;
}
.ds_software_banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -20px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.ds_software_banner .limiter {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  min-height: 200px;
  z-index: 2;
}
.ds_software_banner .limiter h3 {
  display: inline-block;
  font-size: 3em;
  color: #125F90;
  margin: 10px 0px 0px 0px;
}
.ds_software_banner .whybull {
  position: relative;
  max-width: 340px;
  display: inline-block;
  text-align: center;
  color: #125F90;
  vertical-align: top;
  font-size: 1.2em;
  z-index: 2;
}
@media (max-width: 1024px) {
  .ds_software_banner .whybull {
    max-width: 800px;
  }
}
.ds_software_banner .whybull .leftlist {
  margin-bottom: 0px;
  text-align: left;
  line-height: 1.4em;
}
@media (max-width: 1024px) {
  .ds_software_banner .whybull .leftlist {
    max-width: 400px;
    display: inline-block;
  }
}
.ds_software_banner .whybull .leftlist a {
  color: #222222;
}
.ds_software_banner .whybull .rightlist {
  margin-top: 0px;
  text-align: left;
  line-height: 1.4em;
}
@media (max-width: 1024px) {
  .ds_software_banner .whybull .rightlist {
    max-width: 400px;
    display: inline-block;
  }
}
.ds_software_banner .whybull .rightlist a {
  color: #222222;
}
.ds_software_banner .spacer {
  min-width: 10px;
  display: inline-block;
  text-align: left;
}
.ds_software_banner .interface_image {
  max-width: 640px;
  display: inline-block;
  text-align: center;
}
.ds_software_banner .interface_image img {
  border: 0;
  width: 100%;
  max-width: 500px;
  margin: 40px auto 10px auto;
}

.your_research_banner {
  background-image: url("/includes/images/disciplines-home_l_rotate.jpg");
  background-size: cover;
}
.your_research_banner .holder {
  padding: 20px;
  color: #ffffff;
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
}
.your_research_banner .holder h2 {
  font-size: 3em;
  margin-bottom: -10px;
  font-weight: 500;
}
.your_research_banner .holder h3 {
  font-size: 1.5em;
  font-weight: 400;
  padding: 20px 0px;
}
.your_research_banner .holder img {
  padding: 10px;
}
.your_research_banner .holder h4 {
  padding-top: 20px;
  text-align: center;
}
.your_research_banner .holder h4 a {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5em;
}

.netcourse_banner {
  position: relative;
  text-align: center;
  padding: 20px;
  background-color: rgb(208, 223, 233);
  background-image: url("/includes/images/training-panel.png");
  background-size: auto 75%;
  background-position: 80% 35%;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 400px;
}
.netcourse_banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 400px;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}
@media (max-width: 1024px) {
  .netcourse_banner .overlay {
    margin-top: -20px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.netcourse_banner .words {
  position: relative;
  font-family: Roboto, Arial, sans-serif;
  margin: auto;
  width: 60%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .netcourse_banner .words {
    width: 80%;
  }
}
.netcourse_banner .words h3 {
  color: #125F90;
  text-align: left;
  font-size: 3em;
  font-weight: 500;
  margin-bottom: -10px;
}
.netcourse_banner .words p {
  width: 60%;
  text-align: left;
  color: #222222;
  font-size: 1.8em;
  font-weight: 300;
  padding: 15px 5px;
}
@media (max-width: 1024px) {
  .netcourse_banner .words p {
    width: 80%;
    font-size: 1.5em;
  }
}

@keyframes fadeInOne {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInTwo {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInThree {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFour {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFive {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
*, *:after, *:before {
  box-sizing: border-box;
}

.showmobile {
  display: none;
}

.cntrmobilertdesktop {
  float: right;
  margin: 5px;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  font-family: "museo-sans", Arial, sans-serif;
  font-weight: 400i;
}

h3.notop, h4.notop, h5.notop, h6.notop {
  margin-top: 5px;
}

img {
  border: none;
}

img.screenshot {
  width: 95%;
  margin-left: 35px;
  margin-bottom: 15px;
}

:target {
  padding-top: 40px;
}

a:link {
  color: #0d74c4;
  font-weight: 700;
  text-decoration: none;
}

a:visited {
  color: #18527f;
}

a.pointer {
  cursor: pointer;
  color: #236194;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* BIGGER MEDIA ********************* */
/*
@media all and (min-width: 600px) {
*/
body {
  background-color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  padding: 0px;
  margin: 0px;
}

#container {
  background-color: #fff;
  margin: 0px;
  width: 100%;
  padding: 0px;
}

#fixedheader {
  position: fixed;
  top: 0px;
  z-index: 100000;
  width: 100%;
  margin: 0px 0px 0px 0px;
}

#siteheader-outer {
  width: 100%;
  margin: 0px;
  height: 0px;
  background: #fff;
  color: #236194;
  display: none;
}

#siteheader {
  width: 100%;
  margin: 0px;
  height: 60px;
  background-image: url("/includes/images/stata-logo-header-2018.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 60px;
}

#siteheader h1 {
  margin: 0px;
  padding: 0px;
  display: none;
}

#siteheader img.homelink {
  height: 50px;
  width: 125px;
  padding: 0px;
  margin: 0px;
}

#siteheader a {
  color: #236194;
}

#dropdownNav {
  width: 100%;
  margin: 0px;
  padding: 0px 0px;
  height: 40px;
  background-color: #ffffff;
  color: #236194;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
}

#searchNav {
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-color: #ffffff;
  color: #236194;
  display: none;
}

#menu td#cartstuff, #menu td#cartstuff i, #menu td#cartstuff:hover, #menu td#cartstuff:hover i {
  padding: 0px;
  margin: 0px;
}

#sitenav {
  display: none;
  width: 0px;
  margin-right: 0px;
  padding-right: 2px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 10pt;
}

#sitenav-mobile {
  display: none;
}

#sitefooter {
  width: 90%;
  margin: 0px auto;
  border-top: solid 1px #A5B0BA;
  background-color: #ffffff;
  text-align: center;
  padding: 5px;
  font-size: 0.9em;
}

.hideUnder640main {
  display: block;
}

/*
.hideUnder640main {
  display: initial;
}
*/
.showUnder640main {
  display: none;
}

.showUnder640inline {
  display: none;
}

.hideUnder640inline {
  display: inline;
}

/* SMALLER MEDIA ********************* */
@media all and (max-width: 640px) {
  .hideUnder640main {
    display: none;
  }
  .showUnder640main {
    display: block;
  }
  .showUnder640inline {
    display: inline;
  }
  .hideUnder640inline {
    display: none;
  }
  :target {
    padding-top: 60px;
  }
  /*
  * .showUnder640main {
  display: initial;
  }
  */
}
@media all and (max-width: 599px) {
  body {
    font-size: 10.5pt;
    font-family: "Roboto", Arial, sans-serif;
    padding: 0px;
    margin: 0px;
  }
  .showmobile {
    display: block;
  }
  .hidemobile {
    display: none;
  }
  .cntrmobilertdesktop {
    float: center;
    margin: 2px auto;
  }
  #container {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    width: 100%;
    padding: 0px;
    font-size: 10.5pt;
  }
  .splash {
    width: 100%;
    height: 275px;
    padding: 0px;
    margin: 0px;
    background-color: #4b5b76;
    background-image: none;
    background-position: top center;
    background-repeat: no-repeat;
  }
  #siteheader {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 60px;
    background-image: url("/includes/images/stata-logo-header-2018.png");
    background-repeat: no-repeat;
    background-size: 400px auto;
    background-position: bottom left;
  }
  #siteheader-outer {
    width: 100%;
    margin: 0px;
    height: 60px;
    background: #ffffff;
  }
  #siteheader h1 {
    display: none;
    margin: 0px;
  }
  #siteheader img.homelink {
    height: 60px;
    width: 75px;
    padding: 0px;
    margin: 0px;
  }
  #dropdownNav {
    width: 100% 0px;
    margin: 0px;
    padding: 2px 0px;
    height: 43px;
    background-color: #ffffff;
    color: #236194;
    text-align: right;
    display: none;
  }
  #searchNav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 38px;
    background-color: #ffffff;
    color: #236194;
    text-align: right;
  }
  #searchNav a {
    font-weight: normal;
  }
  #sitenav {
    display: none;
  }
  #sitenav-mobile {
    display: none;
    border-top: solid 1px #A5B0BA;
    background-color: #efefef;
    padding: 5px;
    line-height: 2.5;
  }
  #sitefooter {
    width: 100%;
    border-top: solid 1px #A5B0BA;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
    margin: 0px auto;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 500px) {
  #siteheader {
    width: 100%;
    margin: 0px;
    height: 60px;
    background-image: url("/includes/images/stata-logo-header-2018.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 98% auto;
  }
}/*# sourceMappingURL=homepage2020.css.map */