/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ::selection {
  background: #b3d4fc;
  text-shadow: none;
} */

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  color: #020202;
  font-family: "mallory-microplus", "Helvetica Neue", "Arial", sans-serif; /* adobe-hosted css in <head> */
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
strong {
  font-weight: 700;
}

h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.5rem;
}

p {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

ul {
  padding-left: 1.25rem;
}

.navbar {
  background-color: #fff;
  z-index: 1;
}

.navbar > .container-fluid {
  display: block;
}

.autohide-details {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.navbar-brand img {
  width: 140px;
}

.btn-sign-up-link {
  background: linear-gradient(90deg, #10bbf9 0%, #3cb13e 100%);
  border-radius: 0.75rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.btn-lg.btn-sign-up-link {
  margin-top: 2rem;
}

.btn-sign-up-link:hover {
  color: #020202;
}

.btn-sign-up {
  background: linear-gradient(90deg, #4844c5 0%, #40a4e9 100%);
  border: 0;
  border-radius: 0.75rem;
  color: #fff;
}

.content-wrapper {
  margin: 0 auto;
  max-width: 1300px;
}

.home-section {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.home-section-dark {
  background-color: #020202;
  color: #fff;
}

.home-section-billboard-dark {
  padding-top: 7rem;
}

.home-section-dark-last {
  padding-bottom: 4rem;
}

.figure-wrapper {
  margin-bottom: -5em;
  overflow-x: hidden;
  padding-bottom: 0;
  padding-top: 2rem;
}

.figure img {
  position: relative;
  max-width: 125%;
  width: 115%;
}

.zero-trust-zero-worry {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 4em;
}

.zero-trust-zero-worry .item {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.zero-trust-zero-worry .item img {
  margin-bottom: 2rem;
  max-width: 60%;
}

.zero-trust-zero-worry .item h2 {
  font-size: 1.25rem;
}

.zero-trust-zero-worry .item p {
  font-size: 1rem;
}

.aceiss-for-github {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3em;
}

.aceiss-for-github .badge {
  background-color: #40a4e9;
  border-radius: 0.75em;
  padding: 1em;
}

.aceiss-for-github .intro {
  margin-bottom: 2rem;
}

.aceiss-for-github .intro img {
  max-width: 70%;
}

.aceiss-for-github .caption {
  font-size: 0.75rem;
  margin-top: 0.75rem;
}

.pricing-unit {
  margin-bottom: 3rem;
}

.swiper {
  margin-bottom: 3rem;
  width: 100%;
}

.swiper .swiper-wrapper {
  margin-bottom: 3em;
}

.swiper .swiper-slide {
  background: linear-gradient(116.8deg, rgba(255, 255, 255, 0.35) 15.31%, rgba(153, 153, 153, 0.35) 85.52%);
  border-radius: 2rem;
  margin-right: 12px;
  min-height: 600px;
  padding: 2rem;
  width: 88%;
}

.swiper.swiper-aceiss-for-github .swiper-slide img {
  max-height: 420px;
  width: auto;
}

.swiper.swiper-aceiss-for-github .swiper-slide img.large-screens {
  display: none;
}

.swiper.swiper-aceiss-for-github .swiper-slide img.small-screens {
  display: block;
}

.swiper.swiper-aceiss-for-github .swiper-slide ul {
  margin-top: 2em;
  max-width: 500px;
  padding-left: 0;
  text-align: center;
}

.swiper.swiper-aceiss-for-github .swiper-slide ul li {
  list-style: none;
  margin-bottom: 2em;
}

.swiper.swiper-aceiss-for-github .swiper-slide ul li:last-of-type {
  margin-bottom: 0;
}

.swiper.swiper-aceiss-for-github .swiper-slide ul h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0;
}

.swiper.swiper-aceiss-for-github .swiper-slide ul p {
  margin-bottom: 0;
}

.swiper.swiper-aceiss-competitive-advantage .swiper-slide {
  padding-top: 6em;
}

.swiper.swiper-aceiss-competitive-advantage .swiper-slide img {
  height: 75px;
  margin-bottom: 2rem;
  width: auto;
}

.swiper.swiper-aceiss-competitive-advantage .swiper-slide p {
  margin: 0 auto;
  max-width: 500px;
}

.swiper .swiper-pagination-bullet {
  background-color: #fff;
}

.swiper .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.9);
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  display: none;
}

.quote-style-01,
.aceiss-competitive-advantage h1 {
  background: linear-gradient(90deg, #10bbf9 0%, #3cb13e 61.86%);
}

.quote-style-02 {
  background: linear-gradient(90deg, #fbcc00 0.37%, #ff8500 61.73%);
}

.quote-style-01,
.quote-style-02,
.aceiss-competitive-advantage h1 {
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.5rem;
  line-height: 1.3;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.quote-style-01 h1,
.quote-style-02 h1 {
  font-size: 1.5rem;
}

.quote-style-01 h2,
.quote-style-02 h2 {
  font-size: 1.5rem;
  text-align: right;
}

.quote-style-01 p,
.quote-style-02 p {
  margin-bottom: 0;
  text-align: right;
}

.aceiss-competitive-advantage {
  text-align: center;
  padding-bottom: 3em;
}

.world-security {
  margin-bottom: 4rem;
}

.home-section-pr {
  background: linear-gradient(90deg, #40a4e9 0%, #53ac04 100%);
  color: #fff;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.home-section-pr p {
  margin-bottom: 0;
}

.home-section-pr a,
.home-section-pr a:visited {
  color: #fff;
}

.news-section {
  padding-top: 4rem;
}

footer {
  padding: 2em 0;
}

footer p {
  font-size: 1rem;
  margin-bottom: 0;
  text-align: center;
}

/* Constant Contact styles */

.ctct-form-embed.form_0 .ctct-form-defaults {
  padding: 0;
}

div.ctct-form-embed.form_0 div.ctct-form-defaults h2.ctct-form-header {
  color: #020202;
  font: inherit;
  font-family: "mallory-microplus", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  font-style: normal;
  margin-bottom: 0.5rem;
}

.ctct-form-embed.form_0 .ctct-form-defaults p.ctct-form-text {
  color: #020202;
  font: inherit;
  font-family: "mallory-microplus", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  font-style: normal;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text {
  font-family: "mallory-microplus", "Helvetica Neue", "Arial", sans-serif;
}

.ctct-form-embed.form_0 .ctct-form-custom button.ctct-form-button {
  background: linear-gradient(90deg, #4844c5 0%, #40a4e9 100%);
  border: 1pt solid transparent;
  border-left: none;
  border-right: none;
  border-radius: 0.75rem;
  color: #fff;
  font: inherit;
  font-family: "mallory-microplus", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  font-style: normal;
  padding: 0.5rem 1rem;
  width: 100%;
}

.ctct-form-embed.form_0 .ctct-form-custom button.ctct-form-button:hover {
  border: 1pt solid transparent;
  border-left: none;
  border-right: none;
  color: #020202;
  /* text-transform: uppercase; */
}

.ctct-form-footer {
  display: none;
}

.g-recaptcha {
  /* Hide the fixed, floating captcha disclaimers */
  display: none;
}

.captcha {
  /* Added links from the captcha stuff hidden above */
  font-size: 0.75rem;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 576px) {
  /* Style adjustments for viewports that meet the condition */

  .swiper.swiper-aceiss-for-github .swiper-slide img.small-screens {
    display: none;
  }

  .swiper.swiper-aceiss-for-github .swiper-slide img.large-screens {
    display: block;
  }

  .zero-trust-zero-worry .item img {
    max-width: inherit;
  }

  .swiper.swiper-aceiss-competitive-advantage .swiper-slide {
    padding-top: 10em;
  }

  .aceiss-for-github .intro img {
    max-width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports that meet the condition */

  .navbar-brand img {
    width: 150px;
  }

  .btn-sign-up-link {
    font-size: 0.85rem;
  }

  .cant-protect {
    margin-top: 1rem;
  }

  .figure {
    margin-top: -75px;
  }

  .quote-style-01 h1,
  .quote-style-02 h1 {
    font-size: 2.5rem;
  }

  .aceiss-for-github .intro img {
    max-width: 100%;
  }

  .swiper.swiper-aceiss-for-github .swiper-slide ul {
    margin-top: 4em;
  }

  .aceiss-competitive-advantage h1 {
    font-size: 4rem;
  }

  .world-security {
    margin-bottom: 0;
  }

  /* Constant Contact styles */

  .ctct-form-embed.form_0 .ctct-form-custom button.ctct-form-button {
    width: inherit;
  }
}

@media only screen and (min-width: 820px) {
  /* Style adjustments for viewports that meet the condition */

  .swiper .swiper-slide {
    margin-right: 24px;
    width: 75%;
  }

  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1pt solid rgba(238, 238, 238, 1);
    border-radius: 5px;
    box-shadow: 1pt 1pt 3pt rgba(153, 153, 153, 0.2);
    color: #999;
    display: block;
    height: 40px;
    text-align: center;
    width: 25px;
  }
  .swiper .swiper-button-next:after,
  .swiper .swiper-button-prev:after {
    font-size: 20px;
    line-height: 2.1;
  }
}

@media only screen and (min-width: 992px) {
  /* Style adjustments for viewports that meet the condition */

  h1 {
    font-size: 2.5rem;
  }

  .figure-wrapper {
    margin-bottom: -14em;
    position: relative;
    z-index: 1;
  }

  .figure {
    margin-top: -150px;
  }

  .home-section {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .home-section-billboard {
    text-align: left;
  }

  .aceiss-for-github,
  .aceiss-competitive-advantage {
    padding-bottom: 5em;
  }

  .zero-trust-zero-worry {
    padding-bottom: 6em;
  }

  .aceiss-for-github .intro img {
    max-width: 90%;
  }

  .swiper .swiper-slide {
    width: 66%;
  }

  .contact .content-wrapper {
    position: relative;
  }

  .contact-text {
    left: 0;
    position: absolute;
    right: 0;
    top: 200px;
  }
}

@media only screen and (min-width: 1096px) {
  /* Style adjustments for viewports that meet the condition */

  .home-section-billboard {
    text-align: left;
  }

  .aceiss-for-github .intro img {
    max-width: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  /* Style adjustments for viewports that meet the condition */

  .cant-protect {
    margin-top: 8rem;
  }

  .figure {
    margin-top: -150px;
  }
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
