@charset "UTF-8";
/* CSS Document */

.content-spacing {
    padding-bottom: 30px;
    padding-top: 30px;
}
h1, h3 {
	color: #993300;
}

table th {
  background-color: #993300;
  color: #fff;
  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;
}

.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;
}

.app-card-img-left img, .app-card-img-right img {
    object-fit: cover;
    object-position: top;
    border-radius: 4px 4px 0px 0px;
}

.app-card-img-left, .app-card-img-right {
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    text-align: center;;
}

#computing-solutions .app-card-row {
position: relative;
flex-grow: 1;
flex-wrap: wrap;
    justify-content: center;
}


@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-row {
position: relative;
flex-grow: 1;
    flex-wrap: wrap;
}
*/

/*
#computing-solutions .app-card-img-left, .app-card-img-right {
margin: 0px;
padding: 0px;
height: 100%;
}

#computing-solutions .app-card-img-left img, .app-card-img-right img {
object-fit: cover;
border-radius: 4px 4px 0px 0px;
}
*/

#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%;
}

    
/*
#computing-solutions .app-card-img-left {
position: absolute;
top: 0;
left: 0%;
}
*/
/*
#computing-solutions .app-card-img-right {
position: absolute;
top: 0;
left: 50%;
}
#computing-solutions .app-card-img-left img {
height: 100%;
width: 100%;
border-radius: 4px 0px 0px 4px;
}
#computing-solutions .app-card-img-right img {
height: 100%;
width: 100%;
border-radius: 0px 4px 4px 0px;
}
#computing-solutions .app-card-body-left {
position: relative;
right: 0%;
}
#computing-solutions .app-card-body-right {
position: relative;
left: 50%;
}
*/
.img-left img {
border-radius: 4px 0px 0px 4px;
}
.img-right img {
border-radius: 0px 4px 4px 0px;
}
}



