﻿
/*
    This file is intended only to hold styles that are in addition to the MWF basics
    Do not add any clases here that are overrides of MWF component - That should go into MWFOverrides.css
*/


main[id="mainContent"] {
    outline: none;
}

.ctex-hidden {
    display: none !important;
}

.ctex-preview-text {
    position: absolute;
    top: 2em;
    right: 3em;
    font-size: 0.8em;
    text-transform: uppercase;
}

.ctex-indent-1_7 {
    padding-left: 1.7em;
}

.skills-icons img {
    width: 100%;
    max-width: 345px;
}

@media screen and (max-width: 767px) {
    .skills-icons {
        margin-bottom: 40px;
    }
}

/* Product container classes */

.product-container header {
    margin-bottom: 1em;
}

.product-container,
.product-container section,
.product-container .office-product-icon-68,
.product-container .office-product-icon-68 a {
    display: inline-block;
}

.product-container {
    margin: 0 2em;
    vertical-align: text-top;
}

    .product-container:last-child {
        margin-bottom: 2em;
    }

    .product-container section {
        width: 68px;
        vertical-align: top;
        margin: 0 1em 1em 1em;
    }

        .product-container section div {
            margin-bottom: 10px;
        }

    /* Intune product container */
    .product-container .intune-product {
        width: 73px;
        height: 73px;
        vertical-align: top;
        margin: 0 3px 6px 3px !important;
    }

@media screen and (max-width:1500px) {
    .product-container .intune-product {
        width: 50px;
        height: 50px;
        margin-top: 20px;
    }
}

/* END product container classes */

/* Link Panels */
.ctex-link-panel {
    text-align: center;
    padding-bottom: 10px;
}

    .ctex-link-panel a {
        color: #000000 !important;
        font-size: 18px !important;
    }

        .ctex-link-panel a:hover {
            color: #000000;
            text-decoration: underline;
        }

    .ctex-link-panel ul li {
        display: inline-block;
    }

a.c-action-trigger {
    max-width: none !important;
    padding-right: 10px !important;
}

a.c-hyperlink {
    cursor: pointer;
}

.f-background-neutral-10 a.c-hyperlink,
.f-background-neutral-10 a.c-hyperlink:visited,
.f-background-neutral-10 a.c-hyperlink:hover,
.f-background-neutral-10 a.c-call-to-action.f-lightweight,
.f-background-neutral-10 a.c-call-to-action.f-lightweight:visited,
.ctex-columns.f-background-neutral-10 a.c-call-to-action,
.ctex-columns.f-background-neutral-10 a.c-call-to-action:visited {
    /* For accessibility - contrast */
    color: #0065B8 !important;
}

.f-background-neutral-65 a.c-call-to-action,
.f-background-neutral-65 a.c-call-to-action.f-lightweight.light-focus,
.f-background-neutral-65 a.c-call-to-action.f-lightweight.light-focus:hover,
.f-background-neutral-65 a.c-call-to-action.f-lightweight.light-focus:focus {
    color: #FFF;
    background-color: transparent;
}

p.c-glyph.glyph-chevron-right.glyph-before:before {
    content: '\E76C';
    position: relative;
    display: inline;
}

p.c-glyph.glyph-chevron-right.glyph-before.c-heading-5:before {
    top: 3px;
    margin: 0.1em 0.5em 0 0;
}

a.c-action-trigger.c-glyph.glyph-chevron-right:before {
    margin-top: -5px;
}
/* END Link Panels */


/* feature list styles */
.ctex-feature ul {
    margin-left: 40px;
}

.ctex-feature .c-carousel ul {
    margin-left: 0;
}
/* END feature list styles */


/* c-feature stacking for tablets */
@media only screen and (max-width: 1083px) {
    .c-feature.stack-3 > div:not(.c-video) {
        transform: none;
        display: block;
        position: relative;
        left: 0 !important;
        width: 95%;
    }

    .c-feature.stack-3.f-align-right picture, .c-feature.stack-3.f-align-left picture {
        float: none;
        width: 100%;
    }
}
/* END c-feature stacking for tablets */


/* Youtube CSS */
iframe.youtube-video {
    width: 100%;
    height: 100%;
    min-height: 315px;
    max-width: 560px;
}

    iframe.youtube-video.inline {
        height: 400px;
        max-width: none;
    }


/**** START UTILITY CLASSES ****/
/**** Display type Utility Classes ****/
.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

@media (min-width:498px) {
    .block {
        display: block !important;
    }
}

/**** Generic Utility Classes ****/
.force-vertical-align {
    position: absolute;
    width: 100% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vert-center {
    transform: translateY(50%);
}

.pos-relative {
    position: relative;
}

.clearboth {
    clear: both;
}

.cursor-pointer {
    cursor: pointer;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

/**** Font Utility Classes ****/
.font-size-20 {
    font-size: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-11 {
    font-size: 11px;
}

.text-centered {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.carousel-text {
    text-align: center;
    padding: 32px 25px 10px 25px;
    color: #000;
    background-color: #fff;
}

.bold {
    font-weight: bold;
}

.semibold {
    font-family: wf_segoe-ui_semibold !important;
}

.light {
    font-family: wf_segoe-ui_light !important;
}

.semilight {
    font-family: wf_segoe-ui_semilight !important;
}

.heading-4-pad .c-heading-4 {
    padding-top: 15px !important;
}

.break {
    word-break: break-word;
    hyphens: auto;
}

.white-space-normal {
    white-space: normal;
}

.white-space-unset {
    white-space: unset !important;
}

.no-underline {
    text-decoration: none !important;
}


/* Mobile Text Alignment Utility Classes */
@media screen and (max-width: 1083px) {
    .mobile-center-align {
        text-align: center !important;
    }

    .mobile-left-align {
        text-align: left !important;
    }

    .mobile-right-align {
        text-align: right !important;
    }
}


/**** Float Utility Classes ****/
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}


/**** Width and Height Utility Classes ****/

.max-height-100-per {
    height: 100% !important;
    max-height: 100% !important;
}

.max-height-100 {
    height: 100% !important;
    max-height: 100px !important;
}

.max-width-150 {
    max-width: 150px !important;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-100 {
    max-width: 100%;
}

.max-width-100-px {
    max-width: 100px;
}

.width-100 {
    width: 100% !important;
}

.width-80 {
    width: 80%;
}

.width-50 {
    width: 50%;
}

.max-width-60per {
    max-width: 60%;
}

.content-centered {
    display: block !important;
    margin: 0 auto !important;
    object-fit: cover;
}

.long-hero-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-test-page {
    width: 500px;
    clear: both;
}

.hero-test-page-input {
    width: 100%;
    clear: both;
}

/**** Padding Utility Classes ****/
.padding-top-84 {
    padding-top: 84px;
}

.padding-vertical-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pad-top-60px {
    padding-top: 60px;
}

.padding-top-60 {
    padding-top: 60px;
}

.pad-vertical-48 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.pad-top-48 {
    padding-top: 48px;
}

.pad-bottom-48 {
    padding-bottom: 48px;
}

.padding-bottom-48 {
    padding-bottom: 48px;
}

.padding-vertical-48 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.pad-bottom-38px {
    padding-bottom: 38px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.padding-top-32 {
    padding-top: 32px;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.pad-horizontal-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.pad-L-30px {
    padding-left: 30px;
}

.pad-bottom-30px {
    padding-bottom: 30px;
}

.pad-top-30px {
    padding-top: 30px;
}

.pad-vertical-25px {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pad-horizontal-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.pad-20px {
    padding: 20px;
}

.padding-horizontal-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pad-10px {
    padding: 10px;
}

.pad-top-10px {
    padding-top: 10px;
}

.pad-bottom-10px {
    padding-bottom: 10px !important;
}

.pad-L-10px {
    padding-left: 10px !important;
}

.pad-3em {
    padding: 3em;
}

.pad-vertical-2em {
    padding-top: 2em;
    padding-bottom: 2em;
}

.pad-2em {
    padding: 2em;
}

.padding-bottom-1em {
    padding-bottom: 1em;
}

.pad-left-0 {
    padding-left: 0 !important;
}

.no-pad-top {
    padding-top: 0 !important;
}

.no-pad-right {
    padding-right: 0 !important;
}

.no-pad-bottom {
    padding-bottom: 0 !important;
}

p.nopad {
    padding: 0;
}

.pad-top-0 {
    padding-top: 0 !important;
}

.pad-0 {
    padding: 0 !important;
}

h1.nopadtop,
h2.nopadtop,
h3.nopadtop,
h4.nopadtop,
h5.nopadtop,
h6.nopadtop {
    padding-top: 0;
}

/**** Margin utility classes ****/
.margin-vertical-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
}

.margin-top-84 {
    margin-top: 84px !important;
}

.margin-bottom-84 {
    margin-bottom: 84px !important;
}

.margin-right-84 {
    margin-right:84px;
}

.margin-left-84 {
    margin-left: 84px;
}

.margin-horizontal-84 {
    margin-right: 84px;
    margin-left: 84px;
}

.margin-vertical-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}

.margin-top-64 {
    margin-top: 64px !important;
}

.margin-bottom-64 {
    margin-bottom: 64px !important;
}

.margin-right-64 {
    margin-right: 64px !important;
}

.margin-vertical-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-vertical-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}

.margin-top-48 {
    margin-top: 48px !important;
}

.margin-bottom-48 {
    margin-bottom: 48px !important;
}

.margin-top-36 {
    margin-top: 36px;
}

.margin-bottom-36 {
    margin-bottom: 36px;
}

.marg-top-35px {
    margin-top: 35px;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-top-24 {
    margin-top: 24px;
}

.margin-bottom-24 {
    margin-bottom: 24px !important;
}

.margin-right-24 {
    margin-right: 24px !important;
}

.margin-left-24 {
    margin-left: 24px !important;
}

.margin-vertical-24 {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
}

.margin-horizontal-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-vertical-12 {
    margin-bottom: 12px;
    margin-top: 12px;
}

.margin-top-12 {
    margin-top: 12px !important;
}

.margin-bottom-12 {
    margin-bottom: 12px !important;
}

.margin-right-12 {
    margin-right: 12px;
}

.margin-left-12 {
    margin-left: 12px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-right-6 {
    margin-right: 6px;
}

.margin-left-6 {
    margin-left: 6px;
}

.margin-top-1em {
    margin-top: 1em;
}

.margin-left-1 {
    margin-left: 1px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.nomargin {
    margin: 0 !important;
}

.margin-auto {
    margin: auto !important;
}

.margin-vertical-84,
a.c-call-to-action.margin-vertical-84.f-lightweight {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
}

    .margin-vertical-84 h1, .margin-vertical-84 h2 {
        margin-top: 0;
    }

.c-glyph.margin-right-05em:before {
    margin-right: 0.5em;
}

@media screen and (max-width: 1083px) {
    .mobile-margin-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Collapsing margins at small screen sizes */
@media screen and (max-width: 767px) {

    [class*=margin-].responsive-margin,
    [class*=margin-].responsive-margin .ctex-device-kiosk-item,
    [class*=margin-].responsive-margin .m-content-placement-item {
        margin-bottom: 10px !important;
        margin-top: 0px !important;
        padding-top: 0 !important;
    }

    [class*=padding-vertical].responsive-margin {
        margin-bottom: 10px !important;
        margin-top: 0px !important;
    }

    [class*=margin-].responsive-margin .m-content-placement-item h2,
    [class*=margin-].responsive-margin .m-content-placement-item p {
        padding-top: 10px;
    }

    [class*=margin-vertical-].responsive-margin {
        margin-top: 2em !important;
        margin-bottom: 2em !important;
    }
}


/**** Colour Utility Classes ****/
.bg-colour-2d2d2d {
    background-color: #D2D2D2;
}

.bg-colour-0078D7 {
    background-color: #0078D7 !important;
}

.heading-color-0078D7 {
    color: #0078D7;
}

.txt-colour-white {
    color: #fff;
}

.border-color-green {
    border-color: #01aa9c !important;
}
.border-top-purple {
    border-top: 1px solid #9D008A !important;
}

.border-color-blue {
    border-color: #0190d2 !important;
}


/**** Border Utility Classes ****/
.no-border-focus:focus {
    border: none !important;
}

.no-outline-focus:focus {
    outline: none !important;
}

.border-right-2-black {
    border-right: 2px solid #000;
}

.border-colour-d2d2d2 {
    border-color: #d2d2d2 !important;
}

.border-colour-f3732f {
    border-color: #f3732f !important;
}

@media screen and (max-width: 767px) {
    .border-right-2-black {
        border-right: none;
    }
}

/**** Opcaity Utility Classes ****/
.opacity-10 {
    opacity: 1;
}

.opacity-09 {
    opacity: 0.9;
}

.opacity-08 {
    opacity: 0.8;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-04 {
    opacity: 0.4;
}

.opacity-03 {
    opacity: 0.3;
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-01 {
    opacity: 0.1;
}

.opacity-00 {
    opacity: 0;
}


/**** Glyph Utility Classes ****/
.ctex-glyph-clock {
    background-image: url(HS_Clock_Icon.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    opacity: 0.6;
    background-size: contain;
    margin-top: 4px;
}

.c-action-trigger.c-glyph.ctex-glyph-tick:before {
    font-size: 1.2em;
    content: '\E8FB';
    vertical-align: middle;
}
/**** END UTILITY CLASSES ****/


/* Video Classes */
.c-glyph.glyph-play:before {
    /* Class scope this ASAP - it's a generic selector used across MWF and breaks lots of components */
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    border: transparent;
    color: #fff;
    font-size: 44px;
    width: 87px;
    height: 87px;
    text-align: center;
    padding-top: 21.5px;
    padding-left: 4px;
    z-index: 10;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.c-glyph.glyph-play.mwf-default:before {
    background: 0;
    color: inherit;
    font-size: inherit;
    text-align: center;
    width: 38px;
    height: 22px;
    padding-top: 0;
    padding-left: 0;
    z-index: 10;
    margin: auto;
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}

.c-action-trigger.c-glyph:before {
    position: relative;
    padding: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    font-size: 15px;
    background-color: transparent;
}

.c-dialog.f-lightbox [role=dialog] {
    background-color: transparent;
}

.windows-vid-postion .c-glyph.glyph-play:before {
    cursor: pointer;
}

.m-hero-item .c-video video.ctex-video-stretch {
    width: 100%;
    min-height: 100%;
    max-height: none;
}

@media screen and (max-width:767px) {
    .m-hero-item .c-video video.ctex-mobile-width-100 {
        width: 100%;
    }
}
/* END Video Classes */

/* Product container classes */

.product-container,
.product-container section,
.product-container .office-product-icon-68,
.product-container .office-product-icon-68 a {
    display: inline-block;
}

.product-container {
    vertical-align: text-top;
}

    .product-container:last-child {
        margin-bottom: 2em;
    }

    /* Intune product container */

    .product-container .intune-product {
        width: 73px;
        height: 73px;
        vertical-align: top;
        margin: 0 3px 6px 3px !important;
    }

@media screen and (max-width:1500px) {
    .product-container .intune-product {
        width: 50px;
        height: 50px;
        margin-top: 20px;
    }
}

/* END product container classes */


/*  Article Classes */
.ctex-article {
    padding: 50px 0;
}

.ctex-article-content {
    margin-bottom: 25px;
}

.ctex-article-nextsteps {
    padding: 20px;
    margin-bottom: 25px;
}

    .ctex-article-nextsteps a {
        color: #FFFFFF !important;
    }

        .ctex-article-nextsteps a:visited {
            color: #FFFFFF !important;
        }

    .ctex-article-nextsteps h4 {
        padding: 0 0 15px 0;
    }

    .ctex-article-nextsteps a.c-hyperlink::after {
        content: "\E72A";
        display: inline-block;
        margin-left: 4px;
        margin-top: 1px;
        float: right;
        vertical-align: top;
        background: none !important;
    }

    /* Responsive fixes  */

    .ctex-article-nextsteps li a.c-hyperlink.ctex-cta-responsive {
        padding-right: 2em;
        position: relative !important;
        display: block;
        white-space: nowrap;
        font-size: inherit;
    }

        .ctex-article-nextsteps li a.c-hyperlink.ctex-cta-responsive span {
            display: inline-block;
            white-space: normal;
            overflow: visible;
        }

        .ctex-article-nextsteps li a.c-hyperlink.ctex-cta-responsive:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin: 0 !important;
            right: 0.5em;
        }

        .ctex-article-nextsteps li a.c-hyperlink.ctex-cta-responsive:hover span,
        .ctex-article-nextsteps li a.c-hyperlink.ctex-cta-responsive:focus span {
            text-decoration: underline;
        }

/* END Responsive fixes */

.ctex-article-carousel .item {
    width: 300px;
    padding: 5px;
    background: #ffffff;
    height: 500px;
}

.c-carousel.f-multi-slide .c-flipper {
    opacity: 0.8 !important;
}

    .c-carousel.f-multi-slide .c-flipper:hover {
        opacity: 1 !important;
    }

@media screen and (max-width: 539px) {
    .It-solutions-image img {
        width: 100%;
    }
}

.c-icon-download::after {
    content: "\E74B" !important;
}

.news-rss-feed-img {
    height: 80px;
    margin: 50px 0 20px 0;
}


.ctex-article-link-grid [data-grid~=stack-2] {
    margin: 2em 0;
}

.ctex-article-link-grid .gridImg {
    width: 252px;
    max-width: 100%;
    margin-bottom: 1em;
}

.ctex-article-link-grid .gridDescription {
    max-width: 285px;
}

.ctex-article-link-grid .c-call-to-action {
    margin: 1em 0;
}

@media screen and (max-width: 1083px) {
    .ctex-article-link-grid [data-grid~=stack-2] {
        text-align: center;
    }

        .ctex-article-link-grid [data-grid~=stack-2] .c-hyperlink {
            display: block;
        }

    .ctex-grid-center-clear-text {
        text-align: center;
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .ctex-article-link-grid [data-grid~=stack-2] .gridDescription {
        max-width: none;
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 1083px) {
    .ctex-feature [data-grid~=stack-3] .skills-icons {
        margin-bottom: 1em;
    }
}
/* END Article Classes */

.tabs-img-links .item-list li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 10px;
    width: 190px;
    text-align: center;
}

.tabs-img-links ul {
    margin-left: 0 !important;
    margin-top: 20px;
}

.tabs-img-right {
    text-align: center;
    width: 100%;
}

    .tabs-img-right img {
        width: 230px;
    }

.tab-content .back-to-top .c-heading-4 {
    text-align: center !important;
    padding-top: 25px !important;
}

    .tab-content .back-to-top .c-heading-4:hover {
        text-decoration: underline;
    }

.tabs-img-links .c-list li {
    list-style: none !important;
}

.tabs-img-links .c-list img {
    height: 25px;
    width: 25px;
}

.tabs-img-links .item-list li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 10px;
    width: 190px;
    text-align: center;
}

.tabs-img-links ul {
    margin-left: 0 !important;
    margin-top: 20px;
}

.tabs-img-right {
    text-align: center;
    width: 100%;
}

    .tabs-img-right img {
        width: 230px;
    }

.tab-content .back-to-top .c-heading-4 {
    text-align: center !important;
    padding-top: 25px !important;
}

    .tab-content .back-to-top .c-heading-4:hover {
        text-decoration: underline;
    }

.tabs-img-links .c-list li {
    list-style: none !important;
}

.tabs-img-links .c-list img {
    height: 25px;
    width: 25px;
    margin-right: 1em;
}


/*Start creative innovitive schools*/

.discover-icons {
    margin-top: 35px;
    margin-bottom: 35px;
}

    .discover-icons [data-grid="col-3"] {
        padding: 0 10px;
        text-align: center;
    }

        .discover-icons [data-grid="col-3"] img {
            width: 100%;
            height: auto;
            max-width: 170px;
        }

.deploy-grid ul {
    margin: 10px 0 0 0 !important;
}

.deploy-grid [data-grid="col-2"] {
    margin-top: 40px;
}

.deploy-grid [data-grid="col-5"] {
    width: 40%;
    margin-right: 5px;
    margin-top: 40px;
}

.deploy-grid img {
    width: 80%;
    max-width: 120px;
}

.windows-grid [data-grid="col-5"] .c-heading-4 {
    color: #ffffff;
    background-color: #0078D7;
    padding: 16px 10px;
}

.office-grid [data-grid="col-5"] .c-heading-4 {
    color: #fff;
    background-color: #DA3B01;
    padding: 16px 10px;
}

.deployment-grid [data-grid="col-5"] .c-heading-4 {
    color: #fff;
    background-color: #000;
    padding: 16px 10px;
}

.community-grid [data-grid="col-5"] .c-heading-4 {
    color: #fff;
    background-color: #00188f;
    padding: 16px 10px;
}

.Arrow-next-page {
    color: #fff !important;
    margin-right: 20px !important;
}

    .Arrow-next-page img {
        width: 30px;
        color: #fff;
        margin-bottom: 5px;
    }

.download-img img {
    height: 300px;
}

.download-img {
    margin-bottom: 30px;
}

.proficiency-graphic {
    width: 100%;
    margin-top: 15px;
}

.discover-tabpanel .discover-img {
    width: 75px;
    margin-top: 24px;
    float: left;
    margin-right: 20px;
}

.discover-tablet {
    width: 85%;
    padding-top: 24px;
}

.transform-tab-margin {
    padding-top: 0 !important;
    padding-bottom: 0;
}

.transform-tab-margin {
    padding-top: 0 !important;
}

.discover-products {
    height: 600px;
    margin-top: 30px;
    color: #ffffff;
    position: relative;
}

    .discover-products [data-grid="col-6"] {
        margin-top: 80px;
        padding-right: 40px;
    }

        .discover-products [data-grid="col-6"] .c-call-to-action {
            margin-top: 20px;
        }

.discover-tab-links {
    position: absolute;
    bottom: 0 !important;
    width: 90%;
    margin-left: 5% !important;
    padding-bottom: 0 !important;
    z-index: 1 !important;
}

    .discover-tab-links img {
        width: 63px;
        height: 76px;
    }

.discover-products .office {
    background-color: #DA3B01;
    height: 100%;
}

.discover-products .windows {
    background-color: #0078D7;
    height: 100%;
}

.discover-products .sway {
    background-color: #008272;
    height: 100%;
}

.discover-products .onenote {
    background-color: #5C2e91;
    height: 100%;
}

.discover-products .skype {
    background-color: #00b0f0;
    height: 100%;
}

.discover-products .minecraft {
    background-color: #5E5E5E;
    height: 100%;
}

.discover-tab-links .minecraft img, .discover-tab-links .skype img {
    width: 70%;
}

.discover-products ul li {
    list-style: none !important;
}

.discover-products ul .minecraft img {
    width: 100% !important;
}

.discover-products .product-list {
    margin-left: 0 !important;
    height: 600px;
    width: 100%;
}

.tab-nav .wtpSlideNav .resp-view {
    margin-right: 0 !important;
    padding-bottom: 0 !important;
}

.tab-nav .wtpSlideNav li {
    padding-top: 0 !important;
}


.product-tab {
    position: relative !important;
}

.discover-icons [data-grid="col-3"] img {
    margin-top: 20px;
}

.tab-nav ul li:focus {
    border: dashed #fff 1px;
}

/* End creative innovitive schools*/

/*Start media Queries all tabs pages*/

@media screen and (max-width: 1024px) {
    .discover-tab-links {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 769px) {
    .download-img img {
        height: 240px;
    }

    .discover-products {
        height: 500px;
        margin-top: 0;
    }

    .product-list {
        display: none;
    }

    .discover-tab-links {
        display: initial !important;
        height: 450px;
        margin-top: 70px;
    }

        .discover-tab-links .minecraft img, .discover-tab-links .skype img {
            width: 100px;
        }

        .discover-tab-links img {
            padding-top: 0 !important;
        }

    .product-spacing {
        padding-top: 0;
    }

    .discover-tab-links .resp-view {
        padding-top: 0 !important;
    }

    .discover-tab-links img {
        height: 50px;
        width: auto;
        margin-top: 10px;
    }

    .discover-tab-links li p {
        color: #ffffff !important;
    }

    .download-img img {
        height: 210px;
    }

    .top-margin-20px {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .col-2-margin-top {
        margin-top: 30px;
    }
}

@media screen and (max-width: 577px) {
    .discover-tab-links li {
        height: 70px !important;
    }
}

@media only screen and (max-width: 539px) {
    .deploy-grid img {
        width: 30%;
        margin-left: 35%;
    }

    .deploy-grid [data-grid="col-5"] {
        width: 100%;
    }
}

@media screen and (max-width: 410px) {

    .tabs-img-links .item-list li {
        width: 100% !important;
    }
}

.ctex-form-frame {
    height: 480px;
    background-color: #7E2EA6;
    text-align: center;
    color: #FFFFFF;
}

@media screen and (max-width: 520px) {
    .ctex-form-frame {
        height: 440px;
    }
}

@media screen and (max-width: 340px) {
    .ctex-form-frame {
        height: 460px;
    }
}
/* END Tabs classes */



/* Carousel Classes */
a.c-carousel-products:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

.item-width-400px .c-carousel-products ul li {
    width: 400px;
}

    .item-width-400px .c-carousel-products ul li img {
        height: auto;
        width: 100%;
    }

.item-width-400px.non-brand-purple .c-flipper.f-next:focus,
.item-width-400px.non-brand-purple .c-flipper.f-previous:focus,
.item-width-400px.non-brand-blue .c-flipper.f-next:focus,
.item-width-400px.non-brand-blue .c-flipper.f-previous:focus,
.item-width-400px.f-background-neutral-80 .c-flipper.f-next:focus,
.item-width-400px.f-background-neutral-80 .c-flipper.f-previous:focus {
    color: #fff;
}

@media screen and (max-width: 400px) {
    .item-width-400px .c-carousel-products ul li {
        width: 319px;
    }

        .item-width-400px .c-carousel-products ul li img {
            width: 100%;
        }
}

a.c-carousel-products.c-glyph.glyph-play {
    position: relative;
}

    a.c-carousel-products.c-glyph.glyph-play:before {
        padding-top: 33px;
    }

.item-width-full .c-carousel-products.f-single-slide ul {
    margin-top: 30px !important;
}

.item-width-full .c-carousel-products.f-multi-slide ul {
    padding: 0;
    margin-top: 0px !important;
}

    .item-width-full .c-carousel-products.f-multi-slide ul.no-margin {
        margin-top: 0;
    }

.item-width-full .theme-light .c-flipper.f-previous:focus,
.item-width-full .theme-light .c-flipper.f-next:focus {
    background-color: #CCC;
    color: #333;
}

.item-width-full .c-carousel-products.f-multi-slide ul li {
    width: 100%;
    text-align: left;
}

.item-width-full .c-carousel-products.f-multi-slide .c-sequence-indicator [data-grid~="col-12"][data-grid~="stack-2"] [data-grid~="col-6"] {
    margin-left: -1px; /* Fixes white gap due to renderer rounding error */
}

.item-width-full .c-carousel-products.f-multi-slide ul li img {
    height: inherit;
    max-width: 90%;
}

.item-width-full .c-carousel-products.f-multi-slide ul li .ctex-feature-img img {
    height: auto;
    width: 350px;
    max-width: 100%;
}

.item-width-full .c-carousel-products.f-multi-slide ul li .ctex-feature-img.ctex-align-left .ctex-feature-content-wrapper {
    float: none;
}

@media screen and (min-width: 768px) {

    .item-width-full .c-carousel-products.f-multi-slide ul li .ctex-feature-img.ctex-align-left .ctex-feature-content-wrapper .ctex-feature-content-inner {
        text-align: left;
    }
}

.item-width-full .c-carousel-products.f-multi-slide ul li .ctex-feature-img .ctex-feature-content-wrapper {
    display: block;
    overflow-y: hidden;
}

.item-width-full .c-carousel-products.f-multi-slide ul li .ctex-feature-img .ctex-feature-content-inner {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.item-width-full .c-carousel-products.f-multi-slide.theme-light .c-sequence-indicator button:before {
    border-color: #FFFFFF;
}

.item-width-full .c-carousel-products.f-multi-slide.theme-light .c-sequence-indicator button:focus {
    outline-color: #FFFFFF;
    outline-offset: -1px;
    z-index: 999;
}

.item-width-full .c-carousel-products.f-multi-slide.theme-light .c-sequence-indicator button[aria-selected=true]:before {
    background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {

    .item-width-full .c-carousel-products.f-multi-slide ul li .ctex-feature-img .ctex-feature-content-wrapper {
        padding-top: 2em;
    }

    .item-width-full .c-carousel-products.f-multi-slide ul li .ctex-feature-img .ctex-feature-content-inner {
        top: 0;
        transform: none;
        text-align: center;
    }

    .content-bottom-pad-single-col .mixed-content-link {
        padding-bottom: 2.5em;
    }
}

.item-width-full .c-carousel-products.f-multi-slide ul li .c-glyph.glyph-play:before {
    padding-top: 20px;
}

.item-width-full .c-carousel.f-multi-slide .c-flipper {
    opacity: 0.8 !important;
}

    .item-width-full .c-carousel.f-multi-slide .c-flipper:hover {
        opacity: 1 !important;
    }

.item-width-full .c-carousel.f-multi-slide .c-sequence-indicator {
    bottom: 20px;
}

.item-width-full .c-carousel.f-multi-slide div[data-grid*="container"] {
    padding-bottom: 2em; /* gutter space for sequence indicator */
}


/* END Carousel Classes*/

/* Carousel transitions    
   Please remove this section if MWF CSS styles finally included 
   CSS3 transition hooks for the f-multi-slide class */

@-webkit-keyframes a {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes a {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes b {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes c {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes d {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.item-width-full .c-carousel-products.f-multi-slide ul {
    transition: left cubic-bezier(.16,1,.29,.99) 667ms;
    background-color: white;
    overflow-x: hidden;
}

    .item-width-full .c-carousel-products.f-multi-slide ul li.f-animate-next > div {
        -webkit-animation: a cubic-bezier(.16,1,.29,.99) 667ms both;
        animation: a cubic-bezier(.16,1,.29,.99) 667ms both;
    }

    .item-width-full .c-carousel-products.f-multi-slide ul li.f-animate-previous > div {
        -webkit-animation: b cubic-bezier(.16,1,.29,.99) 667ms both;
        animation: b cubic-bezier(.16,1,.29,.99) 667ms both;
    }

/* END Carousel transitions */

/* Click to chat stuff */

.c-click-to-chat {
    cursor: pointer;
}

.LPMcontainer {
    display: inline-block !important;
}

.liveChatUpper {
    text-transform: uppercase;
}

/* END Click to chat stuff */
/* Global Styles usable on any component */
.f-background-neutral-00 {
    background: #fff;
}

.f-background-neutral-10 {
    background: #e3e3e3;
}

.f-background-neutral-20 {
    background: #c8c8c8;
}

.f-background-neutral-30 {
    background: #acacac;
}

.f-background-neutral-45 {
    background: #919191;
    color: #ffffff;
}

.f-background-neutral-55 {
    background: #767676;
    color: #ffffff;
}

.f-background-neutral-65 {
    background: #5e5e5e;
    color: #ffffff;
}

.f-background-neutral-75 {
    background: #464646;
    color: #ffffff;
}

.f-background-neutral-80 {
    background: #2f2f2f;
    color: #ffffff;
}

    .f-background-neutral-80.ctex-link-panel a.c-action-trigger {
        color: #ffffff !important;
    }

.f-background-neutral-90 {
    background: #171717;
    color: #ffffff;
}

.f-background-neutral-100 {
    background: #000;
    color: #ffffff;
}

.brand-blue:not(.ctex-feature) a.c-action-trigger,
.brand-blue:not(.ctex-feature) a.c-action-trigger:visited,
.brand-blue:not(.ctex-feature) a.c-call-to-action,
.brand-blue:not(.ctex-feature) a.c-call-to-action:visited,
.brand-green-dark:not(.ctex-feature) a.c-action-trigger,
.brand-green-dark:not(.ctex-feature) a.c-action-trigger:visited,
.brand-green-dark:not(.ctex-feature) a.c-call-to-action,
.brand-green-dark:not(.ctex-feature) a.c-call-to-action:visited,
.brand-red:not(.ctex-feature) a.c-action-trigger,
.brand-red:not(.ctex-feature) a.c-action-trigger:visited,
.brand-red:not(.ctex-feature) a.c-call-to-action,
.brand-red:not(.ctex-feature) a.c-call-to-action:visited,
.brand-teal:not(.ctex-feature) a.c-action-trigger,
.brand-teal:not(.ctex-feature) a.c-action-trigger:visited,
.brand-teal:not(.ctex-feature) a.c-call-to-action,
.brand-teal:not(.ctex-feature) a.c-call-to-action:visited,
.brand-purple:not(.ctex-feature) a.c-action-trigger,
.brand-purple:not(.ctex-feature) a.c-action-trigger:visited,
.brand-purple:not(.ctex-feature) .c-call-to-action,
.brand-purple:not(.ctex-feature) .c-call-to-action:visited,
.brand-orange:not(.ctex-feature) a.c-action-trigger,
.brand-orange:not(.ctex-feature) a.c-action-trigger:visited,
.brand-orange:not(.ctex-feature) a.c-call-to-action,
.brand-orange:not(.ctex-feature) a.c-call-to-action:visited {
    color: #FFFFFF !important;
}

.brand-yellow:not(.ctex-feature) a.c-call-to-action,
.brand-yellow:not(.ctex-feature) a.c-call-to-action:visited,
.brand-yellow:not(.ctex-feature) a.c-action-trigger,
.brand-yellow:not(.ctex-feature) a.c-action-trigger:visited,
.brand-green-light:not(.ctex-feature) a.c-call-to-action,
.brand-green-light:not(.ctex-feature) a.c-call-to-action:visited,
.brand-green-light:not(.ctex-feature) a.c-action-trigger,
.brand-green-light:not(.ctex-feature) a.c-action-trigger:visited {
    color: #000 !important;
}

.brand-purple:not(.ctex-feature) .c-call-to-action,
.brand-purple:not(.ctex-feature) .c-call-to-action:hover {
    background: none !important;
}

.brand-white {
    background: #ffffff;
    color: #000000;
}

    .brand-white .c-call-to-action, .brand-white .c-call-to-action:active {
        background: #5C2D91;
    }

        .brand-white .c-call-to-action:hover {
            background: #4D1C7E;
        }

.brand-red {
    background: #E81123;
    color: #ffffff;
}

    .brand-red .c-call-to-action, .brand-red .c-call-to-action:active {
        background: #5c2d91;
    }

        .brand-red .c-call-to-action:hover {
            background: #4D1C7E;
        }

.brand-orange {
    background: #D83B01;
    color: #ffffff;
}

    .brand-orange a.c-hyperlink, .brand-orange a.c-hyperlink:visited, .brand-orange a.c-hyperlink:hover, .brand-orange a.c-action-trigger, .brand-orange a.c-action-trigger:visited, .brand-orange a.c-action-trigger:hover {
        color: #ffffff !important;
    }

    .brand-orange.c-button {
        background-color: #D83B01 !important;
        color: #ffffff !important;
        border-color: #D83B01 !important;
    }

        .brand-orange.c-button:focus {
            outline: 1px dashed #000 !important;
            text-decoration: none !important;
        }

.brand-yellow {
    background: #FFB900;
    color: #000000;
}

    .brand-yellow .c-call-to-action, .brand-yellow .c-call-to-action:active {
        background: #333333;
    }

        .brand-yellow .c-call-to-action:hover {
            background: #000000;
        }

.brand-teal {
    background: #008272;
    color: #ffffff;
}

    .brand-teal .c-call-to-action, .brand-teal .c-call-to-action:active {
        background: #5c2d91;
    }

        .brand-teal .c-call-to-action:hover {
            background: #4D1C7E;
        }

.brand-blue {
    background: #0067b8;
    color: #ffffff;
}

    .brand-blue .c-hyperlink, .brand-blue .c-hyperlink:visited, .brand-blue a.c-action-trigger, .brand-blue a.c-action-trigger:visited, .brand-blue a.c-action-trigger:hover {
        color: #ffffff !important;
    }

        .brand-blue .c-hyperlink:hover {
            color: #ffffff;
            text-decoration: underline;
        }

.brand-purple {
    background: #5C2E91;
    color: #ffffff;
}

    .brand-purple .c-call-to-action, .brand-purple .c-call-to-action:active {
        background: #b4009e !important;
        color: #ffffff;
    }

    .brand-purple .c-hyperlink, .brand-purple .c-hyperlink:visited, .brand-purple a.c-action-trigger, .brand-purple a.c-action-trigger:visited, .brand-purple a.c-action-trigger:hover {
        color: #ffffff !important;
    }

    .brand-purple .c-call-to-action:hover {
        background: #9D008A !important;
    }

    .brand-purple .f-lightweight, .brand-purple .f-lightweight:hover,
    .brand-purple .f-lightweight:focus {
        color: #ffffff !important;
        background-color: transparent !important;
    }

        .brand-purple .f-lightweight:focus {
            outline: 1px dashed #FFF !important;
        }

.brand-green-dark {
    background: #107C10;
    color: #ffffff;
}

    .brand-green-dark .c-call-to-action, .brand-green-dark .c-call-to-action:active {
        background: #5DC21E;
        color: #000000;
    }

        .brand-green-dark .c-call-to-action:hover {
            background: left #46A600;
        }

.brand-green-light {
    background: #5DC21E;
    color: #000000;
}

    .brand-green-light .c-call-to-action, .brand-green-light .c-call-to-action:active {
        background: #107C10;
    }

        .brand-green-light .c-call-to-action:hover {
            background: #006A00;
        }

.brand-onenote {
    background: #5C2E91;
    color: #ffffff !important;
}

    .brand-onenote .c-call-to-action, .brand-onenote .c-call-to-action:active {
        background: #B4009E !important;
    }

        .brand-onenote .c-call-to-action:hover {
            background: #9D008A !important;
        }

    .brand-onenote a {
        color: #ffffff !important;
    }


        .brand-onenote a.c-hyperlink, .brand-onenote a.c-hyperlink:visited, .brand-onenote a.c-hyperlink:hover {
            color: #ffffff !important;
            text-decoration: underline;
        }

.brand-office {
    background: #DA3B01;
    color: #ffffff !important;
}

    .brand-office .c-call-to-action, .brand-office .c-call-to-action:active {
        background: #5c2d91 !important;
    }

        .brand-office .c-call-to-action:hover {
            background: #4D1C7E !important;
        }


    .brand-office a.c-hyperlink, .brand-office a.c-hyperlink:visited, .brand-office a.c-hyperlink:hover {
        color: #ffffff !important;
        text-decoration: underline;
    }

.brand-sway {
    background: #008272;
    color: #ffffff !important;
}

    .brand-sway .c-call-to-action, .brand-sway .c-call-to-action:active {
        background: #5DC21E !important;
        color: #000000 !important;
    }

        .brand-sway .c-call-to-action:hover {
            background: #55B01C !important;
        }

    .brand-sway a.c-hyperlink, .brand-sway a.c-hyperlink:visited, .brand-sway a.c-hyperlink:hover {
        color: #ffffff !important;
        text-decoration: underline;
    }

.brand-skype {
    background: #454545;
    color: #ffffff !important;
}

    .brand-skype .c-call-to-action, .brand-skype .c-call-to-action:active {
        background: #0078D7 !important;
    }

        .brand-skype .c-call-to-action:hover {
            background: #0078D7 !important;
        }

    .brand-skype a.c-hyperlink, .brand-skype a.c-hyperlink:visited, .brand-skype a.c-hyperlink:hover {
        color: #ffffff !important;
        text-decoration: underline;
    }

.heading-center {
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 30px;
}

.brand-minecraft {
    background: #454545;
    color: #ffffff !important;
}

.brand-skype a.c-hyperlink, .brand-skype a.c-hyperlink:visited, .brand-skype a.c-hyperlink:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.txt-oneNote-Purple {
    color: #80347B;
}

.txt-light-blue {
    color: #00BCF2 !important;
}

.link-underline {
    text-decoration: underline !important;
}

.hero-div {
    padding-left: inherit !important;
}

@media screen and (max-width: 1084px) {
    .hero-div {
        padding-left: 36px !important;
    }
}


.img-height-150 {
    height: 150px !important;
}

.glyph-pos-relative {
    position: relative !important;
}

/* END Global Styles usable on any component */



/* Global non-brand colours. i.e something specific to a campaign */
.non-brand-light-orange {
    background: #EB940F;
    color: #FFFFFF;
}

    .non-brand-light-orange .c-call-to-action, .non-brand-light-orange .c-call-to-action:active {
        background: #5c2d91;
    }

        .non-brand-light-orange .c-call-to-action:hover {
            background: #4D1C7E;
        }

    .non-brand-light-orange a.c-hyperlink, .non-brand-light-orange a.c-hyperlink:visited, .non-brand-light-orange a.c-hyperlink:hover {
        color: #ffffff;
    }

.non-brand-blue {
    background-color: #002050;
    color: #ffffff !important;
}

    .non-brand-blue .c-hyperlink {
        color: #FFFFFF !important;
    }

.non-brand-dark-blue {
    background-color: #0070C0;
    color: #FFFFFF !important;
}

    .non-brand-dark-blue .c-call-to-action, .non-brand-dark-blue .c-call-to-action:active {
        background: #5c2d91;
    }

    .non-brand-dark-blue a.c-call-to-action:hover {
        background-color: #4D1C7E !important;
    }

    .non-brand-dark-blue .c-hyperlink {
        color: #FFFFFF !important;
    }

.non-brand-light-blue {
    background-color: #00BCF2;
    color: #000000 !important;
}

    .non-brand-light-blue .c-hyperlink {
        color: #000000 !important;
    }

    .non-brand-light-blue .c-call-to-action, .non-brand-light-blue .c-call-to-action:active {
        background: #5C2D91;
    }

        .non-brand-light-blue .c-call-to-action:hover {
            background: #4D1C7E;
        }

.non-brand-royalblue {
    background-color: #012061;
    color: #FFFFFF;
}

.non-brand-green {
    background-color: #2D836C;
    color: #ffffff !important;
}

    .non-brand-green .c-hyperlink {
        color: #FFFFFF !important;
    }

    .non-brand-green .c-call-to-action, .non-brand-green .c-call-to-action:active {
        background: #5c2d91;
    }

        .non-brand-green .c-call-to-action:hover {
            background: #4D1C7E;
        }

.non-brand-purple, .non-brand-purple a {
    background-color: #63175B;
    color: #ffffff !important;
}

.non-brand-light-purple {
    background-color: #B4009E;
    color: #ffffff !important;
}

    .non-brand-light-purple a, .non-brand-light-purple a:active, .non-brand-light-purple a:hover {
        color: #ffffff !important;
    }

.non-brand-purple-form {
    background-color: #7E2EA6;
}

.txt-light-blue {
    color: #00BCF2 !important;
}

.footer-para {
    min-height: inherit;
}

    .footer-para > div {
        padding-left: 20%;
        padding-right: 20%;
    }

    .footer-para .c-heading-3 {
        color: #80397b;
    }


/* END Global non-brand colours. i.e something specific to a campaign */




/* Social Pre Footer */

.m-social {
    margin-top: 0;
}



@media screen and (max-width: 1083px) {
    .followText {
        margin-left: 15px;
    }
}

.c-social.f-horizontal ul > li, .m-social.f-horizontal ul > li {
    float: none !important;
    display: inline-block;
}



@media screen and (max-width: 767px) {
    /* 
        If we drop to single column, we want the left & right margins balanced 
        so the VFI does not butt up against the LHS of the screen
    */
    a.c-action-trigger.c-glyph {
        margin-left: 10px;
    }
}


/* END Social Pre Footer */

/* Hero with video */
.openHeroVideo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 10;
}

/* END Hero with video */


/* Hero with link */

.m-hero-item a.c-hero-link::after {
    content: "\E72A";
    display: inline-block;
    margin-left: 1em;
    margin-top: -1px;
    vertical-align: middle;
    background: none !important;
}

/* END Hero with link */

/* Education Apps */
.AppsDiv {
    text-align: center;
}

    .AppsDiv a {
        display: block;
    }
/* END Education Apps */

/* Student Resources */
.resource-title {
    padding: 15px 15px 18px 20px !important;
}

.resource-list {
    padding: 10px 0 0 20px !important;
    height: 220px;
}

@media screen and (max-width: 767px) {
    .resource-list {
        height: auto;
    }
}

.b1x {
    border: 1px solid #cccccc;
    margin-bottom: 25px;
}
/* END Student Resources */


/* Windows 10 styles */

.full-width-img {
    width: 100%;
}

.pad-bottom-25 {
    padding-bottom: 0px;
}

.windows-vid-postion {
    position: relative;
}

    .windows-vid-postion a.link-cursor:focus {
        outline: none;
    }

.chev-block a.c-call-to-action {
    white-space: normal !important;
    text-transform: initial;
    text-align: left;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0px;
    font-size: 15px;
    letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
    .pad-bottom-25 {
        padding-bottom: 50px;
    }
}

/* END Windows 10 styles */

/*Showcase schools styles*/

.showcase-list ul {
    list-style: disc;
    padding-left: 40px;
    padding: 30px 0px 0px 50px;
}

    .showcase-list ul li {
        padding-top: 10px;
    }

.schools-badge {
    width: 90%;
}

@media only screen and (max-width: 539px) {
    .schools-badge {
        width: 50%;
        margin-left: 25%;
    }
}
/*END Showcase schools styles*/

/* Email validation  */

.pmgJS-EmailValidationError, .EmailValidationError {
    display: none;
    padding: 5px 0 !important;
}

.pmgJS-EmailDomainError {
    display: none;
}

.visuallyhidden {
    display: none;
}

.pmgJS-EmailDomainError.c-paragraph-2.alerts-text-font-size, .pmgJS-EmailValidationError.c-paragraph-2.alerts-text-font-size {
    color: #fff;
    margin-bottom: -10px !important;
}

.pmgJS-EmailDomainError.c-paragraph-2.alerts-text-font-size, .pmgJS-EmailValidationError.c-paragraph-2.alerts-text-font-size {
    color: #8b0a15;
}

/* END Email validation */

/* Form elements */

form .form-inline a {
    margin-top: 15px !important;
}

form .form-inline .c-action-trigger:before {
    width: 0 !important;
    margin: 0 !important;
}

form .form-inline a.c-call-to-action {
    padding: 7px 24px !important;
    height: 36px;
    display: inline-block !important;
    vertical-align: middle;
}

    form .form-inline a.c-call-to-action:after {
        position: relative;
        vertical-align: text-bottom;
    }

form .form-inline input.c-text-field[type=text] {
    margin-top: 0;
    margin-right: 0.5em;
    color: #2F2F2F;
    display: inline-block !important;
    vertical-align: middle;
}

/* END Form elements */

/* Banner */
.ctex-banner {
    position: relative;
    padding-bottom: 65px;
}
/* END Banner */

/* START - How to buy styles */
.centerDiv {
    width: 100%;
    margin: auto;
}

    .centerDiv * {
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        max-width: 335px;
    }

.buyChat a {
    color: #0078D7;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .075em;
}

    .buyChat a:hover {
        text-decoration: underline;
    }

    .buyChat a::after {
        font-family: MWF-MDL2;
        position: absolute;
        display: inline-block;
        margin-left: 4px;
        margin-top: 5px;
        content: "\E76C";
        vertical-align: top;
    }

.headerhowtobuy {
    padding: 40px 0 80px 0;
    text-align: center;
}

.subheadhowtobuy {
    text-align: center;
    padding-top: 50px;
}

.O365Img {
    width: 100%;
}

.howtobuy-col-section {
    padding-top: 0;
}

.subheadbold {
    font-weight: bold;
    margin-bottom: 10px;
}

.howtobuy-train-section {
    padding-bottom: 40px;
    padding-top: 0;
}

.volume-licensing {
    padding-bottom: 60px;
}

/* END - How to buy styles */

/* German buy styles */

.product-icon-container-de {
    overflow: hidden;
    max-height: 231px;
}

    .product-icon-container-de img.larger {
        max-width: 110%;
        margin-top: -9px;
    }

/* END - German buy styles */

/* Hacking STEM */

.ctex-inline-yt {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin: 25px 0 25px 0;
}

    .ctex-inline-yt iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.hackingSTEM .lesson-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0.25em 0.5em;
    font-size: 18px;
}

@media screen and (max-width: 767px) {

    .hackingSTEM .m-hero-item.ctex-remove-hero-padding:before {
        padding-bottom: 0px;
    }

    .hackingSTEM .m-hero-item.ctex-remove-hero-padding .c-video:before {
        padding-bottom: 0px;
    }

    .ctex-inline-yt {
        margin: 25px 0 0 0;
    }

    .ctex-youtube-inline [data-grid~="col-12"] > * {
        float: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}

.ctex-youtube-inline.f-align-right [data-grid~="col-12"] > *:first-child {
    float: right;
}

.ctex-youtube-inline .f-y-center {
    position: relative;
    top: calc(50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* --NEW-- Hacking STEM Lessons page CSS */

.hackingSTEM .ctex-youtube-inline .c-call-to-action:hover {
    background-color: #1a1a1a;
}

.hackingSTEM .STEM-Technical-icon {
    max-width: 55px;
    width: 100%;
    margin-right: 0.5em;
}

.hackingSTEM .m-content-placement-item > a:first-child {
    display: inline-block;
}

.hackingSTEM .ctex-action-trigger-left-align::before {
    margin-left: 0 !important;
}

.hackingSTEM .ctex-icon-prefix {
    padding-left: 10px;
    margin-bottom: 12px;
}

    .hackingSTEM .ctex-icon-prefix:first-of-type {
        margin-top: 0;
    }

.hackingSTEM .btn-white-text-blue {
    color: #0078D7 !important;
    background-color: #fff !important;
}

.hackingSTEM .STEM-Technical-Req [data-grid="col-2"] {
    text-align: center;
}

.hackingSTEM .STEM-Return-to-Library a.ctex-hyperlink:hover {
    color: #0078D7;
    text-decoration: underline;
}

.hackingSTEM .STEM-Return-to-Library .c-call-to-action {
    color: #fff;
}

    .hackingSTEM .STEM-Return-to-Library .c-call-to-action:hover {
        color: #fff;
        text-decoration: none;
    }

.hackingSTEM .ctex-html5-video-poster {
    z-index: 0;
}

.hackingSTEM .f-video-player {
    z-index: 1 !important;
}

.hackingSTEM .m-hero-item .c-video video {
    max-height: 101%;
}

    .hackingSTEM .m-hero-item .c-video video.ctex-right-align {
        left: auto;
        max-width: none;
        right: 0;
    }


.hackingSTEM .ctex-html5-video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: -1px;
    top: 0;
}

.hackingSTEM .oneNote-Width {
    width: 35px;
    height: 100%;
}

@media screen and (min-width:1600px) {
    .hackingSTEM .seismograph-video, .hackingSTEM .Anenometer-Video, .hackingSTEM .Windmill-Video, .hackingSTEM .Robotic-Hand-Video, .hackingSTEM .telegraph-video, .hackingSTEM .Hot-Wheels-Video {
        transform: scale(1.02);
    }
}

@media screen and (max-width:1083px) and (min-width:768px) {
    .hackingSTEM .Hot-Wheels-Video {
        left: -350px !important;
    }
}

@media screen and (max-width:767px) {
    .hackingSTEM .STEM-Technical-icon {
        margin-bottom: 1em;
    }

    .hackingSTEM .c-glyph.devices-envelope-icon {
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:767px) {
    .hackingSTEM .STEM-Technical-Req [data-grid="col-10"] {
        padding-left: 5%;
    }

    .hackingSTEM .ctex-video-overlay {
        height: 100%;
        width: 100%;
        max-width: 100%;
        background: radial-gradient(1000px circle at 5% 50%, white, rgba(0,0,0,0));
    }
}

.ctex-icon-prefix {
    margin-left: 1.5em;
    position: relative;
    margin-bottom: 0.2em;
}

    .ctex-icon-prefix span.c-glyph {
        left: -1.5em;
        position: absolute;
        line-height: 1.65em;
    }

/* Content placement image fixes */

.feature-4up-img {
    max-width: 200px;
}

.feature-4up-img-wide {
    max-width: 345px;
}

.hackingSTEM .feature-4up-img {
    max-width: 300px;
}

/* END Hacking STEM */

/* Devices Page */

.ctex-device-kiosk .c-carousel > div {
    background-color: #FFF;
}

.ctex-device-kiosk ul.c-group:first-child {
    vertical-align: top;
}

.ctex-device-kiosk ul.c-group li:first-child [data-grid~=pad-6x] > [data-grid] {
    padding-left: 0;
}

.ctex-device-kiosk .c-carousel.f-single-slide ul.c-group > li {
    width: 394px;
}

[data-grid].ctex-no-side-pad {
    padding-left: 0;
    padding-right: 0;
}

.ctex-device-kiosk .ctex-device-kiosk-item .ctex-device-kiosk-item-details h2 {
    padding: 0;
}

.ctex-device-kiosk .ctex-device-kiosk-item.ctex-device-kiosk-item-static .ctex-device-kiosk-item-details h2 {
    min-height: 2.5em;
}

.ctex-device-kiosk .ctex-device-kiosk-item .ctex-device-kiosk-item-details {
    padding-top: 1em;
    margin-left: 2em;
}

    .ctex-device-kiosk .ctex-device-kiosk-item .ctex-device-kiosk-item-details ul[class*=c-paragraph]:not(.ctex-icon-strip) {
        margin-left: 1.5em;
        margin-bottom: 1.5em !important;
        display: block;
    }

    .ctex-device-kiosk .ctex-device-kiosk-item .ctex-device-kiosk-item-details ul:not(.ctex-icon-strip) li {
        display: list-item;
        font-size: 18px;
    }

        .ctex-device-kiosk .ctex-device-kiosk-item .ctex-device-kiosk-item-details ul:not(.ctex-icon-strip) li.spacer {
            font-size: 0;
        }

    .ctex-device-kiosk .ctex-device-kiosk-item .ctex-device-kiosk-item-details .c-caption-1 {
        margin-bottom: 6px;
    }

        .ctex-device-kiosk .ctex-device-kiosk-item .ctex-device-kiosk-item-details .c-caption-1 .c-call-to-action {
            vertical-align: middle;
            padding-top: 4px !important;
        }

.ctex-icon-strip {
    clear: both;
    display: block !important;
    text-align: left;
}

    .ctex-icon-strip a[aria-describedby]:focus {
        outline: 1px dashed #000;
    }

    .ctex-icon-strip a:focus {
        outline: none;
    }

    .ctex-icon-strip li {
        display: inline-block !important;
        height: 32px;
        width: 32px;
        font-size: 0;
        margin-top: 20px;
    }

        .ctex-icon-strip li:not(:last-child) {
            margin-right: 20px;
        }

        .ctex-icon-strip li img {
            display: none;
        }

.ctex-device-kiosk .c-carousel .ctex-device-kiosk-item .ctex-device-kiosk-item-details {
    text-align: left;
}

.ctex-device-kiosk .c-carousel ul li {
    z-index: auto; /* prevents bleed through of other icons */
}

.ctex-device-kiosk .ctex-device-kiosk-item .ctex-product-image,
.ctex-device-kiosk .c-carousel .m-product-placement-item img.c-image {
    width: 358px;
    max-width: 100%;
}

.ctex-device-kiosk .c-carousel .ctex-device-kiosk-item .c-tooltip {
    white-space: normal;
}

.c-glyph.devices-envelope-icon:before {
    font-size: 2em;
    content: '\E715';
    vertical-align: middle;
}

.c-glyph.globe-icon:before {
    font-size: 2em;
    content: '\E909';
    vertical-align: middle;
}

.ctex-cta-style {
    display: block;
    padding: 12px 0;
    line-height: 1.3;
}

.devices-page .c-call-to-action ~ .c-call-to-action {
    margin-left: 2em; /* Give an extra gap betwen sequential CTAs in features etc. */
}

.ctex-cta-style.ctex-text-uppercase {
    text-transform: uppercase;
}

.devices-page .m-banner {
    max-width: 1400px;
}

.devices-page .c-feature picture img {
    width: 100%;
}

@media screen and (max-width: 767px) {

    .ctex-device-kiosk .ctex-device-kiosk-item.ctex-device-kiosk-item-static > * {
        float: left;
    }

    .c-glyph.devices-envelope-icon {
        display: block;
        margin-top: 10px;
    }

    .c-feature.f-align-right > div {
        padding: 0;
    }

    .ctex-device-kiosk .ctex-device-kiosk-item.ctex-device-kiosk-item-static {
        margin-bottom: 2em;
    }

    .devices-page [class*='margin-top-'],
    .devices-page .m-content-placement-item {
        margin-top: 30px !important;
    }

    .devices-page [class*='margin-bottom-'] {
        margin-bottom: 30px !important;
    }

    .devices-page [class*='margin-vertical-'] {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .devices-page [class*='padding-top-'] {
        padding-top: 30px !important;
    }

    .devices-page [class*='padding-bottom-'] {
        padding-bottom: 30px !important;
    }

    .devices-page [class*='padding-vertical-'] {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.ctex-device-kiosk .m-product-placement-item > div {
    margin: 0 2em;
    text-align: left;
}

@media only screen and (max-width: 539px) {
    .ctex-device-kiosk .ctex-device-kiosk-item.ctex-device-kiosk-item-static .ctex-product-image {
        width: 100%;
        max-width: none;
    }

    .ctex-device-kiosk .ctex-device-kiosk-item .ctex-device-kiosk-item-details {
        margin-left: 0;
    }
}

@media only screen and (max-width: 380px) {

    .ctex-device-kiosk .ctex-device-kiosk-item .ctex-device-kiosk-item-details .ctex-icon-strip {
        text-align: center;
    }
}
/* END Devices Page*/

/* Content placement image fixes */
.feature-4up-img {
    max-width: 200px;
}

.feature-4up-img-wide {
    max-width: 345px;
}

/* END Hacking STEM */

/* START Stories news blog page */

.facebook-feed {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .align-content {
        text-align: center;
    }
}

/* END Stories news blog page */


/* Bar Chart */

.chart-container {
    left: 0 !important;
}

    .chart-container h2 {
        margin-bottom: 0.5em;
        padding-top: 0;
    }

.chart-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
}

    .chart-container .chart-title {
        margin-bottom: 10px;
        font-size: 18px;
        text-align: left;
        text-transform: uppercase;
    }

    .chart-container .row {
        position: relative;
        height: 40px;
        margin-bottom: 15px;
    }

    .chart-container .bar-wrap {
        position: relative;
        background: #C8C8C8;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .chart-container .bar-wrap .bar {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }

            .chart-container .bar-wrap .bar.in {
                transform: translateX(0%);
            }

    .chart-container .label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 10px;
        text-align: left;
        line-height: 26px;
        z-index: 10;
        margin: 8px 10px;
        color: #fff;
        font-family: wf_segoe-ui_normal;
        font-size: 18px;
    }

@media only screen and (max-width: 1270px) {
    .chart-container .label {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1160px) {
    .chart-container .label {
        font-size: 14px;
        padding-left: 5px;
    }
}

@media only screen and (max-width: 890px) {
    .chart-container .label {
        font-size: 12px;
        padding-left: 0;
    }
}

.chart-container .bar-wrap .bar.f-background-90 {
    background-color: #5E5E5E;
}

.chart-container .bar-wrap .bar[data-value="90"] {
    width: 90% !important;
}

.chart-container .bar-wrap .bar.f-background-50 {
    background-color: #5E5E5E;
}

.chart-container .bar-wrap .bar[data-value="50"] {
    width: 50% !important;
}

.chart-container .bar-wrap .bar.f-background-45 {
    background-color: #5E5E5E;
}

.chart-container .bar-wrap .bar[data-value="45"] {
    width: 45% !important;
}

.chart-container .bar-wrap .bar.f-background-43 {
    background-color: #5E5E5E;
}

.chart-container .bar-wrap .bar[data-value="43"] {
    width: 43% !important;
}

.chart-container .bar-wrap .bar.f-background-40 {
    background-color: #5E5E5E;
}

.chart-container .bar-wrap .bar[data-value="40"] {
    width: 40% !important;
}

.chart-container .bar-wrap .bar.orange {
    background-color: #d83b01 !important;
}

/* END Bar Chart */

/* Imagine Academy Social Links */

#educationSocialButtons {
    color: #000;
    margin: 0 0 2em;
    position: relative;
}

    #educationSocialButtons .social-title {
        font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", wf_segoe-ui_normal, "Segoe UI", Segoe, "Segoe WP", Tahoma, Verdana, Arial, sans-serif;
        margin: 0;
    }

    #educationSocialButtons .epgRABCont {
        border-bottom: 0 none !important;
        border-right-width: 0 !important;
        border-top: 0 none !important;
        box-sizing: border-box;
        display: inline-block;
        height: 58px;
        margin-bottom: -4px;
        padding-right: 1px;
        position: relative;
        width: 100%;
        margin-bottom: 3px;
        background-color: #FFF;
    }

        #educationSocialButtons .epgRABCont:hover {
            text-decoration: underline;
            color: #0078D7;
            outline-width: 2px;
        }

        #educationSocialButtons .epgRABCont.epgRABConttweet {
            margin-top: 12px;
            border: 4px solid #4099FF;
        }

        #educationSocialButtons .epgRABCont.epgRABContfacebook {
            border: 4px solid #005CB4;
        }

        #educationSocialButtons .epgRABCont.epgRABContyoutube {
            border: 4px solid #cd201f;
        }

    #educationSocialButtons .epgRABItem.epgLink {
        display: block !important;
    }

    #educationSocialButtons .epgRABItem {
        text-decoration: none !important;
        border-style: solid;
        border-width: 1px 1px 1px 0;
        border-color: #000 !important;
        display: table;
        height: 100%;
        width: 100%;
    }

        #educationSocialButtons .epgRABItem:focus {
            outline: 1px dashed #000;
        }

    #educationSocialButtons .epgRABIcon > img {
        display: inline-block;
        margin: 2px 0 0;
    }

    #educationSocialButtons .epgRABIcon {
        display: table-cell;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        width: 53px;
    }

    #educationSocialButtons .epgRABText {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        width: auto;
        color: #0078D7;
    }

    #educationSocialButtons .epgRABRightIcon {
        display: none !important;
        text-decoration: none;
    }

/* END Imagine Academy Social Links */

/* Imagine Academy contact container */

.contactContainer div {
    padding: 10px 20px 20px;
    border-top: 3px solid #69207c;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 1em;
}

    .contactContainer div div {
        border: 0 none;
        padding: 0;
        margin-top: 0;
    }

    .contactContainer div h3.region {
        padding-bottom: .8em;
        margin-bottom: 0;
        border-bottom: 1px solid #d2d2d2;
    }

    .contactContainer div h4 {
        margin-bottom: 1em;
        padding: 0;
    }

    .contactContainer div.dvback {
        padding-top: 1em;
    }

.contactContainer .areaContainer {
    padding-top: 1em;
    padding-bottom: .8em;
    border-bottom: 1px solid #d2d2d2;
}

    .contactContainer .areaContainer p {
        margin: 0 0 1em;
    }

/* END Imagine Academy contact container */

@media only screen and (max-width:767px) {
    #ImagineAcademyJoin img {
        width: auto !important;
        height: auto !important;
    }
}

/*Accessibility styles*/
.carousel-picture-link .c-image img:focus {
    border: 1px dashed #000000;
    outline: none !important;
}

.carousel-glyphs li picture {
    position: relative !important;
}

/*End Accessibility styles*/

.b-campaign a.c-call-to-action,
.b-campaign a.c-action-trigger {
    font-weight: 700;
}


@media screen and (max-width: 1081px) {
    .section-disclaimers {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/*Homepage Styles*/

.image-tiles span {
    display: inline-block;
    padding-right: 12px;
}

.large-feature img {
    width: 100%;
}


@media screen and (min-width: 1083px) and (max-width: 1084px) {
    .large-feature {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 815px) {

    .large-feature {
        padding-bottom: 40px;
    }
}
/*End Homepage Styles*/

/* Hack the classroom */

#htc-form {
    box-sizing: border-box;
    max-width: 468px;
    float: right;
}

    #htc-form .htc-form-inner {
        padding: 20px;
    }

    #htc-form iframe {
        margin-top: 1em;
        margin-bottom: 1em;
        min-height: 420px;
        max-width: 428px;
        width: 100%;
    }

.htc-logo-container > div {
    text-align: center;
    margin-top: 30px;
}

.htc-logo {
    display: inline-block;
    width: 130px;
    margin: 0 10px;
}

    .htc-logo img {
        width: 100%;
        height: auto;
    }

    .htc-logo a {
        display: block;
        padding: 5px;
    }

        .htc-logo a:focus {
            outline: 1px dashed #000;
        }

@media screen and (max-width:1545px) {
    .htc-logo-container > div {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    #htc-form {
        float: none;
        width: 100%;
        max-width: none;
    }

        #htc-form iframe {
            max-width: none;
        }
}

@media screen and (max-width:500px) {
    #htc-form .htc-form-inner {
        padding: 20px 10px;
    }

    #htc-form iframe {
        width: 100%;
        background-color: #E3E3E3;
    }
}

/* END Hack the classroom */

/* C-feature blue button styles */

.btn-blue {
    padding: 11px 22px 11px 24px !important;
    background-color: #0070C0 !important;
    color: #FFFFFF !important;
}

    .btn-blue:hover {
        background: #005da6 !important;
    }

        .btn-blue:hover span {
            text-decoration: none !important;
        }

    .btn-blue:focus {
        background: #005da6 !important;
        color: #fff !important;
    }

/* END C-feature blue button styles */

/* O365 fixes */

@media only screen and (min-width: 1184px) {
    .hero-max-small-text {
        max-width: 440px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1184px) {
    .b-campaign .hero-max .m-hero-item > div {
        position: relative !important;
        text-align: center;
    }

        .b-campaign .hero-max .m-hero-item > div > div {
            position: relative;
        }

    .b-campaign .hero-max .m-hero-item > picture img {
        position: relative;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    .b-campaign .hero-max .m-hero-item.f-y-top > div > div {
        top: auto;
    }

    .b-campaign .hero-max .m-hero-item > div > div {
        max-width: none;
    }

    .b-campaign .hero-max .m-hero-item > picture {
        position: relative !important;
        display: block;
        width: 100%;
        height: auto;
    }

    .b-campaign .m-hero-item:before {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .b-campaign .vert-center {
        transform: translateY(0) !important;
    }
}

.trim {
    width: 280px !important;
}

@media only screen and (min-width: 1084px) and (max-width: 1260px) {
    .overflow-feature {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 400px) {
    .trim {
        width: 100% !important;
    }
}

/* END O365 fixes */

/* Feature classes */


/* END Feature classes*/

/* feature image priority glyph fixes */
.c-feature.f-align-left picture a.c-glyph:focus:before,
.c-feature.f-align-right picture a.c-glyph:focus:before,
.c-feature.f-align-left.f-image-priority picture.glyphfix a.c-glyph:focus:before,
.c-feature.f-align-right.f-image-priority picture.glyphfix a.c-glyph:focus:before,
.c-feature.f-align-center picture a.c-glyph:focus:before,
.m-feature.f-align-left picture a.c-glyph:focus:before,
.m-feature.f-align-right picture a.c-glyph:focus:before,
.m-feature.f-align-left.f-image-priority picture.glyphfix a.c-glyph:focus:before,
.m-feature.f-align-right.f-image-priority picture.glyphfix a.c-glyph:focus:before,
.m-feature.f-align-center picture.glyphfix a.c-glyph:focus:before,
.m-multi-feature picture a.c-glyph:focus:before,
.threeUp-glyphs picture a.c-glyph:focus:before {
    outline: 2px dashed #FFF !important;
}

.c-feature.f-align-left picture a.dark-outline.c-glyph:focus:before,
.c-feature.f-align-right picture a.dark-outline.c-glyph:focus:before,
.c-feature.f-align-left.f-image-priority picture.glyphfix a.dark-outline.c-glyph:focus:before,
.c-feature.f-align-right.f-image-priority picture.glyphfix a.dark-outline.c-glyph:focus:before,
.c-feature.f-align-center picture a.dark-outline.c-glyph:focus:before,
.m-feature.f-align-left picture a.dark-outline.c-glyph:focus:before,
.m-feature.f-align-right picture a.dark-outline.c-glyph:focus:before,
.m-feature.f-align-left.f-image-priority picture.glyphfix a.dark-outline.c-glyph:focus:before,
.m-feature.f-align-right.f-image-priority picture.glyphfix a.dark-outline.c-glyph:focus:before,
.m-feature.f-align-center picture.glyphfix a.dark-outline.c-glyph:focus:before,
.m-multi-feature picture a.dark-outline.c-glyph:focus:before,
.threeUp-glyphs picture a.dark-outline.c-glyph:focus:before {
    outline: 2px dashed #000 !important;
}

.c-feature.f-align-left.f-image-priority picture.glyphfix,
.c-feature.f-align-right.f-image-priority picture.glyphfix,
.c-feature.f-align-left:not(.f-image-priority) picture,
.c-feature.f-align-right:not(.f-image-priority) picture,
.c-feature.f-align-center picture,
.m-feature.f-align-left.f-image-priority picture.glyphfix,
.m-feature.f-align-right.f-image-priority picture.glyphfix,
.m-feature.f-align-left:not(.f-image-priority) picture,
.m-feature.f-align-center picture,
.m-feature.f-align-right:not(.f-image-priority) picture,
.threeUp-glyphs picture {
    position: relative;
}

/* END feature image priority glyph fixes */


@media only screen and (max-width: 1083px) {
    .c-feature.stack-3 > div:not(.c-video) {
        transform: none;
        display: block;
        position: relative;
        left: 0 !important;
        width: 95%;
    }

    .c-feature.stack-3.f-align-right picture, .c-feature.stack-3.f-align-left picture {
        float: none;
        width: 100%;
    }
}

/* Devices greyscale icon fix */

.unavailable {
    opacity: 0.4;
    cursor: default;
}

/* End devices greyscale icon fix */

/* Disclaimer link fix + VFI */

.section-disclaimers .c-hyperlink {
    color: #FFF !important;
    text-decoration: underline !important;
}

    .section-disclaimers .c-hyperlink:focus {
        outline-color: white !important;
        outline-style: dashed !important;
    }

/* End Disclaimer link fix + VFI */

/* Live Person Acessibility Fix */
#lpChat button:focus, #lpChat input:focus, #lpChat textarea:focus, #lpChat select:focus, #lpChat a:focus {
    outline: #000 dashed 1px !important;
}

.lp_agent_image_area_wrapper {
    text-align: left !important;
    height: 100% !important;
}
/* End Live Person Acessibility Fix*/

/* Custom Minecraft feature - on Home page */
#CustomMinecraftSection .custom-minecraft-img {
    float: right;
    padding-right: 50px;
}

@media screen and (max-width: 767px) {
    #CustomMinecraftSection .custom-minecraft-img {
        float: none;
        margin: 0 auto !important;
    }

    #CustomMinecraftSection .m-content-placement-item {
        margin-top: 0;
    }

    #CustomMinecraftSection {
        text-align: center;
    }
}

/* White Text Cta for dark backgrounds */
.cta-white-text a.c-call-to-action.f-lightweight, .cta-white-text a.c-call-to-action.f-lightweight:hover {
    color: #ffffff;
}

    .cta-white-text a.c-call-to-action.f-lightweight:focus, .cta-white-text a.c-call-to-action.f-lightweight:active {
        outline: 1px dashed #ffffff;
        color: #ffffff !important;
    }

/*Imagine academy nav undeline styles*/

.imagineAcadNav .active {
    border-bottom: #FFF solid 2px !important;
}

    .imagineAcadNav .active:hover {
        text-decoration: none !important;
    }


/******** START - TEMPORARY FEATURE FIX FOR RESPONSIVE TEXT SCALING ********/
@media screen and (min-width:1083px) {
    .c-feature.ctex-c-feature > div {
        position: relative !important;
        display: inline-block;
        transform: translateY(0%) !important;
        width: 35% !important;
        vertical-align: middle;
    }

    .c-feature.ctex-c-feature picture {
        position: relative;
        right: 0;
        float: none !important;
        display: inline-block;
        width: 64% !important;
    }

    .c-feature.ctex-c-feature.f-align-right > div {
        left: 0 !important;
    }

    .c-feature.ctex-c-feature.f-align-left > picture {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .c-feature.ctex-c-feature:not(.f-image-priority) picture {
        width: 50% !important;
    }

    .c-feature.ctex-c-feature:not(.f-image-priority) > div {
        width: 49% !important;
    }
}
/******** END - TEMPORARY FEATURE FIX FOR RESPONSIVE TEXT SCALING ********/

.ctex-icon64 img {
    height: 64px;
}

.ctex-icon64 picture img {
    max-height: 64px;
    width: auto;
}


/* Styling for m-content-placement-item images to be centered*/
.m-content-placement-item img {
    display: block;
    margin: auto;
}

/* Styling for m-content-placemenet play glyph */
.m-content-placement-item .c-action-trigger.c-glyph.glyph-play:before {
    color: inherit;
}

nav.c-link-navigation.ctex-wide li:first-child {
    margin-right: 10%;
}

nav.c-link-navigation.ctex-wide li:last-child {
    margin-left: 10%;
}

nav.c-link-navigation.ctex-icon40 li a.c-hyperlink picture img {
    max-width: 40px;
    max-height: 40px;
}

nav.c-link-navigation.ctex-icon60 li a.c-hyperlink picture img {
    max-width: 60px;
    max-height: 60px;
}

nav.c-link-navigation.ctex-icon40 li a.c-hyperlink.f-image:focus *,
nav.c-link-navigation.ctex-icon60 li a.c-hyperlink.f-image:focus * {
    background: none;
    text-decoration: none;
    outline: none !important;
}

@media only screen and (max-width: 767px) {

    nav.c-link-navigation.ctex-icon40 li:not(:last-child),
    nav.c-link-navigation.ctex-icon60 li:not(:last-child) {
        margin-bottom: 1em;
    }

    nav.c-link-navigation.ctex-icon40 li a.c-hyperlink picture img {
        max-height: 40px;
        max-width: 40px;
    }

    nav.c-link-navigation.ctex-icon40 li a.c-hyperlink.f-image,
    nav.c-link-navigation.ctex-icon60 li a.c-hyperlink.f-image {
        width: auto;
    }

        nav.c-link-navigation.ctex-icon40 li a.c-hyperlink.f-image p,
        nav.c-link-navigation.ctex-icon60 li a.c-hyperlink.f-image p {
            vertical-align: middle;
        }


    nav.c-link-navigation.ctex-wide li:first-child {
        margin-right: 0;
    }

    nav.c-link-navigation.ctex-wide li:last-child {
        margin-left: 0;
    }
}

/*Product specific styles*/

@media screen and (max-width: 1083px) {
    .products-list [data-grid~=container] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*Imagine Academy Specific*/

nav.c-link-navigation li a.c-hyperlink {
    margin: 0 20px;
}

nav.c-link-navigation.toolkit-menu p {
    max-height: none;
}

.m-content-placement-item picture.ctex-focus a img {
    border: 1px dashed transparent;
}

.m-content-placement-item picture.ctex-focus a:focus img {
    border: 1px dashed #000;
    outline: none;
}

.m-content-placement-item picture.ctex-focus a:focus {
    outline: none;
}

/* Styling for MWF Mosaics */

.c-mosaic-placement .c-subheading-1 {
    padding: 0 5%;
}

@media screen and (max-width:1399px) {

    .c-mosaic-placement .c-subheading {
        font-size: 16px;
        line-height: 19px;
    }

    .c-mosaic-placement .c-subheading-1 {
        font-size: 26px;
        line-height: 28px;
    }
}

@media screen and (max-width:768px) {
    .c-mosaic-placement .c-subheading-1 {
        font-size: 22px;
        line-height: 22px;
    }
}

/*Styles for M365 Dialog table*/

.M365 table tbody tr:last-child {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 15px;
}

.M365 table tbody tr td:nth-child(n+3) {
    text-align: center;
}

.M365.c-dialog [role=dialog] .c-group .c-button {
    width: auto;
    margin: 20px 0;
    float: none !important;
}

.M365.c-dialog.f-flow [role^="dialog"] {
    max-height: 760px;
    max-width: 900px;
}

/*Styles for intune Dialog table*/

.intune tr:last-child {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 15px;
}

.intune td:nth-child(n+3) {
    text-align: center;
}

.intune.c-dialog [role=dialog] .c-group .c-button {
    width: auto;
    margin: 20px 0;
    float: none !important;
}

.intune.c-dialog.f-flow [role^="dialog"] {
    max-height: 760px;
    max-width: 900px;
}

/* START SUP styles */

.supSmaller {
    font-size: 0.6em;
}

.c-heading-1 sup {
    font-size: 0.4em;
    top: -0.6em;
}

/* END SUP styles*/

/* START - MWF C-list long handling to force columns */
.ctex-c-list-long {
    -moz-column-count: 3;
    -moz-column-gap: 35px;
    -webkit-column-count: 3;
    -webkit-column-gap: 35px;
    column-count: 3;
    column-gap: 35px;
}

@media screen and (max-width:768px) {
    .ctex-c-list-long {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
/* END MWF C-list long handling to force columns */

/* vCMS styles */
.ctex-vcms.vcms-cookie-disabled-ph {
    background-color: #505050;
    padding: 10px;
    color: #FFF;
}

    .ctex-vcms.vcms-cookie-disabled-ph:focus,
    .ctex-vcms .azuremediaplayer:focus {
        outline: 1px dashed #000;
    }

    .ctex-vcms.vcms-cookie-disabled-ph a.c-action-trigger,
    .ctex-vcms.vcms-cookie-disabled-ph a.c-action-trigger:focus,
    .ctex-vcms.vcms-cookie-disabled-ph a.c-action-trigger:hover,
    .ctex-vcms.vcms-cookie-disabled-ph a.c-action-trigger:active {
        color: #FFF;
    }

/* END vCMS styles */

.m-product-placement .m-product-placement-item .c-heading-6 {
    white-space: normal;
}

.ctex-icon64 .c-heading-3 {
    word-break: break-word;
}

/* START Cortex Product Carousel */

.c-carousel.ctex-product-carousel ul .m-product-placement-item {
    white-space: normal;
    margin-bottom: 1px;
}

.c-carousel.ctex-product-carousel ul li:first-child .m-product-placement-item {
    margin-left: 1px;
}

.c-carousel.ctex-product-carousel ul li:last-child .m-product-placement-item {
    margin-right: 1px;
}

.c-carousel.ctex-product-carousel .m-product-placement-item.f-size-large {
    width: 242px
}

    .c-carousel.ctex-product-carousel .m-product-placement-item.f-size-large picture {
        height: 230px;
        max-width: 100%;
        text-align: center;
        overflow: hidden;
    }

.c-carousel.ctex-product-carousel .m-product-placement-item picture .c-image {
    padding: 2em;
}

.c-carousel.ctex-product-carousel .m-product-placement-item > a {
    padding: 0.4em;
}

    .c-carousel.ctex-product-carousel .m-product-placement-item > a > div h2,
    .c-carousel.ctex-product-carousel .m-product-placement-item > a > div p {
        padding-top: 0.3em;
    }

    .c-carousel.ctex-product-carousel .m-product-placement-item > a img,
    .c-carousel.ctex-product-carousel .m-product-placement-item > a:hover img,
    .c-carousel.ctex-product-carousel .m-product-placement-item > a:focus img {
        outline: none;
    }

    .c-carousel.ctex-product-carousel .m-product-placement-item > a:hover picture {
        opacity: 0.9;
    }

    .c-carousel.ctex-product-carousel .m-product-placement-item > a:focus {
        outline: 1px dashed #000;
    }

/* END Cortex Product Carousel */

@media screen and (max-width: 1083px) {
    .c-pivot [role=tablist][data-grid~=container] {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/*custom expandable table css starts*/
.ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-glyph .c-glyph:after {
    padding: 0 5px;
    vertical-align: middle;
    padding-bottom: 3px;
    border-radius: 50%;
    border: 1px solid #0078d7;
    height: 26px;
    padding: 5px;
    margin-left: 10px;
    margin-top: -6px;
}

.ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-glyph .c-glyph.glyph-plus:after {
    content: "\E710";
}

.ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-glyph .c-glyph.glyph-minus:after {
    content: "\E738";
}

.ctex-drawer-wrapper .ctex-drawer {
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 0 0 0;
}

    .ctex-drawer-wrapper .ctex-drawer:last-child {
        border-bottom-width: 1px;
    }

.ctex-drawer .ctex-drawer-container .ctex-drawer-content {
    display: none;
}

.ctex-drawer .ctex-drawer-toggle-icon {
    opacity: 0.4;
}

@media (max-width: 539px) {
    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-icon {
        width: 60px !important;
    }

        .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-icon img {
            width: 100%;
        }

    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-text {
        margin-left: 60px !important;
        padding-left: 0.2em !important;
    }

        .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-text [class*=c-heading] {
            font-size: 1.2em !important;
        }

    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-glyph .c-glyph {
        font-size: 0;
    }

        .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-glyph .c-glyph:after {
            font-size: 15px;
        }

    .ctex-drawer-content-shim {
        margin-left: 80px !important;
        margin-right: 50px !important;
    }

        .ctex-drawer-content-shim.ctex-sif {
            margin-left: 75px !important;
            margin-right: 45px !important;
            padding: 0;
        }
}

.ctex-drawer-content-shim {
    margin-left: 120px;
    margin-right: 120px;
}

    .ctex-drawer-content-shim.ctex-sif {
        margin-left: 110px;
        margin-right: 115px;
        padding: 0;
    }

.ctex-drawer .ctex-drawer-container .ctex-drawer-toggle {
    min-height: 84px;
    position: relative;
    border-bottom: none;
    cursor: pointer;
    padding: 5px 0;
    box-sizing: content-box;
}

    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle:focus,
    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle:active {
        outline: none;
    }

    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-icon {
        position: absolute;
        top: calc(50%);
        transform: translateY(-50%);
        width: 84px;
        vertical-align: middle;
    }

    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-text {
        position: absolute;
        margin-left: 84px;
        top: calc(50%);
        transform: translateY(-50%);
        padding-left: 1em;
    }

    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-glyph {
        color: #0078D7;
        right: 0;
        float: right;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        padding: 10px 0;
        box-sizing: border-box;
        font-weight: normal;
        font-size: 15px;
    }

        .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-glyph:focus,
        .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-glyph:active {
            outline: 1px dashed #000;
        }

    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle [data-grid="col-10"],
    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle [data-grid="col-12"] {
        position: relative;
    }

    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .c-heading-4 {
        display: inline-block;
        padding-left: 20px;
        padding-top: 0px;
        margin-bottom: 0px;
    }

@media screen and (max-width: 539px) {
    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .c-heading-4 {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .ctex-drawer .ctex-drawer-container .ctex-drawer-content thead td .c-heading-3 {
        font-size: 20px;
    }

    .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .c-image {
        padding-left: 10px;
    }
}

.sr-text {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (-ms-high-contrast: active) {
    span.c-action-toggle:focus {
        text-decoration: underline;
    }
}

.ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .c-heading-3 {
    padding-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 540px) and (min-width: 320px) {
    #ctex-custom-drawer-2 .c-heading-3 {
        width: 60%;
    }
}

@media only screen and (max-width: 472px) {
    #ctex-custom-drawer-1 .ctex-drawer-content {
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 450px) {
    #ctex-custom-drawer-2 .ctex-drawer-content,
    #ctex-custom-drawer-3 .ctex-drawer-content,
    #ctex-custom-drawer-4 .ctex-drawer-content,
    #ctex-custom-drawer-5 .ctex-drawer-content {
        overflow-x: scroll;
    }
}
/* custom expandable table css end */

/* Ctex small image feature for Nomeber pages*/
.ctex-sif-content {
    text-align: left;
}

.ctex-sif-image img {
    float: right;
    max-width: 100% !important;
}

.ctex-sif-image svg {
    float: right;
    width: 150px;
    height: 150px;
    fill: #737373;
}

.ctex-sif-image.svgType2 svg {
    width: 80px !important;
    height: 80px !important;
}

.containedBorder {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 1084px) {
    .containedBorder {
        border: 1px solid #cccccc;
    }
}


@media screen and (max-width: 1083px) {

    .ctex-sif-content {
        text-align: center;
    }

    .ctex-sif-image img {
        float: none !important;
        display: block !important;
        margin: 0 auto !important;
        margin-bottom: 25px !important;
    }

    .ctex-sif-image svg {
        float: none !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .ctex-drawer-content .ctex-sif-image img {
        margin: 24px 0 0 0 !important;
    }

    .ctex-drawer-content .ctex-sif-content {
        text-align: left;
    }
}

@media screen and (min-width: 1084px) {
    .ctex-sif-dir-rtl .ctex-sif-image {
        float: right !important;
    }

    .ctex-sif-dir-rtl .ctex-sif-content {
        float: left !important;
    }

    .ctex-drawer .ctex-drawer-content img {
        width: 100%;
    }

    .ctex-drawer .ctex-sif:not(.ctex-sif-dir-rtl) .ctex-sif-content {
        float: right;
    }
}

.c-glyph.glyph-document:before {
    content: "\E7C3"
}

@media screen and (max-width: 767px) {

    .ctex-control-solutions > [data-grid~=stack-2] {
        margin-bottom: 2em;
    }
}

picture.ctex-glyph-fix a.c-glyph.glyph-play {
    position: relative;
    outline: none !important;
}

    picture.ctex-glyph-fix a.c-glyph.glyph-play img {
        border: 1px dashed;
        border-color: transparent;
    }

    picture.ctex-glyph-fix a.c-glyph.glyph-play:focus img {
        border: 1px dashed;
        border-color: transparent;
        border-color: #000;
    }

/*RTL Directional Css*/

html[dir="RTL"] .ctex-drawer-toggle-glyph {
    position: relative !important;
    float: left !important;
}

html[dir="RTL"] .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-glyph .c-glyph:after {
    margin-right: 10px;
}

html[dir="RTL"] .m-multi-feature ul li {
    margin-right: 0 !important;
    margin-left: 24px;
}

@media (max-width: 539px) {
    html[dir="RTL"] .ctex-drawer .ctex-drawer-container .ctex-drawer-toggle .ctex-drawer-toggle-text [class*=c-heading] {
        margin-right: 15px;
    }
}

html[dir="RTL"] .ctex-sif-content li,
html[dir="RTL"] .ctex-sif-content p,
html[dir="RTL"] .ctex-sif-content h3 {
    text-align: right;
}

html[dir="RTL"] .ctex-sif-content a {
    float: right;
}


/* CTEX Feature vertical align */
@media screen and (max-width: 1399px) and (min-width:1084px) {
    .ctex-feature-vertical {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.Common-device-help {
    width: 50px !important;
    height: 50px !important;
}

/* Custom heading component */
.ctex-heading-image-right {
    position: relative;
    overflow: hidden;
}

    .ctex-heading-image-right img {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }

@media screen and (max-width: 768px) {
    .ctex-heading-image-right img {
        display: none;
    }
}

.ctex-invalid,
[class^=c-].x-hidden-focus.ctex-invalid {
    border-color: #F00 !important;
    border-style: solid !important;
    border-width: 1px !important;
}

/* START INXPO Event Registration form */

#INXPOForm > section {
    min-width: 250px;
    max-width: 25em;
    padding: 1em;
    background-color: #E6E6E6;
}

@media screen and (max-width: 767px) {
    [data-grid~='stack-2'] #INXPOForm {
        margin-top: 1em;
    }
}

#INXPOForm input {
    max-width: 100%;
}

#INXPOForm .c-checkbox input[type=checkbox]:disabled + span:after,
#INXPOForm .c-checkbox input[type=checkbox]:disabled + span:before {
    content: none;
}

#INXPOForm .c-checkbox input[type=checkbox]:disabled + span {
    color: #000;
    padding-left: 0;
}

    #INXPOForm .c-checkbox input[type=checkbox]:disabled + span:before,
    #INXPOForm .c-checkbox input[type=checkbox]:disabled + span:after {
        box-shadow: none;
    }

#INXPOForm #checkboxtext p {
    padding: 0;
}

#INXPOForm #errorContainer ul li.error-item {
    color: #c00000;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#INXPOForm #checkboxtext p:not(:last-child) {
    margin-bottom: 1em;
}

#INXPOForm .c-select-menu.f-border button,
#INXPOForm .c-menu-item span {
    background-color: #FFF;
}

    #INXPOForm .c-menu-item span[aria-selected=true] {
        background-color: #0067B8;
    }

#INXPOForm .c-select-menu .c-menu {
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2) !important;
    width: 296px;
    max-width: 100%;
}

#INXPOForm select {
    display: block;
    border: 1px solid rgba(0,0,0,0.6);
    padding: 7px 10px;
}

    #INXPOForm select:focus,
    #INXPOForm select:active {
        border: 1px dashed #000 !important;
        outline: none;
    }

#INXPOForm #errorContainer {
    margin-top: 9px;
    margin-bottom: 24px;
}

    #INXPOForm #errorContainer:empty {
        margin-top: 0px;
        margin-bottom: 0px;
    }

#INXPOForm .successSection p {
    margin-bottom: 1em;
}

    #INXPOForm .successSection p:last-of-type {
        margin-bottom: 0px;
    }

#INXPOForm .ctex-progress-indicator {
    margin-top: 0.5em;
}

/* END INXPO Event Registration form */

/* Progress indicator */

.ctex-progress-indicator {
    min-height: 8px;
    overflow-x: hidden;
}

    .ctex-progress-indicator .c-progress {
        margin-top: 0px;
    }

        .ctex-progress-indicator .c-progress.f-indeterminate-regional.f-progress-large span:after {
            width: 8px;
            height: 8px;
        }

#partners-results .ctex-progress-indicator {
    margin: 5px 0;
}

/* END Progress indicator */

/* High contrast mode CSS*/

@media screen and (-ms-high-contrast: white-on-black), screen and (-ms-high-contrast: active) {
    .m-hero-item div a {
        background-color: #000 !important;
    }
}

@media screen and (-ms-high-contrast:active) {
    .c-hero h1[class^="c-heading"],
    .m-hero-item h1[class^="c-heading"],
    .c-hero p[class^="c-paragraph"],
    .m-hero-item p[class^="c-paragraph"] {
        background-color: #000;
        color: #FFF;
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .c-hero h1[class^="c-heading"],
    .m-hero-item h1[class^="c-heading"],
    .c-hero p[class^="c-paragraph"],
    .m-hero-item p[class^="c-paragraph"] {
        background-color: #FFF !important;
        color: #000 !important;
    }

    .ctex-article-nextsteps a {
        color: #0067b8 !important;
    }

    ctex-article-nextsteps a:focus {
        color: #0067b8 !important;
        outline: 1px dashed #000 !important;
    }

    .m-hero-item.theme-light a span {
        background-color: #fff;
    }
}

.ctex-hc-hero-text-box {
    background-color: #ffffff;
    padding: 0px 10px 10px 10px !important;
}

/* CSS support for glyphs under feature-bleed-fix */
.ctex-feature-bleed-fix > picture a.c-glyph.glyph-play {
    position: relative;
    display: block;
    top: 50%;
}

@media screen and (max-width: 1038px) {
    .ctex-feature-bleed-fix > picture a.c-glyph.glyph-play {
        position: initial;
    }
}

.preFooterSVGIcons {
    width: 50px;
    height: 50px;
}

.threeUp-SVG-image {
    fill: #737373;
}

.fourUp-SVG-image {
    width: 80px;
    height: 80px;
    fill: #737373;
}

.imagineAcademy-SVG {
    width: 100px;
    fill: #0078d7;
}

@media screen and (-ms-high-contrast: black-on-white) {
    .preFooterSVGIcons, .ctex-sif-image svg, .fourUp-SVG-image, .threeUp-SVG-image, .imagineAcademy-SVG {
        fill: #000 !important;
    }

    .cc-office-signup-submit {
        border: 2px solid #00009f !important;
        color: #00009f !important;
    }
}

@media screen and (-ms-high-contrast: white-on-black) {
    .preFooterSVGIcons, .ctex-sif-image svg, .fourUp-SVG-image, .threeUp-SVG-image, .imagineAcademy-SVG {
        fill: #fff;
    }

    .c-glyph.glyph-play:before {
        color: inherit !important;
    }

    .cc-office-signup-submit {
        border: 2px solid #ffff00 !important;
        color: #ffff00 !important;
    }
}

/* Glyphs */

.c-glyph.ctex-envelope-icon:before {
    font-size: 3em;
    content: '\E715';
    vertical-align: middle;
}

.five-up-list li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 35px;
}

@media screen and (min-width: 600px) {
    .five-up-list li {
        width: 19%;
        margin-bottom: 0;
    }
}

.ctex-hero-item-background-white {
    padding: 2em;
    max-width: 450px !important;
    background: #fff;
}

.ctex-hero-item-background-black {
    padding: 2em;
    max-width: 450px !important;
    background: #000;
}

@media screen and (max-width:1083px) {
    .ctex-hero-item-background-white,
    .ctex-hero-item-background-black {
        padding: 1em;
    }
}

@media screen and (max-width:767px) {
    .ctex-hero-item-background-white,
    .ctex-hero-item-background-black {
        background: 0;
        max-width: 100% !important;
        padding: 0px;
    }
}

/* CSS for Learning Tools page SVG's */

.learning-tools-3up-svg svg {
    max-width: 250px;
}

.learning-tools-cls-1 {
    fill: #e6e6e6;
}

.learning-tools-cls-2 {
    fill: #5e5e5e;
    fill-rule: evenodd;
}

.learning-tools-st0 {
    fill: #2A5699;
}

.learning-tools-bc0 {
    fill: #733781;
}

.learning-tools-ba0 {
    fill: #0078D7;
}

.learning-tools-bd0 {
    fill: #0071C5;
}

.learning-tools-st1, .learning-tools-bc1, .learning-tools-bd1 {
    fill: #FFFFFF;
}

@media screen and (-ms-high-contrast: black-on-white) {
    .learning-tools-cls-1 {
        fill: #000 !important;
    }

    .learning-tools-cls-2 {
        fill: #fff !important;
        fill-rule: evenodd;
    }
}

@media screen and (-ms-high-contrast: white-on-black), screen and (-ms-high-contrast: active) {
    .learning-tools-cls-1 {
        fill: #e6e6e6;
    }

    .learning-tools-cls-2 {
        fill: #5e5e5e;
        fill-rule: evenodd;
    }
}

/* TEMP CSS for JQ ui sortable handle for PC pages */
main .ui-sortable-handle {
    -ms-touch-action: auto;
    touch-action: auto;
}

.m-product-placement-item.ctex-no-outline picture .c-image,
.m-product-placement-item.ctex-no-outline picture img {
    outline: none !important;
}

.m-product-placement-item > div ul:not(.ctex-icon-strip) {
    text-align: left;
}

    .m-product-placement-item > div ul:not(.ctex-icon-strip) li {
        display: list-item !important;
    }

        .m-product-placement-item > div ul:not(.ctex-icon-strip) li.spacer {
            font-size: 0 !important;
        }

#customer-stories-results form #search-field:active,
#customer-stories-results form #search-field:focus,
#partners-results form #search-field:active,
#partners-results form #search-field:focus {
    border: 1px dashed #000;
}

#customer-stories-results #rightPanel .no-results:focus,
#customer-stories-results #rightPanel .m-content-placement-item div:focus,
#partners-results #rightPanel .no-results:focus,
#partners-results #rightPanel .m-content-placement-item div:focus {
    outline: 1px dashed #000;
}

/* Input buttons */

.ctex-text-capitalize {
    text-transform: capitalize;
}

input[type=button] {
    height: 36px;
    border: none;
    padding: 0 12px;
}

    input[type=button]:focus {
        outline: 1px dashed #000;
    }

    input[type=button].blue {
        background-color: #0067B8;
        color: #FFF;
    }

        input[type=button].blue:focus,
        input[type=button].blue:active {
            background-color: #005293;
            -webkit-transform: scale(.98);
            -ms-transform: scale(.98);
            transform: scale(.98);
        }

        input[type=button].blue:hover {
            background-color: #005DA6;
        }

/* CSS Overrides for MWF Update as per Jira ticket EDU-3509 (Update 1.51.0)*/

body .c-heading-1,
body .c-heading-2,
body .c-heading-3,
body .c-heading-3,
body .c-heading-4 {
    font-weight: 100;
}

body .c-heading-5 {
    font-weight: 400;
}

body .c-subheading-1,
body .c-subheading-2,
body .c-subheading-3,
body .c-subheading-4 {
    font-weight: 100;
}

body .c-heading-1.bold,
body .c-heading-1.bold,
body .c-heading-2.bold,
body .c-heading-3.bold,
body .c-heading-4.bold {
    font-weight: bold;
}

body .c-subheading-1.bold,
body .c-subheading-1.bold,
body .c-subheading-2.bold,
body .c-subheading-3.bold,
body .c-subheading-4.bold {
    font-weight: bold;
}

.c-pivot > header > [role="tab"], .c-pivot > header a, .c-pivot > div > [role="tab"], .c-pivot > div a, .c-pivot > [role="tablist"] > [role="tab"], .c-pivot > [role="tablist"] a {
    font-size: 20px;
    height: 36px;
    padding: 0;
    line-height: 24px;
}

ol.c-breadcrumb li:after, ul.c-breadcrumb li:after {
    content: "/";
    padding-left: 8px;
    color: rgba(0,0,0,.6);
}

body .m-content-placement-item > picture, .c-content-placement > picture {
    padding-bottom: 20px;
}

    body .m-content-placement-item > picture img, .c-content-placement > picture img {
        position: relative;
    }

.m-product-placement-item picture .c-image, .c-product-placement picture .c-image {
    position: inherit;
    top: inherit;
    left: inherit;
    -ms-transform: none;
    transform: none;
}

@media screen and (min-width: 1083px) {
    body .m-hero-item:before, .c-hero:before {
        padding-bottom: 38%;
    }
}

@media screen and (max-width: 1083px) {
    .m-hero-item:before, .c-hero:before {
        padding-bottom: 56.25%;
    }
}

@media screen and (max-width: 767px) {
    body .c-hero:before, .m-hero-item:before {
        padding-top: 0;
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 1084px) {
    body .m-content-placement {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 1399px) {
    .ctex-hc-hero-text-box-extended .ctex-hc-hero-text-box {
        background: none;
    }
}

@media screen and (max-width:767px) {
    .ctex-hc-hero-text-box-extended {
        background: #fff;
    }
}

@media screen and (max-width: 1399px) and (min-width: 767px) {
    .ctex-hc-hero-text-box-extended .ctex-hc-hero-text-box {
        width: 420px;
    }
}

.c-uhff {
    margin-top: 0 !important; /* Have to force override sadly as MWF insisting on a top margin which breaks our layout */
}

#ETF-Icon-Navigation a:focus {
    outline: 2px dashed #000;
}

#ETF-Icon-Navigation [data-grid="col-3"]:nth-of-type(1) a:hover, #ETF-Icon-Navigation [data-grid="col-3"]:nth-of-type(1) a.active, #ETF-Icon-Navigation [data-grid="col-3"]:nth-of-type(1) a:focus {
    border-bottom: 2px solid #01aea2;
}

#ETF-Icon-Navigation [data-grid="col-3"]:nth-of-type(2) a:hover, #ETF-Icon-Navigation [data-grid="col-3"]:nth-of-type(2) a.active, #ETF-Icon-Navigation [data-grid="col-3"]:nth-of-type(2) a:focus {
    border-bottom: 2px solid #683d97;
}

#ETF-Icon-Navigation [data-grid="col-3"]:nth-of-type(3) a:hover, #ETF-Icon-Navigation [data-grid="col-3"]:nth-of-type(3) a.active, #ETF-Icon-Navigation [data-grid="col-3"]:nth-of-type(3) a:focus {
    border-bottom: 2px solid #f3732f;
}

#ETF-Icon-Navigation [data-grid="col-3"]:nth-of-type(4) a:hover, #ETF-Icon-Navigation [data-grid="col-3"]:nth-of-type(4) a.active, #ETF-Icon-Navigation [data-grid="col-3"]:nth-of-type(4) a:focus {
    border-bottom: 2px solid #0190d2;
}

#ETF-Icon-Navigation a {
    outline: none;
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

#ETF-Icon-Navigation h3 {
    font-weight: normal;
}

#ETF-Icon-Navigation a.active h3 {
    font-weight: bold;
}


/* START Ctex-HowToBuy-Expanding-Products Custom Component */
.Ctex-HowToBuy-Expanding-Products {
    overflow: hidden;
    padding-top:10px;
}

.Ctex-HowToBuy-Expanding-Products ul > li {
    display: inline-block;
    width: 25%;
    float: left;
    transition: 0.2s linear all;
    margin-bottom:64px;
}

.Ctex-HowToBuy-Expanding-Products li [data-grid="col-12"]:last-of-type > div:last-of-type {
    position: initial;
}

.Ctex-HowToBuy-Expanding-Products li [data-grid="col-12"]:first-of-type h3 {
    padding-bottom: 8px;
    padding-top:25px;
}

.Ctex-HowToBuy-Expanding-Products li [data-grid="col-12"]:first-of-type > a {
    margin: 0 0.5em 0.5em 0;
    text-align: center;
    display: block;
    cursor: pointer;
}

.Ctex-HowToBuy-Expanding-Products li [data-grid="col-12"]:first-of-type > a:focus, .Ctex-HowToBuy-Expanding-Products li [data-grid="col-12"]:first-of-type > a:active {
    outline: 2px dashed #000;
}

.Ctex-HowToBuy-Expanding-Products:target {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.Ctex-HowToBuy-Expanding-Products li:hover [data-grid="col-12"]:first-of-type a img {
    opacity: 0.8;
}

.Ctex-HowToBuy-Expanding-Products li:hover [data-grid="col-12"]:first-of-type a:focus {
    color: #005da6;
    outline: 2px dashed #000;
}

.Ctex-HowToBuy-Expanding-Products li [data-grid="col-12"]:last-of-type > div {
    position: relative;
}

.Ctex-HowToBuy-Expanding-Products li [data-grid="col-12"]:last-of-type {
    position: absolute !important;
    display:none;
}

.Ctex-HowToBuy-Expanding-Products li [data-grid="col-12"].active {
    position: absolute !important;
    left: 0px;
    min-height: 100px;
}

.Ctex-HowToBuy-Expanding-Products a.activeAnchor {
    color: #0067b8;
}

.Ctex-HowToBuy-Expanding-Products > ul {
    position: relative;
}

@media screen and (max-width:940px) {
    .Ctex-HowToBuy-Expanding-Products ul > li {
        width: 33.33%;
    }
}
/* END Ctex-HowToBuy-Expanding-Products*/

/*Social Footer US*/
#SocialFooterUS .right-align {
    text-align: right;
}

#SocialFooterUS ul, #SocialFooterUS ul li, #SocialFooterUS ul li div {
    display: inline;
}

    #SocialFooterUS ul li, #SocialFooterUS ul li a, #SocialFooterUS svg {
        margin-right: 10px;
        float: left;
        height: 32px;
        width: 32px;
    }

#SocialFooterUS [data-grid="col-6"] {
    height: 32px;
}

#SocialFooterUS ul li a:focus {
    outline: dashed 2px #000;
    background-color: #e2e2e2;
}

#SocialFooterUS ul li a:hover {
    background-color: #e2e2e2;
}

#SocialFooterUS ul li span {
    padding-top: 6px;
}

#SocialFooterUS .ShareLight {
    background-color: #FFF;
    fill: #FFF;
}

#SocialFooterUS .ShareDark {
    background-color: #000;
    fill: #000;
}

#SocialFooterUS [data-grid="col-6"] > div:first-of-type {
    display: inline-block;
    margin-top: 6px;
    margin-right: 10px;
}
#SocialFooterUS .shareListFloat {
    float: right !important;
}

#SocialFooterUS .ShareTextFloat {
    float: none !important;
}

@media screen and (max-width: 766px) {
    #SocialFooterUS [data-grid="col-6"] {
        width: 100%;
    }

    #SocialFooterUS .right-align {
        text-align: left;
        margin-top: 20px;
    }
    #SocialFooterUS .shareListFloat, #SocialFooterUS .ShareTextFloat {
        float: left !important;
    }
}

@media screen and (-ms-high-contrast: white-on-black) {
    #SocialFooterUS .ShareLight {
        background-color: #000;
        fill: #000;
    }

    #SocialFooterUS .ShareDark {
        background-color: #FFF;
        fill: #FFF;
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    #SocialFooterUS .ShareLight {
        background-color: #FFF;
        fill: #FFF;
    }

    #SocialFooterUS .ShareDark {
        background-color: #000;
        fill: #000;
    }
}
/*End Social Footer US*/


/* Temp fix for CTA center align on tablet sized devices */


@media screen and (min-width:767px){
    .ctex-cta-left-align {
        text-align: left !important;
    }
}
/*End Social Footer US*/

/*Flagship schools*/

.flagship-list-margin ol li {
    margin-bottom: 30px;
}
/*Resolves hero images having the top cut off*/

.no-calc > picture img {
    top: inherit;
    transform: inherit;
    -ms-transform: inherit;
}