﻿/*********************  MWF temp css file    *********************/

 @font-face {
        font-family: "MWF-MDL2";
        src: url("MWFMDL2.woff") format("woff"), 
        url("MWFMDL2.ttf") format("truetype"), 
        url("MWFMDL2.svg") format("svg"); }
.c-glyph::before, .c-glyph::after, .c-glyph:hover::before, .c-glyph:hover::after {
    text-decoration: none;
    display: inline-block;
    font-family: "MWF-MDL2";
}
a.c-call-to-action::after {
    content: "\E76C";
    display: inline-block;
    margin-left: 4px;
    margin-top: 1px;
    position: absolute;
    vertical-align: top;
}
a.c-call-to-action {
    border: 2px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 13px !important;
    letter-spacing: 0.075em;
    line-height: 1.3 !important;
    max-width: 100%;
    overflow: hidden;    
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    margin-left: 10px;
}
a.c-call-to-action:not(.f-lightweight) {
    padding: 10px 40px 10px 24px !important;
}
a.c-call-to-action span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: clip;
    text-transform: uppercase;
}
a.c-call-to-action:hover, a.c-call-to-action:focus {
    border-color: rgba(0, 0, 0, 0.4);
}
a.c-call-to-action:focus {
    outline: 1px dashed #000;
}
a.c-call-to-action:hover {
    outline: medium none;
}
a.c-call-to-action:active {
    border-color: transparent;
}
a.c-call-to-action[aria-disabled="true"] {
    border-color: transparent;
    color: rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
}
a.c-hyperlink {
  text-decoration: none;
  color: #0078D7;
}
  a.c-hyperlink:visited, a.c-hyperlink:hover {
    color: #0078D7;
    text-decoration: underline;
}
a.c-hyperlink:focus {
    outline: 1px dashed #000;
}
a.c-hyperlink:focus:active {
      outline-style: none;
}
a.c-hyperlink:active {
    color: #0078D7;
    text-decoration: none;
}
.epgPsNextSteps .itNextStepsList li a {
    display: block;
    font-size: 14px;
    padding: 6px 28px 6px 0;
    color: inherit;
}
.epgPsNextSteps .itNextStepsList li a.it-download::after {
    content: "\E896";
    display: inline-block;
    margin-left: 4px;
    margin-top: 1px;
    float: right;
    vertical-align: top;
    background: none !important;
}
.epgPsNextSteps .itNextStepsList li a.it-link::after {
    content: "\E72A";
    display: inline-block;
    margin-left: 4px;
    margin-top: 1px;
    float: right;
    vertical-align: top;
    background: none !important;
}
@media only screen and (max-width: 1493px) {
    [data-grid^=col-4] {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 1096px) {

    [class^=c-paragraph] {
        display: block !important;
    }

    [data-grid~=container] {
        padding: 0 !important;
    }

        [data-grid~=container] img {
            max-width: 100%;
        }

    .m-hero .c-carousel .m-hero-item div {
        transform: translateY(0%) !important;
        -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        width: 100% !important;
        margin: 0 auto !important;
        text-align: left !important;
        position: relative !important;
        height: 200px !important;
        padding: 2% !important;
    }

    .c-hero > picture img, .m-hero-item > picture img {
        position: absolute;
        width: 100%;
        left: 0 !important;
        top: calc(0%) !important;
        webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
        overflow: hidden;
    }

    .m-hero-item > div > div {
        padding: 0 !important;
        max-width: none !important;
        width: 100% !important;
        top: 0 !important;
    }
}