/* XPages Application CSS */
/* colori da usare 
red  : #e30613
blue : #1b294a
grey : #eaedef
*/
html, body {
	overflow-x: hidden;
	background: white;
}

/* ****** */
/* FONT */
/* ****** */
/* 
	Roboto font-weight
	Thin : 100
	Light : 300
	Regular : 400
	Medium : 500
	Bold : 700
	Black : 900
*/
body.xsp {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	/*color: #333;*/
	color: #1b294a;
	padding-top: 0px
}

xspInputFieldRichText {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	/*color: #333;*/
	color: #1b294a;
	padding-top: 0px
}

.xspInputFieldRichText {
    background-color: unset;
}

font {
	/*color: #333;*/
	color: #1b294a;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

/* ********* */
/* CONTAINER */
/* ********* */
.container {
	width: 1280px;
	padding-right: 0px;
	padding-left: 0px;
}

.section {
	padding-left: 130px;
	padding-right: 130px;
}

.section-full {
	/* height: 350px; */
	margin-left: -300vw;
	padding-left: 300vw;
	margin-right: -300vw;
	padding-right: 300vw;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.col-md-11 {
	padding-left: 0px;
	padding-right: 0px;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 40px;
	padding-left: 0px;
}

.nopadding {
	padding: 0px !important;
}

.nopadding-lr {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.nopadding-tb {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.nopadding-left {
	padding-left: 0px !important;
}

.nopadding-right {
	padding-right: 0px !important;
}

.nopadding-top {
	padding-top: 0px !important;
}

.nopadding-bottom {
	padding-bottom: 0px !important;
}

.nomargin-left {
	margin-left: 0px !important;
}

.nomargin-right {
	margin-right: 0px !important;
}

.nomargin-top {
	margin-top: 0px !important;
}

.nomargin-bottom {
	margin-bottom: 0px !important;
}

/* ******** */
/*  COLORS  */
/* ******** */
.background-red {
	background: #e30613;
}

.background-grey {
	background: #eaedef;
}

.background-blue {
	background: #1b294a;
}

.background-white {
	background: white;
}

.font-white {
	color: white;
}

.font-red {
	color: #e30613;
}

.font-blue {
	color: #1b294a;
}

.border-bottom-red {
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-color: #e30613 !important;
}

.border-top-red {
	border-top-style: solid;
	border-top-width: 6px;
	border-color: #e30613 !important;
}

/* ***** */
/* ALIGN */
/* ***** */
.vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ****** */
/* HEADER */
/* ****** */
.header {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.logo {
	padding-left: 0px;
	width: auto;
	max-height: 50px;
}

.iconaHeader {
	padding-left: 0px;
	width: auto;
	max-height: 15px;
	margin-left: 10px;
}

.iconaMenu {
	padding-left: 0px;
	width: auto;
	max-height: 20px;
	margin-left: 10px;
}

.headerLink1 {
	font-size: 13px;
	font-weight: bold;
	color: #1b294a;
	height: 30px;
}

.headerLink2 {
	font-size: 13px;
	font-weight: bold;
	color: #e30613;
	height: 40px;
}

.headerUser {
	list-style: none;
	padding: 3px;
	background: transparent;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
	border-radius: 0px;
}

.headerUserNav {
	min-width: 100px;
}

.headerLanguage {
	list-style: none;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #e30613 !important;
	padding: 3px;
	background: transparent;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
	border-radius: 0px;
	color: #e30613;
}

.headerLanguage>li>a {
	color: #e30613;
}

.headerLanguageNav {
	min-width: 50px !important;
}
.headerLanguage li:hover ul {
 display: block;
}

.headerLanguageNav li a {
    display: block !important;
}
.navbar {
	margin-bottom: 0px;
	min-height: 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	border:0px;
}

.navbar .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-toggle {
    border-color: white;
	margin-top:5px;
	padding: 7px 8px;
	margin-bottom:4px;
}

.navbar-nav {
	padding: 0;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0px;
    margin-right: 35px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: underline;
    background-color: unset;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: unset;
    border-color: none;
}

.navbar-nav > li > a {
    text-shadow: unset;
	color: white;
	padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.headerMenu {
	height: 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: white;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.headerMenuNav {
	width: 100%;
	list-style: none;
}

.headerMenuNav>li {
	display: block;
	width: auto;
	float: left; /* elementi su singola riga */
	margin-right: 40px;
}

.headerMenuNav>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: white;
	text-transform: uppercase;
}

.headerMenuSubNav {
	font-size: 13px;
	line-height: 20px;
	min-width: 220px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #eaedef;
	left: -10px;
}

.headerMenuSubNav li {
	border-top: 1px solid #e30613;
}

.headerMenuSubNav li:first-child {
	border-top: 0;
}

.headerMenuSubNav li a {
	color: #1b294a;
}

.headerMenuSubNav li a {
	padding: 3px 0px;
	color: #1b294a;
	font-weight: bold;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    margin-right: 0px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}




/* *********** */
/* FOOTER MENU */
/* *********** */
.footermenu {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footermenu legend {
	border-bottom: 1px solid #1b294a;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}

.footermenu ul li a {
	color: #1b294a;
	font-size: 10px;
	font-weight: 300;
}

.footermenulist {
	list-style-type: none;
	padding-left: 0px;
}

/* ******** */
/*  FOOTER  */
/* ******** */
.main-footer {
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.main-footer p {
	margin: 0px;
	font-weight: 300;
}

.main-footer a {
	color: white
}

.main-footerTitle {
	font-size: 10px;
	font-weight: 500;
}

.main-footerCopyright {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.main-footer-policies {
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: white
}

.main-footer-policies a {
	color: white
}

.iconaFooter {
	padding-left: 0px;
	width: auto;
	height: 22px;
	margin-left: 10px;
}

/* ********** */
/* COOKIE LAW */
/* ********** */
.cookieLawPanelTop {
	position: fixed;
	top: 0px;
	left: 0;
	height: auto;
	min-height: 200px;
	max-height: 250px;
	width: 100%;
	background: white;
	z-index: 999;
	padding: 10px 50px 10px 50px;
	border-bottom: solid;
	color: #1b294a;
}

.cookieLawPanelBottom {
	position: fixed;
	bottom: 0px;
	left: 0;
	height: auto;
	min-height: 200px;
	max-height: 250px;
	width: 100%;
	background: white;
	z-index: 999;
	padding: 10px 50px 10px 50px;
	border-top: solid;
	color: #1b294a;
}

.cookieLawPanel-content {
	overflow-y: auto;
	max-height: 180px;
}

.cookieLawPanel-buttons {
	min-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ****** */
/* DIALOG */
.modal-dialog {
	font-size: 20px;
	font-weight: 400;
	background: white;
	border-style: solid;
	border-color: #e30613;
	border-width: 3px;
	padding: 5px;
	width: 900px;
	margin: 20px auto;
}

.modal-header {
	font-size: 20px;
	font-weight: 400;
	padding: 5px;
	border-bottom: 3px solid #e30613;
}

.modal-header h4 {
	font-size: 30px;
	font-weight: 600;
}

.modal-content {
	font-size: 20px;
	font-weight: 400;
	padding: 5px;
	border: none !important;
	box-shadow: none;
	border-radius: none;
}

.close {
	font-size: 50px;
	font-weight: 100;
	line-height: 1;
	color: #000;
	text-shadow: none;
	opacity: unset;
}

/* ************** */
/* DIALOG PRIVACY */
/* ************** */
.modal-dialog-privacy {
	font-size: 20px;
	font-weight: 400;
	background: white;
	border-style: solid;
	border-color: #e30613;
	border-width: 3px;
	padding: 5px;
	width: 900px;
	margin: 20px auto;
}

.modal-dialog-privacy-header {
	font-size: 20px;
	font-weight: 400;
	padding: 5px;
	border-bottom: 3px solid #e30613;
}

.modal-dialog-privacy-header h4 {
	font-size: 30px;
	font-weight: 600;
}


/* ************* */
/* DIALOG COOKIE */
/* ************* */
.modal-dialog-cookie {
	min-height: 400px;
	overflow-y: auto;
}

.modal-dialog-cookie-button1 {
	background: #eaedef;
	border: none;
	color: #1b294a;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	width: 100%;
}

.modal-dialog-cookie-button2 {
	background: #1b294a;
	border: none;
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	width: 100%;
}

/* ************* */
/* VERTICAL TEXT */
/* ************* */
.verticaltext {
	position: relative;
	padding-left: 0px;
	margin: 1em 0;
	/* min-height:250px; */
}

.verticaltext_content {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	left: -130px;
	top: 140px;
	position: absolute;
	font-size: 50px;
	line-height:50px;
	font-weight: bold;
	width: 300px;
	padding-left:10px;
}

.verticaltext-right {
	position: relative;
	padding-right: 0px;
	margin: 1em 0;
	/* min-height:250px; */
	float: right;
}

.verticaltext_content-right {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	left: -220px;
	bottom: -250px;
	position: absolute;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #e30613;
	width: 400px;
	height: 60px;
}

.section-title-red {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #e30613;
	height: 60px;
}

/* ***** */
/* FIELD */
/* ***** */
/* class for outline of the radio button and checkbox */
.input-group>div {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.radio-border {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.dijitDateTextBox {
	padding-right: 0px !important;
}

/* BUTTON LINK */
.button-link-white {
	border-style: solid;
	border-color: white;
	border-width: 1px;
	padding: 3px;
	color: white;
	text-transform: uppercase;
}

.button-link-blue {
	border-style: solid;
	border-color: #1b294a;
	border-width: 1px;
	padding: 3px;
	color: #1b294a;
	text-transform: uppercase;
}

/* NAVIGATOR */
.nav.nav-pills>li.active>a {
	border: 1px solid #1b294a;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
	{
	color: #fff;
	background-color: #1b294a;
}

/* ****************** */
/* MEDIA X RESPONSIVE */
/* ****************** */
@media ( min-width : 992px) and ( max-width : 1280px) {
	.container {
		width: 970px;
	}
	.section {
		padding-left: 30px;
		padding-right: 30px;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.col-md-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media ( max-width : 991px) {
	.container {
		width: 100%;
	}
	.section {
		padding-left: 50px;
		padding-right: 50px;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.col-md-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.verticaltext_content {
		top:325px;
	}
	
	.verticaltext_content-right {
		bottom: -25px;
	}
	
	.section-title-red {
		font-size: 32px;
		line-height: 36px;
		font-weight: 500;
		height:40px;
	}
}

@media ( max-width : 767px) {
	.container {
		width: 100%;
	}
	.logo {
		max-height: 40px;
	}
	.navbar {
		min-height: 30px;
	}
	
	.navbar-nav {
    	padding-left: 10px !important;
    	padding-right: 10px !important;
	}
	
	.navbar-collapse {
	    padding-right: 10px;
	    padding-left: 10px;
	}
	
	.headerMenuSubNav li a {
	    color: white;
	}
	
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    	color: #eaedef;
    	text-decoration: none;
		background-color: unset;
		background-image: unset;
	}
	
	.dropdown-submenu > a::after {
		border-left-color:white;
	}
	
	.section {
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-xs {
		padding-left: 0px;
		padding-right: 0px;
	}
	.section-title-red {
		font-size: 32px;
		line-height: 36px;
		font-weight: 500;
		height:40px;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.col-md-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.vertical-align {
		display: block;
		align-items: center;
		justify-content: center;
		flex-direction: none;
	}
	
	.cookieLawPanelTop {
		padding: 10px 10px 10px 10px;
		height: auto;
		max-height: unset;
	}
	.cookieLawPanelBottom {
		padding: 10px 10px 10px 10px;
		height: auto;
		max-height: unset;
	}
	.cookieLawPanel-content {
		overflow-y: scroll;
		max-height: 180px;
	}
	.cookieLawPanel-buttons {
		height:auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.cookieLawPanel-button {
		padding: 5px;
	}
}


@media ( min-width : 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}
/* ******* */
/*   CMS   */
/* ******* */
/* colori da usare 
red  : #e30613
blue : #1b294a
grey : #eaedef
*/

/* CONTENT */
.content {
	height: 350px;
}

.content-header {
	/*background-image: url("stock-photo-milano.jpg");*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: visible;
	height: 450px;
}

.content-header-breadcrumbs {
	position: absolute;
	top: 5px;
	left: 100px;
}

.content-breadcrumb {
	padding: 0px;
	list-style: none;
	background-color: transparent;
	font-size: 12px;
	color: #eaedef;
}

.content-breadcrumb a {
	font-size: 12px;
	color: #eaedef;
}

.content-header-title {
	position: absolute;
	top: 50px;
	left: 100px;
	right: 100px;
	display: box;
}

.content-header-title::after {
	border-bottom: 6px solid;
	border-color: #e30613;
	bottom: -10px;
	content: "";
	height: 1px;
	position: absolute;
	width: 200px;
	/*z-index: 30000;*/
}

.content-header-title h3 {
	font-size: 41px;
	font-weight: 400;
	line-height: 48px;
}

.content-basic-header {
	position: relative;
	height: 120px;
}

.content-basic-header-title {
	height: 200px;
	min-height: 200px;
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
}

.content-basic-header-title::after {
	border-bottom: 6px solid;
	border-color: #e30613;
	bottom: -3px;
	content: "";
	height: 1px;
	position: absolute;
	width: 200px;
	z-index: 30000;
}

.content-basic-header-title h3 {
	font-size: 41px;
	line-height: 45px;
	font-weight: 500;
}


.pagetitle_title::after {
	background: #a71e3b;
}

.pagetitle_title::after {
	background: #1461B7;
}

.pagetitle_title::after {
	content: "";
	display: block;
	width: 100px;
	height: .15em;
	margin-top: .15em;
}

.content-contentsection {
	padding-top: 10px;
	padding-bottom: 10px;
}

.content-contentsection h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: 400;
	color: white;
	margin-bottom: 20px;
}

.content-navigator {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.content-navigator-grid {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-gap: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-navigator-grid>div {
	background-color: white;
	text-align: center;
	padding: 20px 0;
}

.content-navigator-col {
	flex: 1 0 18%;
	/* The important bit. This percentage decides your columns. 
 The percent can be px. It just represents your minimum starting width.
  */
	margin: 5px;
	height: 50px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-navigator-link {
	text-align: center;
	border: 1px solid;
	border-color: white;
	background: white;
	color: #1b294a;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
}

.content-navigator-link a {
	color: #1b294a;
}

.content-body {
	background-color: #1b294a;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-body font {
	/*color: #333;*/
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.content-body ul, ol {
	padding: 0;
	margin: 0 0 0px 0px;
	font-size: 14px;
	list-style: none;
	color: white;
}

.content-body ul li::before {
	content: "\2192 \0020";
}

.content-body-alt {
	background-color: white !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-body-alt font {
	color: #1b294a;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

/* SECTOR */
.sector {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sector-description-content {
	margin-top: -100px;
	padding-top: 130px;
	padding-bottom: 10px;
}

.sector h2 {
	color: #e30613;
	font-weight: 500;
}

.sector h3 {
	font-size: 41px;
	font-weight: 500;
}

.sector-title {
	height: auto;
	min-height: 100px;
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 100px;
	z-index: 100;
}

.sector-title::after {
	border-bottom: 6px solid;
	border-color: #e30613;
	bottom: -3px;
	content: "";
	height: 1px;
	position: absolute;
	width: 200px;
}

.sector-title h3 {
	font-size: 41px;
	line-height: 45px;
	font-weight: 500;
}

.sectorSpecialization {
	text-align: center;
	border: 1px solid;
	border-color: white;
	background: white;
	color: #1b294a;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	height: 50px;
	min-height: 50px;
}

.sectorSpecializationTitle {
	color: white !important;
}

/* SERVICE */
.service {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.service-description-content {
	margin-top: -100px;
	padding-top: 130px;
	padding-bottom: 10px;
}

.service-title {
	height: auto;
	min-height: 100px;
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 100px;
	z-index: 100;
}

.service-title::after {
	border-bottom: 6px solid;
	border-color: #e30613;
	bottom: -3px;
	content: "";
	height: 1px;
	position: absolute;
	width: 200px;
}

.service h2 {
	color: #e30613;
	font-weight: 500;
}

.service-title h3 {
	font-size: 41px;
	line-height: 45px;
	font-weight: 500;
}

.service h3 {
	font-size: 41px;
	font-weight: 500;
}

.serviceSpecialization {
	text-align: center;
	border: 1px solid;
	border-color: #1b294a;
	background: #1b294a;
	color: white;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	height: 50px;
	min-height: 50px;
}

/* GALLERIES */
.galleriesHeading {
	padding-top: 20px;
	padding-bottom: 20px;
}

.galleriesHeading h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: 400;
	color: white;
}

.galleries-thumb {
	height: 230px;
	min-height: 230px;
	width: 100%;
	margin-bottom: 20px;
}

.galleries-thumb-image {
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
	background: white;
}

.galleries-thumb-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	/*	height: 100%;
	width: auto; */
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.galleries-thumb-title {
	color: white;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.galleries-thumb-title a {
	color: white;
}

/* ********* */
/* COMPANIES */
/* ********* */

/* HOMESEARCHUSERS */
.homesearchusers-link {
	border-style: solid;
	border-color: white;
	border-width: 1px;
	padding: 3px;
	color: white;
	text-transform: uppercase;
}

/* SEARCHUSERS */
.searchusers {
	position: relative;
	height: 120px;
}

.searchusers-title {
	height: 200px;
	min-height: 200px;
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
}

.searchusers-title::after {
	border-bottom: 6px solid;
	border-color: #e30613;
	bottom: -3px;
	content: "";
	height: 1px;
	position: absolute;
	width: 200px;
}

.searchusers-title h3 {
	font-size: 41px;
	line-height: 45px;
	font-weight: 500;
}

.searchusers-form {
	padding-top: 100px;
	padding-bottom: 20px;
	font-size: 23px;
	/* padding-left: 130px;
	padding-right: 130px; */
}

.searchusers-form-button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.searchusers-guideContainer {
	font-size: 14px;
	padding-bottom: 30px;
	padding-top: 10px;
}

.searchusersSeparator {
	height: 40px;
	position: relative;
}

.searchusersSeparator::before {
	border-left: 4px solid;
	border-color: #e30613;
	left: 150px;
	content: "";
	height: 40px;
	position: absolute;
	width: 1px;
}

.searchusers-verticaltext_content {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	left: -130px;
	top: 15px;
	position: absolute;
	font-size: 50px;
	font-weight: bold;
	width: 300px;
}

.searchusers-guide {
	position: relative;
	margin-left: 141px;
}

.searchuser-btn {
	border-style: solid;
	border-color: white;
	border-width: 1px;
	padding: 8px;
	color: white;
	background: transparent;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	border-radius: 0px;
}

.searchuser-btn:hover, .searchuser-btn:focus, .searchuser-btn:active,
	.searchuser-btn.active, .open>.dropdown-toggle.searchuser-btn {
	background: #e30613;
	border-color: #e30613;
	color: white;
}

.searchuser-all-btn {
	border-style: solid;
	border-color: #1b294a;
	border-width: 1px;
	padding: 8px;
	background: transparent;
	font-size: 23px;
	cursor: pointer;
	display: inline-block;
	border-radius: 0px;
}

.searchuser-all-btn:hover, .searchuser-btn:focus, .searchuser-btn:active,
	.searchuser-btn.active, .open>.dropdown-toggle.searchuser-all-btn {
	background: #e30613;
	border-color: #e30613;
	color: white;
	border-style: solid;
	border-color: #e30613;
	border-width: 1px;
}

.searchuser-pagination>li>a, .searchuser-pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: white;
	text-decoration: none;
	background-color: red;
	border: 1px solid #ddd;
}

.searchuser-pagination>.active>a, .searchuser-pagination>.active>a:focus,
	.searchuser-pagination>.active>a:hover, .searchuser-pagination>.active>span,
	.searchuser-pagination>.active>span:focus, .searchuser-pagination>.active>span:hover
	{
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: à1b294a;
	border-color: #1b294a;
}

.searchUsersPager {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 80px;
	height: 80px;
	position: relative;
	margin-top: 20px;
}

.searchUsersPagerAddRows {
	
}

.searchUsersPagerAddRows ul li {
	background: #e30613;
	color: white;
	border-color: #e30613;
	font-size: 24px;
	padding: 10px !important;
}

.searchUsersPagerAddRows ul li a {
	background: #e30613;
	color: white;
	border-color: #e30613;
	font-size: 24px;
	padding: 10px;
}

.searchusers-letters {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.searchuser-letter-btn {
	border-style: solid;
	border-color: white;
	border-width: 1px;
	color: white;
	background: transparent;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	border-radius: 0px;
	margin: 2px;
	min-width: 28px;
}

.searchuser-letter-btn:hover, .searchuser-letter-btn:focus,
	.searchuser-letter-btn:active, .searchuser-letter-btn.active, .open>.dropdown-toggle.searchuser-letter-btn
	{
	background: #e30613;
	border-color: #e30613;
	color: white;
}

.searchuser-letter-btn-select {
	background: #e30613;
	border-color: #e30613;
	color: white;
}

.user-thumb {
	margin-bottom: 20px;
	width: 230px;
}

.user-thumb::after {
	border-bottom: 4px solid;
	border-color: #e30613;
	top: 180px;
	left: 160px;
	content: "";
	height: 1px;
	position: absolute;
	width: 70px;
}

.user-thumb-image-box {
	height: 215px;
	width: 180px;
	background: #999999;
}

.user-thumb-image {
	/*height: 215px;*/
	/*max-height: 215px;*/
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.user-thumb-name {
	font-size: 14px;
	color: #e30613;
	font-weight: 500;
	padding-top: 10px;
}

.user-thumb-company {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	height: 70px;
	min-height: 70px;
	overflow: hidden;
}

.user-thumb-jobtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	height: 40px;
	overflow: hidden;
}

.user-thumb-region {
	font-size: 12px;
	min-hight: 30px;
	height: 30px;
	line-height: 14px;
}

.user-thumb-link {
	border-style: solid;
	border-color: #e30613;
	border-width: 1px;
	padding: 3px;
	color: #e30613;
	text-transform: uppercase;
}

.user-thumb-link a {
	background-color: transparent;
	color: #e30613;
}

.searchuser-tag a:hover, a:active {
	background-color: transparent;
	color: #e30613;
}

/* PERSON */
.person-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.person-section ul, ol {
	padding: 0;
	margin: 0 0 0px 0px;
	font-size: 16px;
	list-style: none;
}

.person-section ul li:before {
	content: "\2192 \0020";
}

.person-main {
	background: #eaedef;
	padding-left: 50px;
	padding-right: 50px;
	height: 330px;
	padding-top: 40px !important;
}

.person-section-info {
	padding-top: 100px;
	padding-bottom: 20px;
}

.person-section-info ul, ol {
	padding: 0;
	margin: 0 0 0px 0px;
	font-size: 14px;
	list-style: none;
}

.person-section-info ul li:before {
	content: "\2192 \0020";
}

.person-thumb-image-box {
	height: 320px;
	width: 250px;
	background: #999999;
}

.person-thumb-image {
	/*height: 320px;
	max-height: 320px;
	overflow: hidden;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.person-contacts-section {
	min-height: 50px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 50px;
	width: 100%;
	font-size: 14px;
}

.person-contacts-section a {
	color: white;
}

.person-contacts-section-image {
	float: left;
	width: 40px;
}

.person-contacts-image {
	max-width: 30px;
	max-height: 48px;
	margin: auto;
	margin-right: 20px;
}

.person-contacts-section-content {
	font-size: 14px;
	padding-left: 10px;
	word-wrap: break-word;
}

.person-main-name {
	font-size: 16px;
	font-weight: 400;
	padding-top: 0px;
	height: 120px;
}

.person-main-name h2 {
	font-size: 35px;
	font-weight: 300;
	line-height: 38px;
}

.person-main-company {
	font-size: 16px;
	font-weight: 400;
	padding-top: 0px;
	height: 130px;
}

.person-main-company h3 {
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
}

.person-main-name::after {
	border-bottom: 6px solid;
	border-color: #e30613;
	left: -70px;
	content: "";
	height: 1px;
	position: absolute;
	width: 180px;
}

/* BOARDS */
.boardsPanel {
	color: white;
	font-size: 18px;
	background: transparent;
}

.boardsHeading {
	padding-top: 30px;
	padding-bottom: 30px;
}

.boardsHeading h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 41px;
	line-height: 50px;
	font-weight: 500;
	color: white;
}

.boardsHeading a {
	color: white;
}

.boardsPanel {
	padding-bottom: 20px;
}

.boardsPanelHeading {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid;
	color: white;
	background-color: transparent;
	border-color: white;
}

.boardsPanelTitle {
	color: white;
}

.boardsPanelTitle a {
	color: white;
}

.boardsTable {
	color: white;
}

.boardsTable>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #fff;
	color: white;
}

.boardsTable img {
	width: 20px;
}

/* COMPANY */
.company {
	position: relative;
	height: 120px;
}

.company-members h2 {
	color: #e30613;
	font-weight: 500;
}

.company-title {
	height: 200px;
	min-height: 200px;
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
	z-index: 100;
}

.company-title::after {
	border-bottom: 6px solid;
	border-color: #e30613;
	bottom: -3px;
	content: "";
	height: 1px;
	position: absolute;
	width: 200px;
}

.company-title h3 {
	font-size: 41px;
	line-height: 45px;
	font-weight: 500;
}

.company-form {
	padding-top: 130px;
	padding-bottom: 30px;
}

.company-form-header {
	padding-bottom: 50px;
}

.company-form-section {
	padding-bottom: 30px;
}

.company-form-section p a {
	color: white;
}

.company-form-section ul, ol {
	padding: 0;
	margin: 0 0 0px 0px;
	font-size: 14px;
	list-style: none;
}

.company-form-section ul li:before {
	content: "\2192 \0020";
}

.company-form-section ul li:before {
	content: "\2192 \0020";
}

.companyLegend {
	color: white;
}

.companyLegend label {
	font-weight: 400;
}

.company-emaillink {
	width: 100%;
	font-size: 23px;
	font-weight: 400;
	background: white;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	padding: 5px;
	color: #1b294a;
	text-transform: uppercase;
	text-align: center;
}

.company-officelink {
	color: white;
}

.company-officelink:hover, .company-officelink:active,
	.company-officelink:focus {
	color: white;
}

.company-emaillinkbutton {
	width: 100%;
	font-size: 23px;
	font-weight: 400;
	background: white;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	padding: 5px;
	color: #1b294a;
	text-transform: uppercase;
	text-align: center;
}

.company-emaillinkbutton:hover, .company-emaillinkbutton:focus,
	.company-emaillinkbutton:active, .company-emaillinkbutton.active, .open>.dropdown-toggle.company-emaillinkbutton
	{
	background-color: white !important;
	color: #1b294a;
	border-color: white;
	box-shadow: none;
}

.company-emaillinkbutton:hover {
	background-color: white !important;
	color: #1b294a;
	border-color: white;
	box-shadow: none;
}

.company-emaillinkbutton:active {
	background-color: white !important;
	color: #1b294a;
	border-color: white;
	box-shadow: none;
}

.company-emaillinkbutton:focus {
	background-color: white !important;
	color: #1b294a;
	border-color: white;
	box-shadow: none;
}

.company-emaillink a {
	color: #1b294a;
}

/* REGION LINS */
.regionlinks li  a {
	color: white;
}

/* PROFILE */
.form-group {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.profile-form {
	padding-top: 20px;
	padding-bottom: 20px;
}

.profile-tab-container {
	min-height: 250px;
	border: 1px solid #eaedef;
	padding: 10px;
}

/* COMPANIES */
.companies-contentsection {
	padding-top: 10px;
	padding-bottom: 10px;
}

.companies-contentsection h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: 400;
	color: white;
	margin-bottom: 20px;
}

.companies-contentmaps {
	padding-bottom: 20px;
}

.companiesTable {
	color: white;
}

.companiesTable>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td,
	.table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #fff;
	color: white;
}

.companiesTable img {
	width: 20px;
}

.companiesTable tbody {
	display: block;
	overflow: auto;
	height: 450px;
	width: 100%;
}

.companiesTable thead tr {
	display: block;
	width: 100%;
}

.companiesTable>thead>tr>th {
	vertical-align: bottom;
}

/* Referenti internazionali */

.referentsTable {
	color: #1b294a;
}

.referentsTable>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #1b294a;
	color: #1b294a;
}

.referentsTable img {
	width: 20px;
}

.referentsAddButton {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	background: #1b294a;
	border-style: solid;
	border-color: #1b294a;
	border-width: 1px;
	padding: 3px;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

.referentsAddButton:hover, .referentsAddButton:focus,
	.referentsAddButton:active, .referentsAddButton.active, .open>.dropdown-toggle.referentsAddButton
	{
	background-color: #1b294a !important;
	color: white;
	border-color: #1b294a;
	box-shadow: none;
}

.referentsAddButton:hover {
	background-color: #eaedef !important;
	color: #1b294a;
	border-color: #1b294a;
	box-shadow: none;
}

.referentsAddButton:active {
	background-color: #1b294a !important;
	color: white;
	border-color: #1b294a;
	box-shadow: none;
}

.referentsAddButton:focus {
	background-color: #eaedef !important;
	color: #1b294a;
	border-color: #1b294a;
	box-shadow: none;
}

.referentsEditButton {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	background: white;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	padding: 3px;
	color: #1b294a;
	text-transform: uppercase;
	text-align: center;
}

.referentsEditButton:hover, .referentsEditButton:focus,
	.referentsEditButton:active, .referentsEditButton.active, .open>.dropdown-toggle.referentsEditButton
	{
	background-color: white !important;
	color: #1b294a;
	border-color: white;
	box-shadow: none;
}

.referentsEditButton:hover {
	background-color: #eaedef !important;
	color: #1b294a;
	border-color: white;
	box-shadow: none;
}

.referentsEditButton:active {
	background-color: white !important;
	color: #1b294a;
	border-color: white;
	box-shadow: none;
}

.referentsEditButton:focus {
	background-color: #eaedef !important;
	color: #1b294a;
	border-color: white;
	box-shadow: none;
}

.referentLegend {
	color: #1b294a;
	border-bottom: 1px solid #1b294a;
}

.referentLegend label {
	font-weight: 400;
}

.referentsLevelLabel {
	font-weight: 400;
	font-size: 18px;
	height:44px;
	margin-bottom: 10px;
}

.referentsLevelValue {
	font-weight: 600;
	font-size: 32px;
}

.referentsLevelWell {
	background-color: transparent !important;
	background-image: none;
	border: 1px solid #1b294a !important;
	height:120px;
}

.feedbackAddButton {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	background: #e30613;
	border-style: solid;
	border-color: #e30613;
	border-width: 1px;
	padding: 3px;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

.feedbackAddButton:hover, .feedbackAddButton:focus,
	.feedbackAddButton:active, .feedbackAddButton.active, .open>.dropdown-toggle.feedbackAddButton
	{
	background-color: #e30613 !important;
	color: white;
	border-color: #e30613;
	box-shadow: none;
}

.feedbackAddButton:hover {
	background-color: #eaedef !important;
	color: #e30613;
	border-color: #e30613;
	box-shadow: none;
}

.feedbackAddButton:active {
	background-color: #e30613 !important;
	color: white;
	border-color: #e30613;
	box-shadow: none;
}

.feedbackAddButton:focus {
	background-color: #eaedef !important;
	color: #e30613;
	border-color: #e30613;
	box-shadow: none;
}

/* PANEL */
.panel-acb {
	border-color: #1b294a;
}

.panel-acb>.panel-heading {
	color: #fff;
	background-color: #1b294a;
	border-color: #1b294a;
}


/* ************ */
/* ARCHIVE LIST */
/* News, researches, webinars*/
/* ************ */
.archive-navigator-panel h2 {
	color: #e30613;
	font-weight: 500;
}

.archive-navigator-panel ul li::before {
	content: "\2192 \0020";
}

.archive-navigator {
	list-style-type: none;
	padding-left: 0px;
	text-transform: uppercase;
	color: #333;
}

.archive-navigator li::before {
	content: "\2192 \0020";
}

.archive-navigator-selected li {
	border: solid 2px;
	padding-left: 20px;
}

.archive-navigator-selected li::before {
	content: " " !important;
}

.archive-navigator li {
	line-height: 30px;
}

.archive-navigator li a {
	color: #333;
}

.archive-list-section-content {
	margin-top: -100px;
	padding-top: 130px;
	padding-bottom: 10px;
}

.archive-list-content {
	/* height: 350px; */
	width: 100%;
	margin-bottom: 40px;
}

.archive-list-border-top {
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #f44336 !important;
}

.archive-list-border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #1b294a !important;
}

.archive-list-date {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #e30613;
	text-transform: uppercase;
	float: left;
}

.archive-list-tag {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #e30613;
	float: right;
	text-transform: uppercase;
}

.archive-resource-tags {
	padding-top: 10px;
	padding-bottom: 10px;
}

.archive-resource-tag {
	border-style: solid;
	border-color: #e30613;
	border-width: 1px;
	padding: 3px;
	color: #e30613;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 10px;
}

.archive-list-credits {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}

.archive-list-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*height: 60px;*/
}

.archive-list-descr {
	font-size: 13px;
	font-weight: 300;
	/* height: 80px; */
	padding-top: 5px;
	padding-bottom: 5px;
}

.archive-list-tags {
	font-size: 13px;
	font-weight: 300;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.archive-list-webinar-tag {
	font-weight: 600;
	line-height: 16px;
	background: #e30613;
	color: white;
	float: left;
	text-transform: uppercase;
	margin-right:10px;
	padding: 5px;
}

.archive-list-image-content {
	max-height: 120px;
	height: 120px;
	position: relative;
}

.archive-list-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.archive-list-link-content {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
	
.archive-list-link {
	font-size: 23px;
	font-weight: 400;
	background: #1b294a;
	border-style: solid;
	border-color: #1b294a;
	border-width: 1px;
	padding: 5px;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

.archive-list-link:hover, .archive-list-link:active, .archive-list-link:visited {
	color: white;
}

.archive-list-link img {
	width: 20px;
	margin-left: 5px;
}

.archive-pagination li a {
	background-color: transparent !important;
	border: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #1b294a;
	text-transform: uppercase;
	padding: 0px;
}

.archive-navigator-previous {
	text-align: left;
}

.archive-navigator-previous li a:before {
	content: "\2190 \0020";
}

.archive-navigator-after li a:after {
	content: "\0020 \2192";
}


.news h2 {
	color: #e30613;
	font-weight: 500;
}

/* ******** */
/* RESOURCE */
/* ******** */
.resource-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.resource-header-image {
	height: 350px;
}

.resource-header-image img {
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.resource-description-content {
	margin-top: -100px;
	padding-top: 130px;
	padding-bottom: 10px;
}

.resource-description-event {
	padding-top: 10px;
	padding-bottom: 10px;
}

.resource-header-content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.resource-tag {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
}

.resource-attachment {
	margin-bottom:20px;
}

.resource-attachment-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: white;
	text-transform: uppercase;
	padding: 5px 0px;
	width:100%;
	overflow-wrap: break-word;
}

.resource-attachment-link {
	padding: 5px 0px;
}

.resource-attachment-link a {
	border-style: solid;
	border-color: #e30613;
	border-width: 1px;
	padding: 3px;
	background-color: #e30613;
	color: white;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 10px;
}

.resource-attachment-link>a:hover, .resource-attachment-link>a:active, .resource-attachment-link>a:visited {
	background-color:  #e30613;
	color: white;
}

.resource-home-link {
  height: 20px;
}

.resource-home-link a {
  color: #708186;
  font-weight: 600;
}

.resource-home-link a::before {
  content: "\2190 \0020";
}

.resource-archive-link {
	padding: 3px;
	color: #e30613;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

/* Research */

.research-header-content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*height: 60px;*/
}

.research-header-image {
	height: 350px;
}

.research-header-image img {
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.research-tag {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
}

.tag {
	border-style: solid;
	border-color: #e30613;
	border-width: 1px;
	padding: 3px;
	background-color: #e30613;
	color: white;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 10px;
}

.taglink {
	border-style: solid;
	border-color: #e30613;
	border-width: 2px;
	padding: 5px 10px;
	color: #e30613;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

/* Valore Aggiunto */
.valueAdded ul, ol {
	padding: 0;
	margin: 0 0 0px 0px;
	font-size: 16px;
	list-style: none;
	font-weight: 600;
	line-height: 20px;
}

.valueAdded ul li::before {
	content: "\2192 \0020";
}

/* SURVEYS */
.survey {
	position: relative;
	height: 60px;
}

.survey-title {
	height: auto;
	min-height: 100px;
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 100px;
	z-index: 100;
}

.survey-title::after {
	border-bottom: 6px solid;
	border-color: #e30613;
	bottom: -3px;
	content: "";
	height: 1px;
	position: absolute;
	width: 200px;
}

.survey-title h3 {
	font-size: 41px;
	line-height: 45px;
	font-weight: 500;
}

.survey-form {
	padding-top: 60px;
	padding-bottom: 20px;
	font-size: 23px;
}

.survey-questions {
	padding-top: 20px;
	padding-bottom: 20px;
}

.survey-buttons {
	padding-top: 20px;
	padding-bottom: 20px;
}

.survey-question-section {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-color: #e30613 !important;
}

.survey-question-section-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	text-decoration: underline;
	color: #e30613;
}

.survey-question-section-description {
	font-weight: 400;
	color: #e30613;
}

/* ******* */
/* WEBINAR */
/* ******* */

/* archive */
.webinars-list-content {
	width: 100%;
	height: 250px;
}

.webinars-list-date {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #e30613;
	text-transform: uppercase;
	float: left;
}

.webinars-list-tag {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #e30613;
	float: right;
	text-transform: uppercase;
}

.webinars-list-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*height: 60px;*/
}

.webinars-list-border-top {
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #f44336 !important;
}

.webinars-list-descr {
	font-size: 12px;
	font-weight: 300;
	max-height: 90px;
	padding-top: 5px;
	padding-bottom: 10px;
	overflow: hidden;
}

.webinars-list-link {
	font-size: 23px;
	font-weight: 400;
	background: #1b294a;
	border-style: solid;
	border-color: #1b294a;
	border-width: 1px;
	padding: 5px;
	margin-top: 10px;
	color : white;
	text-transform: uppercase;
	text-align: center;
	color: white;
}

.webinars-list-link img {
	width: 20px;
	margin-left: 5px;
}

/*pagina webinar */
.webinar-header-image {
	height: 350px;
}

.webinar-header-image img {
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.webinar-header-content {
	margin-top: -100px;
	padding-top: 130px;
	padding-bottom: 10px;
}

.webinar-header-subject {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: 400;
}

.webinar-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.webinar-thumb-image-box {
	height: 172px;
	width: 144px;
	background: #999999;
}

.webinar-thumb-image {
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.webinar-thumb-image-box::after {
	border-bottom: 4px solid;
	border-color: #e30613;
	left: 120px;
	bottom:30px;
	content: "";
	height: 1px;
	position: absolute;
	width: 70px;
}

.webinar-speaker-title {
	font-weight:700;
	height:25px;
}

.webinar-speaker-description {
	height:120px;
	overflow-y: scroll;
}

.webinar-speaker-link {
	height:25px;
	margin-top:5px;
}

.webinar-thumb-link {
	font-size: 18px;
	font-weight: 400;
	background: #1b294a;
	border-style: solid;
	border-color: #1b294a;
	border-width: 1px;
	padding: 5px 20px;
	margin-top: 10px;
	color : white;
	text-transform: uppercase;
	text-align: center;
	color: white;
}

.webinar-attachment-logo {
	font-size: 40px;
	font-weight: 600;
	color: white;
	margin-right: 20px;
}

.webinar-attachment {
	margin-bottom:20px;
}

.webinar-attachment-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: white;
	text-transform: uppercase;
	padding: 5px 0px;
	width:100%;
	overflow-wrap: break-word;
}

.webinar-attachment-link {
	padding: 5px 0px;
}

.webinar-attachment-link a {
	border-style: solid;
	border-color: #e30613;
	border-width: 1px;
	padding: 3px;
	background-color: #e30613;
	color: white;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 10px;
}

.webinar-attachment-link>a:hover, .webinar-attachment-link>a:active, .webinar-attachment-link>a:visited {
	background-color:  #e30613;
	color: white;
}

/* ******* */
/*  ERROR  */
/* ******* */
.error-form {
	padding-top: 60px;
	padding-bottom: 20px;
}


.dialogform-label {
	/* text-transform: uppercase; */
	font-weight: 300;
	text-align: left !important;
}

.dialogform-group {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.dialogform-label::after {
	border: 1px solid;
}

.dialogform-message {
	color: #e30613;
}

.dialogform-input {
	background: #eaedef;
}

.dialogform-input-textarea {
	height: 150px !important;
}

.dialogform-button {
	background: white;
	border: 2px solid #e30613;
	color: #e30613;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 22px;
	width: 100%;
}



.alert-info {
	background-color: #e30613 !important;
	border-color: #e30613 !important;
	color: white !important;
	background-image: none !important;
}

.alert-info a {
	color: white;
	font-weight: 200;
	font-size: 24px;
}

@media ( max-width : 991px) {
	.user-thumb {
		margin-bottom: 20px;
		width: 210px;
	}
	.user-thumb::after {
		width: 50px;
	}
	.person-main {
		padding-left: 20px;
		padding-right: 20px;
		height: 330px;
	}
	.person-main-name::after {
		left: -40px;
	}
	.companies-contentsection {
		padding-top: 120px;
	}
}

@media ( max-width : 768px) {
	.person-main {
		padding-left: 10px;
		padding-right: 10px;
		height: auto;
	}
	.person-main-company {
		height: auto;
	}
	.person-main-name::after {
		left: 0px;
	}
	
	.content-basic-header {
		height: auto;
	}
	
	.content-basic-header-title {
		height: auto;
		min-height: auto;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.content-basic-header-title h3 {
		font-size: 32px;
		line-height: 36px;
		font-weight: 500;
		margin-bottom: 0px;
	}
	
	
	.searchusers {
		height: auto;
	}
	.searchusers-title {
		height: auto;
		min-height: auto;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.searchusers-title h3 {
		font-size: 32px;
		line-height: 36px;
		font-weight: 500;
		margin-bottom: 0px;
	}
	.searchusers-form {
		padding-top: 30px;
		padding-bottom: 20px;
		font-size: 18px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.searchuser-all-btn {
		font-size: 12px;
	}
	.searchusers-guide {
		position: relative;
		margin-left: 10px;
	}
	.service-title {
		height: auto;
		min-height: 80px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		z-index: 100;
	}
	.service-title h3 {
		font-size: 32px;
		line-height: 36px;
		font-weight: 500;
		margin-bottom: 0px;
	}
	.service-description-content {
		margin-top: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sector-title {
		height: auto;
		min-height: 80px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		z-index: 100;
	}
	.sector-title h3 {
		font-size: 32px;
		line-height: 36px;
		font-weight: 500;
		margin-bottom: 0px;
	}
	.sector-description-content {
		margin-top: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.company-title {
		height: auto;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.company-title h3 {
		font-size: 32px;
		line-height: 36px;
		font-weight: 500;
		margin-bottom: 0px;
	}
	.survey {
		height: auto;
	}
	.survey-title {
		height: auto;
		min-height: auto;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.survey-title h3 {
		font-size: 32px;
		line-height: 36px;
		font-weight: 500;
		margin-bottom: 0px;
	}
	.survey-form {
		padding-top: 30px;
		padding-bottom: 20px;
		font-size: 18px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.resource-description-content {
		margin-top: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
