/* 
 * 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{
}

.theHubBtmMenu {
  color:white !important;
}

/* vivid style starts */
.scdp-about-section
		{
			padding-top:30px;
            padding-bottom: 30px;
		}
	.scdp-about-section h1
		{
			margin-bottom:0px;
		}
	.scdp-about-section .heading-separator
	    {
			width: 100%;
			display: inline-block;
			margin-top: 10px;
			margin-bottom: 10px;
	    }
    .scdp-about-section .heading-separator .separator-line
        {
			border-bottom-style: dotted;
			border-bottom-width: 1px;
			border-bottom-color: #9e9e9e;
			width: 350px;
			float: left;
	    }
	 .scdp-about-section button
		{
			    background: #fc3;
				border: 0px;
				color: #fff;
				padding: 7px 42px;
				font-weight: 600;
				font-size: 19px;
				border-radius: 8px;
			
		}
		.scdp-about-section button:hover
		{
			    background: #00477a;
				}
		.img-border .line-separator
			{
			      position: relative;
                  overflow: hidden;
			}
			.img-border .line-separator::before
			{
			content: '';
			display: inline-block;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			border-bottom-color: #9e9e9e;
			border-bottom-style: solid;
			border-bottom-width: 1px;
			width: 100%;
			left: auto;
			right: 50%;
			margin-right: 50px;		
			}
			
			.img-border .line-separator::after
			{
			content: '';
			display: inline-block;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			border-bottom-color: #9e9e9e;
			border-bottom-style: solid;
			border-bottom-width: 1px;
			width: 100%;
			left: 50%;
			right: auto;
			margin-left: 50px;		
					}
					
					.scdp-about-section p
					{
						margin-bottom:10px;
					}
			
        .img-border .line-img	
			{
			  text-align: center;
			}
        .img-border .line-img img{    width: 40px;}
        .scdp-about-section .sub-heading p i{color:#000}
	    .scdp-about-section p a{color: #428bca;}
        .scdp-about-section .sub-heading p a:hover{text-decoration: none;}	
         .scdp-about-section .info-list-title{font-size: 20px;    margin-bottom: 0px;} 
		 .scdp-about-section .list-wrapper{margin:0px;padding:0px;}
		 .scdp-about-section .list-wrapper .info-list-item{    list-style: none;
			margin: 0;
			padding: 0;
			position: relative;padding-bottom: 20px;}
		.module-content {}
		.scdp-about-section .imgicon-wrap{
		    display: inline-block;
			vertical-align: top;
			margin-right: 10px;
		   }

	.scdp-about-section .icon-wrap .icon{display: block;}
	.scdp-about-section .icon-wrap .icon i{color: #00477a;
    font-size: 35px;   
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;}
	.scdp-about-section .info-list-connector
	{
	    left: 17.5px;
		top: 35px;
    height: calc(100% - 35px);
	border-style: solid;
    border-left-width: 1px;
	    float: none;
		    position: absolute;
    z-index: 1;
    border-width: 0 0 0 1px;
	}
	.scdp-about-section .info-list-item:last-child .info-list-connector
	{
	    display: none;
	}
	.scdp-about-section .info-list-description p{margin-bottom:0px;}
	.scdp-about-section .module-content-1 .icon-wrap .icon i
	{
	 color: #00477a;
    font-size: 15px;   
    line-height: 20px;
    height: 15px;
    width: 15px;
    text-align: center;
	
	}
	
	.scdp-about-section .module-content-1 .imgicon-wrap	 
		{
		  margin-right: 0px;
		}	
		
   .scdp-about-section .module-content-1 a p{color: #383838;}	
.scdp-about-section .button-1
		{
			    background:#00477a;
				border: 0px;
				color: #fff;
				padding: 7px 20px;
				font-weight: 600;
				font-size: 19px;
				border-radius: 8px;
			
		}  
.scdp-about-section .button-1:hover
		{
			    background: #fc3;
        }
.my-form input[type=text], .my-form textarea
		{
			border: 1px solid #eee;
			    border-radius: 2px;
				padding: 12px;
				color: #333;
				background-color: #e5e5e5;
				outline: none;
				width: 100%;
			margin-bottom: 15px;
		}
		.my-form input[type=submit]{
			    background-color: #428bca;
			color: #fff;
			border: 1px solid #2d6ca2;
			outline: none;
			position: relative;
			text-decoration: none;
			    padding: 5px 27px;
    font-size: 20px;
		}
		.my-form span{    color: #dd0606;}
.scdp-about-section
		{
			padding-top:30px;
		}
	.scdp-about-section h1
		{
			margin-bottom:0px;
		}
	.scdp-about-section .heading-separator
	    {
			width: 100%;
			display: inline-block;
			margin-top: 10px;
			margin-bottom: 10px;
	    }
    .scdp-about-section .heading-separator .separator-line
        {
			border-bottom-style: dotted;
			border-bottom-width: 1px;
			border-bottom-color: #9e9e9e;
			width: 350px;
			float: left;
	    }
	 .scdp-about-section button
		{
			    background: #fc3;
				border: 0px;
				color: #fff;
				padding: 7px 42px;
				font-weight: 600;
				font-size: 19px;
				border-radius: 8px;
			
		}
		.scdp-about-section button:hover
		{
			    background: #00477a;
				}
		.img-border .line-separator
			{
			      position: relative;
                  overflow: hidden;
			}
			.img-border .line-separator::before
			{
			content: '';
			display: inline-block;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			border-bottom-color: #9e9e9e;
			border-bottom-style: solid;
			border-bottom-width: 1px;
			width: 100%;
			left: auto;
			right: 50%;
			margin-right: 50px;		
			}
			
			.img-border .line-separator::after
			{
			content: '';
			display: inline-block;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			border-bottom-color: #9e9e9e;
			border-bottom-style: solid;
			border-bottom-width: 1px;
			width: 100%;
			left: 50%;
			right: auto;
			margin-left: 50px;		
					}
					
					.scdp-about-section p
					{
						margin-bottom:10px;
					}
			
        .img-border .line-img	
			{
			  text-align: center;
			}
        .img-border .line-img img{    width: 40px;}
        .scdp-about-section .sub-heading p i{color:#000}
	    .scdp-about-section p a{color: #428bca;}
        .scdp-about-section .sub-heading p a:hover{text-decoration: none;}	
         .scdp-about-section .info-list-title{font-size: 20px;    margin-bottom: 0px;} 
		 .scdp-about-section .list-wrapper{margin:0px;padding:0px;}
		 .scdp-about-section .list-wrapper .info-list-item{    list-style: none;
			margin: 0;
			padding: 0;
			position: relative;padding-bottom: 20px;}
		.module-content {}
		.scdp-about-section .imgicon-wrap{
		    display: inline-block;
			vertical-align: top;
			margin-right: 10px;
		   }
.scdp-about-section .info-list-content-wrapper
	{
                /* float: none; */
			    /* position: relative; */
                display: flex !important;
	}
	.scdp-about-section .info-list-content{ 
    display: inline-block;
    /* width: calc(100% - 36px); */
    vertical-align: middle;}
	.scdp-about-section .icon-wrap .icon{display: block;vertical-align: middle;}
	.scdp-about-section .icon-wrap .icon i{color: #00477a;
    font-size: 35px;   
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;}
	.scdp-about-section .info-list-connector
	{
	    left: 17.5px;
		top: 35px;
    height: calc(100% - 35px);
	border-style: solid;
    border-left-width: 1px;
	    float: none;
		    position: absolute;
    z-index: 1;
    border-width: 0 0 0 1px;
	}
	.scdp-about-section .info-list-item:last-child .info-list-connector
	{
	    display: none;
	}
	.scdp-about-section .info-list-description p{margin-bottom:0px;}
	.scdp-about-section .module-content-1 .icon-wrap .icon i
	{
	 color: #00477a;
    font-size: 15px;   
    line-height: 20px;
    height: 15px;
    width: 15px;
    text-align: center;
	
	}
	
	.scdp-about-section .module-content-1 .imgicon-wrap	 
		{
		  margin-right: 0px;
		}	
		
   .scdp-about-section .module-content-1 a p{color: #383838;}	
.scdp-about-section .button-1
		{
			    background:#00477a;
				border: 0px;
				color: #fff;
				padding: 7px 20px;
				font-weight: 600;
				font-size: 19px;
				border-radius: 8px;
			
		}  
.scdp-about-section .button-1:hover
		{
			    background: #fc3;
        }
		
		
		.my-form input[type=text], .my-form textarea
		{
			border: 1px solid #eee;
			    border-radius: 2px;
				padding: 12px;
				color: #333;
				background-color: #e5e5e5;
				outline: none;
				width: 100%;
			margin-bottom: 15px;
		}
		.my-form input[type=submit]{
			    background-color: #428bca;
			color: #fff;
			border: 1px solid #2d6ca2;
			outline: none;
			position: relative;
			text-decoration: none;
			    padding: 5px 27px;
    font-size: 20px;
		}
		.my-form span{    color: #dd0606;}

.btn-success a {
  color: #fff !important;
}
.btn-success a:hover {
text-decoration: none !important;
}


 
 @media (max-width:767px)
 {
     .scdp-about-section .info-list-content{
             width: calc(100% - 36px);
     }
     .left {
    float: none;
}

 }



.H1-Container {
    scroll-padding-top: 150px;
}


#Page .sidebar .button {
    padding: 0.25rem 0.75rem !important;
    font-size: .8375rem !important;
}






