/* New Dashboard styles */


/* FOUNDATION OVERRIDES */

.row {
    max-width: 1200px;
}

a:hover, a:focus {
    color: #1073b3;
}

button,
.button {
    background-color: #1073b3;
}

button:hover,
.button:hover,
button:focus,
.button:focus {
    background-color: #0b517e;
}

.button.small {
    padding: 10px 15px;
}

.has-tip,
.has-tip:hover,
.has-tip:focus {
    border-bottom: none;
    color: inherit;
}

.tooltip {
    font-weight: 300;
    margin-top: -5px;
}

.tooltip.tip-form-info {
    width: 300px;
}

/* Override grid widths to achieve narrower width for action menu */
article.trend .dataWrapper.medium-5.columns {
    width: 47.6667%      /* default: 41.6667% */
}
article.trend .dataMenuWrapper.medium-2.columns,
article.trend .actionWrapper.medium-2.columns {
    width: 13.667%;     /* default: 16.6667% */
}

form *:focus {
    box-shadow: none !important;
}

.tabs-content > .content {
    padding: 0;
}

.joyride-content-wrapper h4 {
    margin-bottom: 10px;
    line-height: 1;
}

.joyride-content-wrapper p a {
    color: #fff;
    text-decoration: underline;
}

.joyride-content-wrapper p a:hover {
    color: #1073b3;
}

.joyride-content-wrapper .button {
    float: right !important;
    margin-bottom: 15px !important;
}

#content .joyride-quicktour {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    z-index: 10;
}

.joyride-tip-guide[data-index="0"] {
    width: 40% !important;
    left: 30% !important;
    top: 177px !important;
}

.joyride-tip-guide[data-index="3"] .joyride-nub,
.joyride-tip-guide[data-index="4"] .joyride-nub,
.joyride-tip-guide[data-index="5"] .joyride-nub {
    display: none !important;
}

.joyride-tip-guide[data-index="7"] {
    width: 40% !important;
    left: 30% !important;
}

#contentTour1, #contentTour2, #contentTour3 {
    top: 30px;
}

#contentTour1 {
    left: 30%;
}

#contentTour2 {
    left: 44%;
}

#contentTour3 {
    right: 40%;
}

.contain-to-grid,
nav.top-bar,
.top-bar-section ul,
.top-bar.expanded,
.top-bar.expanded .title-area {
    background: #f8f8f8;
}

.top-bar .toggle-topbar.menu-icon a:after {
    box-shadow: 0 10px 0 1px #373737, 0 16px 0 1px #373737, 0 22px 0 1px #373737;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: -5px;
    width: 16px;
}

nav.top-bar .logo {
    max-width: 196px;
}


/* jQUERY UI OVERRIDES */

.ui-corner-all {
    border: 0px !important;
}

ul.ui-autocomplete {
    border: 1px solid #999 !important;
    border-top: none !important;
    border-radius: 0 !important;
}

.ui-autocomplete .li:active,
.ui-autocomplete .li:focus,
.ui-autocomplete .li:hover {
    background: #1073b3 !important;
    color: #fff !important;
}

.ui-menu .ui-menu-item a:active,
.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a:focus,
.ui-menu .ui-state-hover,
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    background: #1073b3 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

#welcome_banner {
    margin: 10px 0 10px;
    width: auto;
    float: right;
    position: relative;
    z-index: 10;
}

#welcome ul li ul {
    left: -97px !important;
}




/* PAGE */

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

body {
    background: #f8f8f8;
}

a:focus {
    outline: none;
}

.welcome_banner ul li {
    font-size: 14px;
}

#fixedWrapper {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 80;
    box-shadow: 0 0 5px #000;
}

#headerWrapper {
    background: #f8f8f8;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

header {
}

#logo {
    display: inline-block;
    position: relative;
    top: -5px;
}

#logo a {
    display: inline-block;
    float: left;
}

#content.staticPage {
    padding: 110px 25px 35px;
    min-height: 0;
}
#content.staticPage h2.pageTitle {
    font-size: 2.3rem;
    margin-bottom: 2rem;
}

/*
#mainmenu {
    display: inline-block;
    float: right;
    margin: 0;
}
*/

#mainmenu > ul {
    margin-top: 5px;
}


#mainmenu > ul > li {
    margin-left: 18px;
    background: none;
}


#mainmenu li a {
    background: #f8f8f8;
    color: #373737;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 15px 6px;
    border-radius: 5px;
    line-height: 1;
}

#mainmenu li a[title="Home"] {
    padding: 7px 10px 6px;
}


#mainmenu li a.active,
#mainmenu li a:hover {
    color: #fff;
    background: #0096c6;
    background: -moz-linear-gradient(top,  #0096c6 0%, #1073b3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0096c6), color-stop(100%,#1073b3));
    background: -webkit-linear-gradient(top,  #0096c6 0%,#1073b3 100%);
    background: -o-linear-gradient(top,  #0096c6 0%,#1073b3 100%);
    background: -ms-linear-gradient(top,  #0096c6 0%,#1073b3 100%);
    background: linear-gradient(to bottom,  #0096c6 0%,#1073b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096c6', endColorstr='#1073b3',GradientType=0 );
}

#mainmenu li.admin a {
    background: #eee;
    border: 1px solid #ccc;
    font-weight: 300;
    padding: 5px 11px;
}

#mainmenu li.admin a:hover {
    background: #ccc;
    color: #373737;
}

#mainmenu li.admin a:focus {
    color: #373737;
}

.top-bar-section .has-dropdown > a:after {
    border-color: rgba(55, 55, 55, 1.0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    top: 14px;
}

.top-bar-section .has-dropdown:hover > a:after {
    border-color: rgba(55, 55, 55, 1.0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    margin-top: 0;
    top: 5px;
}

.signal #fixedWrapper {
    box-shadow: none;
}
#tabWrapper {
    background-color: #1073b3;
    box-shadow: 0 5px 5px -5px #000;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

#fixedFooterWrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 50;
}

#fixedFooterWrapper.relative {
    position: relative;
    bottom: -3px;
}

#fixedFooter {
    background: #045489;
    box-shadow: 0 -5px 5px -5px #000
}

#footerWrapper {
    background: #ececec;
    border-top: 3px solid #045489;
    width: 100%;
    clear: both;
    max-width: 1200px;
    margin: 0 auto;
}

#footerWrapper footer {
    padding-bottom: 30px;
    padding: 25px 15px 30px 15px;
    color:#373737;
    background:#ececec;
    font-size:12px;
    line-height: 24px;
}

#footerWrapper footer .footermenu {
    float: left;
    padding: 0 8px 0 8px;
    color: #373737;
    text-decoration: none;
}

#footerWrapper a.copyright {
    color: inherit;
    text-decoration: underline;
}

.backToTopLink {
    display: inline-block;
    float: left;
    padding-top: 7px;
}

#backToTop {
    color: #d9d9d9;
}

#backToTop:hover,
#backToTop:focus {
    color: #fff;
}

.footermenu a {
    color: #373737;
}
.footermenu a {
    padding-right: 8px;
}
.footermenu a:not(:first-child):before {
    content: "|";
    padding-right: 8px;
    display:inline-block;
}
.footermenu a:hover {
    text-decoration:underline;
}
.footermenu a:hover:before {
    text-decoration: none;
}

.face-twit {
    float: right;
}

.face-twit .facebook {
    float: left;
}

.face-twit .twitter {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
}



/* TABS AND SEARCH TERMS */

#tabs {
    overflow: hidden;
    position: relative;
    z-index: 1;
    line-height: 1;
}

#tabs > .columns {
    padding-right: 80px;
}

#tabs dl.tabs {
    display: inline-block;
    float: left;
    padding-top: 4px;
    line-height: 1;
}

#tabs dd {
    background: #1073b3;
    padding-right: 13px;
    top: 0;
    margin: 0 1px;
}

#tabs dd a {
    background: #1073b3;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 200;
    padding: 9px 0 10px 18px;
    margin-right: 5px;
}

#tabs dd.active {
    background: #eee;
}

#tabs dd.active a {
    background: #eee;
    color: #000;
    font-weight: 700;
}

span.close-tab,
span.close-term {
    background: url('../images/close-tab15.png') center no-repeat;
    color: #666;
    position: absolute;
    top: 2px;
    right: 1px;
    display: none;
    font-size: 18px !important;
    width: 15px;
    height: 15px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}

span.close-tab i,
span.close-term i {
    line-height: 0.7;
    height: 15px;
}

span.close-tab i:before,
span.close-term i:before {
    line-height: 0.7;
    vertical-align: top;
    height: 15px;
    display: block;
}

dd:hover span.close-tab,
dd:hover span.close-term {
    display: block;
}

#tabs dd:hover span.close-tab {
    background: url('../images/close-tab15-white.png') center no-repeat;
    color: #fff;
}

#tabs dd.active:hover span.close-tab {
    background: url('../images/close-tab15.png') center no-repeat;
    color: #666;
}

/*
#tabWrapper form * {
    margin: 0;
}

#tabWrapper form input[type="submit"],
#tabWrapper form input[type="text"] {
    height: 1.8rem;
}

#tabWrapper form input[type="text"] {
    padding: 0 0 0 5px;
}

#tabWrapper form input[type="text"]:focus {
    box-shadow: none;
}

#addTab {
    width: 160px;
    margin: 10px 0 0 15px;
    display: inline-block;
}

#addTab input.button {
    background: #1073b3;
    color: #fff;
}
*/

#searchTermsWrapper {
    background: #eee;
    position: relative;
    z-index: 2;
}

#mobileTabsToggle {
    display: inline-block;
    width: auto;
    position: relative;
    float: left;
    color: #fff;
    margin: 12px 0 0;
    padding-left: 30px;
    font-size: 12px;
    line-height: 1;
}

#mobileTabsToggle:before {
    box-shadow: 0 7px 0 1px #fff, 0 13px 0 1px #fff, 0 19px 0 1px #fff;
    content: "";
    display: block;
    position: relative;
    top: -7px;
    left: -20px;
    width: 13px;
}

#mobileTabsToggle:hover,
#mobileTermsToggle:focus {
    color: #fff;
}

#mobileTabsToggle:hover:before,
#mobileTabsToggle:focus:before {
    box-shadow: 0 7px 0 1px #fff, 0 13px 0 1px #fff, 0 19px 0 1px #fff;
}


#mobileTermsToggle {
    display: inline-block;
    width: auto;
    position: relative;
    float: left;
    color: #777;
    margin: 3px 0 0;
    padding-left: 30px;
    font-size: 12px;
}

#mobileTermsToggle:before {
    box-shadow: 0 7px 0 1px #777, 0 13px 0 1px #777, 0 19px 0 1px #777;
    content: "";
    display: block;
    position: relative;
    top: 0px;
    left: -20px;
    width: 13px;
}

#mobileTermsToggle:hover,
#mobileTermsToggle:focus {
    color: #000;
}

#mobileTermsToggle:hover:before,
#mobileTermsToggle:focus:before {
    box-shadow: 0 7px 0 1px #000, 0 13px 0 1px #000, 0 19px 0 1px #000;
}

#mobileSearchButtons {
    display: inline-block;
    margin: 0 0 0 0;
}

#mobileSearchButtons a {
    /*margin: 0 0 0 10px;*/
}

#terms {
    margin-bottom: 0;
}

#terms a {
    font-size: 14px;
}

#termsLabel {
    font-weight: 200;
    font-size: 14px;
    line-height: 14px;
    margin: 8px 15px 0 0;
    float: left;
}

.terms {
    list-style: none;
    margin: 1px 0 0 0;
    display: inline-block;
    min-height: 20px; /* Prevents broken layouts if there are no search terms */
    float: left !important;
    width: auto !important;
    line-height: 1;
    padding: 0;
}

.terms dd {
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin: 0;
    padding-right: 17px;
}

.terms dd a {
    padding: 7px 0 7px 22px;
    margin-right: 2px;
    font-size: 14px;
}

.terms dd.active a,
.terms dd.active a:hover,
.terms dd.currentStream a,
.terms dd.currentStream a:hover {
    color: #1073b3;
    background: #eee;
}

.terms dd a:hover {
    color: #1073b3;
    background: #eee;
}

/*
.addSearchTerm {
    width: 120px;
    margin: 0;
    display: inline-block;
    position: relative;
    top: -4px;
}

.addSearchTerm input.button {
    background: #eee;
    color: #1073b3;
}
*/

.menuButtons {
    display:inline-block !important;
    margin-top: 3px;
    width: 65px;
}

#terms .menuButtons {
    margin-top: 0;
}

.menuButtons .button {
    margin: 4px 0 2px 4px;
    padding: 2px 8px 0px 8px;
    position: relative;
    float: left;
    font-size: 14px;
    border-radius: 4px;
}


#tabs .button {
    background-color: #1073b3;
    color: #d9d9d9;
}

#tabs .button:hover,
#tabs .button:focus {
    color: #fff;
}

.menuButtons .button span.icon {
    background-size: 12px 13px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 5px;
}

#searchTermsWrapper .button {
    background: #eee;
    color: #000;
}

#searchTermsWrapper .button:hover {
    color: #1073b3;
}

#terms,
#mobileTermsControls {
    /* padding-right: 80px; */
}

.searchLinks {
    width: 100px;
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 7px;
}

#tabs .searchLinks {
    position: absolute;
    right: 15px;
    width: 50px;
    margin-top: 5px;
}

.searchLinks a {
    background: #045489;
    color: #d9d9d9;
    display: inline-block;
    float: right;
    margin: 0px 0 0 5px;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 20px;
}

/*.searchLinks #refreshStream {
    margin-right: 20px;
}*/

.searchLinks #exportTrends {
    display: none;
}

.searchLinks a:hover {
    color: #fff;
}

.menuLinks {
    display: inline-block;
    float: right;
    margin-right: 5px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #fff;
}

.menuLinks a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 0;
    margin-right: 5px;
}

#savedTrendsButton {
    margin-right: 15px;
}

.menuLinks a:hover {
    color: #fff;
    text-decoration: underline;
}

#searchBarWrapper {
    background: transparent;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.searchBar,
#contentTabBar {
    background: #eee;
    box-shadow: 0 0 5px #000;
    border-radius: 0 0 5px 5px;
    position: relative;
    max-width: 1170px;
    padding-right: 15px;
    margin: 0 auto;
    z-index: 1;
}

.searchBar form {
    margin-bottom: 0;
}

.searchBar input {
    margin: 10px auto;
}

.searchBar .button {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.searchBar a.button {
    margin: 10px auto;
}

a.button.delete {
    background: #F04124;
}

.button.delete:hover,
.button.delete:focus {
    background: #a82e19;
}

.searchBar .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #7f7f7f;
}

.searchBar .close:hover {
    color: #1073b3;
}

#renameTabBar input[type="submit"] {
    width: 35%;
    margin-right: 5%;
}

#renameTabBar .button.delete {
    width: 35%;
}

#contentTabWrapper {
    position: absolute;
    top: 0;
    padding: 0 15px;
    z-index: 0;
}

#contentTabBar {
    padding: 20px 15px 0;
    position: relative;
    float: none;
}

#searchTermsWrapper.listView #contentTabBar {
    box-shadow: 0 4px 5px -5px #000;
    border: 1px solid #aaa;
    border-top-style: none;
}

#contentTabWrapper.hidden #contentTabBar {
    display: none; /*top: -80px;*/
}

#contentTabWrapper i:before {
    width: 10px;
}

#contentTabWrapper .fi-x {
    display: inline;
}

#contentTabWrapper .fi-arrow-down {
    display: none;
}

#contentTabWrapper.hidden .fi-x {
    display: none;
}

#contentTabWrapper.hidden .fi-arrow-down {
    display: inline;
}

#contentMenu {
    z-index: 2;
}

#contentMenuToggle {
    background: #eee;
    color: #666;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 5px -5px #000;
    border-radius: 0 0 5px 5px;
    padding: 5px 10px 3px;
    margin: 0 auto;
    z-index: 2;
    position: absolute;
    bottom: -33px;
    left: 40px;
    border: 1px solid #aaa;
    border-top-style: none;
}

#contentMenuToggle:hover,
#contentMenuToggle:focus {
    color: #1073b3;
}

#contentToggleMask {
    background: #eee;
    position: absolute;
    top: -8px;
    left: -10px;
    width: 120%;
    height: 8px;
    z-index: 2;
}

#contentMenu li a {
    background: #969696;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px 10px;
}

#contentMenu li a.active {
    background: #1073b3;
}

#contentMenu li a:hover,
#contentMenu li a:focus {
    background: #bbb;
}

#contentMenu li a.active:hover,
#contentMenu li a.active:focus {
    color: #fff;
    background: #1073b3;
}

/*
#addSearchBar input[type="submit"] {
    width: 35%;
    margin-right: 5%;
}

#advancedSearch {
    margin-top: 10px;
    width: 55%;
}
*/

.show-for-list-view {
    display: none;
}

.listView .show-for-list-view {
    display: block !important
}

.listView #tabs {
    overflow: visible;
    z-index: 5;
    height: 36px;
}

.listView #tabs dl.tabs {
    background: #fff;
    box-shadow: 0 3px 6px -3px #000000;
    display: block;
    position: absolute;
    top: 36px;
    left: 15px;
    width: auto;
    border: 1px solid #aaa;
    display: none;
}

.listView #tabs dl.tabs.displayed {
    display: block;
}

.listView #tabs dl.tabs dd {
    display: block;
    float: none;
    margin-right: 15px;
}

.listView #tabs dl.tabs dd,
.listView #tabs dl.tabs dd.active,
.listView #tabs dl.tabs dd a,
.listView #tabs dl.tabs dd.active a {
    background: transparent;
}

.listView #tabs dl.tabs dd a {
    color: #000;
    font-weight: 700;
    padding: 10px 0 10px 15px;
}

.listView #tabs dl.tabs dd.active a {
    color: #1073b3;
}

.listView #tabs dd:hover span.close-tab {
    background: url("../images/close-tab15.png");
}

.listView #searchTermsWrapper {
    height: 30px;
}

.listView #terms,
#exportActions {
    background: #fff;
    box-shadow: 0 3px 6px -3px #000000;
    position: absolute;
    top: 32px;
    left: 15px;
    width: auto;
    border: 1px solid #aaa;
    display: none;
    z-index: 5;
}

#exportLabel {
    color: #1073b3;
    display: block;
    font-weight: bold;
    padding: 5px 0 0 5px;
}

#exportActions a {
    display: block;
    float: left;
    background: none;
    margin: 0 0 0;
    border-radius: 0;
    font-size: 1em;
    color: #000;
}

#exportActions a:hover,
#exportActions a:focus {
    color: #1073b3;
}

#exportActions {
    left: -26px;
    top: -165px;
    padding: 5px;
    width: 105px;
    z-index: 5;
}

#exportActions.displayed {
    display: block;
}

#exportActions .notch {
    left: auto !important;
    right: 4px;
}

.listView #tabs .notch,
.listView #terms .notch,
#exportActions .notch {
    width: 23px;
    height: 12px;
    background: url('../images/topics-notch.png');
    position: absolute;
    left: 4px;
    top: -12px;
}

#exportActions .notch {
    background: url('../images/topics-notch-down.png');
    left: 4px;
    top: auto;
    bottom: -12px;
}

.listView #terms.displayed {
    display: block;
}

.listView dl.terms {
    display: none;
    padding: 5px 0 !important;
}

.listView dl.terms.active {
    display: block;
}

.listView dl.terms dd {
    background: transparent;
    display: block;
    float: none;
}

.listView dl.terms dd.active a,
.listView dl.terms dd.active a:hover,
.listView dl.terms dd.active a:focus,
.listView dl.terms dd a,
.listView dl.terms dd a:hover,
.listView dl.terms dd a:focus {
    padding: 7px 0;
    background: transparent;
}

.listView #terms .menuButtons {
    display: block;
}

.listView #termsLabel,
.listView #searchTermButtons {
    display: none !important;
}



/* DASHBOARD CONTENT */

#content {
    min-height: 1000px;
    padding: 15px 0 15px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

#content.loading {
    box-shadow: 0 0 100px -20px #aaa inset;
    background: url('../images/loading-bgtile.png');
}

#content .results {
    display: none;
}

#content .results.active {
    display: block;
}

#content > div > h2 {
    /* margin-bottom: 5px; */
}

body.signal #trialMessage {
    width: 100%;
    margin-top: 25px;
    padding: 8px 15px;
    background-color: #FFFF00;
    font-size: 13px;
    font-weight: bold;
}

body.signal #trialMessage a {
    text-decoration: underline;
}

.trendingMessage {
    margin: 50px 50px 0;
    font-weight: 700;
}

.trendingMessage.spottingTrends {
    text-align: center;
    position: relative;
}

.trendingMessage.spottingTrends span {
    display: inline-block;
}

.trendingMessage.spottingTrends span.icon {
    background-image: url('../images/spottingTrends100.gif');
    width: 100px;
    height: 100px;
    position: relative;
    top: 42px;
    margin-right: 10px;
}

.trendingMessage.empty {
    text-align: center;
}

.trendingMessage.error {
    text-align: center;
}

#stream article.trend {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}

#stream article.trend:first-child {
    /* margin-top: 0; */
}

#stream .savedTrend {
    margin-bottom: 30px;
}

h3.savedTrends {
    text-align: center;
    font-weight: 600;
    margin: 20px;
}

article.trend .outerBg {
    background: #fff;
}

article.trend .innerBg {
    background: #f8f8f8;
    border-right: 1px solid #1073b3;
}

article.trend p,
article.trend li,
.savedTrend p,
#stream > .results > .dataDisplay .trendingData p {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
}

#stream > .results > .dataDisplay {
    padding-top: 30px;
}

article.trend .column,
article.trend .columns {
    height: 380px;
}

article.trend .dataDisplay .column,
article.trend .dataDisplay .columns {
    min-height: 5px;
    height: auto !important;
}

article.trend .description {
    padding: 15px 0;
}

article.trend .thumbnailWrapper {
    color: #666;
    text-align: center;
}

article.trend .thumbnail {
    display: inline-block;
    max-width: 100%;
}

article.trend .thumbnail a,
article.trend .thumbnail a:hover,
article.trend .thumbnail a:focus,
.savedTrend .thumbnail a,
.savedTrend .thumbnail a:hover,
.savedTrend .thumbnail a:focus{
    color: #666;
}

article.trend .thumbnail img,
.savedTrend .thumbnail img {
    clear: both;
    display: block;
    max-height: 150px;
    margin: 0 auto;
}

article.trend .provider {
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 3px;
    font-size: 12px;
}

article.trend .descriptionWrapper {
    background: #fff;
    overflow: hidden;
}

article.trend .description .title,
.savedTrend .title {
    margin-top: 12px;
}

article.trend .description .trendingScore,
.savedTrend .trendingScore {
    margin-bottom: 12px;
}

article.trend  p.title,
article.trend  p.title a,
article.trend  p.title a:hover
article.trend  p.title a:focus
.savedTrend  p.title,
.savedTrend  p.title a,
.savedTrend  p.title a:hover
.savedTrend  p.title a:focus {
    color: #000;
    font-weight: 700;
}

article.trend .description .tagline,
.savedTrend .tagline {
    margin-top: 6px;
    color: #666;
    font-size: 12px;
}

#searchTermSelect {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

#searchTermSelect option {
    max-width: 100%;
    overflow:hidden;
}

.savedTrend .savedDate {
    margin-top: 6px;
}

.savedTrend .delete {
    /* margin-top: 10px; */
}

.savedTrend .delete .button {
    background: #F04124 !important;
    padding: 8px 15px;
}

.savedTrend .delete .button:hover,
.savedTrend .delete .button:focus {
    background: #a82e19 !important;
}

article.trend .trendingScore,
.savedTrend .trendingScore {
    background: #6ac942; /*#49a151;*/
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 8px 5px;
}

article.trend ul {
    list-style: none;
    margin: 0;
}

article.trend .dataMenuWrapper {
    padding: 0;
    background: #f8f8f8;
}

article.trend .dataMenu {
    padding: 15px 0;
}

article.trend .dataMenu li {
    text-align: right;
    margin-bottom: 15px;
}

article.trend .dataMenu li:last-child {
    margin-bottom: 0;
}

article.trend .dataMenu a {
    color: #666;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    padding: 15px 10px 15px 5px;
}

article.trend .dataMenu a:hover,
article.trend .dataMenu a:focus {
    color: #1073b3;
}

article.trend .dataMenu a:focus {
    outline: none;
}

article.trend .dataMenu a.active,
article.trend .dataMenu a.active:hover,
article.trend .dataMenu a.active:focus {
    color: #1073b3;
    font-weight: bold;
    border-right: 3px solid #1073b3;
    padding-right: 7px;
}

article.trend .dataWrapper {
    overflow-y: scroll;
}

article.trend .dataBg {
    background: url('../images/icon-transparent.png') center no-repeat;
    display: block;
    width: 214px;
    height: 212px;
    position: relative;
    margin: 80px auto 0;
}

article.trend .dataDisplay {
    margin: 15px 0;
}

.dataDisplay .data {
    display: none;
}

.dataDisplay .data.current {
    display: block;
}

.dataWrapper .dataMessage {
    padding-top: 120px;
    text-align: center;
}

.dataWrapper .dataMessage .icon {
    background: url('../images/spottingTrends50.gif');
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    top: 16px;
    margin-right: 10px;
}

article.trend .actionWrapper {
    padding: 0 5px 0 10px;
    background: #f8f8f8;
}

article.trend .actions {
    padding: 5px 0;
}

article.trend .actions li {
    margin: 10px 0 30px;
    padding: 0 0 10px;
}

article.trend .actions li a {
    color: #666;
    display: block;
    text-transform: uppercase;
}

article.trend .actions li a:hover,
article.trend .actions li a:focus,
article.trend .actions li a.active,
article.trend .actions li a.active:hover,
article.trend .actions li a.active:focus {
    color: #1073b3;
}

.actions li a span.icon {
    background-image: url('../images/action-icons.png');
    display: inline-block;
    width: 32px;
    height: 34px;
    position: relative;
    top: 12px;
    margin-right: 5px;
}

.actions a.save span.icon {
    background-position: 0px 0px;
}

.actions a.compare span.icon {
    background-position: 0px -34px;
}

.actions a.engage span.icon {
    background-position: 0px -68px;
}

.actions a.share span.icon {
    background-position: 0px -102px;
}

.actions a.create span.icon {
    background-position: 0px -136px;
}

.actions a.save:hover span.icon,
.actions a.save:focus span.icon,
.actions a.save.active span.icon {
    background-position: -32px 0px;
}

.actions a.compare:hover span.icon,
.actions a.compare:focus span.icon,
.actions a.compare.active span.icon {
    background-position: -32px -34px;
}

.actions a.engage:hover span.icon,
.actions a.engage:focus span.icon,
.actions a.engage.active span.icon {
    background-position: -32px -68px;
}

.actions a.share:hover span.icon,
.actions a.share:focus span.icon,
.actions a.share.active span.icon {
    background-position: -32px -102px;
}

.actions a.create:hover span.icon,
.actions a.create:focus span.icon,
.actions a.create.active span.icon {
    background-position: -32px -136px;
}


/* TREND DATA */

.dataDisplay .tweet:last-child {
    border-bottom: none;
}

.tweet:hover,
.tweet:focus {
    background: #ecf5fb;
}

.tweet {
    border-bottom: 1px solid #eee;
    border-top: none;
    overflow: hidden;
    padding: 10px 15px 4px;
    margin: 0 -15px;
    position: relative;
    padding: 10px 20px 10px 65px;
    min-height: 70px;
}

.tweet > a {
    display:block;
    position: absolute;
    left: 10px;
    width: 48px;
    height: 48px;
}

.tweet img {
    border-radius: 5px;
}

.tweet span.left {
    font-weight: 600;
}

.tweet span.left a,
.tweet span.right a {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

.tweet span.left a:hover,
.tweet span.right a:hover {
    color: #666;
    text-decoration: underline;
}

.tweet .twitterLink {
    background-image: url('../images/twitter-16x16.png');
    display: inline-block;
    width: 16px;
    height: 16px;
}

.tweet .tweetText {
    margin-top: 5px;
    padding-right: 40px;
}

.tweet .intents {
    text-align: right;
}

.tweet .intents a {
    position: relative;
    padding-left: 24px;
    margin-left: 5px;
}

.tweet .intents a.reply {
    padding-left: 20px;
}

.tweet .intents a span {
    background-image: url('../images/twitter-actions.png');
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.tweet .intents a.reply span {
    background-position: 0 0;
    margin-left: 0;
}

.tweet .intents a.retweet span {
    background-position: -80px 0;
}

.tweet .intents a.favorite span {
    background-position: -32px 0;
    margin-right: 0;
}

.tweet .intents a.reply:hover span {
    background-position: -16px 0;
}

.tweet .intents a.retweet:hover span {
    background-position: -96px 0;
}

.tweet .intents a.favorite:hover span {
    background-position: -48px 0;
}

.trendingHeader {
    text-align: center;
}

.trendingHeader.alignLeft {
    text-align: left;
}

.trendingHeader h3, .trendingHeader h4 {
    font-weight: 300;
}

.trending.row {
    font-size: 16px;
    margin: 10px -10px 0;
}

.trending.row .value {
    padding-bottom: 4px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.trending.row .value .left {
    font-weight: 600;
    font-size: 16px;
}

.trendingData.influencers .value .left {
    position: relative;
    padding-right: 65px;
}

.trendingData.hashtags .value .title:hover,
.trendingData.hashtags .value .title:focus {
    color: #1073b3;
    cursor: pointer;
}

.trending.row .value .left a.follow {
    background-image: url('../images/twitter-follow.png');
    display: inline-block;
    width: 60px;
    height: 22px;
    position: absolute;
    right: 0px;
    top: -1px;
}

.trending.row .value .left a.follow:hover {
    background-position: 0 -22px;
}

.trending.row .value .right {
    position: relative;
    /*top: 5px;*/
}

.trending.row .value .right.recentPosts a {
    color: #999;
    font-size: 12px;
}

.trending.row .right.recentPosts a:hover {
    color: #999;
    text-decoration: underline;
}

.trending.row .right.recentPosts a span {
    background-image: url('../images/recent-posts-white.png');
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    top: 4px;
    left: 2px;
}

.trending.row .right.recentPosts a.active span {
    background-position: 0 -17px;
}

.trending.row .progress {
    background: #ccc;
    border: none;
    padding: 0;
    position: relative;
    height: 1.5rem;
    text-align: center;
}

.trending.row .progress .meter {
    background: #6AC942;
}

.trending.row .progress .score {
    color: #fff;
    display: inline-block;
    position: relative;
    top: -24px;
    font-weight: 600;
    font-size: 16px;
}



/* Trending Influencers - adopted from marketwired.css */


.trending.influencer {
    background: #fafafa;
    padding: 0.9375em;
    border-radius: 5px;
    margin: 0.9375em 0 0;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-shadow: 0 1px 3px -1px #000;
}

/*

.thumbWrapper.hideForMobile,
.titleWrapper.hideForMobile,
.descriptionWrapper.hideForMobile,
.actionsWrapper.hideForMobile {
    width: 30%;
    margin: 0 1.5%;
    display: inline-block;
}

.titleWrapper.hideForMobile {
    vertical-align: top;
}

.titleWrapper h2 {
    margin-bottom: 0;
}

.thumbWrapper {
    display: block;
    vertical-align: middle;
    text-align: center;
}

.thumbWrapper a {
    display: inline-block;
    max-width: 100%;
}

.thumbnail {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    max-height: 200px;
    border: 1px solid #aaa;
}

.textWrapper .title {
    margin-bottom: 0;
    line-height: 1.4;
}

.textWrapper .provider {
    margin-top: 5px;
}

p.description {
    font-size: 12px;
    line-height: 1.4;
}

.actionsWrapper {
    clear: both;
    overflow: auto;
    margin: 0;
}

.actionsWrapper p {
    margin: 0;
    text-align: center;
}

.actionsWrapper a {
    background: #5e86eb;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    width: 160px;
    margin: 10px 5px 0;
}

.actionsWrapper a {
    transition: background 0.3s;
}

.actionsWrapper a:hover {
    background: #3c56be;
}

.socialSharing {
    display: none;
    position: absolute;
    bottom: 60px;
    box-shadow: 0 2px 3px 1px #888;
    margin: 0 !important;
    background: #fff;
    z-index: 10;
}

.socialSharing.displayed {
    display: block;
}

.socialSharing {
    width: 75% !important;
}

.socialSharing a.socialShare {
    margin: 5px 0 !important;
    width: auto;
    height: auto;
}

.socialSharing a.socialShare i {
    font-size: 50px;
}

.socialSharing a.socialShare.buffer {
    width: 36px;
    height: 36px;
    background-image: url('../images/buffer_logo-index.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 12px 0 5px !important;
}

.socialSharing a.socialShare.buffer:hover,
.socialSharing a.socialShare.buffer:focus {
    background-position: -36px 0;
}

.trendingScorePopup.displayed {
    display: block;
}

.trendingScorePopup {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 60px;
    box-shadow: 0 2px 3px 1px #888;
    border-radius: 5px;
    margin: 0 !important;
    padding: 0 5px;
    font-size: 12px;
    color: #6a6a6a;
    background: #fff;
    z-index: 10;
}

*/

.trending.influencer .description {
    padding: 15px 0 0;
}

.trending.influencer ul {
    list-style: outside none none;
}

.trending.influencer .actions {
    padding: 0;
}

.trending.influencer .actions li {
    margin: 10px 0;
    padding: 0;
}

.trending.influencer .actions li a {
    color: #666;
    display: block;
    text-transform: uppercase;
    cursor: default;
}

.trending.influencer .actions li a.trending img {
    background-image: url("../images/trending.png");
    height: 32px;
    position: relative;
    top: 12px;
}

.trending.influencer a.follow {
    position: relative;
    vertical-align: text-bottom;
    top: auto;
    right: auto;
}

.trending.influencer .profileBody a.follow {
    position: relative;
    vertical-align: text-bottom;
    top: auto;
    right: auto;
    background-image: url("../images/twitter-follow.png");
    display: inline-block;
    height: 22px;
    width: 60px;
}

.trending.influencer .progress .score {
    top: -1.5rem;
}

.trending.influencer .value .left {
    padding-right: 0;
}

.trending.influencer .trendingPosts {
    background-color: #efefef;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.trending.influencer .trendingPosts.loading {
    background-color: transparent;
    border: 1px solid transparent;
}

.trending.influencer img.profilePicture {
    border-radius: 5px;
    width: 48px;
    position: absolute;
    top: 0;
    left: 15px;
}

.trending.influencer .profileBody {
    margin-left: 55px;
    min-height: 50px;
}

.trending.influencer .profileBody .fullName {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

.trending.influencer .profileBody .screen_name {
    font-size: 13px;
    color: #66757f;
    font-weight: normal;
    white-space: nowrap;
}

.trending.influencer .profileBody .description {
    font-size: 13px;
    line-height: 16px;
    color: #292f33;
    font-weight: normal;
    padding: 0 0 8px 0;
}

.trending.influencer .newStatsLine {
    clear: both;
    margin-top: 10px;
}

.trending.influencer .profileBody p.stats {
    color: #66757f;
    display: inline;
    font-size: 10px !important;
    padding-right: 5px;
    white-space: nowrap;
}

.trending.influencer .trending_score {
  text-align: center;
  color: #6ac942;
  font-size: 12px !important;
}


.trending.influencer .recentPosts {
    position: relative;
    top: 13px;
}

.trending.influencer .profileBody .recentPosts a {
    color: #999;
    font-size: 12px;
}

.trending.influencer .profileBody .recentPosts a.active span {
    background-position: 0 -17px;
}

.trending.influencer .profileBody .recentPosts a span {
    background-image: url("../images/recent-posts-no_bg.png");
    display: inline-block;
    height: 17px;
    left: 2px;
    position: relative;
    top: 4px;
    width: 17px;
}

.trending.influencer .hashtags .hashtagSymbol {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    position: absolute;
    top: -15px;
    left: 15px;
}

.trending.influencer .hashtags .hashtagsBody {
    margin-left: 55px;
    min-height: 50px;
}

.trending.influencer .hashtags .hashtagsBody .hashtagsTitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.trending.influencer .hashtags .hashtagsBody .hashtagList {
    font-size: 13px;
    line-height: 16px;
    color: #292f33;
    font-weight: normal;
    padding: 0 0 8px 0;
}

.trending.influencer .hashtags .hashtagsBody .hashtagList a {
    color: #292f33;
    font-size: 13px;
    text-decoration: underline;
}

.trending.influencer .hashtags .hashtagsBody .hashtagList a:hover {
    color: #1073b3;
}


/* End trending influencers */



.trendingPosts {
    margin-bottom: 10px;
}

.trendingPosts .preload {
    background: url('../images/ajax-loader.gif') center no-repeat;
    display: block;
    margin: 0 auto;
    width: 43px;
    height: 11px;
}

.influencer .trendingPosts .preload {
    margin: 10px auto;
}

.trendingPosts .tweet {
    margin: 0;
}

.sentiment .chart,
.momentum .chart,
.growth .chart {
    width: 100%;
    height: 300px;
}

.growth .chart {
    position: relative;
    top: -20px;
}

.sentimentTitle,
.momentumTitle,
.growthTitle {
    font-weight: 600;
    text-align: center;
    position: relative;
    top: 10px;
    z-index: 1;
}

.momentum .momentumTitle {
    text-transform: capitalize;
}

.momentum.positive .momentumTitle {
    color: #32cd32;
}

.momentum.neutral .momentumTitle {
    color: #ff7f00;
}

.momentum.negative .momentumTitle {
    color: #ee0000;
}

.momentumTitle i {
    margin-left: 3px;
    font-size: 16px;
}

.momentum .momentumDesc {
    margin-top: 10px;
}


/* TREND ACTIONS */

.socialSharing {
    text-align: center;
}

a.socialShare {
    display: inline-block;
    width: 74px;
    height: 74px;
    margin: 35px 0;
    border-radius: 0;
    padding: 0;
}

a.socialShare i {
    color: #bdc3c7;
    font-size: 84px;
}

a.socialShare.facebook:hover i,
a.socialShare.facebook:focus i {
    color: #3b5999;
}

a.socialShare.twitter:hover i,
a.socialShare.twitter:focus i {
    color: #2ca9e1;
}

a.socialShare.email:hover i,
a.socialShare.email:focus i {
    color: #bb3036;
}

a.socialShare.gplus:hover i,
a.socialShare.gplus:focus i {
    color: #dd4b38;
}

a.socialShare.url:hover i,
a.socialShare.url:focus i {
    color: #000;
}

a.socialShare.linkedin:hover i,
a.socialShare.linkedin:focus i {
    color: #027bb6;
}

a.socialShare.buffer {
    width: 62px;
    height: 62px;
    background-image: url('../images/buffer_logo.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-top: 47px;
}

a.socialShare.buffer:hover,
a.socialShare.buffer:focus {
    background-position: -62px 0;
}

ul.trendShare {
    list-style: none;
    margin: 0;
}

ul.trendShare li {
    display: inline-block;
    margin-right: 10px;
}

ul.trendShare a {
    display: inline-block;
}

ul.trendShare a i {
    color: #bdc3c7;
    font-size: 30px;
}

.trendShare .twitter:hover i,
.trendShare .twitter:focus i {
    color: #2ca9e1;
}

.trendShare .facebook:hover i,
.trendShare .facebook:focus i {
    color: #3b5999;
}

.trendShare .linkedin:hover i,
.trendShare .linkedin:focus i {
    color: #027bb6;
}

.trendShare .email:hover i,
.trendShare .email:focus i {
    color: #bb3036;
}

#shareLink {
    margin-top: 20px;
}

/*

a.socialShare.facebook {
    background-position: 0px 0px;
}

a.socialShare.facebook:hover,
a.socialShare.facebook:focus {
    background-position: 0px -77px;
}

a.socialShare.twitter {
    background-position: -76px 0px;
}

a.socialShare.twitter:hover,
a.socialShare.twitter:focus {
    background-position: -76px -77px;
}

a.socialShare.email {
    background-position: -154px 0px;
}

a.socialShare.email:hover,
a.socialShare.email:focus {
    background-position: -154px -77px;
}

a.socialShare.gplus {
    background-position: -230px 0px;
}

a.socialShare.gplus:hover,
a.socialShare.gplus:focus {
    background-position: -230px -77px;
}

a.socialShare.url {
    background-position: -307px 0px;
}

a.socialShare.url:hover,
a.socialShare.url:focus {
    background-position: -307px -77px;
}

a.socialShare.linkedin {
    background-position: -384px 0px;
}

a.socialShare.linkedin:hover,
a.socialShare.linkedin:focus {
    background-position: -384px -77px;
}
*/

.engageTweet {
    margin: 5px 0 10px;
    min-height: 60px;
    width: 100% !important;
}

.engageTweet:focus {
    box-shadow: none;
}

.engage label {
    margin-top: 5px;
}

.engage .limit {
    margin: 5px 20px 0 0;
}

.engage .limit.over {
    color: #F04124;
}

.engageTweetIntent {
    margin-bottom: 10px;
}

.engage .suggestions {
}

.engage ul {
    background: #eee;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.engage ul.hashtags {
    padding: 5px 10px;
}

.engage ul.influencers {
    padding: 0px 10px 10px;
}

.engage ul li {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}

.engage ul li:first-child {
    color: #4d4d4d;
    text-decoration: underline;
}

.compare .chart {
    display: block;
    width: 100%;
    height: 185px;
}

.compare .dataMessage {
    padding-top: 30px;
}

.compare form.compareTerms {
    margin: 10px 0 0;
}

.compare form.compareTerms input {
    margin: 0;
}

.compare form.compareTerms a.clear {
    width: 85%;
    margin-left: 15%;
    padding-top: 2px;
}

.create .instructions {
    text-align: center;
    font-style: italic;
    font-weight: 300;
    margin: 0 15px;
}

.create h4 {
    margin: 10px 0 15px;
    text-align: center;
}

.create .noAlerts {
    text-align: center;
    line-height: 1.4;
}

.noAlerts a {
    text-decoration: underline;
}

.noAlerts a:hover {
    color: #1073b3;

}

.create .button {
    padding: 10px 15px !important;
}

.create .createAlert .button {
    margin-top: 0;
}

.revealCreateWidget,
.revealCreateAlert {
    color: #c1c1c1;
}

.revealCreateWidget.revealed,
.revealCreateAlert.revealed {
    color: #000000;
}




/* MODALS AND FORMS */

.reveal-modal .close-reveal-modal {
    color: #000;
    font-size: 2rem;
    font-weight: 300;
    z-index: 3;
}

.reveal-modal p.toggleAdvanced {
    font-size: 12px;
}

.reveal-modal label.required:after {
    content: " *";
    color: #f04124;
}

.reveal-modal-bg {
    background: rgba(0,0,0,0.25);
}

label .fi-info {
    position: relative;
    right: -1px;
    top: -3px;
    font-size: 16px;
}

.advanced {
    display: none;
    position: relative;
}

.row.advanced {
    margin: 0 -1.875rem 0 -0.9375rem;
    padding-right: 0.9375rem;
}

a.toggleAdvanced {
    font-size: 18px;
    margin-top: 12px;
    color: #1073b3;
}

li.expand {
    display: none;
}

.advancedTip {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.advanced span.expand {
    position: absolute;
    right: -10px;
    top: 30px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

a.toggleAdvanced:hover {
    text-decoration: underline;
}

#maxTrialModal p a {
    text-decoration: underline;
}

#compAlertModal {
    text-align: center;
}

#compAlertModal .button {
    display: inline-block;
    margin: 0 auto;
}

#compAlertModal .disclaimer {
    font-size: 12px;
}

.ui-autocomplete.ui-widget-content li {
  font-size: 14px;
}

.signal-trial-unavailable-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 700px;
    z-index: 3;
    background-color: #CACACA;
    opacity: 0.9;
}
.signal-trial-unavailable-overlay-message {
    background-color: #1073B3;
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 340px;
    margin-left: -170px;
    padding: 30px 25px;
    opacity: 1;
    z-index: 4;
}
.signal-trial-unavailable-overlay-message a {
    color: #fff;
    text-decoration: underline;
}
.ibmWatsonAttribution {
    margin-top: 1rem;
    font-size: .875rem;
    font-style: italic;
    color: #888;
    text-align: center;
}

ul.chevron-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.chevron-list li:before {
    content: "\00bb"; /* Unicode double-right chevron */
    position: relative;
    bottom: 1px;
    padding-right: 0.5rem;
}

/* Override the default Chosen v1.4.2 styles to make it's
 * layout match Zurb Foundation v5.4.0 input sizes and layouts
 */
.chosen-container, .chosen-container-single .chosen-single {
    margin: 0 0 1rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
}
.chosen-container, .chosen-container-single .chosen-single, .chosen-result {
    font-size: 0.875rem;
}
.chosen-container-single .chosen-single div b {
    background-position: 0 8px;
}
.chosen-container ul {
    font-size: inherit;
}
.chosen-container .chosen-results {
    max-height: 12rem;
}
.chosen-container.chosen-container-single .chosen-single {
    background-color: #fafafa;
    background-image:none;
    border-radius: 0;
}
.chosen-container.chosen-container-single .chosen-single:hover {
    background-color: #f3f3f3;
}
.chosen-container .chosen-drop {
    background-color: #fafafa;
    border-radius: 0;
}

/* MEDIA QUERIES */

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

    .joyride-tip-guide[data-index="0"] {
        width: 50% !important;
        left: 22.5% !important;
        top: 177px !important;
    }

    .joyride-tip-guide[data-index="1"],
    .joyride-tip-guide[data-index="2"] {
        left: 15px !important;
    }

    #contentTour3 {
        right: 45%;
    }

    .searchBar {
        width: 95%;
    }

    /*#contentTabBar {
        width: 93%;
    }*/
}

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

    #contentTour3 {
        left: 44%;
    }

    article.trend .column,
    article.trend .columns {
        height: 380px;
    }

    #addTabModal,
    #renameTabModal {
        width: 40%;
        margin-left: -20%;
    }

    #searchWizardModal {
        margin-left: -47.5%;
        width: 95%;
        padding: 0.8rem;
    }
}

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

    /*#logo {
        position: absolute;
        top: -45px;
        z-index: 10;
    }*/

}

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

    .joyride-tip-guide[data-index="0"] {
        width: 65% !important;
        left: 17.5% !important;
        top: 177px !important;
    }

    article.trend .dataMenu a {
        font-size: 13px;
    }

    article.trend .actionWrapper {
        padding: 0 5px;
    }

    article.trend .thumbnail img, .savedTrend .thumbnail img {
        max-height: 140px;
    }

    .actions li a {
        text-align: center;
    }

    .actions li a span.icon {
        background-image: url("../images/action-icons.png");
        display: block;
        height: 34px;
        margin: 0 auto;
        position: relative;
        top: 0;
        width: 32px;
    }

}

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

    /*
    #mainmenu li a {
        padding: 3px 10px;
    }
    */

    #mainmenu > ul > li {
        margin-left: 5px;
    }

    #mainmenu > ul > li a {
        padding: 6px 8px;
    }

    article.trend .column,
    article.trend .columns {
        height: 410px;
    }

    article.trend .thumbnail img, .savedTrend .thumbnail img {
        max-height: 100px;
    }

    article.trend .dataMenu a,
    article.trend .dataMenu a.active,
    article.trend .dataMenu a:hover,
    article.trend .dataMenu a:focus,
    article.trend .dataMenu a.active:hover,
    article.trend .dataMenu a.active:focus{
        font-size: 13px;
        font-weight: 300;
    }

    .create h4 {
        font-size: 1.125rem;
    }

    .trending.influencer .trending_score {
        text-align: left;
    }

}

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

    /* Don't unfix the header for the index page
    body.signal #fixedWrapper {
        position: relative;
    }
    */

    #tabs {
        overflow: visible;
        z-index: 5;
        height: 35px;
    }

    #tabs dl.tabs {
        background: #fff;
        box-shadow: 0 3px 6px -3px #000000;
        display: block;
        position: absolute;
        top: 36px;
        left: 15px;
        width: auto;
        border: 1px solid #aaa;
        display: none;
    }

    #tabs dl.tabs.displayed {
        display: block;
    }

    #tabs dl.tabs dd {
        display: block;
        float: none;
        margin-right: 15px;
    }

    #tabs dl.tabs dd,
    #tabs dl.tabs dd.active,
    #tabs dl.tabs dd a,
    #tabs dl.tabs dd.active a {
        background: transparent;
    }

    #tabs dl.tabs dd a {
        color: #000;
        font-weight: 700;
        padding: 10px 0 10px 15px;
    }

    #tabs dl.tabs dd.active a {
        color: #1073b3;
    }

    #tabs dd:hover span.close-tab {
        background: url("../images/close-tab15.png");
    }

    #mobileTermsControls,
    #terms {
        padding-right: 15px;
    }

    #terms {
        background: #fff;
        box-shadow: 0 3px 6px -3px #000000;
        position: absolute;
        top: 32px;
        left: 15px;
        width: auto;
        border: 1px solid #aaa;
        display: none;
    }

    #tabs .notch,
    #terms .notch {
        width: 23px;
        height: 12px;
        background: url('../images/topics-notch.png');
        position: absolute;
        left: 4px;
        top: -12px;
    }

    #searchTermsWrapper {
        height: 30px;
    }

    #terms.displayed {
        display: block;
    }

    dl.terms {
        display: block;
        padding: 5px 0 !important;
    }

    dl.terms dd {
        background: transparent;
        display: block;
        float: none;
    }

    dl.terms dd.active a,
    dl.terms dd.active a:hover,
    dl.terms dd.active a:focus,
    dl.terms dd a,
    dl.terms dd a:hover,
    dl.terms dd a:focus {
        padding: 7px 0;
        background: transparent;
    }

    #terms .menuButtons {
        display: block;
    }

    /*#contentTabBar.hidden {
        top: -134px;
    }*/

    #stream article.trend {
        border-top: none;
        border-bottom: none;
        margin-bottom: 50px;
    }

    /* Override grid widths to achieve narrower width for action menu */
    article.trend .dataWrapper.medium-5.columns {
        width: 86%;
        background: #fff;
        display: block;
        border: 1px solid #1073b3;
        margin: 0 0 0 7%;
        height: 350px;
    }
    article.trend .dataMenuWrapper.medium-2.columns,
    article.trend .actionWrapper.medium-2.columns {
        width: 100%
    }

    article.trend .column,
    article.trend .columns {
        height: auto;
    }

    article.trend .thumbnail img,
    .savedTrend .thumbnail img {
        max-height: 180px;
    }

    article.trend .mobileDataWrapper {
        background: #f8f8f8;
    }

    article.trend .dataMenu {
        text-align: center;
        padding: 0;
        border: none;
    }

    article.trend .dataMenu li {
        display: inline-block;
        float: none;
        margin-bottom: 0;
    }

    article.trend .dataMenu a.active,
    article.trend .dataMenu a.active:hover,
    article.trend .dataMenu a.active:focus {
        padding-right: 10px;
        border-right: none;
    }

    article.trend .actionWrapper {
    }

    article.trend .actions {
        padding: 0 0 10px;
        text-align: center;
    }

    body.home article.trend .actions {
        text-align: left;
    }

    article.trend .actions li {
        display: inline-block;
        margin: 12px 10px 0;
        padding: 0;
    }

    .actions li a span.icon {
        display: none;
    }

    .tweet .tweetText {
        padding-right: 0;
    }

    ul.trendShare li {
        margin-right: 20px;
    }

    ul.trendShare a i {
        font-size: 50px;
    }

    .savedTrend .delete .button {
        margin-top: 5px;
    }

    .joyride-tip-guide[data-index="0"] {
        width: 95% !important;
        left: 2.5% !important;
        top: 177px !important;
    }

    .joyride-tip-guide[data-index="3"],
    .joyride-tip-guide[data-index="4"],
    .joyride-tip-guide[data-index="5"] {
        left: 2.5% !important;
    }

    .joyride-tip-guide[data-index="7"] {
        width: 95% !important;
        left: 2.5% !important;
    }

    #addTabModal,
    #renameTabModal {
        width: 80%;
        margin-left: -40%;
        top: 50px;
    }

    #renameTabBar input[type="submit"] {
        width: 40%;
        margin-right: 15px;
    }

    #renameTabBar .button.delete {
        width: 40%;
    }

    #deleteTab,
    #advancedSearch {
        float: right;
    }

    a.socialShare {
        margin: 12px 0;
    }

    a.socialShare.buffer {
        margin-top: 25px;
    }

    /* COLLAPSED MENU - MOVE TO NEW BREAKPOINT */
    #mainmenu ul {
        margin-bottom: 15px;
    }

    #mainmenu ul li a {
        text-align: center;
    }

    span.home {
        margin: 0 auto;
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        top: 10px;
    }

    .dropdown li.back a {
        font-weight: 700 !important;
    }

    #fbplikebox {
        display: none !important;
    }
}

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

    .trendingMessage.spottingTrends span.icon {
        position: relative;
        top: -10px;
        display: block;
        margin: 0 auto;
    }
}


/* High-res images for retina displays */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

    .actions li a span.icon {
        background-image: url('../images/action-icons@2x.png');
        background-size: 64px 170px;
    }

    a.socialShare.buffer {
        background-image: url('../images/buffer_logo@2x.png');
        background-size: 124px 62px;
    }
}

/* CSS for the alerts Page */
body#alertsPage #content {
    min-height: auto;
}
body#alertsPage #userSelector label {
    vertical-align: middle;
}
body#alertsPage .alertSummary {
    display: none;
    font-style: italic;
}
body#alertsPage .alertHeader {
    margin-bottom: 25px;
}
body#alertsPage .alertHeader h4 {
    margin-bottom: 0;
}
body#alertsPage .alertHeader h4 + .alertStatus {
    font-style: italic;
    font-size: 0.875rem;
}
body#alertsPage #alerts {
    font-size: .875rem;
    border: solid 1px #000;
}
body#alertsPage #alerts .table_header {
    background-color: #F5F5F5;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: solid 1px #000;
}
body#alertsPage #alerts .table_body > .alert {
    padding-top: 10px;
    padding-bottom: 10px;
}
body#alertsPage #alerts .table_body > .alert:not(:last-child)
{
    border-bottom: solid 1px #000;
}
body#alertsPage .stateSelector select, .levelFilter select{
    height: auto;
    line-height: normal;
    padding: 2px 8px;
    margin: 0;
}
body#alertsPage .alertActions button {
    display: inline;
    padding: 0.375rem 0.5rem;
    margin-bottom: 0;
}
body#alertsPage .editMode .editHeader {
    font-weight: bold;
}
body#alertsPage .editMode .alertActions button {
    margin-bottom: 1rem;
}
body#alertsPage .editMode {
    display: none;
}
body#alertsPage .recentAlerts {
    display: none;
    margin-top: 5px;
    font-size: 0.75rem;
}
body#alertsPage .recentAlerts .alertTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body#alertsPage #errorModal {
    color: red;
    font-weight: bold;
    text-align: center;
}
body#alertsPage #addAlert {
    margin-top: 25px;
}

body#alertsPage #addAlert label {
    font-weight: bold;
}
body#alertsPage .subscriptionList {
    margin-top: 2rem;
}
body#alertsPage .subscriptionList .subscriptionListTitle {
    background: #0065A8;
    background: linear-gradient(#1DA3D4, #0065A8);
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
}
body#alertsPage .plans {
    margin-top: 1rem;
}
body#alertsPage .subscriptionList > .row > .columns {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
body#alertsPage .plans .planBox {
    background: #0065A8;
    background: linear-gradient(#1DA3D4, #0065A8);
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    padding: 0 0 5px;
    margin-bottom: 15px;
    z-index: 0;
}
body#alertsPage .plans .planBox .planBoxTitle {
    background-color: #005288;
    border-radius: 5px 5px 0 0;
    font-size: 1.1rem;
    padding: 3px 0;
    z-index: 1;
}
body#alertsPage .plans .planBox .planBoxCircleBackground {
    width: 6em;
    height: 6em;
    line-height: 6em;
    border-radius: 50%;
    background-color: #FFF;
    margin: 25px auto;
    z-index: 1;
}
body#alertsPage .plans .planBox .planBoxPrice {
    color: #01557e;
    z-index: 2;
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
    left: -1px;
    bottom: 8px;
}
body#alertsPage .plans .planBox .planBoxPrice .fi-dollar {
    color: #8a8a8a;
    font-size: 2rem;
}
body#alertsPage .plans .planBox .planBoxPrice .planBoxPricePeriod {
    position: relative;
    bottom: 1.7rem;
    color: #363636;
    line-height: 0.6rem;
    font-size: 0.6rem;
}
body#alertsPage .plans .planBox .button {
    background: #6cb71d;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
body#alertsPage .plans .planBox .button:hover,
body#alertsPage .plans .planBox .button:focus {
    background: #509932;
}
body#alertsPage #alertTips {
    padding-left: 2rem;
}
body#alertsPage #alertTips a {
    color: #222;
    border-bottom: 1px dotted #4e4e4e;
}
body#alertsPage #alertTips ul {
    display: none;
    margin-top: 0.5rem;
    font-size: 0.875rem;
}
@media only screen and (max-width: 40em) {
    body#alertsPage .displayMode div {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    body#alertsPage .alertActions button {
        margin-bottom: 5px;
    }
}
