/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */
@import "magnific-popup.css";

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

@font-face {
  font-family: 'copydoodles_beckyregular';
  src: url('/assets/fonts/copydoodles_becky-webfont.eot');
  src: url('/assets/fonts/copydoodles_becky-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/copydoodles_becky-webfont.woff') format('woff'), url('/assets/fonts/copydoodles_becky-webfont.ttf') format('truetype'), url('/assets/fonts/copydoodles_becky-webfont.svg#copydoodles_beckyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.lato-light {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.lato-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.lato-black {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.montserrat-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.open-sans {
  font-family: 'Open Sans', sans-serif;
}

.copydoodle {
  font-family: 'copydoodles_beckyregular', cursive;
  font-weight: bold;
}

.ease {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.underline {
  text-decoration: underline;
}

.hidden-mobile,
.hidden-tablet,
.hidden-desktop {
  display: none !important;
}

.visible-mobile-block,
.visible-mobile-inline,
.visible-mobile-inline-block,
.visible-tablet-block,
.visible-tablet-inline,
.visible-tablet-inline-block,
.visible-desktop-block,
.visible-desktop-inline,
.visible-desktop-inline-block {
  display: none !important;
}

/* use 601 so that android 7" tablet gets mobile version */
@media (max-width: 601px) {
  .visible-mobile-block {
    display: block !important;
  }
}

@media (max-width: 601px) {
  .visible-mobile-inline {
    display: inline !important;
  }
}

@media (max-width: 601px) {
  .visible-mobile-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-block {
    display: block !important;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-inline {
    display: inline !important;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .visible-desktop-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .visible-desktop-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .visible-desktop-inline-block {
    display: inline-block !important;
  }
}

html,
button,
input,
select,
textarea {
  color: #5a5a5a;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 62.5%;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  vertical-align: middle;
}

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

header {
  background: #505050;
  border-bottom: 2px solid #bcd530;
  /*&.cogs {
    background-image: url(/assets/images/standalone-pages/bg-gears.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }*/
}

header .header-inner {
  margin: 0 auto;
  max-width: 920px;
}

header h1 {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 20px;
  text-align: center;
}

header h1.thanks {
  font-size: 48px;
  font-size: 4.8rem;
}

header h1 .pre {
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 36px;
  font-size: 3.6rem;
  padding-bottom: 4px;
}

header h1 .sub {
  display: block;
  font-size: 22px;
  margin-top: 6px;
  text-align: center;
}

.page {
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  margin: 40px 0px 20px 0;
  text-align: center;
}

p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
}

.photo-paul {
  border: 5px solid #c0c0c0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  margin: -10px auto 10px;
}

/*.case-study {
  background: @lead_blue;
  .border-radius(8px);
  color: #fff;
  margin: 20px 0;
  padding: 2px 20px;

  p {

    &.attribution {
      text-align: right;
    }
  }
}*/
.case-study {
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 40px 0;
}

.case-study img {
  border-radius: 50%;
  border: 4px solid #ccc;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0 0 0 4%;
  width: 25%;
}

.case-study .quote {
  float: right;
  padding: 20px 5%;
  width: 60%;
}

.case-study blockquote {
  font-style: normal;
  margin: 0;
  position: relative;
}

.case-study blockquote:before,
.case-study blockquote:after {
  content: "\201C";
  position: absolute;
  font-family: "Times New Roman", serif;
  font-size: 80px;
  line-height: 1;
  color: #000;
  /* color: #999 ; */
  font-style: normal;
}

.case-study blockquote:before {
  top: -20px;
  left: -10px;
}

.case-study blockquote:after {
  content: "\201D";
  right: -10px;
  bottom: -0.7em;
}

.case-study blockquote p {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 16px;
  text-indent: 40px;
}

.case-study .author {
  margin: 30px 0 0;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  text-align: right;
}

.case-study .author span {
  color: #666;
}

.case-study .author span.name {
  display: block;
  font-weight: bold;
}

.case-study.no-image .quote {
  width: auto;
}

.box-1 {
  background: #eee url(/assets/images/standalone-pages/bg-diamond.png);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 40px 0 0;
  padding: 2px 40px;
}

.box-1 h2 {
  margin-top: 20px;
}

.box-1 ol {
  padding: 0 0 20px 10px;
}

.box-2 {
  margin: 40px 0 0;
  padding: 2px 40px;
}

.box-2 h2 {
  margin-top: 20px;
}

.box-2 ol {
  padding: 0 0 0 10px;
}

.form-container {
  background: url(/assets/images/standalone-pages/bg-grey-linen.png);
  margin-top: 40px;
  padding: 2px 0 30px;
}

.form-container .form {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 20px;
}

.form-container .form h2 {
  color: #fff;
  margin: 20px 0;
}

.form-container .form p {
  color: #fff;
}

.form-container .form form {
  background: #444;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto 0;
  max-width: 560px;
  padding: 20px;
}

.form-container .form .infusion-field {
  margin: 0 0 20px;
}

.form-container .form .infusion-field label {
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.form-container .form .infusion-field label .example {
  color: #eee;
  display: block;
}

.form-container .form .infusion-field input,
.form-container .form .infusion-field select,
.form-container .form .infusion-field textarea {
  background: #fff;
  border: none;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #5a5a5a;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 8px 16px;
  width: 100%;
}

.form-container .form .infusion-submit input {
  background: #bcd530;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  color: #715601;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-shadow: 1px 1px 1px #F8F8F8;
  width: 100%;
}

.form-container .form .infusion-submit input:hover {
  background: #c5e223;
}

.form-container .form .footnote {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  margin-bottom: 6px;
  padding-top: 10px;
  text-align: center;
}

.form-container .website {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0;
  text-align: center;
}

.form-container .website a {
  color: #fff;
  text-decoration: none;
}

.form-container .website a:hover {
  text-decoration: underline;
}

.website {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0;
  text-align: center;
}

.website a {
  color: #5A5A5A;
  text-decoration: none;
}

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

.thanks h2.thank-you {
  font-size: 72px;
  font-size: 7.2rem;
  margin-top: 0;
}

.thanks p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  text-align: center;
}

.thanks a {
  color: #1ea2ed;
}

.thanks .centered-circle-headshot {
  border: 5px solid #c0c0c0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  margin: 20px auto;
}

.thanks .social-media {
  margin: 40px 0 30px;
  text-align: center;
}

.thanks .social-media ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.thanks .social-media ul li {
  float: left;
  margin: 0 8px;
}

.thanks .social-media a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  header h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }

  header h1.thanks {
    font-size: 72px;
    font-size: 7.2rem;
    margin: -22px 0 -10px;
  }

  header h1.thanks .pre {
    margin: 10px 0 -10px;
  }

  header h1 .pre {
    font-size: 48px;
    font-size: 4.8rem;
  }

  header h1 .sub {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 0;
  }

  h2 {
    font-size: 46px;
    font-size: 4.6rem;
  }

  .photo-paul {
    float: left;
    margin: 0 16px 50px 0;
  }

  .form-container .form form {
    padding: 20px 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .photo-paul {
    margin: 0 0 0 -130px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* HTML5 Validation fallback */
/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid,
.invalid select:required:invalid,
.invalid textarea:required:invalid {
  background: #f16669;
}

/* Mark valid inputs during .invalid state */
.invalid input:required:valid,
.invalid select:required:valid,
.invalid textarea:required:valid {
  background: #fff;
}