/* 
 * 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{
}
@media screen and (min-width: 200px) and (max-width: 499px) {

/* Input Types*/
.dnnFormItem input[type="text"],
.dnnFormItem input[type="password"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="tel"],
.dnnFormItem select,
.dnnFormItem textarea {
    width: 35%;
    max-width: 200px;
}

}

@media screen and (min-width: 500px) {
/* Input Types*/
.dnnFormItem input[type="text"],
.dnnFormItem input[type="password"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="tel"],
.dnnFormItem select,
.dnnFormItem textarea {
   width:45%;
    max-width: 445px;
}

}
img {max-width:100%}

.singleNewsThumbnailCss{
 height: 125px; 
}

/* Custom for Carousel */

a[class*="prev"] {
      background-position: 0 0;
  left: 10px;
line-height: 0; 
    font-size: 0;
    color: transparent; 
}
a[class*="next"] {
  background-position: -32px 0;
  right: 10px;
  line-height: 0; 
  font-size: 0;
  color: transparent;
  margin-left: 3rem;
}
.hp__slider {
  
  text-align: center !important;
}

/* End carousel style rules */


.ctr {
    max-width: none;
}

#dnn_mysix_specialright {
 display:none; 
}


/****************************************/
/* SCG Style additions */
/****************************************/

h1.cv19  {background-color: #0091b6;
    color: #fff !important;
    padding: 12px;
    font-size: 35px;
    margin-bottom: 10px;
}

/* MY600 template overrides[ */
.my600-4col,
.my600-3col{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 20px; 
}

.my600-4col.site-main_subpgs{
  background-color: #e9e9e9 !important;
  vertical-align: top;
  margin: 10px -30px;
  width: 107%; 
}

.my600-4col.site-main_subpgs article{
  margin: 0;
  vertical-align: top;
  -webkit-box-flex: 23.5%;
      -ms-flex: 23.5%;
          flex: 23.5%;
  max-width: 23.5%;
}

.my600-3col.site-main_subpgs article{
  vertical-align: top;
}

.my600-3col.site-main_subpgs article.pos1,
.my600-3col.site-main_subpgs article.pos2{
  -webkit-box-flex: 37%;
      -ms-flex: 37%;
          flex: 37%;
  max-width: 37%;
}

.my600-3col.site-main_subpgs article.pos3{
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  max-width: 25%;
}
.my600-3col-img-container {
display: inline-block; float: left; 
  /*width: 30%;*/
  width:25%;
}

.my600-3col-text-container {
  display: inline-block; text-align: left; width: 70%;
}

.my600-4col.site-main_subpgs article header,
.my600-3col.site-main_subpgs article header{
  display: none;
}

h4.my600-3col-head, h4.my600-4col-head {
padding: 6px 0 0; 
}
h4.my600-3col-head a.my600-link, h4.my600-4col-head a.my600-link {
    color: #333 !important;
}
p.my600-3col-desc, p.my600-4col-desc {
padding-top: 5px; 
color: #777;
font-size: .75em;
line-height: 1.4em;
}
p.my600-4col-desc {
  color:#333;
}

img.my600-3col-icon, img.my600-4col-icon {
  clear:both;
 margin-bottom:18px; 
 width:67px;
}
img.my600-3col-icon {
  margin-right:4px;
}

@media(max-width: 940px){
.my600-3col-text-container {
width: 65%;
}
}
@media(max-width: 800px){
  .my600-4col.site-main_subpgs{
    padding: 1em 2em;
  }
    
  .my600-4col.site-main_subpgs article{
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }

  .my600-3col.site-main_subpgs article.pos1,
  .my600-3col.site-main_subpgs article.pos2{
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
  
  .my600-3col.site-main_subpgs article.pos3{
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  } 
}

@media(max-width: 768px){
  .my600-4col.site-main_subpgs{
     margin: 10px -30px 10px -10px;
  }
    h4.my600-3col-head, h4.my600-4col-head {
    font-size:1.2rem;
}
}

@media(max-width: 480px){
  .my600-4col.site-main_subpgs article{
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  
  .my600-3col.site-main_subpgs article.pos1,
  .my600-3col.site-main_subpgs article.pos2{
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  
  h4.my600-3col-head, h4.my600-4col-head {
    font-size:1.3rem;
}
  
}



/* ] */


article{
  vertical-align: top;
}

.scg-ca-archive-item{
  float: left;
  font-size: 1.75em;
  margin-right: 10px;
  vertical-align: top;
  width: 200px;
}

.scg-ca-archive-item a{
  color: #009ab6 !important;
}

.scg-ca-archive-item img{
  border: 1px solid black;
}

.button.store {
x	background: #000000 !important;
	color: #000000 !important;
}

/* front page slider overrides */
.hp__slider{
  max-width: initial !important;
}

.slide{
  width: 100%;
}

.slide > p{
  max-width: 100% !important;
  margin: 0 auto !important;
}

.hp__slider--imgs{
  box-sizing: content-box !important;
  margin-right: 0 !important;
}

.lSAction{
  margin-top: -30px !important;
}

.lSAction > a{
  display: inline-block !important;
  position: static !important;
}


/* Campaigns section */
#hp-campaign{
  padding: 0 40px;
}

#hp-campaign h1{
  color: #183547;
}

#hp-campaign .hp-feat_sect {
	float: left;
	/* height: 22em !important; */
  height: 12em !important;
	width: 240px;
}

#hp-campaign .hp-feat_sect_thumb {
	display: block !important;
	width: 95%;
}

#hp-campaign .leadin{
  width: 95% !important;
  max-width: 100% !important;
}

.hp-feat_sect div.leadin p a span{
  height: auto !important;
}

#dnn_ctr1640_ContentPane{
  background-color: #ffffff;
  overflow: hidden !important;
}

@media screen and (min-width: 600px)
{ .hp-feat_thin img.safety-img {
    max-width: 62% !important;
}}


/* Media queries */
/******************************/
@media screen and (max-width: 599px){
  #hp-campaign  header{
    padding: 0;
  }

  #hp-campaign h1 {
    color: #183547;
    background-color: #dedede;
    margin: 0 0 1rem;
    text-align: center;
  }
  
}

/* bottom footer issue */
  .DnnModule-anaiiEasyNews header {
    display: none;
}

.DnnModule-722 header{
	display: initial;
}













