.home{
	padding-top:1px;
}

#right-rail{
	word-break:break-word;
}

.home #body_wrapper{
	padding: 0px 30px;
}
.home h1{
	margin-left:20px;
}

h3 {
	color: #245B82;
	font-family: arial;
	padding-bottom: 3px;
	/*border-bottom: 1px solid #245B82;*/
}

.h3-noUnderline {
     border-bottom: 0;
}

.h3-link-noUnderline {
    color: #245B82;
	font-family: arial;
	padding-bottom: 3px;
    font-weight: bold;
    text-decoration: none;
}

.alert {
    border: solid 1px #fbbb3d;
    background: #fbe9bf;
    padding: 0 10px;
    font-family:arial, 'San Serif';

}

.alert p {
    width: 960px;
    margin: 5px auto;
}


p.ignore-p {	 /* For <p> that is automatically inserted, but you want to ignore. */
  /*display:inline;*/
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}

img.bottom {
    vertical-align: bottom;
}

img.home-node-center {
    padding-left: 15px;
}

.testfloat:before, .testfloat:after {
	content: "";
	display: block;
}

.testfloat:after {
	clear: both;
}

hr {
    border: solid thin #cfcfcf;
    margin-left: 5px;
    margin-right: 10px;
    height: 0;
}

/*a, a:link {
    color: #185394;
}*/
a {
    background: transparent none repeat scroll 0 0;
}
a {
    text-decoration: underline;
}


/* For IE 6/7 (trigger hasLayout)
.testfloat {
	zoom: 1;
}*/

/* ************************* */
/******** Buckets ************/
/* ************************* */
#wrapper .half{
	float:left;
	width:50%;
	overflow:hidden;
}

.bucket .bucket-body{
	overflow:hidden;
}

/* Extra style definition.  Duplicates
    **bottom buckets** styles below because
   Drupal 7 wasn't reading the style at all.
   Once I took it out, the styles were read **/
.bucket .bucket-body,
.bucket .bucket-body-full {
	margin: 10px 10px;
	padding: 10px;
	border:3px solid #c0c0c0;
	background-color:white;
	height:224px;
}

/* defining height of the all-image bucket
   if not defined, the gray border is too small
    but if defined, then the gray border doesn't size correctly
    around image when shrunk */
.bucket .bucket-body-full {
    padding: 0px;
    height: auto; /*244px;*/
}

.home #main-content .bucket .no-padding{
	height:243px;
}

h2.bucket-header, p.bucket-content {
    padding-left: 50px;
    /*margin-top: -5px;*/
}

.w-icon{
	position:relative;
}
.w-icon h2{
	color:#3650a2;
}
.w-icon .bucket-icon{
	position:absolute;
	font-family:fontawesomeregular;
	text-align:center;
	line-height:50px;
	display:block;
	width:50px;
	height:50px;
	background: #c0c0c0;
	color:white;
	font-size:28pt;
	margin:12px 0px 0px 13px;;
}

.home #main-content .w-icon .bucket-body{
	padding-left:60px;
}

.more-link-plus, ul.inline, ul.links.inline {
	position:absolute;
	bottom:20px;
	right:30px;
}

.more-link-plus a, ul.inline, ul.links.inline a{
	font-family:fontawesomeregular;
	color:#14477C;
	text-decoration:none;
	font-size:1em;

}
.more-link-plus a:link ul.inline, ul.links.inline a:link{
	color:#14477C;
}

/* ***************************************************
    READ MORE link on Views Listing page (/library/)
    ************************************************* */
.view-blog-view ul.links.inline, .view-blog-view ul.inline,
.node-blog ul.links.inline, .node-blog ul.inline,
.views-row ul.links.inline, .blog-post-row ul.links.inline {
    position: relative;
    bottom: 10px;
    margin-left: 25px;
}


.item-list ul.facetapi-facetapi-links li.leaf {
    list-style: none;
    margin: 0 0 0.25em .5em;
}

/*  ***********************
    END /LIBRARY/ STYLING
    *********************** */


.info, .info-no-icon {
	background-color:#D8E6F1;
	margin:10px 10px;
	position:relative;
	margin:5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/css/pie.htc);
	color:dark-blue;
}

.info-no-icon {
    background-color:#D8E6F1;
    margin: 0;
    padding: 5px 10px;
	position:relative;
	margin:5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/css/pie.htc);
	color:dark-blue;
}

.info-icon{
	position:absolute;
	top:10px;
	left:10px;
	font-family:fontawesomeregular;
	text-align:center;
	line-height:60px;
	display:block;
	width:60px;
	height:60px;
	border-radius: 50%;
    behavior: url(/css/pie.htc);
	background-color:#14477C;
	color:white;
	font-size:30pt;
	margin:0px auto;
}
.info-body{
	padding:20px 5px 10px 80px;
	min-height:50px;
	line-height:1.5em;
}


/*a.carousel-teaser-header a,
a.carousel-teaser-text a {
    color: #ffffff;
}

.funding-body a {
    color: #ffffff;
}*/

/*********************/
/*** Buckets-About ***/
/*********************/
#wrapper .half-about {
    float:left;
	width:45%;
	overflow:hidden;
}
.bucket-body-about {
    margin: 10px 10px;
    padding: 10px;
    height: auto;
    overflow: hidden;
}

ul.about-goals {
    list-style-position: inside;
    list-style-type: square;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 45px;
}

.left-2-col-70-30{
    float:left;
    width:70%;
    overflow:hidden;
}

.right-2-col-70-30 {
    float: right;
    width: 30%;
}

.main-1-col-full {
    width: 100%;
    overflow: hidden;
}

/*********************/
/**** Right rail ******/
/*********************/
#right-rail-content{
	padding: 0px 10px;
}
.right-rail-body{
	background-color:white;
	padding:10px 10px;
	border:1px solid #DFDFDF;
	margin:10px;
}
.right-rail-body h2{
	font-family:merriweatherbold;
	color:#14477c;
}

.right-rail-body h3{
	font-family:merriweatherbold;
	color:#981c20;
	font-size:1.2em;
}

/****************************/
/*** Bottom buckets boxes ****/
/****************************/
#bottom-buckets{
}

.bottom-buckets-background {
    background-image: url(../images/system/footergradient.jpg);
    background-repeat: repeat;
    background-position: right top;
    height: 330px;
}

#bottom-buckets .bucket-body{
	/*
	margin-left:5px;
	margin-right:-5px;
	*/
}

#wrapper .bottom-bucket .wrapper .bucket-body{
	width:auto;
}


.bottom-bucket .box-body, .box-body-no-padding{
	overflow:hidden;
	height:100%;
}


.bottom_bucket_wrapper{
	overflow:hidden;
	margin: 15px 5px;
	height:300px;
}

.bottom_bucket_header{
	overflow:hidden;
}

.bottom_bucket_header h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.bucketheading {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}


.bottom-bucket .box-body, .box-body-no-padding {
	font-size:.9em;
	background-color:white;
}


#quicklinks_bucket .circle, #red_bg .circle{
	color:#AD7913;
}
#quicklinks_bucket, #red_bg {
	background-color:#AD7913;
}

#quicklinks_bucket .circle{
	margin-left:10px;
}
.bottom_bucket_header  p{
	padding-top:5px;
	display:inline-block;
	padding-left:10px;
	font-size:150%;
	font-weight:bold;
	width:200px;
	color:white;
	line-height:1em;
	height:1.1em;
}

#login_bucket, #blue_bg {
	background-color:#005eb8;
}

#login_bucket .circle, #blue_bg .circle{
	color:#005eb8;

}

#login_bucket p{
	display:block;
	margin-left:60px;
}

#connectNHSC_bucket, #yellow_bg, #drkblue_bg{
	background-color:#002f5f;
}

#connectNHSC_bucket .circle, #yellow_bg .circle, #drkblue_bg .circle{
	color:#002f5f;
};


#stayconnected {
    margin-bottom: 100px;
}

#stayconnected {
    padding-top: 5px;
    margin-left: 15px;
}

#stayconnected ul {
    margin-left: 0px !important;
    text-align: center;
}

#stayconnected #connected_icons li {
    display: inline;
    padding: 5px;
    padding-bottom: 40px; /*add space between icons and email box*/
}

#stayconnected ul li {
    float: left;
    width: 20%;
}

#emailupdates {
    background: #013467 none repeat scroll 0 0;
    color: white;
    overflow: hidden;
    float: left;
    margin-left: 16px;
    margin-right: 16px; /*needed for IE otherwise box overflows into right side*/
    padding-right: 10px;
}

.mailicon {
    float: left;
}

.mailicon {
    float: left;
    margin: 25px;
    overflow: hidden;
}

.mailicon img {
    display: block;
    height: 45px;
    width: 55px;
}

.mailtext {
    font-size: 23px;
    line-height: 30px;
    margin-top: 15px;
    font-family: arial;
}

.mailtext a {
    color: white;
    text-decoration: none;
}


/*.footblue {
    background-color: #013467;
    padding: 5px;
}*/

.footblue {
    background-color: #013467;
    padding: 5px;
    padding-bottom: 20px;
    height: 130px;
    background-image: url(/sites/all/themes/hrsa/images/system/compass.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 120px 120px;
}



.footblue a {
    color: white !important;
    text-decoration: none;
}
/**
.bottom_bucket_wrapper .box-body ul {
    list-style-type: square;
    font-weight: bold;
}
.box-body ul {
    list-style-type: none;
    font-weight: bold;
}
**/
.box-body a {
    text-decoration: underline;
    color: #004479;
    font-family: arial;
    line-height: 20px;
}

.box-body div p {
  color: #000000;
  line-height: 20px;
}

.bottom_bucket_wrapper .box-body .no-format ul {
    font-weight: normal;
    list-style-type: disc;
}

.bottom_bucket_wrapper .no-format ul li {
    font-size: 13px;
    margin-bottom: 0.5em;
}

.bottom_bucket_wrapper .no-format a {
    color: blue;
     text-decoration: underline;
    font-family: open_sansregular, arial !important;
}

.home-box-body a {
    text-decoration: none;
    color: #185394;
    font-weight: bold;
    font-family: arial;
}


.footblue ul {
    margin: 5px 25px;
}
/**
.bottom_bucket_wrapper ul li {
    font-size: 16px;
    margin-bottom: 0.5em;
}
**/
.footblue2 {
    background-color: #00487b;
    padding: 5px;
}

/***********************/
/******* misc *********/
/***********************/
#wrapper .home .noborder{
	border:none !important;
}
#wrapper .home .transparent{
	background-color:transparent !important;
}
.border-gray{
	border:1px solid #C8C8C8;
}
.in-body{
	margin:10px 0px;
}
.in-body .box-body, .box-body-no-padding{
	padding-top:0px;
}
.in-body h2{
	font-size:1.1em;
	margin:10px -13px;
	padding-bottom:5px;
	font-weight:bold;
	text-align:center;
	color:#14477c;
	text-decoration: underline;
}
.no-padding{
	padding:0px 0px !important;
}
.cols{
	overflow:hidden;

}
.col{
	float:left;
}
.col_3c{
	width:33%;
	min-width:300px;
}

.col_2c{
	width: 50%;
}
.one-third{
	width:33%;
}


.center{
	text-align:center;
}

.round-box{
	margin:5px;
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url('/css/pie.htc');
	display:block;


}

.box-body{
	padding: 15px 15px;
}

.bg-gray{
	background-color:#D3D3D3 !important;
}

.bg-blue{
	background-color:#D9E6F1;
}

.date-last-modified {
    padding-top: 20px;
    text-align: left;
    font-style: italic;
}

ul.withImg {
    list-style: outside disc;
    margin-left: 1em;
    /*overflow: hidden;*/
}

ul.withImg li {
    position: relative;
    list-style-position: inside;
    left: 1em;
    padding-right: 1em;
}

.breadcrumb {
    line-height: 20px !important;
}

.highlight-news {
  background-color: #fff;
  color: #990000;
  padding: 2px 5px;
  font-weight: bold;
}


.media-wrap {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.media-wrap iframe, .media-wrap object, .media-wrap embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/******************************************************/
/***** REGISTER BUTTON: HEALTHY GRANTS WORKSHOP *******/
/*****************************************************/
.regbut {
    /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
      background:-moz-linear-gradient( center top, #264d6a 5%, #468ccf 100% );
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#293273', endColorstr='#468ccf');*/
      background-color:#293273;
      -webkit-border-top-left-radius:9px;
      -moz-border-radius-topleft:9px;
      border-top-left-radius:9px;
      -webkit-border-top-right-radius:9px;
      -moz-border-radius-topright:9px;
      border-top-right-radius:9px;
      -webkit-border-bottom-right-radius:9px;
      -moz-border-radius-bottomright:9px;
      border-bottom-right-radius:9px;
      -webkit-border-bottom-left-radius:9px;
      -moz-border-radius-bottomleft:9px;
      border-bottom-left-radius:9px;
        text-indent:0;
      border:1px solid #3866a3;
      display:inline-block;
      color:#f9fafc;
      font-family:Arial;
      font-size:22px;
      font-weight:bold;
      font-style:normal;
        height:43px;
      line-height:43px;
        width:177px;
      text-decoration:none;
      text-align:center;
      text-shadow:-1px 1px 2px #3d454d;
}
.regbut:hover {
    /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
    background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');*/
    background-color:#293273;
}
.regbut:active {
     position:relative;
     top:1px;
}


/***********************/
/***** full body box *******/
/***********************/
#wrapper .full .bucket-body{
	/*padding: 30px 35px;	*/
}

#wrapper .home #main-content .full  .bucket-body{
	height:auto;
}

.circle{
	position:relative;
	font-family:fontawesomeregular;
	text-align:center;
	line-height:50px;
	display:block;
	width:50px;
	height:50px;
	border-radius: 50%;
    behavior: url(/css/pie.htc);
	background: white;
	font-size:20pt;
	margin:5px;
	float:left;

}

/***********************/
/****** body search form ******/
/***********************/
#searchlabel2{
	position:absolute;
	top:-9999px;
}
#search2{
	height:19px;
	margin-right:-4px;
	width:80%;
}

#search-button2{
	width:27px;
	vertical-align:bottom;
}


/***********************/
/****** BLOG SEARCH FORM ******/
/***********************/
#edit-keys {
    width: 200px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
}

.views-exposed-form label {
    font-weight: bold;
    margin: .5em 0 .5em 0;
}


/******* custom grant page style *****/
#grants-category{
	font-size:.8em;
	background-color:#F2F2F2;
	padding: 5px 5px;
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	margin:10px 0px;

}
.grants-table th{
	text-align:left;
}
table.grants-table, .grants-table th, .grants-table td{
	border:none;
	padding:10px 10px;
	vertical-align:middle;
	line-height:1.3em;
}
.grants-table td{
	border:none;
	border-top:2px solid #E6E6E6;
	border-bottom:2px solid #E6E6E6;
}
.grants-table .closed, .grants-table .open{
	vertical-align:middle;
}
.grants-table .open p{
	background:url('/images/system/open-grant-icon.png') 70% 50% no-repeat;
}

.grants-table .closed p {
	background:url('/images/system/closed-grant-icon.png') 70% 50% no-repeat;
}

ul.no-bullet{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.no-bullet li{
	line-height:1.1em;
}

.rightsnippet{
	border: 2px solid #d7e4f1;
	width: 400px;
	float: right;
	clear: right;
	padding:5px 10px;
}


.apply-button{
	background-color:#EDA51F;
	font-weight:bold;
	margin:0px;
	padding: 10px 5px;
	text-align:center;
	font-size:1.1em;
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url('/css/pie.htc');
	display:block;

}
.apply-button a{
	color:#981D20;
	text-decoration:none;
}


.bullying td{
	vertical-align: top;
	width: 33%;
	padding-right: 20px;
}


.expandcollapse{

}

/* ***** */
/* Quote */
/* ***** */
.graphicalquote{
	padding:20px;
	font-family: "Arial Bold Italic","Arial";
    font-weight: 700;
	color: #666666;
    font-size: 15px;
    font-style: italic;
	line-height: normal;
    text-align: left;
	margin: 25px;
	background-color: #F2F2F2;
}

.textquote {
  	padding:5px;
	font-family: "Arial Bold Italic","Arial";
    font-weight: 700;
	color: #666666;
    font-size: 15px;
    font-style: italic;
	line-height: normal;
    text-align: left;
	margin: 10px 1px;
	background-color: #F2F2F2;
}

.quotecaption{
	margin-top: 20px;
	font-family: "Arial Italic","Arial";
    font-weight: 400;
}


.graphicalquote img{
	margin-right: 20px;
}

.quoteimg{
	float:left;
}

.quotetext{
	padding-left: 140px;
}

.rightquoteimg{
	float:right;
}

.leftquoteimg{
    float: left;
}

.rightquotetext .leftquoteimg{
	padding-left: 0px;
}



/* ******** */
/* Bullying */
/* ******** */
.rightsnippetbluebg,
.rightsnippetbluebg-nofloat{
	border: 2px solid #d7e4f1;
	background-color: #0a6697;
	width: 280px;
	margin: 10px;
	clear: right;
	padding:5px;
	color:white;
	font-size: 15px;
}

.rightsnippetbluebg {
    float: right;
}

.rightsnippetwhitebg,
.rightsnippetwhitebg-nofloat{
	border: 2px solid #d7e4f1;
	width: 280px;
	margin: 10px;
	clear: right;
	padding:5px;
	color:black;
	font-size: 15px;
}

.rightsnippetwhitebg{
	float: right;
}

.rightsnippetbluebg a:link,
.rightsnippetbluebg-nofloat a:link{
	color: white;
}

.rightsnippetbluebg a:visited,
.rightsnippetbluebg-nofloat a:visited{
	color:#BFF1FF;
}

.table2col {
	background-color: #F2F2F2;
	background-size: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.table2col td{
	padding-top: 20px;
	width: 50%;
}

.table2col td:first-child{
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

.table2col td:not(:first-child){
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(0, 0, 0, 0) url("../images/bullying/tableline.png") no-repeat scroll left center / 1px 80%;
	background-position: left center;

}

.table3col {
	background-color: #F2F2F2;
	background-size: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.table3col td{
	width: 33%;
}

.table3col td:first-child{
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

.table3col td:not(:first-child){
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(0, 0, 0, 0) url(../images/bullying/tableline.png) no-repeat scroll left center / 1px 80%;
	background-position: left center;

}

/* *******************************
    For 3-col layout use the new
    responsive 'table' layout
********************************* */
.table3colresp {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #F2F2F2;
	background-size: 25px;
	/*padding-left: 10px;
	padding-bottom: 10px;
    border: 1px solid gray;*/
}

.table3colresp > div {
    display: table-cell;
    border: 1px solid gray;
}

.table3colresp > div:first-child {
   	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

/*.table3colresp > div:last-child {
    border-right: 0px;
}*/

.table3colresp > div:not(:first-child) {
    vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(0, 0, 0, 0) url(../images/bullying/tableline.png) no-repeat scroll left center / 1px 80%;
	background-position: left center;
}

.respcolumnheader{
	padding-top: 10px;
	padding-left: 35px;
	min-height: 40px;
	color: #0a6697;
	font-family: "Arial Bold","Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
    line-height: 20px;
}

@media (max-width: 600px) {
    .table3colresp > div {
        display: block;
    }
}





.table4col {
	background-color: #F2F2F2;
	background-size: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.table4col td{
	padding-top: 20px;
	width: 25%;
}

.table4col td:first-child{
	vertical-align: top;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
}

.table4col td:first-child{
	vertical-align: top;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
}

.table4col tr td:last-child{
	vertical-align: top;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
}

.table4col td:not(:first-child){
	vertical-align: top;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(0, 0, 0, 0) url(../images/bullying/tableline.png) no-repeat scroll left center / 1px 80%;
	background-position: left center;

}

.colheader{

	text-align:center;
	color: #0a6697;
    font-family: "Arial Bold","Arial";
    font-size: 16px;
    font-style: normal;
	font-weight: bold;
}

.coldownloadheader{
	background: url(../images/bullying/tableicon25.png) no-repeat;
	background-size: 25px;
    	background-repeat: no-repeat;
	padding-left: 35px;
	min-height: 40px;
	color: #0a6697;
	font-family: "Arial Bold","Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.tablecol2 .coldownloadheader{
	min-height: 40px;

}

.columnheader{
	padding-top: 10px;
	padding-left: 35px;
	min-height: 40px;
	color: #0a6697;
	font-family: "Arial Bold","Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.arrowlist ul {
    list-style-image: url('../images/bullyingprevention/tableicon15.png');
}

.arrowlist ul  li{
	padding-bottom: 15px;
}


.tablecol3 .coldownloadheader{
	min-height: 40px;

}

.table4col .coldownloadheader{
	min-height: 80px;
}

.colbody{

}

.rcorners{
	border-radius: 10px;
	#border: 1px solid;
}

.quoteslist{
	background-color: #F2F2F2;
	margin:50px;
}

.quoteslist .graphicalquote:not(:first-child){
	border-top: 1px solid black;
}


/* **************** */
/******DIV Map*******/
/* **************** */
.hide {
    display: none;
    text-align: left;
}
.mapdiv {
    padding-left: 200px;
    text-align: center;
    width: 500px;
}
.expandcollapse {
    clear: both;
}
.expandcollapse p {
    margin: 5px;
}
.mapdropdown form p {
    margin-top: 0;
}
.eq3divs {
    display: block;
    float: left;
    width: 33%;
}


/* ******************* */
/**** HRSA SPEECHES ****/
/* ******************* */
.prLeft {
    float: left;
    margin-top: 10px;
}

.prRight {
    float: right;
    text-align: right;
    margin-top: 10px;
}

.prDate {
    clear: both;
    font-size: 0.8em;
}

.prLeft2 {
    float: left;
    margin-top: 25px;
}

.prRight2 {
    float: right;
    text-align: right;
    margin-top: 25px;
}

#prTitle {
    text-align: center;
    clear: both;
}

.prTop {
    font-size: 0.8em;
}

.hrsaSpeech-left, .homeListLeft {
	float: left;
}

.hrsaSpeech-right, .homeListRight {
	float: right;
}


/* *********************** */
/*  WEBCASTS
/* *********************** */
.boxHomeContainerBody {
    font-size: 0.9em;
}

.fifty {
    width: 50%;
    float: left;
}

.eventTopics {
    display: block;
    width: 679px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.eventTopics ul {
    margin: 0px;
    padding: 0px;
}

#leftColumnHP ul li {
    padding-bottom: 8px;
    padding-bottom: 2px;
}

.eventTopics ul li {
    display: inline-table;
    border: 1px solid black;
    width: 290px;
    height: 120px;
    padding-top: 12px;
    font-family: trebuchet MS;
    padding-left: 15px;
    margin-left: 0px;
    padding-left: 10px;
    margin-bottom: 4px;
    line-height: 1em;
    background-color: #c9e6f8;
}


/* ********************** */
/*  DARK BLUE BOX ALERT CONTAINER
/* ********************** */

.newBoxAlertContainer {
	background-color: #002854;
	padding: 5px;
	border: 1px solid #CECE91;
	margin-bottom: 11px;
	padding-bottom: 0.5em;
	 box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

li.newBoxAlertContainerListItem {
	font-family: "Arial ";
  color: #FFFFFF;
	font-size: 11pt;
	padding-left: 10px
  padding-right: 10px
	list-style: square;
	/*padding-bottom: 0.2em;*/
	padding-top: 0.2em;
	font-family: "Open Sans", "Arial";
}

li.newBoxAlertContainerListItem.newBoxAlertContainerListHeight {
  line-height: 1em;
}


ul.newBoxAlertContainerList {
    list-style-type: square;
}


.newBoxAlertContainerTitle {
	color: #000;
	font-family: "Arial Black";
	background-color: #F7F7A1;
	margin-left: -14px;
	margin-right: -10px;
	margin-top: -10px;
	padding-left: 14px;
	padding-top: 3px;
	padding-bottom: 5px;
	border: 1px solid #CECE91;
}

.newBoxAlertContainerBody {
	background-color: #002854;
	border: 1px solid #C0CEDD;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	font: .9em arial

}

 .newBoxAlertContainerBody h1 {
  font-family: "Arial Black";
	color: #FFFFFF;
	font-size: 1.8em;
  font-weight: normal;
  margin-top: 0;
  text-align: center;

}

 .newBoxAlertContainerBody h2 {

	color: #ffc747;
	font-size: 16px;
	 font-weight: normal;
line-height: 1.222222222;
	 text-align: center;
	 padding: 0;
        margin: 0;

}

 .newBoxAlertContainerBody p {

	color: #cba34b;
		font: .9em arial
	 font-size: 100%;
  margin-bottom: 1em;

}

.newContainer {
/**        width:40%;
        height:200px;
  **/
}


/* *********************** */
/*  MISC
/* *********************** */

.nowrapul {
    list-style-position: inside;
    list-style-type: square;
    overflow: hidden;
    padding-left: 5px;
}

.w-ul {
    float: left;
    margin-right: 20px;
}


.displaytable {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
}

.leftcell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    margin-left: 10px;
}
.greybg {
    background-color: #f2f2f2;
    color: #000;
}

.cellbody {
    padding: 10px;
}

.titleheader {
    padding-top: 10px;
    color: #0a6697;
    font-size: 16px;
    font-weight: bold;
}

.facebookli {
    background: url('/sites/all/themes/hrsa/images/icons/facebook.png') no-repeat;
    padding: 5px 5px 10px 40px;
    list-style: none;
}

.twitterli {
    background: url('/sites/all/themes/hrsa/images/icons/twitter.png') no-repeat;
    padding: 5px 5px 10px 40px;
    list-style: none;
}

.linkedinli {
    background: url('/sites/all/themes/hrsa/images/icons/linkedin.png') no-repeat;
    padding: 5px 5px 10px 40px;
    list-style: none;
}


.youtubeli {
    background: url('/sites/all/themes/hrsa/images/icons/youtube.png') no-repeat;
    padding: 5px 5px 10px 40px;
    list-style: none;
}

#GD-snippet-form input {
    line-height: 2em;
}

.form_button {
    background: #335699;
    color: white;
}


.boxAlertContainer {
    background-color: #FFFFCC;
    padding: 5px;
    border: 1px solid #CECE91;
    margin-bottom: 11px;
}

.gray-box {
    border: 2px solid #a1a1a1;
    padding: 10px 40px;
    background: #dddddd;
    width: 150px;
    border-radius: 25px;
    word-wrap: break-word;
}

.badges-padding-top {
    padding-top: 30px;
}


p.shareYourServiceTitle {
  font-size: 350%;
}


@media screen and (min-width:801px){
	#top-nav li {
		width: 17%;
    height: 40px; /*defined height to allow white border to extend on shorter text*/
	}

	#top-nav li:nth-child(5) {
		width: 135px;
	}

	.displaycode{
		border: 2px solid #a1a1a1;
		padding: 10px 40px;
		background: #dddddd;
		border-radius: 25px;
		word-wrap: break-word;
		line-height: 1.5;
		margin: 0px 20px;
	}
}

/*********** Mobile **************/

@media screen and (min-width: 801px){
    .list50 {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:800px){
  .home #body_wrapper {
		padding: 0px;

	}

	.home #body_wrapper h2 {
		font-size: 1.3em;
	}

	#bottom-buckets .mobile-full{
		width:100% !important;
	}
	#bottom-buckets .bucket-body{
		height:auto;
		margin: 0px;
	}
	#bottom-buckets .bottom_bucket_wrapper {
		height:auto;
	}
	.bottom-bucket .box-body, .box-body-no-padding{
		height:auto;
	}

    .bg-img-usa {
        max-width: 100%;
        height: auto;
    }

	.col:nth-child(1),.col:nth-child(2){
		width:50%;
	}

	.displaycode {
		border: 2px solid #a1a1a1;
		padding: 10px 40px;
		background: #dddddd;

		border-radius: 25px;
		word-wrap: break-word;
		line-height: 1.5;
		margin: 0px 10px;
	}

    img.home-node-center {
        padding-left: 0px;
    }


    #emailupdates {
        width: 90%;
        margin: 15px;
    }


    /* HRSAHome panel resize for mobile */

    .panel-hrsahome-top-left {
        width: 100%;
        padding-bottom: 15px;
    }

    .panel-hrsahome-right {
        float: left;
        width: 100%;
        height: auto;
    }

    .panel-hrsahome-top-right {
        float: left;
        width: 100%;
    }

    .homeListRight {
        float: left;
        margin-top: -2px;
    }

    .rslides1_nav.next {
        right: 100px;
    }

}


@media screen and (max-width: 780px) {

    /* HRSAHome panel resize for mobile */
    .homeListRight {
        margin-top: -2px;
    }

    .rslides_tabs {
        margin-right: 75px;
    }
}


@media screen and (max-width:800px){
    .home #body_wrapper {
		padding: 0px;

	}

	.home #body_wrapper h2 {
		font-size: 1.3em;
	}

	#bottom-buckets .mobile-full{
		width:100% !important;
	}
	#bottom-buckets .bucket-body{
		height:auto;
		margin: 0px;
	}
	#bottom-buckets .bottom_bucket_wrapper {
		height:auto;
	}
	.bottom-bucket .box-body, .box-body-no-padding{
		height:auto;
	}

}



@media screen and (max-width:650px){
	.home #main-content .bucket .bucket-body,
    /*.home #main-content .panelsBucket .bucket-body*/  {
		height: 280px;
	}

    img.home-node-center {
        padding-left: 0px;
    }

    .rslides1_nav {
        top: 50%;
       /** left: 30px;**/
    }

    .rslides_tabs {
        margin-right: 30px;
    }


    .alert p {
        width: auto;
    }

}

@media screen and (max-width:610px){

    .homeListRight {
        margin-top: -36px;
    }
}

@media screen and (max-width:560px){

	#wrapper .home {
		padding: 0;
	}

	#wrapper .home .bucket .bucket-body,
    /*#wrapper .home .panelsBucket .bucket-body*/ {
		margin: 5px 0px;
	}

    #wrapper .home #body_wrapper{
		margin: 5px 0px;
		padding: 0px 0px;
	}

	#wrapper .home #main-content .half{
		width:auto;
		float:none;
	}

	#wrapper .home #main-content .bucket .bucket-body,
    .bucket .bucket-body {
		height:auto;
	}


	#wrapper .home #main-content .w-icon .bucket-body{
		padding-bottom:35px;
	}

	#wrapper .bottom-bucket .bucket-body{
		height:auto;
	}

	.home #main-content .bucket-icon{
		margin:5px 3px;
	}

	.more-link-plus a{
		font-size:1.3em;
	}

    .more-link-plus, ul.inline, ul.links.inline {
        position:absolute;
        bottom:10px;
        right:10px;
    }


	.mobile-full{
		width:100% !important;
	}

	.mobile-half{
		width:50%;
	}

	.home #round-box form{
		white-space:nowrap;
	}

	#search2{
		width:70%;
	}

	#wrapper .full .bucket-body {
		/*padding: 0px 0px;*/
	}

	.info{
		margin: 5px 0px;
	}
	.info-icon{
		width:50px;
		height:50px;
		line-height:50px;
		font-size:25pt;
	}
	.info-body {
		min-height: 40px;
	}
	#right-rail-content{
		padding: 5px 5px;
		background-color:#F2F2F2;
	}
	.mobile-hide{
		display:none;
	}
	.mobile-break-line{
		display:block;
	}

	.one-third{
		width:auto;
	}

	.rightsnippet{
		border: 2px solid #d7e4f1;
		width: auto;
		float: right;
		clear: right;
		padding:5px 10px;
		margin: 5px;
	}

	.bottom_bucket_header{
		overflow:hidden;
	}

	.bottom_bucket_header  p{
		margin: 0.5em 0px !important;
		margin-left:0px !important;
		width:auto;
		margin-left:-60px;
		padding-bottom:10px;

	}

	.bottom_bucket_wrapper {
		height:auto;
	}

	#wrapper .bottom-bucket .wrapper .bucket-body{
		padding-left:0px;
		padding-right:0px;
	}

	#wrapper .cols .col{
		width:100% !important;
	}


    img.home-node-center {
        padding-left: 0px;
    }

    #emailupdates {
        padding: 10px;
    }

    .rslides1_nav {
        top: 40%;
    }

    .rslides1_nav.next {
        right: 50px;
    }

}


@media screen and (max-width:480px){
    #wrapper .half {
        width: 100%;
        overflow: hidden;
    }

    h2.bucket-header {
        font-size: 1.3em;
    }

    .left-2-col-70-30 {
        width: 100%;
        overflow: hidden;
    }

    .right-2-col-70-30 {
        width: 100%;
        overflow: hidden;
    }

    #emailupdates {
        padding: 10px;
        margin: 4px;
    }

  #block-featuredbottomthird {
    width: auto;
    }

   #stayconnected #connected_icons li {
     /*display: inline-block;*/
     padding: 0;
   }

   #stayconnected ul {
     text-align: left;
   }

   #stayconnected ul li {
     float: none;
     width: 0;
   }


	.homeListLeft {
	  float: none;
	}

  #stayconnected {
    margin-left: 0;
  }

    #stayconnected img {
      max-width: 100%;
      height: auto;
    }

  p.shareYourServiceTitle {
    font-size: 220%;
  }
}



/********* Grants ***********/
.pagerstyle a{
	margin:0px 2px;
}

.bucketft{
	font-family: open_sansregular,arial;
}


/**Twitter css **/
.page-blog .pullquote {
    #border: 1px solid #cccccc;
    font-size: 16px;
    #font-style: italic;
    font-weight: normal;
    margin: 0 0 20px;
    #padding: 20px;
}
.page-blog .pullquote p.qmark::before {
    content: url("../images/system/start_quote.png");
    margin: 0 8px 0 0 !important;
}
.page-blog .pullquote p.qmark::after {
    content: url("../images/system/end_quote.png");
    left: 8px;
    position: relative;
    vertical-align: -50%;
}
.page-blog .pullquote p.link {
    background: transparent url("../images/system/pullquote_twitter_icon.png") no-repeat scroll right center;
    color: #005c8d;
    font-size: 14px;
    font-style: normal;
    margin-top: 25px;
    padding-right: 25px;
}
.page-blog .pullquote p.link a:link {
    color: #005c8d;
}

.leftimg{
	height: 15px;
	margin-bottom: -2px;
}

.tweethc{
	text-align: center;
}



/*****************/
/* VERTICAL SLIDE */
/*****************/

.vsContent{
    /**background-color: #ffffff;**/
    height: auto;
    padding: 4px;
}
.vsTitle {
    /**border: 1px solid #808080;**/
    cursor: pointer;
    padding: 5px;
    list-style-type: none;
}

/**********TopNav***/

.active-trail{
	background:#335699;
}

li.active-trail a{
	color:#ffffff !important;
}

.not-selected {
    background: #fff;
    color: #003366 !important;
}

a.not-selected {
    color: #003366; !important;
}



/***************************************
    LEFT-RAIL - NAVIGATION
**************************************/

.left-2-col-30-70{
    float:left;

    width: 30%;
    overflow:hidden;
    margin-top: 21px;
}

.right-2-col-30-70 {
    float: right;
    width: 70%;
}

#left-rail{
	width:240px;
	float:left;
	background-color:#ffffff;
    word-break:break-word;
}

#left-rail-content{
	padding: 0px 5px;

}

.right-rail-2-col-right {
    float: left;/**right;**/
    width: 30%; /**288px; **/
    overflow:hidden;
}

.right-rail-2-col-left {
    width: 70%;
    float:left;
}

/*
.left-rail-body{
	background-color:white;
	padding:5px 5px;
	border:1px solid #DFDFDF;
	margin:5px;
}
.left-rail-body h2{
	font-family:'Open Sans', sans-serif;
	color:#14477c;
}

.left-rail-body h3{
	font-family:'Open Sans', sans-serif;
	color:#981c20;
	font-size:1.0em;
}

ul li.expanded {
    margin-left: auto;
}
**/

/*********************************
    BLOG PAGE SETUP
*********************************/

.blog-post-row {
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    width: auto;
}


.field-research-library-topics { /*.field-items .field-item */
  display: inline-block; /*table-cell;*/
  *display: inline;
  *zoom: 1; /* for IE */
}

.field-research-library-topics:after { /*.field-items .field-item */
  content: ",";
}


.field-research-library-topics:last-child:after {
  content: "";
}

.view-library-audience-drop-down .container-inline {
    padding-bottom: 20px;
}

/*********************/
/**** Member Story styling ******/
/*********************/

.member-stories header {
  width: 100%;
}

header > .member-stories {
  padding: 0;
}

.member-stories {
  margin: 0 0 1rem;
}

.member-stories form {
  flex: none;
  margin: 0 0 2rem;
  width: 100%;
}

.member-stories form > * {
  margin: 0 0 .5rem;
}

.member-stories .views-exposed-form .form-item {
  display: flex;
}

.member-stories .views-exposed-form label {
  display: block;
}

.member-stories .views-exposed-form select {
  background-color: rgb(248, 248, 248);
  border: 0;
  border-bottom: 1px solid #eaeaea;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  height: 26px;
  line-height: 1.2;
  margin: 0 5px .5rem;
}

.member-stories .views-exposed-form option {
  padding: 3px 8px;
}

.member-stories .views-exposed-form .button {
  background-color: #005eb8;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: .875rem;
  padding: .25rem 1rem;
  transition: .3s all ease;
}

.member-stories .views-exposed-form .button:hover,
.member-stories .views-exposed-form .button:focus {
  background-color: #002f5f;
}

.featured-member-story.views-row {
  border: 5px solid #d4d4d4;
  padding: 5px;
}

p.intro-text{
    margin: 0 0 1.0em;
}

.intro-text a.submit-your-story{
    color: #009ddf;
    text-decoration: none;
}

.featured-member-story .featured-member-story-wrapper > div {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.featured-member-story .views-field-field-member-quote .field-content > * {
  display: inline;
}

.featured-member-story .views-field-title a {
  color: #3650a2;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 0 1rem;
  text-decoration: none;
}

.featured-member-story .views-field-field-see-more-link-text a,
.featured-member-story .views-field-title a:hover,
.featured-member-story .views-field-title a:focus {
  text-decoration: underline;
}

.featured-member-story .views-field-field-see-more-link-text a {
  color: #009ddf;
  display: inline-block;
  font-size: 1rem;
  margin: 1rem 0 0;
  text-decoration: none;
}

.featured-member-stories.views-row,
.member-story.views-row {
  border: 5px solid #d4d4d4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 1rem;
  padding: 5px;
}

.featured-member-stories.views-row .views-field,
.member-story .views-field {
  padding: 0 .5rem .5rem;
}

.featured-member-stories.views-row .views-field-field-see-more-link-text,
.member-story .views-field-field-see-more-link-text {
  margin-top: auto;
}

.featured-member-stories.views-row .views-field a,
.member-story .views-field a {
  color: #009ddf;
  text-decoration: none;
}

.featured-member-stories.views-row .views-field a:hover,
.featured-member-stories.views-row.views-field a:focus,
.member-story .views-field a:hover,
.member-story .views-field a:focus {
  text-decoration: underline;
}

.featured-member-stories.views-row .views-field-field-video-url,
.member-story .views-field-field-video-url {
  padding: 0 0 .5rem;
  width: 100%;
}

.featured-member-stories.views-row .views-field-title,
.member-story .views-field-title {
  font-size: 1rem;
  font-weight: 700;
}

.featured-member-stories.views-row .views-field-title a,
.member-story .views-field-title a {
  color: #000;
  line-height: 1.3;
}

.featured-member-stories.views-row .views-field .field-content > *,
.member-story .views-field .field-content > * {
  display: inline-block;
  width: 100%;
}

.featured-member-story.views-row .views-field img,
.featured-member-stories.views-row .views-field img,
.member-story .views-field img {
  height: auto;
  width: 100%;
}

.featured-member-stories .more-link a,
.member-stories .more-link a {
  background-color: #005eb8;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: .875rem;
  margin: 1.5rem 0;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: .3s all ease;
}

.featured-member-stories .more-link a:hover,
.featured-member-stories .more-link a:focus,
.member-stories .more-link a:hover,
.member-stories .more-link a:focus {
  background-color: #002f5f;
}

@media screen and (min-width:801px){
  .featured-member-story.views-row {
    display: flex;
    justify-content: space-between;
  }

  .featured-member-story.views-row > * {
    width: 50%;
  }

  .featured-member-story-wrapper {
    padding: 0;
  }

  .featured-member-stories,
  .member-stories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .member-stories form {
    display: flex;
    justify-content: space-between;
  }

  .member-stories .views-exposed-form label {
    display: inline;
  }

  .featured-member-stories.views-row,
  .member-story.views-row {
    width: 30%;
  }
}

/* Submit Your Story */

#block-submityourstorybutton {
  background-image: none;
  border: 5px solid #005eb8;
  margin: 3rem 0;
  padding: 2rem;
  text-align: center;
}

@media screen and (min-width:801px){
  #block-submityourstorybutton {
    background-image: url('../images/submityourown.png');
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 2rem 2rem 40%;
  }
}

#block-submityourstorybutton h2 {
  font-weight: 700;
}

#submit-your-story a {
  background-color: #005eb8;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  margin: 1rem auto;
  padding: 1rem 3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s all ease;
}

#submit-your-story a:hover,
#submit-your-story a:focus {
  background-color: #002f5f;
}


/* Member story node styling */

.member-story-caption {
  font-size: .75rem;
  line-height: 1.3;
  margin: .25rem .25rem 1rem;
}

.member-story-blurb {
  font-size: 1rem;
  margin: 2rem 0;
}

.member-story-quote {
  color: #1e4161;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 3rem auto;
  position: relative;
  text-align: center;
  width: 70%;
}

.member-story-quote:before {
  color: #1e4161;
  content: '\201C';
  font-size: 80px;
  height: 30px;
  left: -40px;
  line-height: 1;
  position: absolute;
  top: -16px;
  width: 30px;
}

.member-story-quote:after {
  color: #1e4161;
  content: '\201D';
  font-size: 80px;
  height: 30px;
  right: -40px;
  line-height: 1;
  position: absolute;
  bottom: -8px;
  width: 30px;
}

.member-story-discipline,
.member-story-program,
.member-story-location-type {
  margin: 0 0 .5rem;
}

.member-story-discipline > *,
.member-story-program > *,
.member-story-location-type > * {
  display: inline-block;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.member-story-discipline > *:after,
.member-story-program > *:after,
.member-story-location-type > *:after {
  content: '|';
  margin-right: -3px;
  padding: 0 5px;
}

.member-story-discipline > *:last-of-type:after,
.member-story-program > *:last-of-type:after,
.member-story-location-type > *:last-of-type:after {
  display: none;
}

.member-story-location-type {
  margin-bottom: 4rem;
}
