.hide {
    display: none;
}

.hideit {
    display: none !important;
}

.in-page-promotions-buckets {
    display: none;
}

.cookie_stng {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99999;
    bottom: 0;
    left: 0;
    padding: 20px 0 15px;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, .1);
}

.cookie_stng .wrapper {
    padding: 0;
    margin: 0 auto;
    max-width: 750px;
}

.cookie_stng .intro {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cookie_stng h2 {
    font-size: 16px;
    color: #000;
    line-height: 1.2em;
    margin-bottom: 7px;
}

.cookie_stng .intro p {
    font-size: 12px;
    color: #333;
    line-height: 1.3em;
    margin: 0;
}

.cookie_stng .intro p strong {
    display: block;
    font-weight: bold;
}

.cookie_stng ul.tabs {
    margin-bottom: 10px;
}

.cookie_stng ul.tabs li {
    float: left;
    font-size: 12px;
    color: #333;
    padding-right: 10px;
    list-style: none;
}

.cookie_stng ul.tabs li + li {
    border-left: 1px solid #d5d5d5;
    padding-left: 10px;
}

.cookie_stng ul.tabs li a {
    display: inline-block;
    line-height: 16px;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
}

.cookie_stng ul.tabs li a:hover, ul.tabs li a.active {
    color: #1359a0;
}

.cookie_stng ul.tabs li a.active {
    font-weight: bold;
}

.cookie_stng .scroll-content {
    max-height: 164px;
    overflow: auto;
    padding-right: 20px;
    margin-bottom: 15px;
    position: static;
}

.cookie_stng table {
    width: 100%;
    border: 0;
}

.cookie_stng table th, .cookie_stng table td {
    font-size: 12px;
    line-height: 1.2em;
    color: #333;
    padding: 8px 10px;
    text-align: left;
}

.cookie_stng table th:last-child, .cookie_stng table td:last-child {
    width: 45%;
}

.cookie_stng table td:first-child {
    text-align: center;
}

.cookie_stng table th {
    background: #f9f9f9;
    font-size: 13px;
    font-weight: bold;
}

.cookie_stng table td {
    border-bottom: 1px solid #e6e6e6;
}

.cookie_stng span.opt_out {
    display: inline-block;
    background: #ed1c24;
    color: #fff;
    font-size: 8px;
    border-radius: 2px;
    padding: 4px;
    line-height: 1em;
    text-transform: uppercase;
    text-transform: uppercase;
}

.cookie_stng footer {
    text-align: center;
}

.cookie_stng footer label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #333;
    line-height: 1.1em;
}

.cookie_stng footer label input {
    vertical-align: middle;
    margin-right: 2px;
}

.cookie_stng footer input[type="button"] {
    display: block;
    margin: 0 auto 10px;
    background: #ed1c24;
    color: #fff;
    width: 175px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.cookie_stng footer span.err_txt {
    display: block;
    font-size: 12px;
    color: #ed1c24;
}

.cookie_accpt {
    position: fixed;
    width: 100%;
    background: #333333;
    z-index: 99999;
    bottom: 0;
    left: 0;
    padding: 20px 0 15px;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, .1);
}

.cookie_accpt .wrapper {
    padding: 0;
    margin: 0 auto;
    max-width: 750px;
}

.cookie_accpt p {
    color: #eee;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    float: left;
    width: calc(100% - 150px)
}

.cookie_accpt p a {
    color: #eee;
    text-decoration: underline;
}

.cookie_accpt p a:hover {
    color: #eee;
    text-decoration: none;
}

.cookie_accpt p strong {
    font-weight: bold;
}

.cookie_accpt input[type="button"] {
    display: block;
    float: right;
    background: #ed1c24;
    color: #fff;
    width: 140px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.cookie_accpt a.close {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(index.html) no-repeat right top;
    right: 10px;
    top: -7px;
    border-radius: 50%;
    z-index: 99999;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .cookie_stng {
        padding: 20px;
        box-shadow: none;
        border-radius: 6px 6px 0 0;
        box-sizing: border-box;
    }

    .cookie_stng h2 {
        text-transform: uppercase;
        font-size: 14px;
    }

    .cookie_stng .intro p {
        line-height: 1.5em;
    }

    .cookie_stng ul.tabs li + li {
        border: 0;
        padding-left: 0;
    }

    .cookie_stng ul.tabs li a, .cookie_stng ul.tabs li a:hover {
        line-height: 26px;
        color: #888;
        border: 1px solid #d5d5d5;
        border-radius: 20px;
        text-align: center;
        padding: 0 15px;
    }

    .cookie_stng ul.tabs li a.active {
        background: #000;
        border-color: #000;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .cookie_stng .scroll-content {
        padding-right: 10px;
    }

    .cookie_stng table th:nth-child(3), .cookie_stng table th:nth-child(4), .cookie_stng table th:nth-child(5), .cookie_stng table td:nth-child(3), .cookie_stng table td:nth-child(4), .cookie_stng table td:nth-child(5) {
        display: none;
    }

    .cookie_accpt {
        padding: 10px 0;
    }

    .cookie_accpt p {
        float: none;
        width: auto;
        margin-bottom: 10px;
        text-align: center;
        padding: 0 15px;
    }

    .cookie_accpt input[type="button"] {
        float: none;
        margin: 0 auto;
    }
}


/*body css*/
body.vanillaaccess .l2_outer_bx {
    d1isplay: none !important;
}

body.vanillaaccess #l2_overlay_bx_1 {
    d1isplay: none !important;
}

body.vanillaaccess .user-area1 {
    display: none !important;
}

body.vanillaaccess .logged_username {
    display: none !important;
}

body.vanillaaccess div.subscribe {
    display: none !important;
}

body.vanillaaccess .newsletter.show_subscribe_pop_btn {
    display: none !important;
}

body.vanillaaccess .invite-frnds_btn {
    display: none !important;
}

body.vanillaaccess .addthis_button_email {
    display: none !important;
}
/*body css end*/

/*tp css*/
.tip .pitch_box {
    position: relative;
    background: #e5e5e5;
    padding: 0;
}

.tip .pitch_box .hdr {
    padding: 10px;
    background: #e5e5e5;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.tip .pitch_box .lftBlk {
    background: #ccc;
    width: 55px;
    display: inline-block;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
}

.tip .logo_box, #content .sidebar .tip .logo_box {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 10;
}

.tip .pitch_box i.fa-chevron-down, .tip .pitch_box i.fa-chevron-up {
    color: #888;
    float: right;
    margin-top: 10px;
    font-size: 14px;
}

.tip h3, #content .sidebar .tip h3 {
    position: relative;
    padding-left: 55px;
    color: #555;
    border-bottom: none;
    padding-bottom: 0;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 0;
}

.tip h3 a, #content .sidebar .tip h3 a {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    line-height: 17px;
    display: block;
}

.tip h3 a:hover, #content .tip h3 a:hover {
    color: #000 !important;
}

.tip h3 a .instrTxt {
    margin-right: 5px;
}

.tip h3 a .hilite, #tech .sidebar .tip h3 a .hilite {
    color: #ed1c24;
}

#cio .tip h3 a .hilite, #health .tip h3 a .hilite, #energy .tip h3 a .hilite, #retail .tip h3 a .hilite {
    color: #007ea4;
}

.tip h3:after {
    background: none;
}

.tip .inner {
    border-bottom: none;
    padding: 10px 10px 20px;
}

.tip .inner p {
    margin-bottom: 15px;
}

.tip .inner p label {
    margin-right: 10px;
}

.tip .inner p label input {
    position: relative;
    top: 2px;
}

.tip .form1 ul li input.textbox, .tip .form1 ul li textarea {
    width: 100%;
    border-radius: 0;
    margin-bottom: 12px;
    border: 1px solid #d8d8d8;
    background: #fff;
    display: block;
    box-sizing: border-box;
    height: auto;
}

#pitch_success {
    color: green;
    display: none;
}

.tip .form1 ul li input.submit {
    width: auto;
    margin: 0;
}
/*tp css end*/