@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;
}
html {
  font-size: 62.5%;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  color: #5a5a5a;
  font-family: "open sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.intro {
  background-image: url('/assets/images/standalone-pages/earth.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 10px 50px;
}
.intro .express-route-stamp {
  display: none;
}
.intro .inner {
  margin: 0 auto;
  max-width: 960px;
}
.intro .preheadline {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  text-align: center;
  text-shadow: 4px 4px 10px #000;
}
.intro h1 {
  color: #fff;
  font-family: "pt sans narrow", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  text-shadow: 4px 4px 10px #000;
}
.intro .subheadline {
  color: #fff;
  font-family: "pt sans narrow", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  text-shadow: 4px 4px 10px #000;
}
.intro .spots-available {
  font-family: 'Permanent Marker', sans-serif;
  padding: 10px 20px;
  text-align: center;
}
.intro .spots-available p {
  background: #ef1c37;
  border-radius: 4px;
  display: inline-block;
  font-size: 36px;
  margin: 30px 0 0;
  padding: 6px 20px 10px;
}
.intro .spots-available p span {
  color: #fff;
  letter-spacing: 2px;
}
.intro .spots-available p span em {
  font-style: normal;
  text-decoration: underline;
}
.pdf-container {
  text-align: center;
  margin-bottom: 20px;
}
.pdf-container img {
  width: 220px;
}
.pdf-container a {
  color: #fff;
  font-size: 22px;
  height: 100%;
  text-shadow: 4px 4px 10px #000;
}
.video {
  margin: 30px auto;
  max-width: 700px;
}
.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%;
}
.thanks-photo {
  height: auto;
  width: 100%;
}
.expiry-bar {
  background: #FFF;
  padding: 20px;
}
.expiry-bar p {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
  margin: 0;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
}
.countdown-clock {
  font-family: sans-serif;
  color: #000;
  display: block;
  font-weight: 100;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: center;
  font-size: 30px;
}
.countdown-clock > div {
  padding: 0 2px;
  border-radius: 3px;
  display: inline-block;
}
.countdown-clock div > span {
  background: #f2f2f2;
  background: -webkit-linear-gradient(top, #ffffff 0, #eaeaea 50%, #f2f2f2 51%, #fafafa 100%);
  background: linear-gradient(to bottom, #ffffff 0, #eaeaea 50%, #f2f2f2 51%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 -3px 0 0 #cccccc, inset 0 -4px 0 0 #b3b3b3, inset 0 -5px 0 0 #ffffff, inset 0 2px 0 0 #eaeaea, inset 0 3px 0 0 #b3b3b3, inset 0 4px 0 0 #ffffff;
  padding: 15px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.countdown-clock div > span:after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  left: 0;
}
.countdown-clock .smalltext {
  padding-top: 5px;
  font-size: 16px;
}
.content {
  margin: 0 auto;
  max-width: 700px;
  padding: 20px 10px;
}
h2 {
  color: #333;
  font-family: "pt sans narrow", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}
p {
  font-size: 20px;
}
.list-container {
  background: #f8f8f8;
  padding: 2px 12px;
  border-radius: 8px;
}
.list-container .fa-ul {
  padding: 0;
}
.list-container .fa-ul .fa {
  padding-right: 10px;
  font-size: 28px;
}
.list-container .fa-ul .fa-clipboard-check:before {
  color: #53a540;
}
.list-container .fa-ul .li-border-bottom {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
}
.list-container .fa-ul li {
  color: #53a540;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  min-height: 32px;
}
.list-container .fa-ul li p {
  color: #5a5a5a;
  margin: 0;
}
.button {
  margin: 30px 0;
  text-align: center;
}
.button:hover {
  cursor: pointer;
}
.button .animation {
  transform: scale(1);
  animation: pulse 2s infinite;
}
.button .inner {
  width: 80%;
  background: #53a540;
  border: #555;
  border-radius: 6px;
  color: #FFF;
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
  overflow: hidden;
  padding: 12px 12px 15px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
}
.button .inner a {
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
}
.button .inner.no-animation:after {
  display: none;
}
.button .inner:hover {
  opacity: 0.9;
}
.button.green a {
  background: #53a540;
  color: #fff;
  text-shadow: 1px 1px 2px #555;
}
.button p {
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
form {
  background: #efefef;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 500px;
  padding: 20px;
}
form div {
  margin-bottom: 20px;
}
form div.submit {
  margin-bottom: 0;
}
form label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 2px;
}
form input[type=text],
form input[type=email],
form textarea,
form select {
  border: 1px solid #CCC;
  border-radius: 2px;
  box-sizing: border-box;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding: 6px 10px;
  width: 100%;
}
form button[type=submit] {
  background: #53a540;
  border: 1px solid #53a540;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  font-size: 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: #000 0 1px 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  max-width: 500px;
}
form button[type=submit]:hover {
  opacity: 0.8;
}
.testimonials .testimonial-item {
  background: #f4f4f4;
  padding: 20px;
  margin: 15px 0;
  border-radius: 6px;
}
.testimonials .testimonial-item .testimonial-intro {
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
}
.testimonials p {
  text-align: center;
}
.testimonials .headshot {
  margin: auto;
  height: 120px;
  width: 120px;
  border: 6px solid #d3d3d3;
  border-radius: 50%;
}
.testimonials .headshot img {
  width: 100%;
  border-radius: 50%;
}
.testimonials hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 30px 0;
}
.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;
  font-size: 1.4rem;
}
.footer-legals .links {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0;
  padding: 0;
}
.footer-legals .links li {
  margin-bottom: 10px;
}
.footer-legals .links a {
  color: #444;
}
.footer-legals .worldpay {
  display: none;
  clear: both;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.footer-legals .worldpay p {
  float: none !important;
  margin-top: 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .intro h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 52px;
    padding-top: 16px;
  }
  h2 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 50px;
  }
  .subheadline {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 52px;
  }
  .testimonial-intro {
    font-size: 32px;
  }
  .footer-legals p {
    float: left;
  }
  .footer-legals .links {
    float: right;
    margin: 14px 0;
  }
  .footer-legals .links li {
    display: inline;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .intro .express-route-stamp {
    display: block;
    position: absolute;
  }
}
iframe[name="google_conversion_frame"] {
  position: fixed;
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  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 pulse {
  0% {
    transform: scale(0.97);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.97);
  }
}
/*# sourceMappingURL=hire_team.css.map */