<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.formoid-solid-blue input[type=text],
.formoid-solid-blue input[type=password],
.formoid-solid-blue input[type=email],
.formoid-solid-blue input[type=url],
.formoid-solid-blue input[type=date],
.formoid-solid-blue input[type=number],
.formoid-solid-blue input[type=tel],
.formoid-solid-blue textarea,
.formoid-solid-blue .element-file .file_text,
.formoid-solid-blue select{
  color: #000;
  font-weight: 800;
    border-style: solid;
    border-width: 2px;
  border-color: #bdc3c7;
    -webkit-transition: border-color 0.5s ease-in-out;
    -moz-transition: border-color 0.5s ease-in-out;
    -ms-transition: border-color 0.5s ease-in-out;
    -o-transition: border-color 0.5s ease-in-out;
    transition: border-color 0.5s ease-in-out;

    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;

    padding: 10px 10px 9px 2.3em;
  
  outline:none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: normal;
  
    font-size: 1em;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, form h1, 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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  min-height: 100%;
  font-family: 'myriad-pro', sans-serif;
}

body {
  background: -moz-linear-gradient(#003a53, #098dba);
  background: -webkit-linear-gradient(#003a53, #098dba);
  background: linear-gradient(#003a53, #098dba) no-repeat;
  background-color: #098dba;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
}

a {
  color: #098dba;
}

.wrapper {
  max-width: 980px;
  margin: 0 auto;
  display: block;
}

.inner {
  background: #ffffff;
  padding: 1.5em;
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.5);
  margin-bottom: 2.5em;
}
@media (min-width: 45em) {
  .inner {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.header {
  margin-bottom: 2em;
  text-align: center;
}
.header a {
  text-decoration: none;
}

.heading {
  margin-bottom: 1.5em;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}
@media (min-width: 45em) {
  .heading {
    font-size: 2.5em;
  }
}
.heading h1, .heading h2, .heading p {
  font-size: 1em;
  font-weight: inherit;
  margin-bottom: .5em;
  line-height: inherit;
}
.heading h2, .heading span {
  color: #098dba;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, form h1, 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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  min-height: 100%;
  font-family: 'myriad-pro', sans-serif;
}

@media (min-width: 45em) {
  .container, .heading, .footer, ol, ul.list-ticks, blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
  }
}

.footer {
  color: #fff;
  padding: 0 .5em;
  text-align: center;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer p {
  font-size: 1em;
}

.footer-nav a {
  display: block;
  padding: .15em 1em;
}
.footer-nav li {
  display: inline-block;
}
@media (min-width: 45em) {
  .footer-nav li a {
    border-left: 1px solid #fff;
  }
  .footer-nav li:first-child a {
    border-left: 0;
  }
}

.footer-copyright {
  margin: 2em 0;
}
.footer-copyright p {
  margin-bottom: .5em;
}

.footer-disclaimer {
  text-align: left;
}
.footer-disclaimer a {
  text-decoration: underline;
}
.footer-disclaimer p {
  margin-bottom: 1.5em;
}

.clearfix:after, .row:after, .input-row:after {
  display: block;
  content: '';
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-red {
  color: #b20000;
}

.text-green {
  color: #008d00;
}

.text-accent {
  color: #098dba;
}

.text-faded {
  color: gray;
}

.text-small {
  font-size: 1em;
}

.btn-submit {
  display: inline-block;
  text-decoration: none;
  padding: .15em .85em;
  border-radius: .25em;
  margin: 0;
  border: .05em solid #e9c925;
  font-size: 2.5em;
  background-color: #fecd04;
  font-family: 'Myriad Pro Condensed', 'myriad-pro-condensed', sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #003852;
  position: relative;
  line-height: 1em;
  cursor: pointer;
  background-image: -moz-linear-gradient(#fff52f, #fecd04);
  background-image: -webkit-linear-gradient(#fff52f, #fecd04);
  background-image: linear-gradient(#fff52f, #fecd04);
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.btn-submit:disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
.btn-submit:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: .8em solid #fff;
  background: #fff;
  border-radius: 0 0 50% 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=28);
  opacity: 0.275;
}

h1, h2, h3, form h1, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 1.5em;
}
@media (min-width: 45em) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 1.35em;
}
@media (min-width: 45em) {
  h2 {
    font-size: 2em;
  }
}

h3, form h1 {
  font-size: 1.25em;
}
@media (min-width: 45em) {
  h3, form h1 {
    font-size: 1.65em;
  }
}

h4 {
  font-size: 1.15em;
}
@media (min-width: 45em) {
  h4 {
    font-size: 1.4em;
  }
}

p {
  font-size: 1.15em;
}

table {
  width: 100%;
  font-size: 1.25em;
}
table td, table th {
  text-align: center;
  padding: .35em;
}
table th {
  font-weight: 700;
}

#orderTotal table {
  font-size: 1em;
}
#orderTotal table td, #orderTotal table th {
  text-align: left;
}
#orderTotal table td + td, #orderTotal table td + th, #orderTotal table th + td, #orderTotal table th + th {
  text-align: right;
}
#orderTotal table tr + tr td, #orderTotal table tr + tr th {
  font-weight: bold;
}

.table-striped thead tr td, .table-striped thead tr th {
  background: #fff;
}
.table-striped tbody tr:nth-of-type(even) td, .table-striped tbody tr:nth-of-type(even) th {
  background: #fff;
}
.table-striped tbody tr:nth-of-type(odd) td, .table-striped tbody tr:nth-of-type(odd) th {
  background: #f3f3f3;
}

ol {
  counter-reset: ol;
  font-size: 1.25em;
  margin-bottom: 1em;
}
@media (min-width: 45em) {
  ol {
    font-size: 1.5em;
  }
}
ol li {
  counter-increment: ol;
  line-height: 1.25em;
  padding: .25em 0 .25em 1.75em;
  position: relative;
}
ol li:before {
  color: #fff;
  content: counter(ol);
  font-size: 1.2em;
  font-weight: 600;
  background: #098dba;
  border-radius: 50%;
  line-height: 1.1em;
  width: 1.15em;
  height: 1.15em;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.625em;
}
ol.list-big li {
  padding-left: 2.75em;
}
ol.list-big li:before {
  font-size: 2em;
}

ul.list-ticks {
  font-size: 1.25em;
  text-align: left;
  margin-bottom: 1em;
}
ul.list-ticks li {
  position: relative;
  line-height: 26px;
  padding: .25em 0 .25em 1.55em;
}
ul.list-ticks li:before {
  width: 26px;
  height: 26px;
  background-image: url('/images/offers/tick.png?1384446830');
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
}

blockquote {
  font-style: italic;
  line-height: 1.5em;
  font-size: 1.15em;
  background-color: #e4f9ff;
  padding: 1.5em;
}
@media (min-width: 45em) {
  blockquote {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 4em;
    background-image: url('/images/offers/quote.png?1379808095');
    background-repeat: no-repeat;
    background-position: .75em .75em;
  }
}
blockquote cite {
  display: block;
  text-align: right;
}

.well {
  background: #f3f3f3;
}

.well-bordered {
  border: 4px solid #d6d6d7;
}

.well-padded {
  padding: 1em;
}

.well-inner {
  background: #fff;
}

.dashed-border {
  border: 4px dashed #098dba;
  padding: 1em;
}

.cards-lock {
  text-align: center;
}
.cards-lock div {
  display: inline-block;
  font-size: .8em;
  color: gray;
  text-align: left;
}
.cards-lock img, .cards-lock div {
  vertical-align: middle;
}

.row-gutter &gt; .col, .input-row.row-gutter &gt; label, .input-row.row-gutter &gt; div {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 45em) {
  .col, .input-row &gt; label, .input-row &gt; div {
    float: left;
    width: 50%;
  }

  .col-5 {
    width: 5%;
  }

  .col-10 {
    width: 10%;
  }

  .col-15 {
    width: 15%;
  }

  .col-20 {
    width: 20%;
  }

  .col-25 {
    width: 25%;
  }

  .col-30, .input-row.input-row-double &gt; div {
    width: 30%;
  }

  .col-35 {
    width: 35%;
  }

  .col-40, .input-row &gt; label {
    width: 40%;
  }

  .col-45 {
    width: 45%;
  }

  .col-50 {
    width: 50%;
  }

  .col-55 {
    width: 55%;
  }

  .col-60, .input-row &gt; div {
    width: 60%;
  }

  .col-65 {
    width: 65%;
  }

  .col-70 {
    width: 70%;
  }

  .col-75 {
    width: 75%;
  }

  .col-80 {
    width: 80%;
  }

  .col-85 {
    width: 85%;
  }

  .col-90 {
    width: 90%;
  }

  .col-95 {
    width: 95%;
  }
}
form {
  max-width: 575px;
  margin: 0 auto;
}
form h1 {
  margin-bottom: .5em;
}

.product-desc ul {
  margin: 1em 0;
  list-style: disc;
}
.product-desc li {
  margin-left: 1.5em;
}

fieldset {
  margin: .5em 0;
  border: 1px solid #144665;
  padding: 2.3em .5em .5em;
  position: relative;
}
fieldset p {
  font-size: 1em;
  margin-bottom: 1em;
}

legend {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0;
  font-weight: 700;
  color: #fff;
  background: #144665;
  padding: .35em;
  font-size: 1.15em;
  display: block;
  line-height: 1em;
}

.input-row {
  margin: 0 auto;
  max-width: 400px;
}
.input-row input, .input-row select {
  display: block;
  width: 100%;
  font-size: inherit;
  height: 1.5em;
  line-height: inherit;
  border-radius: 0;
  border: 1px solid #d6d6d7;
}
.input-row &gt; label, .input-row &gt; div {
  margin-top: .35em;
  line-height: 1.5em;
}
.input-row &gt; label {
  padding: 1px 0;
}
.input-row &gt; div {
  padding: 0 2px;
}

div.checkbox-toggle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
div.checkbox-toggle a, div.checkbox-toggle button {
  cursor: default;
}
div.checkbox-toggle.checkbox-toggle-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
div.checkbox-toggle.checkbox-toggle-in a, div.checkbox-toggle.checkbox-toggle-in button {
  cursor: pointer;
}
div.checkbox-toggle.soldout {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.soldout {
  position: relative;
}
.soldout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.soldout:after {
  content: 'Sold Out!';
  position: absolute;
  color: #b20000;
  font-weight: 700;
  font-size: 4em;
  line-height: 1em;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -.5em;
  text-align: center;
  text-decoration: underline;
  z-index: 7;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.heading-book {
  text-align: left;
  padding-left: .5em;
}
.heading-book img {
  margin: -1.25em 0;
  float: right;
  width: 161px;
  height: 134px;
}
@media (min-width: 45em) {
  .heading-book img {
    margin-right: -1.25em;
    width: 322px;
    height: 268px;
  }
}

.heading-coaching img {
  border: 4px solid #098dba;
  border-radius: 4px;
}
.heading-coaching h1 {
  padding-right: .5em;
}

.offers-form-top {
  max-width: 40em;
  margin: 0 auto;
}
.offers-form-top p, .offers-form-top li, .offers-form-top ul {
  font-size: 1em;
  margin-top: .75em;
}
.offers-form-top li {
  list-style: disc;
}
.offers-form-top ul {
  padding-left: 1.5em;
}
</pre></body></html>