@charset "utf-8";
/* CSS Document */
@font-face { 
    font-family: 'Proxima';
    src: url("/fonts/proximanova-regular.woff") format("woff");
    src: url("/fonts/proximanova-regular.otf") format("opentype")
}
@font-face {
    font-family: 'Adelle';
    src: url("/fonts/Adelle_Reg.woff") format("woff");
    src: url("/fonts/Adelle_Reg.otf") format("opentype");
} 
c
html {
    font-size: 17px;
}
body {
    font: 1rem "loew-variable", sans-seriff;
    color: #333;
    text-align: center;
    /*min-width: 400px;*/
    margin: 0;
    padding: 0;
    line-height: normal;
}

h2 {
    font: 3.0rem "loew-variable", sans-seriff;
}

section p, li {
    font-size: 1.3rem;
    line-height: 2rem;
}

a {
    color: #fff;
    text-decoration: none;
}
a.hrefWhite{color:#ffffff !important;}

    a:hover {
        text-decoration: underline;
    }

.btn:hover {
    text-decoration: none;
}

.auto {
    width: auto;
}

a img {
    display: none;
}

.btn {
    padding: 0.6rem 1rem;
    border-radius: 2rem;
    margin: 1rem 0;
    display: inline-block;
    min-width: 7rem;
    text-align: center;
    line-height: normal;
    border: 1px solid;
    transition: background 500ms;
}

.banner .btnBluebg {
    padding: 1rem;
    margin: 1rem;m
}
/* Background Colors */
.wrapper {
    max-width: 90rem;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border: 0px solid #f5f5f5;
}

header {
    position: relative;
}

.headerWrapper {
    position: absolute;
    top: 0;
    z-index: 10;
    /*max-width: 90rem;*/
    margin: 0 auto;
    width: 100%;
}

.headerLogo {
    float: left;
    margin: 0 4%;
}

    .headerLogo img, .footerLogo img, .leadership img {
        display: block;
        width:200px;
    }

.headerLinks {
    font-size: 1rem;
    padding: 0px 4%;
    text-align: right;
    /* padding-right: 215px; */
    position: relative;
    height: 45px;
}

    .headerLinks a {
        margin: 0 25px;
        text-transform: uppercase;
        position: relative;
        top: 0;
    }

        .headerLinks a:hover {
            color: #097bbe;
        }

        .headerLinks a.button {
            padding: 11px 15px 15px;
            display: inline-block;
            position: relative;
            top: -1px;
            white-space: nowrap;
        }

            .headerLinks a.button:hover {
                color: #104C97;
            }

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.banner {
    position: relative;
    top: 0;
    width: 100%;
}

    .banner .image,.banner .image picture {
        display: flex;
        height: 70vh;
    }

    .banner .content p {
        width: 80%;
        margin: 0 auto;
        line-height: 1.5rem;
        font-size: 1.3rem;
    }

    .banner .content {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin-top: 0rem;
        top: 0;
        z-index: 2;
        color: #fff;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .banner .overlay {
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0.5;
        display: block;
        position: absolute;
        top: 0;
    }

nav {
    float: right;
    margin-right: 65px;
    margin-top: 30px;
}

    nav ul {
        margin: 0;
    }
/*MH Nav fix*/
@media only screen and (max-width: 767px) {
    nav ul {
        position: absolute;
        top: 77px;
        right: 2px;
    }
}

    nav li {
        display: inline-block;
        padding: 0 0 1.5rem;
    }

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: left;
    padding: 0 0 5px;
    margin: 0 1rem;
    text-decoration: none;
    font-size: 1.2rem;
    border-bottom: 3px solid transparent;
}

    .topnav a:hover, .topnav a.active {
        border-bottom: 3px solid #097bbe;
        transition: border 500ms;
    }

.topnav .icon {
    display: none;
}

.topnav li ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: -500%;
    width: 100%;
    height: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all .3s ease-in;
}

.topnav li ul {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: flex;
    position: absolute;
    top: 6rem;
    left: 0;
    height: auto;
    width: 92%;
    margin: 0;
    padding: 15px 4% 0;
    transition: opacity .5s ease-in;
    list-style: none;
    /* padding: 0 0 0 18px; */
    z-index: 300;
    text-align: left;
}

    .topnav li ul li {
        padding: 0.25rem 0;
    }

.topnav li:hover ul {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    height: 250px;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);*/
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 6%, rgba(0,0,0,0.7) 70%, rgba(255,255,255,0) 95%);
}

.topnav li ul li {
    border-right: 1px solid #097bbe;
    height: 15px;
    position: relative;
    line-height: normal;
    transition: 0.5s;
}

    .topnav li ul li a.active {
        border: 0;
        color: #097bbe;
    }

    .topnav li ul li:last-child {
        border-right: 0px solid #097bbe;
    }

    .topnav li ul li:first-child a {
        margin-left: 0;
        margin-right: 2rem;
    }

    .topnav li ul li a {
        padding: 0;
        margin: 0 2rem;
        border: 0;
    }

        .topnav li ul li a:hover {
            color: #097bbe;
            border: 0;
        }

.topnav li:hover ul ul:before {
    background: none;
    height: auto;
}

.topnav ul ul ul {
    width: auto;
    top: 1.9rem;
    display: block;
    padding-top: 1rem;
    text-align: left;
    background: none;
    left: 2rem;
    margin: 0;
    opacity: 0;
    transition: none;
}

.topnav ul ul li:first-child ul {
    left: 0;
}

.topnav li:hover ul ul {
    opacity: 0;
    transition: opacity 500ms;
    background: none;
    padding: 1rem 0;
}

.topnav li:hover ul li:hover ul {
    opacity: 1;
}

.topnav li ul li ul li {
    border: 0;
    padding: 0.5rem 0;
    width: 100%;
    height: auto;
}

    .topnav li ul li ul li a {
        margin: 0 0;
        text-align: left;
        display: inline-block;
        width: 100%;
    }

.image img,.image picture {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner h2 {
    width: 75%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

footer {
    padding: 40px;
}

    footer .footerLogo img {
        width: 110px;
        height: auto;
        margin: 0 auto;
        margin-top: 8px;
    }

    footer .footerLogo .translator img {
        width: auto;
        display: inline;
        padding: 0;
        margin: 0;
    }

    footer .topSection {
        display: flex;
        width: 90%;
        margin: 0 auto;
        justify-content: center;
    }

        footer .topSection > div {
            padding: 1rem;
        }

.copyright {
    color: #fff;
    font-size: 0.75rem;
    margin-top: 3rem;
    line-height: 15px;
}

    .copyright a {
        margin: 0 0.25rem;
    }

        .copyright a:hover {
            text-decoration: underline;
        }

.footerContent {
    flex-basis: 25%;
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.2rem;
}

    .footerContent p {
        margin-top: 3px;
    }

    .footerContent a {
        color: #097bbe;
        display: inline-block;
    }

        .footerContent a img {
            display: block;
            width: 2rem;
            height: auto;
            position: relative;
            top: 0.7rem;
            left: -0.5rem;
        }

        .footerContent a.buttonLink {
            color: #fff;
            font-size: 1.1rem;
            margin-top: 0;
            display: inline-block;
            border-radius: 25px;
            padding: 12px 12px;
            cursor: pointer;
            border: 1px solid #097bbe;
            transition: background 500ms;
        }

        .footerContent a:hover {
            text-decoration: none;
        }

.footerLinks {
    width: 30%;
    display: flex;
    line-height: 2rem;
    justify-content: space-around;
}

    .footerLinks a {
        display: block;
        text-decoration: underline;
        font-size: 1.1rem;
    }

        .footerLinks a:hover {
            text-decoration: none;
        }

footer .bottomLinks {
    position: relative;
    top: 65px;
    color: #808080;
}

    footer .bottomLinks a {
        font-size: 0.7rem;
        color: #808080;
        position: relative;
        top: -2px;
    }

        footer .bottomLinks a:hover {
            text-decoration: underline;
        }

.dataSet {
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 2.8rem 0;
    text-align: center;
}

    .dataSet .block {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        width: auto;
        flex: 1 1 calc(25% - 10px); 
        margin: 0px; 
        box-sizing: border-box; 

    }
    
     .dataSet:has(> :nth-child(5)) .block {
        flex: 1 1 calc(33% - 10px);
        padding-bottom: 15px;
     }
     .dataSet:has(> :nth-child(5)) .block .number{
         width:190px;
     }
     
     .dataSet:has(> :nth-child(5)) .block:last-child,.dataSet:has(> :nth-child(5)) .block:nth-last-child(2){
           padding-bottom: 0;
     }
    .dataSet .number {
        font-size: 4rem;
    }

    .dataSet .text {
        margin-top: 0;
        margin-left: 10px;
        line-height: 1.3rem;
        width: 150px;
    }
    @media only screen and (max-width: 1040px){
       .dataSet .text {
            width: 100px;
       }
    }

.services {
    padding: 50px 50px 0;
    color: #fff;
    line-height: 2rem;
}

    .services p {
        width: 75%;
        margin: 1rem auto;
    }

.ServiceBlocks {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
}

    .ServiceBlocks a {
        display: inline-block;
        margin: 10px 5px 0;
        /* width: 20%;*/
    }

    .ServiceBlocks .block {
        position: relative;
        display: flex;
        cursor: pointer;
        height: 100%;
    }

        .ServiceBlocks .block .content {
            display: flex;
            position: absolute;
            top: 0;
            width: 70%;
            padding: 20px 15%;
            height: 100%;
            justify-content: center;
            align-items: center;
            z-index: 6;
            line-height: normal;
        }

        .ServiceBlocks .block .image {
            display: flex;
        }

        .ServiceBlocks .block img {
            width: 100%;
            height: auto;
            opacity: 0.7;
            display: block;
            object-fit: cover;
        }

        .ServiceBlocks .block h3 {
            font-weight: normal;
            font-size: 1.5rem;
        }

        .ServiceBlocks .block .overlay {
            width: 100%;
            height: 100%;
            opacity: 0;
            position: absolute;
            top: 0;
            background: #097bbe;
            z-index: 5;
            transition: opacity 500ms;
        }

        .ServiceBlocks .block:hover .overlay {
            opacity: 0.3;
        }

.supplierDiversity, .quote {
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.bright-blue p a {
    color: #114d97;
    text-decoration: none;
}

    .bright-blue p a:hover {
        text-decoration: underline;
    }

.quote {
    margin: 2rem 0;
    min-height: 18rem;
}

    .quote .leftBlock .content {
        padding: 3rem 4rem 2rem;
    }

    .quote p {
        font-style: italic;
        margin: 0;
    }

    .quote .top {
        position: absolute;
        top: -2rem;
    }

    .quote .writer {
        text-transform: uppercase;
        font-size: 0.8rem;
        margin-top: 1rem;
        text-indent: -0.8rem;
        display: inline-block;
        padding-left: 1rem;
    }

    .quote .bottom {
        position: absolute;
        bottom: -2rem;
        right: 4rem;
    }

    .quote img.quoteIcon, .quote .rightBlock img.playIcon, .mediaBlock img.playIcon {
        width: auto;
        height: auto;
    }

    .quote .rightBlock, .mediaBlock {
        display: inline-block;
        position: relative;
        padding: 15px 0;
    }

.mediaBlock {
    width: 50%;
}

    .mediaBlock img {
        width: 100%;
    }
.mediaBlock.featureMediaImage img{max-width:250px;}
section:has(.featureMediaImage){padding-bottom:0;}
@media only screen and (max-width: 767px) {
.mediaBlock.featureMediaImage img{max-width:250px;}
}


.circular .rightBlock {
    width: 40%;
}

.quote .rightBlock img, .quote .rightBlock div, .mediaBlock img, .mediaBlock div {
    height: 100%;
}

.quote .rightBlock .circle img, .quote .rightBlock .circle {
    height: auto;
    border-radius: 100%;
}

.quote img.playIcon, .mediaBlock img.playIcon {
    position: absolute;
    top: 42%;
    left: 40%;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
   .mediaBlock img.playIcon {
    left: 50%;
    width:10%;
       
   } 
}

.leftBlock, .twocolumn {
    width: 50%;
    line-height: 2rem;
    position: relative;
}

    .leftBlock .content, .rightBlock .content, .twocolumn .content {
        padding: 0 4rem;
        align-items: flex-start;
        justify-content: center;
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .leftBlock ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

        .leftBlock ul li:first-child {
            /*border-top: 1px solid #097bbe;*/
        }

        .leftBlock ul li {
            /*border-bottom: 1px solid #097bbe;
                padding: 1rem 2rem 1rem 0;*/
        }

.successStories {
    margin: 3%;
    width: 94%;
    box-sizing: border-box;
}

.supplyingExpertise {
    margin: 4rem 0;
}

.supplyChain {
    padding: 3rem 5rem;
    line-height: 2rem;
}

.offering h2 {
    margin: 0 auto 3rem;
    padding-top: 5rem;
    width: 50%;
}

.offering .image {
    width: 70%;
    margin: 0 auto;
    padding: 3rem;
}

.Lightgray {
    background: #efefef;
}

h2 + p {
    margin-top: 0;
}

a.black {
    color: #333;
    background: none;
}

.rightBlock, .twocolumn {
    width: 50%;
}

    .rightBlock img, .leftBlock img, .twocolumn img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.rightBlock, .image, .successStories, .leftBlock, .twocolumn {
    display: flex;
}

.imagewithcontent {
    position: relative;
}

    .imagewithcontent .image {
        display: contents;
    }

.supplierDiversity ul {
    padding: 0 0 0 0;
    list-style: none;
}

    .supplierDiversity ul li::before {
        /*content: "\2022";*/
        color: #097bbe;
        margin-left: -1rem;
        width: 1rem;
        display: inline-block;
    }

.supplierDiversity li {
    filter: none;
    line-height: 2rem;
}

.imagewithcontent .content {
    position: absolute;
    top: 0;
    z-index: 5;
    background: none;
    padding: 0 5rem;
    font-size: 1.3rem;
    width: 100%;
}

.supplierDiversity hr.border {
    width: 50%;
    border-color: #114d97;
    margin: 0;
}

.imagewithcontent .overlay {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 0;
}

.aboutHSM {
    position: relative;
}

.width65 {
    width: 65%;
    margin: 0 auto 20px;
}

.aboutHSM .content {
    padding: 1rem 5% 3rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 50%;
    margin: 0 20%;
    line-height: 2rem;
}

.container hr {
    border: 1px solid #097bbe;
    background: #097bbe;
    width: 25%;
    margin: 2rem auto;
}

section {
    display: block;
}

    section .umb-block-list {
        display: flex;
        width: 100%;
        background: #fff;
    }

.gallery {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    margin-bottom: 2rem;
    justify-content: center;
}

    .gallery h2 {
        font-size: 1.9rem;
        margin-bottom: 0;
    }
    /*.home-gallery h2 {
        font-size: 2.5rem;
    }*/
    .gallery .block .image {
        display: flex;
        height: 100%;
    }

    .gallery .block:nth-child(3), .gallery .block:nth-child(6), .gallery .block:nth-child(9), .gallery .block:nth-child(12) {
        margin-right: 0;
    }

    .gallery .block {
        overflow: hidden;
        margin: 1% 1% 0 0;
        position: relative;
    }

        .gallery .block .content {
            position: absolute;
            bottom: 0;
            z-index: 10;
            flex-direction: column;
            justify-content: center;
            /*margin: 5%;*/
            text-align: left;
            color: #fff;
            padding: 1rem;
            opacity: 0;
            transition: opacity 500ms;
        }

        .gallery .block:hover .content {
            opacity: 1;
            cursor: pointer;
        }

        .gallery .block:first-child, .gallery .block:nth-child(7) {
            width: 25%;
        }

        .gallery .block .image {
            background: #000;
        }

        .gallery .block:hover .image img {
            opacity: 0.6;
        }

        .gallery .block:nth-child(2), .gallery .block:nth-child(8) {
            width: 34%;
        }

        .gallery .block:nth-child(3), .gallery .block:nth-child(9) {
            width: 39%;
        }

        .gallery .block:nth-child(4), .gallery .block:nth-child(10) {
            width: 34%;
        }

        .gallery .block:nth-child(5), .gallery .block:nth-child(11) {
            width: 39%;
        }

        .gallery .block:nth-child(6), .gallery .block:nth-child(12) {
            width: 25%;
        }

    .gallery .image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.procurementPartner {
    color: #fff;
    padding: 25px 4rem;
}



    .procurementPartner p {
        display: inline-block;
        width: 100%;
        margin: 0 auto 1rem;
        justify-content: center;
        align-items: center;
        line-height: 2rem;
    }

        .procurementPartner p a {
            color: #097bbe;
        }

.celebration .image {
    width: 80%;
    padding: 4rem 0;
    margin: 0 auto;
    justify-content: center;
}

.transpImage {
    padding: 0rem;
    position: relative;
    background: #000;
}

    .transpImage p a {
        color: #097bbe;
    }

    .transpImage a.btn, .transpImage a.btn:hover {
        color: #fff;
    }

    .transpImage .content {
        margin: 0;
    }

    .transpImage img {
        opacity: 0.5;
    }

    .transpImage p {
        width: 80%;
        margin: 1rem auto !important;
        color: #fff;
    }

    .transpImage ul {
        width: 58%;
        margin: 0 auto 1.5rem;
    }

        .transpImage ul li {
            line-height: 2rem;
            list-style: circle;
        }

.graybox {
    padding: 3rem 4rem;
    line-height: 2rem;
}

    .graybox .content {
        display: block;
    }

    .graybox .leftBlock {
        width: 25%;
        padding-left: 6%;
        display: table-cell;
    }

        .graybox .leftBlock h2 {
            margin-top: 0;
        }

    .graybox .rightBlock {
        width: 60%;
        display: table-cell;
        vertical-align: middle;
    }

    .graybox ul {
        margin-top: 0rem;
    }

    .graybox li {
        /*background: url("/images/cta-arrow.png") left 10px no-repeat;
      list-style: none;*/
        padding-left: 0rem;
    }

    .graybox .rightBlock li {
        /*background: url("/images/cta-arrow.png") left 10px no-repeat;*/
        list-style: none;
        /*padding-left: 2rem;*/
    }

    .graybox a {
        color: #000000;
        text-decoration: underline;
    }

        .graybox a:hover {
            text-decoration: none;
        }

hr.border {
    border: 0;
    border-top: 2px solid #575757;
    padding: 1rem 0 1rem 0.5rem;
    background: none;
    width: auto;
    position: relative;
    top: 1rem;
}

p.border img {
    margin-right: 10px;
}

.circular .leftBlock, .rectangular .leftBlock, .rectangular .rightBlock, .quote .leftBlock {
    width: 100%;
}

.circular .rightBlock .circle {
    background: #fff;
    border-radius: 100%;
    padding: .75rem;
    position: relative;
    right: 1rem;
    width: 80%;
}

.circular .rightBlock {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blackBox {
    width: 75%;
    color: #fff;
    padding: 2rem 3rem;
    z-index: 10;
    line-height: 30px;
    position: relative;
    margin: -150px auto 0;
}

.blog {
    margin: 4rem 0;
    line-height: 2rem;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: column-reverse;
}

    .blog .signup {
        display: inline-block;
        float: left;
        width: 100%;
    }

        .blog .signup .more {
            display: flex;
            justify-content: center;
        }

        .blog .signup a {
            display: inline-block;
            color: #097bbe;
        }

        .blog .signup img {
            display: block;
            width: 30px;
            position: relative;
            top: 7px;
            float: left;
            margin-right: 5px;
        }

    .blog .fixed {
        width: 11rem;
        background: #f8f7f3;
        padding: 1rem;
        margin: 1rem;
    }

        .blog .fixed span {
            display: inline-block;
            padding: 0 0.5rem;
            margin: 0.25rem;
            border-radius: 5px;
            background: #eceaeb;
        }

            .blog .fixed span:hover {
                background: #ccc;
                cursor: pointer;
            }

    .blog .content a {
        color: #097bbe;
    }
        /*.blog a img{
        display: inline-block;
    }

    .blog a.btn{
        color: #000;
        font-weight: bold;
        font-size: 1.2rem;
        border: 0;
        transition: color 500ms;
    }*/
        .blog .content a.btn {
            color: #fff;
            padding: 0.5rem 1rem;
            min-width: auto;
            margin: 0;
            margin-top:25px;
        }

    .blog a.btnBluebg {
        color: #fff;
        margin-left: -13%;
    }

        .blog a.btnBluebg:hover {
            color: #fff;
        }

.btnBluebg:hover {
    background: #104C97
}

.blog a.prev img {
    rotate: 180deg;
}

.blog .btnset {
    width: fit-content;
    margin: 4rem auto 0;
    padding: 1rem 0 0;
    border-top: 2px solid #097bbe;
}

    .blog .btnset a {
        color: #000;
        border: 0;
        transition: all 500ms;
    }

        .blog .btnset a:hover {
            color: #097bbe;
        }

        .blog .btnset a img {
            display: inline-block;
            width: auto;
        }

.blog .twocolumn {
    width: auto;
    display: inline-block;
    text-align: center;
}

.blog .twocolumn {
    width: 100%;
}

    .blog .twocolumn + .twocolumn {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

.blog .content {
    text-align: left;
    padding: 0;
}

.blog .more a {
    margin: 0;
}

.blog-bottom-content {
    margin-top: 3rem;
    display: flex;
    text-align: left;
}

.blog .signup {
    display: inline-block;
    float: left;
    width: 100%;
}

    .blog .signup a {
        display: inline-block;
        color: #097bbe;
    }

    .blog .signup img {
        display: block;
        width: 30px;
        position: relative;
        top: 7px;
        float: left;
        margin-right: 5px;
    }

.blog .more {
    width: 100%;
}

.widget {
    background-color: #f9f7f4;
    border-radius: 4px;
    margin-bottom: 1rem;
    margin-top: 0.7rem;
    margin-left: 0rem;
    padding: 2%;
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
}

    .widget + .widget {
        margin-left: 1%;
    }

.widget-header {
    align-items: center;
    color: #1b1b1b;
    display: flex;
    justify-content: space-between;
    letter-spacing: 2px;
    font-size: 1em;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #e4e8ed;
    margin: 0 0 0.5rem;
}

.widget h4 a {
    color: #1b1b1b;
    font-weight: normal;
}

.widget-header h3 {
    font-size: inherit;
    margin: 0;
}

    .widget-header h3 span {
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
    }

        .widget-header h3 span img {
            rotate: 270deg;
            width: 20px;
            position: relative;
            top: 4px;
        }

.widget-tag-dropdown {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.widget-category-dropdown {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.widget-date-dropdown {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.widget-reset {
    font-size: .75em;
    color: #162335;
}

.widget-content {
    min-height: 100%;
    transition: all .1s ease;
    margin: 0;
    width: 100%;
    max-height: 160px;
    overflow: auto;
}

.widget .hide {
    display: none
}

ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.list li {
        display: block;
        padding: 0;
    }

    ul.list a {
        color: #162335;
        text-decoration: none;
        font-size: 1rem;
        padding: 0em 0.75em;
        border-radius: 4px;
        display: block;
    }

        ul.list a:hover {
            text-decoration: underline;
        }

.tag {
    align-items: center;
    background-color: #eceaea;
    color: #162335;
    border-radius: 4px;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .tag.is-active, ul.list a.is-active {
        background-color: #9c9b9b;
        color: #fff;
    }

.showMobile {
    display: none;
}

.showWeb {
    display: block;
}

.center-aligned {
    margin: 4rem 15px;
}


@media only screen and (max-width: 90rem){
  .center-aligned,.blog {
    margin: 4rem;
}  
}

p.pd-text {
    width: 42%;
    display: inline-block;
    font-size: 1rem;
    padding: 0 2rem;
}

.leadership .blocks {
    padding: 4rem;
    max-width: 1000px;
    margin-left:auto;
    margin-right:auto;
}

.leadership .block {
    width: 28%;
    margin: 2%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.leadership .name, .leadership .name a {
    color: #097bbe;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0 0.5rem;
}

.leadership .designation {
    font-size: 0.85rem;
    height:30px;
}

.leadership .icon a {
    display: inline-block;
    text-align: center;
    margin-top: 0.5rem;
}

.leadership .image{transition: opacity .25s;}
.leadership .image:hover{cursor:pointer;opacity: .6;}

.leadership .open:hover{cursor:pointer;}

.history h2 {
    margin-bottom: 0;
}
/*.procurementPartner {
    padding: 4rem;
}

    .procurementPartner ul {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        margin-top: 3rem;
    }

        .procurementPartner ul li {
            width: 31%;
            border-right: 2px solid #05aae2;
            list-style-position: inside;
            margin-right: 2%;
            position: relative;
            left: 3%;
        }

            .procurementPartner ul li:nth-child(3n) {
                border-right: 0;
            }

    .procurementPartner hr {
        width: 88%;
        margin: 3rem auto;
    }

    .procurementPartner h2 {
        width: 90%;
        margin: 0 auto;
    }

    .procurementPartner p {
        width: 80%;
        margin: 0 auto;
    }*/
.services-solutions .image,.services-solutions picture {
    height: 30rem;
}

.services-solutions .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.procurementPartner .block h2 {
    margin: 0.5rem 0;
    font: 1.3rem "Proxima", Arial;
    font-weight: bold;
}

.procurementPartner .block {
    border-bottom: 2px solid #7f7f7f;
    padding: 2rem 0 1rem;
}

    .procurementPartner .block:last-child {
        border-bottom: 0 solid #7f7f7f;
    }

.translator {
    display: inline-flex;
    margin-top: 2rem;
    position: relative;
}

    .translator a.goog-logo-link {
        margin: 0;
    }

    .translator select {
        padding: 0.25em;
        width: 100%;
    }

@media only screen and (max-width: 1200px) {
    html {
        font-size: 14px;
    }

    body {
        font-size: 1rem;
    }

    .headerLogo {
        float: left;
        margin: 20px 2%;
        width: 250px;
    }

        .headerLogo img {
            width: 100%;
            height: auto;
        }

    .headerLinks {
        padding-right: 1%
    }

        .headerLinks a {
            margin: 0 15px;
        }

    nav {
        margin-right: 0;
    }

    .topnav li ul {
        width: 100%;
        padding: 0;
    }

    .topnav li:hover ul {
        height: 180px;
        margin: 0;
        width: 96%;
        padding: 20px 2%;
    }

    .topnav ul ul ul {
        left: 1.4rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    section p, ul li {
        font-size: 1.1rem;
    }

    .dataSet .number {
        font-size: 3.2rem;
    }

    .leftBlock .content, .rightBlock .content {
        padding: 0 4rem;
    }

    .aboutHSM .content {
        width: 60%;
        margin: 0 15%;
    }

    .gallery .block {
        /*margin: 10px 10px 0 0;*/
    }

    .quote img.quoteIcon, .quote .rightBlock img.playIcon {
        width: 80px;
        height: auto;
    }

    .procurementPartner {
        /*padding: 50px 100px 70px;*/
    }

    .graybox .leftBlock {
        width: 22%;
        padding-left: 3%;
    }

    .graybox ul {
        margin-top: 0rem;
    }

    .transpImage ul {
        width: 68%;
    }

    .blog {
        margin: 4rem;
    }

    .gallery h2 {
        font-size: 1.6rem;
    }

    footer .topSection {
        width: 80%;
    }

    .footerContent {
        flex-basis: 30%;
    }

    .footerLinks {
        width: 40%;
    }

    footer .bottomLinks {
        top: 53px;
    }

    footer .footerLogo img {
        width: 90px;
    }

    .topnav li ul li a {
        margin: 0 1.3rem;
    }

    .headerLinks a.button {
        top: -3px;
    }
}

@media only screen and (max-width: 992px) {
    html {
        font-size: 14px;
    }

    body {
        font-size: 1rem;
    }

    .btn {
        margin: 0;
        min-width: auto;
        padding: 0.4rem 1rem;
        font-size: 0.75rem;
        white-space: nowrap;
    }

    .headerLogo {
        float: left;
        /*margin: 20px 20px;*/
        width: 250px;
    }

        .headerLogo img {
            width: 100%;
            height: auto;
        }

    .headerLinks {
        /*padding-right: 125px;*/
    }

        .headerLinks a {
            margin: 0 15px;
        }

    nav {
        margin-right: 0;
        margin-top: 25px;
    }

    .topnav li ul {
        width: 100%;
        margin: 0;
    }

    .topnav ul ul ul {
        top: 1.5rem;
        left: 1.4rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    section p, ul li {
        font-size: 1.1rem;
    }

    .banner .content p {
        width: 85%;
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    
    .banner .content p img{width:100%;height:auto;}

    .celebration .image {
        margin: 2rem auto;
    }

    .dataSet .number {
        font-size: 2rem;
        width:100px !important;
    }

    .dataSet .block {
        width: 40%;
    }

    .leftBlock .content, .rightBlock .content, .twocolumn .content {
        padding: 0 2rem;
        line-height: 1.5rem;
    }

    .procurement .leftBlock .content {
        padding: 2rem;
    }

    .leftBlock ul {
        width: 100%;
    }

    .quote .bottom {
        right: 5%;
    }

    .quote .leftBlock .content {
        padding: 2rem;
    }

    .quote .rightBlock img.playIcon {
        width: 25%;
        height: auto;
    }

    .aboutHSM .content {
        width: 60%;
        margin: 0 15%;
    }

    .gallery .block:first-child .content {
        padding: 1rem;
    }

    .gallery .block {
        /*margin: 10px 10px 0 0;*/
    }

    .circular .rightBlock .circle {
        padding: 0.5rem;
    }

    .quote img.quoteIcon, .quote .rightBlock img.playIcon {
        width: 70px;
        height: auto;
    }

    .ServiceBlocks .block h3 {
        font-size: 1.2rem;
    }

    .procurementPartner {
        /*padding: 50px 100px 70px;*/
    }

        .procurementPartner p {
            width: 100%;
        }

    .procurement .rightBlock .content {
        padding: 0 3rem;
    }

    .blackBox {
        padding: 1rem 3rem;
        line-height: 20px;
        margin: -100px auto 0;
    }

    .graybox li {
        background-size: 3%;
    }

    .procurement .rightBlock li {
        line-height: 1.6rem;
    }
    /*.blog .twocolumn {
        width: 70%;

    }

        .blog .twocolumn+.twocolumn {
        width: 30%;
    }*/
    .propertyOperations {
        padding: 3rem;
    }

        .propertyOperations ul {
            padding: 0
        }

    .services-solutions .image {
        height: 22rem;
    }

    .gallery h2 {
        font-size: 1.2rem;
    }

    .blog {
        margin: 2rem;
    }

        .blog .content {
            padding: 0;
        }

    footer .topSection {
        width: 100%;
    }

    .footerContent {
        flex-basis: 35%;
    }

    .footerLinks {
        width: 40%;
    }

    footer .bottomLinks {
        top: 30px;
        text-align: center;
    }

    .headerLinks a.button {
        top: -3px;
    }
    .close-btn {
        top: 25px !important;
    }
    .next img, .prev img {
        width: 100%;
        max-width: 25px !important;
    }
    .prev {
        left: 15px !important;
        top: 25px  !Important;
      
    }
    .next {
        left: 65px !important;
        top: 24px !important;
        right: unset !important;
    }

}

@media only screen and (max-width: 767px) {
    html {
        font-size: 12px;
    }

    body {
        font-size: 0.8rem;
    }

    .btn {
        padding: 10px 5px;
        width: 100%;
        font-size: 1rem;
    }

    .headerLogo {
        float: left;
        margin: 10px;
        width: 170px;
    }

        .headerLogo img {
            width: 100%;
            height: auto;
        }

    .headerLinks {
        /*padding-right: 125px;*/
    }

        .headerLinks a.button {
            padding: 8px 15px 10px;
        }

        .headerLinks a {
            margin: 0 8px;
        }

    nav {
        margin-right: 0;
    }

        nav li {
            display: block;
            padding: 0;
        }

    .topnav li:hover ul {
        background: none;
    }

    h2 {
        font-size: 1.5rem;
    }

    .banner h2 {
        font-size: 1.4rem;
    }

    .banner .content p {
        width: 85%;
        line-height: 2rem;
        margin: 0.5rem auto !important;
        font-size: 1.1rem;
    }

    .banner .image {
        /*height: 85vh;*/
        height: 40vh;
    }

    section p {
        font-size: 1rem;
    }

    .services {
        padding: 10px 10px 0;
    }

    .ServiceBlocks {
        display: block;
        position: relative;
        top: 9px;
    }

        .ServiceBlocks a {
            width: 30%;
            margin: 0px 2px 0;
        }

        .ServiceBlocks .block {
            margin: 3px 3px 0;
            display: inline-block;
        }

    .services p {
        width: 100%;
    }

    .dataSet {
        display: block;
        padding: 1rem;
    }

        .dataSet .text {
            margin-top: 2px;
            margin-left: 5px;
            line-height: 1rem;
            width: 50px;
        }

        .dataSet .block {
            margin: 2%;
            display: inline-flex;
            justify-content: center;
            width: 40%;
        }

        .dataSet .number {
            font-size: 2.5rem;
        }

    .leftBlock .content, .rightBlock .content, .twocolumn .content {
        padding: 1rem 2rem 2rem;
    }

    .successStories {
        padding: 3%;
        width: 94%;
    }

    a img {
        position: relative;
        top: 1px;
        width: 15px;
        height: auto;
    }

    .width65 {
        width: auto;
    }

    .aboutHSM .content {
        width: 90%;
        margin: 0 0%;
        padding: 1rem 5%;
        position: static;
    }

    .rightBlock, .aboutHSM .image, .successStories, .quote, .leftBlock, .supplierDiversity, .twocolumn {
        display: block;
    }

    section .umb-block-list {
        display: flex;
        flex-direction: column-reverse;
    }

    .leftBlock, .twocolumn {
        display: inline-flex;
        width: 100%;
    }

    .blog .twocolumn {
        width: auto !important;
    }

        .blog .twocolumn + .twocolumn {
            display: block;
        }

    .blog a.btnBluebg {
        margin: 0;
    }

    .supplierDiversity, .quote {
        display: flex;
        flex-direction: column-reverse;
    }

    .quote {
        margin: 3rem;
    }

        .quote .rightBlock img.playIcon {
            position: absolute;
            top: 35%;
            left: 37%;
            width: 50%;
            width: 20%;
            cursor: pointer;
        }

        .quote .rightBlock img.playIcon {
            width: 15%;
            height: auto;
        }

        .quote .top {
            position: relative;
            top: 0;
        }

        .quote .bottom {
            position: relative;
            bottom: 0;
        }

    .circular .rightBlock .circle {
        position: static;
        padding: 0.4rem;
        width: 40%;
        margin-top: 2rem;
    }

    .circular .leftBlock, .circular .rightBlock {
        width: 100%;
    }

    .quote img.quoteIcon {
        width: 40px;
        height: auto;
    }

    .quote .top {
        top: -10px;
    }

    .quote .bottom {
        left: 90%;
    }

    .supplyingExpertise {
        margin: 1rem 0;
    }

    .offering .image {
        padding: 0;
        width: 80%;
    }

    .offering h2 {
        margin: 0 auto 1rem;
        padding-top: 2rem;
        width: 75%;
    }

    .rightBlock {
        width: 100%;
    }

    .supplierDiversity .imageBlock {
        height: 300px;
        overflow: hidden;
    }

    .gallery {
        margin-bottom: 1rem;
        margin: 1%;
        width: 98%;
    }
        /*.gallery .block {
                margin: 4px 4px 0 0;
            }*/
        .gallery h2 {
            font-size: 0.7rem;
        }

        .gallery .block:first-child .content {
            padding: 0.5rem;
            display: flex;
        }

        .gallery .block .content a.btn {
            padding: 3px 1rem;
            min-width: auto;
        }

    .propertyOperations ul li {
        width: 44%;
        margin-right: 0;
        list-style-position: outside;
        padding-right: 3%;
    }

        .propertyOperations ul li::marker {
            margin-right: 5px;
        }

        .propertyOperations ul li:nth-child(3n) {
            border-right: 2px solid #05aae2;
        }

        .propertyOperations ul li:nth-child(2n) {
            border-right: 0;
            position: relative;
            left: 10%;
            width: 44%;
        }

    .propertyOperations hr {
        border-width: 1px;
    }

    .procurementPartner {
        /*padding: 20px 30px 30px;*/
    }

        .procurementPartner p {
            width: 100%;
        }

    .procurement .leftBlock .content {
        position: static;
    }

    .stayInformed .leftBlock {
        display: inline-flex;
    }

        .stayInformed .leftBlock .content {
            position: absolute;
        }

    .stayInformed .rightBlock .content {
        position: static;
    }

    .graybox {
        padding: 2rem;
    }

        .graybox .content {
            display: block;
        }

        .graybox .leftBlock {
            width: 100%;
            padding-left: 0%;
            display: block;
        }

        .graybox .rightBlock {
            width: 100%;
        }

        .graybox ul {
            padding-left: 1rem;
        }

    iframe {
        position: unset !important;
    }

    hr .border {
        border-top: 1px solid #575757;
    }

    .blackBox {
        width: 92%;
        padding: 0.5rem 4%;
        line-height: 20px;
        margin: 0px auto 0;
    }

    .supplyChain {
        padding: 1rem 3rem;
        line-height: 1.5rem;
    }

    .transpImage ul {
        width: 82%;
    }

        .transpImage ul li {
            line-height: 1.3rem;
            font-size: 0.85rem;
        }

    .showMobile {
        display: block;
    }

    .showWeb {
        display: none;
    }

    .mediaBlock {
        width: 100%;
    }

    .center-aligned {
        margin: 2rem 0;
    }

    .celebration .image {
        padding: 0;
    }

    .blog {
        margin: 2rem;
        line-height: 1.5rem;
        display: flex;
        flex-direction: column-reverse;
    }

        .blog .fixed {
            position: relative;
            top: -1rem;
            right: 0;
            width: 93%;
            background: #f8f7f3;
            padding: 1rem;
            float: none;
        }

        .blog .content {
            padding: 0;
        }

        .blog .btnset {
            margin-top: 1rem;
        }

        .blog .signup {
            display: block;
            float: none;
            position: relative;
            top: 0px;
            margin-top: 1rem;
        }

            .blog .signup img {
                top: 0;
            }

    .widget {
        width: 96%;
        margin: 1rem 0;
        margin-left: 1%;
    }

        .widget + .widget {
            margin-left: 1%;
            height: auto;
        }

    p.pd-text {
        width: 90%;
    }

    footer {
        padding: 20px 40px;
    }

    .footerLogo {
        text-align: center;
    }

    footer .topSection {
        width: 100%;
        display: block;
    }

    .footerContent {
        flex-basis: 30%;
    }

    .footerLinks {
        width: 80%;
        justify-content: space-between;
        padding: 1rem 0 !important;
        margin: 0 auto;
    }

    footer .bottomLinks a {
        top: -1px;
    }

    footer .footerLogo img {
        width: 80px;
        margin: 0 auto;
    }

    .topnav a {
        display: none;
    }

        .topnav a.icon {
            float: right;
            display: block;
            padding: 1rem;
            border: 0;
            position: absolute;
            top: 37px;
            right: -10px;
        }

    .topnav.responsive {
        /*position: relative;*/
        top: 2px;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: -8px;
            top: 39px;
        }

        .topnav.responsive a {
            float: none;
            padding: 10px;
            padding-left:25px;
            background: #333;
            display: block;
            text-align: left;
            border: 0;
        }
        .topnav.responsive a.icon{padding-left:10px;}

            .topnav.responsive a:first-child {
                position: relative;
                top: 0px;
                right: 2px;
            }

    .topnav li ul {
        top: 0rem;
        left: -126px;
        display: block;
    }

        .topnav li ul ul {
            display: none;
        }
    /* hide second level navigation in mobile view */
    .topnav li ul {
        display: none;
    }

        .topnav li ul li {
            border: 0;
            padding: 0;
            height: auto;
        }

    .topnav li a {
        margin: 0;
    }

    .topnav li ul li a {
        margin: 0;
    }

    .leadership .block {
        width: 40%;
        margin: 4%;
    }

    .blog-bottom-content {
        text-align: center;
        flex-direction: column-reverse;
    }

    .blog .signup img {
        top: 2px;
    }

    .services-solutions .image {
        height: 15rem;
    }

    .headerLinks a.button {
        top: 0;
    }
    .modal-profile-img {
        display: none;
    }
    .profile-detail-cnt p {
        font-size: 16px !important;
        line-height: 23px;
        margin-top: 20px;
    }
    .twocolumn.ContentBlock.modal-profile-content {
        margin: 0 !important;
    }
    .close-btn img {
        width: 100%;
        max-width: 23px !important;
    }
    .close-btn {
        top: 20px !important;
    }
    twocolumn.ContentBlock.modal-profile-content p {
        font-size: 16px !important;
    }
    .next img, .prev img {
        width: 100%;
        max-width: 20px !important;
    }

    .prev {
        left: 15px !important;
        top: 20px !Important;
    }

    .next {
        left: 50px !important;
        top: 20px !important;
        right: unset !important;
    }
}
/* -------------Themes------------*/
.bright-blue, .bright-blue .content, .bright-blue .leftBlock, .bright-blue .rightBlock, .white a.btnBluebg.bright-blue {
    background: #01b4cb;
    color: #fff;
}

.dark-blue, .dark-blue .content, .dark-blue .leftBlock, .dark-blue .rightBlock, .white a.btnBluebg.bright-blue:hover {
        background: #3cb693;
        color: #fff;
    }
    
.black, .black .content, .black .leftBlock, .black .rightBlock {
    background: #19233b;
    color: #fff;
}

.white, .white .content, .white.content, .white .blackBox, .white .leftBlock, .white .rightBlock {
    background: #fff;
    color: #19233b;
}

.lightgray, .lightgray .content, .lightgray.content, .lightgray .blackBox, .lightgray .leftBlock, .lightgray .rightBlock {
    background: #ededee;
    color: #19233b;
}

.purple {
    background: #84235E;
}

.magenta {
    background: #CE3262;
}

.orange {
    background: #EF7622;
}

.deep-purple {
    background: #752e5c;
}

.gold {
    background: #dca327;
}

.gray {
    background: #828282;
}

.block .content, .banner .content, .black .swiper-slide {
    background: none;
}

.dark-blue .block .overlay, .bright-blue .block .overlay, .black .blackBox {
    background: #000;
}

.bright-blue .rightBlock a.btn, .dark-blue .blackBox, .btnDarkBlueborder:hover, .bright-blue .btnBlueborder:hover, .white a.btnBlueborder:hover, .lightgray a.btnBlueborder:hover, .bright-blue .verticalSeprator {
    background: #097bbe;
}

.white .rightBlock .circle, .dark-blue .rightBlock a.btn, .btnBlueborder:hover, .bright-blue .btnDarkBlueborder:hover {
    background: #097bbe;
}

.dark-blue a.btn, .black a.btn, .white a.btn, .lightgray a.btn, .btnBlueborder, .dark-blue hr.border, .dark-blue h3.border, .dark-blue .block {
    border-color: #097bbe;
}

.bright-blue a.btn, .btnDarkblueborder, .bright-blue li:has(>span.column) {
    border-color: #097bbe;
}

.dark-blue p.border {
    border-color: #ededee;
}

.dark-blue h2, .dark-blue p, .dark-blue a.btn, .white .block h3, .lightgray .block h3, .bright-blue ul li, .white .leftBlock .image + .content, .lightgray .leftBlock .image + .content, .white .rightBlock .image + .content, .lightgray .rightBlock .image + .content {
    color: #fff;
}

    .dark-blue p a, .black p a, .white p a, .lightgray p a {
        color: #ffffff;
    }

.lightgray a.btn, .white a.btn, .white .leftBlock li, .lightgray .leftBlock li {
    color: #000;
}

.bright-blue p a, .bright-blue .swiper-button-next, .bright-blue .swiper-button-prev, .bright-blue ul li::before, .bright-blue li a, .bright-blue h3.border {
    color: #097bbe;
}

.lightgray .rightBlock a.btn, .white .rightBlock a.btn, .black .rightBlock a.btn, .bright-blue .blackBox, .white a.btnBlueborder, .lightgray a.btnBlueborder {
    background: #097bbe;
    color: #fff;
}

.dark-blue .umb-block-list a.btn, .bright-blue .umb-block-list a.btn, .black .umb-block-list a.btn {
    background: none;
    color: #fff;
}

.white .umb-block-list a.btn, .lightgray .umb-block-list a.btn {
    background: none;
    color: #19233b;
}

.bright-blue .leftBlock ul {
    /*border-top: 1px solid #104C97;*/
}

.bright-blue li .arrow {
    background: url("/images/cta-arrow-dark.png") left no-repeat;
}

.bright-blue li .check-mark {
    background: url("/images/check-mark-dark.png") left 5px no-repeat;
}

.bright-blue li .line {
    border-bottom: 1px solid #104C97;
}

.bright-blue li:first-child .line {
    border-top: 1px solid #104C97;
}

.bright-blue li .bullet:before, .bright-blue .name, .bright-blue hr {
    color: #104C97;
}

.bright-blue hr, .bright-blue .block {
    border-color: #104C97;
}

.dark-blue li {
    filter: contrast(1);
}

.bright-blue p.border img, .bright-blue .icon img {
    filter: brightness(0.5);
}

.bright-blue .rightBlock .content li {
    filter: brightness(1);
}

.bright-blue .leftBlock li {
    /*filter: brightness(1);
        border-bottom: 1px solid #104C97;*/
}

.black .quoteIcon, .dark-blue .quoteIcon {
    filter: brightness(2);
}
/* -------------Themes------------*/
/*-------------Contact Form ------*/
.row {
    margin-left: -1.5em;
    margin-right: -1.5em;
    display: flex;
    flex-wrap: wrap;
}

/*stack row class on mobile*/
@media only screen and (max-width: 767px){
.row.stacked{flex-direction:column;}
}

form .row {
    margin-bottom: 1em;
}

form .col {
    padding: 0 2em;
}

.w-sm-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.col {
    padding-left: 1.5em;
    padding-right: 1.5em;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

.col > p{
    margin-top:0;
}

label {
    padding: 0.75em 1em 0.75em 0;
    font-size: 1em;
    text-align: left;
    font-weight: 700;
}

.input, .k-widget.k-datepicker .k-input, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
    word-break: normal;
    background-color: #fff;
    border: 2px solid #ececec;
    font-size: .875em;
    padding: 1em;
}

select {
    /* -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;*/
    white-space: nowrap;
    word-break: normal;
    background-color: #fff;
    border: 2px solid #ececec;
    font-size: .875em;
    padding: 1em;
}

.contact .container-form {
    margin: 3em auto;
    text-align: center;
}

section.contact a {
    color: #097bbe;
}

div.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.container-form {
    max-width: 53em;
}

.contact-errors {
    display: inline-block;
    border: 2px solid #cd3262;
    color: #cd3262;
    font-size: .875em;
    font-weight: 700;
    padding: 1.5em 3em;
    text-align: left;
}

.contact-errors--hide {
    display: none;
}

.toggle {
    position: relative;
    padding: 0.25em;
    text-align: left;
}

.toggle__input {
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #ececec;
    margin-right: 0.5em;
    position: relative;
    flex-shrink: 0;
    vertical-align: top;
    display: inline-block;
}

.contact-project > .contact-project-field.row, .contact-purchasing-program > .contact-purchasing-program-field.row, .contact-existing-customer > .contact-existing-customer-field.row {
    max-height: 1000px;
    margin-bottom: 1em
}

    .contact-project > .contact-project-field.row input, .contact-project > .contact-project-field.row select, .contact-purchasing-program > .contact-purchasing-program-field.row input, .contact-purchasing-program > .contact-purchasing-program-field.row select, .contact-existing-customer > .contact-existing-customer-field.row input, .contact-existing-customer > .contact-existing-customer-field.row select {
        visibility: visible;
        margin-bottom: 1px;
        padding: 1em;
        height: auto
    }

.contact-project-field.row, .contact-purchasing-program-field.row, .contact-existing-customer-field.row {
    max-height: 0;
    margin-bottom: 0;
    transition: max-height 500ms;
    overflow: hidden
}

    .contact-project-field.row input, .contact-project-field.row select, .contact-purchasing-program-field.row input, .contact-purchasing-program-field.row select, .contact-existing-customer-field.row input, contact-existing-customer-field.row select {
        visibility: hidden;
        padding: 0;
        height: 0
    }

.toggle__input:before {
    transition: transform .25s cubic-bezier(.14, .58, .18, 1);
    content: ' ';
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    background: #097bbe;
    transform: scale(0)
}

:checked ~ .toggle__input:before {
    transform: scale(1)
}

:focus ~ .toggle__input {
    outline: thin solid currentColor
}

.toggle label {
    font-size: 1em;
    cursor: pointer;
    padding: 0;
    font-weight: 600;
    text-transform: none;
    display: flex
}

    .toggle label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: auto
    }

.input-robot, input-robot {
    display: none;
}

textarea {
    overflow: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #ececec;
    padding: 1em;
    font-size: .875em;
    resize: none;
    max-width: 100%;
    min-height: 10.5em;
}

.contact-buttons {
    margin-top: 2em;
    text-align: left;
}

.loader {
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    display: none;
    top: 0
}

.loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.loader-animation {
    position: relative
}

.loader-circle {
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background: #333;
    opacity: .2
}

.loader-circle--0 {
    animation: circle-anim-0 1s cubic-bezier(.9, 0, 1, .85) infinite
}

.loader-circle--1 {
    animation: circle-anim-1 1s cubic-bezier(.9, 0, 1, .85) infinite
}

.loader-circle--2 {
    animation: circle-anim-2 1s cubic-bezier(.9, 0, 1, .85) infinite
}

.loader-circle--3 {
    animation: circle-anim-3 1s cubic-bezier(.9, 0, 1, .85) infinite
}

.loader-circle--4 {
    animation: circle-anim-4 1s cubic-bezier(.9, 0, 1, .85) infinite
}

.loader-circle--5 {
    animation: circle-anim-5 1s cubic-bezier(.9, 0, 1, .85) infinite
}

.loader-circle--6 {
    animation: circle-anim-6 1s cubic-bezier(.9, 0, 1, .85) infinite
}

.loader-circle--7 {
    animation: circle-anim-7 1s cubic-bezier(.9, 0, 1, .85) infinite
}

.loader-circle--0 {
    top: -2em
}

.loader-circle--1 {
    top: -1.4em;
    right: -2.4em
}

.loader-circle--2 {
    right: -3em
}

.loader-circle--3 {
    top: 1.4em;
    right: -2.4em
}

.loader-circle--4 {
    top: 2em
}

.loader-circle--5 {
    top: 1.4em;
    right: .4em
}

.loader-circle--6 {
    right: 1em
}

.loader-circle--7 {
    top: -1.4em;
    right: .4em
}

@keyframes circle-anim-0 {
    0% {
        opacity: 1
    }

    12.5% {
        opacity: .2
    }
}

@keyframes circle-anim-1 {
    11.5%, 25% {
        opacity: .2
    }

    12.5% {
        opacity: 1
    }
}

@keyframes circle-anim-2 {
    24%, 37.5% {
        opacity: .2
    }

    25% {
        opacity: 1
    }
}

@keyframes circle-anim-3 {
    36.5%, 50% {
        opacity: .2
    }

    37.5% {
        opacity: 1
    }
}

@keyframes circle-anim-4 {
    49%, 62.5% {
        opacity: .2
    }

    50% {
        opacity: 1
    }
}

@keyframes circle-anim-5 {
    61.5%, 75% {
        opacity: .2
    }

    62.5% {
        opacity: 1
    }
}

@keyframes circle-anim-6 {
    74%, 87.5% {
        opacity: .2
    }

    75% {
        opacity: 1
    }
}

@keyframes circle-anim-7 {
    86.5%, to {
        opacity: .2
    }

    87.5% {
        opacity: 1
    }
}

.loader {
    position: absolute;
    border-radius: 2em;
    font-size: .875em
}

.loader-button {
    position: relative
}

    .loader-button.is-active .loader {
        display: block
    }

.loader-animation {
    top: -.5em;
    left: -.5em
}

.loader-wrapper {
    transform: scale(.6)
}

.contact p.pd-text label {
    display: block;
    color: #333;
    font: 1rem "Proxima", Arial;
    font-weight: 700;
}

p.pd-text input {
    width: 91%;
}

p.submit {
    text-align: left;
}

    p.submit input {
        padding: 0.6rem 1rem;
        font-size: .875em;
        border-radius: 2rem;
        margin: 1rem 0 1rem 2rem;
        display: inline-block;
        min-width: 7rem;
        text-align: center;
        line-height: normal;
        border: 1px solid;
        background: #097bbe;
        color: #fff;
        transition: background 500ms;
    }

        p.submit input:hover {
            background: #104C97;
        }

.input--error, .k-widget.k-datepicker .k-input.input--error, input--error {
    border: 2px solid #cd3262;
}

.k-widget.k-datepicker {
    width: 100%
}

    .k-widget.k-datepicker .k-input {
        line-height: 1;
        padding: 0
    }

.contact-project .k-widget.k-datepicker .k-input {
    padding: 0 1em;
    height: 3em
}

.k-widget.k-datepicker .k-input:focus {
    outline: thin solid currentColor
}

.k-widget.k-datepicker .k-select {
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3em
}

.k-widget.k-datepicker .k-state-default {
    border: none;
    background: 0 0;
    padding: 0 4.5em 0 0
}

.k-widget.k-datepicker .k-state-focused {
    box-shadow: none
}

div.k-calendar-container.k-state-border-up {
    border-radius: 0
}

div.k-calendar-container .k-calendar .k-link {
    padding: 0;
    border-radius: 0;
    text-align: center
}

div.k-calendar-container .k-calendar .k-footer {
    padding: .5em 0
}

div.k-calendar-container .k-calendar a, div.k-calendar-container .k-calendar td {
    box-shadow: none;
    border-radius: 0
}

    div.k-calendar-container .k-calendar a.k-today, div.k-calendar-container .k-calendar td.k-today {
        background: #ebebeb
    }

    div.k-calendar-container .k-calendar a.k-state-hover, div.k-calendar-container .k-calendar td.k-state-hover {
        background: #d2d2d2
    }

    div.k-calendar-container .k-calendar a.k-state-selected, div.k-calendar-container .k-calendar td.k-state-selected {
        background: #097bbe
    }

.contactInfo .content {
    display: flex;
}
/*MH Contact */
@media only screen and (max-width: 767px) {
.contactInfo .content{display: block;}
}

.contactInfo .leftBlock, .contactInfo .rightBlock {
    width: 50%;
    display: inline-block;
}

    .contactInfo .rightBlock p {
        margin: 0;
    }
/*-------------Contact Form ------*/
h3.border {
    border-bottom: 2px solid #575757;
    color: #097bbe;
    text-transform: uppercase;
}

.quoteContent .leftBlock {
    width: 100%;
}
/*-------------RTEStyle-----------*/
li:first-child .line {
    border-top: 1px solid #097bbe;
    padding: 1rem 0 1rem 0;
    display: inline-block;
    width: 100%;
}

.bullet:before {
    content: "\2022";
    color: #097bbe;
    margin-left: -1rem;
    width: 1rem;
    display: inline-block;
}
/*-------------RTEStyle-----------*/









li:has(>span) {
    list-style-type: none;
}


ul:has(span.column) {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 0;
}

li:has(>span.column) {
    width: 29%;
    border-right: 2px solid #097bbe;
    margin-right: 2%;
    margin-left: 2%;
    position: relative;
    left: 3%;
    list-style-type: disc;
}

ul:has(span.column) li:nth-child(3n) {
    border-right: 0;
}
/**--RTE style--*/
li span {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    li:has(>span.column) {
        width: 44%;
        margin-right: 0;
        padding-right: 3%;
        left: 0;
    }

    ul:has(span.column) li:nth-child(3n) {
        border-right: 2px solid #05aae2;
    }

    ul:has(span.column) li:nth-child(2n) {
        border-right: 0;
        left: 10%;
    }

    .bright-blue ul:has(span.column) li:nth-child(3n) {
        border-color: #104C97;
    }

    .translator {
        display: inline-flex;
        position: relative;
        top: 3px;
    }
}

.error-massage {
    text-align: center;
    width: 100%;
    color: red;
    font-family: "loew-variable", sans-serif;
    font-size: 2.5rem;
}

h2.text-error {
    font-family: 'Proxima';
    font-size: 1.5rem;
    color: #333;
}

.verticalSeprator {
    width: 0.25rem;
    height: 4rem;
    margin: 0 auto;
    background: #097bbe;
}

.horizontalSeprator {
    border-bottom: 2px solid #7f7f7f;
    padding: 0rem 0 1rem;
}

.player {
    max-width: auto !important;
    height: auto !important;
}

.g-recaptcha iframe {
    position: static;
}

.mediaBlock.lightgray {
    height: auto;
}
/*Leadership Page*/
.profile-image,.profile-image:hover,.profile-imageactive,.profile-imageactive:hover  {
    cursor: pointer;
}

.leadership .block {
    position: relative;
}

.hover-inner-block {
    position: absolute;
    left: -20px;
    right: 0;
    top: -22px;
    bottom: 0;
    padding: 20px;
    background: rgba(35,35,35,.8);
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -webkit-transition: -webkit-transform .6s,opacity .3s;
    -moz-transition: -moz-transform .6s,opacity .3s;
    -webkit-transition: opacity .3s,-webkit-transform .6s;
    transition: opacity .3s,-webkit-transform .6s;
    -moz-transition: transform .6s,opacity .3s,-moz-transform .6s;
    transition: transform .6s,opacity .3s;
    transition: transform .6s,opacity .3s,-webkit-transform .6s,-moz-transform .6s;
    font-size: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.block:hover .hover-inner-block {
    opacity: 1;
    transform: scale(0.86);
    /* -webkit-transform: scale(0.86); */
    -moz-transform: scale(0.86);
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 5%;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 800px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*  max-height: calc(100vh - 70px);*/
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 30px;
    top: 40px;
    cursor: pointer;
    z-index: 99999999999999999999;
    font-size: 30px;
    color: #fff;
    font-size: 80px;
}

.custom-model-wrap .twocolumn.ContentBlock {
    margin: 20px;
}

.custom-model-wrap .umb-block-list {
    display: flex;
    align-items: center;
}


.twocolumn.ContentBlock.modal-profile-content {
    flex-direction: column;
}

    .twocolumn.ContentBlock.modal-profile-content img {
        object-fit: unset;
        width: 100%;
        max-width: 30px;
    }

.twocolumn.ContentBlock.modal-profile-content p {
    margin: 0;
}

.close-btn img {
    width: 100%;
    max-width: 30px;
}

.profile-detail-cnt p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
}

section.container.leadership.white.center {
    position: relative;
}

.prev {
    position: fixed;
    z-index: 99999999;
    left: 14%;
    top: 45%;
    font-size: 58px;
    display: none;
}

.next {
    position: fixed;
    z-index: 99999999;
    right: 14%;
    top: 45%;
    font-size: 58px;
    display: none;
}

    .next img, .prev img {
        width: 100%;
        max-width: 45px;
    }

    .next.open, .prev.open {
        display: block;
    }

.hideScroll {
    overflow: hidden;
}

span.title-line {
    display: block;
    width: 100%;
    max-width: 100px;
    height: 1px;
    background: skyblue;
    margin-top: 15px;
}

.hover-inner-block {
    position: absolute;
    left: -20px;
    right: 0;
    top: -22px;
    bottom: 0;
    padding: 20px;
    background: rgba(35,35,35,.8);
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -webkit-transition: -webkit-transform .6s,opacity .3s;
    -moz-transition: -moz-transform .6s,opacity .3s;
    -webkit-transition: opacity .3s,-webkit-transform .6s;
    transition: opacity .3s,-webkit-transform .6s;
    -moz-transition: transform .6s,opacity .3s,-moz-transform .6s;
    transition: transform .6s,opacity .3s;
    transition: transform .6s,opacity .3s,-webkit-transform .6s,-moz-transform .6s;
    font-size: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.block:hover .hover-inner-block {
    opacity: 1;
    transform: scale(0.86);
    /* -webkit-transform: scale(0.86); */
    -moz-transform: scale(0.86);
}
/*Leadership Page End*/
















/** MH Header updates **/
.headerLinks.black{position:relative;}
.headerLinks i:hover{cursor:pointer;color:#097bbe;}
.headerLinks i{margin:0 25px}
.dynamicTranslator{
    display:none;  
    position:relative;
}
.dynamicTranslator ul{
    position:absolute;
    font:1.1rem "Proxima", Arial;
    margin:0;
    top:8px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color:#19233b;
    list-style-type:none;
    margin-bottom:10px;
    padding:10px 10px 0 10px;
    text-align:center;
    font-size:1rem;
    z-index:400;
}
 .dynamicTranslator ul li{font-size:1rem;}
.dynamicTranslator ul li:hover{color:#097bbe;text-decoration:underline;cursor:pointer;}
 .dynamicTranslator ul li a{display:inline-block;margin:0;width:100%}

/**MH footer updates**/
.footerContent{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footerContent > div{
    display:flex;
    justify-content:flex-end;
    width: 70%;
}
.footerContent > div:first-child{width:30%}

.goog-te-gadget,.footerContent a.buttonLink{width:100%;}

#google_translate_element{
    visibility: hidden;
    margin-top:.6rem;
}

.footerContent a img{top:.25rem}

.translator select.goog-te-combo{
    font:1.1rem "Proxima", Arial;
    line-height:1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-radius: 25px;
    border: 1px solid #097bbe; 
    color:#ffffff;
    background-color:#19233b;
    padding: 12px 12px;
    text-align-last:center;
}

.translator select.goog-te-combo::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.translator select.goog-te-combo::-webkit-scrollbar-track {
    background-color: #097bbe;
}

.translator select.goog-te-combo::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}


/*MH Footer Mobile*/
@media only screen and (max-width: 767px) {
    .footerLinks div{flex-basis: 100%;}
    .footerLinks div:first-child{text-align: right;padding-right: 10px;}
    .footerLinks div:last-child{padding-left: 10px;}

    .footerContent > div,.footerContent > div:first-child{width: 100%;}
    .footerContent > div:first-child{justify-content: center;padding-bottom: 1rem;margin-top: 0;}
    footer .topSection > .footerContent{padding-top:0;}
    .footerContent a img{top:0;left:0;}
    .translator{display: none;}
}

/*MH Service Blocks*/
@media only screen and (max-width: 767px) {
    .ServiceBlocks{padding-bottom: 1rem;}
    .ServiceBlocks a{width: 45%;}
    .ServiceBlocks .block img{height: 109px;width: 160px;}
}

.goog-logo-link,#google_translate_element span {
    display:none !important;
} 

.goog-te-gadget .goog-te-combo{margin:0;}
    
.goog-te-gadget{
    color: transparent !important;
}
.copyright{margin-top:0;}

/*MH Hide login button */
/*.headerLinks a:nth-child(2){display: none;}*/















/*MH Smart Spend */
.whiteBG a{color:#000;}

.coupa img{max-width:100%;}
.row.coupa h2{margin-top:0;}
.row.coupa{border-bottom: 1px dashed;margin-bottom: 25px;padding-bottom: 25px;}
@media only screen and (max-width: 767px) {
    .row.coupa,.row.coupa .col{display:block;}
    .row.coupa{padding-left:14px;padding-right:14px;}
    .row.coupa .col{padding:0;}
    .row.coupa img{width:100%;}
    .row.coupa .w-sm-50{width:100%;}
}
.row.coupa .col + .w-sm-50{background-color: #097bbe;padding:25px; align-items: center;  justify-content: center;}
.row.coupa .col + .w-sm-50 img{margin-left:auto;margin-right:auto;}
@media only screen and (max-width: 767px) {
    .row.coupa .col + .w-sm-50{margin-left:-26px;}
}

.smartSpend .col{flex-direction:initial;align-items:center;}
.smartSpend .col a img{display:flex;width:100px;margin-right:25px;}
@media only screen and (max-width: 767px) {
.smartSpend .row{display: block;}
.smartSpend .col{margin-top:25px;}
}
@media only screen and (max-width: 767px) {
        .container .content h1 {font-size: 1.5rem;margin-bottom:0 }
}
.smartSpend .row .col h3{margin-bottom:10px;}
.smartSpend .row .col p{font-size:.8em;font-style:italic;display:block;line-height: 1;margin-top: 0;}
.container.dark-blue .smartSpend a{color:#ffffff;}

.breadCrumbs{padding: 1rem 3rem;}
.breadCrumbs a{color: #097bbe;
    text-decoration: underline;
    
    
}

.container:has(.content .coupa){
    padding-top:1px;
    padding-bottom:1px;
}

/*end smart spend*/





.visible-mobile{display:none;}

@media only screen and (max-width: 767px) {
        .container .content h1 {font-size: 2rem;margin-bottom:0 }
        .hidden-mobile{display:none;}
        .visible-mobile{display:block;}
}


/*MH Full width video*/
.videofullwidth .umb-block-list{
flex-direction: column-reverse;
}

.videofullwidth .umb-block-list > div{
width: 100%;
}

.videofullwidth  #vidBox{width: 80%;margin-left: auto;margin-right: auto;padding-bottom: 68px;}
.mediaBlock.Full{width:100%;}

/*MH Headline Syles*/
.container:has(.content .subHeadline){padding-bottom:0;}
.content .subHeadline{margin-bottom:0;}


/*Home page video*/
#videCont{height:100%;}
#videCont video{width:auto;}

.mediaBlock.lightgray:has(#vidBox){width:54%;}

@media only screen and (max-width: 1340px){
    .mediaBlock.lightgray:has(#vidBox) + .ContentBlock .content{padding:0 20px;}
    .mediaBlock.lightgray:has(#vidBox){width:67%;}
}
@media only screen and (max-width: 1200px){
    .mediaBlock.lightgray:has(#vidBox){width:74%;}
}
@media only screen and (max-width: 1000px){
    .mediaBlock.lightgray:has(#vidBox){width:67%;}
    .mediaBlock.lightgray:has(#vidBox),#videCont video{width:100%;}  
}

/** MH Header updates **/
.headerLinks.black{position:relative;}
.headerLinks i:hover{cursor:pointer;color:#097bbe;}
.headerLinks i{margin:0 25px}
.dynamicTranslator{
    display:none;  
    position:relative;
}
.dynamicTranslator ul{
    position:absolute;
    font:1.1rem "Proxima", Arial;
    margin:0;
    top:8px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color:#19233b;
    list-style-type:none;
    margin-bottom:10px;
    padding:10px 10px 0 10px;
    text-align:center;
    font-size:1rem;
}
 .dynamicTranslator ul li{font-size:1rem;}
.dynamicTranslator ul li:hover{color:#097bbe;text-decoration:underline;cursor:pointer;}
 .dynamicTranslator ul li a{display:inline-block;margin:0;width:100%}

/**MH footer updates**/
.footerContent{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footerContent > div{
    display:flex;
    justify-content:flex-end;
    width: 70%;
}
.footerContent > div:first-child{width:30%}

.goog-te-gadget,.footerContent a.buttonLink{width:100%;}

#google_translate_element{
    visibility: hidden;
    margin-top:.6rem;
}

.footerContent a img{top:.25rem}

.translator select.goog-te-combo{
    font:1.1rem "Proxima", Arial;
    line-height:1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-radius: 25px;
    border: 1px solid #097bbe; 
    color:#ffffff;
    background-color:#19233b;
    padding: 12px 12px;
    text-align-last:center;
}

.translator select.goog-te-combo::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.translator select.goog-te-combo::-webkit-scrollbar-track {
    background-color: #097bbe;
}

.translator select.goog-te-combo::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}

.goog-logo-link,#google_translate_element span {
    display:none !important;
} 

.goog-te-gadget .goog-te-combo{margin:0;}
    
.goog-te-gadget{
    color: transparent !important;
}
.copyright{margin-top:0;}

/*MH Hide login button */
/*.headerLinks a:nth-child(2){display: none;}*/
/*Insights page - home page*/
.blog .InsightsList-gallery-content a,.home-gallery a{text-decoration:none;color:#fff;}
.blog .InsightsList-gallery-content .content > div,.home-gallery .content > div{flex:1;width:100%;position:relative;}
.home-gallery .content > div{flex:2 1 auto;}
.blog .InsightsList-gallery-content .content h2,
    .blog .InsightsList-gallery-content .content h2 a,
    .home-gallery .content h2,
    .home-gallery .content h2 a
    {height:100%;display:block;margin:0}
.blog .InsightsList-gallery-content .content h2 a,.home-gallery .content h2 a{display:flex;align-items:end;}

.blog .InsightsList-gallery-content .content:hover a.btn,.home-gallery .content:hover a.btn{background: #097bbe}
.blog .InsightsList-gallery-content .insightsFull,.home-gallery .insightsFull{position:absolute;width:100%;height:100%;}

.home-gallery .content{display:flex;height:100%;}

/*MH webp changes*/
section.container.center-aligned picture{display:flex;}















@media only screen and (max-width: 767px){
 .banner .image {
        height: 85vh;
    }
     .banner .image:has(picture){         height: auto;}
    section.container.center-aligned picture{display:block;}
    
    .services-solutions .image{height:16rem;}
    
    .btn{width:90%;background-color:#097bbe;}
    
    .bright-blue .btnBlueborder{background-color:transparent;}
}

.banner h2 {
    width: 85%;
}

.widget-content-date h4{display:block;margin:10px 0;}








.longFormat p:has(strong){margin:0;}
.longFormat p{margin-top:0;}
.blackP p strong,.blackP h1{color:#000000;}
.bright-blue .blackP a{color:#ffffff;font-weight:bold;}
.longFormat.blackP ol li{margin:10px 0;}
.longFormat.blackP ol li:first-child{margin-top:0;}



/** new mobile nav style overwrite current*/
 .topnav a i{visibility: hidden;display:none;}
@media only screen and (max-width: 767px){
    nav ul {
        max-width:600px;
        width:100%;
        background-color:#333;
        display:none;
        padding-left:0;
    }
    
    nav .responsive ul {
        display:block;
    }
    
    nav li{position:relative}
    
    .topnav li ul li a.active{color:#ffffff;}
    
    .topnav.responsive a{text-align:left;}
    .topnav.responsive a i{margin-left:20px;color:#cccccc;visibility: visible;display:inline;};
    .topnav.responsive .selected > a, 
    .topnav.responsive .selected .subMobile > a,
    .topnav.responsive .selected > span,
    .topnav.responsive .selected .subMobile > span{color:#097bbe;}
    .topnav.responsive > a, .topnav.responsive .navSecond li > a{color:#ffffff;}
    
    .topnav.responsive .menu-item-has-children > a, .topnav.responsive .sub-menu > li > a{width:50%;}
    
    .topnav li ul{display:block;width:auto !important;}
    .topnav li ul li ul li a{width:auto;}
    
    /*.menu-item-has-children > a:has(+ ul),.sub-menu > li a:has(+ ul){pointer-events:none;}
    .menu-item-has-children > a::after,
    .sub-menu > li a:has(+ ul)::after,
    .topnav.responsive .sub-menu .subMobile ul li a
    {pointer-events: auto;}
    */
    
    
   /* .menu-item-has-children > a:has(+ ul)::after,.sub-menu > li a:has(+ ul)::after{
    font-family: FontAwesome;
    content: "\f054";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-left:15px;
    }
    
    .topnav.responsive .sub-menu .subMobile > a::after,.topnav.responsive .menu-item-has-children.selected > a::after{
        font-family: FontAwesome;
        content: "\f078";
        transition: opacity 0.4s ease;
    }
    
    
    
    
    .topnav.responsive .sub-menu .subMobile ul li a::after{ content: unset;}*/
    
    .menu-item-has-children .sub-menu{
        position:relative;
        height:auto;
        padding:0;
        left:0px;
        right:0;
        padding-left: 0!important;
        padding-top: 0!important;
    }
    .topnav li:hover ul{width:100%;height:auto;padding-bottom:0}
    .topnav.responsive .sub-menu a,.topnav.responsive .sub-menu a:first-child{margin-right:8px;padding-right:34px;}
    .topnav.responsive .sub-menu .subMobile ul li a{padding:5px 68px 5px 0; padding-right:68px;}
    .topnav li:hover ul ul,.topnav li ul ul{opacity:1;}
    .topnav .subMobile ul{
    opacity:1;
    visibility: visible;
    display: block;
    position: relative;
    top:0;
    padding-top:0 !important;
    left:28px;
    max-height:500px;
    }
    
    .topnav ul ul li:first-child ul,.topnav .subMobile .navThird{padding-left:48px;left:0}
    
    .topnav a.icon{font-size:2.2rem;right:-12px}
    .topnav.responsive .icon{right:-10px;}
    nav ul {top:80px}
    
    .topnav .menu-item-has-children.selected .sub-menu{
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    padding-right:0;
    padding-left:25px !important;
    left:0;
    }
    
    .topnav .menu-item-has-children .sub-menu{
        visibility: hidden;
        opacity: 0;
        max-height: 0px;
    }
    nav li span i.fa-solid{font-weight:300;padding: 0 20px 10px 5px;}
    
    nav li span{
    position:absolute;
    font-size:2rem;
    right:10px;
    top:10px;
    width:38px;
    height:44px;
    color:#ffffff;
    text-align:center;
    display:block !important;
    }
    
}
nav li span{display:none;}
/** end mobile**/














ul.check-list{list-style-type:none;padding-left:30px;}
ul.check-list li{text-indent:-30px;}
ul.check-list li::before {
    content: "\f00c";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #097bbe;
}















/**MH alternating rows**/

:root{
        --light-blue:#097bbe;
        --altRow-small:30%;
        --altRow-wide:70%;
    }
  .altRowContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .altRowContainer img{width:100%;}
  
  .altRowContainer .altRow {
    display: flex;
    width: 100%;
  }
  @media only screen and (max-width: 767px){
      .altRowContainer .altRow {
       flex-wrap:wrap;
    }
    .altRowContainer .altRow:nth-child(even) {
        flex-direction: column-reverse;
    }
  }
  
  .altRowContainer .altRow div {
    padding: 10px;
    box-sizing: border-box;
  }
  
  .altRowContainer .altRow div h2{color:var(--light-blue);
  margin:0;padding:0;
  font-size:2.8rem;
  display:inline-block;
  vertical-align: middle;
  }
  
  .altRowContainer .altRow div p{margin-top:15px;}
@media only screen and (min-width: 767px){
  .altRowContainer .altRow:nth-child(even) > div:first-child {
    width: var(--altRow-wide);
  }
  
  .altRowContainer .altRow:nth-child(even) > div:last-child {
    width: var(--altRow-small);
  }
  
  .altRowContainer .altRow:nth-child(odd) > div:first-child {
    width: var(--altRow-small);
  }
  
  .altRowContainer .altRow:nth-child(odd) > div:last-child {
    width: var(--altRow-wide);
  }
}
  .altRowContainer .altRow div div{width:100%;display: inline-block;}
  .altRowContainer .altRow div div img{width:auto;vertical-align:middle;padding-right:5px;}












/**remove zoom on BG header image **/
@media only screen and (min-width: 767px){
.container:has(.conference) .banner .image{height:auto;}
.conference{padding-top:50px;}
}

.conference,.conference h2{
    font-family: "loew-variable", sans-serif;
    font-variation-settings: "ital" 0, "wght" 300, "wdth" 100;
}
.banner .content .conference p{line-height:2.2rem}
.conference h2{ font-variation-settings: "ital" 0, "wght" 500, "wdth" 100;}















/*content collapse*/
.content .collapse{display: none;}
.content .collapse img{max-width: 100%}
.content:has(.collapse) h1:hover{cursor: pointer;color:#cccccc;}
.content:has(.collapse) h1:after {
    content: "\f107";  
    font-family: FontAwesome;
    padding-left: 25px;
 }














da

/**umb_name:small-heading*/
.small-heading {
	margin: 2.5rem 0 0;
	font: 1.3rem "Proxima", Arial;
	font-weight: bold;
	display: block;
}

/**umb_name:line*/
.line {
	border-bottom: 1px solid #097bbe;
	padding: 1rem 0 1rem 0;
	display: inline-block;
	width: 100%;
}

/**umb_name:arrow*/
.arrow {
	background: url("/images/cta-arrow.png") left no-repeat;
	list-style: none;
	padding-left: 2rem;
}

/**umb_name:bullet*/
.bullet {
}

/**umb_name:check-mark*/
.check-mark {
	background: url("/images/check-mark.png") left 5px no-repeat;
	list-style: none;
	padding-left: 2rem;
}

/**umb_name:3-column-bullet*/
.column {
	display: block;
}

/**umb_name:H1*/
.container h1 {
	font: 3rem "loew-variable", sans-serif;
}
/*
    Created on : 2016-12-16, 13:40:46
    Author     : Sławomir Netteria.NET https://netteria.net
*/

#closer_videopopup{
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;


    z-index: 100004;
}
#opct{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}
#videCont{
    position: relative;
    padding-bottom: 0px; /* 16:9 */
    padding-top: 0px;
    /*height: 0;*/
    margin: auto;
    /*max-width: 720px;*/
    /*height: 0;*/
    /*height: auto !important;*/
}
#yt_video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
iframe{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}
video{
    position: static;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;

}
#video1{
    cursor: pointer; cursor: hand;
}
