#wrapper, .header {
    position: relative;
    max-width: 1400px;
}

.headercmnlinks a#lnkLogin:before, span.clmlogin:after, span.clmlogin:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
}

#wrapper, .header, .liveSlider, .mainMenu {
    max-width: 1400px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
}

#wrapper, .header, .mainLogo {
    margin: 0 auto;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 100%;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

h1, h2, h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

p {
    line-height: 1.5em;
    color: #000;
    font-size: 16px;
}

.headercmnlinks a, span.clmlogin {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: grey;
}

input[type=text], input[type=password], textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #CCC;
    padding: 5px;
    line-height: normal;
}

.clear {
    clear: both;
}

#wrapper {
    overflow-x: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    right: 0;
    z-index: auto;
    background: #fff;
    padding-top: 10px;
}

    #wrapper.scrollon {
        padding-top: 185px;
    }

    #wrapper.registration {
        padding-top: 100px;
    }

.header {
    z-index: 9999;
    width: 100%;
    background: #FFF;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    min-height: 200px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

    .header.scrollon {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 56px;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        min-height: inherit;
    }

.mainLogo {
    height: 96px;
    text-align: center;
    background: url(images/logo@2x.png) 50% 50% no-repeat;
    background-size: 499px auto;
    display: block;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    position: relative;
    top: 15px;
}

.headercmnlinks a, .social a, span.clmlogin {
    display: inline-block;
}

.header.scrollon .mainLogo {
    height: 45px;
    background: url(images/logo@2x.png) 50% 17px no-repeat;
    background-size: 314px auto;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    top: 0;
}

.social {
    position: absolute;
    right: 20px;
    left: auto;
    width: 140px;
    text-align: right;
    -o-transition: top .5s ease-in-out;
    bottom: 20px;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.header.scrollon .social {
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.social a {
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
}

    .social a.icon-facebook {
        background: url(images/fbicon.png) 40% 0 no-repeat #FFF;
        background-size: auto 14px;
    }

    .social a.icon-twitter {
        background: url(images/twitterblck.png) 60% 10% no-repeat #FFF;
        background-size: auto 12px;
    }

    .social a.icon-linkedin {
        background: url(images/inblck.png) 100% 0 no-repeat #FFF;
        background-size: auto 14px;
    }

.footer .social a.icon-facebook {
    background: url(images/fbwhite.png) 50% 50% no-repeat #0078a5;
    background-size: auto 14px;
}

.footer .social a.icon-twitter {
    background: url(images/twitterwhite.png) 50% 50% no-repeat #0078a5;
    background-size: auto 12px;
}

.footer .social a.icon-linkedin {
    background: url(images/inwhite.png) 50% 50% no-repeat #0078a5;
    background-size: auto 13px;
}

.headercmnlinks {
    position: absolute;
    right: 5px;
    bottom: 8px;
}

    .headercmnlinks a {
        font-size: 13px;
        text-decoration: none;
        margin: 0 5px;
    }

        .headercmnlinks a.sign-up {
            text-transform: uppercase;
        }

        .headercmnlinks a#lnkLogin {
            padding-left: 20px;
            position: relative;
            text-transform: uppercase;
        }

span.clmlogin {
    position: relative;
    padding-left: 20px;
    padding-right: 25px;
    font-size: 15px;
    padding-top: 3px;
    cursor: pointer;
}

    .headercmnlinks a#lnkLogin:before, span.clmlogin:before {
        left: 0px;
        top: 0px;
        background: url(images/userblck.png) 2px 1px no-repeat;
        background-size: auto 13px;
    }

    span.clmlogin:before {
        top: 4px;
    }

    span.clmlogin:after {
        right: 0;
        top: 4px;
        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;
}

    .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;
    }

.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: 44px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    border-bottom: 2px solid #0078a5;
    border-top: 1px solid #CCC;
    z-index: 999;
    background: #FFF;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

    .liveSlider, .mainMenu.scrollon {
        transition: all ease .5s;
        left: 0;
    }

    .mainMenu.scrollon {
        top: 56px;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        position: fixed;
        width: 100%;
        right: 0;
    }

    .mainMenu ul {
        margin: 0;
        padding: 0;
        width: auto;
        display: inline-block;
    }

        .mainMenu ul li {
            list-style: none;
            display: inline-block;
            position: relative;
            min-height: 42px;
        }

            .mainMenu ul li a {
                display: block;
                font-family: 'Source Sans Pro', sans-serif;
                text-decoration: none;
                padding: 12px 10px;
                color: #4d4d4d;
                text-transform: uppercase;
                text-align: left !important;
                letter-spacing: 1px;
                font-size: 12px;
                font-weight: 700;
                position: relative;
            }

.footer .copyright, .footer .footerclmlinks .column h3, .homespblocks h1 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.mainMenu ul li:last-child {
    min-height: inherit;
}

.mainMenu ul li:not(:last-child) > a:after {
    position: absolute;
    right: -2px;
    top: calc(50% - 7px);
    content: "|";
    color: #e6e6e6;
    height: 15px;
}

.mainMenu ul li:hover {
    background: #f2f2f2;
}

    .mainMenu ul li:hover > a {
        color: #0078a5;
    }

.featured-section h2 a, ul.cmnlist li h3, ul.cmnlist li h3 a {
    color: #4d4d4d;
}

.mainMenu ul li:hover > a:after {
    display: none;
}

.mainMenu ul.clsSubMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #f2f2f2;
    margin: 0;
    padding: 0 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
}

.mainMenu ul li ul.clsSubMenu li {
    text-align: left;
    display: block;
}

    .mainMenu ul li ul.clsSubMenu li a {
        text-align: left;
        font-size: 12px;
        border-bottom: 1px solid #CCC;
        padding: 12px 0;
    }

        .mainMenu ul li ul.clsSubMenu li a:after {
            display: none;
        }

.mainMenu ul li:hover > .clsSubMenu {
    display: block;
}

.liveSlider {
    height: 41px;
    position: relative;
    width: 100%;
    right: 0;
    margin: 0 auto;
    background: #FFF;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    z-index: 99;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

    .liveSlider.scrollon {
        top: 98px;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        position: fixed;
        left: 0;
        right: 0;
    }

    .liveSlider .clmSearch {
        position: absolute;
        right: 10px;
        top: 5px;
    }

        .liveSlider .clmSearch input[type=text] {
            width: 160px;
            display: inline-block;
            border: 1px solid #dadada;
            padding: 6px 6px 5px;
            vertical-align: middle;
            position: relative;
            top: 2px;
        }

        .liveSlider .clmSearch input[type=button] {
            background: url(images/searchiconnew.png) 6px 7px no-repeat;
            background-size: auto 18px;
            border: 0;
            width: 26px;
            height: 26px;
            display: inline-block;
            vertical-align: middle;
        }

.content {
    min-height: 500px;
    max-width: 1040px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
    z-index: 1;
    padding: 0 20px 10px;
}

.featured-section {
    overflow: auto;
    padding-bottom: 30px;
    border-bottom: 3px solid #e6e6e6;
    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;
}

    .featured-section p.featurehomeimage img {
        width: 100%;
        height: auto;
    }

.featured-section h2 {
    font-size: 200%;
    margin: 0 0 5px;
    padding: 0;
    color: #4d4d4d;
    line-height: 130%;
    letter-spacing: normal;
}

.footer .copyright, .footer .footerclmlinks .column ul li a, .homespblocks h1 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.featured-section h2 span {
    font-style: italic;
}

ul.cmnlist {
    margin: 0;
    padding: 0;
}

    ul.cmnlist li {
        list-style: none;
        border-bottom: 1px solid #CCC;
        padding: 24px 0;
        clear: both;
        min-height: 120px;
    }

        ul.cmnlist li:last-child {
            border: 0;
        }

        ul.cmnlist li h3 {
            margin: 0;
            padding: 0;
            font-size: 20px;
            line-height: 130%;
        }

        ul.cmnlist li img {
            maX-Width: 100PX;
            MIN-WIDTH: 100PX;
            MAX-HEIGHT: 70PX;
            display: inline-block;
            float: left;
            margin-right: 10px;
        }

        ul.cmnlist li p {
            font-size: 16px;
            margin: 0;
            padding: 8px 0 0;
            line-height: 150%;
        }

#dvSignleArticleList {
    border-top: 1px solid #CCC;
    margin-top: 20px;
}

.column40 {
    float: right;
    width: calc(40% + 1px);
    padding: 0 0 0 23px;
    border-left: 1px solid #CCC;
    margin: 9px 0 0;
}

.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%;
            }

.footer {
    background: #f2f2f2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 30px;
}

    .footer .footerclmlinks, .footer .footertoplinks {
        max-width: 1020px;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }

    .footer .footertoplinks {
        padding-left: 30px;
        height: 103px;
        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: 20px;
        overflow: auto;
    }

        .footer .footerclmlinks .column {
            float: left;
            width: 20.6%;
            border-right: 1px solid #CCC;
            padding: 3px 10px;
            min-height: 363px;
            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: 1020px;
        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;
        }

#dvCurrentIssues h1, #dvCurrentIssues h2 {
    line-height: 100%;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.footer .social {
    bottom: auto;
    top: 20px;
}

.clmcurrentissue {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #4d4d4d;
    font-size: 18px;
    padding: 0 20px 0 38px;
    display: block;
    height: 40px;
    letter-spacing: 1.5px;
    width: 240px;
}

    .clmcurrentissue a {
        padding-top: 12px;
        color: #4d4d4d;
        display: block;
        position: relative;
    }

        .clmcurrentissue a:after {
            content: "";
            display: block;
            width: 12px;
            height: 8px;
            position: absolute;
            top: 16px;
            right: 0;
            background: url(images/downarr.png) 50% 50% no-repeat;
            background-size: 12px auto;
        }

    .clmcurrentissue:hover {
        background: #f1f1f1;
    }

    .clmcurrentissue:before {
        content: "";
        display: block;
        width: 38px;
        height: 38px;
        position: absolute;
        top: calc(50% - 19px);
        left: 0;
        background: url(images/bookmarkblck.png) 50% 50% no-repeat;
        background-size: auto 18px;
    }

    .clmcurrentissue:after {
        border-right: 1px solid #d0d0d0;
        content: " ";
        display: block;
        height: 15px;
        position: absolute;
        right: 1px;
        top: 14px;
    }

#dvCurrentIssues:before, .loadmore:before, .share ul.sharesocial li a:before, .sharelist div.share:before, .vticker ul li:before {
    content: "";
}

.clmcurrentissue:hover:after {
    display: none;
}

.clmcurrentissue.selected a {
    color: #0078a5;
}

.clmcurrentissue.selected:before {
    background: url(images/bookmarkblue.png) 50% 50% no-repeat;
    background-size: auto 18px;
}

.clmcurrentissue.selected a:after {
    background: url(images/downarrblue.png) 50% 50%/12px auto no-repeat;
    background-size: 12px auto;
}

.clmcurrentissue.selected:after {
    top: 0;
    bottom: 0;
    display: block;
    height: 42px;
}

#dvCurrentIssues {
    display: none;
    padding: 10px 30px 0;
    margin: 0;
    min-height: 400px;
    width: 100%;
    max-width: 900px;
    position: absolute;
    top: 41px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
    background: #fff;
    border-top: 1px solid #d0d0d0;
    font-size: 14px;
}

    #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;
            }

.articledetails p.articleTag label.mngtag, .articletabs li a {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

ul.currentissuecoloumns li ul.currentissuelist li span {
    vertical-align: middle;
}

.vticker ul li:before {
    position: absolute;
    left: 0;
    top: 16px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #0078a5;
}

.vticker ul li:hover:before {
    background: #0078a5;
}

.mainsection {
    display: block;
    overflow: auto;
    padding: 10px 0;
}

.cmnleft {
    width: calc(100% - 340px);
    float: left;
    padding-bottom: 20px;
}

.cmnright {
    width: 300px;
    float: right;
    padding-top: 10px;
}

.articletabs {
    overflow: auto;
    border-bottom: 1px solid #4d4d4d;
    padding: 0;
    margin: 10px 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;
        }

.articledetails {
    padding-top: 10px;
    position: relative;
}

    .articledetails p.articleTag {
        margin: 0;
        padding: 0;
        line-height: 0;
    }

        .articledetails p.articleTag label.mngtag {
            background: #8f4842;
            display: inline-block;
            padding: 3px 5px;
            color: #FFF;
            line-height: normal;
        }

        .articledetails p.articleTag label.mngDate {
            display: block;
            color: grey;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 4px 0 0;
            font-family: 'Source Sans Pro', Arial, sans-serif;
        }

    .articledetails h2 {
        font-size: 36px;
        line-height: 36px;
        padding: 3px 6px 3px 0;
        color: #000;
        border: none !important;
        letter-spacing: -.01em;
        background: 0 0;
        display: block;
        text-transform: none;
        font-weight: 400;
        margin: 0;
    }

    .articledetails p.authorname {
        margin: 0;
        padding: 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 {
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            vertical-align: middle;
            padding-top: 2px;
            margin: 0 2px 0 0;
        }

            .articledetails p.authorname span label {
                color: #0078a5;
                display: inline-block;
                vertical-align: middle;
            }

label.mngDate {
    display: block;
    padding-top: 4px;
    color: grey;
    font-weight: 700;
    margin: 0 0 10px;
    min-height: 30px;
}

.articledetails .cmnright {
    padding-top: 30px;
}

.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;
            }

.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;
}

    .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;
        }

    .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;
}

.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;
}

.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 {
        font-family: 'Source Sans Pro', Arial, sans-serif;
        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;
        }

#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;
}

h1.sphd1 {
    border: 0;
}

.workerscomp h1.sphd1 {
    padding: 11px 0 10px;
}

.awardsandevents h1.sphd {
    padding: 8px 0 7px 6px;
}

.awardsandevents p {
    margin: 10px 0;
}

.awardsandevents ul li {
    line-height: normal;
}

.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;
            }

.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;
}

.ftmultimedia ul.cmnlist li span.mmprfpic {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    top: 8px;
}

    .ftmultimedia ul.cmnlist li span.mmprfpic img {
        height: 60px;
        width: auto;
        position: absolute;
        left: calc(50% - 50px);
        top: 0px;
        float: none;
        max-width: inherit;
    }

.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;
}

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;
}

.workerscomp p.indepth {
    border-bottom: 1px solid #0078a5;
    margin: 0;
    padding: 9px 0 14px;
}

    .workerscomp p.indepth label {
        background: #f2f2f2;
        display: inline-block;
        padding: 3px 6px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: normal;
        margin: 0 7px 0 0;
    }

    .workerscomp p.indepth span {
        display: inline-block;
        font-size: 14px;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #000;
    }

        .workerscomp p.indepth span:last-child {
            border: 0;
        }

#dvUpcomingEvents, ul.cmnlist.upcoming {
    padding-top: 20px;
}

    ul.cmnlist.upcoming li {
        border: 1px solid #d0d0d0;
        padding: 0 !important;
        margin: 0 0 10px;
        height: 230px;
        overflow: hidden;
    }

        ul.cmnlist.upcoming li:hover h3, ul.cmnlist.upcoming li:hover p {
            background: #f3f3f3;
        }

        ul.cmnlist.upcoming li h3 {
            padding: 10px;
        }

        ul.cmnlist.upcoming li p {
            font-size: 17px;
            margin: 0;
            height: calc(100% - 120px);
            overflow: hidden;
            padding: 0 10px;
        }

        ul.cmnlist.upcoming li span {
            background: #FFF;
            display: block;
            padding: 5px 10px;
        }

            ul.cmnlist.upcoming li span.startdate {
                font-size: 13px;
                font-weight: 700;
                display: block;
                letter-spacing: 1.5px;
                text-transform: uppercase;
                margin-top: 10px;
            }

.tagblue, .whitepapers .tags.white {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.txbld {
    font-weight: 700;
}

.artcle_eventbox {
    position: relative;
    padding-top: 34px;
}

    .artcle_eventbox a.articleclose, .artcle_eventbox a.articlesearch {
        position: absolute;
        right: 3px;
        top: 45px;
        width: 26px;
        height: 26px;
        background: url(images/searchiconnew.png) 50% 50% no-repeat;
        background-size: auto 18px;
    }

    .artcle_eventbox a.articleclose {
        background: url(images/closesign.png) 50% 50% no-repeat;
        background-size: auto 16px;
        top: 2px;
    }

p#ulSearch {
    position: relative;
    padding: 0 40px 5px 0;
    border-bottom: 1px solid grey;
    margin: 10px 0 0;
    min-height: 32px;
}

    p#ulSearch input[type=text] {
        background: #f2f2f2;
        border: 1px solid #d0d0d0;
        font-family: 'Source Sans Pro', Arial, sans-serif;
        font-size: 14px;
        line-height: normal;
        color: #4d4d4d;
        height: 28px;
        text-align: left;
        width: 200px;
    }

.regcontainer, .regcontainer table {
    font-family: Verdana, Geneva, sans-serif;
}

.registration {
    margin: 0 auto;
    padding: 0;
}

    .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;
        }

            .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: 260px;
            }

            .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;
}

#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;
}

.marginleft0 {
    margin-left: 0px !important;
}

.paddingbottom0 {
    padding-bottom: 0px !important;
}

#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;
    }

.headercmnlinksformob, .mobsublinks {
    display: none;
}

#contactSettings {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
    color: #4d4d4d;
}

#dvAcceptConditions input {
    margin: 0 0 10px;
}

#dvAcceptConditions span {
    font-size: 16px;
}

p.btn {
    margin: 0;
    padding: 10px 0;
}

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;
}

.forgotpassword ul li input[type=submit].submitbtn, a.whtpprbtn {
    text-shadow: 1px 1px 1px #163d85;
    filter: dropshadow(color=#163d85, offx=0, offy=0);
    cursor: pointer;
}

.cmnleft.peoplesec {
    width: calc(100% - 310px);
    padding-top: 20px;
}

.executiveqamain {
    padding-top: 12px;
}

    .executiveqamain h1.sphd {
        padding-bottom: 19px;
    }

.registrationcompleted {
    padding: 20px;
}

    .registrationcompleted h2 {
        font-size: 20px;
        margin: 0;
        padding: 0;
        color: #4d4d4d;
    }

    .registrationcompleted p.btn {
        text-align: center;
    }

a.blbtn {
    padding: 5px 10px;
}

.loadmore a:hover {
    background: #4d4d4d;
    color: #FFF;
}

.loadmore:before {
    background: #d0d0d0;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
    height: 2px;
}

::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder {
    text-align: center;
}

::-moz-placeholder {
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}

.articleAlert h3 {
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
}

.articleAlert p.txrgt {
    text-align: right;
}

.articleAlert p input[type=submit] {
    border: 0;
    background: #0078a5;
    padding: 6px 10px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    color: #FFF;
    font-size: 16px;
}

.whitepapers, .whitepapers h3 {
    font-family: Arial;
}

.tagblue {
    display: inline-block;
    padding: 3px 5px;
    background: #2579a7;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
}

.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;
    }

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%;
    }

.whitepapers h3 {
    line-height: 130%;
}

.whitepapers .tags.white {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #0078a5;
    background: #f2f2f2;
    display: inline-block;
    padding: 3px 6px;
    font-weight: 700;
    font-size: 13px;
}

.whitepapers p.bluesep {
    border: 1px solid #ccc;
    background: #ccedff;
    font-size: 15px;
    padding: 10px 15px;
}

.subscribeGrid table td, .subscribeGrid table th {
    border-right: 1px solid #CCC;
    text-align: center;
    vertical-align: middle;
}

.whitepapers ul.whitepaperlist {
    border-top: 3px solid #e6e6e6;
    padding: 10px 0 0;
    margin: 0;
}

    .whitepapers ul.whitepaperlist li {
        list-style: none;
        float: left;
        width: calc(50% - 20px);
        padding: 10px 10px 10px 0;
        border-bottom: 2px solid grey;
        margin: 0 20px 10px 0;
    }

        .whitepapers ul.whitepaperlist li h3 {
            margin: 0 0 5px;
            padding: 0;
            font-size: 20px;
            color: #4d4d4d;
            font-family: Arial;
            line-height: 1.5em;
        }

            .whitepapers ul.whitepaperlist li h3 a {
                color: #4d4d4d;
            }

        .whitepapers ul.whitepaperlist li span.whitepic {
            float: left;
            margin: 0 10px 0 0;
        }

        .whitepapers ul.whitepaperlist li p {
            margin: 0;
            padding: 0;
            line-height: 1.5em;
            font-size: 16px;
        }

            .whitepapers ul.whitepaperlist li p.whtebtn {
                padding: 20px 0;
                font-weight: 700;
            }

a.whtpprbtn {
    color: #FFF;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 0 5px 0 0;
    font-size: 1.25em;
    line-height: 130%;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 10px 8px 7px;
    background: -moz-linear-gradient(top, #DD4814 0, #e74c16 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DD4814), color-stop(50%, #e74c16));
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#DD4814', endColorstr='#e74c16', GradientType=0);
    display: inline-block;
}

.bluebtn, .subscriptionText span {
    font-weight: 600;
}

.whitepapers ul.whitepaperlist li p.whtebtn a.whtpprbtn {
    float: left;
}

.subscribebox {
    width: 922px;
    margin: 0 auto;
    padding: 40px 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.announcementbox h2.annce, .announcementbox h3, ul.singlecopy li h3 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.subscribhd {
    background: url(https://www.businessinsurance.com/assets/png/masthead.png) no-repeat;
    height: 136px;
    margin: 0;
    padding: 0;
}

.subscribeGrid {
    border-top: 0;
    border-bottom: 0;
}

    .subscribeGrid table {
        width: 100%;
        border-collapse: collapse;
    }

        .subscribeGrid table th {
            background-color: #eff1ea;
            border-bottom: 1px solid #CCC;
            color: #1d78a9;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.2;
            padding-top: 11px;
            padding-bottom: 11px;
            width: calc((100% - 30%)/ 4);
        }

            .subscribeGrid table td.selected, .subscribeGrid table th.selected {
                background: #fbf285;
                color: #000;
            }

            .subscribeGrid table th:first-child {
                font-size: 18px;
                width: 30%;
                background: #FFF;
                border-left: 1px solid #CCC;
            }

            .subscribeGrid table th span.crossed {
                display: inline-block;
                position: relative;
                margin-right: 10px;
            }

                .subscribeGrid table th span.crossed:after, .subscribeGrid table th span.crossed:before {
                    content: '';
                    width: 120%;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    white-space: no-wrap;
                }

                .subscribeGrid table th span.crossed:before {
                    border-bottom: 1px solid #545454;
                    -webkit-transform: skewY(-10deg);
                    transform: translateX(5px) skewY(-10deg);
                }

                .subscribeGrid table th span.crossed:after {
                    border-bottom: 1px solid #545454;
                    -webkit-transform: skewY(10deg);
                    transform: translateX(5px) skewY(10deg);
                }

            .subscribeGrid table th span.xlarge {
                color: #a90d2b;
                font-size: 24px;
            }

        .subscribeGrid table td {
            border-bottom: 1px solid #CCC;
            padding: 10px;
            font-size: 15px;
            line-height: 150%;
        }

        .bluebtn, .subscribeGrid table tr.reniew td a {
            box-shadow: inset 0 -2px #2a8bcc;
            display: block;
            font-size: 18px;
            transition: background-color .35s ease;
            text-decoration: none;
        }

        .subscribeGrid table tr td:first-child {
            text-align: left;
            border-left: 1px solid #CCC;
        }

        .subscribeGrid table tr.noborder td {
            border: 0;
        }

            .subscribeGrid table tr.noborder td.selected {
                background: 0 0;
            }

.bluebtn {
    background: #28a7df;
    border-radius: 4px;
    border: none;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    padding: 5px 0 0;
    line-height: 160%;
}

    .bluebtn:hover {
        background: #2a8bcc;
    }

.subscribeGrid table td.selected .bluebtn {
    background: #fbf285;
    color: #a90d2b;
}

.bluebtn span {
    display: block;
    text-decoration: none;
}

span.bluedot {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 auto;
    background: #28a7df;
}

.subscribeGrid table tr.reniew td a {
    background-color: #1d6f9a;
    color: #FFF;
    margin: 2px 3px;
    padding: 5px 0;
    text-transform: uppercase;
}

h3.hd1 {
    border-top: 1px solid #ccc;
    color: #1d78a9;
    padding-top: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0;
}

.subscribeGrid p {
    font-size: 15px;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

.subscribeGrid ul {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 15px;
}

    .subscribeGrid ul li {
        list-style: none;
        padding: 0;
        margin: 0 0 5px;
        line-height: 1.1em;
    }

        .subscribeGrid p.terms a, .subscribeGrid ul li a {
            text-decoration: none;
            color: #2a8bcc;
        }

.subscribeGrid p.terms {
    text-align: right;
    margin-top: 20px;
    line-height: 1.65em;
}

.subscribeboxmobile {
    display: none;
}

.bdr {
    display: block;
    border-top: 1px solid #CCC;
}

span.plusicon, span.plusiconsml {
    display: inline-block;
    padding: 5px;
    font-size: 0;
}

span.plusicon {
    background: url(images/plusiconlarge.png) 50% 50% no-repeat;
    width: 23px;
    height: 23px;
}

span.plusiconsml {
    background: url(images/plusicon.png) 50% 50% no-repeat;
    width: 15px;
    height: 15px;
}

.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 h2 {
    color: #4d4d4d;
    font-size: 20px;
}

.announcedetails .an_details {
    overflow: auto;
    padding: 4px;
    color: #4d4d4d;
}

.an_details span.anprf {
    float: left;
    width: 125px;
    margin: 0 5px 0 0;
}

    .an_details span.anprf img {
        width: 100%;
        height: auto;
    }

.an_details ul {
    margin: 0 0 0 135px;
    padding: 0;
}

    .an_details ul li {
        list-style: none;
        padding: 0 0 0 5px;
        font-size: 14px;
        margin: 0 0 8px;
    }

        .an_details ul li label {
            font-weight: 700;
        }

.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;
        }

.upclosedetails {
    font-size: 15px;
    padding-top: 30px;
}

    .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%;
        }

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: 120px;
            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% - 121px);
            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;
            }

p.buttons span.notice {
    display: block;
    font-size: 14px;
    padding: 0;
}

.overline, p.showresults {
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-shadow: none;
}

.searchmain {
    padding-top: 10px !important;
}

p.listpagination {
    margin: 0;
    padding: 0;
}

    p.listpagination input {
        padding: 8px 12px !important;
        font-size: 13px !important;
    }

.searchmain h1 {
    padding-bottom: 18px;
    margin-bottom: 10px;
    position: relative;
}

ul.searchlist {
    margin: 0;
    padding: 0;
}

    ul.searchlist li {
        border-bottom: 1px solid #d0d0d0;
        padding: 10px 0;
        margin: 0 0 10px;
        list-style: none;
        min-height: 120px;
    }

        ul.searchlist li h3 {
            font-size: 20px;
            color: #4d4d4d;
            margin: 0 0 10px;
            padding: 0;
            line-height: 1.5;
        }

            ul.searchlist li h3 a {
                color: #4d4d4d;
            }

        ul.searchlist li span.thumbnail {
            float: left;
            width: 60px;
            height: 60px;
            margin-right: 10px;
            background: center center no-repeat;
            -moz-background-size: cover;
            -o-background-size: cover;
            -webkit-background-size: cover;
            background-size: cover;
        }

            ul.searchlist li span.thumbnail img {
                max-width: 100%;
                height: auto;
                max-height: 100%;
            }

ul.sponsoringsite li span.sprpic, ul.sponsoringsite li span.sprpic img {
    max-width: 100px;
    max-height: 100px;
}

ul.searchlist li p {
    margin: 0;
    padding: 0;
}

ul.topliclist {
    margin: 16px 0 0;
    padding: 0;
    overflow: auto;
}

    ul.topliclist li {
        list-style: none;
        width: calc(100%/3);
        padding: 0 20px 0 0;
        float: left;
    }

        ul.topliclist li h2 {
            font-weight: 400;
            margin: 0;
            padding: 0;
            color: #4d4d4d;
        }

        ul.topliclist li p {
            font-size: 14px;
            margin: 0;
            padding: 0;
        }

            ul.topliclist li p a {
                color: #1b83d3;
                text-decoration: none;
            }

#dvAnnouncementSuccess {
    padding-top: 10px;
}

    #dvAnnouncementSuccess a {
        display: inline-block;
        border: 1px solid #CCC;
        padding: 5px 6px;
        color: grey;
        font-style: italic;
    }

    #dvAnnouncementSuccess h2 {
        color: #4d4d4d;
        margin: 0;
        padding: 20px 0 0;
        font-size: 20px;
    }

    #dvAnnouncementSuccess p {
        margin: 0;
        padding: 10px 0 0;
    }

ul.sponsoringsite {
    margin: 20px 0 0;
    padding: 0;
}

    ul.sponsoringsite li {
        margin: 0 0 15px;
        border: 1px solid #d0d0d0;
        padding: 10px;
        list-style: none;
        clear: both;
        min-height: 120px;
    }

        ul.sponsoringsite li:hover {
            background: #f2f2f2;
        }

        ul.sponsoringsite li span.sprpic {
            width: 100px;
            float: left;
            margin: 0 10px 0 0;
        }

        ul.sponsoringsite li h3 {
            font-size: 21px;
            line-height: 24px;
            margin: 0;
            padding: 0;
            color: #4d4d4d;
        }

        ul.sponsoringsite li p {
            margin: 0;
            padding: 0;
        }

.cmnbox {
    padding: 10px 0 0;
}

    .cmnbox h1 {
        font-size: 35px;
        margin: 10px 0 15px;
    }

.crainbrand h2, .reprints h2 {
    font-size: 20px;
}

ul.classified {
    margin: 0;
    padding: 0;
}

    ul.classified li {
        list-style: none;
        border-bottom: 3px solid #e6e6e6;
        padding: 10px 0;
        min-height: 170px;
    }

        ul.classified li h1 {
            margin: 0 0 10px;
            padding: 0;
            color: #4d4d4d;
            font-size: 20px;
        }

        ul.classified li span.classifiedpic {
            max-width: 150px;
            max-height: 150px;
            float: left;
            margin: 0 10px 10px 0;
        }

            ul.classified li span.classifiedpic img {
                max-width: 150px;
                max-height: 150px;
            }

.crainbrand h2 {
    background: #E6E6E6;
    color: #4d4d4d;
    padding: 10px;
    margin: 0;
}

ul.crains {
    margin: 0;
    padding: 0;
    clear: both;
}

    ul.crains li {
        list-style: none;
        padding: 10px;
        min-height: 130px;
        clear: both;
    }

        ul.crains li span {
            float: left;
            margin: 0 10px 10px 0;
            width: 100px;
            height: 100px;
            position: relative;
        }

            ul.crains li span img {
                max-width: 80px;
                position: absolute;
                top: 30%;
            }

.mediakit h2 {
    color: #4d4d4d;
}

p.mediapic {
    border-bottom: 3px solid #CCC;
    margin: 0;
    padding: 0 0 10px;
}

    p.mediapic img {
        max-width: 100%;
    }

p.mediasub {
    padding: 10px 20px;
}

.reprints {
    color: #4d4d4d;
}

    .reprints ul li {
        margin: 0 0 5px;
    }

span.hd {
    border-top: 2px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 2px solid #D8D8D8;
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.reprnitpic {
    float: left;
    width: 80px;
    height: 200px;
    margin: 0 10px 0 0;
}

ul.singlecopy {
    margin: 30px 0 0;
    padding: 0;
    border-top: 3px solid #e6e6e6;
}

    ul.singlecopy li {
        list-style: none;
        padding: 10px 0;
    }

        ul.singlecopy li h3 {
            font-size: 16px;
            font-weight: 700;
            margin: 10px 0 0;
            padding: 0;
        }

        ul.singlecopy li p {
            margin: 10px 0;
            padding: 0;
        }

.currentissues {
    position: relative;
}

    .currentissues h1.sphd {
        padding-bottom: 20px;
        text-overflow: ellipsis;
        padding-right: 200px;
        overflow: hidden;
        white-space: nowrap;
        padding-top: 0;
    }

.drp {
    position: absolute;
    top: 4px;
    right: 0;
}

    .drp select {
        width: 100px;
        background: #0078a5;
        color: #FFF;
        border: 0;
    }

        .drp select option {
            background: #4d4d4d;
        }

#dvSubscribeRegister {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999999;
}

    #dvSubscribeRegister .overlay {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(170, 170, 170, .5);
    }

.subscribereg {
    width: 400px;
    height: 250px;
    border: 2px solid #1b83d3;
    border-radius: 5px;
    position: fixed;
    z-index: 9999;
    top: calc(50% - 125px);
    left: calc(50% - 200px);
    background: #FFF;
    padding: 5px;
    font-family: Verdana !important;
}

    .subscribereg h2 {
        background: #1f78a9;
        color: #FFF;
        font-size: 15px;
        margin: 0;
        padding: 10px;
        font-family: Verdana !important;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border: 1px solid #aaa;
    }

    .subscribereg a#lnkClose {
        position: absolute;
        width: 16px;
        height: 16px;
        background: url(images/closesign.png) 50% 50% no-repeat #eee;
        background-size: 10px auto;
        top: 16px;
        right: 13px;
        border: 1px solid #d3d3d3;
        font-size: 0;
    }

    .subscribereg p {
        margin: 0;
        padding: 10px 20px 5px;
        font-size: 16px;
    }

h1.art_title {
    font-size: 36px;
    line-height: 36px;
    padding: 3px 6px 3px 0;
    color: #000;
    border: none !important;
    letter-spacing: -.01em;
    background: 0 0;
    display: block;
    text-transform: none;
    font-weight: 400;
    margin: 0 0 15px;
}

.pagetitle {
    border-bottom: 1px solid #0078a5;
    display: block;
    padding: 0 0 10px;
}

.upclosebox {
    padding-top: 20px;
}

.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(7) {
            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;
}

.header.scrollon #top-leaderboard {
    height: 0;
    overflow: hidden;
}

#dvArticleAlert {
    margin: 0 0 15px;
}

    #dvArticleAlert h3 {
        line-height: 150%;
        margin: 0;
        padding: 10px 0 0;
    }

    #dvArticleAlert input#txtEmail {
        background: #f2f2f2;
        border: 1px solid #d0d0d0;
        font-family: Helvetica, Arial, sans-serif;
        font-family: 'Source Sans Pro', Arial, sans-serif;
        font-size: 14px;
        line-height: normal;
        color: #4d4d4d;
        width: calc(75% - 12px);
    }

    #dvArticleAlert input[type=button] {
        margin: 0 0 0 12px;
        padding: 4px 6px;
        text-transform: uppercase;
        height: 30px;
        font-size: 12px;
        width: calc(25% - 5px);
        vertical-align: top;
    }

.resetpassword {
    max-width: 600px;
    margin: 0 auto;
}

    .resetpassword ul {
        margin: 0;
        padding: 40px 0;
    }

        .resetpassword ul li {
            list-style: none;
            overflow: auto;
            margin: 0 0 10px;
            padding: 0 0 5px;
        }

            .resetpassword ul li > label {
                float: left;
                width: 150px;
                text-align: right;
                padding: 8px 10px 0 0;
                font-weight: 700;
                font-size: 15px;
            }

            .resetpassword ul li > span {
                width: calc(100% - 155px);
                float: left;
            }

                .resetpassword ul li > span input[type=password] {
                    width: 100%;
                    max-width: 300px;
                }

p.resetpass {
    text-align: center;
    padding: 10px;
}

    p.resetpass label {
        font-weight: 700;
    }

label#spnConfirm, label#spnNew {
    color: red;
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: top;
}

label#spnPasswordMatch {
    display: block;
    width: 100%;
    color: red;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
}

.forgotpassword {
    padding-top: 69px;
    line-height: normal;
    font-size: 14px;
    color: #4d4d4d;
}

    .forgotpassword h2, .forgotpassword 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 {
        font-size: 14px;
        color: #4d4d4d;
        margin: 0 0 15px;
        line-height: 150%;
    }

    .forgotpassword ul {
        margin: 0;
        padding: 0;
    }

        .forgotpassword ul li {
            list-style: none;
            overflow: auto;
            margin: 0 0 20px;
        }

            .forgotpassword ul li label {
                width: 170px;
                text-align: right;
                float: left;
                padding: 8px 5px 0 0;
                font-size: 14px;
            }

            .forgotpassword 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;
            }

#dvSponsorInsight {
    margin-top: 20px;
}

#big-box-1, #rectangle-1, #rectangle-2, #rectangle-3 {
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 300px;
    margin: 0 auto !important;
}

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: 99;
        }

        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;
        }

span#spnWrongEmail {
    display: inline-block;
    padding: 10px;
    border: 1px solid #fbc5c7;
    background: #fbe3e4;
    color: #9b3424;
    font-size: 14px;
    margin: 0 0 10px;
}

#top-leaderboard {
    position: relative;
    top: 20px;
}

.subscriptionText p {
    margin: 5px 0;
    font-size: 15px;
}

p.color-red {
    color: red;
}

h3.delivery-address-head {
    margin: 20px 0;
}

.regplanmobile {
    display: none;
}

.mnloader {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(images/loaderone.gif) 50% 50% no-repeat;
    background-size: 30px auto;
    vertical-align: top;
    position: relative;
    top: -4px;
}

.alignrightmain img, .fullwidthphoto, .fullwidthphoto img, .smallmugshot img, .smallmugshotrgt img {
    width: 100%;
}

p.emailpref {
    padding: 10px 0;
    font-size: 16px;
    margin: 0;
}

    p.emailpref label {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    p.emailpref input[type=text] {
        font-size: 16px;
        width: 100%;
        max-width: 400px;
    }

p.noemail {
    text-align: center;
    padding: 60px 0 0;
    font-size: 16px;
}

.fullwidthphoto img {
    height: auto;
}

.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;
    }

.pagetitle.mltimedia {
    padding-bottom: 0;
}

.multimain {
    cursor: pointer;
}

.multimediaimage {
    width: 100%;
    position: relative;
}

    .multimediaimage img {
        width: 100%;
        height: auto;
    }

    .multimediaimage:after, span.storyimg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
    }

    .multimediaimage.video:after, span.storyimg.video:after {
        background: url(images/video-overlay@2x.png) 50% 50% no-repeat;
        background-size: 35%;
    }

    .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;
        background-size: 25%;
    }

.cmnlist.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%;
}

.cmnlist.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%;
}

.cmnlist.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;
        max-height: 230px;
        overflow: hidden;
        cursor: pointer;
    }

span.storyimg, span.storyimg img {
    width: 100%;
    max-height: 100px;
    height: auto;
}

ul.multistoryfour li h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    color: #4d4d4d;
}

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%;
    height: auto;
    max-height: inherit;
}

.cmnlist.multimedialist li {
    cursor: pointer;
}

.cmnlist.multimedialist 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 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;
}

.rssfeeds h2 {
    margin: 0;
    padding: 0;
}

.rssfeeds ul {
    margin: 10px 0 20px;
    padding: 0;
}

    .rssfeeds ul li {
        list-style: none;
        background: url(images/feed-icon-16x16.jpg) 0 50% no-repeat;
        padding: 1px 0 1px 25px;
        margin: 0 0 10px;
    }

.rssfeeds a[target='_blank']:after, .rssfeedsa[rel=external]:after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    background: url(images/rssfeedlink.png) 0 50% no-repeat;
    width: 16px;
    height: 16px;
    background-size: 15px auto;
}

.rssfeeds a {
    color: #1b83d3;
}

table.rss_apps_table {
    width: auto;
    border-collapse: collapse;
}

    table.rss_apps_table td {
        padding: 10px;
    }

    table.rss_apps_table tr td:first-child {
        background: #efefef;
        border-right: 1px solid #ccc;
        font-weight: 700;
    }

ul.slick-dots {
    display: none !important;
}

span.kickertext, ul.cmnlist li span.kickertext {
    display: block;
    font-size: 14px;
    color: #0078a5;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

ul.cmnlist li.sponsored > div, ul.cmnlist li.sponsored > span.sponsoredbox {
    padding: 28px 10px 10px;
    background: #f1f1f1;
    border: 1px solid #CCC;
    position: relative;
    display: block;
}

ul.aw_list, ul.aw_yearlist {
    border-top: 2px solid #e6e6e6;
}

ul.cmnlist li.sponsored > div span.kickertext, ul.cmnlist li.sponsored > span.sponsoredbox span.kickertext {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.sposoredarticle {
    position: relative;
}

    .sposoredarticle span {
        display: block;
        text-align: center;
        background: #FFF;
        padding-bottom: 10px;
    }

        .sposoredarticle span img {
            max-height: 80px;
            margin: 0 auto;
            padding-top: 10px;
        }

    .sposoredarticle p {
        background: #1d78a8;
        padding: 7px;
        margin: 0;
        color: #FFF;
        font-size: 13px;
        text-align: center;
    }

        .sposoredarticle p label {
            font-weight: 700;
        }

.cmn_mmarticlelist ul.cmnlist.multimedialist {
    overflow: auto;
    padding: 20px 10px;
}

    .cmn_mmarticlelist ul.cmnlist.multimedialist li {
        clear: none;
        float: left;
        width: 50%;
        margin: 0;
        padding: 10px 20px 20px 0;
        position: relative;
        border-bottom: 0;
        min-height: 442px;
    }

        .cmn_mmarticlelist ul.cmnlist.multimedialist li span.storyimg img {
            max-height: 200px;
        }

        .cmn_mmarticlelist ul.cmnlist.multimedialist li:nth-child(2n+2) {
            padding: 10px 0 20px 20px;
            border-left: 1px solid #f3f3f3;
        }

        .cmn_mmarticlelist ul.cmnlist.multimedialist li:before {
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 20px;
            height: 1px;
            background: #CCC;
        }

.error {
    color: red;
    font-size: 11px !important;
}

.featured-section.awards {
    border-bottom: 0;
}

    .featured-section.awards span.aw_mainlic {
        float: left;
        margin: 0 10px 10px 0;
    }

    .featured-section.awards h3 {
        font-size: 14px;
        line-height: normal;
        color: #4d4d4d;
        font-weight: 700;
        text-align: center;
        margin: 0;
        padding: 0 0 10px;
        border-bottom: 3px solid #e6e6e6;
    }

        .featured-section.awards h3 a {
            text-decoration: none;
            color: #4d4d4d;
            font-size: 14px;
            line-height: normal;
        }

    .featured-section.awards h5 {
        text-align: center;
        margin: 0;
        padding: 10px 0;
        font-size: 10px;
    }

ul.aw_list {
    margin: 10px 0 30px;
    padding: 0;
    overflow: auto;
}

    ul.aw_list li {
        list-style: none;
        float: left;
        width: calc(100%/3);
        padding: 0 10px 10px 60px;
        margin: 0 0 10px;
        position: relative;
    }

        ul.aw_list li span.aw_prfpic {
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            height: 40px;
            background: #f1f1f1;
        }

            ul.aw_list li span.aw_prfpic img {
                width: 100%;
            }

        ul.aw_list li p, ul.aw_list li p.hd {
            margin: 0;
            padding: 0;
            font-weight: 400;
            font-size: 14px;
            line-height: normal;
        }

            ul.aw_list li p.hd a {
                color: #105487;
                text-decoration: none;
            }

ul.aw_yearlist {
    margin: 20px 0 0;
    padding: 20px 0 0 20px;
}

    ul.aw_yearlist li {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 5px;
    }

        ul.aw_yearlist li a {
            color: #1b83d3;
        }

.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;
        }

.pgBottomCaption {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    line-height: 160%;
    border-bottom: 1px solid #F2f2f2;
}

    .pgBottomCaption b {
        font-weight: 400 !important;
    }

.pgBottomCaptionHead {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0 0;
    line-height: 150%;
}

.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;
}

.aw_full h4, .restrictpopup p.leftside, p.fullside {
    font-family: 'Roboto Condensed', sans-serif;
}

.ps-caption {
    display: none !important;
}

.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%;
        }

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;
        }

select {
    border: 1px solid #CCC;
    padding: 4px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

p.txbtn {
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

    p.txbtn input.search[type=button], p.txrgt input[type=button] {
        background: #1e85d2;
        padding: 10px 30px;
        font-weight: 600;
        font-size: 16px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
        -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
        -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
        cursor: pointer;
    }

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;
}

.dvMessage {
    text-align: right;
    color: #666666;
    padding: 15px 0;
    font-size: 15px;
    border: 1px solid #f2f2f2;
}

.loadmore a, a {
    color: #0078a5;
}

.loadmore {
    display: block;
    text-align: center;
    position: relative;
    padding: 20px 0;
}

    .loadmore::before {
        background: #d0d0d0;
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(50% - 1px);
        height: 2px;
    }

    .loadmore a {
        display: inline-block;
        border: 1px solid #0078a5;
        background: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        z-index: 1;
        position: relative;
        padding: 10px 12px;
        margin: 15px 0;
    }

a {
    cursor: pointer;
    text-decoration: none;
}

.jb_clmn30 {
    width: 30%;
    float: right;
    padding: 0 0 0 20px;
}

ul.jb_jobtopform {
    margin: 20px 0;
    padding: 0;
}

    ul.jb_jobtopform li {
        list-style: none;
        padding: 0 0 10px;
        font-size: 15px;
    }

        ul.jb_jobtopform li label {
            display: inline-block;
            width: 100px;
            color: #0078a5;
        }

#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;
}

.restrictpopup {
    background: #FFF;
    text-align: center;
    padding: 30px 30px 0;
    font-size: 16px;
    height: 100%;
    overflow: auto;
}
.alreadymemberpopup {
    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;
    }
    .alreadymemberpopup 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: 300;
    }

     .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;
    }

.splink {
    display: block;
    padding: 0;
    font-size: 14px;
    margin: 0;
    clear: both;
    text-align: center;
}

.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;
}

.fancybox-overlay {
    z-index: 9999 !important;
}

.fancybox-skin {
    background: #FFF !important;
}

.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;
}

.job_oprtnt_postjob a, .jobpost_btn, .se_applyjob a {
    background: #1b83d3;
    text-shadow: none;
    font-weight: 400;
}

.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;
    }

.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, .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;
    }

.aw_tabs {
    margin: 0 0 10px;
    padding: 0;
    border-bottom: 1px solid #000;
}

.aw_full h3, .aw_main p.line {
    border-bottom: 1px solid #CCC;
}

.aw_tabs li {
    list-style: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    color: #0078a5;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    background: #f2f2f2;
}

.aw_full h4, .aw_main h4, .aw_main p > label {
    font-weight: 500;
}

.aw_tabs li.active {
    background: #0078a5;
    color: #FFF;
}

.aw_full {
    max-width: 1000px;
    background: #f5f5f5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px;
}

    .aw_form, .aw_full h3, .aw_full h4 {
        margin: 0;
        padding: 10px 0;
    }

    .aw_full h3 {
        font-size: 20px;
    }

    .aw_full h4 {
        font-size: 18px;
    }

.aw_form li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 5px 10px 5px 0;
    font-size: 15px;
    min-height: 68px;
}

.aw_form.triple li {
    width: calc(100%/3);
}

.aw_form li > label {
    display: block;
    padding: 0 0 5px;
}

    .aw_form li > label.required:before {
        content: "*";
        color: red;
        font-size: 15px;
    }

.aw_form li > span {
    display: block;
}

    .aw_form li > span input[type=text], .aw_form li > span select, .aw_form li > span textarea {
        width: calc(100% - 10px);
    }

.aw_form li > label label.sml {
    font-size: 14px;
    display: block;
    color: rgba(0, 0, 0, .7);
}

.aw_form li > span textarea {
    height: 100px;
    resize: none;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 15px;
}

.aw_form li.fullbox {
    float: none;
    width: 100%;
    padding: 20px 0 0;
    clear: both;
}

.aw_main p {
    line-height: 150%;
    margin: 0 0 20px;
    font-size: 16px;
}

    .aw_main p.line {
        padding: 0 0 20px;
    }

.aw_main h4 {
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.aw_faqlist {
    margin: 0;
    padding: 0;
}

    .aw_faqlist li {
        list-style: none;
        padding: 0;
        margin: 0 0 30px;
    }

        .aw_faqlist li h5 {
            font-size: 16px;
            color: #0078a5;
            margin: 0 0 5px;
            padding: 0;
            font-weight: 500;
        }

        .aw_faqlist li p {
            margin: 0;
            padding: 0;
            font-size: 16px;
        }

p.aw_topbanner {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

    p.aw_topbanner img {
        width: auto;
        height: 120px;
    }

label.restricion {
    color: #333;
    font-size: 14px;
    clear: both;
    display: block;
}

#frmUploadFile {
    padding: 30px 20px;
}

    #frmUploadFile input[type=submit] {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

.multipletags {
    height: 250px;
    border: thin solid #ccc;
    padding: 5px;
    margin: 5px 0;
}

    .multipletags label {
        font-weight: 400 !important;
    }

.search-loader {
    width: 110px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/AjaxLoader.gif) 100% 0/40px no-repeat;
    font-size: 12px;
    padding-top: 15px;
}

.awardsandevents h2.caps {
    text-transform: uppercase;
}

.in_awardstabs {
    height: 40px;
    margin: 0px;
    padding: 0px;
    border-bottom: 2px solid #000000;
}

    .in_awardstabs li {
        list-style: none;
        float: left;
        display: block;
    }

        .in_awardstabs li a {
            text-decoration: none;
            font-size: 15px;
            height: 40px;
            display: block;
            font-family: 'Roboto Condensed', sans-serif;
            text-transform: uppercase;
            padding: 12px 30px;
            color: #0078a5;
        }

            .in_awardstabs li.active a, .in_awardstabs li a:hover {
                background: #0078a5;
                color: #FFFFFF;
            }

.innovationbox {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 20px 0px;
    font-size: 15px;
}

    .innovationbox p {
        font-size: 15px;
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }

        .innovationbox p label {
            display: inline-block;
            padding: 0px 0px 5px 0px;
        }

        .innovationbox p span {
            display: block;
        }

    .innovationbox h3 {
        text-transform: uppercase;
        font-size: 18px;
        padding: 0px 0px 10px 0px;
        border-bottom: 1px solid #d0d0d0;
    }

    .innovationbox h4 {
        font-size: 15px;
        padding: 0px 0px 5px 0px;
        margin: 20px 0px 0px 0px;
    }

ul.inn_list {
    margin: 0px;
    padding: 0px;
}

    ul.inn_list li {
        list-style: none;
        float: left;
        width: 50%;
        padding: 3px 10px 3px 0px;
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }

        ul.inn_list li label {
            display: inline-block;
            font-size: 15px;
            padding: 0px 0px 5px 0px;
        }

        ul.inn_list li > span {
            display: block;
            font-size: 16px;
        }

            ul.inn_list li > span input[type="text"] {
                width: calc(100% - 20px) !important;
            }

            ul.inn_list li > span textarea, .innovationbox p span textarea {
                width: calc(100% - 20px);
                height: 90px;
                resize: none;
            }

            ul.inn_list li > span span {
                display: block;
                margin: 8px 0px 8px 0px;
                position: relative;
                border-bottom: 1px solid rgba(0, 0, 0, .25);
                padding: 0px 0px 8px 0px;
            }

                ul.inn_list li > span span label {
                    display: inline-block;
                    margin: 0px 0px 0px 10px;
                    max-width: 90%;
                }

                ul.inn_list li > span span a {
                    position: absolute;
                    right: 5px;
                    width: 25px;
                    height: 25px;
                    background: #0078a5;
                    border-radius: 100%;
                    -moz-border-radius: 100%;
                    -webkit-border-radius: 100%;
                    top: calc(50% - 12px);
                    font-size: 0px;
                }

                    ul.inn_list li > span span a:before {
                        content: "x";
                        color: #FFFFFF;
                        font-size: 18px;
                        display: block;
                        font-style: normal;
                        position: relative;
                        top: 11px;
                        text-align: center;
                    }

        ul.inn_list li.pdng label {
            padding-top: 15px;
        }

        ul.inn_list li.pdng2 label {
            padding-top: 30px;
        }

        ul.inn_list li.full {
            width: 100%;
            float: none;
            display: block;
            clear: both;
        }

p.inn_btns {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

    p.inn_btns input[type="button"] {
        background: #1e85d2;
        color: #FFFFFF;
        font-weight: 600;
        padding: 12px 25px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 17px;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
        -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
        -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    }

.mandatory {
    position: relative;
}

    .mandatory:after {
        content: "*";
        color: #ff0000;
        font-size: 12px;
        display: inline-block;
    }
/*overview and faq*/
.innovationDetails {
    padding: 10px 0px;
    font-size: 15px;
}

    .innovationDetails h4 {
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        margin: 0px;
        padding: 10px 0px 10px 0px;
        font-weight: 500;
    }

    .innovationDetails h5 {
        font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
        margin: 0px;
        padding: 10px 0px 10px 0px;
    }

    .innovationDetails p {
        margin: 0px 0px 20px 0px;
        line-height: 150%;
        padding: 0px;
    }

    .innovationDetails ul.splist {
        margin: 0px;
        padding: 0px;
    }

        .innovationDetails ul.splist li {
            list-style: none;
            margin: 6px 0px 15px 0px;
            padding: 0px;
            font-size: 15px;
        }

            .innovationDetails ul.splist li label {
                font-weight: 700;
            }

            .innovationDetails p.btmbrdr, .innovationDetails ul.splist li.btmbrdr {
                padding-bottom: 20px;
                margin: 0px 0px 20px 0px;
                border-bottom: 1px solid rgba(0, 0, 0, .3);
            }

    .innovationDetails h6 {
        color: #0077ab;
        margin: 30px 0px 5px 0px;
        padding: 0px;
        font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 500;
    }

.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);
        }

ul.riskrepsctiveslist {
    margin: 0px;
    padding: 20px 0px 0px 0px;
}

    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: 0px 0px 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 0px;
            color: rgba(0,0,0,.5);
        }

        ul.riskrepsctiveslist li.rsksponsered {
            background: #f9fcff;
            border: 1px solid rgba(0,0,0,.075);
            border-top: 0px;
        }

        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 0px 0px 0px;
            padding: 0px;
            font-size: 20px;
        }

            ul.riskrepsctiveslist li h2 a {
                color: rgba(0,0,0,.8);
            }

        ul.riskrepsctiveslist li p {
            line-height: 160%;
            margin: 5px 0px 0px 0px;
            padding: 0px;
        }

        ul.riskrepsctiveslist li h4 {
            margin: 8px 0px 5px 0px;
            padding: 0px;
            font-size: 13px;
            font-weight: 600;
            color: #0078a5;
            font-style: italic;
        }

        ul.riskrepsctiveslist li h5 {
            margin: 0px;
            padding: 0px;
            font-size: 12px;
            font-weight: 500;
            color: rgba(0,0,0,.7);
        }

        .italic{
            font-style:italic !important;
        }
        .cmnleft.full{
            width:100%;
            float:none;
        }
        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;
          }
          .researchandreports{
              width:100%;
              padding:10px 0px 0px 0px;
          }
          .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:0px;
           padding:20px 0px 10px 0px;
           font-size:20px;
       }
        .rsrv_grid h5{
           font-family: 'Roboto Condensed',sans-serif;
           margin:0px;
           padding:10px 0px 10px 0px;
           font-size:16px;
           font-weight:400;
       }
         .rsrv_grid table{
             width:100%;
             border-collapse:collapse;
            


         }
          .rsrv_grid table th{
              background:#bfe3ff;
              padding:6px;
              font-size:14px;
              font-weight:bold;
              text-align:left;
              color:#0078a5;

          }
          .rsrv_grid table td{
              background:#FFFFFF;
              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:0px;
           padding:30px 0px 5px 0px;
           font-size:20px;
           font-weight:700;
       }
           .researchandreports ul.rsrv_list{
               margin:0px;
               padding:20px;
           }
           .researchandreports ul.rsrv_list li{
               margin:0px 0px 10px 0px;
               padding:5px 0px;
               font-size:16px;
           }
           .researchandreports ul.rsrv_list li a{
               text-decoration:none;
               color:#0078a5;
           }
           p.footnote{
               font-size:12px;
               margin:0px;
               padding:10px 0px;

           }
             p.footnote span{
                 display:block;
                 margin:0px 0px 5px 10px;
             }
@media screen and (max-width: 1400px) {
    div.sharelist div.share.open {
        left: 0px;
    }
}

@media screen and (max-width: 1024px) {
    p.pricingbox span {
        width: 45%;
    }
}

@media screen and (max-width: 880px) {
    .jb_clmn30, .jb_clmn70 {
        width: 100%;
        float: none;
    }

    .header {
        border-bottom: 2px solid #0078a5;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        min-height: inherit;
    }

        .header .mainLogo {
            height: 57px;
            background: url(images/logo@2x.png) 50% 50% no-repeat;
            background-size: 240px auto;
            transition: all ease .5s;
            -moz-transition: all ease .5s;
            -webkit-transition: all ease .5s;
        }

        .header.scrollon .mainLogo {
            background-size: 240px auto;
            transition: all ease .5s;
            -moz-transition: all ease .5s;
            -webkit-transition: all ease .5s;
        }

        .header .social {
            top: 108px;
        }

            .header .social.scrollon {
                top: 5px;
            }

    .content {
        position: relative;
        z-index: 1;
        background: #FFF;
    }

    .mainMenu, .mainMenu.scrollon {
        position: fixed;
        top: 0;
        left: 0;
        right: auto;
        width: 270px;
        bottom: 0;
        background: #f2f2f2;
        z-index: 0;
        height: auto;
    }

        .mainMenu ul {
            margin: 0;
            padding: 0;
            display: block;
        }

            .mainMenu ul li {
                display: block;
                float: none;
            }

                .mainMenu ul li a {
                    font-size: 13px;
                    padding: 15px;
                    border-bottom: 1px solid #CCC;
                    position: relative;
                }

                .mainMenu ul li.clsMainMenu a:after {
                    position: absolute;
                    top: calc(50% - 7px);
                    right: 10px !important;
                    content: "" !important;
                    width: 14px;
                    height: 14px;
                    background: url(images/mobarr.png) 50% 50% no-repeat;
                    background-size: auto 14px;
                    display: block;
                    transition: all ease .2s;
                    -moz-transition: all ease .2s;
                    -webkit-transition: all ease .2s;
                }

                .mainMenu ul li.clsMainMenu.open a:after {
                    background: url(images/mobarrdown.png) 50% 50% no-repeat;
                    background-size: 14px auto;
                    display: block;
                    transition: all ease .2s;
                    -moz-transition: all ease .2s;
                    -webkit-transition: all ease .2s;
                }

                .mainMenu ul li:hover > .clsSubMenu {
                    display: none;
                }

                .mainMenu ul li ul.clsSubMenu {
                    position: relative;
                    top: inherit;
                    left: 0;
                    width: auto;
                    background: 0 0;
                    margin: 0;
                    padding: 0;
                    box-shadow: none;
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    transition: all ease .5s;
                    -moz-transition: all ease .5s;
                    -webkit-transition: all ease .5s;
                    display: none;
                }

                    .mainMenu ul li ul.clsSubMenu.open {
                        display: block;
                    }

                    .mainMenu ul li ul.clsSubMenu li a {
                        border-bottom: 1px solid #CCC;
                        padding: 15px 25px;
                        font-size: 12px;
                    }

                        .mainMenu ul li ul.clsSubMenu li a:after, .mainMenu ul li ul.clsSubMenu.open li a:after {
                            display: none;
                        }

    .headercmnlinks {
        bottom: 4px;
    }

    .liveSlider.scrollon {
        top: 52px;
    }

    .footer .footerclmlinks, .footer .footertoplinks {
        margin: 0 20px;
    }

    .toggler {
        display: block;
        width: 36px;
        height: 36px;
        position: absolute;
        bottom: 5px;
        left: 5px;
        background: url(images/menutoggler.png) 50% 50% no-repeat;
        background-size: 30px auto;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        z-index: 999;
    }

    .header.open, .liveSlider.open {
        left: 270px !important;
    }

    .toggler.scrollon {
        top: 10px;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
    }

    .toggler.open {
        background: url(images/closesign.png) 50% 50% no-repeat;
        background-size: 26px auto;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
    }

    #wrapper.open {
        right: -270px !important;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
    }

    .header.open {
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
    }

    .cmnleft, .cmnleft.peoplesec, .cmnright {
        float: none;
        width: 100% !important;
        padding: 0;
    }

    .cmnright {
        display: table;
    }

    #dvSponsorInsight, #dvUpcomingEvents {
        display: table-footer-group;
        margin-top: 20px;
    }

    #big-box-1, #rectangle-1, #rectangle-2 {
        text-align: center;
        display: table-header-group;
    }

    #dvSponsorInsight {
        width: 100%;
    }

    #dvUpcomingEvents {
        float: left;
    }

    .footer .footerclmlinks .column ul {
        display: none;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
    }

        .footer .footerclmlinks .column ul.ftlinks.open {
            display: block;
            transition: all ease .5s;
            -moz-transition: all ease .5s;
            -webkit-transition: all ease .5s;
        }

    .footer .footerclmlinks {
        padding: 0 25% 0 0;
        position: relative;
    }

        .footer .footerclmlinks .column {
            float: none;
            width: 100%;
            min-height: inherit;
            padding: 10px 0;
            border-bottom: 1px solid #CCC;
        }

            .footer .footerclmlinks .column:nth-child(5) {
                position: absolute;
                top: 0;
                right: 0;
                width: 25%;
                text-align: center;
            }

            .footer .footerclmlinks .column ul li {
                border-bottom: 1px solid #FFF;
            }

                .footer .footerclmlinks .column ul li a {
                    color: #4d4d4d;
                    padding: 5px 10px !important;
                    background: #e6e6e6;
                    font-size: 100%;
                    line-height: 40px;
                }

            .footer .footerclmlinks .column:first-child {
                width: 100%;
            }

            .footer .footerclmlinks .column h3::after {
                content: "";
                position: absolute;
                right: 10px;
                top: calc(50% - 7px);
                width: 14px;
                height: 14px;
                background: url(images/mobarr.png) 50% 50% no-repeat;
                background-size: 14px auto;
            }

            .footer .footerclmlinks .column h3.open::after {
                background: url(images/mobarrdown.png) 50% 50% no-repeat;
                background-size: 14px auto;
            }

            .footer .footerclmlinks .column h3.open::after, .footer .footerclmlinks .column:last-child h3::after {
                display: none;
            }

    .registration {
        overflow: auto;
    }

    #top-leaderboard {
        top: 10px;
    }

        #top-leaderboard.scrollon {
            top: -110px;
        }

    .fancybox-opened {
        z-index: 99999 !important;
    }
}

@media screen and (max-width: 767px) {
    .footer .footerclmlinks .column h3.open::after, .footer .footerclmlinks .column:last-child h3::after, .header .social, .headercmnlinks {
        display: none;
    }

    .header {
        min-height: 115px;
        border-bottom: 0;
        box-shadow: 0 2px 3px -2px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 2px 3px -2px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 2px 3px -2px rgba(0, 0, 0, .5);
    }

        .header .mainLogo, .header.scrollon .mainLogo {
            height: 45px;
            background: url(images/logo@2x.png) 50% 50% no-repeat;
            background-size: 250px auto;
            top: inherit;
        }

        .header.scrollon .mainLogo {
            margin-top: 0;
        }

    .content {
        padding: 10px;
    }

    .column40, .column60, .leftcolumn, .rgtcolmn {
        float: none;
        width: 100%;
        padding: 0;
        border: 0;
    }

    .mainMenu, .mainMenu.scrollon {
        top: 51px;
    }

    .footer .footerclmlinks, .footer .footertoplinks {
        margin: 0;
    }

    .footer .footerclmlinks {
        padding: 15px 20px;
        position: relative;
    }

        .footer .footerclmlinks .column {
            border-right: 0;
            padding: 0 !important;
        }

            .footer .footerclmlinks .column:nth-child(5) {
                position: relative;
                top: 0;
                right: 0;
                width: 100%;
                text-align: left;
            }

            .footer .footerclmlinks .column h3 {
                position: relative;
                cursor: pointer;
                margin: 0;
                padding: 5px 10px;
                font-size: 14px;
                line-height: 40px;
                border-bottom: 1px solid #d0d0d0;
                font-weight: 700;
                font-family: 'Source Sans Pro', Arial, sans-serif;
            }

            .footer .footerclmlinks .column ul li a {
                padding: 5px 10px !important;
                background: #e6e6e6;
                font-size: 100%;
                line-height: 40px;
            }

            .footer .footerclmlinks .column h3::after {
                content: "";
                position: absolute;
                right: 10px;
                top: calc(50% - 7px);
                width: 14px;
                height: 14px;
                background: url(images/mobarr.png) 50% 50% no-repeat;
                background-size: 14px auto;
            }

            .footer .footerclmlinks .column h3.open::after {
                background: url(images/mobarrdown.png) 50% 50% no-repeat;
                background-size: 14px auto;
            }

    .homespblocks ul li {
        width: 100%;
        float: none;
    }

    .righttoggler {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        background: url(images/userblue.png) 50% 50% no-repeat;
        background-size: 26px auto;
        z-index: 999;
    }

        .righttoggler.open {
            top: 10px;
        }

    .headercmnlinksformob {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        border-left: 1px solid #CCC;
        background: #f2f2f2;
        display: block;
        z-index: 1;
    }

        .clmcurrentissue, .headercmnlinksformob.open, .vticker {
            display: none;
        }

    #wrapper {
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        z-index: 2;
    }

        #wrapper.slides {
            right: 250px;
            left: auto;
            transition: all ease .5s;
            -moz-transition: all ease .5s;
            -webkit-transition: all ease .5s;
        }

    .header.scrollon.slides, .header.slides {
        left: -250px;
        right: auto;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
    }

    .header, .header.scrollon {
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        left: 0;
    }

    .liveSlider, .liveSlider.open {
        position: fixed;
        left: 0 !important;
        top: 0;
        z-index: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

        .liveSlider .clmSearch {
            top: 12px;
            right: auto;
            left: 116px;
            width: 150px;
        }

            .liveSlider .clmSearch input[type=text] {
                width: 120px;
                -webkit-appearance: none;
                border-radius: 0;
                font-size: 12px;
            }

    .headercmnlinksformob a {
        display: block;
        padding-left: 10px;
        margin: 0;
        border-bottom: 1px solid #d0d0d0;
        line-height: 50px;
        font-size: 13px;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
    }

        .headercmnlinksformob a#lnkLogin {
            position: relative;
            padding-left: 25px;
        }

            .headercmnlinksformob a#lnkLogin:before {
                content: "";
                width: 20px;
                height: 20px;
                position: absolute;
                left: 8px;
                top: 17px;
                background: url(images/userblck.png) 2px 1px no-repeat;
                background-size: auto 13px;
            }

    .excecutiveqa .column40 {
        padding: 0;
    }

    .mobsublinks {
        position: fixed;
        top: 8px;
        left: 0;
        z-index: 1;
        width: 114px;
        height: 43px;
        display: block;
    }

        .mobsublinks a {
            width: 56px;
            height: 44px;
            display: inline-block;
            background: red;
        }

            .mobsublinks a.lfmenu {
                background: url(images/menutoggler.png) 50% 50% no-repeat;
                background-size: 26px auto;
            }

                .mobsublinks a.lfmenu.selected {
                    background: url(images/menutogglerblue.png) 50% 50% no-repeat #f2f2f2;
                    background-size: 26px auto;
                    border: 1px solid #d0d0d0;
                    border-bottom: 0;
                    border-left: 0;
                }

            .mobsublinks a.curntissue {
                background: url(images/bookmarkblck.png) 50% 50% no-repeat;
                background-size: auto 20px;
            }

                .mobsublinks a.curntissue.selected {
                    background: url(images/bookmarkblue.png) 50% 50% no-repeat #f2f2f2;
                    background-size: auto 20px;
                    border: 1px solid #d0d0d0;
                    border-bottom: 0;
                }

    #dvCurrentIssues.open {
        display: block !important;
        position: fixed;
        top: 52px;
        left: 0;
        width: 270px;
        z-index: 1;
        height: 100%;
        background: #f2f2f2;
        border: 0;
        overflow: auto;
        padding: 10px;
    }

        #dvCurrentIssues.open h1 {
            font-size: 32px;
        }

        #dvCurrentIssues.open h2, .workerscomp p.indepth span {
            font-size: 14px;
        }

        #dvCurrentIssues.open:before {
            display: none;
        }

    ul.currentissuecoloumns li {
        width: 100%;
        float: none;
        display: block;
        padding: 0;
        border: 0;
    }

    .regPlans h2, .regPlans ul li {
        border-bottom: 1px solid #CCC;
    }

    .workerscomp p.indepth label {
        display: block;
    }

    .footer .footertoplinks {
        height: auto;
    }

    .footer .social {
        top: inherit;
        left: inherit;
        right: inherit;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        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;
    }

    .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%;
    }
}

@media screen and (max-width: 600px) {
    .subscribebox {
        width: 100%;
        padding: 0 20px;
    }

    .subscribeGrid {
        display: none;
    }

    .subscribeboxmobile {
        margin: 0;
        padding: 0;
        display: block;
    }

    .subscribesub {
        border: 1px solid #CCC;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        overflow: hidden;
        margin: 10px 20px;
        padding: 0 0 20px;
        box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    }

        .subscribesub h2 {
            background: #eff1ea;
            padding: 20px 10px;
            border-bottom: 1px solid #CCC;
            margin: 0;
            text-align: center;
            font-size: 16px;
        }

        .subscribesub ul {
            margin: 0;
            padding: 0;
        }

            .subscribesub ul li {
                display: block;
                padding: 10px;
                font-size: 14px;
                border-bottom: 1px solid #CCC;
            }

        .subscribesub p {
            text-align: center;
            margin: 10px 0;
        }

    .bluebtn, a.reniewbtn {
        text-align: center;
        margin: 0 20px;
        padding-bottom: 10px;
    }

    .subscribesub p span {
        display: block;
        padding: 5px 0;
    }

    p.subscriptionstatus span {
        display: block;
        width: calc(100% - 40px);
        float: none;
        margin: 0 0 10px 10px;
    }

    .cmn_mmarticlelist ul.cmnlist.multimedialist li, .cmn_mmarticlelist ul.cmnlist.multimedialist li:nth-child(2n+2) {
        float: none;
        width: 100%;
        padding: 10px 0 30px;
        min-height: inherit;
    }

        .cmn_mmarticlelist ul.cmnlist.multimedialist li:before, .cmn_mmarticlelist ul.cmnlist.multimedialist li:nth-child(2n+2):before {
            left: 0;
            right: 0;
        }

    .announcementbox ul li label, .announcementbox ul li span {
        display: block;
        width: 100%;
        float: none;
    }

    .restrictpopup p.leftside, .restrictpopup p.rightside {
        float: none;
        width: 100%;
        border: 0;
        font-size: 14px;
        padding: 0;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened {
        width: 260px !important;
        height: calc(100% - 40px) !important;
    }

    .fancybox-opened {
        z-index: 99999 !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .restrictpopup h1 {
        background-size: auto 14px;
    }

    .restrictpopup p.leftside a, p.fullside a {
        width: 100%;
    }

    .aw_form li, .aw_form.triple li {
        float: none;
        width: 100%;
    }

    .registartioncenterbox li {
        float: none;
        margin: 0px 0px 10px 0px;
        width: 100%;
    }
    .bestplacestowork li{
                    padding:10px 0px 10px 0px;
             font-size:15px;
             border-bottom:1px solid #CCC;
             
             
         }
         .bestplacestowork li span.compnylogo{
             position:relative;
                 width:100%;
             margin:0px auto 10px auto;
             display:block;
             height:100px;
         }
}

@media screen and (max-width: 500px) {
    .mainLogo {
        margin: 19px auto 0;
    }

    .header .mainLogo, .header.scrollon .mainLogo {
        background: url(../images/logo@2x.png) 50% 50% no-repeat;
        background-size: 200px auto;
    }

    .testaddpopup {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
    }
}

@media all {
    @font-face {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 400;
        src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(https://themes.googleusercontent.com/static/fonts/robotocondensed/v9/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
    }

    @font-face {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
    }

    @font-face {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 700;
        src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff) format('woff');
    }

    @font-face {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 400;
        src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/M2Jd71oPJhLKp0zdtTvoMzNrcjQuD0pTu1za2FULaMs.woff) format('woff');
    }

    @font-face {
        font-family: 'Source Sans Pro';
        font-style: italic;
        font-weight: 700;
        src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6Nog-We9VNve39Jr4Vs_aDc.woff) format('woff');
    }
}
