@import "bootstrap.css";
.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;
  }
}
.container-fluid .row div {
  box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
  color: #fff;
  -webkit-text-size-adjust: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  color: #333;
  font-family: "open sans", sans-serif;
  font-size: 18px;
  margin: 0;
}
.preheadline {
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  padding: 8px;
  position: relative;
}
.preheadline p {
  font-size: 22px;
  margin: 0;
  text-align: center;
}
.intro {
  background-color: #f8f8f8;
  background-image: url(/assets/images/pixelated-bg-grey.png);
  padding: 0 10px 20px;
}
.intro .inner {
  margin: 0 auto;
  max-width: 1120px;
}
.intro h1 {
  color: #333;
  font-family: "open sans condensed", sans-serif;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 30px;
  padding-top: 16px;
  text-align: center;
}
.intro .video {
  max-width: 800px;
  margin: 0 auto;
}
.intro .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.intro .video-container iframe,
.intro .video-container object,
.intro .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro .subheadline {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  max-width: 960px;
  margin: 20px auto 10px;
}
.button {
  margin: 30px 0;
  text-align: center;
}
.button a {
  background: #FDE200;
  border: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
  color: #222;
  display: inline-block;
  font-family: "open sans", Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  margin: 0;
  max-width: 640px;
  overflow: hidden;
  padding: 20px 30px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 2px #fff;
}
.button a:after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  animation: sheen 3s infinite;
}
.button a.no-animation:after {
  display: none;
}
.button a:hover {
  opacity: 0.9;
}
.button p {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.content {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px;
}
.content h2 {
  text-align: center;
}
p {
  font-size: 20px;
}
p .highlight {
  background: yellow;
}
.full-width-header {
  background-color: #f8f8f8;
  background-image: url(/assets/images/pixelated-bg-grey.png);
  padding: 20px;
}
.full-width-header h2 {
  font-family: "open sans condensed", sans-serif;
  font-size: 36px;
  margin: 0 auto;
  max-width: 1120px;
  text-align: center;
}
.banner {
  background: #3b5997;
  border: 2px dashed #fff;
  margin: 0 auto 30px;
  text-align: center;
}
.banner p {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  max-width: 700px;
  padding: 20px;
  text-align: center;
}
.plus-you-get p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.plus-you-get p.offer {
  color: #c00000;
  font-size: 24px;
  line-height: 1.4;
}
h3.examples {
  color: #3b5997;
  font-size: 1.5em;
  text-align: center;
}
.example-ad {
  box-shadow: 0 0 10px #ddd;
  display: block;
  margin: 0 auto 30px;
  max-width: 663px;
  width: 100%;
}
.testimonials blockquote {
  background: #f5e85c;
  border-radius: 8px;
  margin: 0;
  padding: 20px;
  position: relative;
}
.testimonials blockquote p {
  margin: 0 0 20px;
  text-align: center;
}
.testimonials blockquote p:last-child {
  margin-bottom: 0;
}
.testimonials blockquote:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #f5e85c transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 20%;
}
.testimonials .author {
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}
h2.number {
  color: #3b5997;
  margin-top: 30px;
  margin-bottom: -10px;
}
h3.hint {
  color: #3b5997;
}
ol.blue-circle-numbers {
  list-style-type: none;
  margin-left: 0;
  padding-left: 45px;
  padding-right: 0;
}
ol.blue-circle-numbers li {
  counter-increment: step-counter;
  list-style-image: none;
}
ol.blue-circle-numbers li:before {
  background: #3b5997;
  border-radius: 100%;
  color: #fff;
  content: counter(step-counter);
  display: block;
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin: -2px 0 0 -45px;
  text-align: center;
  width: 34px;
  height: 34px;
}
ol.blue-circle-numbers li p {
  color: #5a5a5a;
}
.faqs p {
  margin-bottom: 30px;
}
.faqs .question {
  color: #3b5997;
  margin-bottom: -10px;
}
.signature {
  font-family: "Satisfy", cursive;
  font-size: 32px;
}
h1.thanks {
  font-size: 44px;
}
h1.apply {
  font-family: "open sans condensed", sans-serif;
  font-size: 36px;
  line-height: 42px;
  margin-top: 0;
}
.books-set {
  display: block;
  margin: 40px auto;
  max-width: 1200px;
  width: 100%;
}
.paul-photo {
  border: 5px solid #ccc;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.footer-legals {
  background: #f8f8f8;
}
.footer-legals .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 10px 5px;
}
.footer-legals p {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.footer-legals .links {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 20px 0;
  padding: 0;
}
.footer-legals .links li {
  margin-bottom: 10px;
}
.footer-legals .links a {
  color: #444;
}
.application-form {
  background: #eee;
  border: 1px solid #c0c0c0;
  margin: 30px auto;
  max-width: 640px;
}
.application-form form {
  background: #fff;
  margin: 0 auto;
  max-width: 640px;
  padding: 12px;
}
.application-form form div {
  background: #f7f7f7;
  margin-bottom: 4px;
  padding: 5px 10px;
  text-align: left;
}
.application-form form div div {
  padding: 0;
  margin-bottom: 0;
}
.application-form form label {
  font-family: "open sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.application-form form .title {
  background: #fff;
  margin-bottom: 0;
}
.application-form form .title h2 {
  padding-bottom: 6px;
  margin-bottom: -4px;
  margin-top: 6px;
  text-align: center;
}
.application-form form input[type=text],
.application-form form input[type=email],
.application-form form select,
.application-form form textarea {
  box-sizing: border-box;
  color: #333;
  font-family: "open sans", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  width: 100%;
}
.application-form form .infusion-option {
  display: block;
}
.application-form form .infusion-option label {
  display: inline;
  font-weight: normal;
}
.application-form form .infusion-submit {
  background: transparent;
  padding: 10px 0 0;
  text-align: center;
}
.application-form form .infusion-submit button {
  background: #fbb914;
  border: #555;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  padding: 12px 25px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 2px #fff;
}
.application-form form .infusion-submit button:hover {
  opacity: 0.9;
}
.application-form .important-box {
  background: #f5f5f5;
  padding: 8px 12px;
}
.application-form .important-box p {
  margin: 0;
}
.application-form .important-box p:first-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .preheadline p {
    font-size: 28px;
  }
  .intro h1 {
    font-size: 60px;
    line-height: 66px;
  }
  .intro .google-facebook-logos {
    margin: 30px auto;
  }
  .intro .subheadline {
    font-size: 26px;
  }
  .intro .loyal {
    font-size: 32px;
    line-height: 38px;
  }
  .intro .deadline span {
    padding: 6px 12px;
  }
  .full-width-header h2 {
    font-size: 48px;
  }
  h1.thanks {
    font-size: 72px;
  }
  h1.apply {
    font-family: "open sans condensed", sans-serif;
    font-size: 54px;
    line-height: 60px;
  }
  .footer-legals p {
    text-align: center;
  }
  .application-form {
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro h1 {
    font-size: 56px;
    line-height: 60px;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(0.25em, -13em);
  }
}
@keyframes sheen {
  20% {
    transform: rotateZ(60deg) translate(0.25em, -13em);
  }
  100% {
    transform: rotateZ(60deg) translate(0.25em, -13em);
  }
}
iframe[name="google_conversion_frame"] {
  position: fixed;
}
/*# sourceMappingURL=private-practice-cfo-application.css.map */