body {
	background: #b4d7f2;
	margin: 0 auto;
}

/* Navigazione alta */
.pkp_site_nav_menu {
	background: #004360;	
}

.pkp_navigation_primary > li > a {
	color: #ffffff;
}

.pkp_navigation_primary > li > a:hover {
	color: #048dde;
	border-bottom: 1px solid #048dde;	
}

.pkp_navigation_primary > li > a:active {
	background-color: #ddd;
}


.pkp_navigation_search_wrapper a  {
	color: white;
}

.pkp_navigation_search_wrapper a:hower {
	color: white;
}

.pkp_navigation_search_wrapper a:active {
	color: white;
}

/* Contenuti zona centrale */
.pkp_structure_content {
		background: #ffffff;
}

/* Footer */
.pkp_structure_footer_wrapper {
	 display: flex;
	overflow: hidden;	 
	vertical-align: top;
	
}

.pkp_footer_content {
	float:left;
	padding-top: 1rem;
}

.pkp_brand_footer {
	float:right;
}

/* Lista articoli */
a {
    color: #048dde;
	text-decoration: none;
}

a:hover {
   border-bottom: 1px solid #048dde;	
}

/* Bottone PDF */
a.pdf {
	background: #004360;	
	color: white;	
	font-weight: 800;
  	text-transform: uppercase;	
}

a.pdf:hover {
	background: #B4D7F2;	
	color: black;	
	font-weight: 800;
  	text-transform: uppercase;	
}

/* Menu sopra */
.pkp_navigation_search_wrapper {
	font-family: "Noto Sans",serif;
	font-size: 0.9em;
	text-decoration:  none;
    color: white;	
}

.pkp_navigation_search_wrapper a{
	color: white;	
}

.pkp_navigation_search_wrapper a:hover {
	color: #048dde;
	border-bottom: 1px solid #048dde;	
}

.pkp_navigation_search_wrapper a:active {
	background-color: #ddd;
}


/* Menu di DX */
.pkp_block .title {
    display: inline-block;
    color: #048dde;	
    padding-bottom: 0.5em;
    border-bottom: 2px solid #ddd;
    font-weight: 300;
    text-transform: uppercase;
	font-family: "Noto Sans",serif;
	font-size: 1.3em;
}

.pkp_block a {
	font-family: "Noto Sans",serif;
	font-size: 0.9em;
	text-decoration:  none;
    color: #00031d;		
}

.pkp_block a:hover {
    border-bottom: 1px solid #ddd;	
}

/* contenuto Centrale */
.page h1 {
    color: #048dde;	
    font-weight: 700;
	font-family: "Noto Sans",serif;
	font-size: 1.8em;
}

.page h2 {
    color: #0267a1;
    font-weight: 500;
	font-family: "Noto Sans",serif;
	font-size: 1.6em;
}


.page h3 {
    color: #00577c;	
    font-weight: 500;
	font-family: "Noto Sans",serif;
	font-size: 1.4em;
}

/* Mi height altezza */
.pkp_structure_content{
	min-height: 600px;
}

a.is_text, a.is_text:hover {
	text-decoration: none;
	border-bottom: 0;
	color: white;
	visibility: hidden;
}

.pkp_site_name .is_text {
	color: white;	
}

.pkp_structure_head {
	/*
	background-size: 250px;
	background-position:  right top;
	border: 2px solid red;
	*/
}

.pkp_site_name_wrapper {
	background-size: 350px;
	background-position:  left top;
	background-image: url("https://rte.fter.it/ojs/public/site/images/sspagna/rte-testata.png");
	background-repeat: no-repeat;
	line-height: 150px;
	padding-left: 450px;
}	

.pkp_head_wrapper {
	padding-top: 5px;
}

li.profile a {
    color: #004360;
	text-decoration: none;
}

li.profile a:hover {
	color: #048dde;
	border-bottom: 1px solid #048dde;	
}
