/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.primary_structure span img{
  display: none;
}
.box p{
  margin: 0;
}

div.article.preview div.box p:last-child{
  margin-bottom: 0 !important;
  
}
div.article.preview .box p:last-child:after{
  	position: relative;
   background: transparent;
  left: auto;
  bottom: auto;
 
}

/* .box needs air under  KJ */

.box{
  	margin-bottom: 5px;
}
/* sidebar headings need larger line-hieght  KJ */
sidebar h2{
  	line-height: 1.1em; /* em so no matter the size of the text, the line-height follows */
}

/* readers forum now == commentary KJ */

.Readers.Forum .vertical{
        visibility: hidden;
}

.Readers.Forum .vertical:before{
        position:absolute;
        content: "Commentary";
        visibility: visible;
        right: 0px;
        display: inline;
}

/* wrap the cut lines on images */

.divPFMainShortCode{
   max-width: 210px !important;
}

/* styles for QandA sections of content */
.q{
  color: #A97C50;
  font-weight: bold;
  font-size: 18px;
}
.q:before{
    content:"Q:";
    font-size: 1.4em;
    padding-right: 5px;
    vertical-align: bottom;
    color: #158999
        
    
}
/* breakout box */

.breakout{
  padding: 10px;
  border: 1px solid #ddd;
  margin: 20px 0;
  background: #f6f6f6;
}

/* supplemental images, wrapped in a p.suppelemental with a data-caption attribute for the content of :before  */

p.supplemental{
    position: relative;
    
}
p.supplemental:before{
        content: attr(data-caption);
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 5px;
        background: rgba(200,200,200,.8);
    color: #333;
    font-size: 12px;
    text-align: right;
    
}

blockquote{
  	border-left: 3px solid #005386;
  border-right: 3px solid #005386;
}

 /* fix font awesome */

.fa, .far, .fas {
  font-family: "FontAwesome" !important;
}

/* author box in Explorer builds incorrect link for author profiles.
** Creats link to 'articles by this author' and uses incorrect author ID 
** disabling pointer events with CSS */

.author-box .col-sm-12 a{
    cursor: default;
    pointer-events: none;
}

.align-left{
  float: left; 
  margin: 0 10px 10px 0;
}
figure{
width: 150px;
  border: 1px solid #eee;
  padding: 8px;
}
div.content-image-panel.headshots{
  clear: both;
}

blockquote p,
blockquote{
  font-size: 18px !important;
  line-height: 27px !important;
}
blockquote a.keyword{
   		cursor: default;
        pointer-events: none;        
        text-decoration: none;
  border: none;
  color: #777;
}
.gated h1:first-of-type{
    margin-top: .5em
}

/* Drop cap for after .box */
.explorer-dropcap{
  color: #A97C50;
float: left;
font-family: "Roboto Condensed";
font-size: 4em;
line-height: 40px;
padding-top: 0;
padding-right: 6px;
padding-left: 0;
}
.box{
  margin-bottom: 20px;
}
@media(min-width:768px){
  .cc-2{
    column-count: 2;
    column-gap: 40px !important;
  }
}
.box li{
  font-size: .9em;
}
.box li + li{
  margin-top: 0;
}

.box ul{
  margin-bottom: 0;
}

div.content-image-panel.headshots{
  justify-content: flex-start !important;
}
blockquote{
  border-left: 3px solid #158999;
  border-right: 3px solid #158999;
}
































