﻿@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700|PT+Serif:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Serif|Roboto+Condensed:300,400,700');

body {
    margin: 0;
    padding: 0px 0px 0px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

h1, h2, h3 {
    font-family: 'PT serif', sans-serif;
}

a.btn, input[type=button], input[type=submit] {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    color: #FFF;
    background: #0078a5;
    padding: 4px 12px;
    border: 1px solid transparent;
    text-align: center;
}

input[type=password], input[type=text], textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #CCC;
    padding: 5px;
    line-height: normal;
}

select {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #CCC;
    padding: 5px;
    line-height: normal;
}

a.blbtn, input[type=button].submitbtn {
    color: #FFF !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 0 0 0 5px;
    font-size: 1.25em;
    line-height: 130%;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 10px 8px 7px;
    text-shadow: 1px 1px 1px #163d85;
    filter: dropshadow(color=#163d85, offx=0, offy=0);
    background: -moz-linear-gradient(top, #2a92e2 0, #1c83d0 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2a92e2), color-stop(50%, #1c83d0));
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2a92e2', endColorstr='#1c83d0', GradientType=0);
    border: 0;
    min-width: 100px;
}

a {
    text-decoration: none;
}

.wrapper {
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}

.header {
    height: 70px;
    background: #0078a5;
    z-index: 9999;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    position: relative;
}

    .header.scrollon {
        height: 70px;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
    }

.mainLogo {
    height: 70px;
    width: 100%;
    background: url(../images/white_header_logo.png) no-repeat 0% 50%;
    background-size: auto 30px;
    display: block;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.header.scrollon .mainLogo {
    height: 70px;
    width: 100%;
    background: url(../images/white_header_logo.png) no-repeat 0% 50%;
    background-size: auto 30px;
    display: block;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.forgotpassword, .resetpassword {
    padding-top: 69px;
    line-height: normal;
    font-size: 14px;
    color: #4d4d4d;
}

.resetpassword {
    padding-top: 10px;
}

    .forgotpassword h2, .forgotpassword h3, .resetpassword h3 {
        font-size: 24px;
        line-height: normal;
        color: #4d4d4d;
        padding: 0;
        font-weight: 700;
    }

.forgotpassword h2 {
    margin: 0 0 10px;
}

.forgotpassword h3 {
    margin: 40px 0 10px;
}

.forgotpassword p, .resetpassword p {
    font-size: 14px;
    color: #4d4d4d;
    margin: 0 0 15px;
    line-height: 150%;
}

.forgotpassword ul, .resetpassword ul {
    margin: 0;
    padding: 0;
}

    .forgotpassword ul li, .resetpassword ul li {
        list-style: none;
        overflow: auto;
        margin: 0 0 20px;
    }

        .forgotpassword ul li label, .resetpassword ul li label {
            width: 170px;
            text-align: right;
            float: left;
            padding: 3px 5px 0 0;
            font-size: 14px;
        }

        .forgotpassword ul li input[type=submit].submitbtn, .resetpassword ul li input[type=submit].submitbtn {
            color: #FFF !important;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
            margin: 0 0 0 5px;
            font-size: 18px;
            line-height: 130%;
            text-decoration: none;
            font-weight: 700;
            padding: 10px 10px 8px 7px;
            background: -moz-linear-gradient(top, #2a92e2 0, #1c83d0 50%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2a92e2), color-stop(50%, #1c83d0));
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2a92e2', endColorstr='#1c83d0', GradientType=0);
            border: 0;
        }

ul.creditinfolist {
    margin: 0;
    padding: 30px 0 0;
}

    ul.creditinfolist li {
        list-style: none;
        padding: 2px 0;
        margin: 0 0 10px;
        overflow: auto;
    }

        ul.creditinfolist li > label {
            width: 150px;
            float: left;
            display: block;
            padding: 6px 5px 0 6px;
            position: relative;
        }

        ul.creditinfolist li.required > label:before {
            content: "*";
            position: absolute;
            left: 0;
            top: 4px;
            font-size: 16px;
            color: red;
        }

        ul.creditinfolist li > span {
            width: calc(100% - 151px);
            float: left;
            display: block;
        }

        ul.creditinfolist li span.msgsubscription {
            display: block;
            margin: 5px;
            padding: 6px;
            background: #e6e6e6;
            font-size: 13px;
            width: 900px;
        }

            ul.creditinfolist li span.msgsubscription label {
                font-style: italic;
            }

#company, #country, #topic, .multiSelection {
    float: left;
    width: 30%;
    margin: 0 3% 0 0;
}

    #company label, #country label, #topic label, .multiSelection label {
        font-weight: 700;
    }

    #company h4, #country h4, #topic h4, .multiSelection h4 {
        color: #4d4d4d;
        margin: 5px 0 10px;
        line-height: 21px;
        font-weight: 400;
        font-size: 1.2em;
    }

    #country select {
        display: block;
    }

.aw_form, .multipletags {
    overflow: auto;
}

.multipletags {
    height: 250px;
    border: thin solid #ccc;
    padding: 5px;
    margin: 5px 0;
}

    .multipletags label {
        font-weight: 400 !important;
    }

.smallRed {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #c00;
    display: block;
    margin-left: 110px;
}

.articleAlert h3 label, .directoriesbox p.bluesep span, .whitepapers h3 span, p.buttons span.notice {
    font-style: italic;
}

.articletools {
    float: right;
    padding-top: 8px;
}

    .articletools a {
        display: inline-block;
        width: 26px;
        height: 26px;
        margin-left: 16px;
    }

        .articletools a.armsg {
            background: url(images/msgicon.png) 50% 50% no-repeat;
            background-size: 22px auto;
        }

            .articletools a.armsg:hover {
                background: url(images/msgicon_ho.png) 50% 50% no-repeat;
                background-size: 22px auto;
            }

        .articletools a.arprint {
            background: url(images/printicon.png) 50% 50% no-repeat;
            background-size: 22px auto;
        }

            .articletools a.arprint:hover {
                background: url(images/printicon_ho.png) 50% 50% no-repeat;
                background-size: 22px auto;
            }

        .articletools a.aremail {
            background: url(images/email.png) 50% 50% no-repeat;
            background-size: 22px auto;
        }

            .articletools a.aremail:hover {
                background: url(images/email_ho.png) 50% 50% no-repeat;
                background-size: 22px auto;
            }

        .articletools a.arreprint {
            background: url(images/reprintsicon.png) 0 50% no-repeat;
            background-size: 22px auto;
            width: auto;
            font-size: 12px;
            padding-left: 26px;
            vertical-align: top;
            padding-top: 8px;
            color: #4d4d4d;
            text-transform: uppercase;
        }

            .articletools a.arreprint:hover {
                background: url(images/reprintsicon_ho.png) 0 50% no-repeat;
                background-size: 22px auto;
                color: #0078a5;
            }

.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

p.newsletterSignupMsg {
    line-height: normal;
    color: grey;
    margin: 0 0 10px;
}

#newsletterContainer ul {
    list-style: none;
    font-family: Verdana, Geneva, sans-serif;
    color: #4d4d4d;
    margin-bottom: 20px;
}

    #newsletterContainer ul ul {
        padding-top: 10px;
    }

#newsletterContainer li {
    padding: 0;
    font-size: 14px;
    line-height: 150%;
}

    #newsletterContainer li label {
        font-weight: 700;
    }

    #newsletterContainer li span.msg {
        display: block;
        margin-left: 25px;
        font-weight: 400;
    }

    #newsletterContainer #contactSettings li, #newsletterContainer li.CBONewsletter, #newsletterContainer li.ComingsGoingsNewsletter, #newsletterContainer li.DailyNewsletter, #newsletterContainer li.GlobalFocus, #newsletterContainer li.WorkersCompNewsletter, #newsletterContainer li.diiNewsletter, #newsletterContainer li.viaEmailWN, li.MarketPulse {
        padding-bottom: 15px;
    }

#newsletterContainer .IndustryEventNewsletter input, #newsletterContainer .channelNewsletter input {
    display: none;
}

#newsletterContainer .IndustryEventNewsletter span.msg, #newsletterContainer .channelNewsletter span.msg {
    margin-left: 0;
}

#newsletterContainer .IndustryEventNewsletter, #newsletterContainer .channelNewsletter {
    margin-left: 0px;
}

.jb_clmn70 {
    width: 70%;
    float: left;
    padding: 0 20px 0 0;
}

.jb_content h1.mainhd {
    color: #0078a5;
    padding-bottom: 10px;
    border-bottom: 1px solid #0078a5;
}

.jb_jobopportunities {
    position: relative;
    padding: 10px;
}

    .jb_jobopportunities .jb_jobsearch ul li label {
        display: block;
        font-size: 14px;
        margin: 0 0 5px;
    }

    .jb_jobopportunities .jb_jobsearch ul li span {
        display: block;
    }

        .jb_jobopportunities .jb_jobsearch ul li span select {
            width: 100%;
            max-width: 95%;
        }

.jobpost_btn {
    float: right;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.job_oprtnt_postjob a, .jobpost_btn, .se_applyjob a {
    background: #1b83d3;
    text-shadow: none;
    font-weight: 400;
}

.job_oprtnt_postjob, .se_applyjob {
    padding: 20px;
    text-align: center;
}

    .job_oprtnt_postjob h2, .se_applyjob h2 {
        font-size: 24px;
        color: #333;
        margin: 0 0 10px;
    }

    .job_oprtnt_postjob p, .se_applyjob p {
        font-size: 18px;
        margin: 10px;
    }

    .job_oprtnt_postjob a, .se_applyjob a {
        font-size: 15px;
        color: #fff;
        padding: 10px 20px;
        border-radius: 3px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        display: inline-block;
    }

.job_oprt_pwrd {
    font-size: 24px;
    color: #999;
    font-weight: 400;
    position: relative;
    margin-left: 38px;
}

    .job_oprt_pwrd:before {
        position: absolute;
        width: 1px;
        height: 28px;
        top: 3px;
        left: -20px;
        background: #0078a5;
    }

    .job_oprt_pwrd:after {
        position: absolute;
        width: 45px;
        height: 45px;
        top: -6px;
        right: -55px;
        background: url(images/great_insurance_job.png) 50% 50%/100% no-repeat;
    }

.bi_grid {
    padding: 10px 0;
}

    .bi_grid table td, .bi_grid table th {
        padding: 10px;
        font-size: 14px;
        border-left: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        text-align: left;
    }

    .bi_grid table {
        width: 100%;
        border-collapse: collapse;
        border-right: 1px solid #dedede;
        border-top: 1px solid #dedede;
    }

        .bi_grid table th {
            background: #0078a5;
            color: #FFF;
        }

        .bi_grid table td {
            color: #4d4d4d;
        }

.headercmnlinks {
    position: absolute;
    top: 30px;
    right: 0px;
    color: #FFFFFF;
}

    .headercmnlinks a {
        display: inline-block;
        color: #FFFFFF;
        font-size: 13px;
        text-decoration: none;
        margin-left: 10px;
        padding: 8px 20px;
    }

        .headercmnlinks a.sign-up {
            background: #FFFFFF;
            color: #000000;
            text-decoration: none;
        }

.headercmnlinksformob, .mobsublinks {
    display: none;
}

.headercmnlinks a.sign-up {
    text-transform: uppercase;
}

.headercmnlinks a#lnkLogin {
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}

.social {
    position: absolute;
    top: 6px;
    right: 0px;
}

    .social a {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin: 0px 0px 0px 10px;
    }

        .social a.icon-facebook {
            background: url(../images/fbicon.png) no-repeat 50% 50%;
            background-size: auto 16px;
        }

        .social a.icon-twitter {
            background: url(../images/twicon.png) no-repeat 50% 50%;
            background-size: auto 20px;
        }

        .social a.icon-linkedin {
            background: url(../images/inicon.png) no-repeat 50% 50%;
            background-size: auto 16px;
        }

span.clmlogin {
    position: relative;
    padding-left: 20px;
    padding-right: 25px;
    font-size: 15px;
    padding-top: 15px;
    cursor: pointer;
    display: inline-block;
}

.header.scrollon span.clmlogin {
}

.headercmnlinks a#lnkLogin:before, span.clmlogin:after, span.clmlogin:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
}

.headercmnlinks a#lnkLogin:before, span.clmlogin:before {
    left: 0px;
    top: 0px;
    background: url(images/userblck.png) 2px 1px no-repeat;
    background-size: auto 13px;
    display: none;
}

span.clmlogin:before {
    top: 18px;
}

span.clmlogin:after {
    right: 0;
    top: 18px;
    background: url(images/bi_logboxsettings.png) no-repeat;
    background-size: auto 15px;
}

.headercmnlinks .logbox {
    position: absolute;
    top: 100%;
    right: 0;
    height: 125px;
    width: 215px;
    display: none;
    padding-top: 10px;
    text-transform: none;
    z-index: 9999997;
}

    .headercmnlinks .logbox ul {
        margin: 0;
        padding: 10px;
        border: 1px solid #F2f2f2;
        background: #FFF;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, .6);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
        position: relative;
    }

        .headercmnlinks .logbox ul:before {
            width: 27px;
            height: 17px;
            top: -17px;
            right: 5px;
            content: "";
            background: url(images/bipparrow.png) 0 100% no-repeat;
            position: absolute;
        }

    .headercmnlinks .logbox li {
        list-style: none;
        padding: 10px 0 10px 20px;
        font-size: 14px !important;
        color: #4d4d4d;
    }

    .headercmnlinks .logbox a {
        color: #000000;
        padding: 0px;
    }

.content.wrapper, .content.wrapper.scrollon {
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -webkit-transition: all ease 1s;
}

.editprofiles, .renewsubscriptions, .updateemails {
    color: #666666;
    padding-left: 19px;
}

.headercmnlinks .logbox li a {
    font-size: 14px !important;
}

.headercmnlinks .logbox li.editprofile {
    background: url(../images/bi_logboxedit.png) 0 50% no-repeat;
}

.td_action_btns a {
    margin: 4px 0;
    display: inline-block;
}

.editprofiles {
    background: url(../images/bi_logboxedit.png) 0 50%/17% no-repeat;
}

.renewsubscriptions {
    background: url( images/bi_logboxchangesubscription.png) 0 50%/15% no-repeat;
}

.updateemails {
    background: url( images/bi_logboxupdateemail.png) 0 50%/12% no-repeat;
}

.headercmnlinks .logbox li.renewsubscription {
    background: url( images/bi_logboxchangesubscription.png) 0 50% no-repeat;
}

.headercmnlinks .logbox li.viewsubscription {
    background: url( ../images/bi_logboxviewsubscription.png) 0 50% no-repeat;
}

.headercmnlinks .logbox li.changesubscription {
    background: url(images/bi_logboxchangesubscription.png) 0 50% no-repeat;
}

.headercmnlinks .logbox li.updateemail {
    background: url(images/bi_logboxupdateemail.png) 0 50% no-repeat;
}

.headercmnlinks .logbox li.backto_admin {
    background: url(images/admin.png) 0 50% no-repeat;
}

.headercmnlinks .logbox li.changepassword {
    background: url(../images/bi_logboxchangepassword.png) 0 50% no-repeat;
}

.headercmnlinks .logbox li.logout {
    background: url(../images/bi_logboxlogout.png) 0 50% no-repeat;
}

.headercmnlinks .logbox li:hover {
    opacity: .7;
}

.headercmnlinks:hover .logbox {
    display: block;
}

.mainMenu {
    height: 50px;
    background: #e6e6e6;
    padding-top: 5px;
    z-index: 999;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    position: relative;
}

    .mainMenu.scrollon {
        top: 70px;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        z-index: 999;
        position: fixed;
        left: 0px;
        right: 0px;
    }

    .mainMenu > .wrapper > ul {
        margin: 0px;
        padding: 0px;
    }

        .mainMenu > .wrapper > ul > li {
            list-style: none;
            float: left;
            position: relative;
            display: block;
        }

            .mainMenu > .wrapper > ul > li > a {
                font-size: 14px;
                color: #000000;
                text-decoration: none;
                position: relative;
                padding: 10px 15px;
                display: block;
                min-height: 30px;
                font-weight: 700;
                transition: all ease .5s;
                -moz-transition: all ease .5s;
                -webkit-transition: all ease .5s;
                text-transform: uppercase;
            }

                .mainMenu > .wrapper > ul > li > a:hover {
                    background: #1c83d0;
                    color: #FFFFFF;
                }

    .mainMenu ul.clsSubMenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 250px;
        background: #FFFFFF;
        margin: 0;
        padding: 10px;
        box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .125);
        -moz-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .125);
        -webkit-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .125);
        z-index: 9;
    }

    .mainMenu ul li ul.clsSubMenu li {
        text-align: left;
        display: block;
        float: none;
        width: 100%;
    }

    .mainMenu ul li ul.clsSubMenu > li > a {
        text-align: left;
        font-size: 13px;
        padding: 12px 10px;
        display: block;
        text-decoration: none;
        color: #000000;
    }

        .mainMenu ul li ul.clsSubMenu > li > a:hover {
            background: #0078a5;
            color: #FFFFFF;
        }

    .mainMenu ul li:hover > .clsSubMenu {
        display: block;
    }

    .mainMenu ul li.submenulist {
        position: relative;
    }

        .mainMenu ul li.submenulist ul.clsSubMenuChild {
            position: absolute;
            left: 98%;
            background: #FFFFFF;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, .25);
            top: 0px;
            margin: 0px;
            padding: 10px;
            display: none;
            width: 200px;
        }

            .mainMenu ul li.submenulist ul.clsSubMenuChild li a {
                text-decoration: none;
                font-size: 12px;
                color: #000000;
                padding: 8px 10px;
                display: block;
            }

                .mainMenu ul li.submenulist ul.clsSubMenuChild li a:hover {
                    background: #0078a5;
                    color: #f1f1f1;
                }

        .mainMenu ul li.submenulist:hover > ul.clsSubMenuChild {
            display: block;
        }

.search_slider {
    position: absolute;
    top: 22px;
    right: 240px;
}

    .search_slider input[type="text"]#txtSearch {
        width: 200px;
        display: inline-block;
        vertical-align: top;
        padding: 5px;
        font-size: 12px;
    }

input[type="button"].clmsearchbtn {
    padding: 0px;
    background: transparent url( images/search.png) no-repeat 50% 50%;
    background-size: 16px auto;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    width: 26px;
    height: 26px;
}

#articlesearchinfo.infolink {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

.InfoLink_btn {
    width: 18px;
    height: 20px;
    background: url(images/search_infowht.png) 50% 50% no-repeat;
    background-size: auto 16px;
}

.advtbox {
    height: 100px;
    padding: 5px 0px 5px 0px;
    background: #FFFFFF;
    text-align: center;
    transition: all ease 2s;
    -moz-transition: all ease 2s;
    -webkit-transition: all ease 2s;
    position: relative;
    z-index: 9;
}

.mainsection {
    clear: both;
    padding: 20px 0px;
    position: relative;
    min-height: 1500px;
}

    .mainsection:after {
        content: "";
        clear: both;
        display: block;
        height: 1px;
        width: 100%;
    }

    .mainsection.articledetails {
        min-height: 1500px;
    }

.cmnleft {
    width: calc(100% - 341px);
    float: left;
    position: relative;
}

.cmnright {
    width: 340px;
    float: left;
    padding: 0px 0px 0px 30px;
}

    .cmnright.subchannelad {
        min-height: 2050px;
    }

    .cmnright.opinionright {
        position: relative;
    }

.rgtadvtbox.scrollon {
    top: 135px;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.rgtadvtbox.sticky-bottom {
    position: absolute;
    bottom: 20px;
    right: 0px;
}

.stickyfixed {
    position: fixed;
    top: 130px;
}

    .stickyfixed.footersticky {
        bottom: 388px;
        top: AUTO;
    }

    .stickyfixed.footerstickychannel {
        bottom: 406;
        top: AUTO;
    }

.homepageleftsection {
    float: left;
    width: calc(60% - 1px);
    padding: 0px 35px 0px 0px;
}

.homepagerightsection {
    float: right;
    width: 40%;
    padding: 0px 35px 0px 15px;
}

    .homepagerightsection.relatedstories {
        padding-top: 16px;
    }

        .homepagerightsection.relatedstories ul.cmnlist.mostread li {
            min-height: inherit;
        }

.homepageleftsection .jcarousel-wrapper {
    max-width: 100%;
    margin: 20px 0px 0px 0px !important;
    padding: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 332px !important;
}

    .homepageleftsection .jcarousel-wrapper li img {
        width: 100%;
        height: auto;
        max-width: 480px;
    }

.jcarousel {
    max-height: 285px;
}

.jcarousel-control-prev, .jcarousel-control-next {
    display: none;
}

.jcarousel-pagination {
    left: 0px !important;
}

    .jcarousel-pagination a {
        font-weight: 800 !important;
        font-size: 14px !important;
    }

        .jcarousel-pagination a.active {
            color: #1a8cb7 !important;
            text-decoration: underline !important;
            background: none !important;
            text-shadow: none !important;
        }

#dvArticleDescription h2 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}

.sharelist {
    position: absolute;
    top: 0px;
}

.socialink {
    display: inline-block;
}

    .socialink a {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0px 0px 0px 5px;
        vertical-align: top;
        font-size: 0px;
    }

        .socialink a.fb {
            background: url( images/fbicon1.png) no-repeat 50% 50%;
            background-size: auto 20px;
        }

        .socialink a.twitter {
            background: url( images/twicon.png) no-repeat 50% 50%;
            background-size: auto 20px;
        }

p.articleTag {
    margin: 0px;
    padding: 0px;
}

.mngtag {
    font-size: 13px;
    color: #0078a5;
    display: inline-block;
    font-weight: 600;
    font-family: 'PT serif', sans-serif;
}

.headArticle {
    font-size: 22px;
    margin: 10px 0px;
    padding: 0px;
}

.articletabs {
    padding: 10px 0px;
    margin: 0px;
    border-bottom: 1px solid #CCCCCC;
}

    .articletabs li {
        list-style: none;
        display: inline-block;
        position: relative;
    }
        /* .articletabs li:nth-child(1):after {
            content: "";
            position: absolute;
            top: 2px;
            right: 0px;
            bottom: 2px;
            width: 1px;
            background: #4d4d4d;
        }*/

        .articletabs li a {
            display: block;
            font-size: 15px;
            color: #4d4d4d;
            text-decoration: none;
            padding: 0px 10px;
        }

        .articletabs li:nth-child(1) a {
            padding-left: 0px;
        }

        .articletabs li.selected a {
            color: #1a8cb7;
        }

        .articletabs li:nth-child(1).selected a {
            padding: 8px 6px;
        }

.homepagerightsection h2 {
    margin: 16px 0px 10px 0px;
    padding: 0px;
    font-size: 18px;
    color: #1a8cb7;
}

#dvOffBeatStoriesContent {
    padding-bottom: 30px;
}

    #dvPeopleContent ul, #dvOffBeatStoriesContent ul, ul.cmnlist, .featured-section > UL {
        /*border-top: 1px solid #CCCCCC;*/
        margin: 0px;
        padding: 0px;
    }

ul.cmnlist {
    margin-bottom: 50px;
}

#dvArticleListMost ul.cmnlist {
    margin-bottom: 10px;
}

#dvPeopleContent ul > li, #dvOffBeatStoriesContent ul > li, ul.cmnlist li, .featured-section ul > li {
    padding: 15px 0px;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #CCCCCC;
    min-height: 90px;
}

    #dvPeopleContent ul > li, #dvOffBeatStoriesContent ul > li, ul.cmnlist li, .featured-section ul > li .sponsoredbox {
        display: inline-block;
        width: 100%;
    }

#dvOffBeatStoriesContent ul img, ul.cmnlist > li img, .featured-section ul li img {
    float: left;
    width: 120px;
    height: auto;
    margin-right: 10px;
}

.featured-section ul#ulFeaturedArticles li img {
    float: left;
    max-width: 120px !important;
    height: auto !important;
    margin-right: 10px;
    max-height: 90px !important;
    width: Auto !important;
}


#dvPeopleContent ul > li img {
    width: calc(100% - 10px);
    height: auto;
}

#dvPeopleContent ul li h3, #dvOffBeatStoriesContent ul li h3, ul.cmnlist li h3, .featured-section ul li h3 {
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    padding: 0px;
    font-weight: 500;
    line-height: 150%;
}

    #dvPeopleContent ul li h3 a, #dvOffBeatStoriesContent ul li h3 a, ul.cmnlist li h3 a, .featured-section ul li h3 a {
        color: #000000;
        text-decoration: none;
        font-weight: 600;
    }

#dvPeopleContent ul li p, #dvOffBeatStoriesContent ul li p, ul.cmnlist li p, .featured-section ul li p {
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
}

    #dvPeopleContent ul li p a, #dvOffBeatStoriesContent ul li p a, ul.cmnlist li p a, .featured-section ul li p a {
        color: #000000;
        text-decoration: none;
        font-weight: 500;
    }

#dvArticleList {
    margin-bottom: 20px;
}

    #dvArticleList ul.cmnlist {
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;
    }

    #dvArticleList li {
        list-style: none;
        border-bottom: 1px solid #CCCCCC;
        padding: 15px 0px;
        position: relative;
    }

        #dvArticleList li:after {
            content: "";
            display: block;
            clear: both;
            height: 1px;
        }

        #dvArticleList li.sponsored {
            background: #f1f1f1;
            border: 1px solid #ccc;
            padding: 10px;
            margin: 5px 0px 10px 0px;
        }

        #dvArticleList li img {
            max-width: 120px;
            max-height: 135px;
            float: left;
            height: auto;
        }

        #dvArticleList li h3 {
            font-size: 15px;
            font-weight: 700;
            color: #000000;
            margin: 0px 0px 5px 0px;
        }

        #dvArticleList li p {
            font-size: 15px;
            line-height: 150%;
        }

            #dvArticleList li p small {
                font-size: 14px !important;
            }

            #dvArticleList li h3 a, #dvArticleList li p a {
                text-decoration: none;
                color: #000000;
            }

span.pubdate {
    font-size: 11px;
}
/**/
.infopupup {
    width: 100%;
    padding: 10px;
    text-align: center;
}

    .infopupup h3 {
        text-align: left;
        font-size: 16px;
        color: #0078a5;
        margin: 0px 0px 5px 0px;
        font-weight: 600;
    }

    .infopupup p {
        font-size: 14px;
        text-align: left;
        font-weight: 600;
    }

.nodisplay {
    display: none;
}

.searchpopup {
    position: absolute;
    right: -30px;
    top: 50px;
    width: 500px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    z-index: 9999;
    padding: 0px 0px 20px 0px;
}

    .searchpopup:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 15px 10px;
        border-color: transparent transparent #0079a6 transparent;
        position: absolute;
        top: -10px;
        right: 28px;
    }

    .searchpopup a.close {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 24px;
        height: 24px;
        background: url(images/crosswhite.png) no-repeat 50% 50%;
        background-size: auto 12px;
    }

    .searchpopup h2 {
        background: #0079a6;
        font-size: 15px;
        color: #FFFFFF;
        padding: 10px;
        border-bottom: none !important;
        margin: 0px;
    }

    .searchpopup p {
        margin: 0px;
        padding: 20px 20px 0px 20px;
        font-size: 16px;
        line-height: 150%;
    }

#dvFromTheArchive h2, #dvRaedNext h2 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 16px;
    color: #1a8cb7;
    border-bottom: 1px solid #000000;
}

#dvArchiveContent ul, #dvRaedNext ul {
    margin: 0px;
    padding: 0px;
}

    #dvArchiveContent li, #dvRaedNext ul li {
        list-style: none;
        border-bottom: 1px solid #CCCCCC;
        padding: 10px 0px;
        position: relative;
    }

        #dvArchiveContent li:after, #dvRaedNext ul li:after {
            content: "";
            display: block;
            clear: both;
            height: 1px;
        }

        #dvArchiveContent li img, #dvRaedNext ul li img {
            width: 120px;
            height: auto;
            float: left;
            margin-right: 10px;
            max-height: 120px;
        }

        #dvArchiveContent li h3, #dvRaedNext ul li h3 {
            font-size: 15px;
            font-weight: 600;
            color: #000000;
            margin: 0px 0px 5px 0px;
        }

        #dvArchiveContent li p {
            font-size: 15px;
        }

        #dvArchiveContent h3 a, #dvArchiveContent p a, #dvRaedNext ul li h3 a, #dvRaedNext ul li p a {
            text-decoration: none;
            color: #000000;
        }

.smallmugshot {
    overflow: hidden;
    border-radius: 5px;
}

    .smallmugshot img {
        width: 100%;
        height: auto;
    }

#dvMainFeaturedArticle img {
    width: calc(100% - 30px);
}

#dvMainFeaturedArticle h3 a {
    font-size: 22px;
    text-decoration: none;
    color: #000000;
}

p.indepthbox {
    font-size: 14px;
    margin: 0px;
    padding: 10px 0px;
}

    p.indepthbox label {
        font-size: 13px;
        color: #0078a5;
        display: inline-block;
        font-weight: 600;
        font-family: 'PT serif', sans-serif;
    }

    p.indepthbox a {
        display: inline-block;
        text-decoration: none;
        color: #4d4d4d;
        padding: 0px 0px 0px 10px;
        margin: 0px 0px 0px 10px;
        position: relative;
    }

        p.indepthbox a:before {
            content: "";
            position: absolute;
            top: 2px;
            bottom: 2px;
            width: 1px;
            background: #4d4d4d;
            left: 0px;
        }
/*footer*/

.footer {
    background: #f2f2f2;
    margin: 0 auto;
    padding: 0 0 10px;
}

    .footer .footerclmlinks, .footer .footertoplinks {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }

    .footer .footertoplinks {
        padding-left: 30px;
        height: 74px;
        border-bottom: 1px solid #CCC;
    }

        .footer .footertoplinks a.footerlogo {
            display: block;
            width: 170px;
            height: 75px;
            background: url(images/bi-logo-footer.png) no-repeat;
            background-size: auto 74px;
        }

    .footer .footerclmlinks {
        padding: 0px 20px 0px 20px;
        overflow: auto;
    }

        .footer .footerclmlinks .column {
            float: left;
            width: 20.6%;
            border-right: 1px solid #CCC;
            padding: 3px 10px;
            min-height: 240px;
            position: relative;
        }

            .footer .footerclmlinks .column:last-child {
                border: 0;
                width: calc(19% - 14px);
                padding-right: 0;
            }

                .footer .footerclmlinks .column:last-child img {
                    max-width: 150px;
                    max-height: 200px;
                }

            .footer .footerclmlinks .column:first-child {
                padding-left: 0 !important;
                width: 19%;
            }

            .footer .footerclmlinks .column h3 {
                text-transform: uppercase;
                font-size: 14px;
                color: #4d4d4d;
                margin: 0 0 5px;
                padding: 0;
                font-weight: 700;
            }

            .footer .footerclmlinks .column ul {
                margin: 0;
                padding: 0;
            }

                .footer .footerclmlinks .column ul li {
                    list-style: none;
                    font-size: 12px;
                    line-height: normal;
                }

                    .footer .footerclmlinks .column ul li a {
                        color: grey;
                        text-decoration: none;
                        display: block;
                        padding-bottom: 10px;
                        font-size: 90%;
                        line-height: 120%;
                    }

    .footer .copyright {
        border-top: 1px solid #d0d0d0;
        padding-top: 10px;
        text-align: center;
        color: grey;
        max-width: 1200px;
        margin: 0 auto;
    }

        .footer .copyright a {
            font-size: 12px;
        }

        .footer .copyright p {
            line-height: 1.5em;
            color: #000;
            font-size: 16px;
            margin: 6px 0 0;
            padding: 0;
        }

    .footer .social a.icon-facebook {
        background: url(../images/fbiconft.png) no-repeat 50% 50%;
        background-size: auto 16px;
    }

    .footer .social a.icon-twitter {
        background: url(../images/twiconft.png) no-repeat 50% 50%;
        background-size: auto 20px;
    }

    .footer .social a.icon-linkedin {
        background: url(../images/iniconft.png) no-repeat 50% 50%;
        background-size: auto 16px;
    }

#dvCurrentIssues h1, #dvCurrentIssues h2 {
    line-height: 100%;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.registartioncenterbox {
    overflow: auto;
    padding: 20px 0px 20px;
}

    .registartioncenterbox li {
        list-style: none;
        width: calc((100%/3) - 30px);
        margin: 0px 30px 0px 0px;
        float: left;
        border: 1px solid #c9e0ee;
        text-align: center;
        padding: 0px 0px 20px 0px;
    }

        .registartioncenterbox li h2 {
            background: #c9e0ee;
            text-align: center;
            font-size: 28px;
            color: #4b5d69;
            margin: 0px 0px 20px 0px;
            padding: 20px 0px 20px;
        }

        .registartioncenterbox li p {
            margin: 0px 20px;
            text-align: center;
        }

        .registartioncenterbox li h3 {
            text-align: center;
            font-size: 15px;
            color: #4b5d69;
            margin: 0px 20px;
            padding: 20px 0px;
            line-height: 150%;
            min-height: 300px;
            font-weight: 400;
        }

        .registartioncenterbox li p input[type="button"], .registartioncenterbox li p input[type="submit"] {
            padding: 10px 20px;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            background: #1e85d2;
            font-weight: 700;
            text-transform: uppercase;
            text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
            -moz-text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
            -webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
        }

.regcontainer, .regcontainer table {
    font-family: Verdana, Geneva, sans-serif;
}

.registration {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

    .registration > h2, .subscriptionlevel > h2 {
        font-weight: 700;
        color: #4d4d4d;
        font-size: 24px;
    }

.regcontainer {
    width: 960px;
    overflow: hidden;
    padding: 0 10px;
    font-size: 13px;
    color: #4d4d4d;
}

    .regcontainer p {
        line-height: normal;
        color: grey;
        font-size: 14px;
    }

    .regcontainer table td.label {
        text-align: right;
        width: 230px;
    }

    .regcontainer table td {
        font-size: 14px;
    }

    .regcontainer .smallRed {
        font-size: 12px;
        margin-left: 0;
    }

    .regcontainer table.jobfunction {
        margin: 10px 0 0;
    }

        .regcontainer table.jobfunction tr td:first-child {
            width: 40%;
            text-align: right;
            padding: 10px 5px 10px 0;
            line-height: normal;
        }

.reg_details {
    background: #e6f5ff;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    margin: 0 0 20px;
}

    .reg_details h3 {
        font-size: 20px;
        margin: 0 0 10px;
        padding: 0 0 10px;
        border-bottom: 1px solid #b1d0e5;
    }

    .reg_details ul {
        margin: 0;
        padding: 20px;
        overflow: auto;
    }

        .reg_details ul li {
            list-style: none;
            float: left;
            padding: 0 10px 0 0;
            margin: 0 0 10px;
            min-height: 60px;
            width: Calc(100%/3);
        }

            .reg_details ul li > label, .reg_details ul li > span {
                display: block;
                margin: 0 0 5px;
            }

            .reg_details ul li input[type=text], .reg_details ul li input[type=password], .reg_details ul li select, .reg_details ul li textarea {
                margin-left: 0;
                width: 100%;
                /*max-width: 290px;*/
            }

            .reg_details ul li.addresstype, .reg_details ul li.country, .reg_details ul li.password, .reg_details ul li.title {
                clear: left;
            }

            /*.reg_details ul li.email span input[type=text], .reg_details ul li.password input[type=password], .reg_details ul li.retypeemail span input[type=text], .reg_details ul li.retypepassword input[type=password] {
                    width: 270px;
                }

                .reg_details ul li.mi input[type=text], .reg_details ul li.suffix select, .reg_details ul li.title select {
                    width: 80px;
                }

            .reg_details ul li.adjobfunction select {
                width: 200px;
            }.reg_details ul li.country select, .reg_details ul li.stateprovince select, .reg_details ul li.zip input[type=text] {
                width: 180px;
            }

            .reg_details ul li.city input[type=text] {
                width: 260px;
            }*/

            .reg_details ul li.addresstype, .reg_details ul li.reg_phone {
                float: none;
                width: 100%;
                clear: both;
            }

                .reg_details ul li.addresstype p, .reg_details ul li.reg_phone p, .reg_details ul li.zip p {
                    margin: 0;
                    padding: 0;
                }

                    .reg_details ul li.addresstype span, .reg_details ul li.reg_phone p span, .reg_details ul li.zip p span {
                        display: inline-block;
                        margin-right: 10px;
                    }

            .reg_details ul li.inactive {
                opacity: .6;
            }

            .reg_details ul li#copies label, .reg_details ul li#copies span {
                display: inline-block;
            }

        /*.reg_details select#BusinessIndustry, .reg_details select#JobFunction {
        width: 260px;
    }

select#EmployeeCountInOrganization, select#SalesVolume {
    width: 150px;
}*/

        .reg_details ul.org_list {
            margin: 0 0 0 80px;
            padding-bottom: 0;
        }

            .reg_details ul.org_list li:nth-child(1) {
                margin: 0 13px 0 0;
            }

.smallRed {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #c00;
    display: block;
    margin-left: 110px;
}

.articleAlert h3 label, .directoriesbox p.bluesep span, .whitepapers h3 span, p.buttons span.notice {
    font-style: italic;
}

.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

p.newsletterSignupMsg {
    line-height: normal;
    color: grey;
    margin: 0 0 10px;
}

p.subscriptionstatus {
    overflow: auto;
    padding: 10px;
    margin: 0;
}

    p.subscriptionstatus span {
        display: block;
        float: left;
        background: #f1f1f1;
        font-size: 15px;
        color: #1b83d3;
        padding: 8px 6px 8px 25px;
        margin: 0 10px 0 0;
        position: relative;
        height: 30px;
    }

        p.subscriptionstatus span:after, p.subscriptionstatus span:before {
            position: absolute;
            top: 0;
            width: 0;
            height: 0;
            display: block;
            border-style: solid;
            border-width: 15px 0 15px 15px;
            content: "";
        }

        p.subscriptionstatus span.selected {
            background: #0f8920;
        }

        p.subscriptionstatus span.active {
            background: #1c83d0;
        }

        p.subscriptionstatus span a {
            color: #1b83d3;
        }

        p.subscriptionstatus span.active a, p.subscriptionstatus span.selected a {
            color: #FFF;
        }

        p.subscriptionstatus span:before {
            left: 0;
            border-color: transparent transparent transparent #FFF;
        }

        p.subscriptionstatus span.active:before {
            border-style: solid;
            border-width: 15px 0 15px 15px;
            border-color: transparent transparent transparent #FFF;
        }

        p.subscriptionstatus span:after {
            right: -15px;
            border-color: transparent transparent transparent #f1f1f1;
            z-index: 1;
        }

        p.subscriptionstatus span.active:after, p.subscriptionstatus span.selected:after {
            border-style: solid;
            border-width: 15px 0 15px 15px;
            border-color: transparent transparent transparent #1c83d0;
        }

h1.sphd.irmi {
    position: relative;
    height: 120px;
    margin: 10px 0px;
}

    h1.sphd.irmi span.crc {
        border: 0px;
        background: url('../../Content/images/CRC-Logo.jpg') no-repeat 0% 0%;
        background-size: auto 80px;
        min-height: 80px;
        position: relative;
        display: inline-block;
        width: 220px;
    }

    h1.sphd.irmi span.bi {
        width: 100px;
        height: 100px;
        background: url('../../Content/images/bilogo.jpg') no-repeat 0% 0%;
        background-size: 80px auto;
        position: absolute;
        top: 10px;
        left: 580px;
    }

    h1.sphd.irmi span.crc a {
        display: block;
        width: 100%;
        height: 80px;
    }

.subscriptionlevel {
    padding: 10px 0;
    max-width: 960px;
    margin: 0;
}

    .subscriptionlevel table {
        border-collapse: collapse;
    }

        .subscriptionlevel table td {
            padding: 10px;
            vertical-align: middle;
            font-size: 16px;
            border-bottom: 1px solid #CCC;
            border-left: 1px solid #CCC;
            border-right: 1px solid #CCC;
            text-align: center;
        }

            .subscriptionlevel table td.smlfnt {
                font-size: 14px;
                line-height: 20px;
            }

                .subscriptionlevel table td.smlfnt label {
                    font-weight: 700;
                    font-size: 16px;
                }

        .subscriptionlevel table tr td:first-child, .subscriptionlevel table tr td:last-child {
            text-align: left;
            line-height: normal;
        }

        .subscriptionlevel table tr td:last-child {
            line-height: 200%;
        }

            .subscriptionlevel table tr td:last-child input[type=radio] {
                display: inline-block;
                position: relative;
                top: 2px;
            }

            .subscriptionlevel table tr td:last-child label {
                display: inline-block;
                min-width: 35px;
            }

        .subscriptionlevel table th {
            border-bottom: 2px solid #000;
            padding: 5px;
            font-size: 16px;
            vertical-align: top;
        }

        .subscriptionlevel table tr th:nth-child(2), .subscriptionlevel table tr th:nth-child(3), .subscriptionlevel table tr th:nth-child(4), .subscriptionlevel table tr th:nth-child(5) {
            width: 10%;
        }

        .subscriptionlevel table tr th:nth-child(8) {
            width: 25%;
        }

        .subscriptionlevel table tr:nth-child(2) {
            background-color: #f0f5f5;
        }

        .subscriptionlevel table tr:nth-child(3) {
            background-color: #ecf9ec;
        }

        .subscriptionlevel table tr:nth-child(4), .subscriptionlevel table tr:nth-child(5), .subscriptionlevel table tr:nth-child(6) {
            background-color: #e6f5ff;
        }

        .subscriptionlevel table td input[type=button].submitbtn {
            padding: 5px 6px;
            font-size: 14px;
            min-width: inherit;
        }

    .subscriptionlevel span.cross, .subscriptionlevel span.tick {
        width: 24px;
        height: 24px;
        display: inline-block;
    }

    .subscriptionlevel span.tick {
        background: url(images/tick.png) 50% 50% no-repeat;
        background-size: 20px auto;
    }

    .subscriptionlevel span.cross {
        background: url(images/cross.png) 50% 50% no-repeat;
        background-size: 16px auto;
    }

    .subscriptionlevel p {
        margin: 5px 0;
        padding: 10px 0;
    }

    .subscriptionlevel span {
        display: block;
        font-size: 14px;
        line-height: normal;
    }

    .subscriptionlevel label {
        display: inline-block;
        margin: 0 10px 0 0;
    }

p.regbtns {
    text-align: center;
}

F #top-leaderboard {
    margin-top: -11px;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    height: 90px;
}

.footer .social {
    bottom: auto;
    top: 20px;
}

.loadmore {
    display: block;
    text-align: center;
    padding: 10px 0px;
}

    .loadmore a {
        display: inline-block;
        padding: 6px 30px;
        text-decoration: none;
        background: #fbfbfb;
        border: 1px solid #ababab;
        font-size: 13px;
        border-radius: 4px;
        font-weight: 600;
        color: #000000;
    }

    .loadmore a, a {
        color: #0078a5;
    }
/* .loadmore::before {
        background: #d0d0d0;
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(50% - 1px);
        height: 2px;
    }*/

.regplanmobile {
    display: none;
}

#close {
    position: absolute;
    right: 10px;
    top: 9px;
    text-indent: -9999px;
    background: url(images/close.png);
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.aw_full h4, .restrictpopup p.leftside, p.fullside {
    font-family: 'Roboto Condensed', sans-serif;
}

.fancybox-close {
    background: url(images/crosswhite.png) 50% 50% no-repeat #0078a5 !important;
    background-size: auto 16px !important;
    border-radius: 100%;
    z-index: 99999 !important;
}

.restrictpopup {
    background: #FFF;
    text-align: center;
    padding: 30px 30px 0;
    font-size: 16px;
    height: 100%;
    overflow: auto;
}

    .restrictpopup h1 {
        margin: 0;
        padding: 0;
        height: 40px;
        background: url(images/logo@2x.png) no-repeat;
        background-size: auto 25px;
    }

    .restrictpopup p.leftside, p.fullside {
        margin: 0;
        padding: 10px 0 5px;
        text-align: center;
        font-size: 20px;
        line-height: 130%;
        font-weight: 500;
    }

.alreadymemberpopup p.leftside, p.fullside {
    margin: 0;
    padding: 10px 0 5px;
    font-size: 20px;
    line-height: 130%;
    font-weight: 300;
}

p.fullside {
    float: none;
    width: 100%;
    font-size: 18px;
    padding: 20px 10px 5px;
}

.restrictpopup p.rightside {
    margin: 0;
    padding: 10px;
    font-size: 16px;
}

    .restrictpopup p.rightside label {
        font-weight: 700;
        color: #1b83d3;
    }

.restrictpopup p.leftside a, .restrictpopup span.login a, p.fullside a, p.spreglink > a {
    background: #0078a5;
    color: #FFF;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    display: block;
}

.restrictpopup p.leftside a, p.fullside a, p.spreglink > a {
    margin: 20px auto 0;
    width: 120px;
}

p.spreglink {
    text-align: center;
}

    p.spreglink > a {
        margin: 0 auto;
    }

    p.spreglink span {
        font-size: 14px;
    }

.restrictpopup span.login {
    display: block;
    clear: both;
}

    .restrictpopup span.login a {
        margin: 20px 0 0;
        font-weight: 700;
    }

#rectangle-2 {
    text-align: center;
}

#dvFeaturedDirectories ul {
    margin: 0px;
    padding: 0px;
}

    #dvFeaturedDirectories ul li {
        list-style: none;
    }

        #dvFeaturedDirectories ul li p {
            max-height: 180px;
            overflow: hidden;
            margin-bottom: 20px;
            cursor: pointer;
        }

        #dvFeaturedDirectories ul li h3 {
            margin: 0px 0px 20px 0px;
            padding: 0px;
            font-size: 13px;
            cursor: pointer;
        }

        #dvFeaturedDirectories ul li img {
            width: 100%;
        }

.articledetailbox p.authorname {
    color: #0078a5;
    font-weight: 600;
}

    .articledetailbox p.authorname label.mngDate {
        color: #4d4d4d;
        font-size: 12px;
        display: block;
    }

.articledetails p.authorname span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
    padding-top: 2px;
    margin: 0 2px 0 0;
}

    .articledetails p.authorname span img {
        display: inline-block;
        margin: 0 2px 0 0;
        min-width: 26px;
        height: 36px;
        vertical-align: middle;
    }

    .articledetails p.authorname span label {
        color: #0078a5;
        display: inline-block;
        vertical-align: middle;
    }

#dvSearchResult ul.searchlist {
    margin: 0px;
    padding: 0px;
}

    #dvSearchResult ul.searchlist li {
        list-style: none;
        padding: 10px;
        position: relative;
        margin: 0px 0px 10px 0px;
        border-bottom: 1px solid #f2f2f2;
    }

        #dvSearchResult ul.searchlist li:after {
            content: "";
            display: block;
            clear: both;
        }

        #dvSearchResult ul.searchlist li h3 {
            margin: 0px;
            padding: 0px 0px 10px 0px;
        }

        #dvSearchResult ul.searchlist li span.overline {
            font-size: 12px;
            color: #a2a2a2;
        }

        #dvSearchResult ul.searchlist li p {
            margin: 0px;
            padding: 10px 10px 10px 0px;
            position: relative;
        }

            #dvSearchResult ul.searchlist li p span.thumbnail {
                position: static;
                float: left;
                top: 10px;
                left: 0px;
                width: 190px;
                min-height: 120px;
                overflow: hidden;
            }

                #dvSearchResult ul.searchlist li p span.thumbnail img {
                    width: calc(100% - 10px);
                    height: auto;
                }

#dvFeaturedVideos .jwplayer {
    padding: 10px;
    border: 1px solid #CCCCCC;
    margin: 10px 0px 10px 0px;
}

#dvPeolpe {
    margin-top: 30px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pagetitle.mltimedia {
    padding-bottom: 0;
}

.multimain {
    cursor: pointer;
}

.multimediaimage {
    width: 100%;
    max-width: 600px;
    position: relative;
}

.featured-section p.multimediaimage.video, .featured-section p.multimediaimage.audio, .featured-section p.multimediaimage.photo, .featured-section p.multimediaimage.article {
    padding: 30px;
}

.multimediaimage img {
    width: 100%;
    height: auto;
}
/*.multimediaimage:after, span.storyimg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	height: 100%;
	width: 100%;
}*/
span.storyimg.photo:after {
    min-height: 70px;
}

#dvMultimediaArticleList span.storyimg:after {
    min-height: 107px;
}

.multimediaimage.video:after, span.storyimg.video:after {
    background: url(images/video-overlay@2x.png) 50% 50% no-repeat !important;
    background-size: 20% !important;
}

.multimediaimage.audio:after, span.storyimg.audio:after {
    background: url(images/audio-overlay@2x.png) 0 100% no-repeat;
    background-size: 25%;
}

.multimediaimage.photo:after, span.storyimg.photo:after {
    background: url(images/gallery-overlay@2x.png) 0 100% no-repeat no-repeat rgba(0, 0, 0, .1);
    background-size: 25%;
}

.multimedialist li:hover span.storyimg.video:after, .multimain:hover .multimediaimage.video:after, span.storyimg.video:hover:after, ul.multistoryfour li:hover span.storyimg.video:after {
    background: url(images/video-overlay@2x.png) 50% 50% no-repeat rgba(0, 0, 0, .4);
    background-size: 35%;
}

.multimedialist li:hover span.storyimg.audio:after, .multimain:hover .multimediaimage.audio:after, ul.multistoryfour li:hover span.storyimg.audio:after {
    background: url(images/audio-overlay@2x.png) 0 100% no-repeat rgba(0, 0, 0, .4);
    background-size: 25%;
}

.multimedialist li:hover span.storyimg.photo:after, .multimain:hover .multimediaimage.photo:after, ul.multistoryfour li:hover span.storyimg.photo:after {
    background: url(images/gallery-overlay@2x.png) 0 100% no-repeat rgba(0, 0, 0, .4);
    background-size: 25%;
}

ul.multistoryfour {
    margin: 0;
    padding: 0;
    overflow: auto;
}

    ul.multistoryfour li {
        list-style: none;
        width: 50%;
        float: left;
        padding: 0 10px 0 0;
        border-right: 1px solid #d5d5d5;
        border-bottom: 0px !important;
        /*max-height: 250px;*/
        overflow: hidden;
        cursor: pointer;
        color: #000000;
    }

        ul.multistoryfour li p {
            color: #000000;
        }

.storyimg {
    width: 100% !important;
    max-height: 220px !important;
    height: auto !important;
    overflow: hidden;
}

    .storyimg img {
        width: 100% !important;
        height: auto !important;
    }

#dvMultimediaArticleList span.storyimg, #dvMultimediaArticleList span.storyimg img {
    width: 100% !important;
    max-height: 240px !important;
    height: auto !important;
}

ul.multistoryfour li h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    clear: both;
}

ul.multistoryfour li:nth-child(2) {
    border: 0;
    padding-right: 0;
    padding-left: 10px;
}

span.storyimg {
    position: relative;
    display: block;
}

.cmnhalf {
    width: 50%;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #f2f2f2;
}

.cmnlist.multimedialist span.storyimg {
    display: block;
    width: 100% !important;
    height: auto;
    max-height: inherit;
}

.cmnlist.multimedialist li {
    cursor: pointer;
}

.cmnlist.multimedialist .featured-section ul li span.storyimg img {
    float: none;
    width: 100%;
    height: auto;
    max-height: inherit;
    max-width: inherit;
    min-height: 200px;
}

.cmnlist.multimedialist li span.pubdate {
    color: #0078a5;
    margin: 0 0 5px;
}

.multimediaviewmore {
    clear: both;
    padding: 10px 0 0;
}

    .multimediaviewmore h2 {
        color: #0078a5;
        background: #f2f2f2;
        display: inline-block;
        padding: 3px 6px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: normal;
        font-family: 'Source Sans Pro', Arial, sans-serif;
        border-bottom: 2px solid #FFF;
    }

    .multimediaviewmore .slider.slick-slider {
        width: 100%;
        background: #f2f2f2;
        padding: 10px 30px;
        margin: 0;
        border-top: 2px solid #FFF;
    }

        .multimediaviewmore .slider.slick-slider h2 {
            font-size: 14px;
            font-family: 'Roboto Condensed', Arial, sans-serif;
            color: #4d4d4d;
            margin: 0;
            padding: 0;
            font-weight: 400;
            text-transform: initial;
            letter-spacing: initial;
        }

            .multimediaviewmore .slider.slick-slider h2 a {
                color: #4d4d4d;
                font-weight: 400;
            }

        .multimediaviewmore .slider.slick-slider .storyimg, .multimediaviewmore .slider.slick-slider .storyimg img {
            width: 200px;
            height: 134px;
            max-height: inherit;
        }

.slick-prev.slick-arrow {
    left: 0 !important;
}

.slick-next.slick-arrow {
    right: 0 !important;
}

.slick-next:before, .slick-prev:before {
    content: "" !important;
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: 10px;
    background: url(images/lftarrw.png) 50% 50% no-repeat;
    background-size: auto 30px;
}

.cmn_mmarticlelist ul.cmnlist.multimedialist {
    overflow: auto;
    padding: 20px 10px !important;
}

    .cmn_mmarticlelist ul.cmnlist.multimedialist li {
        clear: none;
        float: left;
        width: 50%;
        margin: 0;
        padding: 10px 20px 20px 0 !important;
        position: relative;
        border-bottom: 0 !important;
        min-height: 442px !important;
    }

        .cmn_mmarticlelist ul.cmnlist.multimedialist li span.storyimg img {
            max-height: 100%;
            max-width: 100%;
        }

        .cmn_mmarticlelist ul.cmnlist.multimedialist li:nth-child(2n+2) {
            padding: 10px 0 20px 20px !important;
            border-left: 1px solid #f3f3f3 !important;
        }

        .cmn_mmarticlelist ul.cmnlist.multimedialist li:before {
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 20px;
            height: 1px;
            background: #CCC;
        }

        .cmn_mmarticlelist ul.cmnlist.multimedialist li:before, .job_oprt_pwrd:after, .job_oprt_pwrd:before, .loadmore::before, p.jb_jobcountry label:after {
            content: "";
        }

.slick-next:before {
    left: auto;
    right: 10px;
    background: url(images/rgtarrw.png) 50% 50% no-repeat;
    background-size: auto 30px;
}
/*.featured-section.excecutiveqa#dvFeaturedArticles{
    overflow:visible;
    max-height:inherit;
}*/
#dvFeaturedArticles {
    height: 2185px;
}

#dvFeaturedArticles {
    max-height: 2185px;
    overflow: auto;
    padding-right: 10px;
}

#ulFeaturedArticles {
    margin: 0px;
    padding: 0px;
}

.featured-section.excecutiveqa#dvFeaturedArticles:after {
    display: block;
    clear: both;
    content: "";
}

.excecutiveqa .column60 {
    padding-top: 10px;
}

    .excecutiveqa .column60 ul.cmnlist {
        margin-top: 0;
    }

        .excecutiveqa .column60 ul.cmnlist li {
            border-bottom: 0;
            border-top: 1px solid #CCC;
        }

            .excecutiveqa .column60 ul.cmnlist li:first-child {
                border-top: 0;
            }

.column40 {
    float: right;
    width: calc(40% + 1px);
    padding: 0 0 0 23px;
    border-left: 1px solid #CCC;
    margin: 9px 0 0;
}

.excecutiveqa .column40 {
    margin-top: 10px;
    padding-left: 24px;
}

    .excecutiveqa .column40 ul.cmnlist li:first-child {
        padding-top: 4px;
    }

.column40 #dvRightArticleList ul.cmnlist li:first-child {
    padding-top: 3px;
}

.excecutiveqa .column40 ul.cmnlist li:first-child img {
    top: 0;
}

.excecutiveqabox .cmnright h2, h2.hnghd {
    border-top: 3px solid #d0d0d0;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.excecutiveqa ul.cmnlist li img {
    max-height: inherit;
    max-width: 70px;
    min-width: inherit;
    margin: 0 10px 0 0;
}

.excecutiveqa ul.cmnlist li.sponsored img {
    position: relative;
    top: 50px;
}

.ftmultimedia ul.cmnlist li span.mmprfpic, .ftmultimedia ul.cmnlist li .mmprfpic {
    max-width: 60px;
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    top: 8px;
}

    .ftmultimedia ul.cmnlist li span.mmprfpic img, .ftmultimedia ul.cmnlist li .mmprfpic img {
        width: auto;
        position: absolute;
        left: 0px;
        top: 0;
        float: none;
        max-width: inherit;
        max-width: 100%;
    }

.excecutiveqabox .cmnright h2 span, h2.hnghd span {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #FFF;
    background: #d0d0d0;
    display: inline-block;
    padding: 6px 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.2px;
    margin: 0;
    vertical-align: top;
}

.excecutiveqabox .cmnright p input[type=email] {
    width: calc(100% - 100px);
    border: 1px solid #CCC;
    background: #F1f1f1;
    padding: 5px;
    display: inline-block;
}

.excecutiveqabox .cmnright p input[type=submit] {
    border: 0;
    background: #0078a5;
    padding: 6px 10px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    color: #FFF;
    font-size: 16px;
}

.featured-section {
    overflow: auto;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.column60 {
    float: left;
    width: calc(60% - 1px);
    margin: 0;
    padding: 9px 25px 0 0;
}

.featured-section p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000000;
}

.featured-section h2 {
    font-size: 200%;
    margin: 0 0 5px;
    padding: 0;
    color: #0078a5;
    line-height: 130%;
    letter-spacing: normal;
    font-size: 21px;
}

    .featured-section h2 a, .featured-section h2 a.loadmore {
        color: #000000 !important;
    }

#dvRightArticleList h3 {
    font-size: 18px;
    font-weight: 600;
}

h1.sphd, h1.sphd1 {
    color: #0078a5;
    font-size: 28px;
    padding: 10px 0;
    border-bottom: 1px solid #0078a5;
    margin: 0;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    width: calc(100% - 340px);
}

h1.sphd1 {
    border: 0;
}

.workerscomp h1.sphd1 {
    padding: 11px 0 10px;
}

h1.sphd.insconn {
    border: 0px;
    background: url('../../Content/images/insconn.png') no-repeat 0% 0%;
    background-size: auto 100px;
    margin: 10px 0px;
    min-height: 120px;
}

.awardsandevents h1.sphd {
    padding: 8px 0 7px 6px;
}

.directoriesbox p.bluesep {
    border: 1px solid #ccc;
    background: #ccedff;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 700;
}

    .directoriesbox p.bluesep label {
        text-decoration: underline;
    }

.whitepapers p.bluesep {
    border: 1px solid #ccc;
    background: #ccedff;
    font-size: 15px;
    padding: 10px 15px;
}

.articletabs {
    overflow: auto;
    border-bottom: 1px solid #4d4d4d;
    padding: 0;
    margin: 60px 0 0;
    min-height: 32px;
}

    .articletabs li {
        display: block;
        float: left;
        margin: 0 3px 0 0;
        font-family: 'Source Sans Pro', Arial, sans-serif;
        letter-spacing: 1px;
    }

        .articletabs li a {
            display: block;
            padding: 8px 6px;
            line-height: normal;
        }

            .articletabs li a:hover {
                color: #0078a5;
                background: #f2f2f2;
            }

        .articletabs li.selected a {
            background: #0078a5;
            color: #fff;
        }

ul.directorylist {
    margin: 0;
    padding: 0;
}

    ul.directorylist li {
        list-style: none;
        border-bottom: 1px solid #CCC;
        padding: 20px 0;
        clear: both;
        min-height: 125px;
    }

        ul.directorylist li.clsHeadYear {
            padding: 0;
            border: 0;
            min-height: inherit;
        }

        ul.directorylist li span.dirpic {
            float: left;
            margin: 0 20px 0 0;
        }

            ul.directorylist li span.dirpic img {
                max-width: 100px !important;
            }

        ul.directorylist li p.price {
            font-size: 14px;
        }

            ul.directorylist li p.price span {
                display: inline-block;
                padding: 0 10px;
                border-right: 2px solid #d0d0d0;
                vertical-align: middle;
            }

                ul.directorylist li p.buynowlinks span:first-child, ul.directorylist li p.price span:first-child {
                    padding-left: 0;
                }

                ul.directorylist li p.buynowlinks span:last-child, ul.directorylist li p.price span:last-child {
                    border: 0;
                }

        ul.directorylist li p.buynowlinks {
            font-size: 15px;
        }

            ul.directorylist li p.buynowlinks span {
                display: inline-block;
                padding: 0 10px;
                border-right: 2px solid #d0d0d0;
                vertical-align: middle;
            }

    ul.directorylist h3 {
        margin: 0;
        padding: 0;
        color: #4d4d4d;
        font-size: 20px;
        line-height: 130%;
    }

        ul.directorylist h3 a {
            color: #4d4d4d;
        }

    ul.directorylist p {
        font-size: 17px;
        margin: 0;
        padding: 0;
        line-height: 150%;
    }

.excecutiveqabox .cmnright h2, h2.hnghd {
    border-top: 3px solid #d0d0d0;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

    .excecutiveqabox .cmnright h2 span, h2.hnghd span {
        font-family: 'Source Sans Pro', Arial, sans-serif;
        color: #FFF;
        background: #d0d0d0;
        display: inline-block;
        padding: 6px 8px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 1.2px;
        margin: 0;
        vertical-align: top;
    }

ul.sponsoringsite li span.sprpic {
    max-width: 100px;
    max-height: 100px;
}

    ul.sponsoringsite li span.sprpic img {
        max-width: 100%;
    }

ul.sponsoringsite {
    margin: 0px;
    clear: both;
    padding: 0px 0px 0px 0px;
}

    ul.sponsoringsite li {
        margin: 0 0 15px;
        border: 1px solid #d0d0d0;
        padding: 10px;
        list-style: none;
        clear: both;
        min-height: 120px;
        background: #f1f1f1;
    }

        ul.sponsoringsite li:hover {
            background: #f2f2f2;
        }

        ul.sponsoringsite li span.sprpic {
            width: 100px;
            float: left;
            margin: 0px;
            padding: 0px 10px 10px 0px;
        }

        ul.sponsoringsite li h3 {
            line-height: 20px;
            margin: 0 0px 10px;
            padding: 0;
            color: #4d4d4d;
            font-size: 18px;
        }

        ul.sponsoringsite li p {
            margin: 0;
            padding: 0;
            font-size: 15px;
        }

.homespblocks ul li {
    width: 100%;
    float: none;
}

.footer .copyright, .footer .footerclmlinks .column ul li a, .homespblocks h1 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.homespblocks {
    margin: 20px 0;
    border-top: 2px solid #d0d0d0;
    clear: both;
}

    .homespblocks h1 {
        color: #FFF;
        background: #d0d0d0;
        display: inline-block;
        padding: 6px 8px;
        font-weight: 700;
        font-size: 14px;
        margin: 0;
    }

    .homespblocks ul {
        margin: 0;
        padding: 20px 0;
        overflow: auto;
    }

        .homespblocks ul li {
            display: block;
            width: calc(100%/5);
            padding: 0 10px;
            border-right: 1px solid #CCC;
            min-height: 160px;
            float: left;
            cursor: pointer;
        }

            .homespblocks ul li:first-child {
                padding-left: 0;
            }

            .homespblocks ul li:last-child {
                border: 0;
                padding-right: 0;
            }

            .homespblocks ul li p {
                margin: 0;
                padding: 0;
                height: 120px;
                overflow: hidden;
            }

                .homespblocks ul li p img {
                    width: 100%;
                    height: auto;
                }

            .homespblocks ul li h3 {
                color: #535353;
                font-size: 20px;
                margin: 10px 0;
                padding: 0 20px 0 0;
                line-height: 130%;
            }

.tagblue, .whitepapers .tags.white {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tagblue {
    display: inline-block;
    padding: 3px 5px;
    background: #2579a7;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
}

.cmnleft.peoplesec {
    padding-top: 20px;
}

ul.upclose {
    margin: 0;
    padding: 25px 0 0;
}

    ul.upclose li {
        border-top: 1px solid #ddd;
        padding: 20px 20px 20px 131px;
        position: relative;
        min-height: 166px;
        list-style: none;
    }

        ul.upclose li span.prfpic {
            width: 111px;
            height: 120px;
            border: 1px solid #ddd;
            padding: 2px;
            position: absolute;
            top: 25px;
            left: 0;
            overflow: hidden;
        }

            ul.upclose li span.prfpic img {
                max-width: 100%;
                height: auto;
                width: 100%;
            }

        ul.upclose li h3 {
            font-size: 18px;
            margin: 0;
            padding: 12px 0 0;
            color: #4d4d4d;
        }

            ul.upclose li h3 a {
                color: #4d4d4d;
            }

        ul.upclose li p {
            line-height: 120%;
            margin: 0;
            padding: 15px 0;
            font-size: 16px;
        }

.txbld {
    font-weight: 700;
}

ul.eventlist {
    margin: 0;
    padding: 0;
}

    ul.eventlist > li {
        list-style: none;
        padding: 20px 0;
        border-bottom: 1px solid #d0d0d0;
    }

    ul.eventlist li h3 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        color: #535353;
        line-height: normal;
    }

    ul.eventlist li span.startdate {
        font-family: 'Source Sans Pro', Arial, sans-serif;
        color: #b3b3b3;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    ul.eventlist li p {
        margin: 0;
        padding: 5px 0;
        font-size: 17px;
    }

        ul.eventlist li p.btns {
            position: relative;
            height: 30px;
        }

            ul.eventlist li p.btns a.learnmore {
                font-size: 14px;
                line-height: normal;
                background: #0078a5;
                color: #fff;
                display: inline-block;
                padding: 8px 12px;
                position: absolute;
                top: 10px;
                right: 10px;
            }

.workerscomp p.indepth label, .workerscomp p.indepth span, ul.cmnlist.upcoming li span.startdate {
    color: #0078a5;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

ul.eventlist li p.btns a.learnmore:hover {
    background: #4d4d4d;
}

jb_content h1.mainhd {
    color: #0078a5;
    padding-bottom: 10px;
    border-bottom: 1px solid #0078a5;
}

.jb_jobopportunities {
    position: relative;
    padding: 10px;
}

    .jb_jobopportunities .jb_jobsearch ul li label {
        display: block;
        font-size: 14px;
        margin: 0 0 5px;
    }

    .jb_jobopportunities .jb_jobsearch ul li span {
        display: block;
    }

        .jb_jobopportunities .jb_jobsearch ul li span select {
            width: 100%;
            max-width: 95%;
        }

.dvMessage {
    text-align: right;
    color: #666666;
    padding: 15px 0;
    font-size: 15px;
    border: 1px solid #f2f2f2;
}

p.txrgt {
    padding: 10px 0 !important;
    margin: 0;
    border-top: 1px solid #CCC;
}

#dvJopOpportunitiesList h3 {
    margin: 0;
    padding: 30px 0 10px;
    border-bottom: 1px solid #CCC;
    font-size: 20px;
}

ul.jb_joblist {
    margin: 0;
    padding: 0;
}

    ul.jb_joblist li {
        list-style: none;
        padding: 20px 0;
        border-bottom: 1px solid #CCC;
    }

        ul.jb_joblist li h2 {
            margin: 0 0 10px;
            padding: 0;
            font-size: 20px;
            color: #1d4f98;
        }

p.jb_jobcountry {
    color: #bbb;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    p.jb_jobcountry label {
        display: inline-block;
        margin: 0 10px 0 0;
        position: relative;
        padding: 0 10px 0 0;
    }

        p.jb_jobcountry label:after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 1px;
            background: #CCC;
        }

        p.jb_jobcountry label:last-child:after {
            display: none;
        }

p.jb_jobdetails {
    margin: 20px 0 0;
    padding: 0;
    line-height: 160%;
    font-size: 16px;
    color: #666666;
}

p.jb_schedule {
    margin: 10px 0;
    position: relative;
    text-align: left;
    color: #bbb;
    font-size: 16px;
}

    p.jb_schedule label {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
    }

    p.jb_schedule input.viewdetails {
        position: absolute;
        right: 20px;
        top: 0;
        background: #f5f5f5;
        border: 1px solid #CCC;
        color: grey;
        padding: 8px 15px;
        font-size: 12px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        cursor: pointer;
    }

.jb_mainjobdetails {
    margin: 0 auto;
}

    .jb_mainjobdetails ul {
        margin: 0 0 0 20px;
        padding: 0;
    }

    .jb_mainjobdetails p {
        line-height: 150%;
        font-size: 16px;
        margin: 0 0 10px;
        padding: 0;
    }

.jb_jobopportunities .jb_jobsearch {
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .jb_jobopportunities .jb_jobsearch h2 {
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #CCC;
    }

    .jb_jobopportunities .jb_jobsearch ul {
        overflow: auto;
        margin: 10px auto;
        padding: 0;
    }

        .jb_jobopportunities .jb_jobsearch ul li {
            list-style: none;
            width: calc(100%/3);
            margin: 0 0 10px;
            float: left;
            padding: 10px 10px 5px 0;
        }

p.besttx {
    margin: 25px 0px 10px 0px;
    border-bottom: 1px solid #CCCCCC;
    padding: 0px 0px 20px 0px;
}

.bestplacestowork {
    margin: 0px 0px 30px 0px;
    padding: 10px;
}

h2.bstplacewrk {
    margin: 0px;
    padding: 10px;
    position: relative;
    font-size: 20px;
    color: #000000;
}

    h2.bstplacewrk span {
        position: absolute;
        top: 14px;
        right: 10px;
        font-size: 16px;
    }

    h2.bstplacewrk.bipink {
        background: #ff1449;
    }

.bestplacestowork.bipink {
    border: 1px solid #ff1449;
}

h2.bstplacewrk.biyellow {
    background: #f3d150;
}

.bestplacestowork.biyellow {
    border: 1px solid #f3d150;
}

h2.bstplacewrk.bigreen {
    background: #acd450;
}

.bestplacestowork.bigreen {
    border: 1px solid #acd450;
}

.bestplacestowork li {
    list-style: none;
    position: relative;
    min-height: 120px;
    padding: 20px;
    font-size: 15px;
    background: #f6fbfe;
    border: 1px solid #f2f2f2;
    margin-bottom: 15px;
}

    .bestplacestowork li h3 {
        font-size: 21px;
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }

    .bestplacestowork li p {
        margin: 0px;
        padding: 0px;
    }

    .bestplacestowork li span.compnylogo {
        position: relative;
        top: 0px;
        left: 0px;
        width: 160px;
        float: left;
        display: block;
        min-height: 50px;
        margin-bottom: 20px;
    }

        .bestplacestowork li span.compnylogo a {
            display: block;
            width: 160px;
            height: auto;
            text-align: center;
        }

            .bestplacestowork li span.compnylogo a img {
                max-width: calc(100% - 30px);
                max-height: 120px;
                margin: 0px auto;
                display: inline-block;
            }

    .bestplacestowork li p {
        line-height: 160%;
        font-size: 14px;
    }

.bestplacestoworkpriority {
    position: absolute;
    right: 33px;
    top: 25px;
    padding: 10px;
    color: #FFFFFF;
    font-size: 30px;
    /* font-weight: bold; */
    background: #3af;
}

.bestplacestoworkhead {
    width: 80% !important;
}

.pp_form {
    padding: 10px;
}

    .pp_form ul {
        margin: 0;
        padding: 30px 0 0;
    }

        .pp_form ul li {
            list-style: none;
            padding: 0 0 10px;
            margin: 0 0 5px;
        }

            .pp_form ul li > label {
                text-align: right;
                width: 120px;
                font-size: 15px;
                display: inline-block;
                padding: 5px 10px 0 0;
                vertical-align: top;
            }

            .pp_form ul li > span {
                width: calc(100% - 120px);
                display: inline-block;
            }

    .pp_form p {
        text-align: center;
        margin: 0;
        padding: 10px 0 0;
    }

    .pp_form ul li > span input[type=text], .pp_form ul li > span input[type=password], .pp_form ul li > span select, .pp_form ul li > span textarea {
        width: 100%;
        max-width: 350px;
    }

.popupbox h1 {
    font-size: 25px;
    padding: 3px 6px 3px 0;
    color: #000;
    background: 0 0;
    display: block;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

ul.riskrepsctiveslist {
    margin: 0;
    padding: 20px 0 0;
}

    ul.riskrepsctiveslist li {
        list-style: none;
        padding: 10px;
        margin: 10px 0;
        position: relative;
        border: 1px solid rgba(0, 0, 0, .075) !important;
    }

        ul.riskrepsctiveslist li span.rsk_logo {
            float: right;
            margin: 0 0 10px 10px;
            width: 80px;
            min-height: 80px;
        }

            ul.riskrepsctiveslist li span.rsk_logo img {
                max-width: 100%;
            }

        ul.riskrepsctiveslist li span.sponsored {
            display: none;
            font-size: 13px;
            font-weight: 600;
            font-style: italic;
            padding: 5px 0;
            color: rgba(0, 0, 0, .5);
        }

        ul.riskrepsctiveslist li.rsksponsered {
            background: #f9fcff;
            border: 1px solid rgba(0, 0, 0, .075);
            border-top: 0;
        }

        ul.riskrepsctiveslist li:first-child.rsksponsered {
            border: 1px solid rgba(0, 0, 0, .075);
        }

        ul.riskrepsctiveslist li.rsksponsered span.sponsored {
            display: inline-block;
        }

        ul.riskrepsctiveslist li h2 {
            margin: 5px 0 0;
            padding: 0;
            font-size: 20px;
        }

            ul.riskrepsctiveslist li h2 a {
                color: rgba(0, 0, 0, .8);
            }

        ul.riskrepsctiveslist li p {
            line-height: 160%;
            margin: 5px 0 0;
            padding: 0;
        }

        ul.riskrepsctiveslist li h4 {
            margin: 8px 0 5px;
            padding: 0;
            font-size: 13px;
            font-weight: 600;
            color: #0078a5;
            font-style: italic;
        }

        ul.riskrepsctiveslist li h5 {
            margin: 0;
            padding: 0;
            font-size: 12px;
            font-weight: 500;
            color: rgba(0, 0, 0, .7);
        }

.italic {
    font-style: italic !important;
}

.researchandreports {
    width: 100%;
    padding: 10px 0 0;
}

.rsrch_img {
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: auto;
    overflow: hidden;
    background: #f2f2f2;
}

    .rsrch_img img {
        width: 100%;
        min-height: 250px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

.rsrv_grid h4 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 20px 0 10px;
    font-size: 20px;
}

.rsrv_grid h5 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
}

.rsrv_grid table {
    width: 100%;
}

    .rsrv_grid table th {
        background: #bfe3ff;
        padding: 6px;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        color: #0078a5;
    }

    .rsrv_grid table td {
        background: #FFF;
        padding: 10px 6px;
        font-size: 16px;
        text-align: left;
        color: #141517;
    }

        .rsrv_grid table td.txrgt, .rsrv_grid table th.txrgt {
            text-align: right;
        }

    .rsrv_grid table tr:nth-child(odd) td {
        background: #f2f2f2;
    }

.researchandreports h3 {
    margin: 0;
    padding: 30px 0 5px;
    font-size: 20px;
    font-weight: 700;
}

.researchandreports ul.rsrv_list {
    margin: 0;
    padding: 20px;
}

    .researchandreports ul.rsrv_list li {
        margin: 0 0 10px;
        padding: 5px 0;
        font-size: 16px;
    }

        .researchandreports ul.rsrv_list li a {
            text-decoration: none;
            color: #0078a5;
        }

p.footnote {
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
}

    p.footnote span {
        display: block;
        margin: 0 0 5px 10px;
    }

.sharelist {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 4px 3px 7px 100px;
    text-align: right;
    position: relative;
    margin: 0;
    min-height: 40px;
    z-index: 8;
    clear: both;
}

    .sharelist div.share {
        position: absolute;
        background: #0078a5;
        z-index: 1000;
        display: block;
        white-space: nowrap;
        min-height: 38px;
        text-align: left;
        left: 0;
        top: 0;
        color: #FFF;
        padding: 13px 7px 0 5px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        -moz-transition: width ease-in-out 250ms, height ease-in-out 250ms, opacity ease-in-out 250ms;
        -o-transition: width ease-in-out 250ms, height ease-in-out 250ms, opacity ease-in-out 250ms;
        -webkit-transition: width ease-in-out 250ms, height ease-in-out 250ms, opacity ease-in-out 250ms;
        transition: width ease-in-out 250ms, height ease-in-out 250ms, opacity ease-in-out 250ms;
        cursor: pointer;
    }

        .sharelist div.share > label {
            display: inline-block;
            padding: 0 15px 0 36px;
            cursor: pointer;
        }

        .sharelist div.share.open {
            top: 160px;
            left: calc(50% - 700px);
            position: fixed;
            min-width: 30px;
        }

            .sharelist div.share.open > label {
                display: none;
            }

        .sharelist div.share:before {
            width: 25px;
            height: 25px;
            position: absolute;
            top: 5px;
            left: 0;
            display: block;
            background: url(images/shareicon.png) 50% 50% no-repeat;
            background-size: 14px auto;
            content: "";
        }

    .sharelist a.less, .sharelist a.more, .sharelist span.tags {
        display: inline-block;
        padding: 3px 10px;
        background: #f2f2f2;
        color: #4d4d4d;
        font-size: 14px;
        line-height: normal;
    }

        .sharelist a.less:hover, .sharelist a.more:hover, .sharelist span.tags:hover {
            background: #e6e6e6;
            color: #0078a5;
        }

.share ul.sharesocial {
    margin: 0;
    padding: 0;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    overflow: hidden;
    height: 0;
    width: 0;
}

    .share ul.sharesocial li {
        list-style: none;
    }

        .share ul.sharesocial li a {
            color: #FFF;
            min-width: 120px;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            padding: 15px 0 15px 40px;
            font-weight: 400;
        }

.sharelist .share.open:hover > ul, .sharelist .share:hover > ul {
    display: block;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    width: 200px;
    height: 200px;
    padding-top: 20px;
}

.share ul.sharesocial li > label {
    display: inline-block;
    padding: 10px;
    background: #FFF;
    min-width: 40px;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.share ul.sharesocial li a:before {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
}

.share ul.sharesocial li.fb a:before {
    background: url(images/fbwhite.png) 50% 50% no-repeat;
    background-size: auto 24px;
}

.share ul.sharesocial li.linkdn a:before {
    background: url(images/inwhite.png) 50% 50% no-repeat;
    background-size: auto 24px;
}

.share ul.sharesocial li.gplus a:before {
    background: url(images/gplus.png) 50% 50% no-repeat;
    background-size: auto 24px;
}

.share ul.sharesocial li.twitter a:before {
    background: url(images/twitterwhite.png) 50% 50% no-repeat;
    background-size: auto 24px;
}

.sponsoredbox img {
    max-height: 130px;
}

#upClose_block {
    border: 1px solid #999;
}

    #upClose_block h2 {
        background: #06c;
        padding: 9px 0 10px 8px;
        margin: 0;
        color: #FFF;
        position: relative;
        font-size: 18px;
        font-weight: 700;
    }

        #upClose_block h2 a {
            position: absolute;
            right: 10px;
            top: 10px;
            text-decoration: none;
            color: #FFF;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0;
        }

#upclose_block_columns {
    padding: 20px 15px 20px 146px;
    position: relative;
    min-height: 155px;
}

    #upclose_block_columns span.prfpic {
        width: 111px;
        border: 1px solid #ddd;
        padding: 2px;
        position: absolute;
        top: 20px;
        left: 15px;
        overflow: hidden;
        max-height: 133px;
    }

        #upclose_block_columns span.prfpic img {
            max-width: 100%;
            min-height: 100%;
            width: 100%;
        }

    #upclose_block_columns h3 {
        font-size: 18px;
        margin: 0;
        padding: 5px 0 0;
        color: #4d4d4d;
        font-weight: 700;
        line-height: normal;
    }

        #upclose_block_columns h3 a {
            color: #4d4d4d;
        }

    #upclose_block_columns p {
        line-height: 150%;
        margin: 0 0 10px;
        padding: 0 0 1px;
        font-size: 12px;
        color: #333;
    }

    #upclose_block_columns a.read {
        display: block;
        text-align: right;
        color: #1b83d3;
        font-size: 14px;
    }

p.click {
    position: relative;
    display: block;
    padding: 8px 5px 1px;
    text-align: center;
    border-top: 1px solid #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #69c;
    margin: 0;
}

p#ulSearch, p.txrgt {
    text-align: right;
}

#listings_block p#listings_nav a, #listings_block p.goto a, #listings_block p.nav a, .leftcolumn p a, .rgtcolmn p a, p.click a {
    color: #1b83d3;
}

p.click a {
    font-weight: 700;
}

#listings_block p#listings_nav {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 21px;
    line-height: normal;
}

    #listings_block p#listings_nav a.submitan {
        display: block;
        color: #1b83d3;
        padding-bottom: 1px;
    }

    #listings_block p#listings_nav span.sortby {
        font-weight: 700;
    }

        #listings_block p#listings_nav span.sortby label {
            display: inline-block;
            margin: 0 10px;
            padding: 0 10px;
            border-right: 1px solid #000;
            border-left: 1px solid #000;
        }

#listings_block p.nav {
    font-size: 16px;
    padding: 5px 0 9px;
    clear: both;
    margin-bottom: 0;
}

    #listings_block p.nav.second {
        font-size: 14px;
        padding-top: 30px;
        clear: both;
        margin: 0;
    }

    #listings_block p.nav label {
        font-weight: 700;
    }

    #listings_block p.nav > span {
        display: inline-block;
        border-left: 1px solid #000;
        padding-left: 10px;
        margin-left: 10px;
    }

#listings_block p.goto {
    font-size: 14px;
    margin: 0;
}

.leftcolumn, .rgtcolmn {
    width: 50%;
    float: left;
    padding: 10px 10px 10px 20px;
    max-width: 292px;
}

.rgtcolmn {
    border-left: 1px solid #999;
}

    .leftcolumn p, .rgtcolmn p {
        margin: 0;
        padding: 0 0 10px;
        font-size: 14px;
    }

        .leftcolumn p a, .rgtcolmn p a {
            display: block;
            font-size: 19px;
            margin: 0 0 5px;
        }

        .leftcolumn p span, .rgtcolmn p span {
            display: block;
            margin: 0 0 5px;
            color: #4d4d4d;
        }

            .leftcolumn p span label, .rgtcolmn p span label {
                font-weight: 700;
            }

ul.upclose {
    margin: 0;
    padding: 25px 0 0;
}

    ul.upclose li {
        border-top: 1px solid #ddd;
        padding: 20px 20px 20px 131px;
        position: relative;
        min-height: 166px;
    }

        ul.upclose li span.prfpic {
            width: 111px;
            height: 120px;
            border: 1px solid #ddd;
            padding: 2px;
            position: absolute;
            top: 25px;
            left: 0;
            overflow: hidden;
        }

            ul.upclose li span.prfpic img {
                max-width: 100%;
                height: auto;
                width: 100%;
            }

        ul.upclose li h3 {
            font-size: 18px;
            margin: 0;
            padding: 12px 0 0;
            color: #4d4d4d;
        }

            ul.upclose li h3 a {
                color: #4d4d4d;
            }

        ul.upclose li p {
            line-height: 120%;
            margin: 0;
            padding: 15px 0;
            font-size: 16px;
        }

h1.sphd, h1.sphd1 {
    color: #0078a5;
    font-size: 28px;
    padding: 10px 0;
    border-bottom: 1px solid #0078a5;
    margin: 0;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

#divMainContent, #dvEditProfileSuccess, .registrationcompleted {
    min-height: 500px;
}

#big-box-1, #rectangle-1, #rectangle-2, #big-box-2, #sticky-1, #sticky-2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.homepageleftsection #rectangle-1, .homepageleftsection #rectangle-2, .homepageleftsection #rectangle-3 {
    margin: 0px auto 10px 0px;
    text-align: left;
}

.upclosedetails {
    font-size: 15px;
    padding-top: 30px;
    min-height: 1800px;
}

    .upclosedetails h4 {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .upclosedetails p {
        margin: 0 0 15px;
        padding: 0;
        line-height: 150%;
    }

        .upclosedetails p label {
            font-weight: 700;
            text-transform: uppercase;
        }

    .upclosedetails span.upcloseprfpic {
        float: left;
        width: 125px;
        max-height: 150px;
        overflow: hidden;
        margin: 0 12px 12px 0;
    }

        .upclosedetails span.upcloseprfpic img {
            width: 100%;
        }

.announcedetails h2 {
    color: #4d4d4d;
    font-size: 20px;
}

.announcedetails .an_details {
    overflow: auto;
    padding: 4px;
    color: #4d4d4d;
}

    .announcedetails .an_details span.anprf {
        float: left;
        width: 125px;
        margin: 0 0px 0 0;
    }

        .announcedetails .an_details span.anprf img {
            width: 100%;
            height: auto;
        }

    .announcedetails .an_details ul {
        margin: 0 0 0 135px;
        padding: 0;
    }

        .announcedetails .an_details ul li {
            list-style: none;
            padding: 0 0 0 5px;
            font-size: 14px;
            margin: 0 0 8px;
        }

            .announcedetails .an_details ul li label {
                font-weight: 700;
            }

    .announcedetails .an_details p {
        clear: both;
        padding: 5px 0 0;
    }

.announcedetails p a {
    color: #1b83d3;
}

.announcedetails p.sml {
    font-size: 13px;
}

p.prevnext {
    text-align: left;
    padding: 10px 0;
    font-size: 16px;
    margin: 0;
}

    p.prevnext span {
        display: inline-block;
    }

        p.prevnext span:first-child {
            padding-right: 10px;
            margin-right: 10px;
            border-right: 1px solid #000;
        }

.txcntr {
    text-align: center;
}


.mobsearch {
    display: none;
}

.sponsorinsighthd {
    padding-top: 20px;
    clear: both;
}

.featured-section.excecutiveqa {
    /*border-bottom: 1px solid #CCCCCC;*/
    position: relative;
    padding-top: 20px;
}

    .featured-section.excecutiveqa .column40 {
        border-left: 0px;
    }

    .featured-section.excecutiveqa:before {
        content: "";
        position: absolute;
        right: calc(40% + 20px);
        width: 1px;
        background: #CCCCCC;
        bottom: 10px;
        top: 10px;
        display: none;
    }

.homepagerightsection .featured-section.excecutiveqa:before {
    display: none;
}

#dvSignleArticleList h3 {
    font-size: 18px;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #CCCCCC;
}

ul.sponsoringsite li.sponsored img {
    max-width: 100%;
    float: left;
    margin-right: 10px;
}

ul.sponsoringsite li.sponsored .kickertext {
    text-align: right;
    font-size: 13px;
    display: block;
    padding-bottom: 10px;
}

#dvCurrentIssues {
    padding: 10px 30px 0;
    margin: 0;
    min-height: 400px;
    width: 100%;
    max-width: 900px;
    position: fixed;
    top: 190px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    background: #fff;
    border-top: 1px solid #d0d0d0;
    font-size: 14px;
    left: calc(50% - 450px);
    z-index: 9999;
}

    #dvCurrentIssues:before {
        position: absolute;
        top: -1px;
        left: 0;
        width: 218px;
        background: #FFF;
        height: 1px;
        display: block;
    }

    #dvCurrentIssues h1 {
        font-size: 54px;
        font-style: normal;
        background: 0 0;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        font-weight: 400 !important;
        color: #4d4d4d;
    }

    #dvCurrentIssues h2 {
        font-size: 18px;
        margin: 0;
        padding: 5px 0;
        text-transform: uppercase;
        color: #0078a5;
        font-weight: 400;
    }

    #dvCurrentIssues span.close {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background: url(images/closesign.png) 50% 50% no-repeat;
        background-size: auto 14px;
        opacity: .6;
        cursor: pointer;
    }

ul.currentissuecoloumns {
    overflow: auto;
    margin: 0;
    padding: 10px 0 0 10px;
}

    ul.currentissuecoloumns li {
        list-style: none;
        width: calc((100%/3) - 3px);
        border-right: 1px solid #CCC;
        min-height: 300px;
        padding: 10px 20px;
        float: left;
        display: block;
    }

        ul.currentissuecoloumns li:first-child {
            padding-left: 0;
        }

        ul.currentissuecoloumns li:last-child {
            border: 0;
        }

        ul.currentissuecoloumns li ul.currentissuelist {
            margin: 0;
            padding: 0;
        }

            ul.currentissuecoloumns li ul.currentissuelist li {
                float: none;
                display: block;
                width: 100%;
                min-height: inherit;
                border: 0;
                font-size: 16px;
                line-height: 140%;
                position: relative;
                padding: 0 10px 10px 20px;
            }

                ul.currentissuecoloumns li ul.currentissuelist li a {
                    color: #535353;
                }

                ul.currentissuecoloumns li ul.currentissuelist li:hover a {
                    color: #0078a5;
                }

                ul.currentissuecoloumns li ul.currentissuelist li:before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 5px;
                    width: 10px;
                    height: 10px;
                    border-radius: 10px;
                    border: 1px solid #0078a5;
                }

                ul.currentissuecoloumns li ul.currentissuelist li:hover:before {
                    background: #0078a5;
                }

.vticker {
    margin: 0 200px 0 230px;
    overflow: hidden;
    white-space: nowrap;
}

    .vticker ul {
        margin: 0;
        padding: 0;
    }

        .vticker ul li {
            list-style: none;
            padding: 12px 0 5px 20px;
            font-size: 18px;
            position: relative;
        }

            .vticker ul li a {
                color: #4d4d4d;
            }

                .vticker ul li a:hover, .vticker ul li:hover {
                    color: #0078a5;
                }

            .vticker ul li span, ul.currentissuecoloumns li ul.currentissuelist li span {
                display: inline-block;
                padding: 5px;
                background: url(images/plusicon.png) 50% 50% no-repeat;
                width: 15px;
                height: 15px;
                font-size: 0;
                vertical-align: top;
            }

.drp {
    position: absolute;
    top: 4px;
    right: 0;
}

    .drp select {
        width: 100px;
        background: #0078a5;
        color: #FFF;
        border: 0;
    }

        .drp select option {
            background: #4d4d4d;
        }

#dvMembersipRenewalPopup {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background: #ffb5ab;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.aw_form, .multipletags {
    overflow: auto;
}

#close {
    position: absolute;
    right: 10px;
    top: 9px;
    text-indent: -9999px;
    background: url(images/close.png);
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.articledetailbox {
    padding-top: 20px;
}

    .articledetailbox p {
        font-size: 16px;
        line-height: 150%;
        margin: 0 0 10px;
    }

.captioned-photo {
    float: left;
    margin: 0 20px 20px 0;
    display: inline-block;
    max-width: 50%;
}

    .captioned-photo img {
        max-width: 100%;
    }

    .alignrightmain label, .captioned-photo label, .fullwidthphoto label, .smallmugshot label, .smallmugshotrgt label {
        font-size: 9px;
        border-bottom: 1px solid #d0d0d0;
        text-align: right;
        display: block;
        padding: 4px 10px 15px 0;
    }

.relatedstories h3 {
    border-top: 2px solid #d0d0d0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

    .relatedstories h3 span {
        color: #FFF;
        background: #d0d0d0;
        display: inline-block;
        padding: 6px 8px;
    }

.relatedstories ul {
    margin: 0;
    padding: 10px 0 0;
}

    .relatedstories ul li {
        list-style: none;
        padding: 10px 0;
        margin: 0 0 1px;
        font-family: 'Roboto Condensed', Arial, sans-serif;
    }

        .relatedstories ul li a {
            color: #4d4d4d;
            font-size: 16px;
            line-height: 21px;
        }

.alignrightmain img, .fullwidthphoto, .fullwidthphoto img, .smallmugshot img, .smallmugshotrgt img {
    width: 100%;
}

.smallmugshot, .smallmugshotrgt {
    float: left;
    margin: 0 20px 0 0;
    display: inline-block;
    max-width: 150px;
}

.smallmugshotrgt {
    float: right;
}

    .smallmugshot.nomaxwidth, .smallmugshotrgt.nomaxwidth {
        max-width: inherit;
    }

.alignrightmain {
    float: right;
    margin: 0 20px 20px 0;
    display: inline-block;
    max-width: 320px;
}

.noimage {
    display: none;
}

p.pricingbox {
    margin: 0 0 20px;
    overflow: auto;
}

    p.pricingbox span {
        float: left;
        width: 50%;
        font-size: 16px;
        font-weight: 700;
    }

        p.pricingbox span a {
            display: block;
            background: #0078a5;
            padding: 10px 0;
            text-decoration: none;
            font-weight: 400;
            color: #FFF;
            text-align: center;
            width: 100px;
            font-size: 14px;
            margin: 10px 0 0;
        }

            p.pricingbox span a:hover {
                background: #4d4d4d;
            }

        p.pricingbox span.viewsample {
            text-align: left;
        }

            p.pricingbox span.viewsample a {
                background: 0 0;
                color: #0078a5;
                padding: 2px 0;
                width: auto;
                text-align: left;
            }

.pubdate {
    font-size: 13px;
    color: grey;
    display: block;
    padding-top: 10px;
    font-weight: 700;
}

.printmagazine {
    padding: 10px;
}

    .printmagazine ul.tbas {
        margin: 10px 0;
        padding: 0;
    }

        .printmagazine ul.tbas li {
            list-style: none;
            padding: 0 0 10px;
            font-size: 14px;
        }

    .printmagazine table tr.inactive td {
        opacity: .5;
    }

.galleria-image img {
    height: auto !important;
    top: 0 !important;
    left: 0px !important;
}

.pgBottomCaptionTitle {
    padding: 10px 0 0;
    line-height: 150%;
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
    font-size: 21px !important;
    text-transform: uppercase !important;
    color: grey !important;
    font-weight: 700;
}

.pgBottomCaptionHead {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0 0;
    line-height: 150%;
}

.pgBottomCaption {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    line-height: 160%;
    border-bottom: 1px solid #F2f2f2;
}

.bestplaceslist {
    width: 100%;
    margin-bottom: 30px;
}

    .bestplaceslist.green {
        border-left: 1px solid #acd450;
        border-right: 1px solid #acd450;
        border-bottom: 1px solid #acd450;
    }

    .bestplaceslist td, .bestplaceslist th {
        padding: 10px;
        text-align: left;
    }

    .bestplaceslist tr:nth-child(even) td {
        background: #F2f2f2;
    }

    .bestplaceslist.red {
        border-left: 1px solid #ff1449;
        border-right: 1px solid #ff1449;
        border-bottom: 1px solid #ff1449;
    }

    .bestplaceslist.yellow {
        border-left: 1px solid #f3d150;
        border-right: 1px solid #f3d150;
        border-bottom: 1px solid #f3d150;
    }

ul.cmnlist li img {
    /*max-width: 100PX;*/
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.articledetails p.authorname {
    margin: 0;
    padding: 0;
}

label.mngDate {
    display: block;
    padding-top: 4px;
    color: grey;
    font-weight: 700;
    margin: 0 0 10px;
    min-height: 30px;
    float: left;
}

.homepagerightsection.relatedstories ul.cmnlist li {
    position: relative;
}

    .homepagerightsection.relatedstories ul.cmnlist li:after {
        content: "";
        clear: both;
        display: block;
    }
/*.homepagerightsection.relatedstories ul.cmnlist li img{
    max-height:75px;
}*/

/**SUBCRIPTION POPUP****/
.FreeSubscription {
    width: 400px;
    padding: 20px;
    background: #1d78a9;
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

    .FreeSubscription a {
        color: #f4f8fa;
        font-weight: bold;
    }

.rc-anchor-light.rc-anchor-normal {
    position: relative;
}

.FreeSubscription.freesub_enq {
    background: #ebebeb;
    color: #000;
}

.FreeSubscription .close {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 600;
    font-size: 14px;
    width: 20px;
    height: 20px;
    background: url(images/cancel_wte.png) 50% 50% no-repeat;
    background-size: auto 16px;
}

.FreeSubscription.freesub_enq .close {
    background: url(../images/closesign.png) 50% 50% no-repeat;
    background-size: auto 16px;
}

.free_subLft {
    width: 30%;
    float: left;
    display: block;
}

.free_subRgt {
    width: 70%;
    float: left;
    display: block;
}

    .free_subRgt h3 {
        font-size: 20px;
        margin: 0;
    }

.free_subLft img {
    width: 100px;
}

.freesub_enq .free_subRgt p {
    color: #353535;
}

.free_subRgt p span {
    display: block;
}

.FreeSubscription p {
    color: #ececec;
    line-height: 140%;
}

.free_subRgt input[type=button] {
    padding: 7px 20px;
    background: #fff;
    color: #1d78a9;
    border-radius: 3px;
}

.freeSub_form {
    display: inline-block;
    width: 100%;
}

    .freeSub_form label {
        display: block;
        font-size: 15px;
        margin: 5px 0;
        color: #fff;
        font-weight: 500;
    }

.freesub_enq .freeSub_form label {
    color: #353535;
}

.freeSub_form input[type=text], .freeSub_form select {
    width: 100%;
    text-align: left;
    padding: 8px;
}

.freeSub_form .btn_full {
    width: 100%;
    margin-top: 15px;
    padding: 8px;
}

/*.reg_details ul li.streetaddress input[type="text"] {
    width: 250px;
}*/

.reg_details ul li.addresstype label {
    display: inline-block;
}

.reg_details ul li.jobfunction {
    clear: both;
}

#dvNewsLetters {
    padding: 20px;
    background: rgba(255, 255, 255, .3);
    border-radius: 10px;
}

.reg_details ul.newslettertypelist li {
    list-style: none;
    float: left;
    width: calc(100%/3);
    margin: 0px 0px 10px 0px;
    position: relative;
    padding-left: 30px;
}

    .reg_details ul.newslettertypelist li input[type="checkbox"] {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .reg_details ul.newslettertypelist li label {
        display: inline-block;
    }

#dvAcceptConditions {
    overflow: auto;
}

    #dvAcceptConditions .acceptterms {
        width: 50%;
        float: left;
        padding: 10px 0px;
        margin: 0px;
    }

        #dvAcceptConditions .acceptterms span {
            font-size: 13px;
            display: inline-block;
            vertical-align: middle;
        }

    #dvAcceptConditions .termsofuse {
        float: right;
        font-size: 13px;
        padding: 15px 0px;
        margin: 0px;
    }

    #dvAcceptConditions input {
        margin: 0px;
        vertical-align: middle;
    }

#msgterms {
    text-align: center;
    display: block;
    padding: 10px;
    clear: both;
    font-size: 12px;
    color: #FF0000;
}

.txrgt {
    text-align: right;
}

.reg_details ul li.addresstype {
    min-height: 30px;
}

/*.reg_details ul li.streetaddress input[type="text"], .reg_details ul li.firstname input[type="text"], .reg_details ul li.lastname input[type="text"] {
    width: 250px;
}*/

.reg_details ul li.break {
    float: none;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 10px;
    padding-top: 10px;
    height: 1px;
    clear: both;
    min-height: inherit;
}

.reg_details ul li.addresstype label {
    display: inline-block;
}

.reg_details ul li.jobfunction {
    clear: both;
}

.reg_details ul li.company {
    clear: both;
}

#dvNewsLetters {
    padding: 20px;
    background: rgba(255, 255, 255, .3);
    border-radius: 10px;
}

.reg_details ul.newslettertypelist li {
    list-style: none;
    float: left;
    width: calc(100%/3);
    margin: 0px 0px 10px 0px;
    position: relative;
    padding-left: 30px;
    min-height: 95px;
}

    .reg_details ul.newslettertypelist li input[type="checkbox"] {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .reg_details ul.newslettertypelist li span {
        display: inline-block;
    }

        .reg_details ul.newslettertypelist li span label {
            display: inline-block;
            font-weight: 700;
        }

#dvAcceptConditions {
    overflow: auto;
}

    #dvAcceptConditions .acceptterms {
        width: 50%;
        float: left;
        padding: 10px 0px;
        margin: 0px;
    }

        #dvAcceptConditions .acceptterms span {
            font-size: 13px;
            display: inline-block;
            vertical-align: middle;
        }

    #dvAcceptConditions .termsofuse {
        float: right;
        font-size: 13px;
        padding: 15px 0px;
        margin: 0px;
    }

    #dvAcceptConditions input {
        margin: 0px;
        vertical-align: middle;
    }

#msgterms {
    text-align: center;
    display: block;
    padding: 10px;
    clear: both;
    font-size: 12px;
    color: #FF0000;
}

.txrgt {
    text-align: right;
}

ul.registrationformddetails {
    padding: 20px 30px;
    background: rgba(255, 255, 255, .5);
    border-radius: 10px;
}

#dvAd.rgtadvtbox, #dvAd {
    bottom: 300px;
    position: absolute;
    width: 300px;
    top: 60px;
}

    #dvAd.homeaddiv {
        bottom: 0px;
    }

    #dvAd.subchannel {
        top: 120px;
    }

    #dvAd.subchannelopinion {
        top: 0px;
        bottom: 0px;
    }

        #dvAd.subchannelopinion #sticky-1 {
            margin-top: 0px !important;
        }

    #dvAd.riskpersubchannel {
        top: 100px;
        bottom: 0px;
    }

    #dvAd.irmisubchannel {
        top: 243px;
        bottom: 0px;
    }

    #dvAd.media {
        top: 100px;
        bottom: 0px;
    }

    #dvAd.whitepapsubchannel {
        bottom: 0px;
    }

    #dvAd.subchannelupclose {
        bottom: 0px;
    }

    #dvAd.comingoinsubchannel {
        bottom: 0px;
    }

    #dvAd.upclosedetails {
        bottom: 0px;
    }

#divstickyad {
    position: absolute;
    top: 0px;
    bottom: 860px;
}

    #divstickyad.subchnlstickyad {
        top: 250px;
        bottom: 560px;
    }

    #divstickyad.adMainSection {
        bottom: 560px;
    }

    #divstickyad.whitepapstickyad {
        bottom: 560px;
    }

    #divstickyad.upclosestickyad {
        bottom: 560px;
    }

    #divstickyad.comingoinsstickyad {
        bottom: 560px;
    }

    #divstickyad.riskperstickyad {
        bottom: 560px;
    }

    #divstickyad.upclosestickyad {
        bottom: 560px;
    }

#divbottomad {
    position: absolute;
    bottom: 300px;
}

    #divbottomad.adMainSection {
        bottom: 0px;
    }

    #divbottomad.itcbottomad {
        bottom: 0px;
    }

    #divbottomad.riskperbottomad {
        bottom: 0px;
    }

    #divbottomad.subchnlbottomad {
        bottom: 0px;
    }

    #divbottomad.whitepapbottomad {
        bottom: 0px;
    }

    #divbottomad.upclosebottomad {
        bottom: 0px;
    }

    #divbottomad.comingoinsbottomad {
        bottom: 0px;
    }

    #divbottomad.riskperbottomad {
        bottom: 0px;
    }

    #divbottomad.upclosebottomad {
        bottom: 0px;
    }

.cmnlist.multimedialist span.storyimg img {
    float: none !important;
}

.homepagerightsection #dvUpClose {
    position: relative;
    clear: both;
    padding-top: 10px;
}

    .homepagerightsection #dvUpClose:after {
        clear: both;
        content: "";
        display: block;
        height: 1px;
    }

#ArticleAd1 {
    position: absolute;
    top: 0;
    bottom: 0px;
}

#ArticleAd2 {
    position: absolute;
    top: 50%;
    bottom: 0px;
}

.featured-section p.featurehomeimage {
    max-height: 400px;
    overflow: hidden;
}

    .featured-section p.featurehomeimage img {
        max-width: 100%;
        max-height: 450px;
    }

.dvSubscriptionlevel_formobile {
    display: none;
}

.announcementbox {
    padding: 33px 0 0;
}

    .announcementbox h2.annce {
        color: #1b83d3;
        font-size: 22px;
        margin: 0;
        padding: 0;
        font-weight: 400;
    }

    .announcementbox h3 {
        color: #000;
        font-size: 15px;
        margin: 12px 0;
        padding: 0;
        letter-spacing: .9px;
    }

    .announcementbox p.sml, .topbar {
        font-size: 14px;
    }

    .announcementbox p {
        margin: 0 0 10px !important;
        padding: 0;
    }

        .announcementbox p a {
            color: #1b83d3;
        }

.topbar {
    display: block;
    margin: 10px 0 0;
    padding: 10px 0;
    font-weight: 700;
    color: #000;
    border-top: 3px solid #e6e6e6;
}

.required.topbar {
    text-align: right;
    color: rgba(0, 0, 0, .6);
    font-weight: 400;
}

.announcementbox ul {
    margin: 0;
    padding: 0;
}

    .announcementbox ul li {
        list-style: none;
        padding: 0;
        margin: 0 0 1px;
        clear: both;
        min-height: 42px;
    }

        .announcementbox ul li > label, .announcementbox ul li > span {
            padding: 5px 0;
            font-size: 14px;
            position: relative;
            text-align: left;
        }

        .announcementbox ul li > label {
            float: left;
            max-width: 47%;
        }

        .announcementbox ul li > span {
            float: right;
            width: calc(50% - 1px);
        }

        .announcementbox ul li span input[type=text] {
            width: 100%;
        }

        .announcementbox ul li span.error:after {
            content: "Please fill the field.";
            font-size: 10px;
            color: red;
            position: absolute;
            top: 33px;
            left: 0;
        }

        .announcementbox ul li span select {
            background: #0078a5;
            color: #FFF;
        }

            .announcementbox ul li span select:focus, .announcementbox ul li span select:hover {
                background: #4d4d4d;
                color: #fff;
            }

        .announcementbox ul li label.required {
            position: relative;
        }

            .announcementbox ul li label.required:before {
                content: "*";
                display: block;
                position: absolute;
                top: 7px;
                right: -10px;
                font-size: 15px;
                font-weight: 700;
            }

        .announcementbox ul li > label label {
            font-weight: 700;
            display: block;
        }

        .announcementbox ul li > label.bld {
            font-weight: 700;
        }

        .announcementbox ul li > span input[type=button].ansubmit {
            background: #0078a5;
            color: #FFF;
            padding: 6px 10px;
            margin: 0;
            border-radius: 0;
            font-size: 14px;
            display: inline-block;
            border: 0;
        }

span.filetype {
    border: 1px solid #CCC;
    padding: 3px;
    display: block;
    width: 100%;
}

.announcedetails p a {
    color: #1b83d3;
}

.announcedetails p.sml {
    font-size: 13px;
}

ul.peoplelist {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #4d4d4d;
}

    ul.peoplelist li {
        list-style: none;
        padding: 10px 0px;
        border-bottom: 1px solid #CCCCCC;
        clear: both;
        position: relative;
    }

        ul.peoplelist li:after {
            content: "";
            display: block;
            clear: both;
            height: 1px;
        }

        ul.peoplelist li span.anprf, #dvUpClose .an_details .anprf {
            float: left;
            padding: 0px 10px 10px 0px;
            max-width: 120px;
        }

            ul.peoplelist li span.anprf img, #dvUpClose .an_details .anprf img {
                width: calc(100% - 10px);
                height: auto;
            }

        ul.peoplelist li h2, #dvUpClose .an_details h2 {
            font-size: 16px;
            margin: 0px;
            padding: 0px 0px 10px 0px;
            color: #000000;
        }

        ul.peoplelist li p, #dvUpClose .an_details p.description {
            font-size: 14px;
            line-height: 130%;
            margin: 0px;
        }

        ul.peoplelist li a.more, #dvUpClose .an_details a.more {
            display: inline-block;
            margin: 10px 0px 0px auto;
            font-size: 11px;
        }

#dvSponsorInsight {
    clear: both;
}

.featured-section ul.multistoryfour li span.storyimg img {
    max-width: inherit !important;
    max-height: inherit;
    float: none !important;
}

.fancybox-lock .fancybox-overlay {
    z-index: 99999999 !important;
}

#dvFeaturedDirectories {
    margin-top: 10px;
}

.featuredDirectories {
    clear: both;
}

    .featuredDirectories h2 {
        margin: 16px 0px 10px 0px;
        padding: 30px 0px 10px 0px;
        font-size: 18px;
        color: #1a8cb7;
    }

    .featuredDirectories ul {
        margin: 0;
        padding: 20px 0;
        overflow: auto;
    }

        .featuredDirectories ul li {
            display: block;
            width: calc(100%/5);
            padding: 0 10px;
            border-right: 1px solid #CCC;
            min-height: 160px;
            float: left;
            cursor: pointer;
        }

            .featuredDirectories ul li:first-child {
                padding-left: 0;
            }

            .featuredDirectories ul li:last-child {
                border: 0;
                padding-right: 0;
            }

            .featuredDirectories ul li p {
                margin: 0;
                padding: 0;
                height: 120px;
                overflow: hidden;
            }

                .featuredDirectories ul li p img {
                    width: 100%;
                    height: auto;
                }

            .featuredDirectories ul li h3 {
                color: #535353;
                font-size: 20px;
                margin: 10px 0;
                padding: 0 20px 0 0;
                line-height: 130%;
            }

#dvPeopleContent .peoplelist li {
    font-size: 14px;
}

    #dvPeopleContent .peoplelist li label {
        font-weight: 600;
        display: inline-block;
    }

a.more_people {
    display: block;
    padding: 8px;
    color: #1c83d0;
    font-weight: 600;
    /*text-transform: capitalize;*/
    font-size: 14px;
    text-align: left;
    margin: 10px 0px 0px 0px;
    text-decoration: underline;
}

.ftclick a {
    color: #4d4d4d;
}

.multimediaimage.photo.galleryMainImg {
    padding-left: 0 !important;
}

.multimediaimage.video.galleryMainImg {
    padding-left: 0 !important;
}

.comigsgoingspage {
    min-height: 1500px;
}

#dvSignleArticleList .cmnlist, #dvRightArticleList .cmnlist {
    margin-bottom: 0px;
}

.jb_jobopportunities::after {
    display: block;
    width: 100%;
    content: "";
    clear: both;
    height: 1px;
}

.jb_jobopportunities .jb_clmn30 {
    float: left;
    width: 300px;
}

.jb_jobopportunities .jb_clmn70 {
    float: left;
    width: calc(100% - 310px);
}

.ftmultimedia {
    border-top: 1px solid #cccCCC;
    margin-top: 10px;
}

ul.cmnlist li .sponsoredbox img {
    max-width: 120px;
    width: auto;
}

.validatered {
    border-color: red !important;
}

.validateremove {
    border-color: #CCC !important;
}

#divHdnSubmit {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(255,255,255,.5);
    z-index: 99999;
}

    #divHdnSubmit span {
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        top: calc(50% - 32px);
        left: calc(50% - 32px);
    }

ul.blgimages_3clm {
    margin: 0px;
    padding: 10px;
}

    ul.blgimages_3clm li {
        float: left;
        width: calc((100%/3) - 10px);
        padding: 5px;
        list-style: none;
    }

        ul.blgimages_3clm li img {
            max-width: 100%;
        }

.customnewsalert:after {
    clear: both;
    content: "";
    display: block;
    height: 40px;
}

.error {
    color: red;
    font-size: 14px;
}

a.loadmore {
    display: block;
    width: 120px;
    background: #2f85b9;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #2f85b9;
    text-align: center;
    padding: 5px 0px;
    margin: 10px 0px 0px auto;
    text-decoration: none;
}

.mainsection.creditransfer p {
    font-size: 15px;
}

ul#HardCopy, ul#Eprints, ul#Plaques, ul#Logo, ul#FAQ {
    margin: 0px;
    padding: 0px 0px 30px 0px;
}

    ul#HardCopy:after, ul#Eprints:after, ul#Plaques:after, ul#Logo:after, ul#FAQ:after {
        content: "";
        clear: both;
        display: block;
    }

    ul#HardCopy li, ul#Eprints li, ul#Plaques li, ul#Logo li, ul#FAQ > li {
        list-style: none;
        font-size: 14px;
        clear: both;
        padding-bottom: 0px;
    }

        ul#HardCopy li h2, ul#Eprints li h2, ul#Plaques li h2, ul#Logo li h2, ul#FAQ li h2 {
            font-size: 30px;
            margin: 0px 0px 20px 0px;
            padding: 0px;
            font-family: 'Source Sans Pro',sans-serif;
        }

        ul#HardCopy li p, ul#Eprints li p, ul#Plaques li p, ul#Logo li p,, ol#FAQID li p {
            margin: 0px 0px 10px 0px;
            padding: 0px;
            line-height: 140%;
            font-size: 1.125rem;
        }

        ul#HardCopy li img, ul#Eprints li img, ul#Plaques li img, ul#Logo li img {
            float: left;
            max-width: 200px;
            margin: 0px 20px 20px 0px;
        }

#divMainContent:after {
    clear: both;
    content: "";
    display: block;
    height: 1px;
}

#dvReprint {
    width: 70%;
    padding-top: 30px;
    font-size: 18px;
    float: left;
}

    #dvReprint ul li {
        margin-bottom: 15px;
        font-size: 18px;
    }

    #dvReprint p {
        line-height: 160%;
        font-size: 18px;
    }

.hubsportform {
    float: right;
    width: 30%;
    padding-left: 10px;
    padding-top: 46px;
}

    .hubsportform h2 {
        font-size: 14px !important;
    }

#bookMark {
    padding: 10px 0px;
}

    #bookMark h3 {
        margin: 0px;
        padding: 10px 0px;
    }

.error {
    color: red;
    font-size: 14px;
}

.mainsection.currentissueMain {
    padding-top: 5px;
}

.cntsubheading {
    position: relative;
    height: 60px;
}

    .cntsubheading h1.sphd {
        border: 0px;
    }

    .cntsubheading .drp {
        position: absolute;
        top: 10px;
        right: 0px;
    }

.currentissues .jcarousel-wrapper {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 0px;
    height: 342px;
}

    .currentissues .jcarousel-wrapper .jcarousel {
        max-height: 342px;
    }

.currentissueMain #dvArticleDescription {
    width: 300px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #06476d;
    left: auto !important;
    color: #FFFFFF;
}

    .currentissueMain #dvArticleDescription h2 {
        margin: 0px;
        padding: 37px 10px;
        font-size: 14px;
        height: 114px;
    }

.active-description {
    background: #0377a8;
}

.currentissueMain #dvArticleDescription h2 a {
    color: #FFFFFF !important;
}

.currentissues .dvArticleListSection {
    margin-top: 20px;
    border-top: 1px solid #CCCCCC;
}

    .currentissues .dvArticleListSection ul.cmnlist li {
        padding: 10px 0px 10px 10px;
        position: relative;
    }

        .currentissues .dvArticleListSection ul.cmnlist li img {
            float: left;
            margin: 0px 10px 0px 0px;
            max-width: 250px !important;
            width: auto;
            height: auto;
            max-height: inherit;
            max-width: inherit;
        }

        .currentissues .dvArticleListSection ul.cmnlist li h3 a {
            color: #3691bd;
        }

.currentissueMain #rectangle-1 {
    margin-top: 0px;
}

.currentissues .dvArticleListSection ul.cmnlist li.special {
    padding: 15px 0px;
    text-align: left;
}

    .currentissues .dvArticleListSection ul.cmnlist li.special img {
        position: relative;
        width: 100% !important;
        height: auto;
        left: inherit;
        top: inherit;
        max-height: inherit;
        float: none;
        max-width: inherit !important;
    }

    .currentissues .dvArticleListSection ul.cmnlist li.special .special {
        position: absolute;
        bottom: 15px;
        left: 0px;
        background: rgba(0,0,0,.7);
        padding: 10px;
        width: 100%;
        text-align: left;
    }

    .currentissues .dvArticleListSection ul.cmnlist li.special h3 {
        font-size: 20px;
        text-align: left;
    }

    .currentissues .dvArticleListSection ul.cmnlist li.special .special * {
        color: #FFFFFF;
    }

.currentissues .dvArticleListSection ul.cmnlist li.CurrentIssue {
    background: #747474;
    color: #FFFFFF;
    padding: 10px 0px 10px 0px;
}

    .currentissues .dvArticleListSection ul.cmnlist li.CurrentIssue a {
        color: #FFFFFF;
    }

        .currentissues .dvArticleListSection ul.cmnlist li.CurrentIssue a label {
            display: inline-block;
            padding-top: 20px;
        }

    .currentissues .dvArticleListSection ul.cmnlist li.CurrentIssue:before, .currentissues #dvArticleList ul.cmnlist li.CurrentIssue:after {
        background: #FFFFFF;
        content: "";
        height: 10px;
        top: 0px;
        left: 0px;
        right: 0px;
        position: absolute;
    }

    .currentissues .dvArticleListSection ul.cmnlist li.CurrentIssue:after {
        top: inherit;
        bottom: 0px;
    }

.currentissueworkerscomp {
    position: relative;
    background: #747474;
    padding: 10px 10px 10px 10px;
    color: #FFFFFF;
}

    .currentissueworkerscomp:after {
        clear: both;
        content: "";
        display: block;
        height: 1px;
    }

    .currentissueworkerscomp img {
        width: 250px;
        height: auto;
        float: left;
        margin: 0px 10px 0px 0px;
    }

    .currentissueworkerscomp h2 {
        margin: 0px;
        padding: 0px 0px 10px 270px;
        font-size: 16px;
    }

    .currentissueworkerscomp h3 {
        margin: 0px;
        padding: 0px 0px 0px 270px;
        font-size: 13px;
    }

    .currentissueworkerscomp ul {
        margin: 0px;
        padding: 0px 0px 0px 300px;
    }

.current-issue {
    width: 110px;
}

.cmnright img.special {
    width: 310px;
}


.risk-management {
    position: absolute;
    padding: 10px 10px 0px 10px;
}

.special-report a {
    padding: 10px 0px 30px 0px;
    font-size: 20px;
    font-family: 'PT serif', sans-serif;
    color: #1b83d3;
    font-weight: 600;
}

.list-current-issue {
    list-style: none;
    padding-bottom: 20px;
}

#dvRiskManagementInnovation ul, #dvDataSpotLight ul {
    margin: 20px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #CCCCCC;
}

    #dvRiskManagementInnovation ul li {
        list-style: none;
        padding: 10px 0px 0px 0px;
        border-bottom: 1px solid #CCCCCC;
        position: relative;
    }

        #dvRiskManagementInnovation ul li img {
            max-width: 100%;
            min-width: 150px;
            margin: 0px auto;
            max-height: 190px;
        }

        #dvRiskManagementInnovation ul li p {
            display: none;
        }

        #dvRiskManagementInnovation ul li a {
            display: block;
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
            background: rgba(0,0,0,.5);
            color: #FFFFFF;
            font-size: 15px;
            font-weight: 600;
            font-family: 'PT serif', sans-serif;
            padding: 20px;
        }

#dvDataSpotLight p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

#dvDataSpotLight a {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 15px;
    font-family: 'PT serif', sans-serif;
    color: #1b83d3;
    font-weight: 600;
    position: relative;
}

#dvRiskManagementSurvey {
    margin: 20px 0px;
    position: relative;
}

    #dvRiskManagementSurvey img {
        width: 100%;
        height: auto;
    }

    #dvRiskManagementSurvey a {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: rgba(0,0,0,.5);
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 600;
        font-family: 'PT serif', sans-serif;
        padding: 20px;
    }

#dvDataSpotLight {
    padding-bottom: 40px;
}

    #dvDataSpotLight h3 {
        padding: 10px 0px 10px 0px;
        font-size: 20px;
        font-family: 'PT serif', sans-serif;
        color: #1b83d3;
        font-weight: 600;
    }

    #dvDataSpotLight img.current-issue {
        float: left;
    }

    #dvDataSpotLight a {
        margin: 0 0 10px 10px;
        text-align: left;
        display: inline-block;
        width: calc(100% - 130px);
    }


#dvRiskManagementInnovation {
    padding-top: 30px;
}

    #dvRiskManagementInnovation > label {
        font-size: 16px;
        font-family: 'PT serif',sans-serif;
        color: #000;
        font-weight: 600;
    }

.currentissuemainbanner {
    width: 100%;
    padding: 15px 0px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
    text-align: center;
    clear: both;
}

#dvArticleList-section2.dvArticleListSection {
    margin-top: 0px;
}

.currentissues #dvArticleList-section2.dvArticleListSection ul.cmnlist li.CurrentIssue {
    padding-bottom: 0px !important;
    padding-top: 15px;
    margin-bottom: 15px;
}

#divLoader {
    position: relative;
    top: 0px;
    right: 0px;
    height: 100px;
}

    #divLoader span {
        display: block;
        width: 64px;
        height: 64px;
        position: absolute;
        left: calc(50% - 32px);
        top: calc(50% - 32px);
    }

.cmnleft.currentissues .jcarousel li img {
    height: auto;
    max-width: 570px;
    min-width: 570px;
}

.cmnleft.currentissues ul.cmnlist {
    margin-bottom: 15px !important;
}

.hbspt-form {
    max-width: 600px;
}

input.hs-input {
    background: #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
}
/*renewalplan*/
.renewplan {
    max-width: 1200px;
    padding: 0px 20px 30px 0px;
    margin: 10px 0px 0px 0px;
}

    .renewplan a.email {
        background: #0078a5;
        display: inline-block;
        padding: 10px 20px;
        font-size: 13px;
        color: #FFFFFF;
        text-decoration: none;
        margin-bottom: 10px;
        font-weight: bold;
    }

.renewbox {
    background: #e7f5ff;
    padding: 10px 20px;
    border-radius: 10px;
}

    .renewbox h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        margin: 0px;
        padding: 10px 0px 20px 0px;
        color: #0078a5;
    }

    .renewbox p {
        font-size: 14px;
        margin: 0px;
        padding: 0px 0px 10px 0px;
    }

    .renewbox ul.renewlist {
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

        .renewbox ul.renewlist:after {
            clear: both;
            content: "";
            display: block;
            height: 1px;
        }

        .renewbox ul.renewlist li {
            list-style: none;
            padding: 10px;
            float: left;
            width: calc(100%/4);
            cursor: pointer;
        }

            .renewbox ul.renewlist li:nth-child(1) {
                padding-left: 0px;
            }

            .renewbox ul.renewlist li:nth-child(4) {
                padding-right: 0px;
            }

            .renewbox ul.renewlist li .renewpricelist {
                background: #f2f9ff;
                padding: 60px 20px 10px 20px;
                text-align: center;
                font-size: 13px;
                border-radius: 10px;
                border: 1px solid #FFFFFF;
                position: relative;
                overflow: hidden;
            }

            .renewbox ul.renewlist li.active .renewpricelist {
                border: 1px solid #1b83d3;
                box-shadow: 0px 0px 5px rgba(0,0,0,.3);
            }

            .renewbox ul.renewlist li .renewpricelist .currentplan {
                display: block;
                position: absolute;
                left: 0px;
                top: 0px;
                right: 0px;
                padding: 10px;
                text-align: center;
                font-size: 14px;
                background: #caecf8;
                font-weight: 600;
                display: none;
            }

            .renewbox ul.renewlist li.activeplan .renewpricelist .currentplan {
                display: block;
            }

            .renewbox ul.renewlist li .renewpricelist span {
                display: block;
                font-size: 35px;
                font-weight: 600;
                color: #0078a5;
                padding-bottom: 30px;
            }

            .renewbox ul.renewlist li .renewpricelist p.one {
                min-height: 110px;
                margin: 0px;
                padding: 0px;
            }

    .renewbox p.newplan {
        background: #f2f9ff;
        padding: 10px;
        text-align: left;
        font-size: 13px;
        border-radius: 6px;
        border: 1px solid #FFFFFF;
    }

        .renewbox p.newplan span {
            display: inline-block;
            font-size: 30px;
            color: #0078a5;
            font-weight: 600;
            padding: 0px 10px;
            vertical-align: middle;
        }

.renewform {
    margin: 0px;
    padding: 30px 0px;
    max-width: 600px;
}

    .renewform li {
        list-style: none;
        margin: 0px 0px 10px 0px;
        font-size: 14px;
    }

        .renewform li:after {
            content: "";
            display: block;
            height: 1px;
            clear: both;
        }

        .renewform li label {
            float: left;
            width: 140px;
            text-align: left;
            display: block;
        }

        .renewform li span {
            float: left;
            width: calc(100% - 150px);
            text-align: left;
            display: block;
        }

        .renewform li input[type="text"], .renewform li select {
            border: 1px solid #CCCCCC;
            padding: 7px 5px;
            width: 100%;
            max-width: 300px;
        }

        .renewform li.exp select {
            max-width: calc(50% - 10px);
            margin: 0px 10px 0px 0px;
            max-width: 125px;
        }

.registrationcompleted {
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
    margin: 0px 20px;
    border-radius: 10px;
}

#dvMultimediaArticleList span.storyimg.video,#dvMultimediaArticleList span.storyimg.photo {
    max-height: inherit;
}

    #dvMultimediaArticleList span.storyimg.video img , #dvMultimediaArticleList span.storyimg.photo img {
        max-height: inherit !important;
        height: auto !important;
        width: 100% !important;
        max-width: inherit;
    }

@media screen and (max-width: 1400px) {
    div.sharelist div.share.open {
        left: 0px;
    }
}

@media screen and (max-width:1200px) {
    .wrapper {
        padding: 0px 20px;
    }

    .headercmnlinks, .social {
        right: 20px;
    }

    .cmnleft {
        width: calc(100% - 310px);
    }

    .cmnright {
        width: 300px;
    }

    .mainMenu > .wrapper > ul > li > a {
        padding: 10px 8px;
    }
}

@media screen and (max-width:1100px) {
    .header .mainLogo, .header.scrollon .mainLogo {
        width: 300px;
        margin-left: 40px;
        background-size: auto 20px;
    }

    .toggler {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0px;
        top: 20px;
        background: #f2f2f2 url(images/toggler.png) no-repeat 50% 50%;
        background-size: 16px auto;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        border-radius: 0px 5px 5px 0px;
        cursor: pointer;
    }

        .toggler.open {
            left: 200px;
            transition: all ease .5s;
            -moz-transition: all ease .5s;
            -webkit-transition: all ease .5s;
            background: #f2f2f2 url(images/toggleropen.png) no-repeat 50% 50%;
            background-size: 16px auto;
        }

    .stickyfixed {
        top: 70px;
    }

    .mainMenu, .mainMenu.scrollon {
        position: fixed;
        top: 0px;
        left: -200px;
        bottom: 0px;
        background: #F2f2f2;
        width: 200px;
        height: 100%;
        z-index: 99999;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        padding: 0px;
    }

        .mainMenu .wrapper {
            padding: 0px;
        }

        .mainMenu.open, .mainMenu.scrollon.open {
            left: 0px;
            transition: all ease .5s;
            -moz-transition: all ease .5s;
            -webkit-transition: all ease .5s;
        }

        .mainMenu > .wrapper > ul {
            margin: 0px;
            padding: 10px;
        }

            .mainMenu > .wrapper > ul > li {
                display: block;
                float: none;
                margin: 0px 0px 2px 0px;
            }

                .mainMenu > .wrapper > ul > li > a, .mainMenu > .wrapper > ul > li:nth-child(1) > a {
                    padding: 2px 5px !important;
                    background: linear-gradient(top, #F2f2f2, #FFFFFF);
                    background: -moz-linear-gradient(top, #F2f2f2, #FFFFFF);
                    background: -webkit-linear-gradient(top, #F2f2f2, #FFFFFF);
                    border-radius: 4px;
                    border: 1px solid #FFFFFF;
                    display: block;
                    height: auto;
                }

        .mainMenu ul.clsSubMenu {
            position: relative;
            width: 100%;
            margin: 0px;
            box-shadow: none;
            display: block;
            height: 0px;
            padding: 0px;
            transition: all ease .5s;
            -moz-transition: all ease .5s;
            -webkit-transition: all ease .5s;
            left: inherit;
            top: inherit;
            opacity: 0;
            overflow: hidden;
        }

        .mainMenu ul li ul.clsSubMenu > li > a {
            padding: 5px 10px;
            border-bottom: 1px solid #F2f2f2;
            height: auto;
        }

        .mainMenu ul li:hover > .clsSubMenu {
            display: block;
            height: auto;
            opacity: 1;
            overflow: visible;
        }

        .mainMenu > .wrapper > ul > li > a:hover {
            color: #0078a5;
        }
}

@media screen and (max-width:840px) {
    .stickyfixed.footersticky {
        bottom: 399px;
    }
}

@media screen and (max-width:800px) {

    .regplanmobile {
        display: block;
    }

    .regcontainer table td, .regcontainer table.jobfunction tr td:first-child {
        display: block;
        width: 100% !important;
        text-align: left !important;
        padding: 0 0 10px;
    }

    .regPlans h2, .regPlans h3 {
        line-height: 120% !important;
        padding: 10px !important;
        font-family: Arial, Helvetica, sans-serif;
    }

    .regcontainer table td input, .regcontainer table td select {
        margin: 0;
    }

    .regcontainer {
        width: 100%;
    }

    .subscriptionlevel table {
        display: none;
    }

    dvSubscriptionlevel_formobile {
        display: block;
    }

    .regplanmobile {
        display: block;
    }

    .regPlans {
        font-family: Arial, Helvetica, sans-serif;
        margin: 0 10px 10px;
        border: 1px solid #CCC;
        font-size: 12px;
        width: calc(100% - 20px);
        background: #f0f5f5;
    }

        .regPlans:nth-child(2) {
            background: #ecf9ec;
        }

        .regPlans:nth-child(3) {
            background: #e6f5ff;
        }

        .regPlans h2 {
            font-weight: 400;
            font-size: 13px !important;
            margin: 0 0 10px !important;
        }

            .regPlans h2:first-child, .regPlans h3 {
                margin: 0 !important;
            }

        .regPlans h3 {
            font-size: 12px !important;
        }

        .regPlans h2 label {
            font-weight: 700;
            display: inline-block;
            margin: 0 10px 0 0;
        }

        .regPlans ul {
            margin: 0;
            padding: 0;
        }

        .regPlans:last-child ul {
            margin: 0 10px 10px;
            padding: 0;
            border-right: 1px solid #CCC;
            border-left: 1px solid #CCC;
            border-top: 1px solid #CCC;
        }

        .regPlans ul li {
            list-style: none;
            padding: 10px;
            position: relative;
        }

        .regPlans ul:last-child li:last-child {
            border: 0;
        }

        .regPlans:last-child ul:last-child li:last-child {
            border-bottom: 1px solid #CCC;
        }

        .regPlans ul li > label {
            display: inline-block;
            width: calc(100% - 30px);
        }

        .regPlans ul li > span.cross, .regPlans ul li > span.tick {
            position: absolute;
            top: 0;
            right: 0;
            width: 30px !important;
            bottom: 0;
            border-left: 1px solid #CCC;
            height: auto !important;
        }

        .regPlans ul li.cost {
            overflow: auto;
        }

            .regPlans ul li.cost > label {
                width: calc(100% - 200px);
                font-weight: 700;
                display: inline-block;
            }

            .regPlans ul li.cost > p {
                position: relative;
                width: 200px;
                display: table-cell;
                vertical-align: middle;
                float: right;
                margin: 0;
                padding: 0;
            }

                .regPlans ul li.cost > p > span {
                    display: block;
                    margin: 0 0 5px;
                    font-size: 13px !important;
                }

                    .regPlans ul li.cost > p > span label {
                        font-weight: 700;
                        display: inline-block;
                        margin: 0 10px 0 0;
                    }

                    .regPlans ul li.cost > p > span input[type=radio] {
                        display: inline-block;
                        position: relative;
                        top: 3px;
                    }

        .regPlans ul li span.tick {
            background: url(images/tick.png) 50% 50% no-repeat;
            background-size: 20px auto;
        }

        .regPlans ul li span.cross {
            background: url(images/cross.png) 50% 50% no-repeat;
            background-size: 16px auto;
        }

    .aw_form.triple li {
        width: 50%;
    }

    .homepageleftsection, .homepagerightsection {
        float: none;
        width: 100%;
    }

    .header, .header.scrollon {
        height: 90px;
    }

    .headercmnlinks, .search_slider {
        top: 50px;
    }

    .registartioncenterbox {
        margin: 0px;
        padding: 0px;
    }

        .registartioncenterbox li {
            width: 100%;
            margin: 0px 0px 10px 0px;
            float: none;
            min-height: inherit;
        }

            .registartioncenterbox li h3 {
                min-height: inherit;
            }

    p.subscriptionstatus {
        padding: 10px;
    }

        p.subscriptionstatus span {
            display: block;
            width: calc(100% - 30px);
            float: none;
            margin: 0px 0px 10px 0px;
        }

    #dvCurrentIssues {
        max-width: 600px;
        left: calc(50% - 300px);
    }

        #dvCurrentIssues h1 {
            font-size: 22px;
        }

        #dvCurrentIssues h2 {
            font-size: 16px;
        }

    .clmSearch {
        position: absolute;
        right: -100px;
        top: -28px;
        width: 251px;
    }

    .reg_details ul.org_list {
        margin-left: 0px;
        padding-left: 0px;
    }

    .mainMenu > .wrapper > ul > li > a:hover {
        background: transparent !important;
    }

    .currentissuemainbanner {
        width: 100%;
    }

        .currentissuemainbanner img {
            width: 100%;
            height: auto;
        }

    #dvReprint, .hubsportform {
        clear: both;
        float: none;
        display: block;
        width: 100%;
    }

    .currentissueMain #dvArticleDescription {
        position: relative;
        width: 100%;
    }

        .currentissueMain #dvArticleDescription h2 {
            padding: 10px;
            height: auto;
        }

    .cmnleft.currentissues .jcarousel li img {
        width: 375px !important;
        min-width: inherit !important;
        max-width: inherit !important;
    }

    .currentissues .jcarousel-wrapper {
        height: auto;
    }

    .renewbox ul.renewlist li {
        width: Calc(100%/2);
    }
}

@media screen and (max-width:700px) {
    .header.scrollon .mainLogo, .header .mainLogo {
        background: url(../images/white_header_logo.png) no-repeat 0% 73%;
        background-size: auto 20px;
    }

    .cmnleft, .cmnright {
        width: 100%;
        float: none;
        padding: 0px;
    }

    .homepageleftsection, .homepageleftsection .wrapper, .homepagerightsection {
        padding: 0px;
    }

    .footer .footerclmlinks .column, .footer .footerclmlinks .column:nth-child(1) {
        width: 100%;
        float: none;
        min-height: inherit;
        border: 0px;
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

    .search_slider {
        top: 100px;
        background: #0078a5;
        right: 0px;
        left: 0px;
        padding: 10px;
        display: none;
    }

    .homespblocks ul li {
        width: 100%;
        float: none;
        margin: 0px 0px 10px 0px;
    }

        .homespblocks ul li p {
            height: auto;
        }

    .reg_details ul.org_list {
        margin: 0px;
    }

    .reg_details ul li input[type=text], .reg_details ul li input[type=password], .reg_details ul li select, .reg_details ul li textarea {
        max-width: inherit;
        width: 100% !important;
    }

    .rgtadvtbox.scrollon, .rgtadvtbox {
        position: relative;
        top: inherit;
        right: inherit;
    }

    .mobsearch {
        display: block;
        margin: 0px;
        padding: 10px 10px 10px 10px;
        background: #0078a5;
    }

        .mobsearch input[type="text"] {
            width: calc(100% - 30px);
            display: inline-block;
        }

        .mobsearch input[type="button"] {
            display: inline-block;
        }

    .column60, .column40 {
        float: none;
        width: 100%;
        padding: 10px 0px;
        border: 0px;
    }

    .excecutiveqa .column40 {
        border-left: 0px;
        padding: 0px;
    }

    #dvFeaturedArticles, ul.multistoryfour li:nth-child(2) {
        padding: 0px;
    }

    #dvSearchResult ul.searchlist li p {
        padding: 10px 0px;
    }

        #dvSearchResult ul.searchlist li p span.thumbnail {
            position: relative;
            top: inherit;
            left: inherit;
            padding-top: 10px;
        }

    #dvCurrentIssues {
        max-width: calc(100% - 20px);
        left: 10px;
        right: 10px;
        top: 50px;
        bottom: 50px;
        overflow: auto;
    }

        #dvCurrentIssues h1 {
            font-size: 22px;
        }

        #dvCurrentIssues h2 {
            font-size: 16px;
        }

    ul.currentissuecoloumns li {
        width: 100%;
        float: none;
        min-height: inherit;
        border: 0px;
    }

    ul.creditinfolist li {
        margin-bottom: 0px;
    }

        ul.creditinfolist li > label {
            display: block;
            float: none;
        }

        ul.creditinfolist li > span {
            width: 100%;
        }

    .multimediaimage:after, span.storyimg:after {
        width: 100%;
        height: 100%;
    }

    .multimediaimage.video:after, span.storyimg.video:after {
        background: url(images/video-overlay@2x.png) !important;
        background-size: auto 50px !important;
        background-position: 50% 50% !important;
        background-repeat: no-repeat !important;
    }

    .multimediaimage.photo:after, span.storyimg.photo:after {
        background-position: 0% 100% !important;
        background-repeat: no-repeat !important;
        background-size: auto 40px !important;
    }

    #dvMembersipRenewalPopup {
        line-height: 100%;
    }

    .featured-section.excecutiveqa:before {
        display: none;
    }

    .headercmnlinks {
        top: 60px;
    }

        .headercmnlinks a {
            padding: 5px 10px;
        }

    .jb_clmn70 {
        width: 100%;
        margin: 0px;
        float: none;
    }

    .jb_jobopportunities .jb_jobsearch ul li {
        width: 100%;
        margin: 0px;
        float: none;
    }

    .job_oprt_pwrd:after {
        right: inherit;
        top: inherit;
        margin-left: 10px;
    }

    .job_oprt_pwrd:before, .loadmore::before {
        display: none;
    }

    .jobpost_btn {
        position: relative;
        top: -35px;
    }

    span.clmlogin {
        padding-top: 0px;
    }

        span.clmlogin:after {
            top: 3px;
        }

    .column40 #dvRightArticleList ul.cmnlist {
        border-top: 1px solid #CCCCCC;
        padding-top: 10px;
    }

    .jobfunction select {
        max-width: 200px !important;
    }

    .regPlans ul li.cost > label {
        width: 100% !important;
    }

    .featured-section p.multimediaimage.video, .featured-section p.multimediaimage.audio, .featured-section p.multimediaimage.photo, .featured-section p.multimediaimage.article {
        padding: 0px;
    }

    #dvAd.rgtadvtbox {
        position: relative;
        top: inherit;
        bottom: inherit;
    }

    .advtbox {
        height: 100px;
    }

    #dvArchiveContent li img, #dvRaedNext ul li img {
        float: none;
        max-height: inherit;
        height: auto;
    }

    .dvSubscriptionlevel_formobile {
        display: block;
    }

    .dvSubscriptionlevel_formobile {
        font-size: 13px;
        background: #f0f5f5;
        border: 1px solid #000000;
    }

        .dvSubscriptionlevel_formobile > p {
            padding: 10px;
        }

            .dvSubscriptionlevel_formobile > p > label {
                font-weight: bold;
            }

        .dvSubscriptionlevel_formobile ul {
            margin: 0px;
            padding: 10px;
        }

            .dvSubscriptionlevel_formobile ul li {
                list-style: none;
                padding-right: 50px;
                position: relative;
                margin: 0px 0px 10px 0px;
                font-size: 13px;
                font-weight: bold;
            }

                .dvSubscriptionlevel_formobile ul li > label {
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    right: 0px;
                    top: calc(50% - 20px);
                    background: url(images/tick.png) 50% 50% no-repeat;
                    background-size: 20px auto;
                    display: block;
                }

        .dvSubscriptionlevel_formobile p.charges {
            margin: 0px;
            padding: 0px 0px 0px 50px;
            font-weight: normal;
        }

            .dvSubscriptionlevel_formobile p.charges span {
                display: block;
                padding: 5px;
                font-size: 13px;
            }

                .dvSubscriptionlevel_formobile p.charges span input[type="radio"] {
                    vertical-align: middle;
                    margin-right: 5px;
                }

                .dvSubscriptionlevel_formobile p.charges span label {
                    display: inline-block;
                    vertical-align: middle;
                    font-weight: bold;
                    margin-right: 10px;
                }

    #dvAd {
        position: relative;
        top: inherit;
        bottom: inherit;
    }

    .freeSub_form {
        height: 80px;
        overflow: auto;
    }

    .mainsection, .mainsection.articledetails {
        min-height: inherit !important;
    }

    .homepageleftsection .jcarousel-wrapper {
        max-width: 450px !important;
        margin: 0px auto !important;
    }

    #dvAd.riskpersubchannel {
        top: inherit;
        position: relative;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened {
        width: 460px !important;
        height: calc(100% - 40px) !important;
    }

    #divstickyad, #divbottomad, #dvAd.media {
        position: relative !important;
        margin: 0px 0px 10px 0px !important;
        top: inherit !important;
        bottom: inherit !important;
    }

    .cmnright.subchannelad {
        min-height: inherit !important;
    }

    #dvAd.subchannel, #divstickyad.subchnlstickyad {
        top: inherit !important;
    }

    #dvFeaturedDirectories ul {
        margin: 0px;
        padding: 20px;
    }

        #dvFeaturedDirectories ul li {
            display: block;
            float: none;
            width: 100%;
            margin: 0px 0px 10px 0px;
            border: 0px;
        }
}

@media screen and (max-width:680px) {
    .galleria-image img {
        top: 90px !important;
    }

    h1.sphd, h1.sphd1 {
        width: 100%;
    }

    .FreeSubscription {
        width: calc(100% - 20px);
        z-index: 9999999;
    }

    #dvArticleList li img {
        float: none;
        max-height: inherit;
    }

    .free_subLft img {
        width: 60px;
    }

    .free_subLft {
        width: 25%;
    }

    .free_subRgt {
        width: 75%;
    }

    .freeSub_form {
        height: 200px;
        overflow: auto;
    }

        .freeSub_form input[type=text], .freeSub_form select {
            padding: 4px 8px;
        }

        .freeSub_form input[type="button"] {
            -webkit-appearance: none;
        }

    .homepageleftsection .jcarousel-wrapper {
        height: 230px !important;
    }

    ul.cmnlist li img {
        width: 100%;
        max-height: inherit;
        height: auto;
    }

    #dvArticleList li img {
        display: block;
        max-width: 200px;
        width: 100%;
        margin: 10px 0px;
    }

    #dvMultimediaArticleList span.storyimg img {
        max-width: inherit;
    }

    .registrationcompleted a.blbtn {
        display: block;
        margin: 0px 0px 10px 0px;
        text-align: center;
    }

    .jcarousel-wrapper {
        height: 230px !important;
        width: 100% !important;
    }

    .jcarousel {
        height: 200px !important;
        width: 100% !important;
    }

        .jcarousel li img {
            width: 375px !important;
            height: auto !important;
            max-height: 200px !important;
        }

    .jcarousel-pagination {
        padding: 0px;
        margin: 0px;
    }

    .homepageleftsection .jcarousel-wrapper {
        height: 250px !important;
    }

    #dvPeopleContent ul > li img, #dvOffBeatStoriesContent ul img, ul.cmnlist > li img, .featured-section ul li img {
        max-width: inherit;
        max-height: inherit;
        float: none;
    }

    span.storyimg, span.storyimg img {
        max-height: inherit !important;
    }

    #ulFeaturedArticles li img {
        width: 100%;
    }

    .jb_content h1.mainhd {
        font-size: 18px;
        padding-bottom: 30px;
    }

    .job_oprt_pwrd {
        font-size: 16px;
        display: block;
        margin-left: 0px;
    }

    .cmn_mmarticlelist ul.cmnlist.multimedialist li {
        width: 100%;
        float: none;
        padding: 20px 0px !important;
        min-height: inherit !important;
    }

        .cmn_mmarticlelist ul.cmnlist.multimedialist li:before {
            top: 20px;
        }

        .cmn_mmarticlelist ul.cmnlist.multimedialist li:nth-child(2n+2) {
            padding: 0px !important;
            border-left: 0px !important;
        }

    ul.multistoryfour li {
        float: none;
        width: 100%;
        padding: 10px 0px;
        border: 0px;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened {
        width: 300px !important;
        height: 550px !important;
    }

        .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened .fancybox-skin {
            background: #fff;
            height: 550px !important;
        }

            .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened .fancybox-skin .fancybox-outer, .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened .fancybox-skin .fancybox-inner {
                height: 100% !important;
            }

    .restrictpopup {
        width: calc(100% - 25px);
    }

        .restrictpopup p.leftside, p.fullside {
            font-size: 18px;
        }

    h1.sphd.insconn {
        background-size: 100% auto;
        min-height: 50px;
    }

    .excecutiveqa ul.cmnlist li img {
        float: left;
    }

    ul.cmnlist {
        margin-bottom: 0;
    }

    .excecutiveqa .column60 ul.cmnlist li:first-child {
        padding-bottom: 0;
    }

    .restrictpopup h1 {
        background-size: 100%;
    }

    p.pricingbox span {
        float: none;
        width: 100%;
        text-align: center;
    }

    .smallmugshot, .smallmugshotrgt {
        display: block;
        float: none;
        margin: 0px auto;
    }

    .jb_jobopportunities .jb_clmn70, .jb_jobopportunities .jb_clmn30 {
        float: none;
        display: block;
        width: 100%;
    }

    .cmnleft.currentissues, .cmnright {
        width: 100%;
        margin: 0px;
        float: none;
        padding: 0px;
    }

    .currentissues .dvArticleListSection ul.cmnlist li {
        padding: 10px 0px;
        margin: 10px 0px 0px 0px;
    }

        .currentissues .dvArticleListSection ul.cmnlist li img {
            float: none;
            display: block;
            width: 100%;
            height: auto;
            max-height: inherit !important;
            max-width: inherit !important;
        }

    .wrapper {
        padding: 0px 10px;
    }

    .currentissueMain #dvArticleDescription {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
    }

    .currentissueMain .jcarousel-wrapper {
        min-height: inherit;
        height: auto !important;
    }

    .cmnleft.currentissues .jcarousel li img {
        width: 100% !important;
        height: auto !important;
        max-height: inherit !important;
        max-width: 100% !important;
    }

    .currentissueMain #dvArticleDescription h2 {
        padding: 10px;
        min-height: inherit;
        height: auto;
    }

    .cntsubheading .drp {
        position: relative !important;
        top: inherit;
        left: inherit;
    }

    .cntsubheading {
        height: auto;
        padding-bottom: 10px;
    }

    #dvCarousel .wrapper {
        padding: 0px;
    }

    .currentissues .dvArticleListSection ul.cmnlist li.special h3 {
        font-size: 13px;
    }

    #dvSpecialReport {
        text-align: center;
    }

    .cmnright img.special {
        display: block;
        margin: 0px auto 20px auto;
    }

    #dvRiskManagementInnovation {
        margin-top: 20px;
    }

    .renewbox ul.renewlist li {
        width: 100%;
        float: none;
    }

    .renewform li label, .renewform li span {
        float: none;
        display: block;
        width: 100%;
    }

    .renewform li.exp select {
        width: calc(50% - 10px);
        float: left;
    }
}

@media screen and (max-width:375px) {
    .cmnleft.currentissues .jcarousel li img {
        width: 375px !important;
        height: auto;
    }
}

@media screen and (max-width:350px) {
    .header.scrollon .mainLogo, .header .mainLogo {
        background: url(../images/white_header_logo.png) no-repeat 0% 54%;
        background-size: auto 18px;
    }

    .cmnleft.currentissues .jcarousel li img {
        width: 300px !important;
    }
}

/*  

     @media screen and (max-width:896px) and (max-height:414px) { */
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {

    .header, .header.scrollon {
        height: 90px;
    }

        .header.scrollon .mainLogo, .header .mainLogo {
            background: url(../images/white_header_logo.png) no-repeat 0% 73%;
            background-size: auto 20px;
        }

    .cmnleft, .cmnright {
        width: 100%;
        float: none;
        padding: 0px;
    }

    .homepageleftsection, .homepageleftsection .wrapper, .homepagerightsection {
        padding: 0px;
    }

    .homepagerightsection {
        padding: 0px 20px;
    }

    .search_slider {
        top: 100px;
        background: #0078a5;
        right: 0px;
        left: 0px;
        padding: 10px;
        display: none;
    }

    .reg_details ul.org_list {
        margin: 0px;
    }

    .reg_details ul li input[type=text], .reg_details ul li input[type=password], .reg_details ul li select, .reg_details ul li textarea {
        max-width: inherit;
        width: 100% !important;
    }

    .rgtadvtbox.scrollon, .rgtadvtbox {
        position: relative;
        top: inherit;
        right: inherit;
    }

    .mobsearch {
        display: block;
        margin: 0px;
        padding: 10px 10px 10px 10px;
        background: #0078a5;
    }

        .mobsearch input[type="text"] {
            width: calc(100% - 30px);
            display: inline-block;
        }

        .mobsearch input[type="button"] {
            display: inline-block;
        }

    .column60, .column40 {
        float: none;
        width: 100%;
        padding: 10px 0px;
        border: 0px;
    }

    .excecutiveqa .column40 {
        border-left: 0px;
        padding: 0px;
    }

    #dvFeaturedArticles, ul.multistoryfour li:nth-child(2) {
        padding: 0px;
    }

    #dvSearchResult ul.searchlist li p {
        padding: 10px 0px;
    }

        #dvSearchResult ul.searchlist li p span.thumbnail {
            position: relative;
            top: inherit;
            left: inherit;
            padding-top: 10px;
        }

    #dvCurrentIssues {
        max-width: calc(100% - 20px);
        left: 10px;
        right: 10px;
        top: 50px;
        bottom: 50px;
        overflow: auto;
    }

        #dvCurrentIssues h1 {
            font-size: 22px;
        }

        #dvCurrentIssues h2 {
            font-size: 16px;
        }

    ul.currentissuecoloumns li {
        width: 100%;
        float: none;
        min-height: inherit;
        border: 0px;
    }

    ul.creditinfolist li {
        margin-bottom: 0px;
    }

        ul.creditinfolist li > label {
            display: block;
            float: none;
        }

        ul.creditinfolist li > span {
            width: 100%;
        }

    .multimediaimage:after, span.storyimg:after {
        width: 100%;
        height: 100%;
    }

    .multimediaimage.video:after, span.storyimg.video:after {
        background: url(images/video-overlay@2x.png) !important;
        background-size: auto 50px !important;
        background-position: 50% 50% !important;
        background-repeat: no-repeat !important;
    }

    .multimediaimage.photo:after, span.storyimg.photo:after {
        background-position: 0% 100% !important;
        background-repeat: no-repeat !important;
        background-size: auto 40px !important;
    }

    #dvMembersipRenewalPopup {
        line-height: 100%;
    }

    .featured-section.excecutiveqa:before {
        display: none;
    }

    .headercmnlinks {
        top: 60px;
    }

        .headercmnlinks a {
            padding: 5px 10px;
        }

    .jb_clmn70 {
        width: 100%;
        margin: 0px;
        float: none;
    }

    .jb_jobopportunities .jb_jobsearch ul li {
        width: 100%;
        margin: 0px;
        float: none;
    }

    .job_oprt_pwrd:after {
        right: inherit;
        top: inherit;
        margin-left: 10px;
    }

    .job_oprt_pwrd:before, .loadmore::before {
        display: none;
    }

    .jobpost_btn {
        position: relative;
        top: -35px;
    }

    span.clmlogin {
        padding-top: 0px;
    }

        span.clmlogin:after {
            top: 3px;
        }

    .column40 #dvRightArticleList ul.cmnlist {
        border-top: 1px solid #CCCCCC;
        padding-top: 10px;
    }

    .jobfunction select {
        max-width: 200px !important;
    }

    .regPlans ul li.cost > label {
        width: 100% !important;
    }

    .featured-section p.multimediaimage.video, .featured-section p.multimediaimage.audio, .featured-section p.multimediaimage.photo, .featured-section p.multimediaimage.article {
        padding: 0px;
    }

    #dvAd.rgtadvtbox {
        position: relative;
        top: 10px;
        bottom: inherit;
    }

    .advtbox {
        height: 100px;
    }

    .dvSubscriptionlevel_formobile {
        display: block;
    }

    .dvSubscriptionlevel_formobile {
        font-size: 13px;
        background: #f0f5f5;
        border: 1px solid #000000;
    }

        .dvSubscriptionlevel_formobile > p {
            padding: 10px;
        }

            .dvSubscriptionlevel_formobile > p > label {
                font-weight: bold;
            }

        .dvSubscriptionlevel_formobile ul {
            margin: 0px;
            padding: 10px;
        }

            .dvSubscriptionlevel_formobile ul li {
                list-style: none;
                padding-right: 50px;
                position: relative;
                margin: 0px 0px 10px 0px;
                font-size: 13px;
                font-weight: bold;
            }

                .dvSubscriptionlevel_formobile ul li > label {
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    right: 0px;
                    top: calc(50% - 20px);
                    background: url(images/tick.png) 50% 50% no-repeat;
                    background-size: 20px auto;
                    display: block;
                }

        .dvSubscriptionlevel_formobile p.charges {
            margin: 0px;
            padding: 0px 0px 0px 50px;
            font-weight: normal;
        }

            .dvSubscriptionlevel_formobile p.charges span {
                display: block;
                padding: 5px;
                font-size: 13px;
            }

                .dvSubscriptionlevel_formobile p.charges span input[type="radio"] {
                    vertical-align: middle;
                    margin-right: 5px;
                }

                .dvSubscriptionlevel_formobile p.charges span label {
                    display: inline-block;
                    vertical-align: middle;
                    font-weight: bold;
                    margin-right: 10px;
                }

    #dvAd {
        position: relative;
        top: inherit;
        bottom: inherit;
    }

    .freeSub_form {
        height: 80px;
        overflow: auto;
    }

    .homepageleftsection .jcarousel-wrapper {
        max-width: 450px !important;
        margin: 0px auto !important;
    }

    #dvAd.riskpersubchannel {
        top: inherit;
        position: relative;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened {
        width: 700px !important;
        height: calc(100% - 40px) !important;
    }

    #divstickyad, #divbottomad, #dvAd.media {
        position: relative !important;
        margin: 0px 0px 10px 0px !important;
        top: inherit !important;
        bottom: inherit !important;
    }

    .cmnright.subchannelad {
        padding: 0px 0px 0px 10px;
        min-height: 200px !important;
    }

    #dvAd.subchannel {
        top: 0px;
    }

    .registartioncenterbox li {
        min-height: 560px;
    }

        .registartioncenterbox li p input[type="button"], .registartioncenterbox li p input[type="submit"] {
            -webkit-appearance: none;
        }

    .mainsection {
        min-height: inherit;
    }
}

/* @media screen and (max-width:414px) and (max-height:896px) {*/
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {



    #dvArticleList li img, ul.cmnlist li img {
        width: auto;
        max-width: 100%;
        display: block;
    }

    #ulFeaturedArticles li img {
        width: auto;
        max-width: 200px;
    }
}
