.integrator-home section .section-padding {
    padding: 96px 0;
}

.integrator-home #block-inductiveautomation-content section:last-of-type .section-padding {
    padding-bottom: 150px;
}

/*******************/
/* Welcome section */
/*******************/
.integrator-home .main-content-wrapper .welcome-section {
    background-color: #f2f2f2;
}

.integrator-home .main-content-wrapper .welcome-section .section-padding {
    padding-top: 58px
}

.integrator-home .main-content-wrapper .welcome .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.integrator-home .main-content-wrapper .welcome .logo {
    overflow: hidden;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background: #fff;
    position: relative;
    margin-right: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
}

.integrator-home .main-content-wrapper .welcome .logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50% ,-50%);
    transform: translate(-50%, -50%);
    width: 75%;
    height: auto;
    max-height: 75%;
    margin: 0;
}

.integrator-home .main-content-wrapper .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.integrator-home .main-content-wrapper .section-header p {
    width: 100%;
    padding-right: 33%;
    margin-top: 8px;
    display: block;
}

.integrator-home .main-content-wrapper .right-link {
    text-align: right;
}

.section-header h1 + .right-link {
    position: relative;
    top: 3px;
}

.integrator-home .main-content-wrapper .welcome .status h4 {
    margin-bottom: 24px;
}

.integrator-home .main-content-wrapper .welcome .logo-container h1 {
    line-height: 28px;
    margin-top: 4px;
}

.integrator-home .main-content-wrapper .welcome .logo-container + .right-link {
    position: relative;
    top: 7px;
}

.integrator-home .main-content-wrapper .welcome .logo-container h1 .smaller {
    font-size: 18px;
    font-weight: 500;
}

.integrator-home .main-content-wrapper .contact-slider-container {
    position: relative;
    display: none;
    z-index: 0;
}

.integrator-home .main-content-wrapper .contact-slider-container .slide-index {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 45px;
    background-color: #445C6D;
    border-radius: 10.5px;
    padding: 5px 9px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Contact slider */

.integrator-home .main-content-wrapper .calling-card {
    padding: 40px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    outline: none;
    min-height: 230px;
}

.integrator-home .main-content-wrapper .calling-card .image-container {
    width: 35%;
    height: auto;
    margin-left: 10px;
    margin-right: 30px;
    display: block;
    position: relative;
}

.integrator-home .main-content-wrapper .calling-card .image-container .image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 11.627%;
    overflow: hidden;
}

.integrator-home .main-content-wrapper .calling-card .image-container .image > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.integrator-home .main-content-wrapper .calling-card .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 150px;
    max-width: 220px;
}

.integrator-home .main-content-wrapper .calling-card p {
    margin: 0;
    color: #4E4E4E;
    font-size: 16px;
    line-height: 26px;
}

.integrator-home .main-content-wrapper .calling-card .phone-number {
    user-select: all;
}

.integrator-home .main-content-wrapper .calling-card .bold {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.integrator-home .main-content-wrapper .calling-card .text .bottom-text {
    margin-top: auto;
}

.integrator-home .main-content-wrapper .calling-card .text .bottom-text.whisper {
    color: #9B9B9B;
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
}

.integrator-home .main-content-wrapper .calling-card.no-contact {
    min-height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.integrator-home .main-content-wrapper .calling-card.no-contact p {
    padding: 24px;
    text-align: center;
}

.integrator-home .main-content-wrapper .calling-card.no-contact p a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}



/******************/
/* Lower sections */
/******************/

.integrator-home .main-content-wrapper .news-section .featured-listing {
    margin-bottom: 0;
}

.integrator-home .main-content-wrapper .news-section .grid-page .featured-listing.one-up {
    margin: 0;
}

.integrator-home .main-content-wrapper .news-section .grid-page .featured-listing.one-up {
    margin: 0;
}

.integrator-home .main-content-wrapper .middle-section-2 {
    background: transparent;
}

.integrator-home .main-content-wrapper .tools-section hr,
.integrator-home .main-content-wrapper .marketing-materials-section hr,
.integrator-home .main-content-wrapper .learning-section hr {
    border-top: 1px solid #D8D8D8;
    margin: 0;
}

.integrator-home .main-content-wrapper .tools {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.integrator-home .main-content-wrapper .tool {
    position: relative;
}

.integrator-home .main-content-wrapper .tool.new::before {
    content: 'New!';
    text-transform: uppercase;
    position: absolute;
    left: 15px;
    top: -18px;
    color: #4A90AD;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.86px;
    line-height: 14px;
}

.integrator-home .main-content-wrapper .tool h4 {
    margin-bottom: 8px;
}

.integrator-home .main-content-wrapper .tool .text {
    margin-bottom: 24px;
}

.integrator-home .main-content-wrapper .tool-cta .integrator-cta {
    width: 205px;
    opacity: 1;
}

.integrator-home .main-content-wrapper .tool-cta .integrator-cta.granted {
    border: 2px solid #8DC63E;
    background-color: #fff;
}

.integrator-home .main-content-wrapper .tool-cta .integrator-cta.granted span {
    color: #4E4E4E;
}

.integrator-home .main-content-wrapper .tool-cta .more {
    color: #4E4E4E;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    max-width: 313px;
    margin-top: 12px;
    display: block;
}

.integrator-home .main-content-wrapper .tool-cta .more a {
    color: inherit;
    text-decoration: underline;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
}

.integrator-home .main-content-wrapper .tools .license-manager {
    order: 1;
}

.integrator-home .main-content-wrapper .tools .development-license {
    order: 2;
}

.integrator-home .main-content-wrapper .tools .license-manager-button {
    order: 3;
    margin-bottom: 72px;
}

.integrator-home .main-content-wrapper .tools .development-license-button {
    order: 4;
    margin-bottom: 72px;
}

.integrator-home .main-content-wrapper .tools .ignition-demo {
    order: 5;
}

.integrator-home .main-content-wrapper .tools .edit-profile {
    order: 6;
}

.integrator-home .main-content-wrapper .tools .ignition-demo-button {
    order: 7;
    margin-bottom: 72px;
}

.integrator-home .main-content-wrapper .tools .edit-profile-button {
    order: 8;
    margin-bottom: 72px;
}

.integrator-home .main-content-wrapper .tools .influenced-purchase {
    order: 9;
}

.integrator-home .main-content-wrapper .tools .customer-testimonial {
    order: 10;
}

.integrator-home .main-content-wrapper .tools .influenced-purchase-button {
    order: 11;
}

.integrator-home .main-content-wrapper .icon-box {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 4px;
    height: 228px;
    background-size: cover;
    background-position: center center;
    text-align: left;
    text-decoration: none;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, opacity .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, opacity .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
}

.integrator-home .main-content-wrapper .icon-box .icon {
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.integrator-home .main-content-wrapper .icon-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.integrator-home .main-content-wrapper .icon-box:not(.coming-soon):hover,
.integrator-home .main-content-wrapper .icon-box:not(.coming-soon):focus {
    -webkit-box-shadow: 0 0 45px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 45px 0 rgba(0,0,0,0.15);
}

.integrator-home .main-content-wrapper .icon-box:not(.coming-soon):hover .icon,
.integrator-home .main-content-wrapper .icon-box:not(.coming-soon):focus .icon {
    /*-webkit-box-shadow: 0 0 45px 0 rgba(0,0,0,0.15);*/
    /*box-shadow: 0 0 45px 0 rgba(0,0,0,0.15);*/
    background-image: url('/sites/default/modules/ia_integrators/images/icons/Icon-Arrow.svg') !important;
    position: relative;
}

.integrator-home .main-content-wrapper .marketing-materials-section .integrator-cta,
.integrator-home .main-content-wrapper .news-section .integrator-cta,
.integrator-home .main-content-wrapper .learning-section .integrator-cta {
    margin: 56px auto 0;
}

.integrator-home .main-content-wrapper .learning-section .card,
.integrator-home .main-content-wrapper .marketing-materials-section .card {
    display: inline-block;
}

.integrator-home .main-content-wrapper .marketing-materials-section .icon-box::before {
    background-color: #F7901E;
}

.integrator-home .main-content-wrapper .learning-section .icon-box::before {
    background-color: #003E69;
}

.integrator-home .main-content-wrapper .marketing-materials-section .icon-box:not(.coming-soon):hover::before,
.integrator-home .main-content-wrapper .marketing-materials-section .icon-box:not(.coming-soon):focus::before {
    opacity: 0.5;
}

.integrator-home .main-content-wrapper .learning-section .icon-box:not(.coming-soon):hover::before,
.integrator-home .main-content-wrapper .learning-section .icon-box:not(.coming-soon):focus::before {
    opacity: 0.5;
}

.integrator-home .main-content-wrapper .marketing-materials-section .icon-box {
    background-color: #EC6742;
}

.integrator-home .main-content-wrapper .marketing-materials-section .icon-box.brochures {
    background-image: url("/sites/default/modules/ia_integrators/images/background-images/MarketingMaterialsBG-01.jpg");
}

.integrator-home .main-content-wrapper .marketing-materials-section .icon-box.brochures .icon {
    background-image: url("/sites/default/modules/ia_integrators/images/icons/Icon-BookletsAndBrochures.svg");
}

.integrator-home .main-content-wrapper .marketing-materials-section .icon-box.product-sheets {
    background-image: url("/sites/default/modules/ia_integrators/images/background-images/MarketingMaterialsBG-02.jpg");
}

.integrator-home .main-content-wrapper .marketing-materials-section .icon-box.product-sheets .icon {
    background-image: url("/sites/default/modules/ia_integrators/images/icons/Icon-SellSheets.svg");
}

.integrator-home .main-content-wrapper .marketing-materials-section .icon-box.architecture {
    background-image: url("/sites/default/modules/ia_integrators/images/background-images/MarketingMaterialsBG-03.jpg");
}

.integrator-home .main-content-wrapper .marketing-materials-section .icon-box.architecture .icon {
    background-image: url("/sites/default/modules/ia_integrators/images/icons/Icon-ArchDiagrams.svg");
}

.integrator-home .main-content-wrapper .marketing-materials-section .icon-box.slides {
    background-image: url("/sites/default/modules/ia_integrators/images/background-images/MarketingMaterialsBG-04.jpg");
}

.integrator-home .main-content-wrapper .marketing-materials-section .icon-box.slides .icon {
    background-image: url("/sites/default/modules/ia_integrators/images/icons/Icon-PresentationSlides.svg");
}

.integrator-home .main-content-wrapper .learning-section .icon-box {
    background-color: #003E69;
}

.integrator-home .main-content-wrapper .learning-section .icon-box.coffee {
    background-image: url("/sites/default/modules/ia_integrators/images/background-images/LearningBG-01.jpg");
}

.integrator-home .main-content-wrapper .learning-section .icon-box.coffee .icon {
    background-image: url("/sites/default/modules/ia_integrators/images/icons/Icon-Coffee.svg");
}

.integrator-home .main-content-wrapper .learning-section .icon-box.how-tos {
    background-image: url("/sites/default/modules/ia_integrators/images/background-images/LearningBG-02.jpg");
}

.integrator-home .main-content-wrapper .learning-section .icon-box.how-tos .icon {
    background-image: url("/sites/default/modules/ia_integrators/images/icons/Icon-BookletsAndBrochures.svg");
}

.integrator-home .main-content-wrapper .learning-section .icon-box.marketing-tips {
    background-image: url("/sites/default/modules/ia_integrators/images/background-images/LearningBG-03.jpg");
}

.integrator-home .main-content-wrapper .learning-section .icon-box.marketing-tips .icon {
    background-image: url("/sites/default/modules/ia_integrators/images/icons/Icon-BookletsAndBrochures.svg");
}

.integrator-home .main-content-wrapper .icon-box .text-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.integrator-home .main-content-wrapper .icon-box span {
    display: block;
    max-width: 66%;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
    text-decoration: inherit;
    position: relative;
    margin-right: 16px;
}

.integrator-home .main-content-wrapper .icon-box .coming-soon {
    opacity: 0.5;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
}


/**********************/
/* tablet-down styles */
/**********************/
@media (max-width: 64em) {
    .integrator-home section .section-padding {
        padding: 60px 0;
    }

    .integrator-home .main-content-wrapper .news-section .featured-listing.one-up {
        margin: 0;
    }

    .integrator-home .main-content-wrapper .contact-slider-container .slide-index {
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .integrator-home .main-content-wrapper .calling-card {
        padding: 54px 32px 32px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 363px;
    }

    .integrator-home .main-content-wrapper .calling-card.no-contact {
        min-height: 360px;
    }

    .integrator-home .main-content-wrapper .calling-card .image-container {
        width: 100px;
        height: auto;
        margin: 0 0 24px;
    }

    .integrator-home .main-content-wrapper .calling-card .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .integrator-home .main-content-wrapper .calling-card .text p,
    .integrator-home .main-content-wrapper .calling-card .text span {
        text-align: center;
    }

    .integrator-home .main-content-wrapper .calling-card .text .bottom-text {
        margin-top: 24px;
    }

    .integrator-home .main-content-wrapper .calling-card .certifications-legend .level {
        margin: 0 0.5em;
    }
}


/**********************/
/* mobile only styles */
/**********************/
@media (max-width: 40em) {
    .integrator-home .main-content-wrapper .tools > div:last-child {
        margin-bottom: 8px;
    }

    .integrator-home section .section-padding {
        padding: 40px 0;
    }

    .integrator-home #block-inductiveautomation-content section:last-of-type .section-padding {
        padding-bottom: 96px;
    }

    .integrator-home .main-content-wrapper .welcome-section .section-padding {
        padding-top: 16px
    }

    .integrator-home .main-content-wrapper .welcome {
        margin-bottom: 0;
    }

    .integrator-home .main-content-wrapper .welcome .logo-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .integrator-home .main-content-wrapper .welcome .logo-container .logo {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .integrator-home .main-content-wrapper .welcome .logo-container h1 {
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom:15px;
    }

    .integrator-home .main-content-wrapper .welcome .status h4 {
        margin-bottom: 16px;
        text-align: center;
    }

    .integrator-home .main-content-wrapper .welcome .status > .columns {
        margin-bottom: 32px;
    }

    .integrator-home .main-content-wrapper .section-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 32px;
    }

    .integrator-home .main-content-wrapper .section-header p {
        padding: 0;
        text-align: center;
    }

    .integrator-home .main-content-wrapper .right-link {
        text-align: center;
        width: 100%;
    }

    .integrator-home .main-content-wrapper .tool {
        text-align: center;
    }

    .integrator-home .main-content-wrapper .tool:last-child {
        margin-bottom: 0;
    }

    .integrator-home .main-content-wrapper .tool > *,
    .integrator-home .main-content-wrapper .tool-cta > * {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .integrator-home .main-content-wrapper .tool.new::before {
        content: none;
    }

    .integrator-home .main-content-wrapper .tools .tool-cta {
        margin-bottom: 48px;
    }

    .integrator-home .main-content-wrapper .tool-cta .more {
        margin: 12px auto 0;
    }

    .integrator-home .main-content-wrapper .tools .license-manager {
        order: 1;
    }

    .integrator-home .main-content-wrapper .tools .development-license {
        order: 3;
    }

    .integrator-home .main-content-wrapper .tools .license-manager-button {
        order: 2;
    }

    .integrator-home .main-content-wrapper .tools .development-license-button {
        order: 4;
    }

    .integrator-home .main-content-wrapper .tools .ignition-demo {
        order: 5;
    }

    .integrator-home .main-content-wrapper .tools .edit-profile {
        order: 7;
    }

    .integrator-home .main-content-wrapper .tools .ignition-demo-button {
        order: 6;
    }

    .integrator-home .main-content-wrapper .tools .edit-profile-button {
        order: 8;
    }

    .integrator-home .main-content-wrapper .icon-box {
        padding: 24px 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px;
        height: auto;
    }

    .integrator-home .main-content-wrapper .icon-box:last-of-type {
        margin-bottom: 16px;
    }

    .integrator-home .main-content-wrapper .icon-box .icon {
        width: 40px;
        height: 40px;
    }

    .integrator-home .main-content-wrapper .icon-box span {
        max-width: unset;
        margin-left: 16px;
        font-size: 18px;
        line-height: 24px;
    }

    .integrator-home .main-content-wrapper .icon-box .coming-soon {
        width: 100%;
    }

    .integrator-home .middle-section-2 .grid-listing.featured-listing {
        display: none;
        margin-bottom: 50px;
    }

    .integrator-home .grid-page .featured-loader {
        position: static;
        pading: 100px 0;
    }

    .integrator-home .main-content-wrapper .news-section .featured-listing {
        margin-bottom: 50px;
    }

    .integrator-home .main-content-wrapper .marketing-materials-section .integrator-cta,
    .integrator-home .main-content-wrapper .news-section .integrator-cta,
    .integrator-home .main-content-wrapper .learning-section .integrator-cta {
        margin: 12px auto 0;
    }
}


/******************/
/* XL only styles */
/******************/
@media (min-width: 1921px) {
    .integrator-home .main-content-wrapper .calling-card.no-contact {
        min-height: 286.5px;
    }
}
