/* -- The Kantar Monitor Portal
 * -- Developed by nuSpace Media
 * -- nuspacemedia.com
 * -- Version 2.0
 * -- Updated January 2020 -- */

@import url(fonts/stylesheet.css);

/* ---------------- 
 Tags and Resets
---------------- */


* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f9f9f9;
    font-family: 'KantarBrownWeb-Light', Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    padding-top: 175px;
}

a {
    color: #666;
}

img {
    border: none;
}

/* Clearing floats */
.clear:after {
    clear: both;
}

.clear:before,
.clear:after {
    display: table;
    content: "";
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* ---------------- 
 Demo
---------------- */
.white-popup-block {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 450px;
    margin: 20px auto;
}

#demo-msg-form h2 {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #333;
    margin-bottom: 5px;
}

#demo-msg-form h3 {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #999;
    margin-bottom: 10px;
}

#demo-msg-form p {
    margin-bottom: 15px;
}

#demo-msg-form img {
    border: solid 1px #ccc;
}

.popup-with-form img {
    filter: grayscale(100%);
}

/* ---------------- 
 Responsive Images
---------------- */
.list-item-thmb img,
.content-featured-img img,
.login-logo img {
    max-width: 100%;
}

/* Make sure images with height and width attributes are scaled correctly. */
.list-item-thmb img,
.content-featured-img img,
.login-logo img {
    height: auto;
}

/* ---------------- 
 Login
---------------- */
body.login-screen {
    background: #333 url(../images/bckgrnd-login.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 0;
}

.login-container {
    padding: 83px 0 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-logo {
    width: 354px;
    margin: 0 auto 18px;
}

.login-box {
    background: #FFF;
    max-width: 400px;
    padding: 38px;
    margin: 0 auto;
    font-family: 'KantarBrownWeb-Light', Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

#frmReg {
    padding-top: 15px;
}

.login-box label {
    margin: 8px 0 8px 0;
    float: left;
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
}


.login-box p {
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
}

.terms-box,
.deeplink-box {
    background: #FFF;
    max-width: 700px;
    padding: 34px;
    margin: 0 auto;
}

.login-box a {
    color: #333;
}

.login-box h1,
.terms-box h1,
.deeplink-box h1 {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}

.login-box p,
.deeplink-box p {
    margin-bottom: 15px;
}

.login-box hr {
    background: #ddd;
    width: 100%;
    height: 1px;
    margin: 8px 0 20px;
    border: none;
}

.login-box ul,
.terms-box ul,
.deeplink-box ul {
    list-style-type: none;
}

.login-sublist {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .login-sublist li {
        font-size: 14px;
    }

    .login-sublist h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

.login-box li,
.terms-box li,
.deeplink-box li {
    margin-bottom: 14px;
    position: relative;
    float: left;
    width: 100%;
}

    .login-box li:last-child,
    .deeplink-box li:last-child {
        margin-bottom: 22px;
    }

.login-box ul ul.login-sublist li:first-child {
    list-style-type: none;
    margin-left: 0;
}

.login-box ul ul.login-sublist li {
    margin-bottom: 6px;
    margin-left: 12px;
    list-style-type: "–  ";
}

.deeplink-box label {
    display: block;
}

.deeplink-box .login-textbox {
    width: 600px;
}

.login-textbox {
    border: 1px solid #ccc;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 13px center;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 300;
    box-sizing: border-box;
}

    .login-textbox::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .login-textbox::-webkit-input-placeholder {
        color: #999;
        opacity: 1;
    }

    .login-textbox:focus::-moz-placeholder {
        opacity: 0;
    }

    .login-textbox:focus::-webkit-input-placeholder {
        opacity: 0;
    }

.login-select {
    border: 1px solid #ccc;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 13px center;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 300;
}

.login-button {
    border: none;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 18px 38px;
    margin-top: 10px;
    font-size: 18px;
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.login-info {
    font-size: 16px;
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.password-toggle-icon {
    position: absolute;
    display: flex;
    height: 22px;
    bottom: 0;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
}

    .password-toggle-icon div {
        transition: color 0.3s ease-in-out;
    }

.fa-eye {
    background-image: url('../images/show.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    width: 22px;
    display: inline-block;
}

.fa-eye-slash {
    background-image: url('../images/hide.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 17px;
    width: 22px;
    display: inline-block;
}

#termsofuse {
    overflow-y: auto;
    height: 250px;
    font-size: 12px;
    padding-right: 15px;
    margin-bottom: 22px;
}

    #termsofuse p,
    #termsofuse li {
        margin-bottom: 12px;
    }

    #termsofuse ol {
        margin-left: 20px;
    }

#remember {
    float: left;
    margin-right: 5px;
    margin-top: 8px;
}

/* ---------------- 
 Header
---------------- */
#header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #000;
}

/* Header Logo */
.logo {
    float: left;
    padding-left: 40px;
}

.logo-mobile {
    display: none;
}

    .logo img,
    .logo-mobile img {
        padding: 0;
        margin: 0;
        vertical-align: bottom;
    }

/* Header Navigation */
#navbar {
    float: right;
}

    #navbar .arrow {
        border: solid #333333;
        border-width: 0 1px 1px 0;
        padding: 4px;
    }

    #navbar ul > li > ul > li > ul.subsubnav {
        display: none !important;
        left: 100%;
        top: 0;
        z-index: 1;
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 300px;
    }

    #navbar ul > li:nth-child(3) > ul > li > ul.subsubnav {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 300px;
    }

    #navbar ul > li:nth-child(6) > ul.subsubnav,
    #navbar ul > li:nth-child(7) > ul.subsubnav {
        -webkit-column-count: 3;
        /* Chrome, Safari, Opera */
        -moz-column-count: 3;
        /* Firefox */
        column-count: 3;
        width: 480px;
    }

    #navbar ul > li > ul > li:hover ul.subsubnav {
        z-index: 1;
        position: absolute;
        left: 100%;
        top: -15px;
        display: block !important;
    }

.nav-arrow a:first-child {
    background-image: url(../images/nav-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
}

#navbar,
#navbar ul,
#navbar ul li,
#navbar ul li a,
#navbar #menu-button {
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

    #navbar:after,
    #navbar > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #navbar #menu-button {
        display: none;
    }

#navbar {
    background: #FFF;
}

    #navbar > ul > li {
        float: left;
    }

        #navbar > ul > li > a {
            padding: 4px 10px;
            text-decoration: none;
            color: #333;
            line-height: 1.8;
            letter-spacing: .28px;
            font-weight: 400;
            font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
            font-size: 14px;
            text-transform: capitalize;
        }

    #navbar a.nav-browse {
        text-transform: none;
    }

    #navbar .nav-browse,
    #navbar .nav-global,
    #navbar .nav-yankelovich,
    #navbar .nav-tru,
    #navbar .nav-health,
    #navbar .nav-canada,
    #navbar .nav-sports,
    #navbar .nav-china {
        transition: all 0.3s ease-in-out;
        border-top: #fff solid 3px;
        color: #333;
    }

        #navbar .nav-browse:hover,
        #navbar .nav-global:hover,
        #navbar .nav-yankelovich:hover,
        #navbar .nav-tru:hover,
        #navbar .nav-health:hover,
        #navbar .nav-canada:hover,
        #navbar .nav-sports:hover,
        #navbar .nav-china:hover {
            color: #333;
            border-top: #000 solid 3px;
        }

    #navbar ul ul {
        position: absolute;
        left: -9999px;
        padding-bottom: 15px;
        background: #FFF;
        max-width: 860px;
        box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
    }

    #navbar li:hover > ul {
        /* Drop down menu */
        left: auto;
        position: fixed;
        width: auto;
    }

    #navbar .navmenu-header {
        font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
        font-size: 14px;
        letter-spacing: .3px;
        font-weight: 600;
        margin: 20px 15px 10px 15px;
        padding-bottom: 5px;
        border-bottom: #dddddd 1px solid;
        color: #666;
    }

    #navbar ul ul li a {
        padding: 5px 15px;
        font-size: 14px;
        line-height: 16px;
        text-decoration: none;
        color: #333;
        font-weight: 400;
        font-family: 'KantarBrownWeb-Light', Arial, Helvetica, sans-serif;
    }

        #navbar ul ul li:hover > a,
        #navbar ul ul li a:hover {
            color: #333;
            background: #F1F1F1;
        }

    #navbar ul ul li strong {
        font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif !important;
    }

    #navbar ul ul.browse-list .navmenu-header {
        margin-top: 5px;
    }

    #navbar ul ul.browse-list {
        -webkit-column-count: 5;
        /* Chrome, Safari, Opera */
        -moz-column-count: 5;
        /* Firefox */
        column-count: 5;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        padding-top: 15px;
    }

        #navbar ul ul.browse-list li a {
            padding: 5px 15px;
            width: 100%;
            box-sizing: border-box;
            font-size: 14px;
            line-height: 16px;
        }

.blank-li {
    margin-top: 20px !important;
}

/* User Account Button */
#navbar .mobile-user-account {
    display: none;
}

.user-account {
    float: right;
    width: auto;
    padding-right: 12px;
    position: relative;
    line-height: 0;
}

    .user-account img {
        margin-right: 25px;
    }

a.user-account-bttn {
    padding: 25px 22px 0 18px;
    color: #333;
    text-decoration: none;
    text-transform: capitalize;
    height: 47px;
    display: block;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'KantarBrownWeb-Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: .3px;
    transition: color 0.3s ease;
}

.user-account a:hover {
    color: #d3d3d3;
}

.user-account-menu {
    display: none;
    z-index: 1;
    min-width: 250px;
    position: absolute;
    background: #FFF;
    right: 0;
    padding: 20px 0;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: 400;
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
}

    .user-account-menu h2 {
        font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
        font-size: 14px;
        letter-spacing: .3px;
        font-weight: 400;
        color: #666;
        text-transform: uppercase;
        margin: 20px 15px 15px 15px;
        padding-bottom: 5px;
    }

.user-account a {
    color: #FFF;
}

    .user-account a:hover + .user-account-menu,
    .user-account-menu:hover {
        display: block;
    }

div.user-account-menu p {
    margin: 10px 15px;
    line-height: 22px;
}

div.user-account-menu hr {
    background: #ddd;
    width: auto;
    height: 1px;
    margin: 15px 15px;
    border: none;
}

.user-account-menu .user-account-links a {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: .3px;
    line-height: 16px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    border-bottom: #fff solid 1px;
    transition: all 0.3s ease-in-out;
}

    .user-account-menu .user-account-links a:hover {
        border-bottom: #333 solid 1px;
    }

/* Header Search Bar */
.search-bar {
    padding: 8px 20px;
    margin: 0;
    clear: both;
    background: #FFF;
}

.search-form {
    width: 302px;
    float: right;
    padding-left: 20px;
}

.search-box {
    border: 1px solid #DDDDDD;
    background-color: #fff;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right 13px center;
    width: 280px;
    padding: 10px;
    font-size: 16px;
    letter-spacing: .3px;
    font-family: 'KantarBrownWeb-Light', Arial, Helvetica, sans-serif;
    font-weight: 300;
    transition: border .5s ease-in-out !important;
    -webkit-transition: border .5s ease-in-out !important;
}

    .search-box:hover,
    .search-box:active,
    .search-box:focus {
        border: 1px solid #AEAE9F;
    }

    .search-box::-moz-placeholder {
        color: #666;
        opacity: 1;
    }

    .search-box::-webkit-input-placeholder {
        color: #666;
        opacity: 1;
    }

    .search-box:focus::-moz-placeholder {
        opacity: 0;
    }

    .search-box:focus::-webkit-input-placeholder {
        opacity: 0;
    }

ul.search-bar-results {
    list-style-type: none;
    position: absolute;
    z-index: 999;
    display: block;
    width: 300px;
}

    ul.search-bar-results li {
        color: #333;
        text-align: left;
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        float: none;
        background: #FFF;
    }

        ul.search-bar-results li:hover {
            background: #F1F1F1;
        }

/* ---------------- 
 Containers, Content, Sidebar
---------------- */
.container-inner {
    margin: 0 auto;
    padding: 0 15px 50px;
    max-width: 1490px;
    box-sizing: border-box;
}

/* Content */
.content {
    line-height: 24px;
    width: 100%;
    float: left;
}

.accnt-content {
    float: left;
}

.wide-content {
    margin-bottom: 90px;
}

    .content p,
    .content h1,
    .content h2,
    .content h3,
    .modal-content h2,
    .modal-content p,
    .wide-content h1,
    .your-acct-team h1,
    .your-acct-team h3,
    .your-acct-team p {
        margin-bottom: 15px;
    }

    .content h1,
    .content h2,
    .modal-content h2,
    .wide-content h1,
    h1.search-header,
    .your-acct-team h1 {
        font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
        font-weight: 400;
        color: #333;
        line-height: 1.2;
    }

.content h1,
wide-content h1 {
    font-size: 61px;
}

.content h3,
.your-acct-team h3 {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #666;
    line-height: 1.2;
    font-size: 38px;
}

h1.search-header {
    margin-bottom: 40px;
}

    h1.search-header span {
        color: #999;
        text-transform: capitalize;
    }

.content ul {
    margin: 0 0 15px 25px;
}

/* COTW Content */
#edit-charts .modal-content-xl input {
    width: auto !important;
}

#list-charts img {
    height: auto;
}

.cssDownloadPDF {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    padding: 18px 22px 14px;
    border: 1px solid #000;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.cssDownloadPDF {
    background-image: linear-gradient(to right, #fff, #fff 50%, #000 50%);
    background-size: 200% 100%;
    background-position: 100%;
    display: inline-block;
    -webkit-background-clip: text;
    transition: all 0.3s ease-in-out;
    color: #FFF;
}

    .cssDownloadPDF:hover {
        background-position: 0;
        color: #FFF;
    }


    .cssDownloadPDF:before {
        content: '';
        background-color: #300;
        color: #FFF;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 100%;
        z-index: -1;
        transition: all .3s ease-in-out;
    }

    .cssDownloadPDF:hover::before {
        bottom: 0;
        width: 100%;
        color: #FFF;
    }

/* End of COTW Content */

.content .category {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background: #ea0000;
    padding: 7px 9px;
    display: inline-block;
}

    .content .category a {
        color: #FFF;
        text-decoration: none;
    }

.content .date {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #777;
    font-size: 14px;
}

.content .download-bttn {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    padding: 18px 22px 14px;
    border: 1px solid #000;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.content .download-bttn {
    background-image: linear-gradient(to right, #fff, #fff 50%, #000 50%);
    background-size: 200% 100%;
    background-position: 100%;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

    .content .download-bttn:hover {
        background-position: 0;
    }


    .content .download-bttn:before {
        content: '';
        background-color: #333;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 100%;
        z-index: -1;
        transition: all .3s ease-in-out;
    }

    .content .download-bttn:hover::before {
        bottom: 0;
        width: 100%;
    }

/*
.content .download-bttn:hover {
    background: #333;
	border: 1px solid #333;
    color: #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
*/
.content .share-bttn {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #333;
    font-size: 12px;
    line-height: 1.1;
    padding: 10px 15px 8px;
    border: 1px solid #ddd;
    text-decoration: none;
    display: inline-block;
    float: right;
    margin-left: 15px;
}

    .content .share-bttn img,
    .content .share-bttn svg {
        vertical-align: middle;
        margin-right: 10px;
    }

    .content .share-bttn .email-color {
        stroke: #333;
    }

    .content .share-bttn:hover {
        border-color: #333;
        color: #333;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        transition: .3s all;
    }

.content hr {
    background: #ccc;
    width: 100%;
    height: 1px;
    margin: 10px 0 50px;
    border: none;
    clear: both;
}

.content-featured-img {
    margin-bottom: 15px;
}

/* Category Pages */
.content-category {
    font-size: 14px;
}

.descrip-category {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 45px;
}

.content-category .category {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background: #000;
    padding: 7px 9px;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 1.2;
}

.list-item {
    border-bottom: #CCC 1px solid;
    padding-bottom: 25px;
    max-width: 870px;
    margin: 0 auto 35px;
    clear: both;
}

    .list-item p,
    .list-item h2 {
        margin-bottom: 15px;
    }

    .list-item h2 {
        font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 48px;
        color: #333;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        column-gap: 20px;
    }

        .list-item h2 a {
            color: #333;
            text-decoration: none;
            transition: all .5s ease-in-out !important;
            -webkit-transition: all .5s ease-in-out !important;
        }

            .list-item h2 a:hover {
                text-decoration: underline;
                text-decoration-thickness: 2px;
                text-underline-offset: 4px;
            }

.list-item-thmb {
    float: left;
    width: 170px;
}

.list-item-desc {
    float: right;
    width: 670px;
}

    .list-item-desc h2 {
        font-size: 28px;
        line-height: 34px;
    }

ul.list-item-meta {
    font-family: 'KantarBrownWeb-Light', Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    color: #777;
    font-size: 14px;
    list-style-type: none;
}

.list-item-meta li {
    display: inline;
    border-right: #777 1px solid;
    padding-right: 12px;
    margin-right: 8px;
    padding-top: 4px;
    padding-bottom: 2px;
}

    .list-item-meta li:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }

.list-item-desc i.fa-star,
.user-account i.fa-star,
.content .modal-bttn i.fa-star {
    color: #FC0;
    cursor: pointer;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.list-item-desc i.fa-star {
    font-size: 24px;
}

.list-item-desc i:hover,
.content .modal-bttn i.fa-star:hover {
    color: #ff6633;
    transform: rotateZ(216deg);
}

/* Sidebar */
.sidebar {
    background: #CCC;
    width: 320px;
    float: right;
}

.sidebar-inner {
    padding: 20px;
}

/* Account Page */
.accnt-sidebar {
    float: left;
    width: 25%;
}

.accnt-current {
    width: 75%;
}

.accnt-sidebar p {
    margin-bottom: 15px;
}

.accnt-sidebar h1 {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #333;
    line-height: 1.2;
    font-size: 38px;
    margin-bottom: 15px;
}

.accnt-sidebar h3 {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #666;
    line-height: 1.2;
    font-size: 28px;
    margin-bottom: 15px;
}

.accnt-teammember {
    border-bottom: 1px solid #CCC;
    padding-bottom: 7px;
    margin-bottom: 22px;
}

    .accnt-teammember h3 {
        font-size: 18px;
    }

.accnt-teammember-img {
    float: left;
    width: 102px;
}

    .accnt-teammember-img img {
        border: 1px solid #CCC;
    }

.accnt-teammember-inner {
    float: left;
    width: 430px;
    padding-left: 20px;
    line-height: 1.2;
}

/* ---------------- 
 Search Page
---------------- */
.search-category {
    font-size: 18px;
    line-height: 26px;
    float: left;
    width: 870px;
}

.page-numbers::after {
    content: "";
    display: block;
    clear: both;
}

.page-numbers {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    min-height: 25px;
    margin-bottom: 30px;
}

    .page-numbers ul {
        margin: 0;
    }

        .page-numbers ul li {
            float: left;
            list-style-type: none;
            margin: 0 4px 4px 0;
            line-height: 1;
            font-size: 14px;
        }

    .page-numbers a {
        text-decoration: none;
        background: #f9f9f9;
        color: #666;
        display: block;
        width: 32px;
        height: 32px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 10px;
        border: 1px solid #B3B3B3;
        border-radius: 2px;
    }

        .page-numbers a:hover {
            border-color: #333;
            color: #333;
            -webkit-transition: .3s all;
            -moz-transition: .3s all;
            transition: .3s all;
        }

    .page-numbers .active-page {
        background: #f9f9f9;
        color: #333;
        display: block;
        font-weight: 700;
        width: 32px;
        height: 32px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 10px;
        border: 1px solid #333;
        border-radius: 2px;
    }

    .page-numbers svg {
        bottom: 2px;
        position: relative;
    }

        .page-numbers svg path {
            fill: #666;
        }

    .page-numbers a.left-arrow:hover svg path,
    .page-numbers a.right-arrow:hover svg path {
        fill: #333;
    }

.search-sidebar {
    background: #F2F1EF;
    padding: 40px 30px;
    float: right;
    width: 270px;
}

    .search-sidebar h2,
    .search-sidebar h3 {
        font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        color: #333;
        line-height: 1.5;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .search-sidebar h1 {
        font-size: 22px;
        font-family: 'KantarBrownWeb-light', Arial, Helvetica, sans-serif;
        font-weight: 100;
        margin-bottom: 30px;
    }

    .search-sidebar h2 {
        font-size: 16px;
    }

    .search-sidebar h3 {
        font-size: 28px;
    }

    .search-sidebar p {
        margin-bottom: 15px;
    }

#slider-date {
    margin-bottom: 10px;
}

.search-sidebar .button {
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 14px 20px;
    font-size: 16px;
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    cursor: pointer;
    border: 0;
}

    .search-sidebar .button:hover {
        background: #666;
    }

.search-sidebar input {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666666;
    width: 16px;
    height: 16px;
    outline: none;
    top: 2px;
    position: relative;
    margin: 6px 5px 6px 0;
    cursor: pointer;
}

.search-sidebar select {
    width: 100%;
    font-family: 'KantarBrownWeb-light', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 15px 40px 15px 15px;
    border: #DDDDDD 1px solid;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff !important;
    background: url(/images/key-down.svg) no-repeat;
    background-position: calc(100% - 15px) 1.4em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
}

    .search-sidebar select:hover,
    .search-sidebar select:focus,
    .search-sidebar select:active {
        border: #AEAE9F 1px solid;
        outline: none;
    }


/* Contain the Handles */
.noUi-horizontal.noUi-extended {
    padding-right: 32px;
}

    .noUi-horizontal.noUi-extended .noUi-handle {
        left: -1px;
    }

    .noUi-horizontal.noUi-extended .noUi-origin {
        right: -32px;
    }

/* ---------------- 
 Slider Balloons
---------------- */
.item-hidden-balloon {
    display: none;
}

/* ---------------- 
 Homepage and Sliders
---------------- */
#home-content {
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 90px;
}

.home-slider {
    width: 100%;
    margin: 0 auto;
}

.twitter-sidebar {
    float: right;
    width: 17%;
    border: #F1F1F1 1px solid;
    margin-right: 2%;
}

.twitter-feed {
    margin: 18px 45px 0;
    clear: both;
}

.offering-title {
    padding: 90px 0 0 45px;
    margin-bottom: 30px;
}

    .offering-title h2 {
        font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 38px;
        color: #333;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px;
    }

    .offering-title span a {
        font-size: 12px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        padding: 6px 14px;
        display: inline-block;
        line-height: 14px;
        position: relative;
        bottom: 8px;
        left: 15px;
    }

        .offering-title span a:hover {
            border-color: #333;
            color: #333;
            -webkit-transition: .3s all;
            -moz-transition: .3s all;
            transition: .3s all;
        }

/* Main Homepage Slider */
.top-imglist {
    padding: 0;
}

.home-slider .tfcslider-imglist {
    padding: 0 !important;
    background: #000000;
}

.top-imglist .item {
}

/* Seconday Homepage Sliders */
.normal-imglist .item {
    font-size: 50px;
    text-align: center;
    margin: 5px;
    font-weight: bold;
    color: #F1F1F1;
    background-color: #333;
}

.normal-imglist a {
    border: none;
}

/* Added By That David Guy for the Email Colleague Functionality */
.email-colleague h1 {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #333;
    line-height: 1.2;
    margin-bottom: 15px;
}

.email-colleague p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
}

.email-colleague {
    padding: 0;
}

    .email-colleague ul {
        list-style-type: none;
    }

    .email-colleague li {
        margin-bottom: 15px;
    }

    .email-colleague label {
        display: block;
    }

    .email-colleague input {
        border: 1px solid #ccc;
        background-color: #fff;
        width: 380px;
        padding: 12px;
        font-size: 16px;
        font-weight: 300;
    }

    .email-colleague .login-box {
        background: #FFF;
        max-width: 650px;
        width: 100%;
        padding: 38px 38px 36px 38px;
        margin: 0 auto;
        font-family: 'KantarBrownWeb-Light', Arial, Helvetica, sans-serif;
        box-sizing: border-box;
    }


    .email-colleague .form-button {
        font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 16px;
        line-height: 1.1;
        padding: 14px 18px;
        border: none;
        cursor: pointer;
        background: #000;
        width: 40%;
        color: #FFF;
    }

    .email-colleague textarea {
        border: 1px solid #ccc;
        background-color: #fff;
        width: 100%;
        padding: 12px;
        font-size: 16px;
        font-weight: 300;
        box-sizing: border-box;
    }

    .email-colleague .modal-content {
        margin: 0 auto;
    }


    .email-colleague form,
    .fancybox-active {
        overflow: hidden;
    }

#FavCatModal .modal-content,
#frm-create-list .modal-content,
#fav-mgr-ok .modal-content,
#fav-invite-ok .modal-content,
#frmInvitees .modal-content,
#fav-content-invite-ok .modal-content,
#frmEditFav .modal-content,
#fav-cat-ok .modal-content,
#fav-rem-content .modal-content {
    padding: 38px;
}

/* End of Email Colleague */


/* Errors and required fields styling */

p#validateTips {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    color: rgb(255, 0, 0) !important;
}

/* Added By That David Guy for the Email Colleague Functionality */
.deeplink h1 {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #333;
    line-height: 1.2;
    margin-bottom: 15px;
}

.deeplink p {
    margin-bottom: 15px;
    font-size: 12px;
}

.deeplink {
    padding: 25px;
}

    .deeplink ul {
        list-style-type: none;
    }

    .deeplink li {
        margin-bottom: 15px;
    }

    .deeplink label {
        display: block;
    }

    .deeplink input {
        border: 1px solid #ccc;
        background-color: #fff;
        width: 380px;
        padding: 12px;
        font-size: 16px;
        font-weight: 300;
    }

    .deeplink .form-button {
        border: 1px solid #128ab7;
        background: #00a1de;
        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
        font-weight: 400;
        cursor: pointer;
        width: 324px;
    }

    .deeplink textarea {
        border: 1px solid #ccc;
        background-color: #fff;
        width: 380px;
        padding: 12px;
        font-size: 16px;
        font-weight: 300;
    }

/* End of Email Colleague */
/* ---------------- 
 Offering
---------------- */
.offering-main-title {
    margin: 0 45px 0 45px;
    border-bottom: 1px solid #CCC;
}

    .offering-main-title h1 {
        font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 48px;
        color: #333;
        float: left;
        width: auto;
    }

.helpQuestion {
    float: left;
    width: auto;
    padding: 16px 0 0 4px;
}

/* ---------------- 
 Footer
---------------- */
#footer {
    background: #000;
    clear: both;
    color: #FFF;
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 25px 0 100px;
    text-align: center;
    text-transform: capitalize;
}

    #footer p {
        margin-bottom: 15px;
    }

    #footer .social-media {
        list-style-type: none;
    }

        #footer .social-media li {
            display: inline;
        }

        #footer .social-media a {
            margin-right: 10px;
        }

.social-media a i {
    color: #999;
}

    .social-media a i:hover {
        color: #fff;
    }

/* ---------------- 
 Modal & Favorites
---------------- */
button.cssAddFavoritesFromCat {
    padding: 1px 6px 1px 6px;
    border: none;
    cursor: pointer;
    background: none;
    margin-bottom: 15px;
}

    /* Add this to align vertically */
    button.cssAddFavoritesFromCat > img {
        vertical-align: middle;
        margin-right: 6px;
    }

    button.cssAddFavoritesFromCat > span {
        vertical-align: middle;
    }

button.cssAdd2FavoritesFromSearch {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    color: #333333;
    border: none;
    cursor: pointer;
    background: none;
    text-wrap: nowrap;
    margin-top: 6px;
}

    button.cssAdd2FavoritesFromSearch:hover span {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px;
    }

    /* Add this to align vertically */
    button.cssAdd2FavoritesFromSearch > img {
        vertical-align: middle;
        margin-right: 6px;
        opacity: .4;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        transition: .3s all;
    }

    button.cssAdd2FavoritesFromSearch:hover > img {
        opacity: 1;
    }

    button.cssAdd2FavoritesFromSearch > span {
        vertical-align: middle;
    }

.content button.modal-bttn {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #333;
    font-size: 12px;
    line-height: 1.1;
    padding: 9px 15px 7px;
    border: 1px solid #ddd;
    text-decoration: none;
    display: inline-block;
    float: right;
    margin-left: 15px;
    cursor: pointer;
    background: none;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}

    .content button.modal-bttn:hover {
        border-color: #333;
        color: #333;
    }


    .content button.modal-bttn img {
        vertical-align: middle;
        margin-right: 10px;
    }

.modal-content button.save-list,
.modal-content button.send,
.modal-content button.cancel {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #333;
    font-size: 16px;
    line-height: 1.1;
    padding: 14px 18px;
    border: none;
    cursor: pointer;
}

.modal-content button.save-list {
    background: #000;
    width: 40%;
    color: #FFF;
}

.modal-content button.send {
    background: #000;
    width: 80%;
    margin-bottom: 15px;
    color: #FFF;
}

.modal-content button.cancel {
    background: #ccc;
    width: 40%;
}

.modal-content select {
    border: 1px solid #ccc;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 13px center;
    width: 340px;
    padding: 12px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

.modal-content input {
    border: 1px solid #ccc;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 13px center;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    box-sizing: border-box;
}

/* The Modal (background) */
.modal-bkgrnd {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6);
    /* Black w/ opacity */
}

/* Modal Content/Box */
#fav-search-content.modal-content {
    padding: 30px;
}

.modal-content {
    background-color: #ffffff;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 0;
    width: 400px;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close,
.close2,
.close-cotw {
    color: #aaa;
    float: right;
    padding: 0 6px;
    font-size: 38px;
    font-weight: 100;
}

    .close-cotw:hover,
    .close-cotw:focus,
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.spanlink {
    text-decoration: underline;
    cursor: pointer;
    color: #666;
}

.fav-list-item {
    border-bottom: none;
    padding-bottom: 40px;
    max-width: 350px;
    height: 420px;
    float: left;
    margin: 0 40px 25px 0;
    overflow: hidden;
}

    .fav-list-item .list-item-desc {
        float: none;
        width: auto;
    }

    .fav-list-item p,
    .fav-list-item h2 {
        margin-bottom: 15px;
    }

    .fav-list-item h2 {
        font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #333;
    }

        .fav-list-item h2 a {
            color: #333;
            text-decoration: none;
        }

    .fav-list-item .list-item-thmb {
        float: none;
        width: 350px;
        margin-bottom: 12px;
    }

    .fav-list-item p.delete-item {
        text-align: right;
        margin-bottom: 5px;
        font-size: 12px;
    }

.content-category .fav-category {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    background: #ea0000;
    padding: 7px 9px;
    display: table;
    margin-bottom: 15px;
    line-height: 1.2;
}

table.favoritestbl {
    border-collapse: collapse;
    width: 100%;
}

.favoritestbl td,
.favoritestbl th {
    border: 1px solid #CCC;
    text-align: left;
    padding: 10px 15px;
}

.favoritestbl th,
.tblrowgray td {
    background: #F1F1F1;
}

@media (max-width: 1440px) {
    .trending-content .content .text h4 {
        font-size: 22px !important;
    }

    .trending-content .content .text p {
        font-size: 14px !important;
        margin: 10px 0 !important;
    }

    .trending-content .content .text a:after {
        width: 15px !important;
        height: 15px !important;
    }
}

@media (max-width: 1200px) {
    .content {
        width: 100%;
    }

    .trending-content .content {
        width: 100%;
    }

    .sidebar,
    .accnt-sidebar {
        width: 30%;
    }

    .container-inner {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .container-inner {
        padding: 0 15px 50px;
    }
}


@media screen and (max-width: 1142px) {
    #navbar > ul > li > a {
        padding: 25px 10px 0;
        font-size: 12px;
        text-transform: capitalize;
        height: 41px;
    }
}

@media all and (max-width: 977px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    body {
        padding-top: 0;
    }

    .login-container {
        padding: 18px 0 50px;
    }

    .login-logo {
        width: 100%;
        margin: 0 0 18px;
        text-align: center;
    }

    .login-box {
        background: #FFF;
        width: 90%;
        padding: 20px 5%;
        margin: 0;
    }

    .login-textbox {
        width: 100%;
        padding: 12px 5%;
    }

    #header-fixed {
        position: static;
    }

    .logo {
        display: none;
    }

    .logo-mobile {
        position: absolute;
        width: 125px;
        z-index: 9999;
        display: block;
        padding: 2px 0 0 10px;
    }

    .search-bar {
        background-color: #333;
    }

    #navbar {
        width: 100%;
        float: none;
        background-color: #333;
    }

        #navbar,
        #navbar ul,
        #navbar ul li,
        #navbar ul li a,
        #navbar #menu-button {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            #navbar ul {
                width: 100%;
                display: none;
            }

                #navbar ul li {
                    width: 100%;
                    border-top: 1px solid #ccc;
                    border-left: none;
                }

                    #navbar ul li:last-child {
                        border-bottom: 1px solid #ccc;
                        border-right: none;
                    }

                #navbar ul ul li:last-child {
                    border-bottom: none;
                    border-right: none;
                }

                #navbar ul ul {
                    padding-bottom: 0;
                }

                    #navbar ul ul li,
                    #navbar li:hover > ul > li {
                        height: auto;
                    }

                        #navbar ul li a,
                        #navbar ul ul li a {
                            width: 100%;
                        }

            #navbar > ul > li {
                float: none;
            }

                #navbar > ul > li > a {
                    padding: 13px 17px 0;
                    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
                }

            #navbar .nav-browse,
            #navbar .nav-global,
            #navbar .nav-yankelovich,
            #navbar .nav-tru,
            #navbar .nav-health,
            #navbar .nav-canada,
            #navbar .nav-sports,
            #navbar .nav-china,
            .mobile-user-account {
                border-top: none;
                color: #333;
                background: #FFF;
            }

                #navbar .nav-browse:hover,
                #navbar .nav-global:hover,
                #navbar .nav-yankelovich:hover,
                #navbar .nav-tru:hover,
                #navbar .nav-health:hover,
                #navbar .nav-canada:hover,
                #navbar .nav-sports:hover,
                #navbar .nav-china:hover {
                    color: #333;
                    border-top: none;
                    background: #FFF;
                }

            #navbar ul ul {
                border: none;
            }

            #navbar .navmenu-header {
                display: none;
            }

            #navbar ul ul li a {
                padding-left: 25px;
            }

            #navbar ul ul ul li a {
                padding-left: 35px;
            }

            #navbar ul ul li a {
                color: #333;
                background: #fff;
            }

            #navbar ul ul li:hover > a,
            #navbar ul ul li.active > a {
                color: #666;
                text-decoration: underline;
            }

            #navbar ul ul,
            #navbar ul ul ul {
                position: relative;
                left: 0;
                width: 100%;
                margin: 0;
                text-align: left;
            }

                #navbar > ul > li.has-sub > a:after,
                #navbar > ul > li.has-sub > a:before,
                #navbar ul ul > li.has-sub > a:after,
                #navbar ul ul > li.has-sub > a:before {
                    display: none;
                }

            #navbar #menu-button {
                display: block;
                color: #fff;
                cursor: pointer;
                font-size: 12px;
                text-transform: capitalize;
                font-weight: 700;
                height: 50px;
                width: 42px;
                float: right;
                border-left: #fff 1px solid;
            }

                #navbar #menu-button:after {
                    position: absolute;
                    top: 24px;
                    right: 10px;
                    display: block;
                    height: 4px;
                    width: 20px;
                    border-top: 2px solid #fff;
                    border-bottom: 2px solid #fff;
                    content: '';
                }

                #navbar #menu-button:before {
                    position: absolute;
                    top: 18px;
                    right: 10px;
                    display: block;
                    height: 2px;
                    width: 20px;
                    background: #fff;
                    content: '';
                }

                #navbar #menu-button.menu-opened {
                    background: #fff;
                }

                    #navbar #menu-button.menu-opened:after {
                        top: 25px;
                        border: 0;
                        height: 2px;
                        width: 20px;
                        background: #000;
                        -webkit-transform: rotate(45deg);
                        -moz-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        -o-transform: rotate(45deg);
                        transform: rotate(45deg);
                    }

                    #navbar #menu-button.menu-opened:before {
                        top: 25px;
                        border: 0;
                        height: 2px;
                        background: #000;
                        width: 20px;
                        -webkit-transform: rotate(-45deg);
                        -moz-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        -o-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                    }

            #navbar ul {
                clear: both;
            }

            #navbar .submenu-button {
                position: absolute;
                z-index: 99;
                right: 0;
                top: 0;
                display: block;
                border-left: 1px solid #ccc;
                height: 41px;
                width: 41px;
                cursor: pointer;
            }

                #navbar .submenu-button.submenu-opened {
                    background: #262626;
                }

            #navbar ul ul .submenu-button {
                height: 34px;
                width: 34px;
            }

            #navbar .submenu-button:after {
                position: absolute;
                top: 19px;
                right: 17px;
                width: 8px;
                height: 2px;
                display: block;
                background: #000;
                content: '';
            }

            #navbar ul ul .submenu-button:after {
                top: 15px;
                right: 13px;
            }

            #navbar .submenu-button.submenu-opened:after {
                background: #fff;
            }

            #navbar .submenu-button:before {
                position: absolute;
                top: 16px;
                right: 20px;
                display: block;
                width: 2px;
                height: 8px;
                background: #000;
                content: '';
            }

            #navbar ul ul .submenu-button:before {
                top: 12px;
                right: 16px;
            }

            #navbar .submenu-button.submenu-opened:before {
                display: none;
            }

            #navbar .mobile-user-account {
                display: block;
            }

    .user-account {
        display: none;
    }

    .search-form {
        display: none;
    }

    .search-box {
        width: 100%;
    }

    .content {
        width: 100%;
        float: none;
    }

    .sidebar,
    .accnt-sidebar {
        width: 100%;
        float: none;
    }

    .list-item {
        width: 94%;
        padding: 0 3% 20px;
    }

    .list-item-thmb {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .list-item-desc {
        width: 100%;
        float: none;
    }

    .content-inner {
        padding: 0 4%;
    }

    .twitter-sidebar {
        float: none;
        width: 96%;
        margin: 0 auto;
    }

    .home-slider {
        float: none;
        width: 100%;
    }

    .slider-trending {
        display: block !important;
        margin-top: 50px;
    }

        .slider-trending .home-slider {
            width: 100% !important;
        }

        .slider-trending .trending-content {
            width: 100% !important;
            padding-top: 20px !important;
        }
}

.util-carousel .util-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home-slider .tfcslider-imglist .util-item img {
    height: 400px;
    object-fit: cover;
    object-position: left bottom;
}

.home-slider .tfcslider-imglist .item {
    margin: 0;
}

.slider-trending {
    display: flex;
    flex-direction: row;
    padding: 0 40px;
}

    .slider-trending .home-slider {
        width: 75%;
    }

    .slider-trending .trending-content {
        width: 25%;
        padding: 0;
    }

.trending-content .content {
    background: #000;
    height: 100%;
}

    .trending-content .content .text {
        padding: 45px 30px 15px 30px;
    }

        .trending-content .content .text h4 {
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            margin-bottom: 30px;
        }

        .trending-content .content .text a {
            text-decoration: none;
            display: flex;
            align-items: center;
            transition: transform .5s ease-in-out !important;
            -webkit-transition: transform .5s ease-in-out !important;
        }

            .trending-content .content .text a:hover {
                transform: translateX(10px);
            }

.also-like-container .flex-container .flex-item .content-sec .info h2 {
    text-decoration-color: #AEAE9F;
}

    .also-like-container .flex-container .flex-item .content-sec .info h2:hover {
        text-decoration-style: solid !important;
        text-decoration-line: underline !important;
        text-decoration-color: #AEAE9F !important;
        transition: all 0.3s ease-in-out;
    }

.trending-content .content .text p {
    color: #fff;
    font-size: 16px;
    margin: 18px 0;
    width: 100%;
}

.trending-content .content .text a:hover {
    text-decoration: underline;
    text-decoration-color: #AEAE9F;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.trending-content .content .text a:after {
    content: '';
    background: url(/images/trending-arrow.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0 10px;
}

.trending-content .content .text hr {
    opacity: 0.5;
    margin: 10px 0;
}


.home-slider .tfcslider-imglist .item:hover {
    transform: translatey(0);
}

.tfcslider-imglist .item:hover {
    transform: translatey(-5px);
}

.tfcslider-imglist .item {
    transition: transform .5s ease-in-out !important;
    -webkit-transition: transform .5s ease-in-out !important;
}

.qtip-tfc h3 {
    font-family: 'KantarBrownWeb-Light', Arial, Helvetica, sans-serif;
    color: #333 !important;
    background: none !important;
    padding: 10px 0 0 0 !important;
    letter-spacing: .3px;
}

.qtip-tfc .date {
    color: #AEAE9F !important;
    font-size: 14px !important;
    letter-spacing: .3px;
}

.qtip-tfc p {
    font-family: 'KantarBrownWeb-Light', Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    font-weight: 100;
    line-height: 24px !important;
}

.qtip-tfc .item-inner-balloon {
    padding: 20px !important;
    border: none !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.home-slider .tfcslider-imglist .item a {
    border-bottom: none;
    padding-bottom: 0;
}

.tfcslider-imglist .util-item:hover {
    cursor: pointer;
}

.util-carousel span {
    font-family: 'KantarBrownWeb-Light', Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 20px !important;
}

.content object {
    max-width: 1080px;
    height: 608px;
}

.content-text p span[style],
.content-text span.span-p[style],
.content-text p,
.pardot-wrap span[style] {
    font-family: 'KantarBrownWeb-Light', Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-weight: 100 !important;
    line-height: 35px !important;
}

.content-text span.span-h[style] {
    font-family: 'KantarBrownWeb-Light', Helvetica, sans-serif;
    zoom: 1.4;
    zoom: 1.4;
}

.content-text td[style] {
    font-family: 'KantarBrownWeb-Light', Helvetica, sans-serif !important;
    font-size: 20px;
    line-height: 35px;
}

strong,
b {
    font-family: 'KantarBrownWeb-Bold', Helvetica, sans-serif !important;
}





/* ---------------- 
 Custom content pages
---------------- */

.content-text .h1,
.content-text .h2,
.content-text .h3,
.content-text .h4,
.content-text .h5,
.content-text .h6,
.content-text .p {
    font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: none;
}


.content-text .h1 {
    font-family: "KantarBrownWeb-Thin", Arial, Helvetica, sans-serif;
    font-size: 8rem;
    line-height: 10.4rem;
    letter-spacing: .5px;
}


@media screen and (max-width: 1440px) {

    .content-text .h1 {
        font-family: "KantarBrownWeb-Thin", Arial, Helvetica, sans-serif;
        font-size: 6rem;
        line-height: 7.8rem;
    }
}

@media screen and (max-width: 1080px) {

    .content-text .h1 {
        font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
        font-size: 4rem;
        line-height: 5.2rem;
    }
}

.content-text .h2 {
    font-family: "KantarBrownWeb-Thin", Arial, Helvetica, sans-serif;
    font-size: 6rem;
    line-height: 7.8rem;
    letter-spacing: .5px;
}

@media screen and (max-width: 1440px) {

    .content-text .h2 {
        font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
        font-size: 4rem;
        font-weight: 100;
        line-height: 5.2rem;
    }
}

@media screen and (max-width: 1080px) {

    .content-text .h2 {
        font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
        font-size: 3rem;
        font-weight: 300;
        line-height: 4.2rem;
    }
}

.content-text .h3 {
    font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 100;
    line-height: 5.2rem;
    letter-spacing: .5px;
}

@media screen and (max-width: 1440px) {

    .content-text .h3 {
        font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
        font-size: 3rem;
        font-weight: 300;
        line-height: 4.2rem;
    }
}

@media screen and (max-width: 1080px) {

    .content-text .h3 {
        font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 3.2rem;
    }
}

.content-text .h4 {
    font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 4.2rem;
    letter-spacing: .5px;
}

@media screen and (max-width: 1440px) {

    .content-text .h4 {
        font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}

@media screen and (max-width: 1080px) {

    .content-text .h4 {
        font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
        font-size: 2rem;
        line-height: 3rem;
        letter-spacing: .3px;
    }
}


.content-text .h5 {
    font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: .3px;
}

@media screen and (max-width: 1440px) {

    .content-text .h5 {
        font-size: 2rem;
        line-height: 3rem;
    }
}

@media screen and (max-width: 1080px) {

    .content-text .h5 {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}


.content-text .h6 {
    font-family: "KantarBrownWeb-Bold", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: .3px;
}


@media screen and (max-width: 1440px) {

    .content-text .h6 {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}

@media screen and (max-width: 1080px) {

    .content-text .h6 {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}

.content-text .p {
    font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: .3px;
}

@media screen and (max-width: 1080px) {

    .content-text .p {
        font-size: 1.6rem !important;
        line-height: 2.5rem !important;
    }
}

.content-text .p-small {
    font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: .3px;
}

@media screen and (max-width: 1080px) {

    .content-text .p-small {
        font-size: 1.2rem !important;
        line-height: 2rem !important;
    }
}

.content-text .btn a {
    font-family: "KantarBrownWeb-Regular", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.videoWrappersquare {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    /* 1:1 Aspect Ratio */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* 16x9:5 Aspect Ratio */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

@media (min-width: 1525px) {
    .forsta-iframe {
        width: 1525px !important;
        left: -33px !important;
        position: relative;
    }
}

/* Chart of the week */

#api-cotw p:nth-child(2),
#cotw-content p:nth-child(2) {
    font-family: 'KantarBrownWeb-Bold', Helvetica, sans-serif;
}

#api-cotw p:nth-child(3) {
    font-family: 'KantarBrownWeb-Light', Helvetica, sans-serif;
}

.cotw-slide {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}

#chartsoftheweek-modal img {
    width: 100%;
}

div#api-chartsoftheweek .content div:nth-child(2) {
    box-sizing: border-box;
    width: auto !important;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 30px;
    margin: 0 30px;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: 1px #ddd solid;
}

div#api-chartsoftheweek .content div div:nth-child(2) {
    padding: 0;
    border: none;
}

div#api-chartsoftheweek .content div div {
    padding: 0 !important;
    margin: 0 !important;
}

    div#api-chartsoftheweek .content div div a {
        line-height: 1;
    }

        div#api-chartsoftheweek .content div div a.share-bttn {
            line-height: 1;
            height: 20px;
            padding: 15px 15px 6px;
        }

.bx-viewport {
    width: 100%;
    height: 400px !important;
}

li.silde {
    max-width: 550px !important;
    height: 310px !important;
    width: 100% !important;
}

.bx-wrapper {
    max-width: 100% !important;
    margin-right: 40px;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

#chartsoftheweek-modal div:first-child {
    flex-direction: column;
}

#list-charts .modal-content {
    width: 1100px;
    margin: 5% auto;
}

#list-charts.modal-bkgrnd {
    z-index: 2000 !important;
}

#list-charts .cssDownloadPDF {
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    color: #ffffff;
    padding: 18px 22px 14px;
    background: #000;
    border: 1px solid #000;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.btnSingleChartPage img {
    padding: 0 !important;
    height: auto !important;
    width: 100% !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#cotw-content .responsive-three-column-grid {
    margin: 30px;
}

.content img {
    height: auto !important;
}

#cotw-content h2 {
    margin: 0 0 30px 0;
    font-family: 'KantarBrownWeb-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 38px;
    color: #333;
    line-height: 40px;
}


.cotw-page h2 {
    font-family: 'KantarBrownWeb-light', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    line-height: 22px;
    margin-bottom: 0;
}

.cotw-page .offering-main-title {
    border-bottom: none;
    margin: 0;
}

.cotw-page h1 {
    font-family: 'KantarBrownWeb-light', Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 50px;
    width: 55%;
    line-height: 60px;
    padding-top: 30px;
}

.cotw-page p {
    width: 60%;
    font-size: 25px;
    line-height: 35px;
    margin-top: 10px;
}


/* Mobile Menu fixes */
/*

@media (max-width: 977px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    
    ul.browse-list.open {
    position: relative !important;
}
    
    #navbar ul li.has-sub ul li {
        border-top: none;
      
    }
    
    #navbar ul > li > ul > li:hover ul.subsubnav{
        left: 0;
        top: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    

}
*/

/* AI Search results */


button#btnApplyFilters {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 0;
    border: none;
    font-family: 'KantarBrownWeb-Regular', Helvetica, sans-serif;
    font-size: 16px;
    background: #333333;
    color: #ffffff;
    cursor: pointer;
}

    button#btnApplyFilters:hover {
        background: #000000;
    }
