/**
 * shared pages
 */
/* imports */
/**
 * defcad variables
 */
/* color palette */
/* defcad colors */
/* alert colors */
/* modal colors */
/* list colors */
/* shared pages variables */
div.entity_category {
  background-color: #2f2f2f;
  padding: 0;
  max-width: 1420px;
  width: 90%;
  margin-bottom: 2em; }
  div.entity_category div.category_header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    div.entity_category div.category_header div.category_header_contents {
      /*position: absolute;*/
      /*bottom: 0;*/
      text-align: center;
      width: 100%; }
      div.entity_category div.category_header div.category_header_contents h2.category-title {
        /*color: #404040;*/
        color: #fff;
        font-size: 35px;
        font-weight: bold;
        letter-spacing: 3px;
        margin: 0;
        padding: 25px 15px 15px 20px;
        text-align: center;
        width: 100%; }
      div.entity_category div.category_header div.category_header_contents div.category-tree-buttons-wrapper {
        padding: 15px 20px 20px 20px; }
        div.entity_category div.category_header div.category_header_contents div.category-tree-buttons-wrapper a {
          display: inline-block;
          padding: 10px 2px 0px 2px; }
      div.entity_category div.category_header div.category_header_contents div.view-more-link-wrapper {
        padding: 25px 0 20px 0; }
        div.entity_category div.category_header div.category_header_contents div.view-more-link-wrapper a.view-more-link span {
          display: inline-block;
          font-family: bebasneue_regular, sans-serif;
          font-size: 25px;
          letter-spacing: 2px; }
  div.entity_category div.subcategory_header {
    display: -ms-flexbox;
    display: flex;
    padding: 40px 20px;
    font-family: bebasneue_regular, sans-serif;
    letter-spacing: 2px;
    font-size: 24px;
    background-color: #0e0e0e;
    border-top: 1px solid #222;
    border-bottom: 1px solid #444; }
    div.entity_category div.subcategory_header div.subcategory_header_name {
      /*color: #2f2f2f;*/
      color: #888; }
    div.entity_category div.subcategory_header div.subcategory_header_more {
      margin-left: auto;
      text-align: right;
      padding-left: 20px; }
      div.entity_category div.subcategory_header div.subcategory_header_more a.view-more-link span {
        color: rgba(236, 71, 0, 0.87);
        font-size: 18px; }
      div.entity_category div.subcategory_header div.subcategory_header_more a.view-more-link span:hover {
        color: #ec4700; }
  div.entity_category div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    background-size: 40px;
    transition: height 0.75s ease; }
    div.entity_category div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view .entity-item.item {
      padding-top: 0px !important;
      padding-bottom: 0px !important; }
    div.entity_category div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view div.owl-nav {
      display: none;
      position: absolute;
      min-height: 34px;
      margin: auto; }
      div.entity_category div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view div.owl-nav button {
        position: absolute;
        height: 100%;
        outline: 0;
        cursor: pointer; }
        div.entity_category div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view div.owl-nav button.owl-prev {
          left: 0; }
        div.entity_category div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view div.owl-nav button.owl-next {
          left: 45px; }
  div.entity_category.has_category div.owl-nav {
    top: -101px;
    right: 168px; }
  div.entity_category.no_category div.owl-nav {
    top: -90px;
    right: 171px; }
  div.entity_category ul.pagination {
    margin-bottom: 0px;
    margin-top: 20px; }

div.entity_category_group {
  background-color: #2f2f2f;
  padding: 0;
  max-width: 1420px;
  width: 90%;
  margin-bottom: 2em; }
  div.entity_category_group div.category_header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    div.entity_category_group div.category_header div.category_header_contents {
      text-align: center;
      width: 100%; }
      div.entity_category_group div.category_header div.category_header_contents .category_header_title_wrapper {
        padding-bottom: 20px; }
      div.entity_category_group div.category_header div.category_header_contents h2.category-title {
        /*color: #404040;*/
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 3px;
        margin: 0;
        padding: 25px 15px 15px 15px;
        text-align: center; }
      div.entity_category_group div.category_header div.category_header_contents div.category-tree-buttons-wrapper {
        display: none;
        padding: 0px 15px 21px;
        text-align: left; }
        div.entity_category_group div.category_header div.category_header_contents div.category-tree-buttons-wrapper a {
          display: inline-block;
          padding: 5px 2px 0px 2px; }
      div.entity_category_group div.category_header div.category_header_contents div.partner-list-btns {
        padding: 0px 15px 21px;
        text-align: left;
        display: none; }
        div.entity_category_group div.category_header div.category_header_contents div.partner-list-btns div.start_pledging_wrapper, div.entity_category_group div.category_header div.category_header_contents div.partner-list-btns div.become_a_partner_wrapper {
          display: inline-block; }
        div.entity_category_group div.category_header div.category_header_contents div.partner-list-btns div.become_a_partner_wrapper {
          margin-left: 5px; }
      div.entity_category_group div.category_header div.category_header_contents div.view-more-link-wrapper.ver1 {
        margin-left: auto; }
      div.entity_category_group div.category_header div.category_header_contents div.view-more-link-wrapper.ver2 {
        display: none;
        margin-left: auto; }
      div.entity_category_group div.category_header div.category_header_contents div.view-more-link-wrapper a.view-more-link span {
        display: inline-block;
        font-family: bebasneue_regular, sans-serif;
        font-size: 25px;
        letter-spacing: 2px; }
  div.entity_category_group div.subcategory_header {
    display: -ms-flexbox;
    display: flex;
    padding: 40px 20px;
    font-family: bebasneue_regular, sans-serif;
    letter-spacing: 2px;
    font-size: 24px;
    background-color: #0e0e0e;
    border-top: 1px solid #222;
    border-bottom: 1px solid #444; }
    div.entity_category_group div.subcategory_header div.subcategory_header_name {
      /*color: #2f2f2f;*/
      color: #888; }
    div.entity_category_group div.subcategory_header div.subcategory_header_more {
      margin-left: auto;
      text-align: right;
      padding-left: 20px; }
      div.entity_category_group div.subcategory_header div.subcategory_header_more a.view-more-link span {
        color: rgba(236, 71, 0, 0.87);
        font-size: 18px; }
      div.entity_category_group div.subcategory_header div.subcategory_header_more a.view-more-link span:hover {
        color: #ec4700; }
  div.entity_category_group div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view,
  div.entity_category_group div#defcad-partner-gallery.defcad-partner-gallery-carousel div.image-view {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    background-size: 40px;
    transition: height 0.75s ease; }
    div.entity_category_group div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view .entity-item.item,
    div.entity_category_group div#defcad-partner-gallery.defcad-partner-gallery-carousel div.image-view .entity-item.item {
      padding-top: 0px !important;
      padding-bottom: 0px !important; }
    div.entity_category_group div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view div.owl-nav,
    div.entity_category_group div#defcad-partner-gallery.defcad-partner-gallery-carousel div.image-view div.owl-nav {
      display: none;
      position: absolute;
      min-height: 34px;
      width: 50px; }
      div.entity_category_group div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view div.owl-nav button,
      div.entity_category_group div#defcad-partner-gallery.defcad-partner-gallery-carousel div.image-view div.owl-nav button {
        position: absolute;
        height: 100%;
        outline: 0;
        cursor: pointer; }
        div.entity_category_group div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view div.owl-nav button.owl-prev,
        div.entity_category_group div#defcad-partner-gallery.defcad-partner-gallery-carousel div.image-view div.owl-nav button.owl-prev {
          left: 0; }
        div.entity_category_group div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view div.owl-nav button.owl-next,
        div.entity_category_group div#defcad-partner-gallery.defcad-partner-gallery-carousel div.image-view div.owl-nav button.owl-next {
          left: 45px; }
  div.entity_category_group div.defcad-entity-gallery.defcad-entity-gallery-carousel div.owl-nav,
  div.entity_category_group div#defcad-partner-gallery.defcad-partner-gallery-carousel div.owl-nav {
    top: -81px;
    right: 109px; }
  div.entity_category_group ul.pagination {
    margin-bottom: 0px;
    margin-top: 20px; }

div.defcad-entity-gallery.defcad-entity-gallery-carousel,
div#defcad-partner-gallery {
  padding: 0; }

@media (min-width: 400px) {
  div.entity_category_group.entity-type div.category_header div.category_header_contents .category_header_title_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 0; }
  div.entity_category_group.entity-type div.category_header div.category_header_contents .view-more-link-wrapper {
    padding-right: 20px; } }

@media (min-width: 470px) {
  div.entity_category_group.partner-type div.category_header div.category_header_contents .category_header_title_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 0; }
  div.entity_category_group.partner-type div.category_header div.category_header_contents .view-more-link-wrapper {
    padding-right: 15px; } }

@media (min-width: 500px) {
  div.entity_category_group div.category_header div.category_header_contents .view-more-link-wrapper.ver1 {
    display: block; }
  div.entity_category_group div.category_header div.category_header_contents .view-more-link-wrapper.ver2 {
    display: none; }
  div.entity_category_group div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view div.owl-nav,
  div.entity_category_group div#defcad-partner-gallery.defcad-partner-gallery-carousel div.image-view div.owl-nav {
    margin-top: 19px;
    margin-right: 30px; }
  div.entity_category_group div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view div.owl-nav {
    display: block; }
  div.defcad-entity-gallery.defcad-entity-gallery-carousel, div#defcad-partner-gallery {
    padding: 10px; } }

@media (min-width: 575px) {
  div.entity_category_group div#defcad-partner-gallery.defcad-partner-gallery-carousel div.image-view div.owl-nav {
    display: block; } }

@media (min-width: 630px) {
  body#home div.entity_category div.category_header div.category_header_contents div.view-more-link-wrapper,
  body#homepage div.entity_category div.category_header div.category_header_contents div.view-more-link-wrapper {
    position: absolute;
    right: 20px;
    bottom: 0; }
  body#home div.entity_category.has_category div.category_header h2.category-title, body#home div.entity_category.no_category div.category_header h2.category-title,
  body#homepage div.entity_category.has_category div.category_header h2.category-title,
  body#homepage div.entity_category.no_category div.category_header h2.category-title {
    text-align: left !important;
    left: 20px; }
  div.entity_category div.defcad-entity-gallery.defcad-entity-gallery-carousel div.image-view div.owl-nav,
  div.entity_category div#defcad-partner-gallery.defcad-partner-gallery-carousel div.image-view div.owl-nav {
    display: block; }
  /*div.entity_category_group.partner-type {
    div#defcad-partner-gallery.defcad-partner-gallery-carousel {
      div.image-view {
        div.owl-nav {
          top: -69px;
          right: 200px;
          display: block;
        }
      }
    }
  }*/ }

@media (min-width: 768px) {
  div.entity_category_group div.category_header div.category_header_contents div.view-more-link-wrapper.ver1 {
    margin-left: 105px; }
  div.entity_category_group div.category_header div.category_header_contents div.category-tree-buttons-wrapper {
    display: block; }
  div.entity_category_group div.defcad-entity-gallery.defcad-entity-gallery-carousel div.owl-nav {
    top: -150px;
    left: 172px; }
  div.entity_category_group div#defcad-partner-gallery.defcad-partner-gallery-carousel div.owl-nav {
    top: -145px;
    left: 300px; }
  div.entity_category_group.partner-type div.category_header_contents .partner-list-btns {
    display: block !important; } }

@media (min-width: 1000px) {
  body#entity-list div.entity_category div.category_header div.category_header_contents div.category-tree-buttons-wrapper,
  body#entity-list div.entity_category_group div.category_header div.category_header_contents div.category-tree-buttons-wrapper,
  body#entity-list-category div.entity_category div.category_header div.category_header_contents div.category-tree-buttons-wrapper,
  body#entity-list-category div.entity_category_group div.category_header div.category_header_contents div.category-tree-buttons-wrapper,
  body#entity-list-subcategory div.entity_category div.category_header div.category_header_contents div.category-tree-buttons-wrapper,
  body#entity-list-subcategory div.entity_category_group div.category_header div.category_header_contents div.category-tree-buttons-wrapper {
    position: absolute;
    right: 0px;
    bottom: 0px; }
  body#entity-list div.entity_category.has_category div.category_header h2.category-title, body#entity-list div.entity_category.no_category div.category_header h2.category-title,
  body#entity-list div.entity_category_group.has_category div.category_header h2.category-title,
  body#entity-list div.entity_category_group.no_category div.category_header h2.category-title,
  body#entity-list-category div.entity_category.has_category div.category_header h2.category-title,
  body#entity-list-category div.entity_category.no_category div.category_header h2.category-title,
  body#entity-list-category div.entity_category_group.has_category div.category_header h2.category-title,
  body#entity-list-category div.entity_category_group.no_category div.category_header h2.category-title,
  body#entity-list-subcategory div.entity_category.has_category div.category_header h2.category-title,
  body#entity-list-subcategory div.entity_category.no_category div.category_header h2.category-title,
  body#entity-list-subcategory div.entity_category_group.has_category div.category_header h2.category-title,
  body#entity-list-subcategory div.entity_category_group.no_category div.category_header h2.category-title {
    text-align: left !important;
    left: 20px; } }

@media (min-width: 1200px) {
  div.entity_category_group div.category_header div.category_header_contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    div.entity_category_group div.category_header div.category_header_contents div.category-tree-buttons-wrapper {
      text-align: center;
      padding-top: 18px; }
    div.entity_category_group div.category_header div.category_header_contents div.partner-list-btns {
      padding-top: 18px; }
    div.entity_category_group div.category_header div.category_header_contents div.view-more-link-wrapper.ver1 {
      display: none; }
    div.entity_category_group div.category_header div.category_header_contents div.view-more-link-wrapper.ver2 {
      display: block; }
  div.entity_category_group div.defcad-entity-gallery.defcad-entity-gallery-carousel div.owl-nav,
  div.entity_category_group div#defcad-partner-gallery.defcad-partner-gallery-carousel div.owl-nav {
    top: -89px;
    right: 109px;
    left: auto; } }

@media (min-width: 1900px) {
  div.entity_category,
  div.entity_category_group {
    max-width: 1705px; } }

div.defcad-repository-text-wrapper h2.defcad-repository-text {
  text-align: center;
  padding-top: 25px;
  font-size: 40px; }

div.defcad-entity-categories {
  padding: 5px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  text-align: center;
  margin-bottom: 15px; }
  div.defcad-entity-categories button {
    margin: 5px; }

body#home div.entity_category div.category-tree-buttons-wrapper,
body#homepage div.entity_category div.category-tree-buttons-wrapper {
  display: none; }

/**
 * Old Homepage Styles
 */
div.view-more-link-wrapper a.view-more-link span {
  display: inline-block;
  font-family: bebasneue_regular, sans-serif;
  font-size: 25px;
  padding-bottom: 10px;
  letter-spacing: 2px; }

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#blog {
  margin-top: 30px;
  margin-bottom: 5px; }
  div#blog div.blogpost_header {
    background-color: #333;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'bebasneue_regular';
    padding: 20px;
    text-align: center; }
    div#blog div.blogpost_header div.blogpost_title {
      color: #fff; }
    div#blog div.blogpost_header div.blogpost_published {
      color: #fff;
      margin-left: auto; }
  div#blog div.blogpost_body {
    background-color: #474747;
    margin-bottom: 20px;
    line-height: 26px;
    padding: 20px 30px; }
    div#blog div.blogpost_body a.readmorelink {
      font-weight: bold;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-family: 'bebasneue_regular';
      font-size: 16px; }

div#blogpost {
  margin: 30px auto 5px auto; }
  div#blogpost div.blogpost_header {
    text-align: center;
    background-color: #333;
    padding: 25px 0 20px 0; }
    div#blogpost div.blogpost_header div.blogpost_title {
      font-weight: 500;
      line-height: 1.2;
      color: #fff;
      font-size: 24px;
      font-size: 1.5rem;
      font-family: bebasneue_regular, sans-serif;
      letter-spacing: 2px; }
    div#blogpost div.blogpost_header div.blogpost_published {
      font-weight: 500;
      line-height: 1.2;
      color: #fff;
      font-size: 19.2px;
      font-size: 1.2rem;
      font-family: bebasneue_regular, sans-serif;
      letter-spacing: 2px; }
  div#blogpost div.blogpost_body {
    background-color: #474747;
    margin-bottom: 20px;
    line-height: 26px;
    padding: 20px 30px; }

@media (min-width: 500px) {
  div#blog div.blogpost_header {
    padding: 0px 30px;
    min-height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

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; }
