/* 
 * 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
 *---------------------------------------------- -------- --------  */ 
/* SIZE LEGACY LOGO */
IMG#dnn_dnnLOGO_imgLogo {
    max-width: 85px !important;
    height: auto;
}
/* SCALE SOS LOGO FOR SCREEN SIZES */
@media screen and (max-width: 768px) {
header .logo img {
    max-width: 100px !important;
    height: auto;
}
}
@media screen and (min-width: 769px) and (max-width: 959) {
header .logo img {
    max-width: 100px !important;
    height: auto;
    margin-left: 0px;
}
}
@media screen and (min-width: 960px)  {
header .logo img {
    max-width: 110px !important;
    height: auto;
}
}
/* END LOGO SCALING */
/* HOME PAGE ANNOUNCEMENTS MODULE */
/* Hide on desktop and black links  */
@media screen and (min-width: 768px) {
  #LiveHTMLWrapper9751 {
    display: none;
  }
}
#LiveHTMLWrapper9751 a, a:visited {
      color: #000000;
  }
/* -------------------------------------------------------------------------------- */
/* REDUCE SPACING BETWEEN MAIN MENU ITEMS */
ul.nav-main li a {
  padding: 10px 8px !important;
}
ul.sub-menu li a {
  padding: 4px 0px 4px !important;
}
/* HIDE/SHOW HOME PAGE SLIDERS */
/* Hide wide slider on mobile */
@media screen and (max-width: 767px) {
#dnn_ctr6111_ContentPane {
    display: none !important;
}
}
/* Hide narrow slider on desktop  */
/* @media screen and (min-width: 768px) {   */
/* #dnn_ctr6670_ContentPane {  */
/*     display: none !important;  */
/* }  */
/* }   */
@media screen and (min-width: 768px) {
#dnn_ctr6665_ContentPane {
    display: none !important;
}
} 
/* REDUCE FOOTER TOP PADDING */
.body>#footer {
   padding-top: 10px;
   margin-top: 0px;
}
/* HIDE MAHARAJ JI'S SCHEDULE PAGE ON DESKTOP  */
@media screen and (min-width: 768px) {
  .DnnModule-6197 {
/* #dnn_ctr6197_ModuleContent {  */
    display: none !important;
}
}
/* HIDE/SHOW ANNC STRIP AT TOP OF HOME PAGE */
/* Can be hidden/shown on desktop or mobile or both */
/* hide="none", show="block" */
/* Hide/show annc strip on desktop */
@media screen and (min-width: 768px) {
#dnn_ctr7241_ContentPane {
    display: none !important;
}
}
/* HIDE/SHOW ANNOUNCEMENT STRIP ON MOBILE */
@media screen and (max-width: 767px) {
#dnn_ctr7241_ContentPane {
    display: block !important;
}
}
/* MISC. OVERRIDES OF BOOTSTRAP CLASSES */
.lead {
	line-height: 1.75rem;
    color: #777777;
}
/* HIDE OBJECT ON DESKTOP & SHOW ON MOBILE */
/* hide="none", show="block" */
.mobileshow { 
    display:none !important; 
}
@media screen and (max-width: 767px) {
.mobileshow { 
     display:none !important;
}
}
@media screen and (min-width: 768px) {
.mobileshow { 
     display:none !important;
}
}
/* HIDE OBJECT ON DESKTOP & SHOW ON MOBILE 01/2020 */
@media screen and (max-width: 767px) {
.hide-on-mobile { 
     display:none !important;
}
}
@media screen and (min-width: 768px) {
.hide-on-desktop { 
     display:none !important;
}
}
/* MISC NEW SOS CLASSES */
.bg-blue {
 	background-color: #2f5597 !important;
}
.text-blue {
 	color: #2f5597 !important;
}
.bg-gold {
 	background-color: #d79922 !important;
}
.text-gold {
 	color: #d79922 !important;
}
.bg-green {
 	background-color: #88b04b !important;
}
.text-green {
 	color: #88b04b !important;
}
.bg-tan {
 	background-color: #efe2ba !important;
}
.bg-red {
 	background-color: #be5406 !important;
}
.text-red {
 	color: #be5406 !important;
}
.bg-lightblue {
 	background-color: rgba(2,139,255,0.15) !important;
}
.bg-lightlightblue {
 	background-color: rgba(184,206,236,0.3) !important;
}
.bg-lightgray {
	background-color: #f4f4f4;
}
.text-gray {
	color: #606a74 !important;
}
.bg-gray {
	background-color: #555555;
}
.p-large {
    font-size: 2rem;
}
.blockquote {
     font-family: 'Satisfy', cursive !important;
     font-size: 2.5rem !important;
     line-height: 3.5rem !important;
}
.blockquote-footer {
     font-family: 'Open Sans', sans-serif !important;
     font-size: 1.25rem !important;
      text-align: right;
}
.dropcap {
  color: #903;
  float: left;
  font-family: Open Sans,sans-serif;
  font-weight: 700;
  font-size: 85px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 0px;
}
/* SOS FIX FOR CARD IMAGE HEIGHT ISSUE WITH IE */
.card-img-top { 
    min-height: 0.01px;
}
/* SCHEDULE PAGE BUTTON TEXT */
.schedule-text {
    font-weight: 500;
    letter-spacing: .05em;
}
/* CLASSES BELOW ARE NATIVE TO THIS FILE */
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* FORMAT FORM AND LIST MODULE TABLES */
.dnnGridItem td, .dnnGridAltItem td {
    padding: 8px;
    padding-right: 30px;
}
/* BUttON ON MOBILE HOME PAGE */
.btn-mobile {
   border: solid 2px black important; 
   border-radius: 15px !important;
   color: #ffffff !important;
}
.dnnGrid {
  margin-top: 25px;
}
.sos-border-radius-10 {
     border-radius: 10px !important;
}
.sos-button-radius {
     border-radius: 15px !important;
}
.sos-btn-rounded-white {
    border: solid .05em black !important;
    border-radius: 15px !important;
   color: #000000;
   background-color: #ffffff;
 /* Include btn & btn-sm classes */
}
/* module divider header - use with h4 and Bootstrap color class */
.sos-border-header { 
    border-top: solid .04em #000000;
    margin-bottom: 1rem;
} 
.hr-solid {
    border: 1px solid #999999; 
    margin-top: 5px; 
    margin-bottom: 15px;
}
/* -------------------------------------------------------------------------------- */
/* INNERGY CLASSES BELOW */
/* background color for the content part of the pages */
.in-bg-lightgreen {
    background-color: #bbf2e9;
}  
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  {
  margin-bottom: 1rem !important;
}

H3  {
  margin-bottom: 1rem !important;
  line-height: 2.0rem !important;
}

H4  {
}

H5  {
    font-size: .9rem !important;
  line-height: .9rem !important;
  font-weight: 400 !important;
}

H6  {
  border-top: solid .04em #000000;  font-weight: 700 !important;
  text-transform: none !important;
  color: #555555 !important;
  margin-bottom: 2rem !important;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
  font-family: open sans,sans-serif;
  font-size: 14px;
}

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{
}
.bg-primary {
	background-color: #2f5597 !important;
}
.bg-tertiary {
	background-color: #be5406;
}

.Law .feature-box-icon em:before {
    font-size: 35px !important;
}
/* INNERGY CLASSES */
.in-bg-lightgreen {
     Background-color: #bbf2e9;
}
.in-bg-mediumgreen {
     Background-color: #49a6b8;
}
.in-bg-darkgreen {
     Background-color: #29566f;
}





















































































































































































































