/* DRUG PROFILES BASIC PAGE */

.node-type-page h1.page-header {
    display: none;
   }
   

   .node-type-page .drug-profiles .inpagenav {
    margin: 24pt 0 48pt 0;
    clear: both;:
}





.node-type-page .drug-profiles .inpagenav a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 0;
    font-size: 15pt;
    content: " \f062 ";
    margin-right: 6px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.node-type-page .drug-profiles .inpagenav a {
    background-color: #7da7d9;
    border-radius: 3px;
    color: #ffffff;
    padding: 6px 9px;
    font-size: 13pt;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.node-type-page .drug-profiles .inpagenav a:hover, .node-type-page .drug-profiles .inpagenav a:hover:before {
    text-decoration: none;
    background-color: #efefef;
    color: #333333;
    text-decoration: none;
    background-color: #dfdfdf;
}


   .node-type-page .drug-profiles #title {
       font-size: 28pt;
       padding: 24px;
       color: #ffffff;
       border-radius: 3px;
       margin-bottom: 24px;
       
   }
   
   
   
   .node-type-page .drug-profiles #title h1 {
          color: #7da7d9;
          background-color: rgba(255, 255, 255, 0.6);
          padding: 24px;
          display: inline-block;
          text-shadow: 1px 1px #506a8a;
          font-size: 42pt;
          margin: 0 12px 12px 12px;
    border-radius: 4px;

   }
   
   .node-type-page .drug-profiles #title.blue h1 {
    color: #7da7d9;
    background-color: rgba(255, 255, 255, 0.6);
    text-shadow: 1px 1px #506a8a;
}



.node-type-page .drug-profiles.cannabis #title h1 {
    color: #ffffff;
    background-color: rgba(137, 181,22, 0.3);
    text-shadow: 1px 1px #000000;
}
   
.node-type-page .drug-profiles.white #title h1 {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
    text-shadow: 1px 1px #000000;
}
   
   


.node-type-page .drug-profiles.grey #title h1 {
    color: #5c5c5c;
    background-color: rgba(255, 255, 255, 0.6);
    text-shadow: 1px 1px #ffffff;
}







   .node-type-page .drug-profiles a {transition: all .5s !important;}


   .node-type-page .drug-profiles a[href*="glossary"] {
       color: #000000;
       border-bottom: 2px dashed #bfbfbf;
   }
   
   
   .node-type-page .drug-profiles a[href*="glossary"]:hover {
    text-decoration: none;
}


   
   
.node-type-page .drug-profiles p, .node-type-page .drug-profiles li, .node-type-page .drug-profiles td, .node-type-page .drug-profiles th  {
    font-size: 15pt;
    line-height: 1.5;
    font-weight: 300;
}



.node-type-page .drug-profiles th  {

    font-weight: 600;
}
   
   
   
   .node-type-page .drug-profiles p, .node-type-page .drug-profiles li  {
       transition: all 300 !important;
   
   }
   
   
   .node-type-page .drug-profiles #toc ul {
       padding: 12px;
       background-color: rgba(125, 167, 217, 0.2);
       list-style-type: none;
       border-radius: 3px;
       float:right;
       width: auto;
       margin: 0 0 18px 18px;;
   }
   
   
   
   .node-type-page .drug-profiles #toc ul li {
       margin-bottom: 9px;
       font-size: 15pt;
       
   }
   
   
   
   
   
   
   @media screen and (max-width: 767px) {
   
       .node-type-page .drug-profiles #toc ul {
       float:none;
       width: 100%;
       margin: 0 0 18px 0;
        column-count: 2;
   }
       
   }
   
   
   
   
   .node-type-page .drug-profiles div.publications .thumbnail {
       display: block;
       padding: 0;
       margin-bottom: 0;
       line-height: 0;
       background-color: transparent;
       border: none;
       border-radius: 0;
       -webkit-transition: none;
       -o-transition: none;
       transition: none;
   }
   
   
   
   .node-type-page .drug-profiles .publications .inner-wrapper {
       position: relative;
       padding: 3px 0;
       height: auto;
       overflow: hidden;
       border: 1px solid rgba(0, 0, 0, 0.1);
       margin-bottom: 6px;
       box-shadow: 5px 5px 12px rgba(0, 0, 0, .2);
       margin-bottom: 24px;
   }
   
   .node-type-page .drug-profiles  .publications .inner-wrapper .thumbnail a {
       position: relative;
   }
   
   .node-type-page .drug-profiles  .publications .inner-wrapper .thumbnail .date-display-single {
       background-color: #9bd4df;
       color: #ffffff;
       position: inherit;
       padding: 0 5px 3px;
       top: 5px;
       font-size: 13px;
       z-index: 10000;
   }
   
   .node-type-page .drug-profiles  .publications .inner-wrapper .thumbnail {
       position: relative;
       float: left;
       width: 30%;
   }
   
   .node-type-page .drug-profiles  .publications .inner-wrapper .thumbnail a {
       display: block;
       padding: 9px 18px;
       min-height: 200px;
   }
   
   .node-type-page .drug-profiles  .publications .inner-wrapper .thumbnail img {
       border: 1px solid rgba(125, 167, 217, 0.3);
       width: 100%;
   }
   
   .node-type-page .drug-profiles  .publications .inner-wrapper .title, .node-type-page .drug-profiles .publications .inner-wrapper .description {
       float: left;
       width: 70%;
       margin: 0;
   }
   
   .node-type-page .drug-profiles   .publications .inner-wrapper .title a, .node-type-page .drug-profiles  .publications .inner-wrapper .description a {
       padding: 0 12px 0 6px;
       display: block;
   }
   
   .node-type-page .drug-profiles  .publications .inner-wrapper a:hover {
       text-decoration: none;
   }
   
   .node-type-page .drug-profiles  .publications .inner-wrapper .title a {
       color: rgba(125, 167, 217, 1);
       line-height: 1.3;
       font-size: 13pt;
   }
   
   .node-type-page .drug-profiles  .publications .inner-wrapper .description a {
       color: #4c4c4c;
       line-height: 1.4;
       font-weight: 300;
       font-size: 11pt;
       padding-bottom: 9px;
   }
   
   .node-type-page .drug-profiles  .publications .inner-wrapper:hover {
       background-color: rgba(125, 167, 217, 0.2);
       box-shadow: 3px 3px 6px rgba(0, 0, 0, .4);
   }
   
   .node-type-page .drug-profiles  .publications .inner-wrapper:hover .thumbnail img {
       transform: scale(1.05, 1.05);
   }
   
   .node-type-page .drug-profiles  .publications .view-footer span a {
       padding: 5px;
       font-size: 12pt;
       color: #fff;
       font-weight: 400;
       display: inline-block;
   }
   
   
   .node-type-page .drug-profiles  .publications .pager-show-more-next a {
       border-color: #cfcfcf;
       background-color: #cfcfcf;
       width: 30%;
       display: inline-block;
       color: #fff;
       font-size: 14pt;
   }
   
   .node-type-page .drug-profiles  .publications .pager-show-more-next a:after {
       font-weight: 900;
       font-family: "Font Awesome 5 Free";
       content: "\f067";
       padding-left: 10px;
   }
   
   .node-type-page .drug-profiles  .publications .pager-show-more-next a:hover {
       background-color: #a9a9a9;
       border-color: #a9a9a9;
   }
   
   .node-type-page .drug-profiles  .publications .pager-show-more-next a.progress-disabled:after {
       display: none;
   }
   
   
   
   
   .node-tyoe-page .drug-profiles .media .inner-wrapper {
       display: block;
       border: 1px solid rgba(155, 212, 223, 0.4);
       border-radius: 2px;
       padding: 3px;
       transition: all 0.3s;
       box-shadow: 0px 0px 10px 0 #e3e3e3;
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper {
       display: block;
       border-radius: 2px;
       padding: 0 0 3px 0;
       transition: all 0.3s;
       box-shadow: 0px 0px 10px 0 #e3e3e3;
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper .text {
       display: block;
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper .text {
       position: relative;
       top: 0;
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper .text {
       background-color: rgba(225, 225, 225, 0.5);
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper:hover .text {
       background-color: rgba(225, 225, 225, 0.8);
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper:hover {
       box-shadow: 0px 0px 4px 0 #a3a3a3;
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper .text {
       position: relative;
       top: 0;
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper .text {
       background-color: rgba(225, 225, 225, 0.5);
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper a:hover {
       text-decoration: none;
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper a img {
       display: block;
       margin: 6px auto;
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper a:hover img {
       transform: scale(1.05, 1.05);
   }
   
   .node-type-page .drug-profiles .media .pager-show-more-next a {
       border-color: #cfcfcf;
       background-color: #cfcfcf;
       width: 30%;
       display: inline-block;
       color: #fff;
       font-size: 14pt;
   }
   
   .node-type-page .drug-profiles .media .pager-show-more-next a:after {
       font-weight: 900;
       font-family: "Font Awesome 5 Free";
       content: "\f067";
       padding-left: 10px;
   }
   
   .node-type-page .drug-profiles .media .pager-show-more-next a:hover {
       background-color: #a9a9a9;
       border-color: #a9a9a9;
   }
   
   .node-type-page .drug-profiles .media .pager-show-more-next a.progress-disabled:after {
       display: none;
   }
   
   
   .node-type-page .drug-profiles .media .inner-wrapper {
       position: relative;
       padding: 3px 0;
       height: auto;
       overflow: hidden;
       border: 1px solid rgba(0, 0, 0, 0.1);
       margin-bottom: 12px;
       box-shadow: 5px 5px 12px rgba(0, 0, 0, .2);
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper .text {
   
       -webkit-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
       transition: all 0.5s ease-in-out;
       padding: 12px 6px 24px 6px;
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper .thumb img {
       -webkit-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
       transition: all 0.5s ease-in-out;
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper:hover .text {
       top: 0;
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper .text {
       font-weight: 500;
       font-size: 11pt;
       display: block;
       line-height: 1.3;
       color: #4c4c4c;
       margin: 0;
       background-color: rgba(155, 212, 223, 0.9);
       width: 100%;
       height: 100%;
   }
   
   .node-type-page .drug-profiles .medias .inner-wrapper .text a {
       text-decoration: none;
       display: block;
       height: 300px;
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper .text {
       background-color: rgba(225, 225, 225, 0.9);
   }
   
   .node-type-page .drug-profiles .media .inner-wrapper a .text {
       color: #7c7c7c;
       font-weight: 300;
       font-size: 12pt;
   }
   
   .node-type-topics .inner-wrapper .date-display-single {
       background-color: #9bd4df;
       color: #ffffff;
       position: inherit;
       padding: 0 5px 3px;
       top: 5px;
       font-size: 13px;
   }
   
   .node-type-page .drug-profiles .media.thumbnail {
       display: block;
       padding: 0;
       margin-bottom: 0;
       line-height: 0;
       background-color: transparent;
       border: none;
       border-radius: 0;
       -webkit-transition: none;
       -o-transition: none;
       transition: none;
   }
   
   
   
   .node-type-page .drug-profiles .pic  {
       float: left;
       width: 40%;
       margin: 0 15px 0 0;
       padding: 6px;
       height: auto;
       overflow: hidden;
       border: 1px solid rgba(0, 0, 0, 0.1);
       margin-bottom: 6px;
       box-shadow: 5px 5px 12px rgba(0, 0, 0, .2);
   }
   
   
   
   
   /* END DRUG PROFILES BASIC PAGE */
   


   /* DRUG PROFILE MAIN PAGE */
   
   .node-type-page .drug-profiles .all-drug-profiles-list {
    column-count: 2;
    list-style-type: none;
    margin: 24px 0 24px 6px;
    padding: 0
}



.node-type-page .drug-profiles .all-drug-profiles-list li {
    padding: 0 0 18px 0;
    
}



.node-type-page .drug-profiles .all-drug-profiles-list li a {
    padding: 6px 18px;
    
}


.node-type-page .drug-profiles #title {
    background-position: center !important;
    background-size: cover !important;
    
}	    
    


   
   
   
   
   
   