﻿/* local support */

.local-support-header {
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
}
.local-support-header > h1 {
    font-size: 3.5em;
    font-weight: 400;
    margin-bottom: 20px;
}
.local-support-header > p {
    max-width: 670px;
    margin: 0 auto;
    font-size: 1.5em;
}

@media only screen and (max-width: 780px) {
    .local-support-header > h1 {
        font-size: 2em;
    }
    .local-support-header > p {
        font-size: 1em;
    }
}

.local-support-header > a {
    display: inline-block;
    margin-top: 20px;
}

.industryPartners-grid {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2px 30px;
    height: 100%;
}

#item-0 {
    background-color: #680fa6;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
    font-size: 24px;
    font-weight: 500;
}

#item-1 {
    background-color: #f6f7f9;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
    color: #BE2FFB
}

#item-2 {
    background-color: #f6f7f9;
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

#item-3 {
    background-color: #f6f7f9;
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;
}

#item-4 {
    background-color: #f6f7f9;
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
}

#item-5 {
    background-color: #f6f7f9;
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 2;
}

#item-6 {
    background-color: #f6f7f9;
    grid-row-start: 4;
    grid-column-start: 2;
    grid-row-end: 5;
    grid-column-end: 3;
}

#item-7 {
    background-color: #f6f7f9;
    grid-row-start: 5;
    grid-column-start: 1;
    grid-row-end: 6;
    grid-column-end: 2;
}

#item-8 {
    background-color: #f6f7f9;
    grid-row-start: 5;
    grid-column-start: 2;
    grid-row-end: 6;
    grid-column-end: 3;
}

.partner-grid {
    display: grid;
    background-color: white;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease;
    margin: 15px;
    padding: 24px 24px 60px 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0px;
    position: relative;
    justify-content: center;
    width: 95%;
    align-content: center;
    grid-row-gap: 0px;
}



    .partner-grid > div {
        border: 0.0009999999999998899rem solid #ffffff;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .partner-grid > div > img {
            width: 100%;
            height: auto;
        }

.networkGrid {
    margin-top: -20px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #fff;
    max-width: 830px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

    .networkGrid > div {
        border: 0.00000000111rem solid #ededed;
    }

.networkContent {
    padding: 15px;
    background-color: #ffffff /*#C247FC*/;
    margin: 3px 2px;
    color: #121212;
}

.cellHeader {
    color: #000;
    font-family: Barlow-Light, Helvetica, Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 2.25rem;
    padding: 10px;
}


.cellBody {
    font-family: Muli-Regular,Helvetica,Arial,sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8125rem;
    padding: 10px 40px;
}

.cell1 {
    grid-area: 1 / 1 / 2 / 2;
    background-image: url("/Images/SystemIntegrators/img_cell1.png");
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

    .cell1 > .cell_img {
    }

.cell2 {
    grid-area: 1 / 2 / 2 / 3;
}

.cell3 {
    grid-area: 2 / 1 / 3 / 2;
}

.cell4 {
    grid-area: 2 / 2 / 3 / 3;
    background-image: url("/Images/SystemIntegrators/img_cell4.png");
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.cell5 {
    grid-area: 3 / 1 / 4 / 2;
    background-image: url("/Images/SystemIntegrators/img_cell5.png");
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.cell6 {
    grid-area: 3 / 2 / 4 / 3;
}

.cell7 {
    grid-area: 4 / 1 / 5 / 2;
}

.cell8 {
    grid-area: 4 / 2 / 5 / 3;
    background-image: url("/Images/SystemIntegrators/img_cell8.png");
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.partnership-section {
    margin-top: -100px;
    background-color: white;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease;
    margin: 15px;
    padding: 24px 24px 60px 24px;
}

.partner-accross-industries {
    background-image: url("/Images/SystemIntegrators/PurplePartnerTable.jpg");
    width: calc(100vw / 1.8);
    height: 530px;
    background-size: contain;
    min-width: 610px;
    max-width: 630px;
}

.partnership-table {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    justify-content: center;
}

    .partnership-table > h1 {
        font-size: 36px;
    }

.partnership-img {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 75px;
}

.purpleTitle {
    padding-top: 5px;
}

    .purpleTitle > p {
        font-size: 13px;
        font-weight: 600;
        color: #6600cc;
    }

    .purpleTitle > img {
        width: 80px;
        height: 80px;
    }


.local-support-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/LocalSupport/AVEVA_Select_Contact_Us_Phone_Email.jpg');
    height: 480px;
}
.tech-support-main-banner {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 60%), url('/Images/LocalSupport/AVEVA_Select_Contact_Us_Phone_Email.jpg');
    height: 480px;
}

/* button style for this folder */
.contact-us-website-link {
    color: white;
    font-size: .8em;
    background-color: rgba(0, 0, 0, 0);
    border: solid 2px #6B04A8;
    border-radius: 10px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s linear, color 0.3s linear;
    -moz-transition: background-color 0.3s linear, color 0.3s linear;
    -o-transition: background-color 0.3s linear, color 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear;
}
    .contact-us-website-link:hover {
        background-color: #6B04A8;
        color: black;
    }


/* contact us page style */
.contact-us-main-banner {
    background-image: url('/Images/LocalSupport/banner_ContactUs.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    height: 550px;
    padding-top: 200px;
    background-size: cover;
}
.contact-us-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.contact-us-section > ul.box1 {
    list-style-type: none;
    background-color: #102933;
    padding: 20px;
    margin-top: 50px;
    box-sizing: border-box;
}
.contact-us-section > ul.box1 > li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    padding: 20px;
    width: 49%;
    color: white;
}
.contact-us-section > ul.box1 > li:nth-child(2) {
    border-left: solid 1px #3dcd58;
}
.contact-us-section > ul.box1 > li > p {
    font-size: 0.8em;
    margin-bottom: 10px;
}





.contact-us-section > ul.box2 {
    list-style-type: none;
    box-sizing: border-box;
    margin-top: 50px;
}
.contact-us-section > ul.box2 > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: left;
    background-color: #102933;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 320px;
    height: 285px;
    color: white;
}
.contact-us-section > ul.box2 > li > p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.contact-us-section > ul.box2 > li > div {
    position: absolute;
    bottom: 30px;
}
.contact-us-section > ul.box2 > li > p.contact-numbers {
    margin-top: 20px;
}



/* tech support style */
.tech-support-section-portal {
    text-align: center;
}




.tech-support-section-support {
    text-align: center;
}
.tech-support-section-support ul {
    list-style-type: none;
}
.tech-support-section-support > ul > li {
    display: inline-block;
}



.tech-support-section-os {
    text-align: center;
}

    .tech-support-section-portal input[type=text], .tech-support-section-support input[type=text], .tech-support-section-os input[type=text],
    .tech-support-section-portal input[type=password], .tech-support-section-os textarea, .tech-support-section-support select {
        border: 0;
        height: 35px;
        width: 400px;
        font-family: Muli-Regular, sans-serif;
        font-size: 1em;
        color: #666666;
        border-bottom: solid 1px black;
    }
.tech-support-section-os textarea {
    width: 400px;
    height: 300px;
    margin-top: 20px;
}

.tech-support-section-os .contact-us-website-link {
    margin-top: 40px;
    color: black;
}
.tech-support-section-os .contact-us-website-link:hover {
    color: white;
}

/* customer first style */
.customer-first-section {
    max-width: 1200px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.step-container {
    position:relative;
    vertical-align: top;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #efefef;
    display: inline-block;
    padding: 15px;
    margin: 20px;
    max-width: 460px;
    width: 100%;
    height: auto;
    min-height: 510px;
}
div.customer-first-section > div:nth-child(3) > div {
    min-height: 0;
    max-width: 600px;
}
.img-step {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
h2.step-header {
    margin-bottom: 15px;
}
.step-container p {
    line-height: 30px;
}
/*@media(max-width:1098px){
    .step-container{
        max-width:420px;
        margin:10px !important;
    }
    div.customer-first-section > div:nth-child(3) > div {
    min-height: 0;
    max-width: 460px;
}
}*/
@media(max-width:991px){
    .step-container{
        padding:15px 0;
        margin: 20px 0 !important;
        min-height:0;
    }
    .img-step {
        position: relative;
        bottom: 0px;
        max-width: 409px;
        width: 100%;
        padding-top: 15px;
        left: 0;
        transform: none;
    }
}


.boxItem {
    text-align: left;
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    margin: 20px 0;
    padding: 15px;
}

    .boxItem > div {
        margin: 15px 0;
    }

    .boxItem input[type=text] {
        width: 300px;
        font-size: 16px;
        padding: 3px;
    }

    .boxItem textarea {
        font-size: 16px;
        padding: 3px;
        width: 99%;
        height: 150px;
        overflow-y: scroll;
    }

    .boxItem > div > span:first-of-type {
        width: 150px;
        display: inline-block;
    }
/* the team style */
.the-team-section {
}

    .the-team-section > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        list-style-type: none;
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
    }

        .the-team-section > ul > li {
            margin: 10px;
        }

.team-tile-container {
    position: relative;
    width: 270px;
    height: 320px;
    border: solid 1px #cccccc;
    box-shadow: 2px 2px 4px #cccccc;
    overflow: hidden;
    box-sizing: border-box;
}

.team-tile-cover {
    top: 0px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .team-tile-cover > img {
        display: inline;
        width: 270px;
        height: 240px;
    }

    .team-tile-cover > span {
        display: block;
        margin: 10px;
    }

    .team-tile-cover > a {
        display: block;
        width: 80px;
        margin: 0px auto 0px auto;
        text-align: center;
    }

    .team-tile-cover > span:nth-child(2) {
        /*color: #6b04a8;
    font-size: .8em;
    text-transform: uppercase;*/
        display: block;
        font-family: Muli-Bold;
        font-size: 12px;
        color: #545c69;
        margin-bottom: 8px;
    }

    .team-tile-cover > span:nth-child(3) {
        /*font-weight: 700;
    font-size: 1.3em;
    text-transform: uppercase;
    padding-bottom: 5px;*/
        display: block;
        font-family: Barlow-Medium;
        font-size: 24px;
        color: #363d42;
        margin-bottom: 20px;
    }

    .team-tile-cover > span:nth-child(4) {
        font-size: 14px;
        color: #777777;
        font-family: Barlow-Regular;
    }


    .team-tile-container:hover > .team-tile-cover, .team-tile-cover:hover {
        top: -200px;
    }
    /* invert button colors */
    .team-tile-cover .navigation_button {
        /*color: #6b04a8;*/
    }

        .team-tile-cover .navigation_button:hover {
            color: #6b04a8;
        }

