@font-face {
  font-family: "FF DIN Regular";
  src: url("fonts/FF_DIN_Regular.eot?#iefix");
  src: url("fonts/FF_DIN_Regular.eot?#iefix") format("eot"),
    url("fonts/FF_DIN_Regular.woff2") format("woff2"),
    url("fonts/FF_DIN_Regular.woff") format("woff"),
    url("fonts/FF_DIN_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "FF DIN Bold";
  src: url("fonts/FF_DIN_Bold.eot?#iefix");
  src: url("fonts/FF_DIN_Bold.eot?#iefix") format("eot"),
    url("fonts/FF_DIN_Bold.woff2") format("woff2"),
    url("fonts/FF_DIN_Bold.woff") format("woff"),
    url("fonts/FF_DIN_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "FF DIN Light";
  src: url("fonts/FF_DIN_Light.eot?#iefix");
  src: url("fonts/FF_DIN_Light.eot?#iefix") format("eot"),
    url("fonts/FF_DIN_Light.woff2") format("woff2"),
    url("fonts/FF_DIN_Light.woff") format("woff"),
    url("fonts/FF_DIN_Light.ttf") format("truetype");
}
@font-face {
  font-family: "FF DIN Extra Light";
  src: url("fonts/FF_DIN_Extra_Light.eot?#iefix");
  src: url("fonts/FF_DIN_Extra_Light.eot?#iefix") format("eot"),
    url("fonts/FF_DIN_Extra_Light.woff2") format("woff2"),
    url("fonts/FF_DIN_Extra_Light.woff") format("woff"),
    url("fonts/FF_DIN_Extra_Light.ttf") format("truetype");
}
@font-face {
  font-family: "FF DIN Thin";
  src: url("fonts/FF_DIN_Thin.eot?#iefix");
  src: url("fonts/FF_DIN_Thin.eot?#iefix") format("eot"),
    url("fonts/FF_DIN_Thin.woff2") format("woff2"),
    url("fonts/FF_DIN_Thin.woff") format("woff"),
    url("fonts/FF_DIN_Thin.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: rgb(248, 243, 238);
}

em {
  background: rgb(255, 255, 0);
  font-style: normal;
  padding: 0px 5px 2px 5px;
  /* white-space: nowrap; */
}

a {
  text-decoration: underline;
  font-family: FF DIN Regular;
}

a:link,
a:visited {
  color: rgb(151, 130, 79);
}

a:hover {
  color: rgb(116, 93, 58);
}

.logo {
  width: 90%;
  padding: 3em 0; /* no left-right, only top-bottom */
}

.row {
  /* padding-bottom: 70px; */
}

.hyphenate p {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

  word-wrap: break-word;
}

footer,
.din-regular,
.din-regular > * {
  font-family: "FF DIN Regular";
}
.din-bold,
.din-bold > * {
  font-family: "FF DIN Bold";
}
.social-link {
  width: 2.6em;
  height: 2.6em;
  background: rgb(216, 207, 196);
  border-radius: 100px; /* round shape */
  display: block;
  padding: 0.55em;
  float: left;
  margin-right: 0.6em;
  margin-bottom: 0.8em;
}
.social-link svg {
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.glue-bottom {
  position: absolute;
  bottom: 0;
}

.partners {
  margin-top: 3em;
}

.avoid-col-break {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.partner-card * {
  cursor: zoom-in;
}

.partner-card .modal-content {
  display: none;
}

.partner-card.selected {
  background: rgb(216, 211, 206);
}

.modal-body .partner-img {
  width: 100%;
}

.border-1 {
  border-width: 1px;
  border-color: rgb(151, 130, 79) !important;
}
.border-1:hover {
  border-color: rgb(116, 93, 58) !important;
}

body {
  background: #ffffff !important;
}
.interim {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
.interim .logo {
  padding: 0.5rem 4rem 0 0;
}
.interim abbr {
  text-decoration: none !important;
}
.interim .wider {
  letter-spacing: 0.15rem;
}
.interim h6 {
  color: rgb(177, 177, 177);
  text-transform: uppercase;
  font-family: "FF DIN Regular";
  font-size: 0.7rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0.05rem;
}

.interim .line-upper {
  border-top: 1px solid black;
}

.interim .uppercase {
  text-transform: uppercase;
}

.interim .partner-name {
  font-size: 0.95rem;
  letter-spacing: 0.15rem;
  line-height: 1rem;
  padding-top: 0.25rem; /** to align with bio **/
}

/** add on desktop **/
@media screen and (min-width: 610px) {
  .interim .tick-before::before {
    display: block;
    content: " ";
    border-left: 1px solid black;
    height: 0.7rem;
    width: 1px;
    position: absolute; /** so contents don't get pushed down **/
  }

  .interim .push-down {
    margin-top: 2rem;
  }

  .interim .spaced-bottom {
    padding-bottom: 70px;
  }
  .company {
    margin-top: 20px;
  }
  .status {
    margin: 20px 0 0 180px;
  }
}

/** hide/change on mobile **/
@media screen and (max-width: 590px) {
  .interim .spacer {
    display: none;
  }
}

.status {
  display: flex;
  /* align-items: flex-start; */
}
.blink {
  display: inline-flex;
  height: 1rem;
  width: 0.7rem;
  background: black;
  margin: 0.29rem 0 0 2px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  0%,
  50% {
    opacity: 0;
  }
  51%,
  100% {
    opacity: 1;
  }
}

.interim h5 {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin: 1rem 0;
}

.interim a:hover {
  color: black !important;
}

.interim .social-links a,
.interim .social-links a:hover {
  color: rgb(177, 177, 177) !important;
}

.interim .space-right {
  margin-right: 2rem;
}

.sticky-newsletter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  padding: 20px 0 20px 0;
  background-color: rgb(170, 176, 180);
  color: #fff;
  z-index: 99;
}

.sticky-newsletter h5 {
  margin: 0 1rem 0 0;
  letter-spacing: 0rem;
  color: rgb(243, 248, 252);
}

.sticky-newsletter h4 {
  font-family: "FF DIN Bold";
  font-size: 1.2rem;
  text-align: left;
}

.sticky-newsletter p {
  font-family: "FF DIN Regular";
  font-size: 13px;
  text-align: left;
  color: rgb(243, 248, 252);
}

.sticky-newsletter a {
  color: #fff;
}

.sticky-newsletter.details {
  height: 600px; /* 50% of screen height */
}

.sticky-newsletter .data-details {
  width: 50%;
}

.data-toggle {
  margin-left: 20px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .interim {
    padding-top: 1rem;
  }
  .sticky-newsletter {
    height: 130px;
  }

  .data-toggle {
    margin-left: 0px;
    margin-top: 10px;
    display: block;
    text-align: center;
  }

  .hidden-on-mobile {
    display: none;
  }

  .sticky-newsletter .data-details {
    width: 100%;
  }
  .sticky-newsletter .form-row {
    height: 195px !important;
    padding: 1rem !important;
  }
  .sticky-newsletter.details {
    height: 100vh;
    overflow: auto;
    text-align: center;
  }

  .sticky-newsletter p {
    text-align: center;
  }

  .sticky-newsletter.details .data-details {
    height: calc(80vh - 195px);
  }
}

#mc_embed_signup form {
  padding: 0 !important;
}

#mc_embed_signup input.email,
#mc_embed_signup button {
  font-family: "FF DIN Regular" !important;
  text-align: center;
}

.sticky-newsletter .data-details {
  height: calc(50vh - 100px);
}

.sticky-newsletter .form-row {
  height: 100px;
  padding: 10px 0;
}

.sticky-newsletter .data-toggle::after {
  content: "\f0d7"; /* caret-down */
  font-family: FontAwesome;
  display: inline-block;
  width: 1rem;
  text-align: center;
}
.sticky-newsletter.details .data-toggle::after {
  content: " \f0d8"; /* caret-up */
}

.overflow-scroll {
  overflow: scroll;
}

.text-smaller {
  font-size: 0.8rem !important;
}

/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/

AND tweaked for unitedpeers.com

/* #mc_embed_signup form {text-align:center; padding:10px 0 10px 0;} */
.mc-field-group {
  display: inline-block;
} /* positions input field horizontally */

#mc_embed_signup input.email {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana,
    sans-serif;
  font-size: 15px;
  border: 1px solid #abb0b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
}

#mc_embed_signup label {
  font-family: "FF DIN Regular";
  text-align: left;
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
}

#mc_embed_signup .clear {
  display: inline-block;
} /* positions button horizontally in line with input */
#mc_embed_signup .button {
  font-size: 13px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: rgb(112, 128, 136);
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
}
#mc_embed_signup .button:hover {
  background-color: #777;
  cursor: pointer;
}
#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}
#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
#mc_embed_signup #mce-error-response {
  display: none;
}
#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: 100%;
    margin-bottom: 5px;
  }
  #mc_embed_signup .clear {
    display: block;
    width: 100%;
  }
  #mc_embed_signup .button {
    width: 100%;
    margin: 0;
  }
}
