/** ----------------------------------------------------
//  Index
//  0. Global
//  1. Icons
//  2. Headings
//  3. Media Excerpt List
//  4. Links & Nav
//  4.1 Links group with and without icons
//  4.1.1 "_v1" Variation of Links Nav
//  4.2 links group with title (vertical display)
//  4.3 A-Z catalog nav (index style)
//  5. Excerpt Coponent
//  5.1 Basic Excerpt
//  5.2 Dated Excerpt
//  6. Buttons
//  7. Pagination
//  8. RSS
//  9. Table (responsive)
//  10. Forms
//  10.1 Forms - Feedback helpful
//  11. Calendar
//  12. Collapsable Panel
//  13. Resets
//  13.1 Reset TOOLTIP (used on links & nav implementation with tooltips 4.1.1)
// ---------------------------------------------------- **/


/** ----------------------------------------------------
// 0. GENERAL SETTINGS
// ---------------------------------------------------- **/


/** the !important is needed due to nsfgov.css line 1569 setting padding top to zero
.panel:not(.announcements):not(.news):not(.divisions):not(.links-events):not(.opps-due-links)
**/
.extra__panel,
.l-add__padding--top{ padding-top: 15px!important; }
.l-no-margin__bottom{ margin-bottom: 0!important; }
.l-no-padding__bottom{ padding-bottom: 0!important; }


/** Utils **/
.l-no-border{ border: none!important; }
.l-no-border__top{ border-top: none!important; }
.l-no-border__bottom{ border-bottom: none!important; }
@media (max-width: 768px){ .l-no-border__mob{ border-bottom: none!important; } }

.l-add-border__top{ border-top: 1px solid #E2E2E2!important; }
.l-add-border__bottom{ border-bottom: 1px solid #E2E2E2!important; }

.l-nowrap{ white-space: nowrap; }

/** use with inline elements images, buttons, or text **/
.l-inline__center{ text-align: center; }

/** links or elements with dark color **/
.dark-color{  color: #333333; }

.inline--group,
.l-ele__block{ display: inline-block; }

footer .l-h__footer{
    font: 18px 'Georgia', serif;
    color: #303B53;
    margin-bottom: 4px;
}


/** hide all element with the classe below if JS is not enabled **/
.no-js .l-no__js--hide{
    display: none;
}

.no-js .collapse.l-panel__collapse{
    display: block;
}

.no-js .meta__content--more{
    display: inline-block;
}



/** ----------------------------------------------------
// 1. ICONS
// ---------------------------------------------------- **/

.l-icon{ margin-right: 5px;}
.l-icon__small{ font-size: 13px; }
.l-icon__medium{}

.l-icon__custom{
    font-weight: bold;
    line-height: 1;
    color: #333333;

    display: inline-block;
    padding: 2px 4px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.l-icon--yellow{ background: #FFCC00; }
.l-icon--green{ background: #66CD66; }
.l-icon--terracota{
    background: #C64B00;
    color: #ffffff;
}

.l-icon.l-icon--off{
    /* For IE 8 & 9 (more valid) */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"!important;

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50)!important;

    /* Modern Browsers */
    opacity: 0.5!important;
 }

/** ----------------------------------------------------
// 2. HEADINGS
// ---------------------------------------------------- **/

.l-h__main,
.l-h__sub,
.l-h__panel-title{

    color: #313A53;
    border-bottom: 1px solid #dddddd;
}
/** It should be used with h1 and/or h2 **/
.l-h__main{
    font: 28px 'Georgia', serif;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.l-h__sub{
    font: 20px 'Georgia', serif;
    padding-bottom: 15px;
}

.l-h__panel-title{
    font: 20px 'Georgia', serif!important;
    padding-bottom: 15px!important;
}
/* heading links align right*/
.link-r{
    font: 14px Arial;
    line-height: inherit;
    float: right;
}
.l-h__panel-title .link-r{ padding-top: 7px; }

/** It should be used with h3 **/
.l-h__caps{
    font-weight: 600;
    margin: 10px 0;
    padding-bottom: 13px;
    text-transform: uppercase;
}

/** It should be used with h3 and h4 **/
.l-h__caps,
.l-h__base{
    font-family: Arial;
    font-size: 14px;
    color: #313A53;
}

.l-h__base{ font-weight: bold; }

/** ----------------------------------------------------
// 3. MEDIA EXCERPT LIST
// ---------------------------------------------------- **/

.l-media{
    border-bottom: 1px solid #E2E2E2;
    padding: 5px 0;
    margin-top: 0;
}
.l-media:last-child{ border-bottom: 0; }

/* To use on multipe column display */
.l-media__multi-col .l-media:last-child{ border-bottom: 1px solid #E2E2E2; }
/* use the class .l-no-border__mob
* to remove the last item border bottom from dynamic or static list */

.l-add__border .l-media:first-child{ border-top: 1px solid #E2E2E2; }
.l-media .media-left, .l-media .media > .pull-left{ padding-right: 15px; }

.l-media__link{ display:block; }

.l-media__link--thumb{
    display: block;
    width: 84px;
    height: auto;
}
.l-media__link--thumb.small{
    width: 63px;
    height: 39px;
    overflow: hidden;
    margin: 5px 0;
}
.l-media__thumb{ width: 100%; }
.l-media__thumb.small{
    width: 63px;
    height: 39px;
    margin: 5px 0;
}
.l-media__date .l-media__icon{
    vertical-align: text-bottom;
}

.l-media__date{
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
}
/*
!imporatant is being used due to nsfgov.css line 1595 (for .l-media__heading and .media-body p:last-child)
.panel:not(.announcements):not(.news):not(.divisions):not(.links-events):not(.opps-due-links):not(.programs) p
*/
.l-media .media-body{ vertical-align: middle; }
.l-media .media-body p{  margin-bottom: 0!important; }


/** ----------------------------------------------------
// 4. LINKS & NAV
// ---------------------------------------------------- **/

/** 4.1 inline links group with and without icon **/

.l-links{
    font-size: 0;
    list-style: none;
    padding-left: 0;
}
.l-links.inline--group{ display: inline-block; }
.l-links__label{
    padding-right: 6px;
    font-weight: bold;
}
.l-links__item{
    font-size: 14px;
    cursor: pointer;
    padding: 0px 10px;
    border-left: 1px solid #dadada;
    white-space: nowrap;

    display: inline-block;
}
.l-links__item:first-child{
    border-left: none;
    padding-left: 0;
}
.l-links__item.active,
.l-links__item .active{
    color: #333333;
    cursor: text;
}
.l-links__label{ font-size: 14px; }
.l-links .l-icon{
    margin-right: 8px;
    margin-right: 3px;
}

@media (max-width: 400px){
    .l-links__item{ padding: 0px 7px; }
}


/** Add the _v1 to the files to force list vertically **/
@media (max-width: 768px){
    .l-links._v1,
    .l-links._v1 .l-links__item{ display:block; }
    .l-links._v1 .l-links__item{
        border-left: none;
        padding: 3px 0;
    }
}


/** 4.2 links group with title (vertical display) **/
.l-links__label._v2{
    font: bold 14px Arial!important;
    margin: 20px 0 5px!important;
}
._v2 a.l-links__item{
    display: block;
    padding: 5px 0;
    border-left: none;
    white-space: normal;
}


/** 4.2 A-Z catalog nav (index style) **/
.l-index{ overflow: hidden; }
.l-index__item{
    color: #FFFFFF;
    background: #333E54;
    text-align: center;
    float: left;
    margin: 5px 5px 0 0;
    padding: 3px 6px;
    text-decoration: none;
    min-width: 25px;
    font-size: 12px;
}

.l-index__item:hover,
.l-index__item:focus{
    color: #FFFFFF;
    background: #171C26;
}

.l-index__item.active{ background: #0F71AF; }


/** ----------------------------------------------------
// 5. EXCERPT COMPONENT
// ---------------------------------------------------- **/

/** 5.1 Basic Excerpt **/
.l-exc{
    border-top: 1px solid #E2E2E2;
    padding: 16px 0;
}
.l-exc:first-child{ border-top:0; }
.l-exc .l-exc__body p{ margin-bottom: 3px!important; }

.l-exc__paragraph.v_1{
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.5;
}


.l-exc__body, .l-exc__left {
    display: table-cell;
    vertical-align: top;
}

.l-exc .l-exc__left{ padding-right: 15px; }


/** meta data **/
.l-exc__meta{ margin: 12px 0; }

.meta__main,
.meta__list{ font-size: 14px; }
.meta__main--item:first-child{
    padding-right: 10px;
    border-right: 1px solid #E2E2E2;
    margin-right: 10px;
}

.meta__list{ margin-bottom: 0; }
.meta__list--partial.title:before{
  content: "";
  display: block;
}
.meta__list--partial{ display: inline; }

.collapse.in.meta__content--more{ display: inline; }
.meta__link--more[aria-expanded=false]:after{ content:'more'; }
.meta__link--more[aria-expanded=true]:after{ content:'less'; }


/** 5.2 Dated Excerpt **/
.l-exc__date{
    width: 39px;
    padding: 3px 8px;
    background: #4186ba;
    background: -moz-linear-gradient(top, #4186ba 0%, #005495 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4186ba), color-stop(100%,#005495));
    background: -webkit-linear-gradient(top, #4186ba 0%,#005495 100%);
    background: -o-linear-gradient(top, #4186ba 0%,#005495 100%);
    background: -ms-linear-gradient(top, #4186ba 0%,#005495 100%);
    background: linear-gradient(to bottom, #4186ba 0%,#005495 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4186ba', endColorstr='#005495',GradientType=0 );
}

.l-date__day, .l-date__month{
    color: #ffffff;
    text-align: center;
    display: block;
}

.l-date__day{
    font-size: 14px;
    font-weight: bold;
}
.l-date__month{
    font-size: 10px;
    text-transform: uppercase;
    border-top: 1px solid #4186ba;
}


/** ----------------------------------------------------
// 6. BUTTONS
// ---------------------------------------------------- **/
    .l-btn__wrap.inline{ margin-top: 26px; }
    .l-btn__wrap .btn{ margin-left: 10px }
    .l-btn__wrap .btn:first-child{ margin-left: 0; }

    .scoll_btn{ padding: 10px 0; }

/** ----------------------------------------------------
// 7. PAGINATION (parially using bootstrap style)
// ---------------------------------------------------- **/


.l-pag__wrap{
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.l-pag--bottom{  border-top: 1px solid #E2E2E2; }
.l-pag--top{  border-bottom: 1px solid #E2E2E2; }

.l-pag__show{ display: none; }
.l-pag__nav{ overflow: hidden; }

.l-pag__nav .pagination{
    margin: 0 0;
    border-radius: 0;
    float: right;
}
.l-pag__nav .pagination>li:first-child>a,
.l-pag__nav .pagination>li:first-child>span{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.l-pag__nav li{ display: inline-block; }

.l-pag__nav li a, .l-pag__nav .active a{
    padding: 4px 10px;
    font-size: 12px;
    margin: 0;
    border: none;
    border-radius: 0!important;
}

.l-pag__nav .disabled,
.pagination__general .disabled{ display: none; }

.l-pag__results{
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
}

/** Display show dropdown "numb of items per page" **/
._v0 .l-pag__nav{
    float: right;
    padding-top: 3px;
}
._v0 .l-pag__results{ float: left; }
._v0 .l-pag__results{  border-right: 1px solid #CCCCCC; }

._v0 .l-pag__show{
    position: relative;
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
}

._v0 .l-pag__show--label{
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
}

.l-pag__show .dropdown-menu{ left: 42px; }
.l-pag__show .control-label{ vertical-align: bottom; }

.l-pag__show--toggle{
    color: #777;
    padding: 6px 60px 6px 10px;
    font-size: 12px;
    background: #fff url(/National_Library/20161130034600oe_/https://www.nsf.gov/images/new_arrow.png) right no-repeat;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.l-pag__show--toggle:focus{
    outline: auto 1px Highlight;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}




@media (max-width: 767px){

    .l-pag__nav, ._v0 .l-pag__nav{ text-align: center; }
    .l-pag__nav .pagination{ width: 100%; }
    .l-pag__results{
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    /** pagination with show dropdown **/
    ._v0 .l-pag__show{ position: absolute; }
    ._v0 .l-pag__show,
    ._v0 .l-pag__nav{
        float: none;
        display: block;
    }
    ._v0 .l-pag__results{ border-right: none;}
    ._v0 .l-pag__results{
        float: none;
        text-align: right;
    }
}

/** ----------------------------------------------------
// 7.(old) PAGINATION (parially using bootstrap style)
// ---------------------------------------------------- **/

.pagination>li:first-child>a, .pagination>li:first-child>span{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination__tools{ padding: 15px 0 20px; }
.pagination__tools-bottom{ padding-bottom: 0; }

.pagination__label{
	font-family: arial;
	padding-right: 10px;
}
.pagination__limit-btn{
	padding: 3px 10px;
	background: #ffffff;
    border: 1px solid #cccccc;
}
.pagination__limit-btn .caret{ margin-left: 10px; }

.pagination__general{
	overflow: hidden;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
}
.pagination__result,
.pagination__nav{
	float: left;
}
.pagination__result{
	font-size: 12px;
	line-height: 28px;
	padding-right: 15px;
	margin-right: 10px;
	border-right: 1px solid #CCCCCC;
}
.pagination__nav .pagination{
	margin: 0 0;
	border-radius: 0;
}

@media (max-width: 767px){

    .pagination__general{ float:none; }
    .pagination__nav{
        width: 100%;
        text-align: center;
    }
    .pagination__result{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: 15px;
    }
}


/** ----------------------------------------------------
// 8. RSS
// ---------------------------------------------------- **/

.panel .l-rss,
.l-rss{
    padding-top: 10px;
    margin-bottom: 10px;
}

.panel:not(.announcements):not(.news):not(.divisions):not(.links-events):not(.opps-due-links):not(.programs) p.l-rss__item,
.l-rss__item{
    margin-bottom: 5px;
}



/** ----------------------------------------------------
// 9. Table (responsive)
// ---------------------------------------------------- **/

.l-table__wrapper{ padding: 0 15px; }
.l-table{
    width: 100%;
    border-spacing: 0;
    padding: 0;
}

.l-table .l-table__head{ border: 1px solid #2E6DA4; }
.l-table .l-table__body{ border: 1px solid #c2c2c2; }

.l-table__header{
    color: #FFFFFF;
    white-space: nowrap;
    padding: 15px;
    background-image: linear-gradient(to bottom, #0f87c3 0px, #084e8f 100%);
    background-repeat: repeat-x;
}
.l-table__header a{ color: #FFFFFF; }

.table-striped .l-table__row:nth-of-type(odd) { background-color: #F0F0F0; }

.l-table__cell{
    padding: 10px 15px;
    vertical-align: top;
}
.l-table__header a .l-icon{ color: #ffffff; }
.l-table__dt,
.l-table__dd{ display: block;}


@media (max-width: 767px){

    .l-table [data-label]:before{
        display: block;
        font-weight: bold;
    }

    /* hidde head and footer on mobile*/
    .l-table .l-table__head:not(.has__sort),
    .l-table .l-table__header:not(.to__keep),
    .l-table tfoot{
        position: absolute;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

    /* Make cells float left and take the full width **/
    .l-table td,
    .l-table th{
        box-sizing: border-box;
        float: left;
        width: 100%;
    }


    .l-table__cell:before{ content: attr(data-label);}
    .l-table__cell{ padding: 10px 20px 0; }
    .l-table__cell:first-child{ padding-top: 20px; }
    .l-table__cell:last-child{ padding-bottom: 20px; }



    /** Description title & Description
        Best use on displayin dates with title dates
    **/
    .l-table__dt{ padding-top: 5px; }
    .l-table__dt:first-child{ padding-top: 0 }

}


/** ----------------------------------------------------
// 10. Forms
// ---------------------------------------------------- **/

.l-form{
    background-color: #f5f5f5;
    padding: 15px 0;
    margin-left: -5px;
    margin-right: -5px;
}
/* if form inside ".panel-orange"/#inner-content" */
#inner-content .l-form{
    margin-left: -18px;
    margin-right: -18px;
}

/** no gray background used wit a single element. I.e Funding landing page search **/
.l-form.single__ele{
    background: none;
    padding: 5px 15px;
}

@media (min-width: 767px){
    .l-form{
        margin-left: 15px;
        margin-right: 15px;
    }

    /** Reset for the forms inside the first "panel-orange" with IE="inner-content**/
    #inner-content .l-form{
        margin-left: 0;
        margin-right: 0;
    }

    /** no gray background used wit a single element. I.e Funding landing page search **/
    .l-form.single__ele{  padding: 5px 0; }
}

@media( max-width: 768px ){
    /** form in #inner-content, with extra margin bottom and that has a second box below **/
    .l-form.ext-margin__btm._v1{ margin-bottom: -1px; }
}

.l-form__legend{
    font: 20px 'Georgia', serif;
    padding-bottom: 10px;
    margin-top: 10px;
}
.l-form__legend--label{
    font-size: 12px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    border-bottom: none;
}

.l-form-group .radio-inline{
    padding-left: 5px;
    padding-right: 15px;
}

/** Inline buttons (go) **/
.l-form__btn--inline.go,
.l-form__btn--inline.go:hover{
    padding: 4px 10px;
    font-size: 18px;
    margin-top: -1px;
}
.l-form__btn--inline.blue,
.l-form__btn--inline.blue:hover{
    color: #FFFFFF;
    background: #303A53;
}


.l-form__links.inline{  display: inline-block; }
@media (min-width: 767px){
    .l-form__links.inline{ margin-top: 30px; }
}

/** due to some irregularities with the form location you can add an extra margin bottom **/
.ext-margin__btm{ margin-bottom: 15px; }

/** reset selec.js issues with click options **/
.select__long .dropdownvisible{
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}
.dropcontainerpre ul li,
.dropcontainer ul li{ padding: 0; }

.dropcontainerpre ul li a,
.dropcontainer ul li a{
    /*padding: 0 5px;*/
    padding: 5px;
    display: block;
}



/** ----------------------------------------------------
// 10.1 Forms - Feedback helpful
// ---------------------------------------------------- **/

/* Form feedback helpful */
.feedback__helpful--answer{ display: none; }
.feedback__helpful--answer.showit{ display: inline; }


.feedback__helpful--options .l-links__label{ font-weight: normal; }

/** local CSS or part of the form feedback **/
.feedback__helpful--options._text-right{ text-align: right; }
@media (max-width: 767px){  .feedback__helpful--options._text-right{ text-align: left; } }


/** ----------------------------------------------------
// 11. CALENDAR
// ---------------------------------------------------- **/

/** using calendar grouped with time options **/
.l-calendar__group{}

[data-calendar="time-options"]{
    padding-right: 0;
    padding-left: 0;
    float: left;
}
[data-calendar="time-options"] .triggerpre,
[data-calendar="time-options"] .activetriggerpre{
    padding-right: 40px;
    border-right: none;
}
[data-calendar="time-options"] .dropcontainerpre{
    position: absolute;
    z-index: 9999999;
}
[data-calendar="time-options"] .dropcontainerpre ul{  position: relative; }

[data-calendar="date-picker"]{  padding-left: 0; }



/** Fix calendar colour **/
/* Calendar */
.ui-widget-header{
    background: #005495;
    color: #ffffff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{ background: #005495; }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon{ background-image: url("/National_Library/20161130034600oe_/https://www.nsf.gov/css/images/ui-icons_ffffff_256x240.png"); }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus{
  border: 1px solid #4391D7;
  background: #4391D7;
  color: #FFFFFF;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{ top: 3px; }



/** ----------------------------------------------------
// 12. Collapsable Panel
// ---------------------------------------------------- **/

.l-panel__toggle{
    font-size: 14px;
    font-family: 'Arial',sans-serif;
}
/* use within main page title */
.l-panel__toggle._v0{ padding-top: 13px; }

/* align right */
.l-panel__toggle.l-f__right{
    float: right;
}
@media (max-width: 767px){
  .l-panel__toggle.l-f__right{
    display: block;
    float: none;
  }
}

.l-panel__toggle[aria-expanded="false"]:before,
.l-panel__toggle[aria-expanded="false"]:after,
.l-panel__toggle[aria-expanded="true"]:before,
.l-panel__toggle[aria-expanded="true"]:after{ font-family: FontAwesome; }

.l-panel__toggle[aria-expanded="false"]:before,
.l-panel__toggle[aria-expanded="true"]:before{
  padding-right: 5px;
  font-family: inherit;
}
.l-panel__toggle[aria-expanded="false"]:after,
.l-panel__toggle[aria-expanded="true"]:after{ padding-left: 5px; }

.l-panel__toggle[aria-expanded="false"]:before{ content: "View"; }
.l-panel__toggle[aria-expanded="false"]:after{ content: "\f107"; }

.l-panel__toggle[aria-expanded="true"]:before{ content: "Close"; }
.l-panel__toggle[aria-expanded="true"]:after{ content: "\f106"; }


.l-panel__collapse{  padding-top: 20px; }


/** ----------------------------------------------------
// 13. ALERTS & LABELS
// ---------------------------------------------------- **/

/** 13.1 - Label **/
.l-label__pretext,
.l-label{ vertical-align: middle; }
.l-label__pretext{ padding-right: 10px; }
.l-label{
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    background: #FCEDDC;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 12px 5px 7px;
    letter-spacing: 0.05em;
}
.l-label .l-icon{ color: #E98412; }

/** 13.2 - Alert **/
.l-alert{
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    padding: 16px 20px 13px;
    background: #FCEDDC;
}

.l-alert__warning,
.l-alert__text{ vertical-align: middle; }
.l-alert__text a,
.l-alert a{
    color: #1467a2;
    background-color: transparent;
}

.l-alert__warning{
    color: #E98412;
    font-size: 25px;
    margin-right: 10px;

    background-color: white;
    border-radius: 50%;
    line-height: 0.85;
}

/** Alert inside div (#inner-content with class panel panel-orange) > div (.contentHead) (inside pubs/2016/nsf16018) **/
.l-alert._v1{ margin: -16px -19px 15px -18px; }

/** Alert inside tables (solicitations files inside pubs/2013/) **/
.l-alert._v2{ border-top: 3px solid #e98412; }

/** ----------------------------------------------------
// 13. RESETS
// ---------------------------------------------------- **/


/** ----------------------------------------------------
// 13.1 RESET TOOLTIP
// ---------------------------------------------------- **/
.tooltip > .tooltip-inner {
    text-align: left;
    padding: 15px;
    color: #333;
    background-color: #ffffff;
    -moz-box-shadow:0 0 3px 0 rgba(161,158,161 ,1);
    -webkit-box-shadow: 0 0 3px 0 rgba(161,158,161 ,1);
    box-shadow: 0 0 3px 0 rgba(161,158,161 ,1);
}
.tooltip > .tooltip-arrow {  display: none; }

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}



