/* =========================================================== MEDIA QUERIES =========================================================== */

/* Large desktops and laptops */
@media (min-width: 1000px) {

    .container {
        min-width: 1000px;
        max-width: 2000px;
        width:100%;
    }
    .inner-header {
        display: table;
        background-color: #fcfcfc;
        width: 100%;
    }
    #index {
        max-width: 700px !important;
        min-width: 440px;
        display: table-cell;
    }
    .index-progression {
        display: table-cell;
    }
    .index {   
        height: 314px;
    }
    .recommendations {
        width: 100%;
    }
    .history, .mainarea {
        width: 100%;
        min-height: 400px;
    }
    .history {
        color: #797979;
    }
    .history .card, .recommendations .card {
        width: 48%;
        margin-right: 2%;
    }
    .page-header .dropdown-toggle {
        padding-right: 60px;
        background: url(../images/dropdown-grey.png) no-repeat;
        margin-right: 30px;
    }
    .page-header .open .dropdown-toggle {
        padding-right: 60px;
        background: url(../images/dropdown-grey-up.png) no-repeat;
        margin-right: 30px;
    }
    .forceheaderheight {
        min-height: 314px !important;
    }
    .team #chart_div {
        width: 900px !important;
        height: 400px !important;
    }
    .challenge #chart_div {
        /*width: 600px !important;*/
        height: 400px !important;
    }
    #index-presentation img {
        width: 300px;
        float: left;
        margin: 0 15px 15px 0;
    }
    .table-2colums-responsive {
        display: table;
        width: 100%;
    }
    .table-2colums-responsive>div {
        display: table-row;
    }
    .table-2colums-responsive>div>div {
        display: table-cell;
        width: 50%;
        vertical-align: top;
    }
    .panels {
        position: relative;
        /*z-index: 100;
        left: 260px;
        right: 0;*/
    }
    .pull-right>.dropdown-menu {
        left: 0px;
    }
    md-dialog {
        min-width: 500px;
    }
}

/* tablets & landscape mobile */
@media (min-width: 551px) and (max-width: 999px) {
    
    .container {
        width: 100%;
    }
    .index {
        width: 100%;
        /*height: 314px;*/
    }
    .recommendations {
        width: 100%;
    }
    .index-progression {
        width: 100% !important;
    }
    .history, .mainarea {
        width: 100%;
    }
    .index, .recommendations, .history, .mainarea {
        display: block;
    }
    .history .card, .recommendations .card {
        width: 100%;
        margin-right: 0;
    }
    .page-header .dropdown-toggle {
        padding-right: 40px;
        background: url(../images/dropdown-grey.png) no-repeat;
        margin-right: 20px;
    }
    .page-header .open .dropdown-toggle {
        padding-right: 40px;
        background: url(../images/dropdown-grey-up.png) no-repeat;
        margin-right: 20px;
    }
    .sidebar .forceheaderheight, .index .sidebar .forceheaderheight {
        min-height: 314px !important;
    }
    .team #chart_div {
        width: 700px !important;
        height: 400px !important;
    }
    .challenge #chart_div {
        width: 550px !important;
        height: 400px !important;
    }
    #header-title {
        display: none;
    }
    .table-2colums-responsive, .table-2colums-responsive>div, .table-2colums-responsive>div>div {
        display: block;
        width: 100%;
    }
    #dropdown-toggle span {
        display: none;
    }
    .pull-right>.dropdown-menu {
        right: 0; 
    }
    md-dialog {
        min-width: 500px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 550px) {

    .container {
        width: 100%;
    }
    .sidebar {
        display: none !important;
    }
    .index {
        width: 100%;
        /*height: 314px;*/
    }
    .index-progression {
        width: 100% !important;
    }
    .recommendations {
        width: 100%;
    }
    .index, .recommendations, .history, .mainarea {
        display: block;
    }
    .history, .mainarea {
        width: 100%;
    }
    .history .card, .recommendations .card {
        width: 100%;
        margin-right: 0;
    }
    .page-header .dropdown-toggle {
        padding-right: 20px;
    }
    .team #chart_div, .challenge #chart_div {
        width: 400px !important;
        height: 400px !important;
    }

    #header-title {
        display: none;
    }
    .table-2colums-responsive, .table-2colums-responsive>div, .table-2colums-responsive>div>div {
        display: block;
        width: 100%;
    }
    .panels {
        position: relative;
    }
    #dropdown-toggle span {
        display: none;
    }
    .pull-right>.dropdown-menu {
        right: 0; 
    }
}

/* =========================================================== CSS MAIN OBJECTS =========================================================== */

body {
    margin: 0px;
    padding: 0px;
    color: #4a4a4a;
    background: url(../images/light-grey.png) #f6f7f9;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
h2 {
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1em;
}
h3 {
    font-size: 1.10em;
}
ul {
    list-style-type: none;
    padding: 0px;
}
a, a:hover, a:visited {
    color: #6ec414;
    cursor: pointer;
    cursor: hand;
}
.pagination>li>a, .pagination>li>span {
    color: #6ec414;
}

/* =========================================================== GENERIC CLASSES =========================================================== */

.clearfix {
    content: "";
    display: table;
    clear: both;
}
.cclearfix {
    overflow: auto;
}
.clickable {
    cursor: hand;
    cursor: pointer;
}
.link {
    color: #6ec414;
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}
.underline {
    text-decoration: underline;
}
.padding {
    padding: 15px;
}
.big-padding {
    padding: 16px 32px 16px 32px;
}
.padding-bottom {
    padding-bottom: 30px;
}
.margin-top-separator {
    margin-top: 50px;
}
.modal .radio {
    margin-left: 40px;
}
.modal .radio input {
    width: auto;
    height: auto;
} /*hack bug on bootstrap/angular*/
.very-big-fond {
    font-size: 5em;
    line-height: 1em;
}
md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background: url(../images/grey.png) #4a4a4a;
}
md-input-container {
    width: 100%;
}
.subtitle {
    padding-left: 5px;
    font-size: 0.8em;
    font-weight: bold;
    color: #999;
    line-height: 0.8em;
    padding-bottom: 20px;
}
.commentbox {
    background: rgb(250,250,250);
    border: 1px solid #efefef;
    /*webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 15px;
}

/* =========================================================== COOKIE BAR =========================================================== */
#cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#6eC414;}
#cookie-bar .cb-policy {background:#1491c4;}
/* =========================================================== CLASSES =========================================================== */


.container {
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    /*margin-right: auto;*/
}

.page-header {
    width: 100%;
    background: url(../images/grey.png) #4a4a4a;
    color: #fff;
    height: 66px;
    margin: 0;
    padding: 0;
    border: 0;
}
#header-title {
    padding-left: 40px;
    font-size: 2.4em;
    font-weight: bold;
    float: left;
    padding-top: 5px;
    overflow: hidden;
    width: 50%;
    height: 60px;
}
#header-title span {
    font-size: 0.7em;
}
.logo {
    float: left;
}
.logo>img {
    height: 55px;
    padding-left: 15px;
    padding-top: 6px;
}
.page-footer {
    width: 100%;
    background: #fff;
    height: 46px;
    margin: 0;
    padding: 13px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.page-header .dropdown-toggle, .page-header .open .dropdown-toggle {
    margin-top: 12px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    background-position: right;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    background: url(../images/grey.png) #4a4a4a;
    color: #fff;
    padding: 10px;
}
.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #42576c;
    min-height: 32px;
}
.dropdown-menu li>a {
    padding: 4px 0 3px 37px;
    color: #f9f9fa;
    background-size: 21px 29px;
}
.dropdown-menu li>a:hover {
    color: #92a7bb;
    background-color: #4a4a4a;
}
.dropdown-menu li>.personal {
    background: url(../images/picto-indicator.png) no-repeat;
}
.dropdown-menu li>.enterprise {
    background: url(../images/picto-team.png) no-repeat;
}
.dropdown-menu li>.logout {
    background: url(../images/picto-logout.png) no-repeat;
}
.dropdown-menu li>.settings {
    background: url(../images/picto-myprofile.png) no-repeat;
}
.dropdown-menu li>.managedomain {
    background: url(../images/picto-settings.png) no-repeat;
}

.page {
    width: 100%;
    background: #fff;
    display: table;
    padding-bottom: 40px;
}
.sidebar {
    width: 260px;
    display: table-cell;
    vertical-align: top;
}
.sidebar .margin {
    margin-left: 15px;
    margin-right: 15px;
    width: 230px;
}
.sidebar h2 {
    font-size: 1.05em;
}
.profile {
    padding-bottom: 7px;
    display: table;
}
.profile img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
    display: table-cell;
}
.profile .title {
    font-size: 1.15em;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}
.customer-logo {
    height: 100px;
    /*text-align: center;*/
}
.sidebar .customer-logo img {
    max-height: 60px;
    max-width: 150px;
    margin-top: 15px;
}
.sidebar .customer-logo-enterprise img {
    width: 100%;
    max-height: 300px;
    padding: 10px;
}
.top-separator {
    border-top: 2px solid #f1f1f1;
    padding-top: 25px;
    margin-top: 14px;
}
.top-separator:after {
    content: "";
    display: table;
    clear: both;
}
.top-separator > h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.collapse-arrow {
    background-image: url(../images/dropdown-white-up.png);
    background-position: right top;
    background-repeat: no-repeat;
    height: 22px;
    cursor: pointer;
    cursor: hand;
}
.collapse-arrow.collapsed {
    background-image: url(../images/dropdown-white.png);
}
.teams {
    min-height: 112px;
}
.teams .title {
    font-weight: bold;
}
.teams .list {
    float:right;
    width: 140px;
    text-transform: capitalize;
}
.teams .selected, .admin .selected, .indexes .selected {
    background: url(../images/team-selected-arrow.png) right top no-repeat;
    width: 100% !important;
    color: #222 !important;
    display: block;
}
.ranking li {
    width: 100px;
    height: 100px;
    background: url(../images/ranking.png) no-repeat;
    text-align: center;
    float: left;
    display: block;
    color: #fff;
    font-size: 0.8em;
    margin: 0 7px 14px 7px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    overflow-wrap:break-word;
    cursor: hand;
    cursor: pointer;
}
.ranking li span.rank-team {
    height: 37px;
    overflow: hidden;
    display: block;
}
.ranking li:nth-child(4n+1) {
    background: url(../images/ranking.png) no-repeat; /* TODO : add 2 more colors */
}
.ranking li:nth-child(4n+2) {
    background: url(../images/ranking_blue.png) no-repeat;
}
.ranking li:nth-child(4n+3) {
    background: url(../images/ranking_red.png) no-repeat;
}
.ranking li:nth-child(4n+4) {
    background: url(../images/ranking_purple.png) no-repeat;
}
.ranking li .title {
    font-size: 4em;
    display: block;
    font-weight: bold;
    padding-top: 3px;
    line-height: 1.2;
}
.indexes.top-separator, .badges.top-separator, .ranking.top-separator { /* reduce the margin of the ranking bottom area */
    margin-top: 0px;
}
.indexes .title {
    width: 176px;
    display: block;
    color: #999;
    float: left;
    /* height: 28px; */
    /* overflow: hidden; */
    min-height: 28px;
}
.indexes .value {
    font-weight: bold;
    display: inline;
    font-size: 1.2em;
}
.badges li.badgeitem {
    float: left;
    margin-bottom: 20px;
}
.badges img {
    width: 100px;
    height: 100px;
}
.badges li.badgeitem:nth-child(odd) {
    margin-right: 30px;
}
.badges li.badgeitem:nth-child(even) {
    margin-right: 0px;
}

.inner {
    display: table-cell;
    vertical-align: top;
}
.inner-header {
    width: 100%;
}

.index {
    background: url(../images/light-grey.png) #f6f7f9;
    padding: 16px 32px 16px 32px;
}

.objective .value .integer, .objective .value .btn-group-vertical {
    float: left;
}
.value .objectivereached {
    margin-left: 95px;
}

.indicator {
    background: url(../images/index-bkg.png);
    height: 178px;
    background-size: 100% 178px;
    margin-bottom: 13px;
}
.indicator .level {
    height: 139px;
    /*opacity: 0.9;
    filter: alpha(opacity=90);*/
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.indicator .levelmax {
    height: 139px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.indicator .graduations {
    width: 100%;
    height: 139px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/index-graduations.png);
    background-size: 100% 139px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.indicator .tendancy {
    position: absolute;
    top: 20px;
    font-size: 2em;
    left: 120px;
}
.indicator .frame {
    position: relative;
    margin-left: 0.5%;
    margin-right: 1%;
}
.level1 {
    background-color: #fb5950;
}
.level2 {
    background-color: #fab14e;
}
.level3 {
    background-color: #f9e44e;
}
.level4 {
    background-color: #f7fa48;
}
.level5 {
    background-color: #e7f442;
}
.level6 {
    background-color: #d6ed3b;
}
.level7 {
    background-color: #c5e633;
}
.level8 {
    background-color: #b2e02d;
}
.level9 {
    background-color: #9dd721;
}
.level10 {
    background-color: #88d116;
}
.indicator .level1 {
    width: 10%; /*default position of the indicator. Overwriten by the inline style in the view*/
}
.indicator .level2 {
    width: 20%;
}
.indicator .level3 {
    width: 30%;
}
.indicator .level4 {
    width: 40%;
}
.indicator .level5 {
    width: 50%;
}
.indicator .level6 {
    width: 60%;
}
.indicator .level7 {
    width: 70%;
}
.indicator .level8 {
    width: 80%;
}
.indicator .level9 {
    width: 90%;
}
.indicator .level10 {
    width: 100%;
}
.indicator .value {
    color: #fff;
    padding-left: 30px;
    text-shadow: 2px 2px 8px #aaa
}
.indicator .value {
    position: absolute;
    top: 0;
    left: 0;
    height: 139px;
}
.indicator .value .integer {
    font-size: 6em;
    font-weight: bold;
    line-height: 1.4em;/*1.1em*/
}
.indicator .value .digit {
    font-size: 3em;
}
.indicator .description {
    color: #fff;
    line-height: 1.1em;
    font-weight: bold;
    text-shadow: 2px 2px 4px #888;
}
.index h2 {
    margin-left: 3px;
}
.team .index h2, .enterprise .index h2 {
    margin-left: 3px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.team .index .objective, .enterprise .index .objective {
    padding-bottom: 25px;
    border-bottom: 1px solid #c6c3c6;
}
.team .index-progression h2, .enterprise .index-progression h2 {
    padding-bottom: 30px;
}
a.panel-opener {
    padding: 0 20px 3px 0;
    background: url(../images/panel-opener.png) right 4px no-repeat;
    font-size: 0.95em;
}

.history, .recommendations {
    padding: 10px 0px 0px 30px;
}
.history {
    padding-bottom: 40px;
}
.mainarea {
    padding: 5px 30px;
}
.history .date {
    width: 100%;
    text-align: center;
    background: url(../images/date-separator.png) repeat-x;
    margin: 25px 0 20px;
}
.history .date span{
    padding-left: 10px;
    padding-right: 10px;
    background: url(../images/medium-grey.png) #edf0f3;
    font-size: 1em;
    font-weight: bold;
}
.history .card, .recommendations .card {
    float: left;
    background: #fff;
    margin-bottom: 18px;
}
.card .description {
    padding: 10px;
}

.recommendations {
    background: #e5e5e5;
}

.clear {
    background-image: none;
    background: #fff;
}
.dark {
    background: url(../images/medium-grey.png) #edf0f3;
}
.nomargintop {
    margin-top: 0px !important;
}

.recommendations .indicator {
    width: 70%;
    height: 100px;
    background: url(../images/index-bkg.png);
    background-size: 100% 100px;
    margin-bottom: 20px;
}
.recommendations .indicator .level {
    height: 79px;
    margin-left: 1px;
}
.recommendations .indicator .level .value .integer {
    font-size: 4em;
}
.cardwithpicture {
    min-height: 110px;
    padding: 10px 10px 10px 110px;
}
.guide-card {
    background: #1491c4 url(../images/icons/picto-lightbulb.png) no-repeat top left;
    color: #fff;
}
.index-card .level, .daily-card .level {
    width: 100px;
    font-size: 3em;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    text-shadow: 2px 2px #aaa;
}
.index-card .level {
    height: 100px;
    float: left;
    clear: none;
    margin-right: 10px;
}
.daily-card .level {
    vertical-align: top;
}
.index-card .description {
    clear: none;
    padding-top: 10px;
}
.action-card, .user-card, .other-card {
    border-left: 4px solid #6ec414;
    min-height: 40px;
}
.action-card .cardtitle, .user-card .cardtitle, .other-card .cardtitle {
    color: #6ec414;
}
.action-card .description {
    padding-left: 66px !important;
    background-position: 12px top;
    background-repeat: no-repeat;
    padding-right: 10px !important;
}

.action-card {
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: 12px 10px;
}
.action-card-button, .card-button {
    float:right; 
    width: 44px;
    text-align: center;
}
.action-card-button {
    margin-top: 10px;
}
.weekly-card div {
    width: 50%;
    float: left;
}
.monthly-card div, .rank-card div, .mgmt-card div, .default-card div, .user-card>div, .other-card>div {
    padding: 10px;
}
.default-card, .rank-card, .mgmt-card {
    border-left: 4px solid #1491C4;
}
.default-card .cardtitle, .rank-card .cardtitle, .mgmt-card .cardtitle {
    color: #1491C4;
}
.default-card, .rank-card, .mgmt-card, .user-card, .other-card {
    padding-left: 20px;
}

.weekly-card-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.panels {
    background: #eee;
    padding: 10px;
}
.panels img {
    width: 100%;
}

.team #chart_div>div>div, .challenge #chart_div>div>div {
    background: url(../images/index-chart.png) no-repeat;
    background-size: 100% 100%;
}
.team .history {
    min-height: 500px;
}
.btn-group-vertical {
    vertical-align: top;
}
#detail-panel .margin {
    padding: 10px;
}

.nodata {
    padding-top: 62px;
    text-align: center;
    width: 100%;
    color: #d2dfec;
    background-position: center 10px;
    background-repeat: no-repeat;
    font-weight: bold;
}
.indexes .nodata, .index-progression .nodata, .mainarea .nodata, #index-progression .nodata {
    background-image: url(../images/nodata-chart.png);
}
.badges .nodata {
    background-image: url(../images/nodata-badge.png);
}
.recommendations .nodata {
    background-image: url(../images/nodata-recommendation.png);
}
.history .nodata {
    background-image: url(../images/nodata-history.png);
}
.admin h1 {
    font-size: 2em;
    color: #fff;
    background-color: #0f0;
    display: block;
    width: 100%;
    padding: 12px;
    margin: 0px;
}
.admin-thumbs li {
    float: left;
    padding: 60px;
    font-size: 1.5em;
    text-align: center;
}
.admin-thumbs li img {
    height: 80px;
}
.admin-thumbs li a {
    text-decoration: none;
}
.admin {
    min-height: 500px;
}
.profileform .inner h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.article .inner {
    text-align: justify;
    padding: 50px 40px 30px 20px;
    background-color: #f1f1f1;
}
.article .inner h1 {
    margin-bottom: 30px;
}
.article .inner ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

.article .inner li { 
    padding-left: 16px; 
}

.article .inner ul {
    list-style-type: disc;
    padding-left: 30px;
}
.article .inner-header {
    background-color: transparent;
}
.chart-item {
    width: 50%;
    min-height: 180px;
    background: url(../images/loading.gif) no-repeat center center;
}
.chart-radar {
    margin-top: 15px;
}
.likebox {
    padding: 5px 10px 8px 0;
}
.likebox, .likebox a {
    color: #bebebe;
    font-size: 0.9em;
}
.likebox a:hover {
    text-decoration: none;
    color: #6ec414;
}
.guide-card .likebox, .guide-card .likebox a {
    color: #efefef;
}
.badge-card .cardcontent {
    display: block;
    min-height: 66px;
    padding-left: 10px;
}
.guide-card .cardcontent {
    display: block;
    min-height: 57px;
}
.guide-card .cardtitle {
    color: #fff;
}
.rank-card .likebox, .default-card .likebox, .mgmt-card .likebox, .user-card .likebox {
    display: block;
}
.index-chart text {
    display: none !important;
}
.team .google-visualization-tooltip-item-list li {
    display: none;
}
.team .google-visualization-tooltip-item-list li:first-child {
    display: block;
}
.popover-content ul {
    list-style-type: disc;
    padding-left: 10px;
}
.index-progression {
    padding: 16px 32px 16px 32px;
    background-color: #fcfcfc;
}
.index-progression h2, .recommendations h2 {
    padding-bottom: 20px;
}
.readmoreexpandable {
    position: relative;
}
.readmoreindicator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    background-image: linear-gradient(to bottom, transparent, lightgrey);
}
.position-bar {
    display: table;
    width: 100%;
    height: 125px;
    background: url(../images/position-bar-bkg.png) repeat-x;
}
.position-bar>div {
    display: table-cell;
    position: relative;
    color: #3d3d3c;
    font-size: 0.8em;
    font-weight: bold;
}
.position-bar .left, .position-bar .right {
    width: 72px;
    padding-top: 13px;
    text-align: center;
}
.position-bar .left .round, .position-bar .right .round {
    width: 72px;
    height: 72px;
    color: #fff;
    font-size: 2.5em;
    background-image: url(../images/position-bar-side-bkg.png);
    background-repeat: no-repeat;
    padding-top: 14px;
    font-weight: normal;
    text-shadow: 2px 2px #ccc;
}
.position-bar .center .round {
    height: 98px;
    color: #fff;
    font-size: 3.4em;
    background-image: url(../images/position-bar-center-bkg.png);
    background-repeat: no-repeat;
    padding-top: 17px;
    font-weight: normal;
    text-shadow: 2px 2px #ccc;
}
.position-bar .center #position-bar-center {
    text-align: center;
    width: 98px;
}
.position-bar .center .tag {
    width: 120px;
    text-align: center;
    position: absolute;
    color: #868686;
    font-weight: bold;
}
.enterprise-objective {
    position: relative;
    overflow: visible !important;
    border-right: 3px solid #08b12c;
}
.enterprise-objective>div {
    position: absolute;
    top: -9px;
    right: -8px;
}
.enterprise-objective>div>span {
    color: #fff;
    text-shadow: 3px 3px 3px #999;
    cursor: pointer;
}
.cardtitle {
    font-weight: bold;
    display: block;
    color: #888;
}
.cardtitle:first-letter {
    text-transform: uppercase;
}
