* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

h1, h2, h3 {
  color: #272728;
  line-height: 1.2;
  font-weight: 600;
}

h1 {font-size: 1.75rem;}

@media (min-width: 500px) {
  h1 {font-size: 1.875rem;}
}

.popular h2, .animals h1, .studies h1, .author h1 {padding-bottom: 16px;}

.page-not-found {padding: 40px 16px;}

.terms h1, .privacy h1 {font-size: 2rem;}

@media (min-width: 500px) {
  .terms h1, .privacy h1 {font-size: 2.5rem;}
}

h2 {font-size: 1.375rem;}

@media (min-width: 500px) {
  h2 {font-size: 1.5rem;}
}

.popular h2 {font-size: 1.75rem;}

@media (min-width: 500px) {
  .popular h2 {font-size: 1.875rem;}
}

.recent-posts h2, .related-posts h2 {
  padding-top: 12px;
  border-top: 2px solid #575757;
}

@media (min-width: 960px) {
  .recent-posts h2, .related-posts h2 {
    padding-top: 0;
    border-top: 0;
  }
}

.post h2 {
  font-size: 1.5rem;
  padding-top: 3.75rem;
}

@media (min-width: 500px) {
  .post h2 {font-size: 1.625rem;}
}

.terms h2, .privacy h2 {padding-top: 3rem;}

@media (min-width: 500px) {
  .terms h2, .privacy h2 {
    font-size: 1.625rem;
    padding-top: 3.75rem;
  }
}

h3 {font-size: 1.375rem;}

@media (min-width: 500px) {
  h3 {font-size: 1.5rem;}
}

.post h3 {
  font-size: 1.375rem;
  padding-top: 2.5rem;
}

@media (min-width: 500px) {
  .post h3 {font-size: 1.5rem;}
}

p {
  color: #272728;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

@media (min-width: 500px) {
  p {font-size: 1.125rem;}
}

.sd-container p {padding-top: 12px;}

.post p {
  font-size: 1.125rem;
  line-height: 1.8;
  padding-top: 1.75rem;
}

.terms p, .privacy p {padding-top: 1.5rem;}

@media (min-width: 500px) {
  .terms p, .privacy p {
    line-height: 1.8;
    font-size: 1.125rem;
    padding-top: 1.75rem;
  }
}

.post .key-points {
  font-size: 1.25rem;
  font-weight: 600;
  padding-top: 1.25rem;
}

b {font-weight: 600;}

strong {font-weight: 600;}

img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.header-container {
  top: 0;
  z-index: 1;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
}

.header {
  position: relative;
  background-color: #ffffff;
}

.header-secondary {
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
}

.header, .main, .main-secondary, .footer {
  margin: 0 auto;
  max-width: 782px;
}

@media (min-width: 960px) {
  .header, .main, .main-secondary, .footer {max-width: 1118px;}
}

.header::after, .header-secondary::after, .main::after, .main-secondary::after, .footer::after {
  clear: both;
  content: "";
  display: table;
}

.skip {
  top: -57px;
  z-index: 1;
  padding: 12px;
  font-size: 15px;
  line-height: 23px;
  color: #272728;
  position: absolute;
  outline-offset: -1px;
  background-color: #ffffff;
  text-decoration: underline;
}

.skip:focus {top: 0;}

button {
  border: 0;
  float: left;
  width: 50px;
  height: 47px;
  display: block;
  cursor: pointer;
  outline-offset: -1px;
  outline-color: #1b1b1b;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #2a6ed9;
  outline-color: #1b1b1b;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.underline {text-decoration: underline;}

.menu {padding: 18px 16px 17px;}

@media (min-width: 632px) {
  .menu {display: none;}
}

.menu-icon {
  width: 18px;
  height: 12px;
}

.close {padding: 16px 17px 15px;}

.close-icon {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.snowydocs, .snowydocs-secondary {
  float: left;
  height: 47px;
  color: #272728;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  outline-offset: -1px;
  padding: 10px 3px 9px 3px;
}

@media (min-width: 632px) {
  .snowydocs {margin: 0 21px 0 12px;}
}

.nav {display: none;}

@media (min-width: 632px) {
  .nav {display: block;}
}

.nav, .nav ul, .nav li {float: left;}

ol {padding-left: 32px;}

ul {list-style: none;}

.post ul, .privacy ul {
  list-style: disc;
  padding-left: 32px;
}

.references ul {
  list-style: none;
  padding-left: 24px;
}

.references li {text-indent: -24px;}

.post li {
  color: #272728;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
  padding-top: 1.25rem;
}

.privacy li {
  color: #272728;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 1.5rem;
}

@media (min-width: 500px) {
  .privacy li {
    line-height: 1.8;
    font-size: 1.125rem;
    padding-top: 1.75rem;
  }
}

.c-terms-privacy li {
  display: inline;
  margin-right: 18px;
}

.recent-posts li, .related-posts li {padding-top: 12px;}

.nav li, .nav-secondary li {display: block;}

.nav a {
  height: 47px;
  color: #272728;
  display: block;
  font-size: 15px;
  line-height: 24px;
  outline-offset: -1px;
  margin: 0 16px;
  padding: 12px 3px 11px 3px;
}

.current {
  font-weight: 600;
  border-bottom: 2px solid #575757;
}

.menu-list {
  top: 0;
  z-index: 2;
  left: -270px;
  width: 270px;
  height: 100vh;
  display: block;
  position: fixed;
  visibility: hidden;
  background-color: #ffffff;
  transition: left 0.2s, visibility 0.2s;
  box-shadow: 0 1px 3px 0 rgba(18,22,62,.3);
}

@media (min-width: 632px) {
  .menu-list {display: none;}
}

.nav-secondary a {
  color: #272728;
  display: block;
  font-size: 15px;
  line-height: 23px;
  padding: 12px 16px;
  outline-offset: -1px;
}

.current-secondary {background-color: #e8eaed;}

.shade {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  visibility: hidden;
  transition: opacity 0.2s;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 632px) {
  .shade {display: none;}
}

.list {
  left: 0;
  visibility: visible;
}

.visible {
  opacity: 1;
  visibility: visible;
}

.noscroll {overflow: hidden;}

#main {
  display: block;
  padding-top: 48px;
  position: relative;
}

.sd-hero {
  padding: 24px 0 32px;
  background-image: url("https://www.snowydocs.com/images/2023/10/22/sd-hero-r2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 500px) {
  .sd-hero {background-image: url("https://www.snowydocs.com/images/sd-hero.png");}
}

.sd-hero h1, .sd-hero p {
  color: #ffffff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 782px;
}

@media (min-width: 960px) {
  .sd-hero h1, .sd-hero p {max-width: 1118px;}
}

.sd-hero h1 {font-size: 1.5rem;}

@media (min-width: 500px) {
  .sd-hero h1 {font-size: 1.625rem;}
}

.sd-hero p {
  line-height: 1.8;
  padding-top: 16px;
}

@media (min-width: 1007px) {
  .sd-hero p {line-height: 1.5;}
}

.sd-container {
  padding: 16px 0;
  border-top: 2px solid #575757;
}

.sd-title a {color: #272728;}

.sd-author, .sd-date {
  color: #272728;
  line-height: 1.5;
  font-weight: 400;
  font-size: 0.9375rem;
}

.sd-author {padding-top: 0.5rem;}

.sd-date {padding-top: 0.375rem;}

.sd-author a {color: #272728;}

.sd-img {margin-top: 12px;}

.sd-img a {
  display: block;
  position: relative;
  padding-bottom: 67%;
}

.post .sd-img {
  position: relative;
  margin-top: 0.75rem;
  padding-bottom: 67%;
}

.post .sd-img-r2 {
  position: relative;
  margin-top: 1.125rem;
  padding-bottom: 67%;
}

.sd-credit {
  color: #272728;
  margin-top: 7px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 0.875rem;
}

.prev-next {padding: 4px 0 16px;}

.prev-next a {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-right: 18px;
}

.recent-posts, .related-posts {padding: 16px 20px;}

.recent-posts {padding-top: 0;}

.r {padding-top: 16px;}

@media (min-width: 960px) {
  .recent-posts, .related-posts {
    float: left;
    width: 30%;
    max-width: 332px;
    padding: 40px 16px 16px;
  }
}

.recent-posts h2, .recent-posts a {
  font-size: 0.9375rem;
  line-height: 1.5;
}

@media (min-width: 500px) {
  .recent-posts h2, .recent-posts a, .prev-next a {font-size: 1rem;}
}

.related-posts h2, .related-posts a {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 960px) {
  .recent-posts h2, .related-posts h2, .recent-posts a, .related-posts a {font-size: 0.9375rem;}
}

.footer {
  width: 100%;
  position: relative;
}

.c-terms-privacy {
  padding: 9px 0 12px;
  margin: 18px 20px 0;
  border-top: 1px solid #d9d9d9;
}

@media (min-width: 960px) {
  .c-terms-privacy {
    float: left;
    width: 70%;
    width: calc(70% - 40px);
    max-width: 742px;
  }
}

.c-terms-privacy span, .c-terms-privacy a {
  color: #272728;
  line-height: 1.5;
  font-size: 15px;
}

.popular, .animals, .studies, .author, .post, .terms, .privacy {padding: 20px;}

.popular, .animals, .studies, .author {padding-bottom: 4px;}

@media (min-width: 960px) {
  .popular, .animals, .studies, .author, .post, .terms, .privacy, .page-not-found {
    float: left;
    width: 70%;
    max-width: 782px;
    padding-top: 28px;
  }
}
