.statusSection-header {
  background: #0C80FF;
  max-height: 30px;
  height: 30px; }
.statusSection-header .statusSection-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 3px 30px;
  height: 100%; }
  .statusSection-header .statusSection-wrap p {
    text-align: center;
    color: white;
    font-size: 0.8em;
    width: 100%;
    line-height: 0; }
  .statusSection-header .statusSection-wrap a {
    color: white; }

.headerSection {
  position: relative;
  min-height: 725px; }
  .headerSection-header {
    background: #F9F9F9; }
  .headerSection-header .headerSection-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 30px 13px 30px; }
  .headerSection-menu .headerSection-wrap {
    padding: 0 30px; }
  .headerSection-logo {
    display: inline-block;
    vertical-align: middle;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .headerSection-logo img {
    height: 51px; }
  .headerSection-downloadButton, .headerSection-downloadButtonBadged {
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 8px 7px 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-transform: uppercase;
    position: relative;
    max-height: 50px;
    cursor: pointer;
    color: #666666;
    margin-right: 30px; }
  .headerSection-downloadButton > a, .headerSection-downloadButtonBadged > a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    outline: none; }
  .headerSection-downloadButton > a:focus, .headerSection-downloadButtonBadged > a:focus {
    outline: none; }
  .headerSection-downloadButtonBadged:before {
    content: '6.9';
    padding: 1px 4px;
    position: absolute;
    font-weight: 600;
    font-size: 10px;
    color: #FFFFFF;
    background-image: linear-gradient(0deg, #1E88E5 0%, #42A5F5 100%);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    line-height: 14px;
    left: -11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .headerSection-menu {
    background: rgba(17, 17, 17, 0.85);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 22px 0 23px 0; }
  .headerSection-listItem {
    display: inline-block;
    position: relative;
    margin-right: 25px; }
  .headerSection-listItem > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .headerSection-listItem:last-child {
    float: right;
    text-align: right;
    margin-right: 0; }
  .headerSection-listTitle {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.87px;
    line-height: 17px; }
  .headerSection-listSubtitle {
    margin-top: 5px;
    opacity: 0.6;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.75px;
    line-height: 15px; }
  .headerSection-content {
    background: url(https://cdn.getforge.com/hammerformac.com/1548938429/assets/images/background-section-1.png) no-repeat 100% 100%;
    background-size: cover;
    min-height: 520px; }
  .headerSection-headers {
    padding: 30px 30px 0 30px;
    font-weight: 300;
    text-align: center; }
  .headerSection-headers .headerSection-title {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 38px; }
  .headerSection-headers .headerSection-subtitle {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 13px; }
  .headerSection-mac {
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translate(-50%, -12%);
            transform: translate(-50%, -12%);
    background: url(https://cdn.getforge.com/hammerformac.com/1548938429/assets/images/macbook@2x.png) no-repeat center top;
    background-size: contain;
    height: 409px;
    margin-left: auto;
    margin-right: auto;
    width: 700px; }

@media only screen and (max-width: 1020px) {
  .headerSection-mac {
    width: 100%; }
  .headerSection-title {
    font-size: 23px !important; }
  .headerSection-subtitle {
    font-size: 16px !important; } }
@media only screen and (max-width: 768px) {
  .headerSection-mac {
    bottom: -5%;
    background: url(https://cdn.getforge.com/hammerformac.com/1548938429/assets/images/screen.png) no-repeat center top;
    background-size: contain; } }
@media only screen and (max-width: 720px) {
  .headerSection-menu {
    padding-bottom: 13px; }
  .headerSection-list {
    text-align: center; }
  .headerSection-listItem {
    margin-bottom: 10px; }
  .headerSection-listItem:last-child {
    float: none; }
  .headerSection-listTitle {
    line-height: 23px; }
  .headerSection-listSubtitle {
    display: none; } }
@media only screen and (max-width: 550px) {
  .statusSection-header-header .statusSection-header-wrap p {
    font-size: 0.6em; }

  .headerSection-download .headerSection-downloadButtonBadged {
    display: none; }
  .headerSection-mac {
    bottom: -10%; } }
@media only screen and (max-width: 422px) {
  .statusSection-header .statusSection-wrap p {
    font-size: 0.6em; }

  .headerSection-header .headerSection-wrap {
    padding: 17px 15px 13px 15px; }
  .headerSection-download .headerSection-downloadButtonBadged {
    display: none; }
  .headerSection-mac {
    bottom: -20%; } }
/*# sourceMappingURL=header.css.map */