@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;
}
.strike {
  display: inline-block;
  position: relative;
}
.strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 3px solid;
  border-color: #ec1b24;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.intro {
  margin: 10px auto 0;
  max-width: 1200px;
  padding: 0 10px;
}
.intro .preheadline {
  color: #ec1b24;
  font-size: 28px;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  line-height: 1.3;
}
.intro h1 {
  color: #333;
  font-family: "open sans condensed", sans-serif;
  font-size: 42px;
  line-height: 1.1;
  margin: 0;
  padding-top: 6px;
  text-align: center;
}
.intro h1 br {
  display: none;
}
.intro .subheadline {
  color: #333;
  font-size: 20px;
  text-align: center;
  max-width: 960px;
  margin: 10px auto;
}
.intro h2 {
  margin: 10px auto 0;
}
.intro h3 {
  background: #FDE200;
  font-size: 24px;
  margin: 10px 0;
  padding: 8px;
}
.content {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px;
}
.video {
  max-width: 800px;
  margin: 20px auto 0;
}
.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%;
}
ul.fa-ul {
  list-style: none;
  margin: 30px 0 30px 40px;
}
ul.fa-ul i {
  margin-right: 4px;
  font-size: 26px;
  position: relative;
  top: 3px;
}
ul.fa-ul.large-icons i,
ul.fa-ul.large-icons svg {
  font-size: 32px;
  margin-right: 10px;
}
ul.fa-ul.large-icons li {
  margin-bottom: 18px;
}
ul.fa-ul.red i,
ul.fa-ul.red svg {
  color: #ec1b24;
}
ul.fa-ul.blue i,
ul.fa-ul.blue svg {
  color: #296EB4;
}
ul.fa-ul.mid-blue i,
ul.fa-ul.mid-blue svg {
  color: #296EB4;
}
ul.fa-ul.gold i,
ul.fa-ul.gold svg {
  color: #d4af37;
}
ul.fa-ul.green i,
ul.fa-ul.green svg {
  color: #499b18;
}
ul.fa-ul.dividers li {
  border-bottom: 1px solid #eee;
}
.application-form {
  background: #eee;
  border: 1px solid #c0c0c0;
  margin: 10px auto 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: #FDE200;
  border: #555;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", Sans-Serif;
  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.8;
}
.button {
  margin: 30px 0 0;
  text-align: center;
}
.button a {
  background: #FDE200;
  border: #555;
  border-radius: 6px;
  color: #333;
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  overflow: hidden;
  padding: 12px 20px 15px;
  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:hover {
  opacity: 0.9;
}
.button.blue a {
  background: #296EB4;
  color: #fff;
  text-shadow: none;
}
.button p {
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-family: "open sans condensed", sans-serif;
  font-size: 38px;
  line-height: 1.1;
  margin: 40px auto 0;
  max-width: 1120px;
  text-align: center;
}
h3 {
  font-size: 28px;
  text-align: center;
}
h3.what-when-who {
  font-size: 28px;
  text-align: left;
  text-decoration: underline;
}
p {
  font-size: 20px;
}
p .highlight {
  background: yellow;
}
p.quote {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.about-paul {
  background: #333;
  margin: 0;
  padding: 10px 10px 20px;
}
.about-paul .about-inner {
  margin: 0 auto;
  max-width: 800px;
}
.about-paul h2 {
  color: #eee;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 48px;
  line-height: 1.1em;
  margin: 30px auto 20px;
  text-align: center;
}
.about-paul p {
  color: #eee;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}
.about-paul p.bio {
  font-size: 16px;
  text-align: center;
}
.about-paul img {
  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;
}
.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;
}
@media only screen and (min-width: 768px) {
  .intro h1 {
    font-size: 60px;
  }
  .intro h1 .highlight {
    display: inline;
  }
  .intro .subheadline {
    font-size: 26px;
  }
  h2 {
    font-size: 60px;
    max-width: 1120px;
    text-align: center;
  }
  .application-form {
    padding: 20px;
  }
  .footer-legals p {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .intro h1 {
    font-size: 72px;
  }
  .intro h1 br {
    display: block;
  }
}
@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);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.97);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.97);
  }
}
iframe[name="google_conversion_frame"] {
  position: fixed;
}
