@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700,800,800i|Roboto:400,400i,700|Source+Code+Pro:700,900');
@import url("https://use.typekit.net/xgi4apw.css");

*, *:after, *:before {    
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 11pt;
}

body b, body strong {
  font-weight: 700;
}

body i, body em {
  font-weight: 400i;
  font-style: 400i;
}

.showmobile {
  display: none;
}

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

h1,h2 {
  font-weight: 300;
}

h2 {
  font-size: 1.75em; 
}


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

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

h4,h5,h6 {
  margin-top: 30px;
  margin-bottom: -8px;
}

h3 {
  margin-top: 0px;
  margin-bottom: -8px;
}

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;
}

ul.homelist {
 padding-left: 22px;
 margin-left: 0px;
 margin-top: 0px;
 padding-top: 0px;
}

ul.homelist li {
  margin-bottom: 5px;
  list-style-type: none;
  list-style-position: outside;
  margin-left: -20px;
  margin-top: 0px;
  padding-top: 0px;
}

.explore_shop_access {
  display: inline-block;
  width: 90%;
  max-width: 450px;
  margin-top: 10px;
}

.explore_shop_access table {
  width: 100%;
}

.explore_shop_access h4 {
  color: #595959;
}

.explore_shop_access img {
  padding: 3px;
  border: none;
  height: 75px;
}

.explore_shop_access a:hover {
  text-decoration: none;
  background-color: #ebf2ff;
}

.explore_shop_access a:hover table {
  background-color: #ebf2ff;
}

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;
}

#descriptionsTab {
 vertical-align: middle;
}

#descriptionsTab a {
 display: block;
 margin: 0px;
 padding: 9px;
 height: 100%;
 width: 100%;
 text-align: center;
}

#pricingTab {
 vertical-align: middle;
}

#pricingTab a {
 display: block;
 margin: 0px;
 padding: 9px;
 height: 100%;
 width: 100%;
 text-align: center;
}

#osTab {
 vertical-align: middle;
}

#osTab a {
 display: block;
 margin: 0px;
 padding: 9px;
 height: 100%;
 width: 100%;
 text-align: center;
}

#optionsTab {
 vertical-align: middle;
}

#optionsTab a {
 display: block;
 margin: 0px;
 padding: 9px;
 height: 100%;
 width: 100%;
 text-align: center;
}


a.whitebutton {
   background: rgba(255,255,255,.2);
   transition: background .2s;
   color: #FFFFFF;
   border: solid 2px #FFFFFF;
   padding: 9px 14px;
   text-transform: uppercase;
   display: inline-block;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
   font-size: 14px;
   font-weight:700;
   font-family: 'Roboto', Arial, Helvetica, Sans-Serif;
   z-index: 100;
   margin: 12px auto;
   text-decoration: none;
   }

a.whitebutton:visited {
   background: rgba(255,255,255,.2);
   transition: background .2s;
   color: #FFFFFF;
}

a.whitebutton:active {
   background: rgba(255,255,255,.2);
   transition: background .2s;
   color: #FFFFFF;
}

a.whitebutton:hover {
   color: #56CAF5;
   transition: background .5s;
   background: #FFFFFF;
   text-decoration: none;
   }

/* Tooltip container */
.basictooltip {
    position: relative;
    display: inline-block;
}


/* Tooltip text */
.basictooltip .tooltiptext {
    display: none;
    width: 150px;
    background-color: #fff;
    color: #236194;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    border: solid 1px #236194;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.basictooltip:hover .tooltiptext {
    display: block;
}

/* Tooltip arrow */
.tooltiptext:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #236194 transparent transparent transparent;
    top: 45px;
    left: 60px;
}

div.limiter table.faqtitle {
width: auto;
}

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

i em {
  font-family: 'Roboto', Arial, sans-serif;
  font-style: italic;
}

h1 {
  font-size: 3.5em;
  font-weight: 300;
  color: #236194;
} 

h2 {
  font-size: 1.75em;
  color: #236194;
  padding-bottom: 3px;
  font-weight: 300;
}

h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: #555;
}

h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5 {
  font-size: 1em;
  color: #595959;
  font-weight: 700;
}

h6 {
  font-size: 1em;
  font-weight: 700;
}

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

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

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

#siteheader{
  width: 100%; margin: 0px;
  height: 60px;
  background-image: url('https://www.stata.com/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: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  display: block;
}

#searchNav {
  width: 100%;
  margin: 0px;
  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;
}

#homebody {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  border-bottom: solid 5px #000;
}

.splash {
  width: 100%;
  max-height: 300px;
  margin: -2px 0px 0px 0px;
  padding: 0px;
  background-color: #4b5b76;
  background-image:url('https://www.stata.com/includes/images/shadow.png');
  background-position: top center;
  background-repeat: no-repeat;
}

#sitebody {
  width: 100%;
  padding: 0px;
  background-color: #ffffff;
  box-sizing: border-box;
  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: .9em;
}

.headline_block {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  text-align: left;
}

.additionalHomeMaterials {
  text-align: center;
  width: 95%;
  margin: 0px auto;
  padding: 0px;
}

.explore_shop_access {
  text-align: left;
}

.hideUnder640main {
  display: block;
}

.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;
  }
}

@media all and (max-width: 760px) {

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;
}

i em {
  font-family: 'Roboto', Arial, sans-serif;
  font-style: italic;
}


h2 {
  font-size: 1.3em;
  color: #595959;
  padding-bottom: 3px;
  font-weight: 300;
}

h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5 {
  font-size: 1em;
  color: #595959;
  font-weight: 700;
}

h6 {
  font-size: 1em;
  font-weight: 700;
}

#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('https://www.stata.com/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: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 38px;
  background-color: #ffffff;
  color: #236194;
}

#searchNav a {
  font-weight: normal;
}

#sitebody {
  width: 100%;
  margin: 50px 0px 0px;;
  padding: 5px;
  background-color: #ffffff;
}

#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: .9em;
}

.explore_shop_access {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  margin: 10px auto 10px auto;
}

.explore_shop_access td:first-child {
  width: 20%;
}

.explore_shop_access td:first-child img{
  padding: 3px;
  border: none;
  width: 100%;
  height: auto;
}

.explore_shop_access td:last-child {
  width: 10%;
}

.explore_shop_access td:last-child img {
  width: 100%;
  height: 100%;
  max-width: 31px;
}

.headline_block {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  margin: 10px auto;
  padding: 0px;
  text-align: center;
}

.headline_block .panels { text-align: left; }
.additionalHomeMaterials {
  width: 95%;
  margin: 0px auto 0px auto;
}

}

@media screen and (max-width: 700px) {
  #siteheader{
    margin: 0px;
    height: 60px;
    background-image: url('https://www.stata.com/includes/images/stata-logo-header-2018.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 98% auto;
  }
}

.vidcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

