:root{
	--color-1: #20b283;
	--color-2: #006442;
	--color-3: #4fc177;
	--color-text: #1d1d1d;
	--color-green: var(--color-1);
	--color-background: #f7f5f2;
	--color-background-light-grey: #fbfbf9;
	--color-manufacturing: #20b283;
	--color-manufacturing-overlay: #ffffff;
	--color-rd: #ff6b0e;
	--color-rd-overlay: #ffffff;
	--color-office: #0078bf;
	--color-office-overlay: #ffffff;
}

/****/

@font-face{
font-family: "Body"; font-style: normal; font-weight: 400;
src: url("../_lib/_media/fonts/roboto-regular.woff2") format("woff2");
}

@font-face{
font-family: "Body"; font-style: italic; font-weight: 400;
src: url("../_lib/_media/fonts/roboto-italic.woff2") format("woff2");
}

@font-face{
font-family: "Body"; font-style: normal; font-weight: 700;
src: url("../_lib/_media/fonts/roboto-medium.woff2") format("woff2");
}

@font-face{
font-family: "Body"; font-style: italic; font-weight: 700;
src: url("../_lib/_media/fonts/roboto-mediumitalic.woff2") format("woff2");
}

@font-face{
font-family: "Header"; font-style: normal; font-weight: 700;
src: url("../_lib/_media/fonts/anton.woff2") format("woff2");
}

@font-face{
font-family: "Button"; font-style: normal; font-weight: 700;
src: url("../_lib/_media/fonts/roboto-medium.woff2") format("woff2");
}

/****/

.alertTag.manufacturing, .alertCell.manufacturing, .alertTag.manufacturing .uiButton, .alertCell.manufacturing .uiButton{
	background: var(--color-manufacturing) !important;
}

.alertTag.manufacturing, .alertTag.manufacturing select, .alertTag.manufacturing a, .alertTag.manufacturing a:hover, .alertTag.manufacturing .uiButton, .alertTag.manufacturing .uiButton:hover, .alertTag.manufacturing .coachingTip, .alertTag.manufacturing .fa, .alertCell.manufacturing, .alertCell.manufacturing select, .alertCell.manufacturing a, .alertCell.manufacturing a:hover, .alertCell.manufacturing .uiButton, .alertCell.manufacturing .uiButton:hover, .alertCell.manufacturing .coachingTip, .alertCell.manufacturing .fa{
	color: var(--color-manufacturing-overlay) !important;
}

.alertTag.rd, .alertCell.rd, .alertTag.rd .uiButton, .alertCell.rd .uiButton{
	background: var(--color-rd) !important;
}

.alertTag.rd, .alertTag.rd select, .alertTag.rd a, .alertTag.rd a:hover, .alertTag.rd .uiButton, .alertTag.rd .uiButton:hover, .alertTag.rd .coachingTip, .alertTag.rd .fa, .alertCell.rd, .alertCell.rd select, .alertCell.rd a, .alertCell.rd a:hover, .alertCell.rd .uiButton, .alertCell.rd .uiButton:hover, .alertCell.rd .coachingTip, .alertCell.rd .fa{
	color: var(--color-rd-overlay) !important;
}

.alertTag.office, .alertCell.office, .alertTag.office .uiButton, .alertCell.office .uiButton{
	background: var(--color-office) !important;
}

.alertTag.office, .alertTag.office select, .alertTag.office a, .alertTag.office a:hover, .alertTag.office .uiButton, .alertTag.office .uiButton:hover, .alertTag.office .coachingTip, .alertTag.office .fa, .alertCell.office, .alertCell.office select, .alertCell.office a, .alertCell.office a:hover, .alertCell.office .uiButton, .alertCell.office .uiButton:hover, .alertCell.office .coachingTip, .alertCell.office .fa{
	color: var(--color-office-overlay) !important;
}

button, .uiButton, .fileInput + label, .ui-button{
    padding: 1.4em 3em;
    font-size: 0.9em;
    /*background-image: linear-gradient(90deg, var(--color-1), var(--color-2));*/
}

.functionButtons .uiButton, .tabButtons .uiButton{
    font-size: 1em;
    padding: 0.8em 2em;
}

.tiledLinks .tile img, .tiledLinks .tile svg{
    width: 80%;
    height: 80%;
}

.tiledLinks .tile a:hover, .tiledLinks .tile a:focus{
	border-color: transparent;
}

.tiledLinks .tile:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tiledLinks .tile a:hover:after, .tiledLinks .tile a:focus:after{
    color: var(--color-1);
}

/****/

#headerWrap{
    padding-top: 20px;
    padding-bottom: 20px;
}

.home #headerWrap:not(.active){
    background: transparent;
}

header h1 svg, header h1 img{
	min-width: 100px;
	max-width: 130px;
}

/****/

#footerWrap{
    background: var(--color-1);
}

footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 0;
}

footer, footer a{
    color: var(--color-1-overlay);
}

footer .logo svg path{
    fill: var(--color-1-overlay);
}

footer .logo{
    max-width: 130px;
}

footer .description{
	margin-bottom: 1em;
	font-size: 1em;
}

footer .copyright{
	font-size: 1em;
	line-height: 1.6em;
}

footer .copyright span{
	margin: 0 0.3em;
}

footer .copyright span:after{
	content: "";
}

@media screen and (max-width: 800px){

footer{
	display: block;
}

footer .logo{
	margin: 0 auto 1em auto;
}

}

/****/

.navMenu li a{
	border: 1px solid transparent;
	color: var(--color-text);
}

.navMenu li a.current, .navMenu li a:hover, .navMenu li a:focus{
	border-bottom-color: var(--color-1);
}

.navMenu li.loginMenuItem a{
    padding: 1.5em 3em;
    font-size: 0.8em;
    text-transform: uppercase;
}

.navMenu li.loginMenuItem a:before{
	font-family: "FontAwesome";
	font-weight: 400;
    content: "\f023";
    margin-right: 0.8em;
}

@media only screen and (max-width: 750px){

	.navMenu li a.current, .navMenu li a:hover, .navMenu li a:focus{
		border-bottom-color: transparent;
		color: var(--color-2);
	}

}

/****/

:not(.home) .bannerWrap{
	background: var(--color-2);
	margin-top: -1%;
    padding: 3.5em 5% 0.5em 5%;
}

:not(.home) .bannerWrap h1{
	color: var(--color-2-overlay);
	text-transform: uppercase;
	font-size: 2.5em;
}

h1{
	line-height: 1.1em;
}

.module h1.color1, h1 span.color1{
	color: var(--color-1);
}

:not(.home) .bannerWrap h1 span{
	color: var(--color-3);
}

:not(.home) .bannerWrap .banner{
    max-width: 900px;
    margin: auto;
}

.home .bannerWrap{
	margin: -95px 0 0 0;
    padding: 250px 5% 450px 5%;
    background-image: url("../_media/images/banner.jpg");
    background-size: cover;
    background-position: center 25%;
}

@media screen and (min-width: 1300px){

.home .bannerWrap{
    background-position: center 50%;
}

}

.home .bannerWrap .banner{
    margin: -150px auto;
    max-width: 1400px;
    padding: 20px 0 50px 0;
}

.home .bannerWrap .banner .bannerIntroduction{
    color: var(--color-1);
    max-width: 600px;
    margin: 0 0 1.5em 0;
    font-weight: 700;
}

.home .bannerWrap .banner .bannerHeader{
    font-family: "Header", sans-serif;
    text-transform: uppercase;
    color: var(--color-3);
    font-size: 2.6em;
    line-height: 1.1em;
    max-width: 700px;
    margin: 0;
}

.home .bannerWrap .banner .bannerHeader span{
    color: var(--color-1);
}

/****/

.home .imageDetail{
	display: flex;
	flex-wrap: wrap;
	gap: 2em 5em;
	align-items: center;
	max-width: 1000px;
	margin: auto;
}

.home .imageDetail .detail, .home .imageDetail .image{
	flex: 1;
}

@media screen and (min-width: 1200px){

.home .imageDetail .detail{
	min-width: 350px;
}

}

.home .imageDetail .detail h1{
	font-size: 2em;
	margin-bottom: 0.8em;
}

.home h1.light{
	font-size: 1.7em;
	color: var(--color-3);
}

.home .imageDetail .image{
	margin: auto;
	position: relative;
	overflow: hidden;
}

.home .imageDetail .detail .uiButton{
	margin-top: 2em;
}

.home .imageDetail .imageIcon{
	position: absolute;
	width: 130px;
}

.home .imageDetail .imageIcon svg{
	width: 100%;
	height: auto;
}

.home .imageDetail .imageIcon1{
	left: 30px;
	bottom: 20px;
}

.home .imageDetail .imageIcon2{
	right: 10px;
	bottom: 0;
	width: 140px;
}

.home_1{
	background-image: url("../_media/images/home_1.jpg");
	background-position: 80% center;
}

.home_2{
	background-image: url("../_media/images/home_2.jpg");
	background-position: center;
}

.home .hexagon{
	overflow: hidden;
	visibility: hidden;
	transform: rotate(120deg);
    width: 400px;
    height: 500px;
}

@media screen and (max-width: 1200px){

.home .hexagon{
    width: 300px;
}

}

.innerHexagon1{
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform: rotate(-60deg);
}

.innerHexagon2{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	visibility: visible;
	transform: rotate(-60deg);
}

.lca .imageDetail .detail h1{
	font-size: 2.3em;
	margin-bottom: 1em;
}

.lca h1{
    font-size: 2em;
    margin-bottom: 1em;
}

.lca h1.mainTitle{
    font-size: 2.2em;
}

.lca h2{
    color: var(--color-1);
    text-transform: uppercase;
    font-size: 1.3em;
}

.lca p{
    font-size: 0.9em;
}

.lca p.introduction{
    font-size: 1em;
}

.lca .hexagon{
    width: 150px;
    height: 187px;
}

.lca .lcaMain{
    width: 400px;
    height: 500px;
}

.lca .tiledLinks .tile{
    width: 200px;
    height: 105px;
}

.lca .tiledLinks .tile:hover{
    box-shadow: none;
}

.lca .module.purposes{
    max-width: 600px;
}

.lca .module.purposes .imageDetail h1{
    font-size: 1.8em;
}

.lca .imageDetail{
    gap: 1em;
}

.lca .module.purposes .imageDetail .image{
    min-width: 160px;
    flex-grow: 0;
}

.lca_develop{
	background-image: url("../_media/images/lca_develop.jpg");
	background-position: 30% center;
}

.lca_improve{
	background-image: url("../_media/images/lca_improve.jpg");
	background-position: center;
}

.lca_create{
	background-image: url("../_media/images/lca_create.jpg");
	background-position: 40% center;
}

.lca_engage{
	background-image: url("../_media/images/lca_engage.jpg");
	background-position: 90% center;
}

.lca_establish{
	background-image: url("../_media/images/lca_establish.jpg");
	background-position: 40% center;
}

.lca .keyResource .published{
    font-weight: normal;
    margin-right: 0.5em;
}

.lca .keyResource .name{
    text-transform: uppercase;
    font-size: 1.4em;
}

/****/

.mailingListModule.breakout p{
	font-size: 1.2em;
	margin: 0.5em 0;
}

.mailingListModule.breakout p.note{
	font-size: 0.8em;
}

.mailingListModule input.text{
    padding: 1em;
    background: var(--color-background);
	width: 100%;
	border-color: transparent;
}

.mailingListModule .formInput.submit{
    width: 100%;
}

.mailingListModule .formInput.submit r{
	padding: 0 3em;
}

.mailingListModule .informationBox{
    padding: 1em 4em;
    background: var(--color-1);
}

@media only screen and (min-width: 900px){

	.mailingListModule .formInput{
		display: inline-block;
		width: 33%;
	}

}

/****/

.carnstoneLogo{
	width: 250px;
	margin: 4em 0;
}

/****/

.adminModule{
    background: #ffffff;
    border-color: transparent;
}

.adminModule h1{
	margin-bottom: 1.2em;
    text-transform: uppercase;
    color: var(--color-1);
}

.adminModule h2{
    border-bottom: 1px solid var(--color-border-grey);
    padding-bottom: 0.5em;
    font-size: 0.9em;
	opacity: 0.8;
}

.adminModule h2, .adminModule .markdown h1, .sideColumn .adminModule h1{
    font-size: 1em;
    text-transform: uppercase;
}

.sideColumn .adminModule h1, .sideColumn .adminModule p.note{
    text-align: center;
}

.sideColumn .adminModule address{
    margin: 2em 0;
}

.adminModule .informationBox{
	background-color: var(--color-background);
	color: var(--color-text);
	opacity: 0.8;
}

.adminModule .informationBox.alertTag{
	width: 100%;
}

.sideColumn .adminModule .informationBox{
	margin: 0.1em;
}

/****/

.module.breakout{
	padding: 50px 10%;
}

.module.white{
	background: #ffffff;
}

.home .module{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.home #mainWrap{
	padding: 0;
}

.module h1{
    color: var(--color-2);
    text-transform: uppercase;
}

.module .introduction{
    font-weight: 700;
}

.module .groups{
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    margin: 3em auto;
}

@media screen and (max-width: 400px){

.module .groups{
    justify-content: center;
}

}

.module .group{
    text-align: center;
    color: var(--color-1);
    font-weight: 700;
    width: 170px;
}

.module .group .image svg{
    width: 100%;
    height: auto;
}

.module .group .name{
    margin-top: 1em;
}

/****/

.propertyInfoList .flexibleImage{
	margin: 2em auto;
}

/****/

.pageChooserMore{
    background: #ffffff;
    border-radius: 3px;
    max-width: 750px;
}

/****/

.keywords{
	text-align: center;
	margin-top: 2em;
}

.tableWrap .keywords{
	margin-top: 1em;
}

.keywords li, .keywords .dataTable.sortable tr, .keywordFilter .keywordSelect{
	background: #ffffff;
	color: var(--color-1);
	border: 1px solid var(--color-1);
	font-weight: 700;
}

.keywords a:hover li, .keywords .dataTable.sortable tr:hover{
	color: var(--color-2);
	border: 1px solid var(--color-2);
}

.favourite.keywordSelect .uiButton{
    padding: 0;
    margin: 0;
    background: transparent;
    color: var(--color-1);
    border: 0;
}

.favourite.keywordSelect .uiButton.booleanToggleButton[data-value=Yes]:after{
    content: "\f005";
    margin-left: 0;
}

.favourite.keywordSelect .uiButton.booleanToggleButton[data-value='']:after{
    font-family: "FontAwesome";
	font-weight: 400;
    content: "\f006";
}

.clearFiltersButton{
	background: var(--color-1);
	color: #ffffff;
}

.clearFiltersButton:hover{
	background: var(--color-2);
}

.keywords .group li:before, .keywordFilter .group:before{
    content: "\f0c0";
}

/****/

.filterWrap{
    max-width: 750px;
}

.filterWrap div.search{
    background: #ffffff;
}

.filterWrap div.search .uiButton{
    color: var(--color-1);
}

.filterWrap div.search .uiButton:hover{
    color: var(--color-2);
}

.filterWrap .expandToggle{
    color: var(--color-1);
}

/****/

.createButtons{
    text-align: center;
    margin: 0.5em auto;
    max-width: 750px;
    font-size: 0.8em;
}

.createButtons .uiButton{
    width: 24%;
	text-transform: uppercase;
}

/****/

.post{
	padding: 1em;
}

.post .postContent{
	padding: 1em;
}

.post .summary{
	font-weight: 400;
	margin-bottom: 2em;
}

.post .alertTag div{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.2em;
}

.post .alertBanner .uiButton{
	background: rgba(0, 0, 0, 0.05) !important;
	line-height: 2;
	min-width: 5em;
	margin: 0;
}

.post .alertBanner .uiButton:hover{
	background: rgba(0, 0, 0, 0.1) !important;
}

@media screen and (max-width: 500px){

	.post .alertBanner .buttons{
		margin-top: 1em;
	}

}

.post h1{
	margin-bottom: 0.5em;
	text-transform: none;
}

.post .type{
	font-family: "Header", sans-serif;
	text-transform: uppercase;
    font-size: 0.8em;
    opacity: 0.8;
    display: flex;
    align-items: center;
}

.post .type svg{
	height: 2em;
	width: auto;
	margin-right: 0.3em;
}

@media screen and (max-width: 600px){

	.post .type{
		text-align: center;
	}

}

.post .markdown{
    font-size: 0.9em;
}

.post .googleMap{
    height: 350px;
    margin: 1em 0;
    overflow: hidden;
    text-align: center;
}

.post .postActions{
	line-height: inherit;
	font-size: 1em;
	text-align: right;
}

.post .postActions form{
	width: auto;
}

.post .postActions .buttons{
	text-align: right;
}

.post .postActions .uiButton{
	min-width: 1em;
	height: auto;
	line-height: 1;
	display: inline-block;
}

.post .postActions .uiButton:hover{
	color: var(--color-1);
	text-decoration: none;
}

.post .postActions .uiButton.grey{
	color: #999;
}

.post .postActions .uiButton.site{
	color: var(--color-1);
}

.post .postActions .uiButton span{
	font-size: 0.6em;
	margin-left: 0.1em;
}

.post .postActions .tickCross, .post .postActions .uiButton{
	font-size: 2em;
	color: var(--color-border-grey);
	padding: 0;
	-webkit-transition: color 0.15s ease;
	-moz-transition: color 0.15s ease;
	-o-transition: color 0.15s ease;
	transition: color 0.15s ease;
	background: transparent;
}

.post .postActions .tickCross.status-ticked{
	color: var(--color-1);
}

.post .postActions .tickCross.status-unticked{
	color: var(--color-border-grey);
}

.post .postActions .note{
	margin-bottom: 0.5em;
	padding-right: 0.5em;
	vertical-align: bottom;
	display: inline-block;
}

.post .commentsTable{
	margin-bottom: 0;
}

.post .flexibleImage, .post .videoWrap{
    margin-bottom: 2em;
}

.post .flexibleImage img{
	object-fit: cover;
	object-position: center;
	max-height: 334px !important;
	height: 50vw !important;
}

.post .flexibleImage.organisation img, .post .flexibleImage.user img{
    max-width: 250px;
    height: auto !important;
}

.post .expandToggle{
	padding: 1em;
    font-family: "Button", sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
	color: var(--color-1);
	background-color: var(--color-background);
	margin: 1.5em auto;
	text-align: center;
	max-width: 450px;
}

/****/

.pollResults{
	margin: 2em auto 1em auto;
	width: 90%;
}

.pollResults .expandToggle{
	text-align: center;
	font-size: 0.8em;
	margin: 1em;
    color: var(--color-1);
}

.pollResults .information{
	font-weight: 700;
	text-align: center;
	font-size: 0.8em;
	color: inherit;
	opacity: 0.5;
}

.pollResults .uiButton{
	width: 100%;
	margin-bottom: 0.5em;
	border-radius: 5px;
	white-space: normal;
}

.pollResults .response{
	margin-bottom: 1em;
}

.pollResults .uiButton.current{
	color: var(--color-1) !important;
	border-color: var(--color-1) !important;
	background-color: #ffffff !important;
}

.pollResults .uiButton.current:before{
	font-family: "FontAwesome";
	font-weight: 400;
	content: "\f00c";
	padding-right: 0.2em;
}

.pollResults .answer{
	margin-bottom: 0.8em;
	font-size: 0.9em;
}

.pollResults .answer.current{
	font-weight: 700;
}

.pollResults .answer.current:before{
	font-family: "FontAwesome";
	font-weight: 400;
	content: "\f00c";
	padding-right: 0.2em;
}

.pollResults .barWrap{
	width: 100%;
}

.pollResults .bar{
	height: 1.8em;
	background: var(--color-1);
	position: relative;
    border-radius: 3px;
}

.pollResults .percentage{
	font-size: 0.9em;
	color: var(--color-1);
	position: absolute;
	right: -2.5em;
	top: 0.4em;
}

.pollResults .bar.wide .percentage{
	right: 0.5em;
	color: #ffffff;
}

.pollResults .uiButton{
	display: block;	
}

.pollResults .responseText{
	margin-top: 0.5em;
	font-size: 0.8em;
	opacity: 0.8;
	line-height: 1.2;
}

.pollAnswers td.note{
	padding: 1em;
}

.createAnswer{
	margin-top: 1em;
	margin-bottom: 1em;
}

.pollResponses{
	border-top: 1px solid var(--color-border-grey);
}

.pollResponses .responseRow{
	padding: 1em;
	font-size: 0.8em;
	border-bottom: 1px solid var(--color-border-grey);
}

.pollResponses .responseDate{
	font-weight: 700;
	font-size: 0.8em;
	margin-right: 0.5em;
}

.pollResponses .responseAnswer, .pollResponses .responseText{
	margin-top: 0.5em;
}

.pollResponses .responseText{
	opacity: 0.6;
}

.adminModule .card{
	padding: 1em;
	margin: 1em auto;
	background: var(--color-background);
    position: relative;
    font-size: 0.9em;
}

/****/

.session{
    background: var(--color-background);
    font-weight: 400;
    font-size: 0.9em;
	margin: 1em auto;
    padding: 1em 5%;
    position: relative;
}

.session h1{
    font-size: 1.1em;
}

.session h1 .date{
	margin-top: 0.5em;
    font-size: 0.8em;
}

.session .displayToggle:after{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f067";
    position: absolute;
    top: 1.5em;
    right: 2em;
}

.session .displayToggle.expanded:after{
    content: "\f068";
}

.session .description{
    margin: 1em 0;
}

.session .informationBox{
    margin-bottom: 0;
}

.session .markdown li{
	background-color: var(--color-background);
}

/****/

.speakers{
    margin: 1em 0;
}

.speaker{
    background: #ffffff;
    font-size: 0.9em;
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
	align-items: center;
}

.speaker .image{
    text-align: center;
    padding: 2em;
    flex: 1;
}

.speaker .image img{
    border-radius: 1000px;
    border: 0;
    width: 80%;
    min-width: 150px;
    max-width: 200px;
}

.speaker .detail{
    flex: 4;
    padding: 1em;
    min-width: 200px;
}

.speaker .name{
    font-weight: 700;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

.speaker .company{
    font-size: 1.1em;
    opacity: 0.6;
    font-weight: 400;
}

.speaker .twitter{
    margin: 0.9em 0 0 0;
}

.speaker .twitter:before{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f099";
    color: var(--color-1);
    margin-right: 0.5em;
}

.speaker .linkedIn:before{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f0e1";
    color: var(--color-1);
    margin-right: 0.5em;
}

.speaker .description{
    margin: 1em 0;
}

/****/

.team{
	line-height: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8em;
}

.team .user{
	width: 48%;
	min-width: 300px;
    padding: 2em 3em;
	background: #ffffff;
}

.team .user:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sideColumn .team .captionCard{
    width: 48%;
}

.team .name{
	margin: 0.8em 0 0 0;
	font-size: 1em;
	font-weight: 700;
}

.team .jobTitle{
	margin: 0.5em 0 0 0;
	font-size: 0.8em;
}

.team .email{
	margin: 0.5em 0 0 0;
	font-size: 0.8em;
}

.team .phone{
	margin: 0.5em 0 0 0;
	font-size: 0.9em;
	height: 1.2em;
}

.team img, .team svg{
    width: 100%;
    height: auto;
    padding: 1em;
}

.team svg{
    padding: 3em;
}

@media screen and (max-width: 700px){

	.team{
    	justify-content: center;
	}

}

/****/

td .svg-icon.svg-star{
	font-size: 1.2em;
	color: var(--color-amber);
}

/****/

.keyResources{
	line-height: 1.2;
    margin: 2em auto;
    text-align: center;
}

.keyResources.flex{
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-flow: row wrap;
}

.keyResource{
	margin: 0.2em;
	padding: 1.5em;
	background: var(--color-1);
	color: #ffffff;
	text-align: left;
    border-radius: 3px;
}

.keyResources.flex .keyResource{
	width: 32%;
	min-width: 250px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.keyAuditResources.flex .keyResource{
	width: 48%;
}

.home .keyResources.flex .keyResource{
	width: 24%;
}

@media only screen and (max-width: 700px){

	.keyAuditResources.flex .keyResource, .keyResources.flex .keyResource{
		width: 100%;
	}

}

@media only screen and (max-width: 560px){

	.home .keyResources.flex .keyResource{
		width: 100%;
	}

}

.keyResource.agenda{
	background: #1b68aa;
	background: var(--color-1);
}

.keyResource.document{
	background: var(--color-1);
}

.keyResource.minutes{
	background: #1b68aa;
	background: var(--color-1);
}

.keyResource.information{
	background: var(--color-management);
	background: var(--color-1);
}

.keyResource.slides{
	background: #1b68aa;
	background: var(--color-1);
}

.keyResource.template{
	background: var(--color-labor);
	background: var(--color-1);
}

.keyResource.training{
	background: var(--color-ethics);
	background: var(--color-1);
}

.keyResource.webinar{
	background: var(--color-ethics);
	background: var(--color-1);
}

.keyResource.news{
	color: var(--color-text);
	background: var(--color-background);
}

.keyResource:hover{
	background: var(--color-2);
}

.keyResource.news:hover{
	background: var(--color-background);
}

.keyResource .type{
	font-size: 0.9em;
	font-weight: 700;
}

.keyResource .type{
	display: flex;
	align-items: center;
}

.keyResource .type svg{
	height: 1.5em;
	width: auto;
	margin-right: 0.5em;
}

.keyResource .type svg *{
	fill: #ffffff;
}

.keyResource.news .type svg *{
	fill: var(--color-text);
}

.keyResource .name{
	font-family: "Header", sans-serif;
    margin: 1em 0;
	text-overflow: ellipsis;
}

.keyResource .description > ul, .keyResource .description > ol{
	list-style: none;
    margin: 3em 2em;
}

.keyResource .description > ul > li, .keyResource .description > ol > li{
    padding: 1em 1.5em;
	margin: 1em auto;
	background-color: #ffffff;
	color: inherit;
}

.keyResource .description > ul > li:before{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f0da";
    color: var(--color-1);
    margin-right: 0.8em;
}

/****/

.groupType{
	font-family: "Header", sans-serif;
    margin-top: -0.8em;
	text-transform: uppercase;
	opacity: 0.8;
	text-align: center;
	font-size: 0.8em;
}

/****/

.legislationsTable .dataTable .smallColumn{
	width: 100px;
	min-width: 100px;
}

/****/

ul.pointer, ol.pointer{
	list-style: none;
    margin: 2em 0;
}

ul.pointer > li, ol.pointer > li{
    padding: 0.5em 0.8em;
	margin: 0.8em auto;
	background-color: var(--color-background);
	color: inherit;
}

ul.pointer > li:before{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f0da";
    color: var(--color-1);
    margin-right: 0.8em;
}

ul.ol > li:before{
    content: counter(list-item);
    padding: 0.2em 0.4em;
    margin-right: 1em;
    background: var(--color-1);
    color: var(--color-1-overlay);
    font-size: 0.7em;
    font-weight: 700;
}