:root {
	--conffab-bg-image: url(/http/webdirections.org/event-common-images/chrome/about-conffab-bg.webp);
	--conffab-bg-image-tall: url(/http/webdirections.org/event-common-images/chrome/about-conffab-bg-tall.jpg);
	--conffab-font: montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*about-conffab*/

@media (min-width: 768px)   {
	
	#about-conffab {
		background-color: var(--conffab-bg-color);
		color: var(--conffab-text-color);
		text-align: center;
		background-image: var(--conffab-bg-image);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50%;
		font-size: .9em;
		font-family: var(--conffab-font);
	}
	
	#about-conffab .content {
		background-color: rgb(0,0,0,.8);
		padding: 2em 20%;
			-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);

	}

	#about-conffab header h1 {
	color: var(--conffab-text-color);
	margin: auto;
	font-size: 4em;
	margin-bottom: .5em;
	text-align: left;
	width: 30%;
	}

	#about-conffab header h1 #wd-event {
		font-size: .3em;
		margin-bottom: .4em;
	}

	#about-conffab header h1 #event-name {
		font-size: 1em;
		line-height: .2;
	}

	#about-conffab h2 {
		color: var(--conffab-text-color);
		line-height: 1.1;
		font-size: 2em;
		margin-bottom: .5em;
	}

	#about-conffab h3 {
		color: var(--conffab-text-color);
		line-height: 1.1;
		font-size: 1.4em;
		margin-bottom: .5em;
		color: var(--conffab-text-color)
	}

	#about-conffab p {
		font-size: 1.2em
	}

	#about-conffab a {
		text-decoration: none;
		display: inline-block;
		width: 20%;
		margin 0 auto;
		background-color: var(--button-bg-color);
		border-radius: .2em;
		padding: .2em;
		color: var(--button-text-color)
	}

	#about-conffab a+a {
		margin-left: 2em
	}

	.sr-only {
		display: none;
	}

}

#speakforus {
	background-color: var(--main-theme-contrast-color-2);
	background-image: none;
	padding: 4em 2%;
	margin: 0%;
	margin-top: 2em;
	display: flex;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100%;
	font-size: 1.1em;
	color: var(--reverse-text-color);
	padding-top: 3em;
	margin-top: 2em

}

#speakforus img {
/* aspect-ratio: 1.75; */
	width: 35%;
	margin-inline: 4%;
	height: 90%;
	margin-block: auto;
	border-radius: var(--main-theme-border-radius);
}


#speakforus .details {
	padding: 2%;
	width: 60%;
	margin-left: 10%;
	font-size: .8em;

}

#speakforus h2 {
	font-size: 2.4em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1;
	margin-bottom: .5em;
}


#speakforus h3 {
	font-family: var(--body-font);
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	font-size: 1.2em;
	line-height: 1.1;
	margin-bottom: 1em;

}

#speakforus .details * {
	color: var(--reverse-text-color)
}



#speakforus p {
		font-size: 1.2em;
}



#speakforus li {
line-height: 1;
font-size: .9em}

#speakforus h3 + p {
	margin-top: 0
}

#speakforus p:last-child {
	margin-block-start: 2em;
}

#speakforus p:last-child a:link {
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
	padding: .6em 2em;
	transition: .2s background-color;
	background-color: var(--main-theme-highlight-color-2);
	width: fit-content;
	color: var(--reverse-text-color);
	font-size: 1em;
	font-weight: 600;
	border-radius: 1em;
}

#speakforus p:last-child a.learn-more {
	background-color: var(--main-theme-contrast-color);
}

@media (max-width: 767px)   {
	
/*about-conffab*/

#about-conffab {
    background-color: #000;
    color: #fff;
    text-align: center;
    background-image: var(--conffab-bg-image-tall);
    background-repeat: no-repeat;
    background-size: contain
}

	#about-conffab .content {
		background-color: rgb(0,0,0,.8);
		padding: 2em 5%;
			-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);

	}
	
#about-conffab header h1 {
    margin-bottom: .2em
}



#about-conffab h2 {
    color: #fff;
    line-height: 1.1;
    font-size: 2em;
    margin-bottom: .5em
}

#about-conffab h3 {
    color: #fff;
    line-height: 1.1;
    font-size: 1.6em;
    margin-bottom: .5em
}

#about-conffab p {
    font-size: 1.2em;
}

#about-conffab a {
    text-decoration: none;
    display: block;
    width: 100%;
    margin 0 auto;
    background-color: #4885ed;
    border-radius: .2em;
    padding: .2em;
    margin-bottom: .75em;
}

#about-conffab a {
    display: inline-block;
    width: 44%;
    margin 0 auto;
    color: var(--button-text-color)
}

#speakforus {
	color: var(--page-text-color)
}

#speakforus img {
	display: none;
}

#speakforus .details {
	width: 90%;
	margin-inline: auto;
}

#speakforus .details *
{
	color: var(--reverse-text-color);
}
#speakforus p:last-child {
	text-align: center;
}

#speakforus p:last-child a:link {
	display: inline-block;
	width: 100%;
	margin-inline: auto;
}

}