@charset "utf-8";
/* CSS Document */

/*a, a:hover{
	text-decoration: none;
	color: #000;
}*/

.next-news-item {  /* NOTA DO JOTA - MEXI NO LINK DOS DETALHES ================================*/
	color:#FFF;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	background-color: #DADADA;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 0px;
	float: right;
	margin-left: 25px;
	margin-top: 10px;
	background-image: url(../images/seta_avanca_Not.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 20px;
}

.next-news-item:hover {
	color:#FFF;
	background-color: #99D4E7;
}

i{font-style:normal}
.inset-panel{
  background-color:#fff;
  padding: 1em 2em;
  box-shadow: 0 0 .5em rgba(0,0,0,.1) inset ;
  border-top:1px solid rgba(255,255,255,.3);
  border-bottom:1px solid rgba(255,255,255,.3);
  font-size: 14px;
}

#middle[id] {
  display: table-cell;
  vertical-align: middle;
  position: static;
}

.news-panel{
	min-height:400px;
}
.news-header{
  display:inline-block;
  float: left;
  margin:1em 0 0;
}
.news-feed{
	margin-left: 0em;
	list-style: none;
	height: 400px;
	overflow: hidden;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}
.news-item{
	height:135px;
	padding-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.news-item a{
  display: block;
}
.news-item img{
	float: left;
	margin-top: 1px;
	margin-right: 1em;
	margin-bottom: 1px;
	margin-left: 0;
}
.news-item-header,
.news-item-lead,
.news-item-meta{
  display: block;
}
.news-item-header{
	padding-top: 0px;
	font-weight:bold;
	color: #333;
	font-size: 15px;
	margin-bottom: 5px;
}
/*.news-item-header:hover{
	color: #090;
}*/
.news-item-meta{
	font-size:0.8em;
	color: #665F51;
	margin-bottom: -16px;
	padding-bottom: 0px;
}
.news-item-lead{
	color: #665F51;
	font-size: 12px;
}
.news-item:hover{
	color: #090;
}
.news-scroll{
  position: absolute;
  top:5em;
  left:38px;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;
}
.news-panel:hover .news-scroll{
  -moz-opacity: 1;
  opacity: 1;
}
.news-scroll .glyph.general:before{
  margin-right:0;
}
.module-header{
  font: bold 1.25em/1.5em Verdana, Arial, Helvetica, sans-serif;
  color: #544f43;
  margin: 0 0 .5em;
  padding: 0;
}
a.button.subtle,
a.button.subtle:link,
a.button.subtle:visited,
input.subtle[type="button"],
input.subtle[type="submit"]{
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #d7d4cd;
  text-shadow: 0 1px 1px #FFFFFF;
  background: none repeat scroll 0 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 #FFFFFF;
  cursor: pointer;
  font-size:100%;
  font-weight:normal;
  outline: 0 none;
  padding: .6em;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
  color:#3d71b7;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;
}
a.button.subtle:hover,
a.button.subtle:focus,
input.subtle[type="button"]:hover,
input.subtle[type="button"]:focus,
input.subtle[type="submit"]:hover,
input.subtle[type="submit"]:focus,
a.button.super.subtle:hover,
a.button.super.subtle:focus,
input.super.subtle[type="button"]:hover,
input.super.subtle[type="button"]:focus,
input.super.subtle[type="submit"]:hover,
input.super.subtle[type="submit"]:focus{
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 4px #fff inset;
  border: 1px solid #9b9382;
  color: #004a9b;
background: -moz-linear-gradient(top,  rgba(155,147,130,0.05) 0%, rgba(155,147,130,0.1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,147,130,0.05)), color-stop(100%,rgba(155,147,130,0.1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(155,147,130,0.05) 0%,rgba(155,147,130,0.1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(155,147,130,0.05) 0%,rgba(155,147,130,0.1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(155,147,130,0.05) 0%,rgba(155,147,130,0.1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(155,147,130,0.05) 0%,rgba(155,147,130,0.1) 100%); /* W3C */
}
a.button.subtle:active,
a.button.super.subtle:active{
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  rgba(155,147,130,0.3) 0%, rgba(155,147,130,0.15) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,147,130,0.3)), color-stop(100%,rgba(155,147,130,0.15))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(155,147,130,0.3) 0%,rgba(155,147,130,0.15) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(155,147,130,0.3) 0%,rgba(155,147,130,0.15) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(155,147,130,0.3) 0%,rgba(155,147,130,0.15) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(155,147,130,0.3) 0%,rgba(155,147,130,0.15) 100%); /* W3C */
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0 1px 0 #FFFFFF;
}
.news-scroll{
  position: absolute;
  top:5em;
  left:38px;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;
}
.news-panel:hover .news-scroll{
  -moz-opacity: 1;
  opacity: 1;
}
.news-scroll .glyph.general:before{
  margin-right:0;
}
.news-scroll .glyph.general::before {
margin-right: 0;
}
@font-face {
    font-family: "FoundationIconsGeneral";
    font-style: normal;
    font-weight: normal;
    src: url("http://ebu.intermountainhealthcare.org/ebiz/public/short-term/fonts/foundation-icons-general.eot?#iefix") format("embedded-opentype"), url("http://ebu.intermountainhealthcare.org/ebiz/public/short-term/fonts/foundation-icons-general.woff") format("woff"), url("http://ebu.intermountainhealthcare.org/ebiz/public/short-term/fonts/foundation-icons-general.ttf") format("truetype"), url("http://ebu.intermountainhealthcare.org/ebiz/public/short-term/fonts/foundation-icons-general.svg#FoundationIconsGeneral") format("svg");
}
.glyph.social::before, .glyph.general::before, .glyph.general.enclosed::before {
content: " ";
font-size: 100%;
font-style: normal;
margin-right: .25em;
}

.glyph.general, .glyph.general::before {
font-family: "FoundationIconsGeneral";
}
.glyph {
cursor: default;
font-size: inherit;
line-height: 1;
}
.glyph.general.arrow-down::before {
content: "x";
}
