@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
    url(/wp-content/themes/Arcserve/assets/dist/fonts/source-sans-pro-v13-latin-regular.woff2)
      format("woff2"),
    url(/wp-content/themes/Arcserve/assets/dist/fonts/source-sans-pro-v13-latin-regular.woff)
      format("woff");
}
@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
    url(/wp-content/themes/Arcserve/assets/dist/fonts/source-sans-pro-v13-latin-600.woff2)
      format("woff2"),
    url(/wp-content/themes/Arcserve/assets/dist/fonts/source-sans-pro-v13-latin-600.woff)
      format("woff");
}
@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
    url(/wp-content/themes/Arcserve/assets/dist/fonts/source-sans-pro-v13-latin-700.woff2)
      format("woff2"),
    url(/wp-content/themes/Arcserve/assets/dist/fonts/source-sans-pro-v13-latin-700.woff)
      format("woff");
}
.sourceSansPro {
  font-family: Source Sans Pro, sans-serif;
}
@font-face {
  font-family: Steelfish;
  font-style: normal;
  font-weight: 400;
  src: local("Steelfish Regular"), local("Steelfish-Regular"),
    url(/wp-content/themes/Arcserve/assets/dist/fonts/steelfish_rg-webfont.woff2)
      format("woff2"),
    url(/wp-content/themes/Arcserve/assets/dist/fonts/steelfish_rg-webfont.woff)
      format("woff");
}
.steelfish {
  font-family: "Barlow Condensed", sans-serif;
}
@font-face {
  font-family: Source Code Pro;
  font-style: normal;
  font-weight: 400;
  src: local("Source Code Pro Regular"), local("SourceCodePro-Regular"),
    url(/wp-content/themes/Arcserve/assets/dist/fonts/source-code-pro-v11-latin-regular.woff2)
      format("woff2"),
    url(/wp-content/themes/Arcserve/assets/dist/fonts/source-code-pro-v11-latin-regular.woff)
      format("woff");
}
.sourceCodePro {
  font-family: Source Code Pro, sans-serif;
}
.arc-header.noPageHeader {
  margin-bottom: 0;
}
.homepage-intro {
  padding: 68px 0;
  background: #3b3168 url(../../img/homepage/sunrise-bg.jpg) 50% no-repeat;
  background-size: cover;
}
.homepage-intro .wrap {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.homepage-intro .intro-content {
  width: 60%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 50px;
}
.homepage-intro .intro-content h5 {
  font-size: 27px;
  margin: 30px 0 15px;
}
/* .homepage-intro .intro-content:after {
  content: "";
  display: block;
  width: 27px;
  height: 40px;
  margin: 20px 0 26px;
  background: url(../../img/ui/icon-arcserve-shield.svg) 0 0 no-repeat;
} */
.homepage-intro .intro-content h1 {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 67px;
  line-height: 1;
}
.homepage-intro .intro-content p:last-child {
  margin-bottom: 0;
}
.homepage-intro .callouts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
.homepage-intro .callout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 calc(33.33333% - 20px);
  flex: 0 0 calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
  margin: 10px;
  background-color: rgba(59, 49, 104, 0.8);
  padding: 16px 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
}
.homepage-intro .callout-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Source Code Pro", monospace;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.1;
}
.homepage-intro .callout-title img {
  margin-right: 20px;
}
.homepage-intro .callout-description {
  -ms-flex: 1;
  flex: 1;
  margin: 20px 0;
}
.homepage-intro .callout-link {
  text-align: center;
}
.homepage-intro .callout-link a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: Source Code Pro, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #54e2c3;
}
.homepage-intro .callout-link a:after {
  content: "";
  width: 7px;
  height: 14px;
  margin-left: 20px;
  background: url(../../img/ui/blue-arrow-link.svg) 0 0 no-repeat;
  transition: margin-left 0.2s;
}
.homepage-intro .callout-link a:hover:after {
  margin-left: 28px;
}
@media only screen and (max-width: 1180px) {
  .homepage-intro {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .homepage-intro {
    padding-top: 120px;
  }
  .homepage-intro .intro-content {
    width: auto;
  }
  .homepage-intro .intro-content:after {
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-intro .callouts {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .homepage-intro .callout {
    width: 100%;
    margin: 0 0 20px;
  }
}
