/* Work With Wolfram

   developer:   yhechler
   requires:    /common/framework/css/framework.en.css
   ========================================================================== */

#work-with-wolfram {
    background: #e2eef5;
    padding: 0;
}
#work-with-content {
    height: 68.5rem;
}
#work-with-wolfram h2, 
#work-with-content > p, 
#work-with-wolfram .card-container {
    padding-left: var(--wrapper-h-pad);
    padding-right: var(--wrapper-h-pad);
}

.pipes-bars-container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    text-align: center;
    z-index: 0;
}
.pipes-bars-container img.pipes {
    left: calc(50% - 376px);
    position: absolute;
    top: 46px;
    width: 703px;
    z-index: 1001;
}
.pipes-bars-container img.bars {
    left: calc(50% - 570px);
    position: absolute;
    top: 9px;
    width: 1140px;
    z-index: 999;
}
.card-container {
    display: grid;
    grid-gap: 20px 97px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.card-container .card {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 7px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    height:fit-content;
    padding: 1.25rem 1.25rem 1.75rem 1.25rem;
    position: relative;
    text-align: center;
    text-align: left;
    z-index: 2;
}
#work-with-wolfram h2 p{
    color:#494949;
    font-size: 1.25rem;
}
.card-container .card p {
    color: rgba(73, 73, 73);
    font-size: 16px;
    letter-spacing: -.16px;
    line-height: 22px;
    opacity: .85;
    text-align: left;
}
.card-container .card h3 {
    color: #4b67b2;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.16px;
    line-height: 22px;
}
#programming-support.card h3 {
    color: #7250a7;
}
#education-training.card h3 {
    color: #982c6a;
}
#core-technology.card h3 {
    color: #b11c49;
}
.card-container .button {
    background-color: #b11c49;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
}
#full-project-development .button {
    background-color: #4b67b2;
    border-color: #4b67b2
}
#full-project-development .button:hover {
    background-color: #4f74d7;
    border-color: #4f74d7;
}
#programming-support .button {
    background: #7250a7;
    border-color: #7250a7;
}
#programming-support .button:hover {
    background: #8658cc;
    border-color: #8658cc;
}
#education-training .button {
    background: #982c6a;
    border-color: #982c6a;
}
#education-training .button:hover {
    background: #b7307e;
    border-color: #b7307e;
}
#core-technology .button {
    background: #b11c49;
    border-color: #b11c49;
}
#core-technology .button:hover {
    background: #cf1a51;
    border-color: #cf1a51;
}
#full-project-development {
    transform:translate(0px,214px);
}
#core-technology {
    transform: translate(0px,254px);
}
#education-training {
    transform: translate(0px,232px);
}
#programming-support {
    transform: translate(0px,280px);
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

@media (max-width: 1200px) {
    .card-container .card p {
        font-size: 15px;
        line-height: 22px;
    }
    .card-container .card h3 {
        font-size: 19px;
        line-height: 1.16;
    }
    .pipes-bars-container img.pipes {
        left: calc(50% - 291px);
        top: 49px;
        width: 581px;
    }
    .pipes-bars-container img.bars {
        left: calc(50% - 448px);
        top: 8px;
        width: 890px;
    }
}

@media (max-width: 900px) {
    #work-with-wolfram .card-container {
    	padding: 0 0.5rem;
    }
    #work-with-content {
    	height: 68rem;
    }
    .card-container {
        column-gap: 75px;
        row-gap: 10px;
    }
    .card-container .card p {
        font-size: 14px;
        line-height: 1.5;
    }
    .card-container .card h3 {
        font-size: 17px;
        line-height: 1.22;
    }
    #core-technology {
    	transform: translate(0px, 264px);
	}
    #full-project-development {
        transform: translate(0px, 222px);
    }
    #programming-support {
        transform: translate(0px, 282px);
    }
    #education-training {
        transform: translate(0px, 252px);
    }
    .pipes-bars-container img.pipes {
        left: calc(50% - 203px);
        top: 52px;
        width: 403px;
    }
    .pipes-bars-container img.bars {
        left: calc(50% - 297px);
        top: 10px;
        width: 590px;
    }
}
@media (max-width: 600px) {
    #work-with-content {
        height: auto;
    }
    .card-container .card {
        width: 100%;
    }
    .pipes-bars-container img.pipes,
    .pipes-bars-container img.bars {
        left: unset;
        padding: 0 1rem;
        position: relative;
        width: unset;
    }
    .card-container {
        grid-template-columns: 1fr;
        grid-gap: 24px 97px;
        margin-top: 22px;
    }
    .card-container .card p {
        font-size: 13px;
        line-height: 1.62;
    }
    .card-container .card h3 {
        font-size: 16px;
        line-height: 1.38;
    }
    #full-project-development {
        grid-row: 1;
        transform: none;
    }
    #core-technology {
        grid-row: 4;
        height: auto;
        margin-top: 0;
        transform: none;
    }
    #education-training {
        grid-row: 3;
        height: auto;
        margin-top: 0;
        transform: none;
    }
    #programming-support {
        grid-row: 2;
        height: auto;
        transform: none;
    }   
}
@media (max-width: 320px) {}
@media print {}