/* ================================
    CSS STYLES FOR minis skin 
	11.4.2020 -  superanthony
   ================================
*/   


.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dn { display: none; }
.db { display: block; }
.dib { display: inline-block; }

/* custom universal classes */
.dn {
    display: none;
}

.non-interact {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease-in-out;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* universal "hide-me" class at mobile cut-off, 768px */
	@media all and (max-width: 768px) {
	.mobile-hide-me {
		display: none;
	}
}
	@media all and (min-width: 768px) {
	.desktop-hide-me {
		display: none !important;
	}
}

/*make certain columns & text pretty on mobile*/
 @media (max-width: 1030px) 
 { 
   .columnbreak 
   { 
     min-width: 100% !important; 
   }
 } 

 @media (min-width: 880px) and (max-width: 1030px)
 { 
   .textbreak1
   { 
    font-size: 15px !important; 
   }
 } 

 @media (min-width: 768px) and (max-width: 880px)
 { 
   .textbreak2
   { 
    font-size: 13px !important; 
   }
 } 

 @media (min-width: 768px) and (max-width: 1030px)
 { 
   .textbreak3
   { 
    font-size: 12px !important; 
   }
 } 

/*Pad breadcrumbs on the left*/
.breadcrumbs
{
  padding-left: 75px;
}

 @media (max-width: 768px)
 { 
   .breadcrumbs
   { 
    padding-left: 7px;
   }
} 

/* --!-- This section affects the Register/Login section --!-- */
/*Fix the height differential on search/login*/
span.magnifier {
    margin-bottom: 2px;
}
.userLogin {
	margin-bottom: 5px;
    font-size: 15px;
    color: #4d4d4d;
}

/* Fix the header on mobile */
/*#mobileheader-639685, #mobileheader-639685 .header-area {
    height: auto;
}
div.mobile-header-replace {
    height: auto;
}*/
/* Fix the font size of the Register/Login stuff */
#dnn_dnnUser_userNameLink {
	font-size: 15px;
	font-weight: normal;
	color: #4d4d4d;
	margin-bottom: 5px;
}

@media all and (max-width: 992px) {
	#dnn_dnnUser_userNameLink { color: white; }
    .userLogin { color: white; }
}

/*Also hide the "Register" button*/
li.userRegister {
    display: none !important;
}
/* --!-- End Section --!-- */

/*Class for Footer Layout -  make <h4> pretty*/
.prettifyh4 h1 h4
{
 font-size: 21px;
 padding-top: 10px;
 color:white;
  font-weight: normal;
}
.footer h2 
{
 font-size: 21px;
 padding-top: 10px;
 color:white;
  font-weight: normal;
}
.footer  h4
{
 font-size: 21px;
 padding-top: 10px;
 color:white;
  font-weight: normal;
}

/* Make footer text smaller */
.footer-info-box
{
  font-size: 12px !important;
}

/* Sets a min width on the MAIN NAV to prevent stepdown when the browser shrinks */
.minwidth { min-width: 1000px; }

/* Used to provide button like qualities to non-buttons */
.hover-opac:hover
{
  transition: .2s;
  opacity: .6;
  cursor: pointer;
}
.hover-light:hover
{
  transition: .2s;
  background-color: #e8faff;
  cursor: pointer; 
  border-radius: 10px;
}

/* Used to scale images when you hover them */
.hover-zoom { 
  transition: .3s; cursor: pointer; 
}
.hover-zoom:hover { 
  -ms-transform: scale(1.1); /* IE 9 */ -webkit-transform: scale(1.1); /* Safari 3-8 */ transform: scale(1.1);
}

.header-no-padding .container {
padding:0px;
}

/* ensures mobile header retains its shape as browser shrinks*/
.mobile-header .logo img
{
  max-width: 100% !important;
}

.mobile-header .header-area
{
  padding-left: 0px;
  padding-right:0px;
}

.header-mobile-bottom
{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/*  =========== */ 
/* end minis CSS */
/*  =========== */ 



.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.video-container43 {
position: relative;
padding-bottom: 75%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container43 iframe,
.video-container43 object,
.video-container43 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.fc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fcol {
    flex-direction: column;
}





/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


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

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

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

A.SelectedTab:hover    {
}

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

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

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

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

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

#logo
{
width: 100%;
}

#dnn_dnnLOGO_imgLogo
{
width: 100%;
}

.userProfileImg
{
  display: none;
}




























