@import url("//fonts.googleapis.com/css?family=Open+Sans:700,400|Roboto:900|Indie+Flower");
body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #171717;
  line-height: 1;
  letter-spacing: -1px; }

h4, h5, h6 {
  letter-spacing: 0; }

h1 {
  font-size: 72px;
  letter-spacing: -2px; }

h2 {
  font-size: 60px;
  text-align: center; }

h3 {
  font-size: 42px;
  line-height: 1.1; }

p, li {
  color: #333;
  line-height: 1.4;
  font-size: 18px; }

hr {
  max-width: 60%;
  border-top-color: #5d5d5d;
  margin-top: 40px;
  margin-bottom: 40px; }

.text-primary {
  color: #fff000; }

.text-secondary {
  color: #000; }

.text-hand {
  font-family: 'Indie Flower', cursive;
  font-size: 160%; }

span.inverse {
  background: #171717;
  color: #fff000;
  display: inline-block;
  padding: 0 14px; }

.navbar-inverse {
  background-color: #000;
  margin-bottom: 0; }

.navbar-brand {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #FFF000 !important; }

.nav {
  font-weight: 600; }
  .nav li {
    font-size: 16px;
    font-weight: 400; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff000; }

.btn {
  border: 0;
  border-radius: 3px; }

.btn.btn-xl {
  padding: 14px 20px;
  font-size: 22px;
  line-height: 1.3333333; }

.btn.btn-primary {
  background-color: #fff000;
  color: #333;
  font-weight: bold; }
  .btn.btn-primary.btn-cta {
    border-bottom: 3px solid #FFBE00; }
  .btn.btn-primary:hover {
    background-color: #FFBE00; }

.btn.btn-secondary {
  background-color: #000;
  color: white;
  font-weight: bold; }
  .btn.btn-secondary:hover {
    background-color: #1a1a1a; }

/* ----- Media Links ----- */
.media-quotes {
  margin-top: 100px; }

.media-quote-row {
  margin-top: 35px; }

.media-quote {
  min-height: 60px;
  background: url("/img/front-page/background-quotes.png") no-repeat center center;
  text-align: center; }

.media-logo img {
  display: block;
  margin: 0 auto; }

#faq .panel-title {
  font-size: 18px; }
#faq .panel {
  margin-bottom: 1em;
  border-radius: 0; }

.stat-block {
  background: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  padding: 5px 10px;
  margin-bottom: 10px; }
  .stat-block::after {
    display: block;
    content: "";
    clear: both; }
  .stat-block .stat-number {
    color: #fff000;
    border-right: 1px solid #bfbfbf;
    float: left;
    width: 90px;
    font-size: 46px;
    letter-spacing: -3px;
    line-height: 1; }
  .stat-block .stat-text {
    margin-left: 10px;
    color: white;
    float: left;
    font-size: 23px;
    line-height: 1;
    width: calc(100% - 100px); }
  .stat-block.stat-wide .stat-number {
    width: 105px;
    letter-spacing: 0; }
  .stat-block.stat-wide .stat-text {
    width: calc(100% - 115px); }

.text-memo {
  font-family: 'Indie Flower', cursive;
  font-size: 29px;
  line-height: 1.1;
  text-align: center; }
  .text-memo.memo-right {
    text-align: right; }
  .text-memo.memo-left {
    text-align: left; }
  .text-memo.memo-white {
    color: white;
    text-shadow: 1px 1px 0 #646464; }
    .text-memo.memo-white.memo-right:after {
      background-image: url(/img/front-page/arrow-white-sketch-left.png); }
    .text-memo.memo-white.memo-left:after {
      background-image: url(/img/front-page/arrow-white-sketch-right.png); }
  @media (min-width: 1200px) {
    .text-memo {
      position: absolute;
      max-width: 190px;
      z-index: 99;
      top: -140px;
      color: #646464;
      text-shadow: 1px 1px 0 white; }
      .text-memo:after {
        position: absolute;
        width: 213px;
        height: 104px;
        bottom: -104px;
        content: " ";
        background-repeat: no-repeat;
        background-position: center; }
      .text-memo.memo-right {
        right: -90px; }
        .text-memo.memo-right:after {
          right: 0;
          background-image: url(/img/front-page/arrow-black-sketch-left.png); }
      .text-memo.memo-left {
        left: -90px; }
        .text-memo.memo-left:after {
          left: 0;
          background-image: url(/img/front-page/arrow-black-sketch-right.png); } }
  @media (min-width: 1300px) {
    .text-memo.memo-right {
      right: -120px; }
    .text-memo.memo-left {
      left: -120px; } }
  @media (min-width: 1500px) {
    .text-memo.memo-right {
      right: -160px; }
    .text-memo.memo-left {
      left: -160px; } }

.corner-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }
  .corner-ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #000;
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 19px;
    right: -21px; }
    .corner-ribbon span:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid #000;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #000; }
    .corner-ribbon span:after {
      content: "";
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid #000;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #000; }

.price-header {
  min-height: 122px;
  padding-top: 20px;
  background: #333;
  color: white; }

.price-box {
  text-align: center;
  margin: 0;
  font-size: 20px;
  background: white;
  border-bottom: 5px solid #333;
  position: relative;
  margin-bottom: 20px; }
  .price-box h3 {
    color: #fff000;
    line-height: 1;
    margin: 10px 20px 0px 20px !important;
    padding-bottom: 10px;
    font-size: 52px;
    background: black;
    padding: 10px;
    letter-spacing: 0;
    text-transform: uppercase; }
  .price-box span.price {
    font-weight: 900;
    font-size: 56px;
    display: block;
    line-height: 1.2; }
    .price-box span.price sup {
      font-size: 14px;
      top: -15px; }
  .price-box span.txt {
    font-size: 12px;
    display: block;
    padding: 0 0 10px 0; }
  .price-box ul {
    text-align: left;
    margin: 0;
    border: 3px solid #fff;
    border-left: 0;
    border-right: 0;
    padding-left: 0; }
    .price-box ul li {
      border-bottom: 1px solid #f0f0ed;
      list-style: none;
      margin: 0;
      padding: 5px 20px;
      line-height: 40px;
      font-size: 18px; }
      .price-box ul li strong {
        color: #000;
        font-weight: bold; }
      .price-box ul li img.icon {
        height: 40px; }
  .price-box .price-cta {
    padding: 10px 40px; }
  .price-box .fa {
    font-size: 30px; }
    .price-box .fa.fa-check {
      color: #8DA774; }
    .price-box .fa.fa-times {
      color: #C30D23; }

section {
  padding: 60px 0; }
  section .section-title {
    margin-top: 0;
    margin-bottom: 40px; }

.container {
  max-width: 970px; }
  .container.thin {
    max-width: 740px; }

section.hero {
  padding-top: 20px;
  background: #fff000;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right; }

section.primary {
  background: #fff000; }

section.gray {
  background: #efefef; }

section.darkgray {
  background: #3a3a3a;
  color: white; }
  section.darkgray h1, section.darkgray h2, section.darkgray h3, section.darkgray h4, section.darkgray p, section.darkgray li {
    color: white; }

section.footer {
  background: #3a3a3a;
  color: white;
  font-size: 16px;
  text-align: center; }
  section.footer h1, section.footer h2, section.footer h3, section.footer h4, section.footer h5, section.footer h6, section.footer p, section.footer li {
    color: white; }
  section.footer h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em; }
  section.footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1em; }
    section.footer ul li {
      list-style: none;
      font-size: 14px;
      margin-bottom: 0.5em; }
      section.footer ul li a {
        color: #ececec; }
  section.footer .footer-social {
    position: relative;
    text-align: left; }
    section.footer .footer-social a {
      margin: 0 4px;
      width: 36px;
      height: 36px;
      text-align: center;
      border-radius: 99999px;
      display: inline-block;
      padding: 0; }
      section.footer .footer-social a:hover {
        margin: 0 4px;
        padding: 0;
        text-decoration: none;
        opacity: 0.9; }
      section.footer .footer-social a i.fab {
        color: white;
        line-height: 34px;
        font-size: 20px; }
      section.footer .footer-social a.facebook {
        background-color: #3b5998; }
      section.footer .footer-social a.google-plus {
        background-color: #dd4b39; }
      section.footer .footer-social a.linkedin {
        background-color: #007bb6; }
      section.footer .footer-social a.pinterest {
        background-color: #c92228; }
      section.footer .footer-social a.twitter {
        background-color: #00aced; }
      section.footer .footer-social a.youtube {
        background-color: #cd201f; }
      section.footer .footer-social a.instagram {
        background-color: #405de6; }

section.shadow {
  position: relative;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25); }

section.robot-tr, section.robot-bl {
  position: relative; }
  section.robot-tr:before, section.robot-bl:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-image: url(/img/irs/robot.png);
    top: 0;
    right: 0;
    z-index: 0;
    background-position: -13px -135px;
    background-repeat: no-repeat;
    opacity: 0.15; }
  section.robot-tr.robot-bl:before, section.robot-bl.robot-bl:before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-position: -13px -135px;
    transform: rotate(180deg); }

.visible-desktop {
  display: block !important; }

.visible-ios {
  display: none !important; }

.visible-android {
  display: none !important; }

.visible-mobile {
  display: none !important; }

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

body.mobile .visible-desktop {
  display: none !important; }
body.mobile .hidden-mobile {
  display: none !important; }
body.mobile .hidden-desktop {
  display: block !important; }
body.mobile.ios .visible-android {
  display: none !important; }
body.mobile.ios .visible-ios {
  display: block !important; }
body.mobile.ios .hidden-ios {
  display: none !important; }
body.mobile.ios .hidden-android {
  display: block !important; }
body.mobile.android .visible-android {
  display: block !important; }
body.mobile.android .visible-ios {
  display: none !important; }
body.mobile.android .hidden-ios {
  display: block !important; }
body.mobile.android .hidden-android {
  display: none !important; }

/* Audio Player */
.player-box {
  padding: 24px 24px 8px 24px;
  margin: 40px 0 4px 0; }
  .player-box h4 {
    font-size: 36px; }
  .player-box audio {
    margin: 20px 0; }
  .player-box.darkgray {
    background: #333;
    border-bottom: 8px solid #f1bf00; }
    .player-box.darkgray p, .player-box.darkgray h3, .player-box.darkgray h4 {
      color: white; }
    .player-box.darkgray .last-seen {
      text-align: right;
      color: white;
      text-transform: uppercase;
      font-weight: bold; }
    .player-box.darkgray p.quote {
      font-size: 16px;
      position: relative;
      padding-left: 48px;
      margin-bottom: 20px; }
      .player-box.darkgray p.quote:before {
        content: '\201c';
        position: absolute;
        top: -6px;
        left: 0;
        font-size: 90px;
        line-height: 1;
        opacity: 0.3;
        font-family: "Roboto", sans-serif; }
  .player-box .preword {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    display: inline-block;
    padding: 7px 12px;
    text-transform: uppercase;
    position: relative;
    background-color: #e83b35; }
    .player-box .preword:before {
      content: '';
      width: 0;
      height: 0;
      top: 100%;
      left: 5px;
      display: block;
      position: absolute;
      border-style: solid;
      border-width: 0 0 8px 8px;
      border-color: transparent;
      border-left-color: #e83b35; }

.support-logos {
  text-align: center;
  max-width: 980px;
  margin: 40px auto 0 auto; }
  .support-logos img {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 120px;
    filter: grayscale(100%);
    opacity: 0.5; }

/* Contact Form */
.form-box {
  padding: 30px 30px 20px 30px;
  margin-top: 20px;
  background: white;
  border-bottom: 8px solid #f1bf00; }
  .form-box label {
    font-weight: normal;
    color: #747474;
    font-size: 12px; }
  .form-box .form-control {
    border-radius: 0; }
  .form-box .form-group {
    margin-bottom: 20px; }
  .form-box .btn.btn-black {
    background-color: black;
    padding: 20px;
    text-transform: uppercase;
    border-radius: 0;
    color: white; }
  .form-box .btn.btn-black:hover {
    background-color: #212121; }

.container-form {
  width: 500px;
  margin: 0 auto;
  max-width: 100%; }

.alert.alert-danger {
  padding: 20px;
  border-radius: 0;
  background: #840c0c;
  border: 0;
  border-bottom: 4px solid #190000;
  color: white; }

.alert.alert-danger ul {
  padding-left: 20px; }

/* Hero Section */
section.hero {
  background-color: black;
  background-image: url(/img/front-page/bg-hero-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

section.hero h1, section.hero p {
  color: white; }

.segment-visitor .segment-type {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 3px solid #ccc;
  padding: 20px 10px 20px 10px;
  margin-bottom: 10px;
  background: #fff; }
  .segment-visitor .segment-type .icon-wrapper {
    height: 100px;
    text-align: center;
    margin-bottom: 10px; }
    .segment-visitor .segment-type .icon-wrapper img {
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
  .segment-visitor .segment-type h4 {
    margin: 0;
    color: #333;
    font-weight: bold; }
  .segment-visitor .segment-type small {
    color: #333;
    margin-top: 5px;
    display: block;
    font-size: 14px; }
  .segment-visitor .segment-type:hover, .segment-visitor .segment-type:active, .segment-visitor .segment-type:focus {
    text-decoration: none;
    background-color: #f5f5f5; }

.slide-down {
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  height: auto;
  max-height: 0; }
  .slide-down.active {
    max-height: 900px; }

@media only screen and (max-width: 768px) {
  section.hero {
    background-position: 52% center !important; }
    section.hero h1 {
      font-size: 48px;
      line-height: 1.2; }

  .logo-badge {
    margin-top: 5px !important;
    margin-bottom: -30px;
    position: relative;
    z-index: 10; }

  section.footer .navbar-brand {
    text-align: center; }
  section.footer .footer-social {
    text-align: center; } }
