/*
 * @file
 * global.base
 *
 * - normalize with small modifications for Drupal and AT: http://necolas.github.com/normalize.css/
 * - Gutter widths, see $gutter-width in _custom.scss
 * - Default container alignment.
 * - Flexible images and media declarations.
 * - Copies of the SCSS mixins for reference, which includes an improved
 *   element-invisible and focusable styles.
 */
/* =============================================================================
    HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */



 
      
 
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../fonts/SourceSansProRegular.eot');
    src: url('../fonts/SourceSansProRegular.eot') format('embedded-opentype'),
         url('../fonts/SourceSansProRegular.woff2') format('woff2'),
         url('../fonts/SourceSansProRegular.woff') format('woff'),
         url('../fonts/SourceSansProRegular.ttf') format('truetype'),
         url('../fonts/SourceSansProRegular.svg#SourceSansProRegular') format('svg');
}


@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'SourceSansProLightIt';
    src: url('../fonts/SourceSansProLightIt.eot');
    src: url('../fonts/SourceSansProLightIt.eot') format('embedded-opentype'),
         url('../fonts/SourceSansProLightIt.woff2') format('woff2'),
         url('../fonts/SourceSansProLightIt.woff') format('woff'),
         url('../fonts/SourceSansProLightIt.ttf') format('truetype'),
         url('../fonts/SourceSansProLightIt.svg#SourceSansProLightIt') format('svg');
}
@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProExtraLight';
    src: url('../fonts/sourcesanspro-extralight.eot');
    src: url('../fonts/sourcesanspro-extralight.eot') format('embedded-opentype'),
         url('../fonts/sourcesanspro-extralight.woff2') format('woff2'),
         url('../fonts/sourcesanspro-extralight.woff') format('woff'),
         url('../fonts/sourcesanspro-extralight.ttf') format('truetype'),
         url('../fonts/sourcesanspro-extralight.svg#SourceSansProExtraLight') format('svg');
}

@font-face {
    font-family: 'roboto_slabbold';
    src: url('../fonts/RobotoSlab-Bold-webfont.eot');
    src: url('../fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('../fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 


/** RESET CSS     ***/
 
 html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    
    vertical-align:baseline;
    background:transparent;
	/*font-family:"Open Sans", "Open Sans Light", "Open Sans Semibold", "Open Sans Extrabold";*/
}

body {
    line-height:1;font-size:62.5%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none; position:relative;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:rgb(27,27,27);
}
a:focus,
a:hover {
	color:#4f76b1;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.calendar-calendar .single-day.red {
background: none repeat scroll 0 0 #fb6e6e;
}
.calendar-calendar .single-day.green {
    background: none repeat scroll 0 0 #75ce75;
}
.calendar-calendar .red {
    background: none repeat scroll 0 0 #fb6e6e;
}
.calendar-calendar .red.green {
    background: none repeat scroll 0 0 #fb6e6e;
}
.calendar-calendar .date-box.red.green {
    background: none repeat scroll 0 0 #fb6e6e;
}
.calendar-calendar .date-box.green {
    background: none repeat scroll 0 0 #75ce75;
}
.inner .item .calendar {
    background:none;
}
.inner .stripe {
    background:none !important;
}
.greenCal, .redCal {
    color: #000;
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: center;
}
#info-feedback-form .form-item-field-feedback-option label{display: none;}
#info-feedback-form .form-item-field-feedback-option .form-radios label{display: block;}
#metadata_suggestion_form {
    float: left;
    width: 100%;
}
/* This CSS is Added for the home page bottom fixed feedback box*/

#home-bottom-floating-wrapper {
    background: #242424 none repeat scroll 0 0;
    bottom: 0;
    color: white;
    height: 55px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
	text-align:center;
}
/*
.topen #home-bottom-floating-close {
    background: #242424 url("/sites/all/themes/ogplv3light/images/Collapse.png") no-repeat scroll center 6px;
}*/
#home-bottom-floating-close {
    background: #242424 url("/sites/all/themes/adaptivetheme/npi_adaptive/images/Collapse.png") no-repeat scroll center 6px;
    border-radius: 30px;
    cursor: pointer;
    margin: -85px auto 0;
    padding: 15px 35px 40px 27px;
    text-align: center;
    text-indent: -99999px;
    width: 10px;
}