/* Global */

body {
  background-color: #EEEEEE;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #222;
}

a {
  color: #222;
}

a:hover {
  color: #222;
  text-decoration: underline;
}

/* Header */

div.container-fluid.header {
  padding-top: 14px !important;
  height: 60px;
}

div.top-margin {
  margin-top: 15px;
}

div.bottom-margin {
  margin-bottom: 15px;
}

div.thou-shall-haveth-a-dextra-border {
  border-right: 1px solid #cdcccc;
}

p.top-links, p.top-links a {
  text-align: center;
  margin: 10px auto;
  text-transform: uppercase;
  font-size: 15px;
}

/* Content */

div.white-box {
  background-color: #fff;
  padding: 10px 8px;
  text-align: center;
}

div.white-box.extra-whitespace {
  padding-top: 16px;
  padding-bottom: 24px;
}

div.white-box img {
  margin: 20px auto;
}

div.white-box p {
  text-transform: uppercase;
  font-weight: bold;
}

div.white-box a {
  display: block;
  margin: 20px auto;
  width: 240px;
  color: #5C7185;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #5C7185;
  border-radius: 0;
}

div.white-box a:hover {
  display: block;
  margin: 20px auto;
  width: 240px;
  color: #5C7185;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #F4F4F4;
  border: 1px solid #5C7185;
  border-radius: 0;
}

/* Footer */

div.footer, div.header {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}

div.footer.footer-with-border {
  padding-top: 40px;
  border-bottom: 2px solid #F4F4F4;
}

div.footer img.logo, div.header img.logo {
  height: 28px;
}

div.footer img.logo {
  margin-bottom: 34px;
}

div.footer .text-muted {
  text-transform: uppercase;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 700;
}

div.footer p.footer-link a {
  text-decoration: none;
  color: black;
  line-height: 20px;
}

div.footer p.footer-link a:hover {
  text-decoration: underline !important;
}

div.footer p.footer-link.in-row {
  float: left;
  margin-right: 50px;
}

@media only screen and (max-width: 600px) {
  div.footer p.footer-link.in-row {
    font-size: 12px;
    margin-right: 30px;
  }
}

div.footer div.social div.icons a {
  float: left;
  margin-right: 5px;
}

div.footer div.social div.icons a img {
  width: 38px;
  height: 38px;
}

div.footer div.mobile-margin {
  margin-top: 34px;
}

/* parcelLab Styles Overwrite */

div#pl-action-box-container {
  display: none;
}

div.pl-col {
  float: none !important;
  width: 100% !important;
}

div.pl-checkpoint {
  text-align: center;
}

div.pl-icon-hr-container {
  display: none;
}

div.pl-checkpoint small {
  color: #8c8c8c;
}

div.pl-checkpoint b {
  text-transform: uppercase;
  margin: 12px 0;
  display: block;
}

.parcellab-styles div.pl-checkpoint {
  border-bottom: 1px solid #cdcccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: regular;
}

.parcellab-styles div.pl-checkpoint b {
  font-weight: bold !important;
}

div.pl-main a.pl-button {
  background-color: #fff;
}

a.pl-button.pl-is-fullwidth {
  line-height: 54px;
  padding-top: 6px;
  padding-bottom: 24px;
}