@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url("../font/SourceSansPro-Regular.ttf");
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: url("../font/SourceSansPro-Italic.ttf");
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: url("../font/SourceSansPro-Bold.ttf");
}

body, input, textarea, table, td, th {
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	line-height: 1.625;
}

html, body, p h1, h2, h3, a {font-family: 'Source Sans Pro', sans-serif !important}
body.homepage {
	background: url(../images/bkg_all.jpg) top left repeat; display:block; 
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: normal;
	line-height: 1.625;
}


#page {
	margin: 0 auto;
	/*max-width: 1000px;*/
	max-width:940px;
	margin-top:30px;
	font-family: 'Source Sans Pro', sans-serif !important;
}

#primary {
	float: left;
	padding-bottom: 20px;
	margin: 0 -26.4% 0 0;
	width: 100%;
	margin-bottom:40px;
	
	background-color: #fff;
	-moz-box-shadow:0 1px 2px #666;
	-webkit-box-shadow:0 1px 2px #666;
	box-shadow:0 1px 2px #666;
}

#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	/*margin-right: 7.6%; */
  margin-right:0;
	width: 28%;
}



#branding hgroup {
	width:940px;
	margin:0 auto;
	position:relative;
	height:180px;
}



/*
li{ border-bottom:1px dotted #ddd; padding:10px 0; list-style:none;}
*/

/* Links */


a {
	
	text-decoration: none;
	color:#006EB5;
	cursor:pointer;
	/*font-size:13px;*/
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;	
	transition:All 0.3s ease;
}
a:focus,
a:active,
a:hover {
	color: #007850;
	text-decoration: none;
}
/* =Header
----------------------------------------------- */
.home #branding{
	border-bottom:none !important;}

#branding, .layout_header {
	/* border-top: 2px solid #00622D;
	border-bottom:3px solid #fff;
	padding-bottom: 10px; */
	background-color:#fff;
	position: relative;
	z-index: 0;
	/* -webkit-box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	box-shadow: 0px 1px 2px #666; */
}
#site-title {
	/* padding: 3.65625em 0 0;*/
	font-size: 16px;
    margin-right: 270px;
     /*padding: 1.3em 0 1em;*/
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	
	display:none;
	
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}


/* Style Plus ===*/

.logo_head{
	background:url(../images/bcc_testa_login.png) top left no-repeat;
	width:940px;
	height:180px;
	display:block;}

.main_ig{
text-align:center;
width:100%;
height:300px;
overflow:hidden;
background-color:white;
	
}
.main_ig img,
.main_img{
	
	height:300px;
	display:block;
	margin: 0 auto;

	min-height: 300px;
	
	width: 1920px;
	height: 300px;
	
	/*aspect ratio maintain
	
	min-height: 100%;
	min-width: 1024px;
	
	width: 100%;
	height: auto;*/

	/* Set up positioning
	position: relative;
	top: 0;
	left: 0;
	
 
	border-bottom:2px solid #fff;
	
	-moz-box-shadow:0 1px 2px #666;
	-webkit-box-shadow:0 1px 2px #666;
	box-shadow:0 1px 2px #666;
	
	background-size: 100%;
 */
	}
#main {
	clear: both;
	float:left;
	margin-bottom:40px;
	position:relative;
	width:940px;
	background-color: #fff;
	padding: 1em 0 0;
}	

footer{
	background-color:#272727;
	
	-webkit-box-shadow: inset 0px 1px 2px 0px #000;
	-moz-box-shadow: inset 0px 1px 2px 0px #000;
	box-shadow: inset 0px 1px 2px 0px #000; }

#colophon {
	clear: both;
}

#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}


/* Shortcode columns ===*/

.one_sx{width:270px; float:left;}

.three_dx{ width:560px; float:right;}


/* Footer Style ===*/
.content_footer{
	width:940px;
	margin:0 auto;
	color:#ccc;
	padding:2em 0;
	}
.content_footer h2{ color:grey; font-size:24px;}
.content_footer li{border:none; padding:0;}
.content_footer a{ color:#grey;}
.content_footer a:hover{ color:#fff;}

.content_footer .three_dx ul{ margin:20px 0 0;}
.content_footer .three_dx ul li{
	float:left; margin-right:20px;}
.content_footer .three_dx ul li:last-child{ margin-right:0;}

.content_menu_footer{
	clear:both;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	overflow:hidden;
	padding:20px 0;}
.content_menu_footer span{
	float:left;
	display:block;
	font-size:16px;}
.content_menu_footer ul{
	margin:0;
	
	overflow:hidden;}
.content_menu_footer ul li{ float:left; margin-right:20px;}
.content_menu_footer ul li:last-child{ margin-right:0;}
.content_menu_footer ul li a{ font-size:16px;}

.down_footer{
	clear: both;
    margin: 0 0 2em;}
.down_footer ul{ margin:1em 0; }
.down_footer ul li{ float:left; margin-left:20px;}
.down_footer ul li:first-child{ margin-left:0;}

/* LMS */

.content, .yui-content {background-color:white}
#lms_menu_container div.bd {background-color:#D0D6E7}
/*.lms_footer {width:96%; padding-left:20px; padding-right:20px} */

/* BCC VITA Forma 4 (2025/01) */
#login_userid, #login_pwd {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#213a8e;
	border:1px solid #00954f;
	
}

.homepage .forma-button {
	background-color:#009546;
	padding:6px 50px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:white;
	border:none;
	margin-top:25px;
	border-radius:6px;
	cursor:pointer;	
	text-transform: none;
}

.homepage .forma-button:hover{
	background-color:#008536;
}

header.header .row-fluid .navbar-header .navbar-brand img {
	height:172%;
}

header.header{border-bottom: 2px solid #7eb4e7}

#lms_menu_container #navbar ul.nav li:nth-child(2) {display:none}

.filterBar__mainsearch fieldset {display:none}
.filterBar__mainsearch .filterBar__searchAndReset {display:none !important}

.course-box{
	border: 1px solid #009546;
	border-radius:12px;
	transition: border .1s ease 0s
}

.course-box:hover {border:2px solid #009546}

/* BCC VITA */

div.yui-b div.std_block {margin-top:44px}

h1#site-title{padding:0px}

div#main.bcv-login{
	text-align:center;
}

div#main h2{
	font-size:24px;
	font-weight:normal;
}

div#main label{
	font-size:18px;
	text-align:center;
	margin-top:10px;
}

div#main input.textfield{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#213a8e;
	border:1px solid #00954f;
}

div#main input.button{
	background-color:#009546;
	padding:6px 50px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:white;
	border:none;
	margin-top:25px;
	border-radius:6px;
	cursor:pointer;
}

div#main div#service_msg{margin-top:20px}

div#logo-cognosco {float:right; width:128px; height:62px; margin-top:-18px; background: url(../images/foot_cognosco.png) 0 0 no-repeat; }
div#logo-cognosco:hover{background-position:0 -62px}
div#logo-cognosco a{display:block; width:128px; height:64px; cursor:pointer}

a#helplink{display:block; padding:0 34px; color:white; text-decoration:none; background-color:#213a8e; text-align:center}
a#helplink:hover{background-color:#00954f}

.admmenu{font-size:110%; color:#213a8e}

div.esci{float:right; width:105px; position:absolute; top:20px; right:10px; text-align:right}
div.butt_help{float:right; width:105px; position:absolute; top:60px; right:10px; text-align:right}
div.benvenuto{float:right; width:400px; position:absolute; top:92px; right:10px; text-align:right}

div.info_container h2 a img{display: none}

div#lms_main_container div.yui-b h1{width:300%}
div#cognosco_menu{margin: 0 1em 1em; padding: .6em; background: #ffffff; border: 1px solid #cccccc;}
div#cognosco_menu ul {margin:0;}
div#cognosco_menu li {padding:0; border:none}
div#cognosco_menu h3 {cursor:pointer; font-size:95%; padding-left:14px}
div#cognosco_menu h3.ui-state-default {background: url(../images/standard/menu_closed.png) 0px 9px no-repeat}
div#cognosco_menu h3.ui-state-active {background: url(../images/standard/menu_open.png) 0px 9px no-repeat}

div#accordion{margin: 0 1em 1em; padding: .6em; background: #ffffff; border: 1px solid #cccccc;}

.yui-t3 #yui-main .yui-b {
    margin-left: 22em;
}