#page-wrapper {
  height: 100vh;
  max-height: 100vh; }

body {
  font-size: 1vw;
  background: #2980B9; }

.main-header {
  background: url(../images/geopattern-header.png) no-repeat;
  background-size: cover; }

h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1.8em;
  color: #2980B9;
  text-align: center;
  margin: 0 auto;
  padding: .5em;
  max-width: 80%; }

.brpr-heading{
  font-size: 2em;
  padding:1.3em;
}

.header_neg {
  color: #BC0804; }

.header_pos {
  color: #2EC26C; }

article {
  margin: 0 auto;
  width: 80%;
  max-width: 80%; }
  article p {
    color: #fff;
    font-size: 1.3em; }

.company {
  margin-top: 2em; }
  .company p {
    font-size: 1.2em; }
    .company p:first-of-type {
      margin-top: 0; }
  .company-box {
    width: 48%;
    box-shadow: 2px 2px 6px 0px rgba(33, 31, 31, 0.5);
    border-top-left-radius: .8em;
    border-top-right-radius: .8em; }
    .company-box header {
      background: #fff;
      text-align: center;
      padding: 1.3em;
      border-top-left-radius: .8em;
      border-top-right-radius: .8em; }
      .company-box header a{
        display: block;
      }
      .company-box header img {
        width: 18em; }
    .company-box__content {
      background: #206FA4;
      margin: 0;
      padding: 2em;
      position: relative; }
    .company-box__websitelink {
      background: #fff;
      text-decoration: none;
      color: #185279;
      padding: .5em;
      display: block;
      margin: 1.5em auto 1em;
      width: 30%;
      text-align: center;
      font-size: 1.2em;
      font-family: 'Roboto',sans-serif;
      font-weight: 700;
      border-radius: 5em;
      border: 2px solid #185279;
      transition: all .2s ease-in-out; }
      .company-box__websitelink:hover {
        box-shadow: 2px 2px 8px 0px rgba(33, 31, 31, 0.5);
        background: #2980B9;
        color: #fff;
        border-color: #fff; }
    .company-box__newsletterlink {
      font-family: 'Roboto', sans-serif;
      font-weight: 100;
      color: #fff;
      text-decoration: none;
      position: absolute;
      bottom: 5%; }
  .company__exdigita {
    float: right; }
    .company__exdigita .company-box__newsletterlink {
      right: 2em; }
  .company__globalis {
    float: left; }

footer {
  background: url(../images/geopattern-footer.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em 0; }
  footer .footer-wrapper {
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .copy {
    color: #828282;
    font-size: 1em; }
  footer .gbadge {
    margin-left: auto; }
    footer .gbadge img {
      width: 10em;
      box-shadow: 2px 2px 6px 0px rgba(33, 31, 31, 0.5); }
      footer#brpr-footer .gbadge img{
        width: 6em;
      }

.newsletter-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); }
  .newsletter-popup__overlay {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .newsletter-popup__form-content {
    background: #fff;
    position: relative;
    padding: 2em;
    border-radius: .8em;
    display: inline-block;
    width: 100%; }
  .newsletter-popup__close {
    position: absolute;
    right: -3em;
    top: 0; }

#mc_embed_signup_scroll h2 {
  margin: 0 0 1em  0;
  font-family: 'Roboto Slab',serif;
  text-align: center;
  color: #2980B9; }

#mc_embed_signup_scroll label {
  color: #2980B9;
  float: left; }

#mc_embed_signup_scroll input {
  border: 1px solid #2980B9;
  outline: none;
  float: right;
  width: 55%;
  padding: .3em;
  color: #185279; }

#mc_embed_signup_scroll input[type="submit"] {
  padding: .5em !important;
  display: inline-block;
  padding: 1em;
  border-radius: 1em;
  background: #2980B9;
  color: #fff;
  font-size: 1.5em;
  width: 100%;
  margin: .8em 0 .5em;
  border: 2px solid #206FA4;
  transition: all .3s ease-in-out; }
  #mc_embed_signup_scroll input[type="submit"]:hover {
    background: #206FA4;
    border-color: #2980B9; }

#mc_embed_signup_scroll .mc-field-group {
  margin: .5em 0;
  font-size: 1.1em; }