﻿.licensing-header {
    color: #ffffff;
    text-align: center;
    box-sizing: border-box; 
}
.licensing-header > h1 {
    font-size: 3.5em;
    font-weight: 400;
    margin-bottom: 20px;
}
.licensing-header > p {
    max-width: 670px;
    margin: 0 auto;
    font-size: 1.5em;
}
.licensing {
    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/Licensing/Wonderware_SCADA_Unlimited_Clients_Tags_HMI_Background.jpg');
    height: 480px;
}
.activate-licensing {
    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/Licensing/banner_activating_licenses.jpg');
    height: 480px;
}
.system-integrator {
    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/SystemIntegrators/SysInt_pageBanner.jpg');
    height: 480px;
}

.sis-resource-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/SystemIntegrators/SISProgramBanner.jpg');
    height: 480px;
}

.endorsed-system-integrator {
    background-image: url('/Images/SystemIntegrators/Endorsed.png');
    background-size: contain;
    height: 105px;
    width: 105px;
    margin-left: 41%;
    margin-top: 40px;
    box-shadow: 1px 1px 9px 3px rgb(133 130 139 / 38%);
}

    .endorsed-system-integrator:hover {
        height: 105.1px;
        width: 105.1px;
        box-shadow: 1px 1px 8px 2px rgb(133 130 139 / 39%);
    }

.certified-system-integrator {
    position: relative;
    background-image: url('/Images/SystemIntegrators/Certified.png');
    background-size: contain;
    height: 105px;
    width: 105px;
    margin-left: 41%;
    margin-top: 40px;
    box-shadow: 1px 1px 9px 3px rgb(133 130 139 / 38%);
}
    .certified-system-integrator:hover {
        height: 105.1px;
        width: 105.1px;
        box-shadow: 1px 1px 8px 2px rgb(133 130 139 / 39%);
    }


   

    .find-system-integrator {
        display: inline-flex;
        position: relative;
        width: 283px;
        min-width: 275px;
        margin-top: 1.5%;
        background-image: linear-gradient(270deg, rgb(107, 5, 168), rgb(61, 18, 82));
        color: #ffffff;
        height: 50px;
        justify-content: center;
        padding-top: 13px;
        overflow: hidden;
    }

    .find-system-integrator > a > span {
        color: #fff;
        padding-top: 5px;
        margin-top: 22px;
        font-size: 18px;
    }

    .find-system-integrator:hover {
        background-image: linear-gradient(270deg, rgb(61, 18, 82), rgb(107, 5, 168));
        color: #000000;
        box-shadow: 1px 1px 4px 3px rgba(146, 148, 248, 0.2);
    }

     .find-system-integrator:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(146, 148, 248, 0.4), transparent );
        transition: all 650ms;
    }

    .find-system-integrator:hover:before {
        left: 100%;
    }




.system-integrator-search {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

    .system-integrator-search > p {
        text-align: center;
        width: 100vw;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

.registered-system-integrator {
    position: relative;
    background-image: url('/Images/SystemIntegrators/Registered.png');
    background-size: contain;
    height: 105px;
    width: 105px;
    margin-left: 41%;
    margin-top: 40px;
    box-shadow: 1px 1px 9px 3px rgb(133 130 139 / 38%);
}

    .registered-system-integrator:hover {
        height: 105.1px;
        width: 105.1px;
        box-shadow: 1px 1px 8px 2px rgb(133 130 139 / 39%);
    }

.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;
}

.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;
}

.SCADA-Banner {
    background-image: linear-gradient( rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0) ), url('/Images/Products/SCADA_Banner_image_resized.jpg');
    -webkit-box-shadow: 0px 2px 5px 0px rgba(110,110,110,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(110,110,110,1);
    box-shadow: 0px 2px 5px 0px rgba(110,110,110,1);
}
.operations-control-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/Licensing/OperationControl-page-Banner.jpg');
    height: 480px;
}

.teamwork-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/Performance/Banner-Teamwork.jpg');
    height: 480px;
}

div.topicsTable, .whyAttentTable {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.exhibitLogo {
    text-align: center;
}
div.topicsRow {
    display: table-row;
}
div.topicsCell {
    display: table-cell;
    text-align: left;
    padding: 15px;
    vertical-align:top;
}
.cellWrapper {
    -webkit-box-shadow: -5px 10px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: -5px 10px 10px 0px rgba(0,0,0,0.15);
    box-shadow: -5px 10px 10px 0px rgba(0,0,0,0.15);
    border: 1px solid #ccc;
}
.topicSection .cellWrapper {
    height: 420px;
    background-color: #ffffff;
}
.topicSection div.topicsCell img {
    width: 100%;
    padding: 0;
}
 .cellWrapper > div {
    padding: 5px;
}
.cellWrapper > div h3 {
    margin-top: 0;
    text-align: center;
}
.speakers-section {
    padding-top: 70px;
}
.topicSection .topicsCell p {
    font-size: 14px;
    color: #00A0AF;
    line-height: 20px;
    font-weight: 400;
}
.exhibitorSection .cellWrapper {
    padding: 20px;
    height: 210px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s linear,
 color 0.3s linear;
    -moz-transition: background-color 0.3s linear,
 color 0.3s linear;
    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;
}
.presenters-section {
    max-width: 1200px;
    margin: 0 auto 40px auto;
}
.presenters-section > table {
    width: 100%;
    border-collapse: collapse;
}
.presenters-section > table > thead > tr {
    background-color: #353638;
    color: white;
    height: 70px;
    font-size: 1.6em;
}
.presenters-section > table > tbody > tr {
    background-color: #ffffff;
    height: 70px;
    font-size: 1.1em;
}
.presenters-section > table > tbody > tr > td {
    padding: 20px;
    color: #6b7475;
    text-align: center !important;
}
.presenters-section > table > tbody > tr:nth-child(2n) {
    background-color: #eaeaea;
}
.speaker-left {
    text-align: left;
    padding: 0;
    width: 770px;
    margin: 0 auto;
}
.speaker-right {
    text-align: right;
    padding: 80px 0;
    width: 770px;
    margin: 0 auto;
}
.speaker-left > div, .speaker-right > div {
    position: relative;
    padding: 11px 0 9px;
}
.speaker-left img {
    position: absolute;
    bottom: -129px;
    left: -10px;
    z-index:1;
}
.speaker-right img {
    position: absolute;
    bottom: -129px;
    right: -7px;
    z-index:1;
}
.speaker-left > div p {
    text-align: left;
    padding-left: 140px;
    margin: 0;
    color: #fff;
}
.speaker-right > div p {
    text-align: right;
    padding-right: 140px;
    margin: 0;
    color: #fff;
}
h2 {
    font-size: 2.5em;
    color: #000000;
    font-weight: 300;
}

.education-description-section {
    max-width: 2000px;
}

.licensing-header {
    height: 260px;
}

/*  tabs moves to site.css  */

.flexBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1500px;
    justify-content: space-around;
    margin: 30px auto;
}

.mainBenefitsGrid {
    justify-content: space-between;
    padding: 0px 17px;
    margin: 10px auto;
    background-color: #ebecf0;
    max-width: 1000px;
    width: 100%;
}

.purpleGrid {
    display: flex;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
}

    .purpleGrid > div {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        flex-grow: 1;
    }

.purpleHeader {
    padding: 15px;
    background-color: #4A0885;
    margin: 2px;
}
.purpleHeader p {
    color: white;
}

.purpleContent {
    padding: 15px;
    background-color: #f2f5f7 /*#C247FC*/;
    margin: 3px 2px;
    min-height: 220px;
}
.purpleContent p {
    color: black/*white*/;
}
.blackContent {
    padding: 15px;
    background-color: #3D1152;
    margin: 3px 2px;
    min-height: 181px;
}
.blackContent p {
    color: white;
}

.featuresGrid {
    display: flex;
    max-width: 1200px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}

.featureText {
    display: inline-block;
    max-width: 400px;
    vertical-align: top;
}

    .featureText p {
        text-align: left;
    }

    .featureText span {
        color: #4A0885;
        font-weight: 600;
        display: block;
    }

.featureIcon {
    display: inline-block;
    padding-right: 20px;
}

    .featureIcon img {
        width: 60px;
    }

.featuresGrid > div {
    padding: 20px 50px;
}

.videos-section, .sponsors-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 2000px;
    justify-content: space-around;
    margin: 30px auto;
    
}

.video-container {
    padding-bottom: 48px;
    
}
.video-container.nopad {
    padding-bottom: 0px;
}

.videoDescription {
    max-width: 500px;
    width: 100%;
    padding-top: 16px;
}

    .videoDescription p {
        text-align: left;
    }

.fas.fa-check {
    color: #3D1152;
}



.buyNowButtonBlue {
    font-family: Barlow-SemiBold;
    background-color: #4d69e0;
    color: white;
    padding: 12px 22px;
    min-width: 100px;
    display: inline-block;
    /*font-size: 14px;*/
    font-weight: 400;
    white-space: nowrap;
}

.blueLinkButton:hover {
    background-color: #3b59db;
}

.buyNowButton {
    font-family: Barlow-SemiBold;
    background-color: #4d69e0;
    color: white;
    padding: 12px 22px;
    min-width: 100px;
    display: inline-block;
    /*font-size: 14px;*/
    font-weight: 400;
    white-space: nowrap;
}

    .buyNowButton:hover {
        background-color: #3b59db;
    }

.collapsibleContent tr td:first-child {
    border-bottom: 1px solid #fff;
}

.collapsibleColumn {
    border: 1px solid #ccc;
}


.collapsibleCol {
    border-bottom: 1px solid #ccc;
}



.pink-text, .pink-link {
    color: #6b04a8;
}



.flexBox.mainBenefitsGrid div img {
    width: 100px;
}

.flexBox.mainBenefitsGrid img {
    width: 150px;
}


@media(max-width:991px) {
    .collapsibleContent tr td:first-child {
        border-bottom: 1px solid #000;
    }

    .navigation_button {
        font-family: Barlow-SemiBold;
        background-color: #4d69e0;
        color: white;
        padding: 12px 22px;
        min-width: 100px;
        display: inline-block;
        /*font-size: 14px;*/
        font-weight: 400;
        white-space: nowrap;
    }

        .navigation_button:hover {
            background-color: #3b59db;
        }

    .navigation_button_blue {
        font-family: Barlow-SemiBold;
        background-color: #4d69e0;
        color: white;
        padding: 12px 22px;
        min-width: 100px;
        display: inline-block;
        /*font-size: 14px;*/
        font-weight: 400;
        white-space: nowrap;
    }

        .navigation_button_blue:hover {
            background-color: #3b59db;
        }

    .purpleGrid {
        flex-direction: column;
    }
}

@media screen and (max-width: 650px) {
    label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    label {
        padding: 15px;
    }
}
@media(max-width:900px){
    .presenters-section > table > tbody > tr > td {
    padding: 10px;
    display: block;
    text-align: center;
}
    .presenters-section thead {
    display: none;
}
    .event-day, .event-date {
    margin: 0 auto;
}
    .presenters-section > table > tbody > tr > td img {
    width: 100%;
    max-width: 300px;
}
    .topicSection .cellWrapper{
        height:450px;
    }
     .exhibitorSection .cellWrapper{
        height: 200px;
    }
.speaker-left > div, .speaker-right > div {
    display: block;
    text-align: center;
}
.speaker-left img, .speaker-right img {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
}
.speaker-left, .speaker-right {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
}

.education-description-section td:first-child {
    text-align: center;
}
}
@media(max-width:991px){
    .speaker-left > div p, .speaker-right > div p {
    text-align: center;
    padding: 0 !important;
    margin: 0;
    color: #fff;
}
    .topicSection .cellWrapper, .exhibitorSection .cellWrapper {
        height: auto;
    }
    div.topicsCell {
        display: block;
    }
    .top-text {
        top: 110px;
    }
    div.topicsCell.single{
      width:96% !important;
}
    a.education-description-button.download-button {
        border: none;
        background-color: #3dcd58;
        vertical-align: top;
        margin: 0 auto!important;
        float: none !important;
        display: block !important;
        width: 100px;
    }
    .collapsibleContent tr td:first-child {

    background-color: #fefefe !important;
    font-weight: 500;
    text-align: left;

}
    .collapsibleContent td {
    border-bottom: 1px solid;
    line-height: 28px;
}
    .collapsibleContent td:nth-child(2){
        text-align:right;
    }
}
#MainContent_MainContent_divHeader > p {
    color: #3dcd58;
    max-width: 1000px;
    font-size: 1.8em;
    font-weight: 500;
}
.speaker-left i.far {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 1.6em;
    color: #3dcd58;
}
a.education-description-button.download-button {
    border: none;
    background-color: #3dcd58;
    vertical-align: top;
}
.showImagesSection img {
    width: 100%;
}
.licensing {
    padding-top: 120px;
}
.unlimitedWorkshop {

    background-image: url(../Images/Licensing/unlimitedWorkshop.jpg);
    max-width: 500px;
    height: 230px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 13px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin: 0 auto;
    width: 100%;
    position: relative;

}
.collapsibleButton {
    background-color: #3D1152;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 3px solid #fffdfd;
    text-align: center;
    outline: none;
    font-size: 20px;
    transition: all 0.5s ease;
}

    .active, .collapsibleButton:hover {
        background-color: #fffdfd;
        border: 3px solid #3D1152;
        color: #3D1152;
    }

.collapsibleContent {
  display: none;
  overflow: hidden;
}
.collapsibleColumn {
    width: 25%;
    text-align: center !important;
    line-height: 30px;
    padding-right:0px;
    border: 1px solid;
}
.collapsibleContent tr td:first-child {
    background-color: #ccc;
    font-weight: 500;
}
/*Quote Form*/
.quote-section > ul {
    list-style-type: none;
}
.quote-section > ul > li {
    padding: 4px;
}

.quote-section input[type=text], .quote-section input[type=password], .quote-section select  {
    border: 0;
    height: 35px;
    width: 400px;
    font-family: roboto, sans-serif;
    font-size: 1em;
    color: #666666;
    border-bottom: solid 1px black;
}

.quote-section .navigation_button {
    color: black;
}
.quote-section .navigation_button:hover {
    color: white;
}