
/* tips */
.node-type-tips h1.title {
/*    font-family:'Neue Helvetica eText W01', Arial, sans-serif;
    font-size: 32px;
    color:#666;
    font-weight:200;
  */
  padding-left: 120px;
  min-height: 105px;
  background: url( '/sites/nccam.nih.gov/files/Tips_LightbulbIcon_sm.png' ) top left no-repeat;
}

.node-type-tips .field-name-body p { margin-left:50px; }
.node-type-tips .field-name-body ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
.node-type-tips #contenido .field-name-body ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 20px 42px; /* Give each list item a left margin to make room for the numbers */
    padding:0 8px 4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    background:#fff;
    min-height: 50px;
}
.node-type-tips .field-name-body ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:3px;
    left:-42px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:42px;
	  height:42px;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:5px 0px 8px 2px;
    color:#fff;
    background: url(/sites/nccam.nih.gov/files/tips_number.gif) top left no-repeat;
/*
    font-weight:200;
    font-family:'Neue Helvetica eText W01', Arial, sans-serif;
*/
    text-align:center;
    font-size:2.0em;
    line-height: .9em;
}

/* IE hack */
.node-type-tips .field-name-body ol > li:before {font-family:"Neue Helvetica W01_n2";}

/* Other browsers */
@media all and (min-width: 0px) {
  .node-type-tips .field-name-body ol > li:before {
    font-family:'Neue Helvetica W01'; font-weight: 200; font-style: normal;
  }
}



/*.node-type-tips .field-name-body p { font-size:1.1em; }
.node-type-tips .field-name-body strong { font-weight:700; color:#666; } */
.node-type-tips .field-name-body li ol,
.node-type-tips .field-name-body li ul {margin-top:2em;}
.node-type-tips .field-name-body ol ol li:last-child {margin-bottom:0;}
/*
.node-type-tips .field-name-body h2 { color:#666; }
.node-type-tips .field-name-body h3 { color:#666; }
.node-type-tips .field-name-body h4 { color:#666; }
*/

.node-type-tips .region-sidebar-second #block-views-ttt-tip-sheets-block h2.block-title { 
    background:#FFF;
    color:#666;
    font-size:28px;
    border: none;
/*
    font-family:'Neue Helvetica eText W01', Arial, sans-serif;
    font-weight:200;
*/
}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
       only screen and (    min--moz-device-pixel-ratio: 1.3 ),
       only screen and (      -o-min-device-pixel-ratio: 2.6/2 ), /* returns 1.3, see Dev.Opera */
       only screen and (         min-device-pixel-ratio: 1.3 ),
       only screen and ( min-resolution: 124.8dpi ),
       only screen and ( min-resolution: 1.3dppx ) {

       .node-type-tips h1.title {
           background: url( '/sites/nccam.nih.gov/files/Tips_LightbulbIcon.png' ) no-repeat top left;
           background-size: 100px 100px;
       }
}
/* end */

/* Megamenu fix */
.tb-megamenu .row-fluid + .row-fluid { border-top:none; }
.tb-megamenu .row-fluid + .row-fluid li  { text-align:right; }