/*===========Nav Styles================*/
#proav-nav{
    width: 100%;
	background-color: #f1f1f1;
	
}
.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row.equal-height > [class*='col-'] {
    display: flex;
}

.row.equal-height .card {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.pb-3, .py-3 {
    padding-bottom: 20px !important;
}
#nav-ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    gap: 20px;
}

#nav-ul .nav-item {
    display: flex;
    min-height: 80px;
    width: 20%;
    background-color: #311C6B; 
    border-radius: 6px;
}

/* 2nd button */
#nav-ul .nav-item:nth-child(2) {
    background-color: #800000;
}

/* 3rd button */
#nav-ul .nav-item:nth-child(3) {
    background-color: #0072c9;
}
/* 4th button */
#nav-ul .nav-item:nth-child(4) {
    background-color: #800000;
}

/* 5th button */
#nav-ul .nav-item:nth-child(5) {
    background-color: #00b050;
}

/* Base link styles */
#nav-ul .nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 100%;
    text-align: center;
}
.product-image {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
    background: #fff;
}

/* Default hover for 1st  */
#nav-ul .nav-item a:hover,
#nav-ul .nav-item a:focus {
    background-color: #1c0e44;
    border-radius: 6px;
}


/* Hover for 2nd button */
#nav-ul .nav-item:nth-child(2) a:hover,
#nav-ul .nav-item:nth-child(2) a:focus {
    background-color: #cc3333;
}


/* Hover for 3rd button */
#nav-ul .nav-item:nth-child(3) a:hover,
#nav-ul .nav-item:nth-child(3) a:focus {
    background-color: #0d5185;
}
/* Hover for 4th button */
#nav-ul .nav-item:nth-child(4) a:hover,
#nav-ul .nav-item:nth-child(4) a:focus {
    background-color: #cc3333;
}
/* Hover for 5th button */
#nav-ul .nav-item:nth-child(5) a:hover,
#nav-ul .nav-item:nth-child(5) a:focus {
    background-color: #02803b;
}

@media (max-width: 768px) {
    #nav-ul {
        flex-direction: column;
    }

    #nav-ul .nav-item {
        width: 100%;
        min-height: 80px;
    }
}
.title-red {
    color: #80000;
}

.title-blue {
    color: #0072c9;
}

.title-purple {
    color: #311C6B;
}
.title-green {
    color: #00b050;
}
#proav-nav #nav-ul .nav-item a,
#proav-nav #nav-ul .nav-item .no-a {
    text-decoration: none;
    color: black;
    font-weight: normal;
    border: 2px solid #ccc;  
    border-radius: 7px;
    width: 100%;
    display: block;
    padding: 8px 10px;
	background-color: #fff
}
#proav-nav #nav-ul .nav-item a:hover {
    background-color: #e6000d;
    color: white;
    border: 2px solid #ffffff;   
}
#proav-nav #nav-ul .nav-item a:focus {
     background-color: #ffffff;
    color: #e6000d;
    outline: 4px solid white;
    padding: 2px 4px;
    border-radius: 1px;
    margin: 6px;
    width: calc(100% - 12px);
    border: 1px solid #000000;
}

#proav-nav #nav-ul .nav-item .no-a{
   /*    border: 4px solid white;*/
    padding: 6px 8px;
    background-color: #ffffff;
    color: #000000;
}
@charset "UTF-8";
/* CSS Document */

.content-spacing {
    padding-bottom: 30px;
    padding-top: 30px;
}
h1 {
	color: #666666;
}
h3 {
	color: #800000;
}

	
.key-features {padding: 20px 30px; border-top: 6px solid black; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}

#mpi5 .key-features {border-top-color:#9D4815; }
.bg-m-gray{
	background-color: #d9d9d9;
}

/*table styles*/
.table-red th {
    background-color: #800000;
    color: #fff;
	
}

.table-blue th {
    background-color: #0072c9;
    color: #fff;
	
}

.table-purple th {
    background-color: #311C6B;
    color: #fff;
	
}
.table-green th {
    background-color: #00b050;
    color: #fff;
	
}
.table-red td {
    color: #800000;
	
}

.table-blue td {
    color: #0072c9;
	
}

.table-purple td {
    color: #311C6B;

	
}
.table-green td {
    color: #00b050;

	
}
table th {
  background-color: #fff;
  color: #000;
  font-weight: normal;
}

table td {
	 background-color: #fff;
  color: #000;
  font-weight: normal;
}
.bg-white {
    background-color: #ffffff;
}
.bg-gray {
    background-color: #e6e6e6;
}
.h-100 {
    height: 100%;
}
.d-flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
.text-align-center {
    text-align: center;
}
.pro-av-link, a.pro-av-link {
    color: #ce112b;
    text-decoration: underline;
    font-weight: bold;
    transition: all 200ms ease-in-out;
}
a.pro-av-link:hover {
    color: #2a6496;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
#computing-solutions ul.flex li:nth-child(1),
#computing-solutions ul.flex li:nth-child(2) {
  margin-right: 20px; /* adjust as needed */
}
.benefits {
	background-color: #f1f1f1;
}
.spec-table,
.spec-table th,
.spec-table td {
  background-color: #f1f1f1;
  border-color: #bbbbbb !important;
}
.spec-table th {
  background-color: #e0e0e0;
  border-color: #bbbbbb !important;
}
.sp-table th {
  background-color: #e0e0e0;
  border-color: #bbbbbb !important;
}
.sp
.card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body {
    flex-grow: 1; /* Ensures all cards stretch evenly */
    display: flex;
    flex-direction: column;
}

.card-body p {
    flex-grow: 1; /* Ensures content inside expands equally */
}
ul.row {
    list-style: none;
    padding-left: 0;
}
.gap-8 {
    gap: 8px;
}
.gap-16 {
    gap: 16px;
}
.gap-32 {
    gap: 32px;
}
.m-0 {
    margin: 0;
}
.txt-blue, h1.txt-blue {
    color: #236192;
}

#computing-solutions .hero-section .hero-text {
    width: 100%
}

h1#hero-txt {
margin-bottom: 24px;
}

.pro-av-icons {
object-fit: contain;
}

#computing-solutions .hero-section {

background-color: #e6e6e6;
background-repeat: no-repeat;
border-top: 1px solid #707070;
border-bottom: 1px solid #707070;
min-height: 190px;
}

/* CARD WRAPPER */
.app-card {
    margin: 15px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    overflow: hidden; /* keeps image corners clean */
}

/* IMAGE WRAPPER */
.app-card-img {
    margin: 0;
    padding: 0;
}

/* IMAGE */
.app-card-img img {
    width: 100%;
    display: block;   /* removes bottom spacing gap */
    height: auto;     /* Bootstrap 3 safe default */
}

/* CARD BODY */
.app-card-body {
    padding: 20px;
}

/* TYPOGRAPHY CLEANUP */
.app-card h2,
.app-card h3 {
    margin-top: 0;
}

/* TABLE (optional polish) */
.app-card .table {
    margin-bottom: 0;
}

/* OPTIONAL: spacing for CTA links/buttons */
.app-card a {
    word-break: break-word;
}

.app-card-body-right{
    padding: 30px;
}

.app-card h2{
    margin-top: 0px;
}

.app-card h3{
    margin-top: 0px;
}

.app-card-btn{
    margin-top: 30px;
}	
/* Targets mobile phones and columns that collapse under 768px */
@media (max-width: 767px) {
    .app-card-img-left img,
    .app-card-img-right img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
}

/* Optional: Targets tablets up to 991px if they still look squeezed */
@media (max-width: 991px) {
    .app-card-img-left img,
    .app-card-img-right img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }
}

@media handheld, only screen and (min-width: 1600px) {

#computing-solutions .hero-section {
height: 300px;
}

.h-250 {
height: 250px;
}
}

@media handheld, only screen and (max-width: 1600px) {

.h-100 {
height: 190px;
}
}
@media only screen and (max-width: 991px) {}





    
@media screen and (min-width: 992px) {
/*
#computing-solutions #hero {
height: 400px;
}
*/
    
    #computing-solutions .app-card {
padding: 0px;
margin: 15px 0px;
}



#computing-solutions .app-card {
padding: 30px;
}

#computing-solutions .app-card-body-left {
padding: 30px;
}

#computing-solutions .app-card-body-right {
padding: 30px;
}

#computing-solutions .app-card h2 {
margin-top: 0px;
}

#computing-solutions .app-card h3 {
margin-top: 0px;
}

#computing-solutions .app-card-btn {
margin-top: 30px;
}
    
 #computing-solutions .hero-section {
background-image: url(/portals/0/images/computing/computing-hero.webp) ;
background-position: right center, center top;
background-size: 45%;

}

#computing-solutions .hero-section .hero-text {
    width: 60%;
}
.col-xs-12 {
padding: 0px}
    

.img-left img {
border-radius: 4px 0px 0px 4px;
}
.img-right img {
border-radius: 0px 4px 4px 0px;
}
}

/* SECTION WRAPPER (this is your "first row background container") */
.intelsdm-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}

/* GRID ROW */
.product-row {
    margin-top: 20px;
}

/* COLUMN SPACING */
.product-col {
    margin-bottom: 20px;
}

/* CARD */
.product-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

/* IMAGE */
.product-image {
    width: 100%;
    display: block;
}

/* BODY */
.product-body {
    padding: 20px;
}

/* TABLE BACKGROUND BOX */
.product-specs {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 8px;
}

.product-specs .table {
    margin-bottom: 0;
    background: transparent;
}