/* BEGIN RED SWEATER CUSTOM STYLES */
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css");
body {
  padding: 0;
  text-align: left;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.429;
  color: #333;
  background-color: #eaeaea;
}

#navLinkContainer {
  display: block;
  position: absolute;
  bottom: 6px;
  width: 100%;
}

#navLinkListFloater {
  float: right;
}

nav {
  position: relative;
  top: 0;
  height: 80px;
  line-height: normal;
}

nav ul {
  padding-bottom: 2px;
  margin: 1em 0 0 1.5em;
}

nav li {
  display: inline;
}


nav ul li:first-child a {
  border-left-style: none;
}

nav li a, nav li a:visited {
  float: left;
  font-size: 14px;
  display: block;
  margin: 4px 5px 0 5px;
  padding-left: 0.8em !important;
}

a:link, a:visited {
  color: #556F9C;
  padding: 0 0px;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:active {
  color: #9ea1ad;
}

#products a:link, #products a:visited, nav a:link, nav a:visited {
  color: #555;
}

section#features .container {
  padding: 0;
}

#legal p {
  width: 800px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
  color: #555;
}

/* @end */
/* @group Informational Pages
 *
 * NOTE: This seems sloppy to me. We should be definining these rules
 * more generally and not having to tie them specfically to e.g. about, support, etc.
 */
div#support.content article, div#about.content article, div#FourOhFour.content article {
  padding: 1em 2em 2em;
}

#support article header, #about article header, #FourOhFour article header {
  color: #666;
  font-size: 2em;
  padding-bottom: 0.5em;
}

section#title div {
  font-size: 14px;
}

.roundedGradientButton {
  background-color: #EEE;
}

#navigation {
  position: relative;
  text-align: left;
  white-space: nowrap;
}

#navigation img {
  position: absolute;
  bottom: 2px;
  left: 1px;
}

div#pageContainer {
  margin: 0 auto;
  width: 800px;
  padding: 0px;
}

div#pageContent {
  text-align: left;
  vertical-align: top;
  background: white;
  color: black;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #AAA;
}

.HugePageText {
  font-size: 3em;
  color: #666666;
}

.BigPageText {
  font-size: 2em;
  color: #666666;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
}

#summary {
  font-weight: bold;
  margin-top: 12px;
}

.TestimonialQuote {
  font-size: 1em;
  background: white;
  color: #555;
  font-weight: bold;
}

.TestimonialSection {
  display: block;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 0.7em;
  padding-left: 20px;
  padding-right: 10px;
  text-align: left;
}

.TestimonialSection img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-width: 0;
}

.sidebarText {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 0.7em;
}

.reviewText {
  font-size: 0.7em;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0.8em;
}

#featureTable td {
  padding-right: 10px;
  padding-bottom: 10px;
}

.featureHeading {
  /* Work around a Mobile Safari bug with using 1.0em here */
  -webkit-text-size-adjust: none;
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
  background: white;
  margin-top: 0.2em;
  margin-bottom: 0.1em;
  color: #222222;
}

.featureText {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
}

/* Forms by default have a 1em; bottom margin, which we want to eliminate here to inline the button */
#storeProductTable td form {
  margin: 0;
}

/* Styles for /support/index.html */
#productSupportOptionsDiv img {
  vertical-align: middle;
  width: 64;
  height: 64;
  float: left;
  margin-right: 12px;
  padding-left: 4px;
}

div.productSupportOptions {
  font-size: 1.2em;
  height: 40px;
  padding: 20px;
  padding-left: 10px;
  vertical-align: middle;
}

span.productSupportAppName {
  font-size: 1.4em;
  vertical-align: middle;
}

div#moreQuestions {
  font-size: 1.2em;
  margin-top: 1em;
}

/* FAQ Pages */
.faqq {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.faqa {
  margin-bottom: 1em;
}

/* Give list items a little breathing room by default */
li {
  padding-bottom: 0.5em;
}

li:first-child {
  padding-top: 1em;
}

li:last-child {
  padding-bottom: 0;
}

.productMenuItemHeader {
  display: inline;
  font-size: 1.8em;
  width: 100%;
}

.productMenuItemDescription {
  font-size: 1.1em;
}

.productMenuItemIcon {
  float: left;
  padding-right: 0 0.5em 0 0;
  clear: both;
  margin-right: 6px;
}

.featureTable td {
  padding: 4px;
}

.formInputRow {
  clear: both;
  padding-top: 15px;
}

.formInputRow span.formLabel {
  width: 160px;
  text-align: left;
}

.formInputRow span.formInput {
  float: left;
  text-align: left;
  margin-left: 4px;
}

.checkboxLabel {
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.pressrelease {
  width: 450px;
  line-height: 1.4em;
}

.pressrelease p {
  margin-bottom: 1em;
}

.formInputRow {
  clear: both;
  display: block;
}

.formComment {
  color: #555;
  font-size: 0.7em;
  margin-top: 0.5em;
}

.formInputRow input {
  top: -1px;
  margin: 0 6px 6px 0;
}

#redSweaterLogo {
  position: absolute;
  top: 25px;
  left: 0px;
  display: block;
  width: 367px;
  height: 52px;
  background-image: url(/images/RedSweaterLogo.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #redSweaterLogo {
    background-image: url("/images/RedSweaterLogo@2x.png");
    background-size: 367px 52px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #redSweaterLogo {
    top: 26px;
    background-image: url(/images/RedSweaterLogo@2x.png);
  }
}
#screenshots span {
  display: block;
}

#screenshots div.blackscreen {
  text-align: center;
  min-height: 18em;
}

/* Screenshot thumbnails are 150x150 by default, with a solid thin border */
.screenshotThumbnail, .fullScreenScreenshotThumbnail {
  border: 1px solid;
  width: 150px;
}

.fullScreenScreenshotThumbnail {
  width: 200px;
}

/* Hacks to get screenshots to line up without using multi column module */
section#screenshots > div.container > div {
  float: left;
  margin: 1em 1em 1em 0;
}

/*# sourceMappingURL=styles.css.map */


