/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #e6e7e8;
  font-family: 'Gotham A', 'Gotham B', Gotham, sans-serif;
  font-size: 1.3rem;
  line-height: 1.53;
  color: #231f20;
  font-weight: 300;
}

.container {
  width: 980px;
  margin: 0 auto;
}

/*================================
=            Headings            =
================================*/
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  font-size: 2.8rem;
  line-height: 1.1;
}

h1 small {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-top: 0px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 2.1rem;
  font-weight: 300;
  margin: 0;
}

h3 b {
  font-weight: 600;
}

h3 + p {
  margin-top: 0;
}

h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 12px auto;
}

h4.light {
  opacity: 0.7;
}

h5 {
  font-size: 1.8rem;
  color: #f26c4b;
  margin: 0;
  padding: 0;
  text-transform: initial !important;
}

h6 {
  text-transform: initial !important;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0;
}

p {
  margin-top: 0;
}

p.full-width {
  max-width: initial !important;
}

h1 + p {
  margin-top: -10px;
}

.small {
  font-size: 1rem;
  font-weight: 300;
}

.indent {
  padding-left: 20px;
}

.initialcase {
  text-transform: initial;
}

.orange {
  color: #f26c4b;
}

.blue {
  color: #3ab0c8;
}

.green {
  color: #65bc46;
}

.black {
  color: #231f20;
}

.italic {
  font-style: italic;
}

b, strong {
  font-weight: 500;
}

.footnote {
  font-size: 0.8rem;
  max-width: initial !important;
  letter-spacing: -0.05em;
}

.footnote a {
  text-decoration: none;
  color: inherit;
}

.footnote a:hover {
  text-decoration: underline;
}

.disabledLink {
  opacity: 0.4;
}

.disabledLink:hover {
  text-decoration: none !important;
  color: #4c4d4f !important;
  cursor: default !important;
}

.right {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

/*=============================
=            Lists            =
=============================*/
ul {
  font-weight: 400;
  margin-top: 10px;
}

ul li {
  margin-bottom: 10px;
}

/*===============================
=            Buttons            =
===============================*/
.button {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.2;
  background: #939598;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  border: 0;
}

.button:active, .button:focus {
  background: #2d8ea2;
}

.button.big {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.2;
}

.button.blue {
  background: #3ab0c8;
}

.button.blue:hover {
  background: #33a0b6;
}

.button.blue:active, .button.blue:focus {
  background: #2d8ea2;
}

.button.green {
  background: #65bc46;
}

.button.green:hover {
  background: #5aab3e;
}

.button.green:active, .button.green:focus {
  background: #519837;
}

.button.orange {
  background: #f26c4b;
}

.button.orange:hover {
  background: #f05933;
}

.button.orange:active, .button.orange:focus {
  background: #ef451b;
}

/*=============================
=            Shell            =
=============================*/
header {
  background: #fff;
  margin-bottom: 8px;
  padding: 37px 40px;
}

footer {
  padding: 10px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.blue {
  background: #3ab0c8;
  color: #fff;
}

footer.orange {
  background: #f26c4b;
  color: #fff;
}

footer .logo {
  margin: 20px 30px 20px 20px;
}

footer p {
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0;
  margin: 0 40px 0 0;
}

.main {
  background: #fff;
  padding: 5px 40px 25px 40px;
}

.main p {
  max-width: 650px;
}

/*==============================
=            Layout            =
==============================*/
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row .col {
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 50%;
      -ms-flex: 2 1 50%;
          flex: 2 1 50%;
}

.row .col + .col {
  padding-left: 30px;
}

.row .col-full {
  width: 100%;
}

.row .col-narrow {
  width: 28%;
}

.row .col-narrow + .col-wide {
  padding-left: 35px;
}

.row .col-wide {
  width: 72%;
}

.row .col-wide p {
  max-width: 430px;
}

.divider {
  border: none;
  border-top: 1px solid #939598;
  width: 90%;
  margin: 0 auto;
}

.divider.short {
  width: 40%;
  margin-left: 0;
  opacity: 0.4;
}

.no-margin-top {
  margin-top: 0;
}

.pad-top {
  padding-top: 40px;
}

/*===============================
=            Helpers            =
===============================*/
.center {
  margin-left: auto;
  margin-right: auto;
}

img.center {
  display: block;
}

/*================================
=            Homepage            =
================================*/
.homepage {
  background: #fff;
}

.map {
  background: url(../images/mapbg.jpg);
  background-size: cover;
  height: 279px;
  padding-top: 48px;
  padding-left: 40px;
}

.map h1 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin: 0 0 15px 0;
}

.map p {
  color: #fff;
  font-size: 26px;
}

.locations {
  border-top: 8px solid #e6e7e8;
  padding-bottom: 20px;
}

.locations h2 {
  margin: 25px 0 0 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 24px;
  font-weight: 300;
  color: #4c4d4f;
  width: auto;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #939598;
}

.locations h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: initial;
  color: #4c4d4f;
}

.locations ul {
  padding-left: 0px;
  margin-top: 5px;
}

.locations ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 5px;
}

.locations ul li a {
  color: #4c4d4f;
  text-decoration: none;
  letter-spacing: 0.035em;
}

.locations ul li a:hover {
  color: #3ab0c8;
  text-decoration: underline;
}

.locations .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  margin-top: 20px;
}

.homepage-hero {
  background: url(../images/hero.jpg);
  background-size: cover;
  height: 345px;
}

.text-background {
  position: relative;
  left: 40px;
  top: 25px;
  background: rgba(255, 255, 255, 0.9);
  width: 450px;
  padding: 20px 25px;
}

.text-background p {
  font-size: 2.6rem;
  line-height: 35px;
  color: #3ab0c8;
  font-weight: 300;
  margin: 0 0 15px 0;
  padding: 0;
}

.overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 8px solid #e6e7e8;
}

.overview .icon {
  margin-top: 55px;
  margin-bottom: 45px;
  width: 33%;
  text-align: center;
  position: relative;
  padding: 0 30px;
}

.overview .learn:after {
  content: '';
  background: url(../images/icon-plus.png);
  background-size: cover;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  right: -30px;
  top: 22px;
  z-index: 100;
}

.overview .quiz:after {
  content: '';
  background: url(../images/icon-equals.jpg);
  background-size: cover;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  right: -24px;
  top: 22px;
  z-index: 100;
}

.overview h2 {
  margin: 10px 0 5px 0;
}

.overview p {
  font-size: 1.4rem;
  color: #939598;
  margin: 0;
  padding: 0;
}

/*==============================
=            Page 1            =
==============================*/
.start {
  background-image: url(../images/icon-learn-big.png);
  background-repeat: no-repeat;
  background-size: 232px;
  background-position: right 40px top 25px;
}

/*==============================
=            Page 4            =
==============================*/
.heelpain h1 {
  max-width: 650px;
}

/*==============================
=            Page 5            =
==============================*/
.drweil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  background: #f79d7d;
}

.drweil .badge {
  border-left: 7px solid #f26c4b;
  padding-left: 7px;
}

.drweil .badge img {
  margin-top: 4px;
}

.drweil .endorsement {
  margin-top: -5px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
}

.drweil .name {
  margin-top: 3px;
  font-weight: 500;
  color: #231f20;
  font-size: 0.7rem;
}

/*==============================
=            Page 7            =
==============================*/
b.big {
  font-size: 110%;
}

ol.selling-process {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

ol.selling-process li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

ol.selling-process li + li {
  margin-top: 15px;
}

ol.selling-process li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.pronation {
  width: 126px;
  margin: 0 auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.pronation img {
  width: 100%;
  height: auto;
}

.pronation .label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #f26c4b;
  text-align: center;
}

.pronation p {
  text-align: center;
  width: 100%;
  font-size: 0.8rem;
  color: #978f8b;
  margin-top: 5px;
}

.peakperformance {
  background: #fff url("../images/performance.png") no-repeat right bottom;
}

/*==============================
=            Page 8            =
==============================*/
.product {
  margin-bottom: 55px;
}

.product img {
  width: 100%;
}

.product .title {
  font-size: 2.4rem;
  font-weight: 300;
}

.product .details {
  width: 80%;
  margin: 0 auto;
}

.product.top-offset {
  margin-top: 150px;
}

.product p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.product ul {
  margin-top: 0;
  padding-top: 0;
  margin-left: 0;
  padding-left: 1.7rem;
}

.product li {
  padding: 0;
  margin: 0;
}

.subhead {
  text-transform: initial;
  font-size: 1.2rem;
  color: #231f20;
  letter-spacing: 0;
}

.orthaheel-logo {
  margin-top: 15px;
}

/*==============================
=            Page 9            =
==============================*/
.aboutshoes {
  background-image: url(../images/aboutshoes.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

.aboutshoes .row .col-wide p {
  max-width: 530px;
}

.aboutshoes h6 {
  max-width: 530px;
  margin: 15px 0;
}

.aboutshoes h5 .subhead {
  font-size: 14px;
  font-weight: 500;
}

/*============================
=            Quiz            =
============================*/
.quiz {
  background-image: url(../images/quizbg1.png), url(../images/quizbg2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 680px 22px, 638px 1259px;
  position: relative;
}

.quiz h1 small {
  display: inline;
  font-size: 14px;
}

.quiz .question {
  margin-bottom: 24px;
}

.quiz p.question-text {
  font-weight: bold;
  margin-bottom: 0;
}

.quiz label {
  font-weight: normal;
  display: block;
  margin-top: 8px;
}

.quiz label + label {
  margin-top: 8px;
}

.quiz .submit-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quiz .thanks {
  margin-left: 10px;
  height: 50px;
  padding: 6px 10px;
  width: 650px;
  font-size: 12px;
  background: #65bc46;
  color: #fff;
  display: inline-block;
}

.quiz .learn-more {
  font-size: 15px;
}

.free-shoes-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 890px;
}

.free-shoes-header > div {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.free-shoes-header > div:first-of-type {
  background: #3ab0c8;
  color: #fff;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}

.free-shoes-header > div:last-of-type {
  background: #939598;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 75%;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
}
#free-shoe-form {
    height:1px;
    width: 100%;
    overflow: hidden;
}
#free-shoe-form.show-form {
    height: auto !important;
}
.fancybox-inner #free-shoe-form {
    height: auto;
}

.template {
  display: none;
}

.answer {
  font-weight: bold;
}

.answer.correct {
  color: #65bc46;
}

.answer.incorrect {
  color: #FF0000;
}

.answer.incomplete {
  color: #FF0000;
}

body#public {
  background: #fff;
}

.wufoo {
  background: #fff;
}

.wufoo .instruct {
  visibility: visible;
  opacity: 1;
  position: static;
  margin: 0;
  padding: 10px 0 0 0;
  width: auto;
}

.wufoo .instruct a {
  color: #f26c4b;
}
