@charset "utf-8";
/* PetaMem Common Styles - Shared across PMLS and PMSE */

/* Brand Colors */
:root {
  --petamem-blue: #3f7bbf;
  --petamem-dark-blue: #035da5;
  --petamem-grey: #eeeeee;
  --petamem-dark-grey: #222222;
  --petamem-text-grey: #777777;
}

/* Footer */
#footer {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding: 10px;
  bottom: 0;
  background-color: #222222;
  border-top: solid 5px #3f7bbf;
}

/* Logos */
#banner-logo-left {
  width: 375px;
}

#banner-logo-right {
  width: 334px;
}

/* Dividers */
#bluedivider {
  width: 100%;
  height: 4px;
  margin: 20px 0 20px 0;
  background-color: #3f7bbf;
  clear: both;
}

#sectionbreak {
  width: 100%;
  height: 25px;
  margin: 20px 0 20px 0;
  text-align: center;
  clear: both;
}

/* Case Study Block */
#casestudy {
  width: 96%;
  margin: 20px 2% 0 2%;
  padding: 5px 1% 5px 1%;
  background: transparent url(../images/grey-block.svg) repeat;
  clear: both;
}

/* Utility Classes */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.spacer {
  width: 20px;
  height: 15px;
}

.pretext {
  font-family: monospace, monospace;
  font-size: 12px;
  color: #777777;
}

/* Responsive Logo Sizing */
@media (max-width: 767px) {
  .logo-petamem {
    width: 55%;
  }

  .logo-product {
    width: 45%;
    padding-top: 10px;
    padding-left: 30px;
  }

  #footer {
    height: 100px;
    margin-top: 10px;
    padding: 10px;
    background-color: #222222;
    border-top: solid 5px #3f7bbf;
  }
}

@media (min-width: 768px) {
  .logo-petamem {
    width: 70%;
  }

  .logo-product {
    width: 50%;
    padding-top: 10px;
    float: right;
  }

  #footer {
    height: 100px;
    margin-top: 10px;
    padding: 10px;
    background-color: #222222;
    border-top: solid 5px #3f7bbf;
  }
}

@media (min-width: 992px) {
  .logo-petamem {
    width: 80%;
  }

  .logo-product {
    width: 60%;
    padding-top: 10px;
    float: right;
  }
}

@media (min-width: 1200px) {
  .logo-petamem {
    width: 100%;
    max-width: 375px;
  }

  .logo-product {
    width: 70%;
    max-width: 334px;
    padding-top: 10px;
    float: right;
  }
}

/* Section Styling */
.section-info {
  padding-bottom: 8px;
  margin: 25px 0 18px;
}

/* Text Colors */
.text-color-blue {
  color: #035da5;
}

.text-color-grey {
  color: #eeeeee;
}

.footertext {
  text-align: center;
  color: #eeeeee;
}

.textspacer {
  margin-right: 25px;
}

/* Diagrams and Images */
.pmsediagram {
  width: 95%;
  max-width: 1515px;
}

.pmsehistogram {
  width: 95%;
  max-width: 1050px;
  padding-bottom: 10px;
}

.pmsebinary {
  width: 99%;
  max-width: 660px;
  padding-bottom: 10px;
}

.walkthroughdiagram {
  width: 95%;
  max-width: 1000px;
}
