/*for data viewer event listings*/
.DVMasterDSS br, hr {
    display: block;
   margin: 1px 0;
}
.DVMasterDSS hr {
   margin: 10px 0 0 0;
}
.nobr br {
    display: none;
}
.ONYAKDV_DISPLAYSECTIONDATAVIEW {
    margin-top: 0;
    padding: 0;
}
/*for Blog posts*/
ul.simple-post-list li {
    padding: 0 !important;
}
/*For Staff page*/
.thumb-info-social-icons {
  display: none !important;
}
.thumb-info { max-width: 300px !important; }
/*Customised heading styles*/
h1 {
    font-size: 32px !important;
    color: #009fad !important;
}
h6 {
    font-size: 24px !important;
    color: #009fad !important;
  margin-bottom: 16px !important;
  line-height: 42px !important;
}
h3 {
  margin-bottom: 20px !important;
  color: #7030a0 !important;
}
h4 {
    font-size: 18.6px !important;
    color: #7030a0 !important;
}
h5 {
    color: #009fad !important;
}
.breadcrumbs a {
  color: #459cb0 !important;
}
/*Offset achor to allow for heading when page is scrolled past the fold.*/
a.anchor {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
}
@media (max-width: 991px) {
  a.anchor {
	top: -220px;
  }
}
/* required to prevent the logo from being clipped on scrolling*/
@media (min-width: 992px) {
    .logo.logo-sticky-active img {
        top: 45px !important;
    }}
/* CSS updates for AccordLMS.TelerikControls.2016.1.113.40_Install.zip */
/* Apply updates to portal.css which can be accessed from */
/* DNN Admin > Site Settings > Stylesheet Editor */

/* RadCombobox Fixes */
.RadComboBox_izmlms .rcbReadOnly .rcbInputCellLeft {
   background-position: 0 -66px !important;
}

.RadComboBox_izmlms .rcbHovered .rcbReadOnly td.rcbInputCellLeft { 
   background-position: 0 -22px !important;  
}

.RadComboBox_izmlms .rcbHovered .rcbReadOnly .rcbArrowCellRight { 
   background-position: -38px -88px !important; 
} 

.RadComboBox_izmlms .rcbFocused .rcbReadOnly .rcbArrowCellRight { 
   background-position: -74px -88px !important; 
} 

.RadComboBox_izmlms .rcbFocused .rcbReadOnly td.rcbInputCellLeft {
    background-position: 0 -44px !important;
}

.reTextAreaHidden {
    display:none !important; 
}  
  

.reDropdown .FontName {
    max-width:80px; 
}  

.rcbSlide {
    position:absolute !important;
} 

.RadComboBoxDropDown_Default .rcbScroll {
    overflow:hidden !important;
    max-height: 242px !important;
} 

.RadComboBoxDropDown_izmlms {
    max-height: 150px !important;

} 

.RadMenu ul.rmGroup {
    padding: 0 !important;
}

/* RadEditor Fixes */
.RadEditor table.reLayoutWrapper {
  width: auto !important;  
}  

.RadEditor {
  height:auto !important; 
}  

/* Radtreeview Fixes */
.RadTreeView_izmlmsRole[disabled] {
 	opacity:1 !important; 
}


