<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-wrapper {
   max-width: none;
   padding-left: 0;
   padding-right: 0;
}

.content-wrapper .row {
	margin-left:0;
	margin-right:0;
}

#snowball {
  font-size: 16px;
}

#snowball h1 { font-size: 2.5em; }
#snowball h2 { font-size: 2.2em; }
#snowball h3 { font-size: 2.0em; }
#snowball h4 { font-size: 1.8em; }
#snowball h5 { font-size: 1.5em; }
#snowball h6 { font-size: 1.2em; }

.snowball-block a {
	color:#00f;
	text-decoration:underline;
}

#snowball .snowball-block-splash {
  font-weight: bold;
  font-size: 22px;
  text-shadow: 1px 1px 1px #000;
}

.snowball-block-splash p {
  margin-top: .6em;
}

#snowball .snowball-block-splash h1 {
  font-size: 3.5em;
  margin-bottom: .2em;
}

#snowball .snowball-block-splash a {
  color: #fff;
  text-decoration: none;
}

#snowball .gform_wrapper,
#snowball .gform_wrapper form {
  width: 56%;
  margin: 0 auto;
}


#snowball .gform_wrapper form input.medium,
#snowball .gform_wrapper form select.medium {
  width: 100%;
}

#snowball #gated_content_header {
  width: 90%;
  max-width: 800px;
  margin: 20px auto;
}

#snowball #snowball-longform-gated-content.full-width #gated_content_header {
  width: 100%;
  max-width: none;
  margin: 0;
}

#snowball #gated_content_header h1,
#snowball #gated_content_header h2,
#snowball #gated_content_header h3,
#snowball #gated_content_header h4,
#snowball #gated_content_header h5,
#snowball #gated_content_header h6,
#snowball #gated_content_header p {
  margin-bottom: 1em;
}

#snowball .snowball-block-share .show {
  display: inline-block !important;
}

#snowball .snowball-block-text p {
  margin-bottom: 1em;
}

#snowball .snowball-block-sidenote {
  /*background-color: #B0C4DE;*/
  padding: 1em;
  margin: 0 auto 4em;
  color: #000;
}

#snowball .snowball-block-sidenote p:not(:last-of-type) {
  padding-bottom: 1em;
}

#snowball-longform-gated-content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width:800px) {
	.snowball-block:not(.full-width) {
		width:800px;
	}
}

.snowball-block-columns .column {
	margin:0 20px;
}

@media (max-width:800px) {
  #scoper-0 .snowball-block-splash {
    height: auto !important;
  }
  

  #snowball {
    font-size: 14px;
  }

  #snowball .snowball-block-splash {
    font-size: 19px;
  }
  
  #snowball .snowball-block-splash h1 {
    font-size: 2em;
  }
}

@media (max-width:450px) {
  .snowball-block-splash-bg {
    background-attachment: scroll !important;
  }
}</pre></body></html>