:root{
	--color-1: #000000;
	--color-2: #00ae42;
	--color-text: #333333;
	--color-green: var(--color-2);
	--color-background: #f8f8f8;
}

/****/

/* This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype Imaging with any questions regarding Web Fonts:  http://www.fonts.com */

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

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

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

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

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

/****/

.informationBox{
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 3px;
    background: var(--color-2);
    color: var(--color-2-overlay);
    padding: 0.5em 1em;
    text-align: center;
    letter-spacing: 2px;
}

/****/

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

/****/

#footerWrap{
    background: #ffffff;
    padding: 2% 3% 2% 3%;
}

footer .copyright{
	text-align: right;
}

footer .logos{
	text-align: left;
}

footer .logos svg{
	height: 40px;
	width: auto;
	margin: 5px;
}

/****/

.navMenu li a{
	font-size: 0.9em;
    letter-spacing: 2px;
	border: 1px solid transparent;
    text-transform: uppercase;
}

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

@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);
	}

}

/****/

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

.adminModule h1{
    margin-bottom: 1em;
    color: var(--color-1);
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.adminModule h2{
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.adminModule p.first{
    font-weight: 700;
}

.adminModule.quote{
    background: var(--color-1);
    color: var(--color-1-overlay);
}

.adminModule.quote blockquote{
    font-size: 1.2em;
}

.adminModule blockquote p:first-of-type:before{
    content: open-quote;
    position: relative;
    left: -0.2em;
    font-size: 2em;
    font-weight: 700;
    color: var(--color-2);
}

.adminModule blockquote p:last-of-type:after{
    content: close-quote;
    position: relative;
    top: 0.2em;
    left: 0.2em;
    font-size: 2em;
    font-weight: 700;
    color: var(--color-2);
}

.adminModule blockquote .author{
	font-size: 0.8em;
    margin-top: 2em;
    font-style: normal;
    font-weight: 300;
}

.adminModule ol{
    counter-reset: li;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    margin-left: 0;
    padding-left: 0;
}

.adminModule ol > li{
    list-style: none;
    position: relative;
    margin-bottom: 1.5em;
    margin-left: 3em;
    padding-left: 1em;
}

.adminModule ol > li:before{
    content: counter(list-item);
    position: absolute;
    left: -2em;
    width: 1.8em;
    background: var(--color-1);
    color: var(--color-1-overlay);
    text-align: center;
    border-radius: 3px;
    font-weight: 700;
}

.adminModule .showcaseHeader{
    margin: -1.5em -1.5em 0 -1.5em;
    padding: 0;
    background: var(--color-1);
    color: var(--color-1-overlay);
}

.adminModule .showcaseHeader h1{
    color: var(--color-1-overlay);
    padding: 1.2em 1em 1em 1em;
    margin: 0;
}

.adminModule .showcaseHeader h1 a{
    color: var(--color-1-overlay);
}

.adminModule .showcaseImage{
    margin: 0 -1.5em 2em -1.5em;
}

.adminModule .showcaseImage .note{
	text-align: right;
	margin: 0.3em 1em 0 0;
	font-weight: 300;
	font-size: 0.9em;
}

.adminModule .centeredButtons .uiButton{
	line-height: 2;
	width: 100%;
}

.adminModule .centeredButtons .uiButton.externalLinkButton{
	font-size: 0.9em;
}

.adminModule .tagline{
	font-weight: 700;
}

.adminModule.headerModule h1{
    margin: 0;
}

.adminModule .jobTitle{
	margin-top: -1em;
	font-size: 1.1em;
    font-weight: 300;
}

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

	.adminModule .jobTitle{
		text-align: center;
	}

}

/****/

.questionnaire .pageStatus{
    margin: 2em auto 2em auto;
    font-size: 0.8em;
    font-weight: 700;
	width: 100%;
	overflow-x: auto;
}

.questionnaire .pageStatus a{
    color: var(--color-text);
}

.questionnaire .pageStatus a:hover{
    text-decoration: none;
}

.questionnaire .pageStatus .pageStatusBoxes{
    width: 100%;
    display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.questionnaire .pageStatusBox{
    background: var(--color-1);
    color: #ffffff;
    width: 2.5em;
    padding: 0.6em 0 0.6em 0;
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 2;
    border-radius: 50px;
}

.questionnaire .pageStatusBox.current{
  	font-weight: 700;
  	font-size: 1.2em;
    background: var(--color-2);
}

.questionnaire .pageStatusBox.complete{
    background: var(--color-2);
    color: var(--color-2-overlay);
}

.questionnaire .pageStatus .line{
    border-bottom: 3px solid var(--color-2);
    position: relative;
    top: -1.6em;
    z-index: 1;
    margin: 0 2%;
}

/****/

.questionnaire .questionnaireContent{
    max-width: 900px;
    margin: 0 auto;
}

.questionnaire h2{
    display: flex;
    align-items: center;
    justify-content: center;
}

.questionnaire .headingIcon{
	margin-right: 0.8em;
	max-width: 2.5em;
}

.questionnaire label:before{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f0da";
    color: var(--color-2);
    padding: 0.1em 0.8em 0 0;
}

.questionnaire .additional label:before{
    content: "";
    padding: 0;
}

.questionnaire .formInput .labelSpan{
    padding: 1em 1em 0.2em 0;
    font-size: 0.9em;
}

.questionnaire .propertyInfoList{
	max-width: 100%;
}

/***/

.uiButton, .fileInput + label, .ui-button, .ui-button:hover, .ui-button:focus{
	font-weight: 400;
	text-transform: uppercase;
    letter-spacing: 1px;
}

.showcaseTheme .flexibleImage{
    margin: 2em auto;
    max-width: 200px;
}

/****/

.theme.adminModule{
    padding-bottom: 0;
}

.theme.adminModule .showcaseHeader h1{
    font-size: 1.4em;
    padding: 0.7em 1em 0.5em 1em;
}

.adminModule.showcase{
    background: var(--color-1);
    color: var(--color-1-overlay);
}

.adminModule.showcase .ui-widget-content{
    color: var(--color-1);
}

.adminModule.showcase.alt{
    background: var(--color-2);
}

.adminModule.showcase h1{
    color: var(--color-1-overlay);
    opacity: 1;
    font-size: 1.4em;
}

.adminModule.showcase a{
    color: var(--color-1-overlay);
}

.adminModule.showcase .type{
    border-radius: 3px;
    background: var(--color-2);
    color: var(--color-2-overlay);
    padding: 0.5em 1em;
    text-align: center;
    width: 100%;
}

.adminModule.showcase .fileInput + label{
    padding: 1em;
}

.adminModule.showcase .formInput .inputSpan{
    font-size: 1em;
    font-weight: 400;
    float: none;
}

.submissionStatus{
    margin-bottom: 2em;
    font-size: 1.2em;
}

.reportModule{
    padding-top: 0;
    text-align: center;
}

/****/

.suppliersTable th svg{
	height: 1.5em;
	width: auto;
}

/****/

.frameworkQuestion{
	color: var(--color-text);
    background: #ffffff;
    padding: 1em;
    border-radius: 3px;
    margin-top: 0.5em;
	text-align: center;
}

.frameworkQuestion form{
	width: auto;
}

.frameworkQuestion .name{
    font-size: 0.9em;
}

.frameworkQuestion p{
    font-weight: 700;
}

.frameworkQuestion .value{
	display: inline-block;
	padding: 0.4em 0.6em;
    border-radius: 3px;
    font-size: 1.1em;
}

.frameworkQuestion .insetButtons{
	float: none;
	display: inline-block;
	margin: 0 0.5em;
}

.frameworkQuestion .formInput, .frameworkQuestion input{
	text-align: center;
}

.frameworkQuestion .note{
    margin: 0.8em auto;
}

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

	.frameworkQuestion{
		width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		border-radius: 0;
	}

	.frameworkQuestion .units{
		display: none;
	}

}

.frameworkQuestionResponse .description, .frameworkQuestion textarea{
	font-size: 1.1em;
	text-align: center;
}

.frameworkQuestion .type{
	margin-bottom: 1.5em;
}

/****/

.imageDetail img, .imageDetail svg{
    width: 100%;
    max-width: 250px;
    height: auto;
}

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

	.imageDetail .image {
		margin-bottom: 1em;
	}

}

.imageDetail .profile.image{
    padding: 1em;
}

.imageDetail .profile.image img{
    padding-bottom: 1em;
}

.imageDetail .profile.image img.head{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.imageDetail .image{
    text-align: center;
}

/****/

.themeChooser{
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-align: center;
	font-family: "Header", sans-serif;
	text-transform: uppercase;
	margin: 0 auto;
	max-width: 700px;
}

.themeChooser li{
	list-style: none;
	padding: 2%;
	width: 12%;
	font-size: 0.7em;
}

.themeChooser a.current svg path{
	stroke: var(--color-2);
}

/****/

.surveyResults{
	color: var(--color-text);
    background: #ffffff;
    padding: 0.5em 2em 1em 2em;
    border-radius: 3px;
    margin-top: 0.5em;
}

.surveyResults p{
    font-weight: 700;
    text-align: center;
}

.resultGraph{
	margin: 2em auto 1em auto;
	text-align: left;
	font-size: 0.9em;
}

.resultGraph .resultValue{
	margin-bottom: 0.2em;
	font-size: 0.9em;
}

.resultGraph .answer{
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.resultGraph .barWrap{
	width: 100%;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.resultGraph .barWrapOverall, .resultGraph .barWrapPrevious{
	opacity: 0.4;
	font-size: 0.9em;
}

.resultGraph .bar{
	height: 1.6em;
	background: var(--color-2);
	position: relative;
    border-radius: 3px;
}

.resultGraph .barWrapPrevious .bar{
	background: #333333;
}

.resultGraph .bar, .resultGraph .value{
	display: inline-block;
}

.resultGraph .barWrapOverall .bar, .resultGraph .barWrapPrevious .bar{
	height: 1.2em;
}

.resultGraph .value{
	font-size: 0.9em;
	color: var(--color-text);
	padding: 0.2em;
}

.resultGraph .barWrapOverall .value, .resultGraph .barWrapPrevious .value{
	top: 0;
}

.resultGraph .bar .value{
	position: absolute;
	right: -3em;
}

.resultGraph .bar.wide .value{
	right: 0.5em;
	color: #ffffff;
}

.percentageResponses{
	font-size: 2em;
	color: #ffffff;
}

.percentageResponses .value{
	color: #ffffff;
}

.graphLegend{
	font-size: 1.1em;
}

.graphLegend .resultGraph .value{
	margin-left: 0.5em;
	top: -0.5em;
	position: relative;
}

/****/

.post{
	padding: 1em;
	margin: 1% auto;
	max-width: 750px;
}

.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;
}

.post h1 a, .post h1 a:hover{
	color: inherit;
}

.post .markdown h1{
	font-size: 1em;
	margin-top: 2em;
}

.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-light-grey);
	margin: 1.5em auto;
	text-align: center;
	max-width: 450px;
}

.post .centeredButtons{
	margin-top: 3em;
}

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

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

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

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

}

/****/

.session{
	margin: 3em auto;
}

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

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

/****/

.speaker{
    background: var(--color-background);
    font-weight: 400;
    font-size: 0.9em;
    margin: 3em 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

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

.speaker .image img{
    border-radius: 1000px;
    height: auto !important;
}

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

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

.speaker .company{
    font-size: 1.2em;
    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";
}

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

/****/

.dataTable.actionRow td.note{
	padding: 1em;
	border: none;
	opacity: 1;
}

.actionUpdatesTable{
	background-color: var(--color-background);
}

.dataTable.actionUpdateRow td.note{
	vertical-align: top;
	padding: 0.5em 0.8em;
	border-bottom: 1px solid var(--color-border-grey);
}

/****/

.filterWrap{
    max-width: 750px;
}

.keywordFilter .keywordSelect{
    background: var(--color-1);
    color: var(--color-1-overlay);
}

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

.keywordFilter .keywordSelect.hasValue{
    background: var(--color-2);
	color: var(--color-2-overlay);
}

.keywordFilter .keywordSelect.hasValue .uiButton{
	color: var(--color-2-overlay);
}