@media (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }

  .pull-left-sm {
    float: left;
  }
}
@media (min-width: 992px) {
  .pull-right-md {
    float: right;
  }

  .pull-left-md {
    float: left;
  }
}
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }

  .pull-left-lg {
    float: left;
  }
}
body {
  font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

.text_link {
  color: black;
  font-weight: bold;
}

.text_link:hover {
  color: black;
}

a {
  font-weight: bold;
  color: black;
}

a:hover {
  color: black;
}

.section {
  margin-top: 48px;
}

.gray_section {
  background-color: #F2F2F2;
}

#main_header {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F88100', endColorstr='#EE3800');
  /*For IE7-8-9*/
  background: linear-gradient(180deg, #F88100 0%, #EE3800 100%);
  height: 408px;
  width: 100%;
}

#logo {
  position: absolute;
  left: 69px;
  top: 55px;
  vertical-align: top;
}

#HeaderNodes {
  display: inline-block;
  position: absolute;
  left: 410px;
  top: 46px;
  vertical-align: top;
}

#header_text_layout {
  width: auto;
  height: 100%;
}

#header_text_background {
  position: absolute;
  right: 0;
  width: 387px;
  height: 408px;
  background: linear-gradient(180deg, #F88100 0%, #EE3800 100%);
}

#header_text_container {
  position: absolute;
  top: 83px;
  right: 69px;
  width: 278px;
}

.banner_header_text {
  font-weight: bold;
  font-size: 34px;
  color: white;
  letter-spacing: -0.73px;
  line-height: 40px;
  padding-bottom: 20px;
}

.banner_header_text p {
  margin-top: 25px;
}

.banner_content_text {
  margin-top: 5px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", HelveticaNeue, Arial, "Lucida Grande", sans-serif;
  font-size: 17px;
  color: white;
  letter-spacing: -0.37px;
  line-height: 20px;
}

@media (max-width: 865px) {
  #header_text_container {
    right: 49px;
    width: 251px;
  }

  .banner_header_text {
    font-size: 29px;
    letter-spacing: -0.56px;
  }

  #header_text_background {
    width: 300px;
  }
}
@media (max-width: 768px) {
  #main_header {
    height: auto;
  }

  #logo {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    right: auto;
    padding-top: 3em;
    margin-left: auto;
    margin-right: auto;
    vertical-align: baseline;
    width: 80%;
    max-width: 385px;
  }

  #header_text_layout {
    margin-top: 1em;
    width: 75%;
    max-width: 365px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #header_text_container {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }

  .banner_header_text {
    font-size: 20px;
    line-height: 1em;
  }

  .banner_header_text p {
    margin-top: 10px;
  }

  #header_text_background {
    position: relative;
    right: auto;
    left: auto;
    width: auto;
    height: auto;
    background: none;
  }

  .banner_content_text {
    display: none;
  }

  #HeaderNodes {
    display: none;
  }
}
.button_section {
  padding: 20px;
}

.action-link {
  font-weight: 500;
  border-color: #EE6100;
  color: #EE6100;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  height: 55px;
  font-size: 23px;
  line-height: 55px;
  width: 220px;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 30px;
  display: inline-block;
  line-height: 51px;
  position: relative;
  letter-spacing: -0.5px;
}

.action-link:hover {
  color: #EE6100;
}

#subtitle_content {
  width: 530px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #subtitle_content {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.huge_text {
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  font-size: 46px;
  letter-spacing: -1.12px;
}

.huge_text b {
  font-size: 53px;
  font-style: italic;
}

@media (max-width: 390px) {
  .huge_text {
    font-size: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .huge_text b {
    font-size: 38px;
    font-style: italic;
  }
}
#info_section {
  overflow: hidden;
}

.info_item_container {
  margin-top: 86px;
}

.info_item img {
  margin-top: 6px;
  width: 38px;
  height: 26px;
  float: left;
}

.info_item p {
  margin-left: 51px;
  width: 344px;
  font-size: 19px;
  letter-spacing: -0.008em;
}

@media (max-width: 768px) {
  .info_item p {
    width: auto;
    font-size: 17px;
  }
}
.info_screenshot {
  margin-top: -20px;
}

#info_screenshot1 {
  width: 494px;
  height: 341px;
  margin-left: -34px;
}

#info_screenshot2 {
  width: 480px;
  height: 209px;
  margin-left: -27px;
}

.info_item {
  margin-bottom: 24px;
}

.product_section_title {
  margin-bottom: 30px;
}

.section_w_title {
  margin-top: 18px;
}

.thumbnail-image {
  width: 170px;
  height: 111px;
}

.thumbnail-image-container {
  width: 170px;
}

.screenshot-text {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .thumbnail-image {
    width: 255px;
    height: 166.5px;
  }

  .thumbnail-image-container {
    width: 255px;
  }

  .screenshot-item {
    margin-bottom: 30px;
  }

  .screenshot-text {
    margin-left: 15px;
  }
}
#footer {
  margin-bottom: 1em;
}

/*# sourceMappingURL=fsmonitor.css.map */
