/**
 * shared pages
 */
/* imports */
/**
 * defcad variables
 */
/* color palette */
/* defcad colors */
/* alert colors */
/* modal colors */
/* list colors */
/* shared pages variables */
div#upload {
  max-width: 800px;
  margin-top: 76px;
  margin-bottom: 266px;
  line-height: 26px; }
  div#upload img {
    width: 100%; }
  @media (max-width: 575px) {
    div#upload img {
      display: block;
      margin: auto;
      max-width: 90%; } }

div#about, div#terms {
  max-width: 800px;
  margin-top: 76px;
  margin-bottom: 266px;
  line-height: 26px; }
  div#about .logos, div#terms .logos {
    display: block;
    text-align: center;
    margin-top: 40px; }
    div#about .logos img, div#terms .logos img {
      width: 100px;
      height: auto;
      border-radius: 50%;
      margin: 0 10px; }

div#privacy, div#bug-report, div#tax-information,
div#more_information,
div#howitworks, div#partner-seller-apply {
  max-width: 800px;
  margin-top: 76px;
  margin-bottom: 90px;
  line-height: 26px; }

div#partner-seller-apply form select {
  background-color: transparent;
  background-image: none;
  color: #fff;
  border-radius: 0;
  width: 250px; }
  div#partner-seller-apply form select option {
    color: #000; }

div#password-reset, div#verify-email, div#account-inactive {
  max-width: 800px;
  margin-top: 76px;
  margin-bottom: 90px;
  line-height: 26px; }

div#faq {
  margin-top: 54px;
  margin-bottom: 180px; }
  div#faq .list-group {
    font-family: bebasneue_regular;
    letter-spacing: 2px; }
    div#faq .list-group.sticky-top {
      top: 56px; }
    div#faq .list-group .list-group-item {
      border-radius: 0px;
      font-size: 18px;
      line-height: 24px;
      background-color: #333;
      padding-left: 23px; }
      div#faq .list-group .list-group-item.active, div#faq .list-group .list-group-item:hover {
        background-color: #474747;
        border: 1px solid transparent;
        border-left: 5px solid #00bbec;
        padding-left: 19px; }
      div#faq .list-group .list-group-item, div#faq .list-group .list-group-item:link, div#faq .list-group .list-group-item:visited, div#faq .list-group .list-group-item:hover, div#faq .list-group .list-group-item:focus {
        color: inherit;
        text-decoration: none; }
  div#faq .faq-section:not(:last-child) {
    margin-bottom: 60px; }
  div#faq .faq-section h4 {
    font-size: 15px; }
  div#faq .faq-section .card {
    border: none;
    background-color: transparent; }
    div#faq .faq-section .card h5 {
      font-family: Segoe; }
    div#faq .faq-section .card .card-header {
      min-height: 64px;
      background-color: #333;
      border-radius: 0px; }
      div#faq .faq-section .card .card-header button, div#faq .faq-section .card .card-header button:link, div#faq .faq-section .card .card-header button:visited, div#faq .faq-section .card .card-header button:hover, div#faq .faq-section .card .card-header button:focus {
        border: 0;
        text-decoration: none;
        color: inherit;
        white-space: normal;
        text-align: left; }
    div#faq .faq-section .card .card-body {
      background-color: #474747;
      margin-bottom: 16px;
      line-height: 26px; }
      div#faq .faq-section .card .card-body a, div#faq .faq-section .card .card-body a:link, div#faq .faq-section .card .card-body a:focus, div#faq .faq-section .card .card-body a:visited {
        color: rgba(0, 187, 236, 0.87); }
      div#faq .faq-section .card .card-body a:hover {
        color: #00bbec; }
  div#faq #faq-categories {
    margin-bottom: 60px; }

/* shared pages */
#shared-page #page-header {
  background: url("../images/profile-header-placeholder.png");
  background-position: bottom center;
  height: 360px;
  position: relative;
  display: table;
  width: 100%; }
  #shared-page #page-header #page-info {
    background: url("../images/page-banner.jpg");
    background-position: bottom center;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; }
    #shared-page #page-header #page-info h1 {
      letter-spacing: 5.6px;
      font-size: 36px;
      margin: 30px 0 10px; }

/* pages/contact */
div#contact {
  margin-top: 54px;
  margin-bottom: 30px; }
  div#contact .section:not(:last-child) {
    margin-bottom: 42px; }
  div#contact .section h3 {
    font-size: 22px;
    color: #80818a;
    margin-bottom: 18px; }
  div#contact .section > div {
    letter-spacing: 0px; }
    div#contact .section > div .contact-email {
      color: rgba(0, 187, 236, 0.87); }
    div#contact .section > div:not(:last-child) {
      margin-bottom: 15px; }
    div#contact .section > div > div:not(:last-child) {
      margin-bottom: 10px; }
    div#contact .section > div img {
      width: 24px;
      max-height: 24px;
      margin-right: 10px; }

.contact-form label, .bug-report-form label, .password_reset label,
.password_change label, .password_set label, .email_confirm label {
  color: #979797;
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 4px;
  font-family: bebasneue_regular;
  letter-spacing: 2px; }

.contact-form input, .bug-report-form input, .password_reset input,
.password_change input, .password_set input, .email_confirm input {
  background-color: transparent !important;
  border: solid 1px #979797;
  border-radius: 0px;
  color: #999 !important;
  font-size: 16px;
  line-height: 0px;
  margin-bottom: 2em;
  padding: 13px;
  text-transform: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }
  .contact-form input:focus, .bug-report-form input:focus, .password_reset input:focus,
  .password_change input:focus, .password_set input:focus, .email_confirm input:focus {
    border: solid 1px rgba(2, 171, 215, 0.87); }

.contact-form textarea, .bug-report-form textarea, .password_reset textarea,
.password_change textarea, .password_set textarea, .email_confirm textarea {
  background: transparent !important;
  border-radius: 0px;
  border: solid 1px #979797;
  color: #999 !important; }
  .contact-form textarea:focus, .bug-report-form textarea:focus, .password_reset textarea:focus,
  .password_change textarea:focus, .password_set textarea:focus, .email_confirm textarea:focus {
    border: solid 1px rgba(2, 171, 215, 0.87); }

/* shared pages media queries */
/* medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
  #page-nav-container #page-nav .nav-item {
    padding: 10px 14px !important; }
  div#contact .row > div:nth-child(1) {
    margin-bottom: 60px; } }

div#njbill {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px; }
  div#njbill p {
    font-size: 20px;
    line-height: 30px; }
    div#njbill p.attribute {
      font-style: italic;
      text-align: right; }
    div#njbill p a {
      color: rgba(236, 71, 0, 0.87); }
  div#njbill span.quote {
    font-size: 40px;
    font-weight: bold;
    margin: 0 10px; }
  div#njbill div.lamb {
    text-align: center;
    margin: 80px 0; }
    div#njbill div.lamb img {
      max-width: 200px; }
