:root {
	/* Colors */
	--black: #000000;
	--blue: #001A35;
	--text-blue: #002F5F;
	--grey: #EEF1F7;
	--dark-grey: #9a9a9a;
	--red: #E1004E;
	--dark-red: #B91C4A;
	--white: #FFFFFF;
	--input-border: #e2e2e2;
}
/*Background colors*/
.background-light-blue {
	background-color: #F2F4F9;
}
.main-content {
	margin-top: -8px;
}
.main-content {
	margin-top: -8px;
}
p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0!important;
}
h2 {
	font-size:32px !important;
	font-weight: 800;
	margin-bottom:0!important;
}
h3 {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 0;
	padding-bottom: 15px;
	font-weight: 800;
}
h4 {
	font-size: 20px !important;
	line-height: 28px !important;
	/* margin-top: 22px; */
	font-weight: 800;
}
h5 {
	font-size: 20px !important;
}
li {
	font-size: 16px;
}
.center {
	text-align: center;
}
.text-center-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.text-center-container img {
	display: block;
	margin-top: 4rem;
}
.page-container {
	padding: 0!important;
}
.landing-page-header {
	padding: 1rem 0;
}
.landing-logo-container img {
	max-height: 64px;
	width: auto;
}
.primary-btn {
	background-color: var(--red);
	border: 2px solid var(--red);
	color: var(--white);
	font-weight: bold;
	width: 100%;
	border-radius: 8px;
	padding: 8px 30px !important;
	cursor: pointer;
}
.secondary-btn {
	color: var(--red);
	font-weight: 400;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
}
.hero-text {
	padding: 2rem 0;
}
.hero-text p {
	margin-bottom: 3rem;
}
.landing-page-hero,
.background-light {
	background-color: var(--grey);
}
.background-dark {
	background-color: var(--blue);
	color: var(--white);
}
.background-dark h2 {
	color: var(--white);
}
.single-custom_pages #page-container{
	overflow: unset;
}
.custom-pages-container{
	/* max-width: 1260px; */
	margin:auto;
	display:flex;
	width:100%;
	position: absolute;
}

.recaptcha-info p{
	text-align: left;
}
label{
	text-align: left;
}
.wpcf7-list-item {
	margin:0!important;
}
.custom-pages-form-wrapper{
	background: var(--blue);
	width: 40%;
	min-height: 1760px;
  z-index: 2;
	display: none;
	margin-left:auto;
/*will need some js here to determin height*/
}
.container-background-wrapper {
	background-color: var(--blue);
}
.form-wrapper {
	margin-top: 400px;
	/* background-color: var(--blue); */
	padding: 20px;
	display: grid;
	place-content: center;
}
.form-wrapper h2 {
	color: var(--white);
}
.mobile-form{
	margin:0 auto 3rem;
	max-width:500px;
}
.custom-hero-image-wrapper{
	background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-position: center;
		/* width:58%; */
		width: 100%;
}
.custom-pages-form-wrapper-mobile {
	background: var(--blue);
	z-index: 2;
	color: var(--white);
}
.custom-pages-form-mobile {
	padding: 2rem;
	color: var(--white);
	display: grid;
	gap: 12px;
}
.custom-pages-form-mobile h2{
	color: var(--white);
		text-align: center;
		padding-bottom: 4px;
		margin-bottom: 0px;
}
.custom-pages-form-mobile h3 {
	color: var(--white);
		text-align: center;
		font-weight: normal;
		font-size: 18px;
		padding-bottom: 4px;
}
.custom-pages-form-mobile p {
	text-align: center;
}
.custom-pages-form-mobile .event-info {
	display: grid;
	gap: 5px;
	justify-items: center;
}
.custom-pages-form-mobile .icon-and-text {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: bold;
}
.custom-pages-form-mobile .icon-and-text p {
	margin-bottom: 0em;
}
.custom-pages-form{
position: sticky;
	top:50px;
	/* padding-right: calc(var(--bs-gutter-x)* .5); */
	/* width: calc(41.666666vw + 8.3%); */
  max-width: 100%;
	width:500px;
	margin: auto;
	padding:16px;
	background-color: var(--blue);
	padding-top:2rem;
	color: var(--white);
	display: grid;
	gap: 6px;
}

.custom-pages-main-content-wrapper {
	margin-top:32px;
	min-height:1260px;
	/*will need some js here to determin height but it's .custom-pages-form-wrapper minus this margin-top*/
}

.custom-pages-form h2{
	color: var(--white);
		text-align: center;
		padding-bottom: 4px;
		margin-bottom: 0px;
}

.custom-pages-form h3 {
	color: var(--white);
		text-align: center;
		font-weight: normal;
		font-size: 18px;
		padding-bottom: 4px;
}
.custom-pages-form {
	text-align: center;
}
.custom-pages-form .event-info {
	display: grid;
	gap: 1px;
	justify-items: center;
	padding-bottom: 1rem;
}
.custom-pages-form .icon-and-text {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: bold;
}
/*Form styling*/
.event-form-container {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
.event-form-item p {
	margin-bottom: 0px;
	font-size: 12px;
}
.event-form-container-full {
	padding-top: 15px;
}
input {
	padding: 12px 10px !important;
}
.custom-pages-form .event-info .icon-and-text p {
	margin-bottom: 0px;
}
.single-custom_pages .wpcf7 label{
	width:100%;
}
.wpcf7-list-item .wpcf7-list-item-label {
	color: var(--white);
}
form{
	margin-top:0!important;
	padding-top:0!important;
}
/*Custom blocks */
/* Event intro */
ul:not(.slick-dots, .clearfix, .ab-top-menu, .menu) li::before {
	position: relative;
margin-right: 10px;
margin-left: -39px;
top: 6px;
color: rgba(0, 0, 0, 0.3);
font-family: 'ETmodules';
content: "\5e";
font-weight: 700;
font-size: 27px;
color: #dc0451;
}
.event_intro {
	padding: 4rem 0;
}
.event_intro h3 {
	color: var(--red);
}
/*Event details*/
.event_intro .event-info {
	display: grid;
	padding-bottom: 2.5rem;
}
.event_intro .event-info .icon-and-text {
	display: flex;
	align-items: center;
	gap: 16px;
	font-weight: bold;
}
/*Icons*/
.fa-light {
	font-size: 18px;
		width: 24px;
		height: 24px;
		text-align: center;
		color: var(--red);
}
.event_intro .event-info .icon-and-text p {
	margin-bottom: 0px;
}

ul li {
	margin-bottom: 10px;
}
 li:last-of-type {
    margin-bottom: 0;
}
/*plain text*/
.plain-text{
	padding: 4rem 0;
}
/*Regular intro*/
.regular_intro {
	padding: 4rem 0;
}
.regular_intro h3 {
	color: var(--red);
}
.regular_intro p {
	padding-bottom: 0em;
}
/*Image block*/
.image_block {
	text-align: center;
}
.content_image img {
	padding-bottom: 4rem;
}
/*Speaker*/
.speaker_block {
	padding: 4rem 0;
}
.speaker_block h2 {
	color: var(--red);
	margin-bottom: 0px;
}
.speaker_block .speaker_info {
	display: grid;
	gap: 8px;
	padding-top: 2rem;
}
.speaker_block .speaker_info .speaker_wrapper {
	display: flex;
 flex-direction: column;
  gap: 30px;
}
.speaker_block .speaker_info .speaker_info_container h2 {
	/* font-size: 32px !important; */
	color: var(--blue);
	padding-bottom: 14px;
	margin-bottom: 0px;
}
.speaker_image img {
	border-radius: 50%;
	max-width: 176px;
	object-fit: cover;
	aspect-ratio: 1/1;
}
/*Agenda*/
.agenda h2 {
	color: var(--red);
}
.agenda_wrapper {
	padding: 32px 0px;
}
.agenda_container {
	display: grid;
	position: relative;
	grid-template-columns: 153px 1px auto;
}
.time_container {
	width: 131px;
	display: grid;
	place-content: center;
	margin-right: 16px;
}
.time_container h4 {
	padding:0px;
	margin: 0px;
}
.line_container {
	position: relative;
	width: 10px;
}
.line {
	width: 1px;
	height: 100%;
	background-color: var(--red);
	position: absolute;
	top:0;
	left:-28%;
}
.circle {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 44%;
	background-color: var(--red);
	border: solid var(--white) 1px;
	padding-top: 10px;
}
.agenda_item {
	width: auto;
	background-color: var(--white);
	padding: 16px 12px;
	margin: 10px;
}
.agenda_item h4 {
	padding: 0px;
	margin: 0px;
}
.agenda_item p {
	padding-top: 16px;
	font-size: 16px;
	padding-bottom: 0em;
}
.agenda_item .speaker_name {
	padding: 0px 0px 0px 0px ;
	font-weight: 400;
	font-style: proxima-nova, sans serif;
}
.agenda_item .event_image img {
	max-width: 80px;
	object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 50%;
	margin-right: 13px;
}
.agenda_info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.agenda_item ul li {
	margin-bottom: 8px;
	font-size: 16px;
}
.agenda_info_content p {
	font-weight: 900;
	font-size: 1rem!important;
	margin-bottom:0.5rem!important;
}
/*custom pages footer*/
.single-custom_pages footer .et_pb_module_inner{
	display: flex;
	justify-content: center;
}
.et_pb_section_1_tb_footer.et_pb_section {
	display: none;
}
/**custom dstyle for form Cegid & ProMark seminar- hidden but may be required again*/
/* form{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-column-gap: 11px;
}
form .checkbox, form .submit, form .wpcf7-response-output {
	grid-column: 1 / -1;
}
form .checkbox{
	text-align:left;
}
form .submit{
	color:white;
}
form p{
	line-height: 1px;
	margin-bottom:0;
}
form input {
	height:fit-content;
}
.wpcf7-submit.et_pb_button {
	color:white;
}
form .wpcf7-list-item-label{
	line-height: 30px;
} */

@media screen and (min-width: 768px) {
	.agenda_info {
		flex-direction: row;
			align-items: center;
	}
}
@media screen and (min-width: 600px) {
	.speaker_block .speaker_info .speaker_wrapper {
		flex-direction: row;
		align-items: center;
		padding-bottom: 2rem;
	}
}
/*Media query for tablet and mobileview*/
@media screen and (min-width: 992px){
	.custom-hero-image-wrapper {
		width: 60%;
	}
.custom-pages-form-wrapper {
	display: block;
}
.form-wrapper {
	display: none;
}
.custom-pages-form-wrapper-mobile {
	display: none;
}
.custom-pages-main-content-wrapper {
	margin-top: 420px;
}
.speaker_info {
	gap: 40px;
}
}
/*Media query for tablet and mobileview*/
@media screen and (max-width: 560px){
	.time-slot{
		font-size:1rem!important;
	}
	.time_container {
position:absolute;
top:18px;
left:7px;
	}

.agenda_container{
grid-template-columns: 1px auto;
position:relative;
}
.event_image{
	padding-top:30px;
}
}
