@charset "UTF-8";
/* Global Sass styles developed by IQ Solutions. Start date 3/27/2017
 * THIS SHOULD NOT INCLUDE STYLES FOR STRATEGIC PLAN 2017
 */
/* variables for responsive breakpoints */
/* Variables */
/* Colors */
/* Global */
/* Text */
/* Typography */
/* Tabs and buttons Strategic Plan */
/* Borders */
/* Helper Classes */
/* Highlights for Strategic Plan */
/* Box heading background $blud-med
/* Black heading $heading
/* Blue box heading
*/
/* headers */
/* accordion */
/* type settings */
/* Buttons */
a.back-to-top {
  background: #312f30;
  border-radius: 50%;
  font-size: 2.5em;
  line-height: 1.6em;
  margin: 0 1em 1em;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 100;
  display: none;
  opacity: .6;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center; }
  a.back-to-top:hover {
    background: #0e699e; }

/* Display Suite Template Style Overrides */
/* Two Column */
.ds-2col > .group-left {
  width: 25%; }

.ds-2col > .group-right {
  width: 73%;
  margin-left: 0.8rem; }
  .ds-2col > .group-right ul {
    margin-left: 1rem; }
  @media screen and (max-width: 981px) {
    .ds-2col > .group-right {
      width: 100%;
      margin-left: 0; } }

/* Two Column Fluid */
.ds-2col-fluid > .group-left {
  float: left;
  /* LTR */
  width: 25%; }

.ds-2col-fluid > .group-right {
  float: right;
  /* LTR */
  width: 75%; }

.ds-2col-fluid.group-one-column > .group-left,
.ds-2col-fluid.group-one-column > .group-right {
  width: 100%;
  float: none; }

/* Element styles for LABS at NIAAA */
.labs h3 {
  margin-bottom: 1em;
  color: #033076;
  font-weight: normal;
  text-decoration: none; }
  .labs h3:before {
    display: none; }

.labs .accordion-title {
  border-bottom: 1px solid #312f30;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em 0 1.2rem 0;
  word-wrap: break-word; }
  .labs .accordion-title:after {
    content: "▼" !important;
    position: absolute;
    right: 2em; }

.labs h3.accordion-title {
  font-size: 1rem !important; }

.labs .accordion-title.active:after {
  content: "▲" !important; }

.labs .lab-panel {
  background-color: #fff;
  display: none;
  padding: 0.5em 0; }
  .labs .lab-panel p {
    margin: 1rem 0 2rem 0; }
  .labs .lab-panel .active {
    display: block; }

.labs h4 {
  margin-bottom: 1em;
  color: #033076;
  font-weight: normal;
  text-decoration: none; }

.labs hr {
  background: #312f30; }

@media screen and (max-width: 769px) {
  .labs img {
    margin: 1rem 0; } }

.labs .view-by {
  margin-left: 1em; }

/* Styles for landing pages */
/* For Alcohol & Your Health landing page hero */
.landing-hero {
  display: block; }
  .landing-hero--image {
    display: block;
    float: left;
    position: relative;
    width: 100%; }
  .landing-hero--callout {
    background: rgba(249, 251, 252, 0.8);
    margin-left: 26%;
    padding: 0.5em 3em 1.5em 2em;
    position: absolute;
    text-align: center;
    top: 24%; }
    .landing-hero--callout h2 {
      font-size: 2.167em !important;
      font-weight: bold !important;
      border-bottom: none !important;
      margin-bottom: 0 !important; }
      @media screen and (max-width: 601px) {
        .landing-hero--callout h2 {
          font-size: 1.6em !important; } }
      @media screen and (max-width: 481px) {
        .landing-hero--callout h2 {
          font-size: 1em !important; } }
    .landing-hero--callout p {
      color: #212121;
      font-size: 1.2em;
      margin-bottom: 0; }
      @media screen and (max-width: 601px) {
        .landing-hero--callout p {
          font-size: 1em;
          line-height: 1.25rem; } }
    @media screen and (max-width: 1025px) {
      .landing-hero--callout {
        margin-left: 16%;
        top: 16%;
        width: 60%; } }
    @media screen and (max-width: 769px) {
      .landing-hero--callout {
        margin-left: 12%;
        top: 16%;
        width: 70%; } }
    @media screen and (max-width: 550px) {
      .landing-hero--callout {
        margin-left: 0;
        top: 12%;
        width: 90%; } }
    @media screen and (max-width: 481px) {
      .landing-hero--callout {
        margin-left: 7%;
        padding: 0 1em 1em;
        top: -1px;
        width: 80%; } }

/* Styles for paragraph types */
/* Cards */
.global-landing-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  margin: 0 0 1.5rem 0.5em;
  overflow: hidden;
  position: relative;
  width: 48.55555%; }
  @media screen and (max-width: 481px) {
    .global-landing-card {
      margin-left: 0;
      width: 100%; } }
  .global-landing-card img {
    height: auto;
    width: 100%; }
  .global-landing-card a {
    font-size: 1.167em;
    line-height: 1.25rem;
    background: rgba(188, 199, 204, 0.9);
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000 !important;
    font-weight: 700;
    min-height: 77.59px;
    padding-top: 1.5rem;
    position: absolute;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    width: 100%; }

/* For Alcohol and Your Health Landing Page */
.paragraphs-item-card-grouping {
  background: #faf4ee;
  padding: 0 0 1em 0; }
  .paragraphs-item-card-grouping h2 {
    color: #00518b;
    font-size: 1.8em;
    /* special size for landing page */
    font-weight: bold;
    margin-left: 1em;
    padding-top: 1em; }
  @media screen and (max-width: 979px) {
    .paragraphs-item-card-grouping {
      padding: 0 1em 0 2.5em; } }
  @media screen and (max-width: 481px) {
    .paragraphs-item-card-grouping {
      padding: 0; } }

.card-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 0 1.5em 0;
  position: relative;
  width: 32%;
  padding: 0 .75em; }
  @media screen and (max-width: 979px) {
    .card-group {
      width: 45.55555%; } }
  @media screen and (max-width: 601px) {
    .card-group {
      width: 95.55555%; } }
  @media screen and (max-width: 481px) {
    .card-group {
      margin: 1.5em .325em;
      width: 90%; } }
  .card-group .img-banner-wrapper {
    position: relative; }
  .card-group img {
    height: auto;
    padding: 0 1em;
    width: 100%; }
  .card-group .img-banner {
    background: rgba(249, 251, 252, 0.8);
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1em;
    min-height: 60px;
    padding-top: 1.5rem;
    position: absolute;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    width: 100%; }
    .card-group .img-banner a {
      font-size: 1.2em;
      font-weight: 700; }
  .card-group p {
    color: #212121;
    font-size: 1.1em;
    margin: 0.5em 0 0.5em 1.5em; }
    @media screen and (max-width: 601px) {
      .card-group p {
        margin: 0.5em 1.5em 1em 1.5em; } }

.card-group-caption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 0 1.5em 0;
  position: relative;
  width: 32%;
  padding: 0 .75em; }
  @media screen and (max-width: 979px) {
    .card-group-caption {
      width: 45.55555%; } }
  @media screen and (max-width: 601px) {
    .card-group-caption {
      width: 95.55555%; } }
  @media screen and (max-width: 481px) {
    .card-group-caption {
      margin: 1.5em .325em;
      width: 90%; } }
  .card-group-caption .img-banner-wrapper {
    position: relative; }
  .card-group-caption img {
    height: auto;
    padding: 0 1em;
    width: 100%; }
  .card-group-caption .img-banner {
    background: rgba(249, 251, 252, 0.8);
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1em;
    min-height: 50px;
    padding-top: 0.5rem;
    position: absolute;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    width: 100%; }
    .card-group-caption .img-banner a {
      font-size: 1.2em;
      font-weight: 700; }
  .card-group-caption .card-caption {
    background: rgba(249, 251, 252, 0.8);
    margin: -1em -1em 0 1em; }
    @media screen and (max-width: 601px) {
      .card-group-caption .card-caption {
        margin: -2.5em -1em -1em 1em;
        padding-bottom: 0.5em; } }
    .card-group-caption .card-caption p {
      color: #212121;
      font-size: 1.1em;
      margin: -0.3em 1.2em 0.5em 1.2em;
      padding-bottom: 0.5rem;
      cursor: pointer; }
      @media screen and (max-width: 601px) {
        .card-group-caption .card-caption p {
          margin: 0.8em 1.5em 0 1.5em; } }
      @media screen and (max-width: 481px) {
        .card-group-caption .card-caption p {
          margin: 0.8em 1.5em 0 1.5em; } }

.card-group-no-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  margin: 0 0 1.5em 0.5em;
  overflow: hidden;
  position: relative;
  width: 31.55555%; }
  @media screen and (max-width: 979px) {
    .card-group-no-text {
      width: 45.55555%; } }
  @media screen and (max-width: 601px) {
    .card-group-no-text {
      width: 95.55555%; } }
  @media screen and (max-width: 481px) {
    .card-group-no-text {
      margin: 1.5em .325em;
      width: 90%; } }
  .card-group-no-text img {
    height: auto;
    padding: 0 1em;
    width: 100%; }
  .card-group-no-text .img-banner {
    background: rgba(249, 251, 252, 0.8);
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1em;
    min-height: 60px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    position: absolute;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    width: 100%; }
    .card-group-no-text .img-banner a {
      font-size: 1.2em;
      font-weight: 700; }
    @media screen and (max-width: 601px) {
      .card-group-no-text .img-banner {
        bottom: 1.5em; } }
    @media screen and (max-width: 481px) {
      .card-group-no-text .img-banner {
        bottom: 0; } }

/* Hero */
.featured {
  position: relative; }
  .featured-hero {
    border-radius: 5px;
    margin-top: .9375rem;
    overflow: hidden;
    position: relative; }
    .featured-hero--image img {
      height: auto;
      margin-bottom: 2em;
      width: 100%; }
    .featured-hero--callout {
      background: rgba(188, 199, 204, 0.9);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 140px;
      padding: 0 5rem 0 1em;
      position: absolute;
      right: 20px;
      top: 83px; }
      @media screen and (max-width: 979px) {
        .featured-hero--callout {
          height: 115px;
          right: 12px;
          top: 93px; } }
      @media screen and (max-width: 601px) {
        .featured-hero--callout {
          height: 115px;
          right: 20px;
          top: 83px; } }
      @media screen and (max-width: 550px) {
        .featured-hero--callout {
          height: auto;
          right: 0;
          top: 62px;
          width: 100%; } }
      @media screen and (max-width: 400px) {
        .featured-hero--callout {
          top: 90px; } }
    .featured-hero h2 {
      font-size: 1.417em;
      line-height: 1.25rem;
      color: #000 !important;
      font-weight: 700;
      margin-bottom: 2em;
      padding-top: 1.5rem;
      position: absolute;
      text-decoration: none !important;
      -webkit-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out;
      width: 100%; }
      @media screen and (max-width: 550px) {
        .featured-hero h2 {
          font-size: 1.167em;
          line-height: 1.25rem; } }
    .featured-hero--text {
      font-size: 1.167em;
      line-height: 1.25rem;
      margin-bottom: 3em;
      position: absolute;
      right: 40px;
      top: 143px; }
      @media screen and (max-width: 979px) {
        .featured-hero--text {
          right: 30px; } }
      @media screen and (max-width: 601px) {
        .featured-hero--text {
          right: 40px;
          top: 127px; } }
      @media screen and (max-width: 550px) {
        .featured-hero--text {
          font-size: .8rem;
          right: 10px;
          top: 77px; } }
      @media screen and (max-width: 400px) {
        .featured-hero--text {
          top: 106px; } }
    .featured-hero--button {
      background: #427a92;
      margin-right: 1em;
      padding: .3rem .5rem;
      position: absolute;
      right: 20px;
      top: 183px;
      /*@media screen and (min-width: 400px) {
        top: 150px;
      }*/ }
      @media screen and (max-width: 979px) {
        .featured-hero--button {
          right: 10px;
          top: 169px; } }
      @media screen and (max-width: 601px) {
        .featured-hero--button {
          right: 15px;
          top: 160px; } }
      @media screen and (max-width: 550px) {
        .featured-hero--button {
          right: 0;
          top: 105px; } }
      @media screen and (max-width: 481px) {
        .featured-hero--button {
          right: -13px;
          top: 140px; } }
      .featured-hero--button a {
        color: #fff !important;
        text-decoration: none !important; }

.logged-in .featured-hero--callout {
  top: 106px; }
  @media screen and (max-width: 670px) {
    .logged-in .featured-hero--callout {
      top: 82px; } }
  @media screen and (max-width: 601px) {
    .logged-in .featured-hero--callout {
      top: 60px; } }

.logged-in .featured-hero--text {
  right: 30px;
  top: 160px; }
  @media screen and (max-width: 601px) {
    .logged-in .featured-hero--text {
      top: 105px; } }

.logged-in .featured-hero--button {
  top: 200px; }
  @media screen and (max-width: 601px) {
    .logged-in .featured-hero--button {
      top: 190px; } }
  @media screen and (max-width: 550px) {
    .logged-in .featured-hero--button {
      top: 132px; } }

.paragraphs-item-text-image-left img {
  float: left;
  padding: 1rem; }

/*Paragraph types for publications*/
.text-blue-box {
  padding: 2em;
  background-color: #e5ecef;
  margin-top: 1em; }

.img-right-blue-box {
  background-color: #e5ecef;
  padding: 2em;
  min-height: 230px;
  margin-top: 1em; }
  .img-right-blue-box img {
    float: right !important;
    padding: 0 0 10px 10px !important; }
    @media screen and (max-width: 601px) {
      .img-right-blue-box img {
        padding: 0 0 10px !important;
        float: none !important; } }

.img-left-menu-blue-box {
  display: block; }
  .img-left-menu-blue-box .group-left {
    width: 30% !important; }
    @media screen and (max-width: 981px) {
      .img-left-menu-blue-box .group-left {
        width: 100% !important;
        margin-right: 0 !important; } }
  .img-left-menu-blue-box .group-right {
    width: 65% !important; }
    @media screen and (max-width: 981px) {
      .img-left-menu-blue-box .group-right {
        width: 100% !important;
        margin-left: 0 !important; } }
  .img-left-menu-blue-box img {
    display: block;
    float: left; }
    @media screen and (max-width: 979px) {
      .img-left-menu-blue-box img {
        margin: 1em auto !important;
        float: none; } }
  .img-left-menu-blue-box .publication-menu {
    background-color: #e5ecef;
    padding: 2.5em 2em 2em 3em;
    margin-top: 0;
    margin-bottom: 3em; }
    @media screen and (max-width: 981px) {
      .img-left-menu-blue-box .publication-menu {
        margin-top: 1em !important; } }
    .img-left-menu-blue-box .publication-menu p {
      border-bottom: 1px solid #c0c0c0;
      padding-bottom: 1em;
      font-weight: bold !important; }
      .img-left-menu-blue-box .publication-menu p:last-of-type {
        border: none;
        padding-bottom: 0; }

/* Tabs */
/* Labs Pages */
ul.custom-tabs {
  border-bottom: 2px solid #427a92;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  padding-left: 0 !important; }

ul.custom-tabs li {
  background: #fff;
  border-left: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1em;
  width: 24.55555%;
  text-align: center; }
  @media screen and (max-width: 979px) {
    ul.custom-tabs li {
      width: 100%; } }
  ul.custom-tabs li a {
    color: #000;
    text-decoration: none;
    cursor: pointer; }
  ul.custom-tabs li:hover {
    color: #000; }

ul.custom-tabs li.current {
  background-color: #427a92;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  border: none; }
  ul.custom-tabs li.current a {
    color: #fff;
    text-decoration: none; }

.tab-content {
  display: none;
  background: #fff;
  padding: 15px; }

.tab-content.current {
  display: block; }

/*Styles for publications */
/* For single page publications */
.field-name-field-publication-file {
  display: block;
  float: right; }

.node-type-publication #block-system-main a:link, .node-type-publication #block-system-main a:visited {
  word-break: break-word; }

.node-type-publication .f-right {
  float: right;
  margin: 0 0 1em 1em; }
  @media screen and (max-width: 550px) {
    .node-type-publication .f-right {
      float: none;
      margin: 1em auto !important;
      display: block; } }

.node-type-publication .f-left {
  float: left;
  margin: 0 1em 1em 0; }
  @media screen and (max-width: 550px) {
    .node-type-publication .f-left {
      float: none;
      margin: 1em auto !important;
      display: block; } }

.node-type-publication .org-indent p {
  margin-left: 2em; }

.node-type-publication p {
  margin-bottom: 20px !important; }

.node-type-publication h2 {
  border-bottom: 1px solid #E0DFD9;
  font-weight: bold !important;
  margin-top: 1.5em;
  padding-bottom: 0.3em;
  margin-bottom: 0.7em; }

.node-type-publication h3 {
  margin-bottom: 1em; }

.node-type-publication h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.0rem;
  display: block;
  margin-top: 40px;
  color: #544f4c; }

.node-type-publication ul li ul li {
  list-style: circle; }

.node-type-publication .img-right-blue-box h2 {
  margin-top: 0 !important; }

.node-type-publication .img-right-blue-box h3 {
  margin-top: 0 !important;
  clear: none !important; }

.node-type-publication .img-right-blue-box a:link, .node-type-publication .img-right-blue-box a:visited {
  font-weight: bold !important; }

.node-type-publication .img-right-blue-box .field-type-image {
  text-align: center; }

@media screen and (max-width: 601px) {
  .node-type-publication .img-right-blue-box img {
    padding: 0 0 1em !important;
    margin: 1em auto !important; } }

.node-type-publication .paragraphs-item-text-image-right img {
  display: block;
  float: right;
  margin-left: .5em;
  padding: 0 0 1em 1em !important;
  background-color: #fff; }
  @media screen and (max-width: 550px) {
    .node-type-publication .paragraphs-item-text-image-right img {
      float: none;
      padding: 1em 0 !important;
      margin: 1em auto !important;
      width: initial;
      clear: both; } }

.node-type-publication .group-right h2, .node-type-publication .group-left h2 {
  margin-top: 0; }

@media screen and (max-width: 981px) {
  .node-type-publication .paragraphs-item-table {
    overflow-x: auto;
    display: block; } }

.node-type-publication .paragraphs-item-table .t-caption {
  background-color: #fff;
  color: #003246;
  text-align: left;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  margin-bottom: 0 !important; }

.node-type-publication .paragraphs-item-table .pub-table {
  width: 100%;
  pointer-events: none;
  border: none !important; }
  .node-type-publication .paragraphs-item-table .pub-table thead, .node-type-publication .paragraphs-item-table .pub-table tfoot {
    border-bottom: 0 !important; }
  .node-type-publication .paragraphs-item-table .pub-table .bg-white {
    background-color: #fff; }
  .node-type-publication .paragraphs-item-table .pub-table .bg-lightgray {
    background-color: #f7f7f7; }
  .node-type-publication .paragraphs-item-table .pub-table caption, .node-type-publication .paragraphs-item-table .pub-table .t-caption {
    background-color: #fff;
    color: #003246;
    text-align: left;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px; }
  .node-type-publication .paragraphs-item-table .pub-table th, .node-type-publication .paragraphs-item-table .pub-table .t-head {
    background-color: #ebebeb !important;
    color: #626262;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: none !important; }
    .node-type-publication .paragraphs-item-table .pub-table th:last-child, .node-type-publication .paragraphs-item-table .pub-table .t-head:last-child {
      border-right: none !important; }
    .node-type-publication .paragraphs-item-table .pub-table th p, .node-type-publication .paragraphs-item-table .pub-table .t-head p {
      margin-bottom: 0px !important;
      padding: 0 !important; }
  .node-type-publication .paragraphs-item-table .pub-table tbody {
    border-bottom: none !important; }
    .node-type-publication .paragraphs-item-table .pub-table tbody tr:nth-child(odd) td {
      background-color: #f7f6f6; }
  .node-type-publication .paragraphs-item-table .pub-table td {
    border-right: #fff 1px solid;
    border-left: none;
    padding: 16px 15px; }
    .node-type-publication .paragraphs-item-table .pub-table td p {
      padding: 0 !important;
      margin-bottom: 0px !important; }
    .node-type-publication .paragraphs-item-table .pub-table td ul {
      margin-bottom: 0px !important; }
  .node-type-publication .paragraphs-item-table .pub-table tr:hover th, .node-type-publication .paragraphs-item-table .pub-table tr:hover .t-head, .node-type-publication .paragraphs-item-table .pub-table tbody tr:hover th, .node-type-publication .paragraphs-item-table .pub-table tbody tr:hover .t-head, .node-type-publication .paragraphs-item-table .pub-table thead tr:hover th, .node-type-publication .paragraphs-item-table .pub-table thead tr:hover .t-head {
    background-color: #003246; }
  .node-type-publication .paragraphs-item-table .pub-table tr:hover td, .node-type-publication .paragraphs-item-table .pub-table tbody tr:hover td, .node-type-publication .paragraphs-item-table .pub-table thead tr:hover td {
    background-color: transparent; }

.node-type-publication .main-content .download-pub {
  float: right;
  text-align: right;
  width: 100%;
  display: block; }
  @media screen and (max-width: 550px) {
    .node-type-publication .main-content .download-pub {
      text-align: center; } }

.node-type-publication .field-name-field-nih-publication-no-, .node-type-publication .field-name-field-published-date, .node-type-publication .field-name-field-revised {
  float: right;
  clear: both; }

.node-type-publication .field-name-field-nih-publication-no- p {
  margin-bottom: 0; }

.node-type-publication .paragraphs-item-text-image-left img {
  padding: 0 1rem 1rem 0;
  margin-left: 0 !important; }
  @media screen and (max-width: 736px) {
    .node-type-publication .paragraphs-item-text-image-left img {
      width: initial;
      padding: 0;
      margin: 1em auto !important;
      float: none; } }

.node-type-publication .hero-img-pub {
  margin-bottom: 2em; }
  .node-type-publication .hero-img-pub > .group-left {
    width: 35% !important; }
    @media screen and (max-width: 736px) {
      .node-type-publication .hero-img-pub > .group-left {
        text-align: center !important; } }
  .node-type-publication .hero-img-pub > .group-right {
    width: 63% !important; }
  .node-type-publication .hero-img-pub img {
    float: left;
    display: block;
    padding-right: 1.5em;
    background-color: #fff;
    margin-bottom: 10px; }
    @media screen and (max-width: 550px) {
      .node-type-publication .hero-img-pub img {
        float: none;
        margin: 1em auto !important;
        padding-right: 0; } }

.node-type-publication .ds-2col > .group-right {
  width: 73%;
  margin-left: 0.8rem; }
  @media screen and (max-width: 736px) {
    .node-type-publication .ds-2col > .group-right {
      width: 100% !important;
      margin-left: 0; } }

.node-type-publication .ds-2col > .group-left {
  width: 25%; }
  @media screen and (max-width: 736px) {
    .node-type-publication .ds-2col > .group-left {
      width: 100% !important;
      margin-bottom: 1em;
      text-align: center; } }

@media screen and (max-width: 739px) {
  .node-type-publication #zone-utility {
    display: none; } }

/* For book publications */
/* Remove duplicate book navigation at bottom of pub book pages */
.book-navigation {
  display: none; }

#block-book-navigation {
  background-color: #766e68;
  padding-top: 5px;
  position: relative;
  margin-bottom: 20px; }
  #block-book-navigation h2 {
    color: #fff;
    border-bottom: 1px solid #69605b;
    padding: 0 0 .5rem 1rem;
    margin-top: 12px; }
    #block-book-navigation h2 a:link, #block-book-navigation h2 a:visited, #block-book-navigation h2 a:focus, #block-book-navigation h2 a:active {
      color: #fff;
      text-decoration: none !important; }
  #block-book-navigation ul.menu {
    border: none;
    list-style: none;
    padding: 0 .5rem .5rem;
    text-align: left; }
    #block-book-navigation ul.menu li.leaf {
      list-style-type: none;
      list-style-image: none;
      margin: .5rem 1rem; }
      #block-book-navigation ul.menu li.leaf a:link, #block-book-navigation ul.menu li.leaf a:focus, #block-book-navigation ul.menu li.leaf a:visited {
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .925rem;
        font-weight: bold;
        line-height: 1.2rem;
        text-decoration: none; }
        #block-book-navigation ul.menu li.leaf a:link.active, #block-book-navigation ul.menu li.leaf a:focus.active, #block-book-navigation ul.menu li.leaf a:visited.active {
          background-color: #E4E3DE;
          border-right: 2px solid #766E68;
          padding: 6px 2px 6px 14px;
          display: block;
          color: #3D3C37; }
      #block-book-navigation ul.menu li.leaf a:hover {
        background-color: #E4E3DE;
        border-right: 2px solid #766E68;
        display: block;
        color: #3D3C37; }

ul.node-links {
  display: none; }

span.line {
  display: block; }

/* Styles for publication order forms */
.node-webform .captcha {
  background-color: #e9eff1;
  padding: 0 3em 2em 10em; }
  @media screen and (max-width: 550px) {
    .node-webform .captcha {
      padding: 0 1em 2em 1em; } }

.node-webform .form-wrapper {
  background: #e9eff1;
  padding: 3em;
  margin-bottom: 0; }
  @media screen and (max-width: 550px) {
    .node-webform .form-wrapper {
      padding: 1em; } }

.node-webform h2 {
  color: black;
  font-weight: bold;
  margin-top: 2em; }
  .node-webform h2.block-title {
    color: black;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 0 0.5em; }

.node-webform h3 {
  line-height: 1.4; }
  .node-webform h3 a:link, .node-webform h3 a:visited {
    color: #006a94 !important; }

.node-webform u {
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important; }

.node-webform button:focus, .node-webform button:active, .node-webform input:focus, .node-webform input:active, .node-webform select:focus, .node-webform select:active, .node-webform textarea:focus, .node-webform textarea:active {
  outline: 3px solid #006A94 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.node-webform .download-pub {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 13px; }

.node-webform .p-row {
  border-bottom: 1px solid lightgrey;
  height: 100%;
  display: flex !important;
  display: -webkit-flex !important;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -ms-flexbox !important;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center; }
  .node-webform .p-row .pub-details {
    text-align: left;
    width: 72%; }

@media screen and (max-width: 979px) and (-ms-high-contrast: active), screen and (max-width: 979px) and (-ms-high-contrast: none) {
  .node-webform .p-row .pub-details {
    width: 50%; } }

@media screen and (max-width: 979px) and (min-width: 0) and (min-resolution: 0.001dpcm) {
  .node-webform .p-row .pub-details {
    width: 50%; } }
    @media screen and (max-width: 550px) {
      .node-webform .p-row .pub-details {
        width: 70% !important; } }
    .node-webform .p-row .pub-details .form-item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      display: -webkit-inline-flex;
      display: -ms-inline-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap; }
      .node-webform .p-row .pub-details .form-item h3 {
        font-size: 15px;
        margin-right: 1.5em;
        max-width: 100%; }
      .node-webform .p-row .pub-details .form-item p {
        max-width: 100%; }
  .node-webform .p-row .pub-qty {
    text-align: right;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 28%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end; }

@media screen and (max-width: 979px) and (-ms-high-contrast: active), screen and (max-width: 979px) and (-ms-high-contrast: none) {
  .node-webform .p-row .pub-qty {
    width: 50%; } }

@media screen and (max-width: 979px) and (min-width: 0) and (min-resolution: 0.001dpcm) {
  .node-webform .p-row .pub-qty {
    width: 50%; } }
    .node-webform .p-row .pub-qty .qty-warp {
      order: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      -webkit-box-ordinal-group: 2;
      /* OLD - iOS 6-, Safari 3.1-6 */
      margin: 1.2em 0 1.2em 0.5em; }
      @media screen and (max-width: 550px) {
        .node-webform .p-row .pub-qty .qty-warp {
          order: inherit;
          -ms-flex-order: inherit;
          -webkit-order: inherit;
          -webkit-box-ordinal-group: inherit;
          /* OLD - iOS 6-, Safari 3.1-6 */
          margin-bottom: 0; } }
      @media screen and (max-width: 550px) {
        .node-webform .p-row .pub-qty .qty-warp + .form-item {
          margin-top: 0; } }
    .node-webform .p-row .pub-qty .description {
      margin-top: 5px;
      font-size: 12px;
      margin-bottom: 5px;
      margin-right: 3px; }
    @media screen and (max-width: 550px) {
      .node-webform .p-row .pub-qty {
        width: 30% !important;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        -ms-align-items: flex-end;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column; } }
    .node-webform .p-row .pub-qty label {
      display: none; }
    .node-webform .p-row .pub-qty .quantity {
      width: 70px;
      height: 38px;
      border: 1px solid #000000;
      padding: 0 7px;
      text-align: right;
      font-size: 13px;
      margin-right: 3px; }
      .node-webform .p-row .pub-qty .quantity.error {
        border: 2px solid #c92128; }
        .node-webform .p-row .pub-qty .quantity.error + .description {
          color: #c92128;
          font-weight: bold; }
    .node-webform .p-row .pub-qty .btn-disabled {
      opacity: 0.5; }
      .node-webform .p-row .pub-qty .btn-disabled:focus {
        outline: none !important; }

.node-webform .shipping-row {
  background: #e9eff1;
  padding: 2em 3em 1em 10em; }
  @media screen and (max-width: 550px) {
    .node-webform .shipping-row {
      padding: 1em; } }
  .node-webform .shipping-row .form-required {
    color: #b70f0a;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle; }
  .node-webform .shipping-row .webform-component--shipping-row--shipping-info--request {
    text-align: right; }
  .node-webform .shipping-row .form-wrapper {
    background: none;
    display: block;
    padding: 0; }
  .node-webform .shipping-row .webform-component-fieldset.webform-component--shipping-row--professional-sec.form-wrapper {
    margin-left: 0; }
  .node-webform .shipping-row .form-item {
    width: 70%; }
    @media screen and (max-width: 550px) {
      .node-webform .shipping-row .form-item {
        width: 100%; } }
    .node-webform .shipping-row .form-item:first-child {
      width: 100%; }
    @media screen and (max-width: 550px) {
      .node-webform .shipping-row .form-item.webform-component--shipping-row--professional-sec--are-you-a-health-professional-optional {
        width: 100%; } }
  .node-webform .shipping-row textarea, .node-webform .shipping-row select, .node-webform .shipping-row input[type="email"], .node-webform .shipping-row input[type="tel"], .node-webform .shipping-row input[type="text"] {
    height: 38px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 2px solid #ced3d5;
    width: 100%; }
    .node-webform .shipping-row textarea:focus, .node-webform .shipping-row textarea:active, .node-webform .shipping-row select:focus, .node-webform .shipping-row select:active, .node-webform .shipping-row input[type="email"]:focus, .node-webform .shipping-row input[type="email"]:active, .node-webform .shipping-row input[type="tel"]:focus, .node-webform .shipping-row input[type="tel"]:active, .node-webform .shipping-row input[type="text"]:focus, .node-webform .shipping-row input[type="text"]:active {
      outline: 3px solid #006A94 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
  .node-webform .shipping-row input#edit-submitted-shipping-row-professional-sec-other-organization {
    width: 80%; }
  .node-webform .shipping-row .webform-component--shipping-row--professional-sec .form-wrapper {
    margin: 0; }
  .node-webform .shipping-row label {
    margin-bottom: 1em;
    color: #3b3c3c; }
  .node-webform .shipping-row .form-type-radio {
    display: block;
    margin-bottom: 1em !important; }
    .node-webform .shipping-row .form-type-radio label:before {
      content: '';
      position: absolute;
      left: -5px;
      top: 0;
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #006A94;
      cursor: pointer;
      border-radius: 3px; }
    .node-webform .shipping-row .form-type-radio .option {
      display: inline;
      font-weight: bold;
      margin-left: 5px;
      position: relative;
      padding-left: 1rem; }
    .node-webform .shipping-row .form-type-radio input[type=radio] {
      position: absolute;
      z-index: -99999; }
      .node-webform .shipping-row .form-type-radio input[type=radio]:checked + label:after {
        content: '';
        position: absolute;
        left: -5px;
        top: 0;
        width: 10px;
        height: 10px;
        background: #006A94;
        border: 1px solid #006A94;
        cursor: pointer;
        border-radius: 3px; }
  .node-webform .shipping-row .form-type-checkbox {
    padding: 2px;
    vertical-align: top;
    cursor: pointer;
    display: block;
    margin-bottom: 0.8em !important; }
    @media screen and (max-width: 550px) {
      .node-webform .shipping-row .form-type-checkbox {
        width: 90%; } }
    @media screen and (max-width: 550px) {
      .node-webform .shipping-row .form-type-checkbox:first-child {
        width: 90%; } }
    .node-webform .shipping-row .form-type-checkbox label:before {
      content: '';
      position: absolute;
      left: -5px;
      top: 0;
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #006A94;
      cursor: pointer;
      border-radius: 3px; }
    .node-webform .shipping-row .form-type-checkbox .option {
      display: inline;
      margin-left: 5px;
      position: relative;
      padding-left: 1rem; }
    .node-webform .shipping-row .form-type-checkbox input[type=checkbox] {
      position: absolute;
      z-index: -99999; }
      .node-webform .shipping-row .form-type-checkbox input[type=checkbox]:checked + label:after {
        content: '';
        position: absolute;
        left: -5px;
        top: 0;
        width: 10px;
        height: 10px;
        background: #006A94;
        border: 1px solid #006A94;
        cursor: pointer;
        border-radius: 3px; }
  .node-webform .shipping-row .webform-component--shipping-row--professional-sec--other-organization {
    margin-left: 2em; }
  .node-webform .shipping-row .webform-component-checkboxes.webform-component--shipping-row--shipping-info--organization-type-please-select-all-that-apply {
    display: block;
    margin-left: 1.8em; }
  .node-webform .shipping-row .webform-component-textfield.webform-component--shipping-row--shipping-info--other-organization {
    margin-left: 1.5rem;
    width: 70%; }
    @media screen and (max-width: 550px) {
      .node-webform .shipping-row .webform-component-textfield.webform-component--shipping-row--shipping-info--other-organization {
        width: 90%; } }

.node-webform .form-actions {
  background: #e9eff1;
  padding: 1em 3em 3em 3em;
  text-align: right;
  margin: 0 0 3em;
  display: block; }
  @media screen and (max-width: 550px) {
    .node-webform .form-actions {
      padding: 0.5em 1em 3em 1em; } }
  .node-webform .form-actions .webform-previous {
    float: left; }
  .node-webform .form-actions input[type="submit"] {
    background: #3d748c;
    border-radius: 0;
    padding: 1em 1.5em;
    font-size: 15px;
    width: 120px;
    margin-right: 0;
    color: white;
    text-shadow: none;
    outline: none !important; }
    @media screen and (max-width: 550px) {
      .node-webform .form-actions input[type="submit"] {
        padding: 1em;
        width: 110px;
        font-size: 13px; } }

.node-webform .not-available {
  color: #c92128;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0; }

.node-webform .accordion-container .accordion-tab-title {
  border-bottom: 2.5px solid #000;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background: #fff !important;
  margin-top: 1em;
  border-radius: 0; }
  .node-webform .accordion-container .accordion-tab-title .ui-icon {
    left: 96% !important;
    margin-top: -4px !important;
    width: 20px;
    height: 16px;
    background-position: 0; }
    .node-webform .accordion-container .accordion-tab-title .ui-icon.ui-icon-triangle-1-e {
      background-image: url(/sites/default/files/arrow-down-icon.png); }
    .node-webform .accordion-container .accordion-tab-title .ui-icon.ui-icon-triangle-1-s {
      background-image: url(/sites/default/files/arrow-up-icon.png); }
  .node-webform .accordion-container .accordion-tab-title a {
    color: #000 !important;
    font-size: 1.5em;
    font-weight: bold;
    padding: 15px 0 10px 0; }
    .node-webform .accordion-container .accordion-tab-title a:link, .node-webform .accordion-container .accordion-tab-title a:hover, .node-webform .accordion-container .accordion-tab-title a:visited {
      color: #000 !important;
      text-decoration: none; }

.node-webform .accordion-container .accordion-tab-content {
  padding: 0px;
  display: block;
  overflow: auto;
  border: none !important; }

@media screen and (max-width: 739px) {
  .node-type-webform #zone-utility {
    display: none; } }

/* Element styles for Staff at NIAAA */
.basic-accordions {
  margin-bottom: 2em; }
  .basic-accordions h2 {
    font-size: 1rem !important; }
    .basic-accordions h2:before {
      display: block; }
    .basic-accordions h2.accordion-title {
      background-color: #e5ecef;
      padding: 1em 0 1em 1em;
      border-bottom: none;
      font-size: 1rem !important;
      line-height: 1.2em;
      font-weight: normal;
      color: #245669;
      margin-bottom: 0.5em; }
      .basic-accordions h2.accordion-title:after {
        content: "▼" !important;
        position: absolute;
        right: 2em;
        color: #245669;
        right: 20px; }
  .basic-accordions .accordion-title.active:after {
    content: "▲" !important; }
  .basic-accordions .basic-panel {
    background-color: #fff;
    display: block;
    padding: 1em 0 1em 1em; }
    .basic-accordions .basic-panel .staff-item {
      border-bottom: 1px solid #312f30;
      padding: 1.5em;
      margin-left: 2em; }
      .basic-accordions .basic-panel .staff-item:last-child {
        border-bottom: none !important; }
      .basic-accordions .basic-panel .staff-item .group-staff-box {
        margin-left: -2.5em; }
      .basic-accordions .basic-panel .staff-item p {
        margin: 0.5rem 0 0.5rem 0; }
      @media screen and (max-width: 769px) {
        .basic-accordions .basic-panel .staff-item {
          padding-top: 0; } }
  .basic-accordions h3.staff-name {
    font-size: 1.3em !important;
    margin-bottom: 1em;
    color: #033076;
    font-weight: bold;
    text-decoration: none; }
  @media screen and (max-width: 769px) {
    .basic-accordions img {
      margin: 1rem 0; } }

/* Bootstrap Reset */
*, *:before, *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/*# sourceMappingURL=styles.css.map */