.flex-break {
  flex-basis: 100%;
  height: 0;
}
.fa-light {
  font-family: "FA", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.f-open-sans {
  font-family: "open-sans", "Segoe UI", Helvetica, Arial, sans-serif;
}
.f-myriad-pro {
  font-family: "myriad-pro", "Segoe UI", Helvetica, Arial, sans-serif;
}
.header-font {
  font-family: "montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0.32px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1600px) {
  .wide-screen .container {
    width: 1570px;
  }
}
@media (min-width: 1600px) {
  .medium-wide-screen .container {
    width: 1470px;
  }
}
.flex-row {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.light-font {
  font-family: "Segoe UI Light", open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 100;
}
.normal-font {
  font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.semi-light-font {
  font-family: "Segoe UI Semilight", open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.open-sans-font {
  font-family: open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
}
.soft-hover {
  transition: all 0.2s linear;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.action-buttons {
  text-align: center;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.action-buttons a {
  display: inline-block;
  border: 1px solid #628bff;
  color: #628bff;
  padding: 5px 10px;
  font-size: 12px;
}
.action-buttons a:hover {
  color: white;
  background-color: #628bff;
}
.action-buttons a:first-of-type {
  border-radius: 23px 0 0 23px;
  border-right: none;
}
.action-buttons a:nth-of-type(2) {
  border-left: 1px solid #628bff;
  border-radius: 0 23px 23px 0;
}
header {
  text-align: center;
  padding: 60px 0;
}
header a {
  display: block;
  width: 250px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 30px;
  font-size: 16px;
}
header h1 {
  font-family: "montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0.32px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-top: 75px;
}
header h2 {
  margin: 0;
  margin-top: -125px;
  margin-bottom: 75px;
  color: #666;
  text-transform: uppercase;
}
header h3 {
  margin: 0 auto;
  margin-top: 15px;
  max-width: 640px;
  text-align: center;
  font-size: 19px;
  line-height: 1.625;
  color: #628bff;
}
.tool-desc {
  margin-bottom: 0;
}
.tool-desc .container {
  max-width: 740px;
  background-color: hsl(208.89, 100%, 97.89%);
  padding: 30px 60px;
  border-radius: 21px;
}
.tool-desc .container p {
  font-size: 16px;
  line-height: 1.625;
  color: #333;
}
.tool-desc .container .tmpl {
  margin: 15px;
}
.tool-desc .container #md-image {
  text-align: center;
  flex: 1;
}
.tool-desc .container #md-desc {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  min-width: 300px;
}
.tool-desc .container #md-desc h2 {
  line-height: 1.625;
  margin-top: 0;
  margin-bottom: 30px;
}
.tool-desc .container #md-desc p:last-of-type {
  margin-top: auto;
}
.tool-desc img {
  max-width: 90%;
  box-shadow: 0 0 12px #00000026;
  border: 1px solid #ddd;
}
#md-features {
  font-size: 14px;
}
#md-features h3 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
#md-features blockquote {
  padding: 1px 10px;
  margin-top: 30px;
  border-left: 4px solid #70c0ff;
}
#md-features blockquote p {
  font-size: 13px;
  color: #666;
}
.btn-download {
  display: block;
  width: fit-content;
  margin: 15px auto;
  background-color: #628bff;
  color: white !important;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  min-width: 100px;
}
.admin-toolset #md-image img {
  border-radius: 8px;
}
.admin-toolset #md-features h4 {
  text-align: center;
  margin: 15px auto;
  font-size: 19px;
  font-weight: 600;
  margin-top: 30px;
}
.admin-toolset #md-features h4 + ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 5px;
}
.admin-toolset #md-features h4 + ul strong {
  font-size: 14px;
  font-weight: 600;
}
.admin-toolset #md-features h4 + ul > li p {
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.admin-toolset #md-features h4 + ul li {
  margin: 5px 0;
}
.partnerships {
  background-color: white;
  position: relative;
  z-index: 1;
  padding: 15px 0;
}
.partnerships h2 {
  margin: 0;
  margin-bottom: 15px;
  color: #ccc;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
.partnerships div {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.partnerships div .ic {
  background-image: url(//adremdownloads.com/about/img/images.png);
  display: block;
  margin: 6px;
}
.partnerships div .ic-microsoft {
  width: 300px;
  height: 60px;
  margin: 0 30px;
  margin-right: 15px;
  background-position: 0 -391px;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
}
.partnerships div .ic-vmware {
  width: 102px;
  min-width: 102px;
  height: 80px;
  background-position: -320px -391px;
}
.partnerships div .ic-cisco {
  width: 89px;
  min-width: 89px;
  height: 87px;
  background-position: -12px -488px;
}
.policy {
  padding: 60px 0;
  background-color: #28313d;
}
.policy p {
  text-align: center;
  font-size: 19px;
  max-width: 480px;
  line-height: 1.8;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
}
.policy a {
  display: block;
  width: 320px;
  margin: 30px auto;
  text-align: center;
  color: #64B5F6;
  font-size: 14px;
}
#md-netcrunch-cta {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 30px;
  padding: 30px;
  background-color: #f6f1ff;
  border-radius: 21px;
}
#md-netcrunch-cta h2 {
  margin-top: 0;
  font-size: 26px;
  font-family: "montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0.32px;
  font-weight: normal;
}
#md-netcrunch-cta h3 {
  color: #333;
  max-width: 480px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto;
}
div.ng-banner {
  margin-bottom: 90px;
  margin-top: 60px;
}
#md-netcrunch-cta {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 60px;
}
/*# sourceMappingURL=page-style.css.map */