/* ========================================================================== *\
   The entire theme for this site was created using less locally. The theme
   is contained within a minified CSS file in addition to all javascript.
   Please place theme overrides below here to lock and protect the original
   site theme. If heavy changes need to be made, take care of them locally and
   produce another minified theme base
\* ========================================================================== */

/* Popup class */

#header .headerlinks {
  z-index: 4
}

#header  .popup {
  position: fixed;
  top: 10%;
  width: 50%;
  z-index: 10000;
  opacity: 1;
  left: 25%;
  outline: 1000px solid rgba(0,0,0,.9);
  padding-bottom: 0;
  display: none;
}

#header  .popup .field-image {
  max-width: 100% !important;
  padding: 0;
  margin: 0;

}

#header  .popup .node-upper-meta {
  display: none;
}

#header  .popup .node-header {
  display: none;
}


/* Ticket 8235 */

#sidepop {
  position: absolute;
  top: 245px;
  bottom: auto;
}


body.node-2829 #node-full {
  width: 764px;
}

.node-1851 .meta-inner { display: none; }

.node-1735.node-full .node-content table {
  font-size: 12px;
}

.node-content th {
  background-color: rgb(111, 86, 145);
  border-color: rgb(74, 44, 118);
}

/* Remove the related links from all pod post type full post displays */
/* FD Issue: https://support.digitaldeployment.com/helpdesk/tickets/3624 */

body.pt6 .expanding-links .block-title,
body.pt6 .expanding-links .node-links {
  display: none !important;
}

body.role-member #block-digitaldcore-command_menu li.menu-mlid-7994 {
  display: none !important;
}

body.role-member.page-user-34 #main .tabs {
  display: none !important;
}

/* Remove the header from displaying on these types of Member Spotlights only */

.home.members .node.pt319 .node-header {
  display: none;
}

/* Change the color of the carousel navigation arrows */

.home.carousel .carousel-nav .arrow:after {
  color: #ccc;
  text-shadow: 1px 2px 5px rgba(0,0,0,0.6);
}

/* Remove the upper meta line from this specific post */

.node-2341 .node-upper-meta {
  display: none;
}

/* Survey Tweak node/2387 */
body.node-2387 #footer {
  display: none;
}

/* Ticket 9916 */

.node-webform select {
  max-width: 100%;
}