.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;
  }
}
/*ParalucentStencil Heavy
font-family: paralucent-stencil, sans-serif;
font-weight: 900;
font-style: normal;

ParalucentStencil Medium
font-family: paralucent-stencil, sans-serif;
font-weight: 500;
font-style: normal;*/
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;
}
p a {
  color: #c30a20;
}
body {
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin: 0;
}
header {
  background-image: url(/assets/images/army-bg.jpg);
  background-size: cover;
  border-bottom: 4px dotted #fff;
  box-sizing: border-box;
  padding: 10px;
  z-index: 9999;
}
header nav {
  display: none;
}
header .reserve-button {
  display: block;
  margin: 0 auto;
  max-width: 320px;
}
header .reserve-button img {
  width: 100%;
}
header .reserve-button img:hover {
  filter: grayscale(1);
  transition-property: filter;
  transition-duration: 0.5s;
}
.title-1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  padding: 10px 20px 0;
  text-align: center;
}
.title-2 {
  font-family: paralucent-stencil, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  padding: 8px 20px 0;
  text-align: center;
}
.title-3 {
  color: #fff;
  font-family: paralucent-stencil, sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.3;
  margin: 0;
  padding: 8px;
  text-align: center;
  -ms-transform: rotate(-1deg);
  /* IE 9 */
  -webkit-transform: rotate(-1deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-1deg);
}
.title-3 span {
  background-color: #6e6d4f;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  display: inline-block;
  padding: 4px 12px;
}
.title-3 span:first-child {
  margin-bottom: -2px;
}
h1 {
  font-family: paralucent-stencil, sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2px 20px 0;
  text-align: center;
}
.content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 800px;
  padding: 10px 20px;
}
h2 {
  font-family: paralucent-stencil, sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 1200px;
  padding: 10px 0;
  text-align: center;
}
.reserve-seat-button {
  box-sizing: border-box;
  margin: 10px auto;
  max-width: 400px;
  width: 100%;
}
.reserve-seat-button img {
  height: auto;
  width: 100%;
}
.reserve-seat-button img:hover {
  filter: grayscale(1);
  transition-property: filter;
  transition-duration: 0.5s;
}
.stars-bar {
  margin: 0;
  padding: 20px 0 10px;
  text-align: center;
}
.stars-bar i {
  color: #6e6d4f;
  font-size: 24px;
}
.leaders {
  background: #dadacc;
  padding: 20px;
  margin: 30px 0;
}
.leaders .leader {
  border-top: 2px dashed #51533b;
  padding: 30px 0;
}
.leaders blockquote {
  margin: 0;
}
.leaders img {
  border: 2px solid #6e6d4f;
  border-radius: 100%;
  display: block;
  margin: 0 auto 14px;
  padding: 3px;
}
.leaders p {
  margin: 0 0 10px;
}
.leaders p:last-of-type {
  margin-bottom: 0;
}
.when-where {
  border-top: 3px dashed #7e7d5c;
  border-bottom: 3px dashed #7e7d5c;
  color: #6e6d4f;
  font-family: paralucent-stencil, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin: 10px 0 30px;
  padding-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
}
.when-where:before {
  content: "";
  display: block;
  margin-top: 2px;
  margin-bottom: 10px;
  border-top: 3px dashed #7e7d5c;
}
.when-where:after {
  content: "";
  display: block;
  border-top: 3px dashed #7e7d5c;
  margin-top: 10px;
}
.photo-button {
  height: auto;
  width: 100%;
}
.full-width-photo {
  height: auto;
  width: 100%;
}
.faq {
  background: #dadacc url('/assets/images/army-bg-large-faded.jpg');
  padding: 20px;
  margin: 0 0 30px 0;
}
.faq h3 {
  margin-bottom: 0;
}
.faq p {
  margin-top: 10px;
}
.faq .content > div {
  border-bottom: 2px dashed #51533b;
  padding-bottom: 2px;
}
.faq .content > div:after {
  content: "";
  display: block;
  border-bottom: 2px dashed #51533b;
}
.faq .content > div p:last-child {
  padding-bottom: 10px;
}
.faq .content > div:last-child {
  border-bottom: none;
}
.faq .content > div:last-child:after {
  display: none;
}
.faq .question,
.faq .answer {
  color: #A64300;
  font-family: paralucent-stencil, sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
}
.agenda-cols {
  padding-top: 10px;
}
.agenda-cols > div {
  background: #7e7d5c url('/assets/images/metal-pattern-bg.jpg');
  border: 10px dashed #7e7d5c;
  border-radius: 6px;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.7);
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 10px 15px;
}
.agenda-cols h3 {
  color: #fff;
  font-family: paralucent-stencil, sans-serif;
  font-size: 32px;
  font-weight: 900;
  margin: 10px;
  text-align: center;
  text-decoration: underline;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.agenda-cols .t-row div {
  font-family: monospace, courier, "open sans", sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 0 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.agenda-cols .t-row div:last-child {
  padding-bottom: 20px;
}
.testimonials {
  background: #f5f5f5;
  padding: 20px;
  margin: 30px 0;
}
.testimonials.video {
  border: 10px dashed #ccc;
  border-top: none;
  border-bottom: none;
}
.testimonials blockquote {
  margin: 0;
}
.testimonials h4 {
  color: #c30a20;
  font-family: "caveat", serif;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
.testimonials img {
  border: 1px solid #999;
  border-radius: 100%;
  display: block;
  margin: 0 auto 6px;
  padding: 3px;
}
.testimonials p {
  margin: 0 0 10px;
}
.testimonials p:last-of-type {
  margin-bottom: 0;
}
.testimonials p.author {
  font-size: 18px;
  font-weight: bold;
}
.testimonials p.author.video {
  margin-top: 12px;
  text-align: center;
}
.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;
}
ul.red-double-arrow {
  list-style: none;
  margin: 30px 20px 30px 0;
  max-width: 840px;
  padding: 0;
}
ul.red-double-arrow li {
  background: url(/assets/images/red-double-right-arrow.png) no-repeat 0 4px;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.red-double-arrow li p {
  color: #5a5a5a;
}
ul.green-double-arrow {
  list-style: none;
  margin: 30px 20px 30px 0;
  max-width: 840px;
  padding: 0;
}
ul.green-double-arrow li {
  background: url(/assets/images/army-green-double-right-arrow.png) no-repeat 0 4px;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.green-double-arrow li p {
  color: #5a5a5a;
}
ul.red-double-arrow {
  list-style: none;
  margin: 30px 20px 30px 0;
  max-width: 840px;
  padding: 0;
}
ul.red-double-arrow li {
  background: url(/assets/images/army-red-double-right-arrow.png) no-repeat 0 4px;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.red-double-arrow li p {
  color: #5a5a5a;
}
ul.targets {
  list-style: none;
  margin: 30px 20px 30px 0;
  max-width: 840px;
  padding: 0;
}
ul.targets li {
  background: url(/assets/images/op-target.png) no-repeat 0 0;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.targets li p {
  color: #5a5a5a;
}
ol.circle-numbers {
  list-style-type: none;
  margin-left: 0;
  padding-left: 45px;
  padding-right: 0;
}
ol.circle-numbers li {
  counter-increment: step-counter;
  list-style-image: none;
  margin-bottom: 10px;
}
ol.circle-numbers li:before {
  background: #333;
  border-radius: 100%;
  border: 1px dotted #fff;
  color: #fff;
  content: counter(step-counter);
  display: block;
  float: left;
  font-size: 24px;
  font-family: paralucent-stencil, sans-serif;
  font-weight: 900;
  margin: 0px 0 0 -45px;
  text-align: center;
  width: 34px;
  height: 34px;
  text-shadow: 1px 1px 3px #333;
}
ol.circle-numbers li p {
  color: #333;
}
ol.circle-numbers li img {
  background: #fff;
  border: 10px solid #6e6d4f;
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 380px;
  padding: 1px;
  width: 100%;
}
ol.circle-numbers li .caption {
  font-size: 16px;
  margin: 8px auto;
  max-width: 380px;
  text-align: center;
}
ol.circle-numbers.green li:before {
  background: #6e6d4f;
}
ol.circle-numbers.red li:before {
  background: #c30a20;
}
ol.circle-numbers.no-dots li:before {
  border: none;
}
.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%;
}
.about-paul {
  background: #333;
  margin: 30px 0 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 p a {
  color: #fff;
}
.about-paul ol {
  color: #fff;
}
.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;
  border-top: none !important;
  margin-top: 0 !important;
}
.footer-legals .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 10px 5px;
}
.footer-legals p {
  color: #444;
  font-size: 14px;
}
.footer-legals .links {
  font-size: 14px;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.footer-legals .links li {
  margin-bottom: 10px;
}
.footer-legals .links a {
  color: #444 !important;
}
.hide-mobile {
  display: none;
}
.center {
  text-align: center;
}
.underline {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .fixed-nav-offset {
    height: 70px;
  }
  header {
    overflow: auto;
    position: fixed;
    width: 100%;
  }
  header .header-inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 980px;
    padding: 0 10px;
  }
  header nav {
    display: block;
    float: left;
    width: 70%;
  }
  header nav ul {
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
  }
  header nav ul li {
    display: inline;
    margin: 12px;
  }
  header nav ul a {
    color: #fff;
    font-family: paralucent-stencil, sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: 2px 2px 3px #51533b;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
  }
  header nav ul a:hover {
    border-bottom: 4px solid #fff;
  }
  header .reserve-button {
    float: right;
    margin: 2px 0;
    max-width: 280px;
    width: 30%;
  }
  .title-1 {
    font-size: 22px;
    line-height: 1.1;
  }
  .title-3 {
    font-size: 28px;
  }
  h1 {
    font-size: 36px;
  }
  .content {
    padding: 10px 20px;
  }
  .leaders .leader {
    overflow: auto;
  }
  .leaders img {
    float: left;
    width: 12%;
  }
  .leaders blockquote {
    float: right;
    width: 83%;
  }
  .testimonials div {
    overflow: auto;
  }
  .testimonials img {
    float: left;
    width: 12%;
  }
  .testimonials blockquote {
    float: right;
    width: 83%;
  }
  .testimonials h4 {
    margin-top: 0;
  }
  .agenda-cols .table {
    display: table;
    width: 100%;
  }
  .agenda-cols .t-row {
    display: table-row;
  }
  .agenda-cols .t-row div {
    display: table-cell;
    padding: 3px 10px 12px;
  }
  .agenda-cols .t-row div:last-child {
    padding-bottom: 8px;
  }
  .about-paul {
    padding: 10px 20px 40px;
  }
  .about-paul .cols {
    overflow: auto;
  }
  .about-paul .left {
    float: left;
    width: 35%;
  }
  .about-paul .right {
    float: right;
    width: 60%;
  }
  .about-paul p.bio {
    margin: 10px auto;
    max-width: 190px;
  }
  .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;
  }
  .hide-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .fixed-nav-offset {
    height: 80px;
  }
  header nav ul {
    margin: 12px 0 0;
  }
  .title-1 {
    font-size: 28px;
    line-height: 1.1;
    padding: 20px 10px 0;
  }
  .title-2 {
    font-size: 72px;
    line-height: 0.9;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 10px;
  }
  .title-3 {
    font-size: 36px;
  }
  .title-3 span {
    margin-right: -20px;
  }
  h1 {
    font-size: 48px;
    max-width: 1000px;
    padding: 15px 10px 0;
  }
  .reserve-seat-button {
    max-width: 500px;
  }
  h2 {
    font-family: paralucent-stencil, sans-serif;
    font-weight: 900;
    font-size: 42px;
    line-height: 1.1;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
  }
}
@-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;
}
/*# sourceMappingURL=rapid-action-bootcamp.css.map */