h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  color: #B00;
  font-weight: 600; }
  .lightblue-gradient-bg h1, .blue-gradient-bg h1, .lightblue-gradient-bg h2, .blue-gradient-bg h2, .lightblue-gradient-bg h3, .blue-gradient-bg h3, .lightblue-gradient-bg h4, .blue-gradient-bg h4, .lightblue-gradient-bg h5, .blue-gradient-bg h5, .lightblue-gradient-bg h6, .blue-gradient-bg h6 {
    color: #FFF; }

p, ul, ol, dl {
  font-family: "Open Sans";
  font-weight: 400;
  color: #444; }
  .lightblue-gradient-bg p, .blue-gradient-bg p, .lightblue-gradient-bg ul, .blue-gradient-bg ul, .lightblue-gradient-bg ol, .blue-gradient-bg ol, .lightblue-gradient-bg dl, .blue-gradient-bg dl {
    color: #FFF; }

a {
  color: #B00; }
  a:hover {
    color: #444; }

.section-title + .subheader {
  margin: -.5rem 0 0; }

.subheader {
  color: #444;
  font-weight: 300; }
  .gradient-bg .subheader {
    color: #26A9DE; }

.product-title {
  margin-bottom: 0; }
  .product-title + small {
    display: block;
    font-size: .75rem;
    margin-bottom: 2rem; }

.no-js .top-bar {
  display: none; }

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block; }

  .no-js .title-bar {
    display: none; } }
.wrapper {
  overflow: hidden; }

.header {
  height: auto;
  background-color: #980000;
  background-image: url(../images/main_bg.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }
  .header::after {
    content: '';
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    z-index: 0; }

@keyframes showDown {
  from {
    transform: translateY(-100px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: 1; } }
.top-bar-wrapper {
  width: 100%;
  z-index: 2; }
  @media only screen and (max-width: 40em) {
    .top-bar-wrapper.sticky {
      position: relative; } }

@media only screen and (max-width: 40em) {
  .sticky-container {
    height: auto !important; } }

.title-bar {
  background: #FFF;
  padding: 1rem; }
  .title-bar .logo {
    display: flex;
    align-items: center; }
    .title-bar .logo p {
      margin: 0 0 0 1rem; }
    .title-bar .logo img {
      height: 30px; }
  .title-bar .language-mobile {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #222; }

.menu-icon:focus {
  outline: none; }
.menu-icon::after {
  background: #B00;
  box-shadow: 0 7px 0 #B00, 0 14px 0 #B00; }

.top-bar {
  background: #FFF;
  padding: 0; }
  @media only screen and (min-width: 40em) {
    .top-bar {
      padding: .5rem; } }
  @media only screen and (min-width: 64em) {
    .top-bar {
      padding: 1rem; } }
  .top-bar .menu {
    padding: .5rem 0 1rem;
    transition: padding .5s ease-in-out;
    background: #FFF; }
    @media only screen and (min-width: 40em) {
      .top-bar .menu {
        padding-top: .75rem;
        background: transparent; } }
    @media only screen and (min-width: 64.063em) {
      .top-bar .menu {
        padding-top: .5rem;
        padding-bottom: 0; } }
    .top-bar .menu a {
      font-family: "Ubuntu", sans-serif;
      font-weight: 600;
      color: #B00; }
      @media only screen and (min-width: 40em) {
        .top-bar .menu a {
          font-size: .9rem; } }
      @media only screen and (min-width: 64em) {
        .top-bar .menu a {
          font-size: 1rem; } }
      .top-bar .menu a:hover {
        color: #222; }
      @media only screen and (min-width: 40.063em) {
        .top-bar .menu a {
          color: #222; }
          .top-bar .menu a:hover {
            color: #B00; } }
    .top-bar .menu .active > a {
      background: transparent;
      color: #999; }
      @media only screen and (min-width: 40.063em) {
        .top-bar .menu .active > a {
          color: #B00; } }
    .top-bar .menu.menu-language {
      margin-left: 25px; }
      .top-bar .menu.menu-language .language a {
        border: 1px solid #777;
        width: 40px;
        height: 40px;
        line-height: 38px;
        padding: 0;
        text-align: center;
        border-radius: 50px;
        color: #bb0000;
        font-size: 14px; }
        .top-bar .menu.menu-language .language a:hover {
          /* background: #bb0000; */
          color: #000; }
  .top-bar .logo {
    display: flex;
    align-items: center; }
    .top-bar .logo img {
      width: 60px;
      height: auto;
      align-self: center;
      transition: width .5s ease-in-out; }
    .top-bar .logo .text {
      color: #222;
      margin: 0 1rem;
      transform: translateY(-200px);
      transition: transform .5s ease-in-out; }
      @media only screen and (max-width: 53em) {
        .top-bar .logo .text {
          display: none; } }
      .top-bar .logo .text span {
        color: #B00;
        font-weight: bold; }
  .is-stuck .top-bar {
    padding: .5rem;
    /*background: $black;*/ }
    .is-stuck .top-bar .logo img {
      width: 50px; }
    .is-stuck .top-bar .logo .text {
      transform: translateY(0px); }
    .is-stuck .top-bar .menu {
      padding-top: .3rem; }
      .is-stuck .top-bar .menu a:hover {
        color: #B00; }
      .is-stuck .top-bar .menu .active > a {
        color: #B00; }

.header-intro {
  display: flex;
  align-items: center;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .header-intro {
      height: auto;
      min-height: 30vh;
      animation: showUp 1s forwards; } }
  .homepage .header-intro {
    min-height: 40vh; }
    @media only screen and (min-width: 40.063em) {
      .homepage .header-intro {
        min-height: 40vh; } }
    .homepage .header-intro .lead {
      font-weight: 300;
      margin-top: 1rem; }
      @media only screen and (max-width: 40em) {
        .homepage .header-intro .lead {
          font-size: 112.5%; } }
  .header-intro .header-intro-content {
    margin: auto;
    color: #FFF;
    position: relative;
    z-index: 2;
    padding: 2rem; }
    @media only screen and (min-width: 40.063em) {
      .header-intro .header-intro-content {
        max-width: 90%; } }
    @media only screen and (min-width: 64.063em) {
      .header-intro .header-intro-content {
        max-width: 70%; } }
  .header-intro .header-title {
    text-transform: uppercase;
    color: inherit; }
  .header-intro .subheader {
    color: inherit;
    margin-bottom: 0; }
  .header-intro p {
    margin: 2rem auto 0;
    max-width: 50rem;
    width: 100%;
    color: inherit; }
  @media only screen and (min-width: 40.063em) {
    .header-intro.header-products {
      padding-bottom: 60px; } }

.content {
  position: relative;
  z-index: 1;
  /*&:before {
    content:'';
    display: block;
    width: 100%;
    height: 75px;
    margin-top: -74px;
    background: transparent url(../images/clouds_up.png) center bottom no-repeat;
  }*/ }
  .content-section {
    padding: 2rem 0; }
  .content .section-header {
    margin: 0 0 2rem; }

.intro-section p {
  width: 760px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 1rem; }

.services-carousel {
  padding: 0 2rem; }
  .services-carousel .service-slide-icon {
    margin-bottom: 2rem; }
  .services-carousel .owl-dots {
    position: static; }
  .services-carousel .owl-nav {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 0; }
  .services-carousel .owl-prev {
    float: left; }
  .services-carousel .owl-next {
    float: right; }
  .services-carousel .owl-nav [class*='owl-'] {
    background: transparent;
    font-size: 3rem; }
  .services-carousel .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: black; }

.service-slide {
  padding: 2rem;
  text-align: center; }
  .service-slide img {
    max-width: 50%;
    margin: auto; }

.service-slide-content h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem; }
.service-slide-content p {
  margin-bottom: 2rem; }

.service-row {
  padding: 2rem 0;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 40.063em) {
    .service-row {
      flex-direction: row;
      padding: 4rem 0; } }
  .service-row h2 {
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 900; }
  .service-row .service-icon {
    margin-bottom: 2rem;
    text-align: left; }
    @media only screen and (min-width: 40.063em) {
      .service-row .service-icon {
        margin-bottom: 0;
        text-align: center; } }
    .service-row .service-icon img, .service-row .service-icon svg {
      max-width: 50%; }
      @media only screen and (min-width: 40.063em) {
        .service-row .service-icon img, .service-row .service-icon svg {
          max-width: 280px; } }
  @media only screen and (min-width: 40.063em) {
    .service-row.inverted .service-icon {
      text-align: right; } }

/* ======================== PARTNERS CAROUSEL ====================== */
.partners-carousel {
  padding: 2rem 0; }
  .partners-carousel .owl-item {
    display: flex;
    align-items: center;
    height: 100px; }

/* ======================== PRODUCTS TABS ====================== */
.tabs {
  margin: -2rem 0 0;
  background: #444;
  border: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 40.063em) {
    .tabs {
      margin: -5.5rem 0 0;
      background: transparent; } }

.tabs-title {
  text-align: center;
  flex: 0 0 50%; }
  @media only screen and (min-width: 40.063em) {
    .tabs-title {
      flex: 1; } }
  .tabs-title > a {
    background: #222;
    color: #FFF;
    font-size: 1rem;
    display: block; }
    @media only screen and (min-width: 64.063em) {
      .tabs-title > a {
        color: #FFF; } }
    .tabs-title > a:hover {
      background: #FFF;
      color: #222; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: white;
      color: #B00; }

.tabs-content {
  border: none; }
  .tabs-content .tab-header {
    text-align: center;
    padding: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #CCC; }
    .tabs-content .tab-header h3 {
      color: #333; }

.product-row {
  padding: 1rem;
  align-items: center; }
  @media only screen and (min-width: 40.063em) {
    .product-row {
      padding: 3rem;
      display: flex; } }
  .product-row-content small {
    color: #999;
    font-weight: 400; }

.tab-phones .product-row-image {
  padding-right: 3rem; }

/* ======================== REFERENCE ====================== */
.reference-grid {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  position: static;
  justify-content: center; }
  .reference-grid .reference-box {
    /*flex: 0 0 25%;*/
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 3rem;
    text-align: center;
    padding: 0 2rem; }
    @media only screen and (min-width: 40.063em) {
      .reference-grid .reference-box {
        min-height: 150px; } }
  .reference-grid .reference-box-logo {
    display: none;
    text-align: center;
    transition: all .5s; }
    .reference-grid .reference-box-logo img {
      max-width: 75%; }

.reference-list {
  display: flex;
  flex-wrap: wrap; }
  .reference-list li {
    flex: 0 0 100%;
    padding: 1rem; }
    @media only screen and (min-width: 40.063em) {
      .reference-list li {
        flex: 0 0 33.3333%; } }
    @media only screen and (min-width: 64.063em) {
      .reference-list li {
        flex: 0 0 25%; } }

.reference-title {
  font-size: 1.25rem; }

.reference-box p {
  font-size: .9rem; }

/* ======================== CONTACT US ====================== */
.contact-us-section {
  padding: 2rem; }

.thanks-reveal h3 {
  margin-top: 1rem; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  box-shadow: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    border-color: #B00; }

textarea {
  min-height: 120px; }

.thx {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none; }
  .thx:target {
    display: flex;
    justify-content: center;
    align-items: center; }
  .thx h3 {
    padding: 2rem;
    background: white; }

.map {
  padding-bottom: 400px;
  padding-bottom: 50vh;
  height: 0;
  position: relative;
  overflow: hidden; }
  .map .overlay {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .map iframe {
    position: absolute;
    top: -46px;
    left: 0;
    width: 100%;
    height: 110%;
    height: calc(100% + 46px); }

/* =================== FOOTER =================== */
.footer {
  background: #111;
  padding: 1rem; }
  .footer * {
    font-size: .75rem; }
  .footer p {
    margin: 0;
    padding: 0.7rem 0;
    color: #FFF; }
  .footer .social-links a {
    color: #FFF; }
    .footer .social-links a:hover {
      color: #B00; }

/* =================== HELPERS =================== */
.blue-gradient-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/lighten($primaryColor,10%)+0,003488+100 */
  background: #ee0000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ee0000 0%, #B00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ee0000 0%, #B00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ee0000 0%, #B00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($primaryColor,10%)', endColorstr='$primaryColor',GradientType=1 );
  /* IE6-9 */
  background-color: #980000;
  background-image: url("data:image/svg+xml,%3Csvg width='304' height='304' viewBox='0 0 304 304' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.1 224c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h44.1zm160 48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H82v-2h122.1zm57.8-46c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm0 16c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm6.2-114c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2zm-256-48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h12.1zm185.8 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2zM258 12.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V0h2v12.1zm-64 208c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-54.2c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9v54.2zm48-198.2c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V82h64v-2h-62V21.9zm16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V66h48v-2h-46V37.9zm-128 96c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V210h16v10.1c-2.282.463-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.718-4.437-4-4.9V208h-16v-74.1zm-5.9-21.9c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H114v48H85.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H112v-48h12.1zm-6.2 130c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H176v-74.1c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V242h-60.1zm-16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H114v48h10.1c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H112v-48h-10.1zM66 284.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V274H50v30h-2v-32h18v12.1zM236.1 176c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H274v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V146h-10.1zm-64 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H208v-80h16v-14h-42.1c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H226v18h-16v80h-12.1zm86.2-210c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H272V0h2v32h10.1zM98 101.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V144H53.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H98v-44.1zM53.9 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80V0h2v34H53.9zm60.1 3.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V64H80v64H69.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H82V66h32V37.9zM101.9 82c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H128V37.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-28.1zm16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H146v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V18h-26.1zm102.2 270c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H98v14h-2v-16h124.1zM242 149.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V162h16v30h-16v66h48v46h2v-48h-48v-62h16v-34h-16v-10.1zM53.9 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64V2H48V0h18v18H53.9zm112 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H192V0h50v2h-48v48h-28.1zm-48-48c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5 0-.342.034-.677.1-1h2.07c-.11.313-.17.65-.17 1 0 1.657 1.343 3 3 3s3-1.343 3-3c0-.35-.06-.687-.17-1H178v34h-18V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V32h14V2h-58.1zm0 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H137l32-32h39V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V66h-40.172l-32 32H117.9zm28.1 90.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-76.513L175.586 80H224V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-49.586L146 112.414V188.1zm16 32c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-99.513L184.586 96H300.1c.398-1.96 1.94-3.502 3.9-3.9v2.07c-1.165.413-2 1.524-2 2.83s.835 2.417 2 2.83v2.07c-1.96-.398-3.502-1.94-3.9-3.9H185.414L162 121.414V220.1zm-144-64c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-3.513l48-48V48h32V0h2v50H66v55.413l-48 48v2.687zM50 53.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v42.686l-48 48V210h28.1c.463 2.282 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.437 1.718-4.9 4H2v-62.586l48-48V53.9zm-16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v18.686l-32 32v2.828l34-34V69.9zM12.1 32c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H9.414L0 43.414v-2.828L8.586 32H12.1zm265.8 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h18.686L304 40.586v2.828L297.414 50H277.9zm-16 160c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H288V136.587l16-16v2.827l-14 14V210h-28.1zm-208 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64v-22.586L40.586 194H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.513L66 216.586V242H53.9zm150.2 14c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H96v-56.598L56.598 162H37.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.502L98 200.598V256h106.1zm-150.2 2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80v-46.586L48.586 178H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h27.513L82 208.586V258H53.9zM97 100c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-48 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 96c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-144c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM49 36c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM33 68c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 240c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm80-176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm112 176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 180c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 84c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 39.793V0h-2v40.586L8.586 64H0v2h9.413L34 41.414v-1.62zM2 300.1V258h14v46h2v-48H0V302.17c.313-.11.65-.17 1-.17 1.306 0 2.417.835 2.83 2H5.9c-.398-1.96-1.94-3.502-3.9-3.9zM34 241v63h-2v-62H0v-2h34v1zM17 18h1V0h-2v16H0v2h17zm273-2V0h-2v18h16v-2h-14zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1c.323-.066.658-.1 1-.1 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.342 0-.677-.034-1-.1v-2.07c.313.11.65.17 1 .17 1.657 0 3-1.343 3-3s-1.343-3-3-3c-.35 0-.687.06-1 .17V92.1zM80 272h2v32h-2v-32zm37.9 32c-.463-2.282-2.48-4-4.9-4-2.42 0-4.437 1.718-4.9 4h2.07c.413-1.165 1.524-2 2.83-2s2.417.835 2.83 2h2.07zM5.9 0c.066.323.1.658.1 1 0 2.76-2.24 5-5 5-.342 0-.677-.034-1-.1V3.83C.313 3.94.65 4 1 4c1.657 0 3-1.343 3-3 0-.35-.06-.687-.17-1H5.9zm294.2 0c-.066.323-.1.658-.1 1 0 2.42 1.718 4.437 4 4.9V3.83c-1.165-.413-2-1.524-2-2.83 0-.35.06-.687.17-1h-2.07zm3.9 300.1c-1.96.398-3.502 1.94-3.9 3.9h2.07c.302-.852.978-1.528 1.83-1.83v-2.07z' fill='%23000000' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-attachment: fixed; }

.lightblue-gradient-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/lighten($primaryColor,10%)+0,003488+100 */
  background: #ff2222;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff2222 0%, #ee0000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff2222 0%, #ee0000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff2222 0%, #ee0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acff', endColorstr='lighten($primaryColor,10%)',GradientType=1 );
  /* IE6-9 */ }

.dark-bg {
  background: #111;
  color: #FFF; }
  .dark-bg .subheader {
    color: inherit; }
  .dark-bg p {
    color: inherit; }
  .dark-bg .button.hollow {
    border: 1px solid #FFF; }
    .dark-bg .button.hollow:hover, .dark-bg .button.hollow:focus {
      border: 1px solid #e6e6e6;
      color: #B00; }

.row.medium {
  max-width: 50rem; }

.flex-list {
  display: flex;
  flex-wrap: wrap; }
  .flex-list li {
    flex: 0 0 50%; }
    @media only screen and (min-width: 40.063em) {
      .flex-list li {
        flex: 0 0 33.333%; } }
    @media only screen and (min-width: 64.063em) {
      .flex-list li {
        flex: 0 0 25%; } }

.cloud-after,
.cloud-before {
  position: relative; }

dd + dt {
  margin-top: 1rem; }

/* =================== BUTTONS =================== */
.button {
  border-width: 2px;
  background: #B00; }
  .button:hover {
    background: #880000; }
  .button.round {
    border-radius: 50px;
    padding: 0.75rem 2rem; }
  .button.hollow {
    border: 1px solid #B00;
    color: #B00; }
    .button.hollow:hover {
      border: 1px solid #880000;
      color: #880000; }
    .button.hollow.inverted {
      border: 1px solid #FFF;
      color: #FFF; }
      .button.hollow.inverted:hover {
        border: 1px solid #e6e6e6;
        color: #e6e6e6; }

/* ======================== HELPERS ====================== */
@media only screen and (max-width: 40em) {
  .small-order-1 {
    order: 1; }

  .small-order-2 {
    order: 2; } }
/* ======================== F6 OVERWRITE ====================== */
.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.75); }

.reveal {
  padding: 2.5rem 2rem;
  border: none; }
  .reveal:focus {
    outline: none; }
  .reveal h4 {
    margin-bottom: 25px; }
  .reveal form .button {
    margin-top: 25px; }

/*# sourceMappingURL=app.css.map */
