﻿@charset "UTF-8";

/* Layout Small Screens */


header {
	height: 75px;
	background: background:url(../images/backgroundBar.png) repeat-x;;
}

img {
  width: inherit;  /* This makes the next two lines work in IE8. */
  max-width: 100%; /* Add !important if needed. */
  height: auto;    /* Add !important if needed. */
}
img.lgIcon {
	display:none;}
	
img.smIcon {
display:none;}


img.ruleBottom 
  {
      display:none;
  }  
    
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}



.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


article { padding: 20px 20px 10px 20px; border: none; border-top:1px solid #969696; }
footer.alternate {
	display:none;
	}
nav {
	display: block;
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: #515673;
}

nav a {
	color: #a6abc5;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #a6abc5;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

nav a:hover { color: #fff; background-color: rgba(255,255,255,.15); }



.promo_container { padding: 0px; }

.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0px;
	background:#fff;	}

.promo_container .promo .content { padding: 0px 10px 5px 10px; }

.home_container { padding: 0px; }

.home_container .home {
	width: auto;
	float: none;
	padding: 10px 0px;
	background:#fff;	}

.home_container .home .content { padding: 0px 10px 5px 10px; }





.half_container { padding: 0px; }

.half_container .half {
	width: 100%;
	float: none;
	padding: 10px 0px;
	background:#fff;	}
	
	.half_container .half2 {
	width: 100%;
	float: none;
	padding: 10px 0 0;
	background:#fff;	}
	
	.half_container .half3 {
	width: 100%;
	float: none;
	padding: 20px 0px;
	background:#fff;	}

.half_container .half .content { padding: 0px 10px 5px 10px; }


.third_container { padding: 0px; }

.third_container .third {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background:#fff;	}

.third_container .third .content { padding: 0px 10px 5px 10px; }



body { background-image: none;  }

#MainContent_cphWidgets_MSHSWidget, 
#MainContent_cphWidgets_FAHCReportWidget, 
#MainContent_cphWidgets_HABWidget, 
#MainContent_cphWidgets_OrganDonorWidget, 
#MainContent_cphWidgets_FindGrantsWidget
{
    padding: 0 0 20px;
    margin: 0;
}

span.home-link
{
	color: #fff;
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 94px;
	padding: 12px;
	background-color: #0a3454;
}

.mobileSearchBtn
{            
    background: #0a3454;
    border: 0;
    color: #333;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    margin:0;
    padding: 8px 10px 4px;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 46px;
}

.searchContainer 
{
    padding: 15px 0;
    width: 100%;
    text-align: center;
    margin: 46px auto 0; /* changed from margin: 0 auto; */
    background-color: #0a3454;
    position: absolute; /* changed from position: relative */
    top: 0;
    float: none; /* added float: none */
    z-index: 999; /* added z-index */
}
.searchContainer a
{
    display: none;
}
.keywordsTxt
{
    border: 5px solid white; 
    -webkit-box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 5px;
    background-color: #eee;
    margin: 1px 0;
    width: 195px;
    font-size: 1.05em;
}
.searchBtn
{
    border: 5px solid white; 
    -webkit-box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
        inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 7px;
    background-color: #646464;
    margin: 1px 0;
    cursor: pointer;
    color: #fff;
    font-size: 0.95em;
    font-weight: bold;
}

/*** Main Navigation ***/

/* Navigation Button
	-------------------------------------------------------- */

	.nav-button 
	{		
		display: block;
		position: absolute;
		top: 0;		
		right: 0;
		width: 46px;
		height: 46px;
		padding: 0;				
		cursor: pointer;
		border: none;
		text-indent: -9999px;
		background: url('../Images/icon_menu_off.png');
		background-position: center center;
		background-repeat: no-repeat;	
	}
	.nav-button:hover {}
	.nav-button.open
	{
	    background: url('../Images/icon_menu_on.png');
	    background-position: center center;
		background-repeat: no-repeat;			
	}

	/* Navigation Bar
	-------------------------------------------------------- */
    #menu-wrapper
    {
        text-align: left;
        border: none;
        background: none;
    }
	.nav {
        width: 100%;
        float: left; /* changed from float: none; */
		/*height: 50px;*/
        display: block;
		margin-top: -29px; /* changed from margin: 0 auto; */
		padding: 0;
		overflow: hidden;
		position: relative;
		top: 0; 
		left: 0px;
		z-index: 998;
		clear: both;
	}
	
    .nav > li {
        display: none;
		width: 100%;
		font-family: Arial;
        background-color: #0A3454;
    }
    .nav > li > a {
        display: block;
		width: 100%;
        padding: 10px 10px 10px 30px;
		font-size: 0.95em;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1);
    }
    .nav > li:hover > a  
    {
        background-color: #9A0101;
        color: #FFF;
        border-right: none;
        border-left: none;
    }    
    .nav > li:first-child > a {
        border-left: none;
    }
    .nav > li:last-child > a
    {
        border-right: none;
        box-shadow: 0 1px 2px rgba(0,0,0,.6);
    }
    .nav > li:last-child > a:hover
    {
        background-color: #9A0101;
        color: #fff;
        border: none;
    }
    .nav-column, .nav > li > div
    {
        display: none;
        border: none;
    }

    /* Toggle the navigation bar open  */
    .nav.open { 
		height: auto;
        padding-top: 0px;
	}
	.nav.open li { 
		display: block;
	}

/***********************/

/* Styles for Data Portal unordered list  */
.list2col ul li
{
    width: 100%;
}
.primeIndicators ul li
{
    width: 100%;
}
.primeIndicators ul li label
{
    width: 90%;
}
p.selectGrantType
{
    display: block;
    margin: 0 5px 0 0;
    padding: 0;
}
.grantTypeSelection
{
    clear: both;
    margin-left: -4px;
}

.awardFYPopup
{
    left: 111px;
    margin-top: 42px;
}
/* ====================================== */

#MLOlabelSection span {
    font-size: 0.85em !important;
}

#MLOterritoriesPanel {
    overflow: auto;
}

#chartMLOContent {
    width: 100%;
}

#chartContainer {
    float: none;
    width: 100% !important;
    margin-bottom: 40px !important;
}
#MLOContainer {
    float: none;
    width: 100% !important;
}
#MLOchartFooter {
    margin-bottom: 5px;
}

#chartContainer1a, #chartContainer1b, #chartContainer2a, #chartContainer2b {
    width: 100% !important;
}

#infoBox
{
	display: block;
	float:none;
    padding: 20px; 
    width: auto;
	margin: 0 0 13px;
	line-height: 1.5em;
	
	background: #fff;
	
	border: 1px solid #c8c8c8;
	box-shadow: 0 5px 5px #c8c8c8;
    border-radius: 0;
}

#socialIcons
{
    width:auto;
   float:none;
   margin: 0 0 0 20px;
   
}	