/* 
 * 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
{
    font-size: 16px;
    line-height: 2.25em;
    color: #000000;
}

/* 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  {
  margin-top: 0;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
  list-style-type: none;
}

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

#skin_header {
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px 1px rgba(189,189,189,1);
    -moz-box-shadow: 0px 2px 2px 1px rgba(189,189,189,1);
    box-shadow: 0px 2px 2px 1px rgba(189,189,189,1);
}

.logo {
  	height: 65px;
}

..menu_box {
  	padding-top: 10px;
}

#skin-header .logo_style {
    padding: 20px 15px !important;
}

.site_logo {
  padding: 20px 0;
}

.btn {
    display: inline-block;
    padding: 10px 70px;
    margin: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #1e3153;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #1e3153;
    font-weight: 700;
    letter-spacing: 4px;
}

.btn-primary, .btn-warning, .btn-danger, .btn-success, .btn-info {
  	color:#1e3153 !important;
}

.btn-primary:hover {
  	color:#ffffff !important;
}

.DNNModule .btn-primary:hover, .btn-primary:active {
  	background-color: #1e3153 !important;
    color: #ffffff !important;
}

.breadcrumb {
  	background: #ffffff;
}

#HeaderFour #standardMenu li.lampback {
    border-bottom-color: transparent !important;
}

#standardMenu .rootMenu >li a span {
    font-size: 14px !important;
  	font-weight: 700 !important;
}

.menu_box {
    padding-top: 20px !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #c0c0c3;
}

/* p {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 2.5em;
    font-weight: bold;
    color: #000000;
}
*/


.footer_top h3 {
  	font-weight: 700;
  	color: white;
  	border-bottom: 4px solid #6c853a;
  	padding-bottom: 8px;
  	font-size: 18px;
  	letter-spacing: 1px;
}

.footer_top a:link, .footer_top a:visited  {
  	color: white;
  	text-decoration: none;
  	font-size: 15px;
}

.footer_top a:hover {
  	text-decoration: underline;
}

.footer_top ul {
  	margin: 15px 0 0 0;
}

.footer_top ul li {
 	margin-bottom: 15px; 
}


#skin_topLeft {
    float: left;
    margin-top: 6px;
}

.main-content p {
    margin: 0 0 40px 0;
    font-size: 16px;
    line-height: 2.25em;
    color: #000000;
}

.skin_main {
  min-height: 20px;
}

.selected a span {
   border-bottom: 3px solid #6c853a;
}

.breadcrumb {
  	padding: 0 !important;
}

.menu_box {
    padding-top: 34px !important;
}


.page_name {
  	background-color: #d1d2d3 !important;
}

.dnnpane > [class*="col-md"], .dnnpane > [class^="col-md"] {
    padding: 0px 15px;
}

.skin_top_content, .Bt1_content, .Bt1_top {padding: 0 !important;}

h2.c_title {display: none;}

.pagename_style h1 {
    display: none;
}

th, td {vertical-align: top;display:block;text-align: center}

@media (min-width: 1024px) {
  th, td {display: table-cell;text-align:left}
}





































