/***
 * F5 - Content Management System
 * 
 * Copyright © 2022
 * Reload - Laboratorio Multimediale
 * (http://www.reloadlab.it - info@reloadlab.it)
 * 
 * authors: Domenico Gigante (domenico.gigante@reloadlab.it) and Alessio Attanasio (alessio.attanasio@reloadlab.it)
 ***/
@charset "utf-8";

/* general */
html {
	background-color: #202020;
}
html.popup {
	background-color: #fff;
}
body {
	margin-bottom: 51px;
	border-bottom: 6px solid #7f35b2;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
html.popup body {
	margin: 38px;
	border-bottom: 0;
}
a,
a:hover {
	text-decoration: none;
}
.violet {
	color: #7f35b2;
}
.title-violet {
	margin-bottom: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgb(178,104,229);
	background: linear-gradient(100deg, rgba(178,104,229,1) 0%, rgba(89,15,140,1) 100%);
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 22px;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.container-acn {
	max-width: 1110px !important;
}
.vedi-tutti {
	margin-bottom: 33px;
}
.vedi-tutti a,
.torna-su a {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #7f35b2;
	line-height: 1;
	text-decoration: underline;
}
.vedi-tutti span a {
	font-size: 16px;
}
.qandabot {
	display: flex;
	align-items: center;
	position: fixed;
	right: 0;
	top: 80vh;
	margin: 0 auto;
	padding: 14px 30px 19px 26px;
	background-color: #7f35b2;
	border-radius: 35px 0 0 35px;
	color: #fff;
	line-height: 1;
}
.qandabot:hover {
	color: #fff;
}
.qandabot img {
	width: 36px;
	height: auto;
	margin-right: 19px;
}

/* scroll to top */
#scrollUp {
	bottom: 20px;
	left: 20px;
	width: 38px;
	height: 38px;
	background-image: url('../js/top.png');
}

/* header loghi */
header.loghi {
	padding-top: 10px;
	padding-bottom: 10px;
}
header.loghi .logo-wtw {
	flex: 0 0 auto;
    width: 115px;
    height: 45px;
    background-image: url(../img/logo-wtw.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
header.loghi .payoff {
    align-items: center;
    height: 45px;
    margin-left: 9px;
    padding-left: 30px;
    border-left: 1px solid #D8D8D8;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #7f35b2;
    line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
header.loghi .logo-acn {
	width: 88px;
	height: 24px;
	background-image: url(../img/logo-accenture.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* main-menu */
nav.main-menu {
	position: relative;
	padding-bottom: 2px;
	background-color: #F6F6F6;
}
nav.main-menu .menu {
	display: flex;
	flex: 1 1 100%;
	height: 33px;
}
nav.main-menu .menu a {
	height: 100%;
	margin-right: 21px;
	border-bottom: 2px solid transparent;
	padding: 8px 9px 9px 9px;
	font-size: 14px;
	line-height: 1;
	color: #000;
}
/*nav.main-menu .menu a:hover,*/
nav.main-menu .menu a.active {
	border-bottom: 2px solid #000;
	background-color: #D8D8D8;
}
nav.main-menu .menu-toggle {
	flex: 1 1 100%;
	padding-top: 9px;
	padding-bottom: 10px;
	color: #000;
	text-align: right;
}

/* banner-home */
.banner-home {
	position: relative;
	height: 22.135vw;
	min-height: 170px;
	overflow: hidden;
}
.banner-home:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url(../img/banner-home.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-home h1 {
	position: relative;
	z-index: 1;
	margin-left: 10%;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 3.125vw;
	color: #fff;
	line-height: 1.0833;
}

/* intro-home */
.intro-home {
	padding-top: 68px;
	padding-bottom: 47px;
}
.intro-home .container {
	max-width: 960px;
	line-height: 20px;
}

/* anchor-menu */
.anchor-menu {
	margin-bottom: 60px;
	padding-top: 26px;
	padding-bottom: 23px;
	background: rgb(178,104,229);
	background: linear-gradient(100deg, rgba(178,104,229,1) 0%, rgba(89,15,140,1) 100%);
}
.anchor-menu a {
	margin-left: 16px;
	margin-right: 16px;
}
.anchor-menu a .ico {
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 26px;
	background-color: #fff;
}
.anchor-menu a .text {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

/* section home */
.quanto-sai-home,
.contenuti-video-home {
	padding-bottom: 55px;
	background-color: #fff;
}
.scopri-profilo-home,
.proteggi-cari-home,
.calendario-webinar-home {
	padding-bottom: 55px;
	background-color: #F6F6F6;
}
.calendario-webinar-home .container-acn {
	max-width: 630px !important;
}
.lancio-yes-home {
	padding-top: 55px;
	padding-bottom: 55px;
	background: rgb(178,104,229);
	background: linear-gradient(100deg, rgba(178,104,229,1) 0%, rgba(89,15,140,1) 100%);
}
.ask-payroll-home {
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #fff;
}
.ask-payroll-home header {
	margin-bottom: 20px;
	font-size: 22px;
	color: #4C027F;
	line-height: 1;
	text-align: center;
}
.ask-payroll-home header span {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
.ask-payroll-home .button {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 15px 25px;
	background-color: #4C027F;
	border-radius: 6px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	text-align: center;
}

/* box-menu */
.box-menu > div {
	margin-bottom: 33px;
}
.box-menu a.link {
	align-items: center;
	max-width: 243px;
	min-height: 243px;
	margin: 0 auto;
	padding-bottom: 24px;
	box-shadow: 0px 16px 14px rgba(0, 0, 0, 0.08);
}
.box-menu a.link .image {
	flex: 0 0 auto;
	width: 100%;
	height: 106px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.box-menu a.link .ico {
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-color: #7f35b2;
}
.box-menu a.link .text {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	text-align: center;
}
.box-menu a.link .scopri {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #A55BD8;
	text-align: center;
}
.box-menu span.come-soon {
	align-items: center;
	max-width: 243px;
	min-height: 243px;
	margin: 0 auto;
	padding-top: 24px;
	box-shadow: 0px 16px 14px rgba(0, 0, 0, 0.08);
}
.box-menu span.come-soon .cs {
	margin-bottom: 28px;
	font-size: 20px;
	color: #460973;
	line-height: 24px;
	text-align: center;
}
.box-menu span.come-soon .cs strong {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	letter-spacing: 0.14em;
}
.box-menu span.come-soon .cs-bar {
	flex: 0 0 auto;
	width: 100%;
	height: 4px;
	margin-bottom: 35px;
	background-position: center;
	background-repeat: repeat-y;
	background-size: 100%;
}
.box-menu span.come-soon .text {
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #707070;
	text-align: center;
}

/* box-scopri-profilo */
.box-scopri-profilo > div {
	margin-bottom: 33px;
}
.box-scopri-profilo a.link {
	max-width: 243px;
	min-height: 170px;
	margin: 0 auto;
	padding: 12px 20px 20px 20px;
	background: rgb(178,104,229);
	background: linear-gradient(100deg, rgba(178,104,229,1) 0%, rgba(89,15,140,1) 100%);
	box-shadow: 0px 16px 14px rgba(0, 0, 0, 0.08);
}
.box-scopri-profilo a.link .ico {
	align-self: flex-start
}
.box-scopri-profilo a.link .text {
	align-self: flex-start;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}
.box-scopri-profilo a.link .scopri {
	align-self: flex-end;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #fff;
}
.box-scopri-profilo span.come-soon {
	align-items: center;
	max-width: 243px;
	min-height: 170px;
	margin: 0 auto;
	padding-top: 24px;
	box-shadow: 0px 16px 14px rgba(0, 0, 0, 0.08);
}
.box-scopri-profilo span.come-soon .cs {
	margin-bottom: 24px;
	font-size: 20px;
	color: #460973;
	line-height: 24px;
	text-align: center;
}
.box-scopri-profilo span.come-soon .cs strong {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	letter-spacing: 0.14em;
}
.box-scopri-profilo span.come-soon .cs-bar {
	flex: 0 0 auto;
	width: 100%;
	height: 4px;
	margin-bottom: 24px;
	background-position: center;
	background-repeat: repeat-y;
	background-size: 100%;
}
.box-scopri-profilo span.come-soon .text {
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #707070;
	text-align: center;
}

/* card1 */
.card1 {
	align-items: center;
	min-height: 308px;
	background-color: #fff;
	box-shadow: 0px 16px 14px rgba(0, 0, 0, 0.16);
}
.card1 .image {
	flex: 1 1 auto;
	align-self: stretch;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.card1 .ico {
	flex: 0 0 auto;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	background-color: #7f35b2;
}
.card1 .text {
	flex: 0 0 auto;
	width: 100%;
	max-width: 340px;
	padding: 25px 16px 25px 27px;	
	color: #000;
}
.card1 .text h3 {
	margin-bottom: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #4C027F;
	line-height: 24px;
}
.card1 .text p {
	margin-bottom: 16px;
	font-size: 14px;
}
.card1 .text .scopri {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #A55BD8;
}

/* card2 */
.card2 {
	align-items: center;
	min-height: 300px;
}
.card2 .image {
	flex: 0 0 380px;
	align-self: stretch;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.card2 .text {
	flex: 1 1 auto;
	margin-left: 40px;
	padding: 25px 0;	
	color: #fff;
}
.card2 .text h3 {
	margin-bottom: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
}
.card2 .text h3 small {
	display: block;
	font-size: 14px;
}
.card2 .text p {
	margin-bottom: 16px;
	font-size: 14px;
}
.card2 .text .scopri {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 14px;
	text-decoration: underline;
}

/* webinar-row */
.webinar-row {
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bababa;
	font-size: 14px;
}
.webinar-row:last-child {
	margin-bottom: 0;
}
.webinar-row .num {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	margin-right: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #fff;
}
.webinar-row .data {
	flex: 0 0 auto;
	width: 150px;
	padding-right: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #4C027F;
}
.webinar-row .titolo {
	flex: 1 1 auto;
}

/* main */
.main {
	padding-bottom: 136px;
}
html.popup .main {
	padding-bottom: 0;
}

/* path */
.path {
	padding-top: 21px;
	color: #7f35b2;
}
.path a {
	color: #000;
}
.path .fa {
	color: #000;
}

/* main-title */
.main-title {
	margin-top: 57px;
	margin-bottom: 72px;
}
.main-title.visore {
	margin-top: 32px;
	margin-bottom: 16px;
}
.main-title h1 {
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 22px;
	color: #460B73;
	text-align: center;
}
html.popup .main-title {
	margin-top: 0;
	margin-bottom: 32px;
}
		
/* secondary-title */
.secondary-title {
	margin-top: -18px;
	margin-bottom: 28px;
}
.secondary-title h2 {
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 22px;
	color: #460B73;
}
		
/* other-title */
.other-title {
	margin-top: 84px;
	margin-bottom: 26px;
}
.other-title h3 {
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 22px;
	color: #460B73;
}
		
/* tab-menu */
.tab-menu {
	margin-bottom: 75px;
	border-bottom: 3px solid #7f35b2;
}
.tab-menu a {
	flex: 1 1 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 16px;
	color: #7f35b2;
	text-align: center;
	line-height: 64px;
}
.tab-menu a.active {
	background-color: #7f35b2;
	color: #fff;
}

/* intro-text */
.intro-text {
	margin-bottom: 63px;
	line-height: 26px;
}
html.popup .intro-text {
	margin-bottom: 61px;
}

/* webinar-visore */
.webinar-visore {
	display: block;
	position: relative;
	height: 0;
	padding-top: 46.49%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.webinar-visore .fa {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 106px;
	color: #7f35b2;
}

/* acn-modal */
.acn-modal .modal-header {
	background: rgb(178,104,229);
	background: linear-gradient(100deg, rgba(178,104,229,1) 0%, rgba(89,15,140,1) 100%);
	color: #fff;
}
.acn-modal .modal-header .close {
	color: #fff;
	text-shadow: none;
	opacity: 1;
}

/* Login */
.login-section {
	padding-bottom: 55px;
	background-color: #F6F6F6;
}
.login-section a,
.login-label {
	color: #7f35b2;
}
.btn-login {
	background-color: #4C027F;
	border-color: #4C027F;
}
.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login.active {
	background-color: #3d0266;
	border-color: #2e014d;
}
.btn-login.disabled:hover,
.btn-login.disabled:focus,
.btn-login.disabled:active,
.btn-login.disabled.active,
.btn-login[disabled]:hover,
.btn-login[disabled]:focus,
.btn-login[disabled]:active,
.btn-login[disabled].active,
fieldset[disabled] .btn-login:hover,
fieldset[disabled] .btn-login:focus,
fieldset[disabled] .btn-login:active,
fieldset[disabled] .btn-login.active {
	background-color: #4C027F;
	border-color: #4C027F;
}
