/* 
 * 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;
}

/* Headline */
.obcbanner h1 {
  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;
}
/* Headline */
.obcbanner h1 {
  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;
}

.mainarea .icon-logo a {
    font-size: 14px !important;
}



.mainarea a {font-size:inherit !important;} */






svg.mobilesvg {
    width: 15px !important;
}




#Breadcrumb {
    display:block !important;
}

#Breadcrumb {
  padding-top: 20px;

  margin-bottom: 0px;
  background-color: transparent;
 

  
}

#Breadcrumb .fa {
    color:#1c3553 !important;
    margin-right:10px;
 
}

 #Breadcrumb a {
 font-family: franklin-gothic-urw,sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  letter-spacing: .02em !important;
  font-size: 13.68px !important;
  color:#444 !important;
}

#Breadcrumb a:hover {  color:#1c3553 !important;text-decoration:underline !important;}



svg.linkedinsvg {
    width: 20px;
    height: 20px;
}

i.fa.linkedinicon {
    float: right;
    margin-top: 3px;
}

div#dnn_ctr2449_ModuleContent {
    background: #fff;
    padding: 30px;
}

.blog-detail01 .detail-date .month {
    height: 25px;
    line-height: 25px;
    background-color: #1C3553 !important;
    color: #FFF;
    display: block;
    font-size: 14px;
}


.blog-detail01 .detail-description     ul li {
        padding: 0 3px 10px 20px;
        background-repeat: no-repeat;
        font-size: 15.68px;
        background-position: left 5px;
        padding-left: 30px;
background-image: url(/Portals/_default/skins/oxford%20biosystems/css/one.jpg);
    }

.blog-detail01 .detail-description .pdf-icon  li {
    background-image:none !important;

}

.blog-detail01 .detail-description .pdf-icon li a
 {
    font-size: 13.68px !important;
    font-weight: 500;
    color: #1c3553;
}

.detail-heading,.detail-author,.slick-slider {
    display: none !important;
}


.list-title a,.detail-title {
    color:#1C3553 !important;
}
.pager a:hover {
    color: #fff !important;
font-weight: normal !important;
}




.blog-list01 .list-gallery {
    display: none !important;
}



#article_inner2453
 {
 
    gap: 50px;
    background: #fff;
    padding: 40px;
}
#article_inner2453 img {
box-shadow:0px 4px 6px -1px rgba(120, 120, 120, 0.1);
}


#article_inner2453 .article_item {
  
    border: solid 1px #e5e5e5;
    padding: 30px;
}


#article_inner2453 .post_title {
    min-height:85px;
    margin-top:20px;
}

#article_inner2453 .post_summary {
    margin-bottom: 8px;
    margin-top: 20px !important;
}


@media screen and (min-width:1280px){
    .h1-centred-spaced {
    padding-left:2rem;
    padding-right:2rem;
}

.h1-centered-spaced {
    padding-left: 20rem;
    padding-right: 20rem;
}
}


.search-products-button {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:2rem;
}
.search-products-button a {
    background-color: #FFD700;
    color: #1A365D;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 25px 36px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease;
    display: inline-block;
}

.search-products-button a:hover {
  background-color: #F0C800; /* Slightly darker on hover */
}

.grey-icon-box {
    text-align: center;
    background: #f5f5f5;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.white-padded-h3-mid a,.new-blue-button a {
    display:inline-block;
    margin-top:20px;
    background-color: #1c3553;
    color: #fff;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 36px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease;
    margin-bottom:20px;
}
.white-padded-h3-mid a:hover,.new-blue-button a:hover {
    color:#fff !important;
}


.testimonial-container {
  display: flex;
  gap: 20px;
}

.testimonial-card {
  flex: 1;
  padding: 30px;
  border: 1px solid #D1D5DB; /* Light grey border */
  border-radius: 12px;        /* Rounded corners */
  background-color: #FFFFFF;
font-size:20px;

  line-height: 1.5;
  min-height: 220px;
  margin-bottom:20px;
}




.testimonial-card p {
    font-size:18px;
}







/* --- Desktop Styles (Your Original) --- */

.table-container {

    border: solid 1px #eee;

}
table.comparison-table tr td {

    background: #fff !important;

    color: inherit;

}



table.comparison-table tr:nth-of-type(2n+2) td {

    background: #ffffff !important;

}

table.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* CRITICAL: Forces equal column widths */
  background-color: #fff;
  margin: 0 !important;
}

/* Set the "Feature" column width */
table.comparison-table th:first-child,
table.comparison-table td:first-child {
  width: 25%; /* Slightly wider for feature names */
  text-align: left;
  font-weight: bold;
  background: #f8f8f8; 
}

/* Set the data columns to be exactly the same size */
/* We have 5 data columns. (100% - 25%) / 5 = 15% each */
table.comparison-table th:not(:first-child),
table.comparison-table td:not(:first-child) {
  width: 15%;
  text-align: center;
  word-wrap: break-word; /* Prevents long text from breaking the layout */
}

table.comparison-table th {
  background: #e7e3e3 !important;
  padding: 15px;
  text-align: center;
  color: #333;
  font-weight: 600;
}

table.comparison-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #444;
  vertical-align: middle;
}

.check { color: #4a5568; font-size: 40px; }

@media screen and (max-width: 600px) {

    .check { color: #4a5568; font-size: 20px; }
  
  /* --- 1. RESET DESKTOP CONSTRAINTS --- */
  table.comparison-table {
    table-layout: auto !important; /* Allows rows to stack vertically */
    min-width: 0 !important;       /* Prevents side-scrolling */
  }

  table.comparison-table th,
  table.comparison-table td {
    width: auto !important;        /* Overrides the 25% / 15% desktop widths */
    max-width: none !important;
  }

  /* --- 2. HIDE THEAD --- */
  .comparison-table thead {
    display: none;
  }
  
  /* --- 3. ROW STYLING (The "Card" look) --- */
  .comparison-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    background: #fff !important;
  }
  
  /* --- 4. CELL STYLING (Flexbox Layout) --- */
  .comparison-table td {
    display: flex;                  /* Side-by-side label and data */
    justify-content: space-between; /* Push label left, data right */
    align-items: flex-start;        /* Top-align for long text wrap */
    flex-wrap: wrap;                /* Prevents overlap on very long text */
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    font-size: .9em;
    text-align: right;              /* Data text aligns to the right */
  }

  /* Insert the Data-Label (e.g., CLASSIC, VSPOT) */
  .comparison-table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin-right: 15px;
    flex: 0 0 40%;                  /* Label takes 40% width */
    text-align: left;               /* Label text aligns to the left */
  }

  /* Data content area */
  .comparison-table td > * {
    flex: 1;                        /* Fill remaining space */
    min-width: 50%;                 /* Prevent excessive squashing */
  }

  /* Remove border from the bottom cell of a card */
  .comparison-table td:last-child {
    border-bottom: 0;
  }

  /* --- 5. FEATURE HEADER ROW --- */
  /* This styles the first cell of every row (the Feature name) */
  .comparison-table td:first-child {
    background-color: #f8f8f8 !important;
    justify-content: center;        /* Centers the Feature name */
    text-align: center;
    font-weight: bold;
  }
  
  .comparison-table td:first-child::before {
     display: none;                 /* Hide the redundant "Feature" label */
  }

   table.comparison-table td:not(:first-child) {

    text-align: left;
 
}
}


@media screen and (max-width: 600px) {
  /* This targets the first cell (the feature name) in every single row */
  table.comparison-table tbody tr td:first-child {
    background-color: #f8f8f8 !important; /* The grey you want */
    color: #333 !important;
    font-weight: bold !important;
    justify-content: center;
    text-align: center;
    display: flex; /* Ensures it stays a block header */
  }

  /* Hide the data-label for this specific cell so it doesn't say "Feature: EliSpot" */
  table.comparison-table tbody tr td:first-child::before {
    display: none !important;
  }
}




/* Only apply the flip on Desktop */
@media (min-width: 992px) {
  .desktop-reverse {
    display: table; /* Force container behavior for older BS */
    width: 100%;
    direction: rtl; /* This flips the horizontal flow of columns */
  }

  .desktop-reverse > div {
    direction: ltr; /* This ensures the text inside the columns reads correctly */
    display: inline-block;
    vertical-align: top;
    float: none !important;
  }
}



.whitepadded.clean.slimfaq {
    max-width: 850px;
    width:100%;
    display: block;
    margin: 0 auto;
}


.whitepadded.clean.slimfaq h3 {
    margin-bottom:0;
}




