/* COLORS */
/* FONTS */
#node-page {
  padding: 350px 0 200px 0;
  /* <= 1599px */
  /* <= 1023px */
  /* <= 812px */
  /* <= 599px */
}
#node-page.nid-173,
#node-page.nid-174 {
  padding: 100px 0;
}
#node-page a.edit-link {
  top: 200px;
}
#node-page .text.column {
  width: 50%;
  float: left;
  padding-right: 50px;
}
#node-page .text.column:last-child {
  float: right;
  padding: 0 0 0 50px;
}
@media all and (max-width: 1599px) {
  #node-page {
    padding: 250px 0 150px 0;
  }
}
@media all and (max-width: 1023px) {
  #node-page {
    padding: 250px 0 100px 0;
  }
}
@media screen and (max-width: 812px) {
  #node-page .text.column {
    width: auto !important;
    float: none !important;
    padding: 0 !important;
  }
  #node-page .text.column:last-child {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  #node-page {
    padding-top: 150px;
  }
  #node-page.nid-173,
  #node-page.nid-174 {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=page.css.map */