html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

@-ms-viewport {
  width: auto;
}
body {
  -ms-overflow-style: scrollbar;
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

body {
  background: #ffffff;
  color: #444444;
}

body, input, select, textarea, section p {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: 300;
  letter-spacing: 0.09em;
  line-height: 1.65em;
}

a {
  text-decoration: underline;
  color: #3770a1;
}
a:hover {
  text-decoration: none;
}

strong, b {
  font-weight: 700;
  color: #555555;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 1em 0;
}

h1, h2 {
  font-size: 1.6em;
  line-height: 1.5em;
}

h3 {
  font-size: 1.2em;
  line-height: 1.5em;
}

h4 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h5 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #555555;
  text-decoration: none;
}

hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2em 0;
  border-bottom-color: #e3e3e3;
}

form {
  margin: 0 0 2em 0;
}

label {
  display: block;
  font-size: 0.9em;
  margin: 0 0 0.2em 0;
  text-transform: uppercase;
}

input, select, textarea {
  color: #555555;
}

input[type=submit], input[type=reset], input[type=button], button, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 2.85em;
  line-height: 2.95em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f7f7f7;
  color: #555555 !important;
}

input[type=submit] .icon, input[type=reset] .icon, input[type=button] .icon, button .icon, .button .icon {
  padding-left: 1.35em;
}

input[type=submit]:before, input[type=reset]:before, input[type=button]:before, button:before, .button:before {
  margin-right: 0.5em;
}

input[type=submit]:disabled, input[type=reset]:disabled, input[type=reset] .disabled, input[type=button]:disabled, input[type=button] .disabled, button:disabled, button .disabled, .button:disabled, .button .disabled {
  pointer-events: none;
  opacity: 0.25;
}

input[type=reset] .hover, input[type=button] .hover, button .hover, .button .hover {
  background-color: #ffffff;
}

input[type=reset] .active, input[type=button] .active, button .active, .button .active {
  background-color: #eaeaea;
}

ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}

@media screen and (max-width: 1680px) {
  body, input, select, textarea, section p {
    font-size: 12pt;
  }
}
@media screen and (max-width: 1280px) {
  body, input, select, textarea, section p {
    font-size: 12pt;
  }
}
@media screen and (max-width: 980px) {
  body, input, select, textarea, section p {
    font-size: 12pt;
  }
}
@media screen and (max-width: 736px) {
  body, input, select, textarea, section p {
    font-size: 11pt;
  }
}
@media screen and (max-width: 480px) {
  body, input, select, textarea, section p {
    font-size: 11pt;
  }

  input[type=submit], input[type=reset], input[type=button], button, .button {
    padding: 0.4em;
  }
}
section {
  text-align: center;
  padding: 6em 0 4em 0;
  position: relative;
}
section.wrapper {
  margin: 0 auto;
  width: 65em;
}
section.wrapper.form_section {
  background-color: #f7f7f7;
  color: #444444;
  margin: 0;
  width: 100%;
  padding-top: 4em;
}
section.wrapper.form_section .button {
  background-color: #555555;
  color: #f7f7f7 !important;
}
section .narrow {
  width: 35em;
  margin: 0 auto;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  cursor: default;
  list-style: none;
  background-color: #51b4cf;
  justify-content: center;
  margin-bottom: 0;
  padding: 0 0 0.5em 0;
}
nav .button {
  font-size: 0.75em;
  background-color: #51b4cf;
  color: #ffffff !important;
  border-width: 1px;
  border-style: solid;
  border-color: #61dafb;
  padding: 0 0.6em;
  margin-top: 0.5em;
}
nav .button:hover {
  background-color: #0293b1;
}
nav .button:active {
  background-color: #008183;
}
nav a {
  padding: 0 0 0 0;
}

#banner {
  background-color: #61dafb;
  color: #ffffff;
  padding: 8em 0 6em 0;
  text-align: center;
}
#banner .focal-point {
  display: flex;
  border-style: double solid;
  border-width: 4px 1px;
  width: 30%;
  min-width: 300px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 5% 0 2%;
}
#banner .focal-point .banner-image {
  flex: 0 0 70%;
}
#banner .focal-point .banner-image img {
  min-width: 100px;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#banner .focal-point .title {
  flex: 0 0 50%;
  color: #ffffff;
  font-size: 2.4vw;
  margin: 0 auto 1em auto;
  font-weight: 900;
  line-height: 1.5em;
  text-transform: uppercase;
}
#banner .focal-point .title .title-mid {
  text-transform: lowercase;
  display: block;
}
#banner p {
  font-size: 1.2em;
  text-transform: initial;
}
#banner p a {
  color: #ffffff;
}
#banner .button {
  background-color: #51b4cf;
  color: #ffffff !important;
}
#banner .button:hover {
  background-color: #0293b1;
}
#banner .button:active {
  background-color: #008183;
}
#banner .social {
  color: #ffffff;
  font-size: 2.8em;
  margin-bottom: 0.7em;
}
#banner ol.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
#banner ol.actions li {
  display: inline-block;
  padding: 0 1em 0 0;
  vertical-align: middle;
}
#banner ol.actions li:last-child {
  padding-right: 0;
}

h2, h1 {
  margin-top: 1.25em;
  display: inline-block;
  padding-bottom: 0.4em;
  border-bottom-style: double;
  border-bottom-width: 4px;
}

h1 {
  margin-bottom: 1.6em;
  border-bottom-color: #e3e3e3;
  text-transform: uppercase;
  color: #555555;
}

h2 {
  margin-bottom: 1.6em;
  border-bottom-color: #e3e3e3;
  text-transform: uppercase;
  color: #555555;
}

h3 {
  margin-bottom: 1em;
  border-bottom-color: #e3e3e3;
  text-transform: uppercase;
  color: #555555;
}

.features {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 2em;
}
.features .feature-description {
  text-align: left;
}
.features .chapters {
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
}
.features .links {
  text-align: left;
}
.features .links li {
  padding-top: 0.8em;
}

.feature {
  padding: 2em 2em 0.1em 2em;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  margin-left: -1px;
  margin-top: -1px;
  width: 33.33333%;
}
.feature .fa, .feature .fab, .feature .fas {
  font-size: 2.8em;
  margin-bottom: 0.7em;
  color: #61dafb;
}

.book-details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

figure.project {
  flex: 0 0 65%;
  margin-top: 3em;
}
figure.project img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 360px;
  margin-top: 1em;
}

.rtp_outline {
  flex: 0 0 35%;
  margin-left: auto;
  margin-right: auto;
  min-width: 280px;
  max-width: 20em;
  margin-top: 4em;
}

.rtp_outline_hdr {
  outline: 2px solid #61dafb;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 2px;
  margin-right: 2px;
  color: #777777;
}

details.book_outline {
  background-color: #61dafb;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 0.8em;
}
details.book_outline summary {
  color: #555555;
  letter-spacing: normal;
  font-family: Arial, Helvetica, Sans-serif, sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 2.85em;
  line-height: 2.95em;
  padding: 0 1.5em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  list-style: none;
}
details.book_outline summary::marker {
  display: none;
}
details.book_outline summary:after {
  content: "+";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 0.3em;
}
details.book_outline summary:hover {
  background-color: #51b4cf;
}
details.book_outline .outline_content {
  padding: 0 0.8em;
  text-align: left;
  overflow: hidden;
  background-color: #f1f1f1;
}
details.book_outline[open] summary {
  background-color: #51b4cf;
}
details.book_outline[open] > summary:after {
  content: "-";
}

#toolchain .page-title {
  margin: 3em auto 0.4em auto;
  text-align: center;
  max-width: 80%;
}
#toolchain .page-title p {
  color: #444444;
  text-transform: none;
}
#toolchain h1 {
  border-bottom-style: none;
  margin: 0;
}
#toolchain h2 {
  margin-top: 4em;
}

#retailers img.buy-image {
  max-width: 80%;
  max-height: 100%;
  height: auto;
  margin: -1em auto 0 auto;
}
#retailers .buy-type {
  margin-left: -1em;
  margin-bottom: 0.5em;
}
#retailers .buy-links {
  width: 180px;
  height: 400px;
  border: 1px solid black;
  margin: 0 auto 1em;
}
#retailers .rtp_image {
  margin-top: 0.8em;
  max-width: 80%;
}
#retailers .buy-desc {
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#retailers .buy-desc .buy-title {
  font-size: 1rem;
  color: #000000;
  margin: 0;
  max-height: 4.5rem;
  overflow: hidden;
}
#retailers .buy-desc .buy-subtitle {
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.438em;
  margin: 0;
  max-height: 5rem;
  overflow: hidden;
}
#retailers .buy-desc .buy-button {
  background-color: #009aff;
  color: #ffffff;
  appearance: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 0.125em;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.75rem;
  padding: 0.375em 0.75em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
#retailers .buy-desc .buy-button:hover {
  background-color: #007acc;
}

#subscribe .subscribe {
  color: #555555;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-weight: 300;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.5em;
}
#subscribe input[type=radio] {
  position: absolute;
  opacity: 0;
}
#subscribe input[type=radio] + label {
  font-size: 1em;
}
#subscribe input[type=radio] + label:empty:before {
  margin-right: 0;
}
#subscribe input[type=radio] + label:before {
  content: "";
  background: #f1f1f1;
  border-radius: 100%;
  border: 1px solid #b1b1b1;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#subscribe input[type=radio]:checked + label:before {
  background-color: #61dafb;
  box-shadow: inset 0 0 0 4px #f1f1f1;
}
#subscribe input[type=radio]:focus + label:before {
  outline: none;
  border-color: #61dafb;
}

footer {
  background-color: #f7f7f7;
  color: #444444;
  padding: 3em 0 4em 0;
  position: relative;
}
footer a {
  color: #61dafb;
}
footer:before {
  background-color: #e3e3e3;
  content: "";
  height: 1px;
  left: 30%;
  position: absolute;
  top: 0;
  width: 40%;
}
footer .copyright {
  font-size: 0.9em;
  margin: 1em 0 2em 0;
  padding: 0;
  text-align: center;
  text-transform: initial;
}
footer .ibpa {
  width: 120px;
  max-width: 30%;
  height: auto;
  margin: auto;
}
footer .ibpa img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1280px) {
  section.wrapper {
    padding: 5em 0 3em 0;
    width: 60em;
  }
  section.wrapper.form_section {
    padding-top: 2em;
  }

  h1, h2 {
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .feature {
    padding: 2em 1.5em 0.1em 1.5em;
  }

  footer {
    padding: 2em 2em 3em 2em;
  }
}
@media screen and (max-width: 980px) {
  section.wrapper {
    padding: 4em 2em 2em 2em;
    width: 100%;
  }
  section.wrapper.form_section {
    padding-top: 1em;
  }

  #banner .focal-point .title {
    font-size: 1.6em;
    width: 100%;
  }

  footer {
    padding: 2em 2em 2em 2em;
  }
  footer:before {
    width: 75%;
    left: 12.5%;
  }
}
@media screen and (max-width: 736px) {
  section.wrapper {
    padding: 3em 1.5em 1em 1.5em;
  }
  section .narrow {
    width: 80%;
  }

  h1, h2 {
    margin-bottom: 0.6em;
  }

  .feature {
    padding: 2em 1em 0.1em 1em;
    width: 50%;
  }

  #banner .focal-point {
    padding: 4% 10% 0 2%;
  }
  #banner .focal-point .title {
    font-size: 1.6em;
    width: 100%;
  }

  footer {
    padding: 1.5em 2em 1em 2em;
  }
  footer:before {
    width: 85%;
    left: 7.5%;
  }
  footer .copyright li {
    display: block;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  section.wrapper {
    padding: 2em 1em 0.1em 1em;
  }
  section.wrapper.form_section {
    padding-top: 0.4em;
  }
  section .narrow {
    width: 100%;
  }

  h1, h2 {
    margin-top: 1em;
    margin-bottom: 0.3em;
  }

  .feature {
    padding: 2em 0.5em 0.1em 0.5em;
    width: 100%;
  }

  nav {
    position: static;
    z-index: auto;
    top: auto;
    padding: 0;
  }
  nav .button {
    padding: 0.5em 0 0 0;
    height: 3.6em;
    display: block;
    margin-top: 0;
    font-size: 1em;
    border-width: 1px 0 1px 0;
  }
  nav .button:first-child {
    border-width: 0 0 1px 0;
  }

  #banner {
    padding: 4em 0 2em 0;
  }
  #banner .focal-point {
    padding: 4% 15% 0 2%;
  }
  #banner .focal-point .title {
    font-size: 1.6em;
    width: 100%;
  }
  #banner ol.actions {
    margin: 0 0 2em 0;
  }
  #banner ol.actions li {
    padding: 1em 0 0 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  #banner ol.actions li:first-child {
    padding-top: 0;
  }
  #banner ol.actions li > * {
    width: 100%;
    margin: 0 !important;
  }
  #banner .button {
    height: 3.6em;
  }

  #toolchain .page-title {
    margin: 1em auto 0.1em auto;
  }

  footer {
    padding: 1.5em 1em 0.1em 1em;
  }
}

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