@font-face {
    font-family: 'open_sansbold';
    src: url('/Content/New/assets/fonts/opensans/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.showsidebar{
    overflow:hidden;
}
header {
    height: 100px;
    line-height: 100px;
    font-size: var(--cta-font-size);
    letter-spacing: var(--global-letter-spacing);
    position: relative;
    /* z-index: 9999999999 !important; */
    z-index: 140;
    font-family: 'open_sansregular';
}


header.sticky-header {
    height: 60px;
    line-height: 60px;
    font-size: var(--cta-font-size);
    letter-spacing: var(--global-letter-spacing);
    position: relative;
    z-index: 10;
    font-family: 'open_sansregular';
}

    header a {
        color: #fff;
        display: block;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;

    }
    header a:hover{
        text-decoration: none;
        opacity:0.5;
    }

    header .dp-parent .dp-child {
        flex-grow: 1;
        position: relative;
    }

        header .dp-parent .dp-child:nth-child(1) {
            flex-grow: 4;
        }

.logo {
    vertical-align: middle;
    background: url(/Content/New/assets/images/mnetb.svg) no-repeat 0px center;
    height: 100px;
    background-size: 150px;
    display:block;
    opacity:1!important;
}

header .dp-child:nth-child(10) a {
   /* transform: rotate(90deg) scaleY(2);*/
}

header .dp-child:nth-child(10) {
    overflow: hidden;
}

.market-place header .dp-child:nth-child(3) a {
    opacity: 0.5;
}

/* .publishers header .dp-child:nth-child(3) a, 
.saas-platform header .dp-child:nth-child(4) a, 
.resources header .dp-child:nth-child(5) a, 
.media-buying header .dp-child:nth-child(6) a{color:#F72960;} */
header.sticky-header#stickyHeader .dp-child a.active {
    color: #F72960;
    opacity:1;
}
header .dp-child a.active {
    color: #F72960;
}

.programmatic .dp-child a.active,
.market-place .dp-child a.active,
.home-page .dp-child a.active,.about-usp .dp-child a.active {
    color: #fff;
    opacity: 0.5;
}

body.publishers header,
body.resources header,
body.saas-platform header,
body.media-buying header {
    background: transparent;
}


body.market-place header .logo, body.programmatic header .logo, body.home-page header .logo,body.about-usp header .logo {
    background: url(/Content/New/assets/images/mnet.svg) no-repeat 0px center;
    background-size: 150px;
}

body.ad-formats header {
    background: #ECEFF3
}

    body.publishers header a,
    body.ad-formats header a,
    body.saas-platform header a,
    body.media-buying header a,
    body.resources header a,
    body.technology header a,
    body.adformats header a,
    body.brand-safe-quality a,
    body.get-in-touch header a,
    body.contextualads header a,
    body.publishers header a,
    body.ad-formats header a,
    body.saas-platform header a,
    body.saas-platform header a,
    body.home header a,
    body.third-party-wrappers header a,
    body.header-bidder header a,
    body.ebda header a,
    body.mobile-app-monetisation header a,
    body.video header a,
    body.native-ads header a,
    body.fraud-ad-quality header a,
    body.platform-licensing header a,
    body.dmp header a,
    body.testimonials header a,
    body.blog header a,
    body.ambassador-program header a,
    body.domain-monetisation header a,
    body.downloadables header a,
    body.privacy-policy header a,
    body.ad-choices header a,
    body.program-guidelines header a,
    body.terms-of-service header a,
    body.support header a,
    body.who-are-we header a,
    body.careers header a,
    body.press header a,
    body.advertisers header a,
    body.agencies header a,
    body.platforms header a,
    body.contactus header a,
    body.buyers header a,
    body.adchoices header a,
    body.privacy-policystpg header a,
    body.terms-of-servicestpg header a,
    body.program-guidelinesstpg header a,
    body.adchoicesstpg header a,
    body.aboutusstpg header a,
    body.contactusstpg header a,
    body.advProgramGuidelines header a {
        color: #4a4a4a;
    }

        body.publishers header a:hover,
        body.ad-formats header a:hover,
        body .sticky-header a:hover,
        body.privacy-policystpg header a:hover,
        body.privacy-policystpg header a:hover,
        body.terms-of-servicestpg header a:hover,
        body.program-guidelinesstpg header a:hover,
        body.adchoicesstpg header a:hover,
        body.aboutusstpg header a:hover,
        body.contactusstpg header a:hover,
        body.advProgramGuidelines header a:hover {
            color: #F72960;
        }
body a#signIn2:hover span {
    border-color: #F72960;
}

body.publishers header .dp-child:nth-child(8) a:hover span{ border-color:#F72960;}
body header .dp-child:nth-child(9) a span{    padding: 8px 15px;}


body .signUpHeader, body .sticky-header .signUpHeader, body.market-place .sticky-header .signUpHeader, body.programmatic .sticky-header .signUpHeader,body.about-usp .sticky-header .signUpHeader {
    background: #EA4555;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    padding: 8px 15px;
}


body .signInHeader {
    border-radius: 50px;
    display: inline-block;
    line-height: 20px;
    padding: 8px 15px;
    border-radius: 17.5px;
    border: solid 1px #4A4A4A;
}

body.market-place .signUpHeader, body.programmatic .signUpHeader, body.home-page .signUpHeader,body.about-usp .signUpHeader {
    background: #FFFFFF;
    border-radius: 50px;
    color: #EA4555;
    display: inline-block;
    line-height: 20px;
    padding: 8px 15px;
    color: #4a4a4a;
}

    body.market-place .signUpHeader:hover, body.home-page .signUpHeader:hover,body.about-usp .signUpHeader:hover{
        box-shadow:none;
    }



    body.market-place .signInHeader, body.programmatic .signInHeader, body.home-page .signInHeader,body.about-usp .signInHeader {
        border-radius: 50px;
        display: inline-block;
        line-height: 20px;
        padding: 8px 15px;
        border-radius: 17.5px;
        border: solid 1px #FFFFFF;
    }

        body.market-place .signInHeader:hover, body.programmatic .signInHeader:hover, body.home-page .signInHeader:hover,body.about-usp .signInHeader:hover {
            background: #FFFFFF;
            color: #4a4a4a;
        }

        body.market-place a#signIn2:hover span, body.home-page a#signIn2:hover span,body.about-usp a#signIn2:hover span {
            border-color: #fff;
        }



header ul {
    position: absolute;
    top: 70px;
    left: 50%;
    width: 200px;
    margin-top: 10px;
    -webkit-transform: translateY(17px);
    transform: translateY(17px);
    opacity: 0;
    visibility: hidden;
    display: block !important;
    will-change: transform,opacity;
    transition: opacity .27s ease,visibility .27s ease,-webkit-transform .27s ease;
    -webkit-transition: opacity .27s ease,visibility .27s ease,-webkit-transform .27s ease;
    transition: transform .27s ease,opacity .27s ease,visibility .27s ease;
    transition: transform .27s ease,opacity .27s ease,visibility .27s ease,-webkit-transform .27s ease;
    -webkit-box-shadow: 0 12px 20px 0 rgba(23, 28, 33, 0.16);
    box-shadow: 0 12px 20px 0 rgba(23, 28, 33, 0.16);
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    line-height: 40px;
    margin-left: -120px;
}

header .dp-child ul li a {
    text-align: left;
}

header .dp-child:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.headLoader {
    background: url(/Content/New/assets/images/login-loader.gif) no-repeat center;
    min-width: 200px;
}

.loggedin{
    position: absolute;
    top: 5px;
    display: block;
    right: 0;
    text-align: right;
    line-height: 20px;
    color:#4c4c4c;
    background:url(/Content/New/assets/images/profile_black.svg) no-repeat;
    background-size: 20px;
    padding-left:25px;
    margin-right: 25px;
}

body.programmatic header .loggedin, 
body.market-place header .loggedin, 
body.home-page header .loggedin,
body.about-usp header .loggedin{
    background:url(/Content/New/assets/images/profile_white.svg) no-repeat;
    color:#fff;

}



header ul:before {
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    bottom: 100%;
    left: 50%;
    content: "";
    margin-left: -5px;
}

header .dp-parent .dp-child:nth-child(1) {
    line-height: 100px;
    height: 100px;
    min-height: 100px;
}
header.sticky-header .dp-parent .dp-child:nth-child(1) {
    line-height: 50px;
    height: 50px;
    min-height: 50px;
}

header .dp-parent .dp-child:nth-child(9) {
   /* height: 30px;
    min-height: 30px;
    line-height: 30px;*/
}


header .dp-parent {
    align-items: center;
}

.market-place header ul li a, body header ul li a,
.publishers header .dp-child:nth-child(3) ul li a,
.sas-platform header .dp-child:nth-child(4) ul li a,
.resources header .dp-child:nth-child(5) ul li a,
.media-buying header .dp-child:nth-child(6) ul li a {
    color: #4a4a4a;
}

    .market-place header ul li a:hover, body header ul li a:hover,
    .publishers header .dp-child:nth-child(3) ul li a:hover,
    .sas-platform header .dp-child:nth-child(4) ul li a:hover,
    .resources header .dp-child:nth-child(5) ul li a:hover,
    .media-buying header .dp-child:nth-child(6) ul li a:hover {
        color: #F72960;
    }

body .signUpHeader {
    background: #EA4555;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    padding: 8px 15px;
}


header .dp-child.loading a#signIn2{
    visibility: hidden;
}

header .dp-child.loading a#sign-up{
    visibility: hidden;
}
header .dp-child.loading.hdSignIn{
    background: url(/Content/New/assets/images/login-loader.gif) no-repeat center; 
}

body .signInHeader, body.market-place .sticky-header .signInHeader, body.programmatic .sticky-header .signInHeader {
    border-radius: 50px;
    display: inline-block;
    line-height: 20px;
    padding: 8px 15px;
    border-radius: 25px;
    border: solid 1px #4A4A4A;
}

body .sidebar .signInHeader{
    border:0;
}

body .sticky-header .signInHeader {
        border: solid 1px #4A4A4A !important;
    }

    body .sticky-header .signInHeader:hover {
        color: #EA4555!important;
    }
    

    body .sticky-header .signUpHeader {
        display: inline-block;
        line-height: 20px;
        padding: 8px 15px;
        background: #EA4555 !important;
        color: #fff !important;
    }
    body .sticky-header .signUpHeader:hover {
        background: #FFFFFF !important;
        color: #EA4555 !important;
        box-shadow: 0 0 0px 1px #EA4555 inset, 0 0 0px 1px #EA4555!important;
    }

    body.market-place .signUpHeader:hover, body.programmatic .signUpHeader:hover {
        background: #FFFFFF;
        border-radius: 50px;
        color: #EA4555;
        display: inline-block;
        line-height: 20px;
        padding: 8px 15px;
        color: #4a4a4a;
    }
body.market-place .signUpHeader.btn:hover, body.programmatic .signUpHeader.btn:hover {
    background: #FFFFFF;
    border-radius: 50px;
    color: #EA4555;
    display: inline-block;
    line-height: 20px;
    padding: 8px 15px;
    color: #EA4555;
    box-shadow: none;
}


/*/
body.market-place .signInHeader, body.programmatic .signInHeader, body.home=page .signInHeader  {
    border-radius: 50px;
    display: inline-block;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 17.5px;
    border: solid 1px #FFFFFF;
}
*/

body.programmatic a#signIn2:hover span {
    border-color: #fff;
}



body header .dp-child:nth-child(8) {
    max-width: 100px;
    box-sizing: border-box;
}

body header .dp-child:nth-child(9) {
    max-width: 100px;
    box-sizing: border-box;
}

.topBanner header a {
    color: #4a4a4a;
}

.hamburger {
    display: none;
}

.show-mob {
    display: none;
}

.sidebar {
    display: none;
}

.sign-in-wrapper{
    display: none;
}

.sign-up-wrapper{
    display: none;
}

@media (max-width : 1250px) {
    body.programmatic header .sidebar .loggedin, body.market-place header .sidebar .loggedin, body.home-page header .sidebar .loggedin, body.about-usp header .sidebar .loggedin {
        color: #9b9b9b;
        /* position: static; */
        /* text-align: center; */
        top: 30px;
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .sidebar .parent-link {
        margin-top: 0;
    }

    body.market-place .signUpHeader, body.programmatic .signUpHeader, body.home-page .signUpHeader, body.about-usp .signUpHeader{
        background:none;
        font-size:17px;
    }

    .hide-mob {
        display: none;
    }
    .loggedin{display:none;}


    header {
        z-index: 999999999;
    }

    .topBanner .hamburger span {
        color: #F72960;
    }

    .show-mob {
        position: fixed;
        width: 100%;
        height: 80px;
        left: 0;
        padding-left: 20px;
        top:0;
    }

        .show-mob.stick {
            background: rgba(255,255,255,0.9);
        }

    .programmatic header .show-mob.stick .hamburger svg, .market-place header .show-mob.stick .hamburger svg, .home-page header .show-mob.stick .hamburger svg, .about-usp header .show-mob.stick .hamburger svg {
        fill: #4A4A4A;
    }
    body.programmatic header .show-mob.stick .logo, body.market-place header .show-mob.stick .logo, body.home-page header .show-mob.stick .logo,body.about-usp header .show-mob.stick .logo {
        background: url(/Content/New/assets/images/mnetb.svg) no-repeat 5px center;
        background-size: 150px;
    }





    .programmatic .hamburger svg, .market-place .hamburger svg, .home-page .hamburger svg,.about-usp .hamburger svg {
        fill: #fff;
    }

    svg {
        height: 30px;
        width: 30px;
        fill: #4A4A4A;
    }

    body.technology .hamburger span {
        color: #4a4a4a;
    }

    .hamburger {
        display: inline-block;
        color: #fff;
        font-size: 20px
    }

        .hamburger span {
            position: relative;
        }

    .dp-child-1 .active span {
        color: #F72960;
    }

    .show-mob {
        display: block;
    }

    .dp-child-1 {
        color: black;
        height: 40px;
        line-height: 40px;
    }

        .dp-child-1 a {
            color: black;
            font-size: 17px
        }
    .fix-header-dummy{
        height:100px;
    }

    .sidebar .close {
        color: #4a4a4a;
        position: absolute;
        top: -8px;
        font-size: 30px;
        position: relative;
        left: 30px;
        display: inline;
    }
    .logo {
        display: inline-block;
        width: 230px;
        position: relative;
        top: -12px;
    }
    .content .show-mob .logo {
        display: inline-block;
        width: 230px;
        position: relative;
        top: -12px;
    }

    .sidebar {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0 10px;
        background: rgba(255, 255, 255,0.95);
        z-index: 40000000000;
        transform: translateX(-120%);
        will-change: transform;
        transition: 300ms transform;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
    }

    .parent-link {
        margin-top: 100px;
    }
}

body header.sticky-header#stickyHeader {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 101;
    background: #FFFFFF;
    box-shadow: 0 7px 24px 0 rgba(136,136,136,0.15);
    font-family: 'open_sansregular';
}

body header.sticky-header#stickyHeader a {
    color: #4a4a4a;
    font-size: 12px;
    color: #4C4C4C;
    letter-spacing: 1.4px;
}
    body header.sticky-header#stickyHeader a:hover {
        color: #F72960;
        opacity:1;
    }

    body header.sticky-header#stickyHeader a:hover span {
        border-color: #F72960!important;
    }

body.market-place .sticky-header a:hover .signInHeader, body.programmatic .sticky-header a:hover .signInHeader {
    border-color: #F72960;
}

body header.sticky-header#stickyHeader .logo {
    background: url(/Content/New/assets/images/mnetb.svg) no-repeat 5px 14px;
    background-size: 110px;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 101;
    display: none;
}

body .sticky-header .signUpHeader, body .sticky-header .signInHeader, body.market-place .sticky-header .signInHeader, body.programmatic .sticky-header .signInHeader, body .sticky-header .signUpHeader, body.market-place .sticky-header .signUpHeader, body.home-page .sticky-header .signInHeader, {
    padding: 5px 15px;
}

header#stickyHeader a:hover .signInHeader {
        border-color: #F72960;
}
/*
body header#stickyHeader span.signUpHeader:hover {
    background: #fff;
    color: #EA4555;
    font-weight: bold;
    box-shadow: 0 0 0px 1px #EA4555 inset, 0 0 0px 1px #EA4555;
    text-decoration: none;
}
*/
/*#mainHeader {
    overflow: hidden;
}*/

.apply-advantage-block .toc{
    font-size: 15px;
    padding: 20px 0;
}

.apply-advantage-block .toc{
    color: #4a4a4a;
}

.comscore-wrapper{
    padding-top: 30px;
}

.comscore-wrapper .text{
    font-size: 18px;
    color: #4a4a4a;
    line-height: 34px;
}

.comscore-wrapper .cta{
    font-family: var(--banner-header-font);
    font-size: 18px;
    color: #4A90E2;
    line-height: 34px;
    cursor: pointer;
}


#comscore-popup-wrapper{
    
    align-items: center;
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 300;
    background: rgba(213, 213, 213, 0.91);

}

.text-area{
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    line-height: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    font-family: var(--banner-regular-font);
    font-size: 15px;
    color: #9B9B9B;
}

.sgnBox a.btn{
    color: #fff;
    margin: 20px 0;
    cursor: pointer;
}
.sgnBox a.btn:hover{
    color: #EA4555;
}

#comscore-form .field{
    position: relative;

}

.error .txInp{
    border: 1px solid #EA4555;
}
#comscore-form .txInp{
    margin-bottom: 25px;
}
#comscore-form .error-field{
    display: none;
    position: absolute;
    color: #EA4555;
    font-size: 13px;
    bottom: 7px;
}

#comscore-form .error .error-field{
    display: block;
}



.sgupSuccess{  position: relative; background:#f1f1f1;display:none;border-radius:3px; /*padding: 60px 20px 20px;*/}
.sgupTop{background:#424a56;padding:30px 35px;border-radius:2px 2px 0 0;}
.sgupTop h5, .sgupTop p{color:#fff;text-align:center;}
.sgupTop h5{font-family:'open_sanslight';font-size:2em;text-transform:capitalize;margin-bottom:5px;}
.sgupTop p{font-family:'open_sanslight';font-size:19px;}
.sgupTop p, .sgupMsg h5, .sgupMsg p{line-height:20px;}
.sgupTop p span{font-family:'open_sanssemibold'}
.sgupMsg{/*background:url(/Content/images/images2014/bg-sgupMsg2.png) no-repeat center 20px;*/padding:10px 35px 25px;margin-bottom:38px;}
.sgupMsg h5, .sgupMsg p{color:#333;text-align:center;}
.sgupMsg h5{font-family:'open_sansbold';font-size:24px; line-height:28px; margin-bottom:15px;}
.sgupMsg p{font-family:'open_sansregular';/*font-size:1.4em;*/margin-bottom:13px;}
.sgupMsg p a {color:#f77462; text-decoration:underline;}
.sguplnk{font-family:'open_sansbold';display:block;background:#f77462;color:#fff;text-transform:uppercase;/*font-size:1.5em;*/line-height:50px;text-align:center;border-radius:3px;}
.sguplnk:hover{background:#d24e40;}
.phone-fieldError{text-align: right;}
.txt-right {text-align: right;}



@media (max-width: 650px) {
        
    #back-to-top{
        bottom: 25px;
        width: 50px;
        height: 50px;
    }

    #back-to-top img{
        width: 100%;
        height: 100%;
    }
}

