/* 
 * 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{
}


#dnn_ctr1873_ContentPane input {
    position: relative !important;
    z-index: 9;
}
.desktoponly {
    display:block;
}
.mobileonly {
    display:none;}

@media only screen and (max-width:800px){

  .newfootset2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
  }
  
.mobileonly {
    display:block;
}
.desktoponly {
    display:none;
}
.mobileonly img {
    margin-bottom:5px;
}
  .full {
      min-height:70vh;
  }
  
  }
.buttons {
    margin:0;
}
.buttons a,.buttons a:active,.buttons a:focus,.buttons a:visited,.buttons a:hover,.buttons a:link {
  background: #1c3553;
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  color: #fff !important;
}





.bottomblock {
  border-bottom: solid 50px;
}

.bottomblock .slidetext {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-left: 25%;
}

.bottomblockskinny {
  /* border-bottom: solid 25px !important; */
}

.bottomblock p:first-child {
    font-size:50px !important;
    color:#1c3553;
    font-weight:500;
}

.tealgreen {
    border-color:#008484 !important;
}


.purplebar {
    border-color:#6D5386 !important;
}

.lightbluebar {
    border-color:#4494A7 !important;
}

.greenbar {
     border-color:#008445 !important;
}

.orangebar {
    border-color:#E98401 !important;
}

.pinkbar {
    border-color:#E0005b !important;
}

.redbar {
    border-color:#dd0c15 !important;
}


.darkcyanbar {
    border-color:#009990 !important;
}

.darkbluebar {
    border-color:#007aB5 !important;
}







a.backbutton {
  display: inline-block;
  background: #1c3553;
  padding: 10px;
  color: #fff;
  float:right;
  font-size:14px;
  font-weight:normal;

}
a:backbutton:hover {
    color:#fff !important;
}


.haem,.haem h2 {
  background: #e0045b !important;
}


.instr,.instr h2 {
  background: #3c5f4b !important;
}




ul.icon-logo li {
    list-style: none !important;
}

.cta {
    background-color:#fede00;
    padding:2rem;
    margin-bottom:20px;

p {
    font-size: 18px;
}


    a.button {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    display: inline-block;
}
}





.obcbanner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}


/* Make sure the image is responsive */
.obcbanner img {
  display: block;
  width: 100%;
  height: auto;
}
.obcbanner img {
    display:block;
}

.obcbanner p:not(:first-child) {
display:none;
}



@media only screen and (min-width:1280px){


.obcbanner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Remove spacing around DNN-wrapped image <p> */
.obcbanner > p:first-child:has(img) {
  margin: 0;
}

/* Make sure the image is responsive */
.obcbanner img {
  display: block;
  width: 100%;
  height: auto;
}

/* Overlay container for the text */
.obcbanner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}

/* Text content layered on top */
.obcbanner p:not(:first-child) {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  text-shadow:0 6px 10px rgba(0,0,0,1);
  margin: 0;
  padding: 0 1rem;
  display:block;
}

/* Headline */
.obcbanner p:nth-of-type(2) {
  top: 15%;
  font-size: 3rem;
  font-weight: bold;
}

/* Subheadline */
.obcbanner p:nth-of-type(3) {
    top: 40%;
    font-size: 1.9rem;
    width: 55%;
    font-weight: 400;
    margin-top: 20px;
}


}

@media only screen and (min-width:1820px){
/* Text content layered on top */
.obcbanner p:not(:first-child) {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  text-shadow:0 6px 10px rgba(0,0,0,1);
  margin: 0;
  padding: 0 1rem;
  display:block;
}

/* Headline */
.obcbanner p:nth-of-type(2) {
  top: 25%;
  font-size: 3rem;
  font-weight: bold;
}

/* Subheadline */
.obcbanner p:nth-of-type(3) {
    top: 40%;
    font-size: 1.9rem;
    width: 55%;
    font-weight: 400;
    margin-top: 20px;
}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
  
/* Text content layered on top */
.obcbanner p:not(:first-child) {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  text-shadow:0 6px 10px rgba(0,0,0,1);
  margin: 0;
  padding: 0 1rem;
  display:block;
}

/* Headline */
.obcbanner p:nth-of-type(2) {
  top: 15%;
  font-size: 3rem;
  font-weight: bold;
}

/* Subheadline */
.obcbanner p:nth-of-type(3) {
    top: 40%;
    font-size: 1.9rem;
    width: 85%;
    font-weight: 400;
    margin-top: 20px;
}
}




ul.icon-logo li ul li {
    padding: 0 !important;
    background-image: url('https://www.oxfordbiosystems.com/Portals/0/two.jpg') !important;
    background-repeat: no-repeat;
    font-size: 14px;
 
   
        background-position: left 5px;
        padding-left: 30px !important;
        margin-bottom:5px;
}


ul.icon-logo ul li a {
    font-size:14px;
}









