.acf-map {
    width: 100%;
    height: 600px;
    border: 0;
    margin: 0;
}

/* Fixes potential theme css conflict. */
.acf-map img {
   max-width: inherit !important;
}


html {
	scroll-behavior: smooth;
}

body {
	overflow:unset;
}

*:focus {
    outline: 0;
}

.event-page {
	min-height:600px;
	position:relative;
  	background-color:#01b8fc;	
}

.header-thumb {
	height:250px;
	width:250px;
	border-radius:50%;
	background-size:cover;
	margin:0 0 60px;
	float:right;
}

.event-categories {
	font-size:18px;
	line-height:36px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}

.event-categories a {
	text-decoration:underline;
	margin-right:20px;
	color:#fff;
	display:inline-block;
}

.event-categories a:hover {
	text-decoration:none;
}

.title-page__title {
	max-width:900px;
}

.event-subtitle {
	font-size:40px;
	line-height:1.2;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	display:block;
	width:100%;
	max-width:900px;
}

.event-pricing {
	font-size:30px;
	line-height:1.2;
	font-weight:normal;
	color:#fff;
	display:block;
	width:100%;
	max-width:900px;
}

.stickwrap {overflow:unset;}

.stickynav {
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	
	position: -webkit-sticky;
  	position: sticky;
  	top:20px;
  	align-self: flex-start;
  	z-index:9999;
}

.stickynav .navlink:first-child .nav-item {
	background-color: #004A8B;
}

.stickynav .navlink {
	width: 100%;
}

@media (min-width: 640px) {
	.stickynav .navlink {
		width: inherit;
	}
}

.nav-item {
	background-color:#004a8b;
	text-align:center;
	padding: 8px 17px;
	line-height: 162.5%;
}

	@media (min-width: 640px) {
		.nav-item {
			padding: 17px 35px;
		}
	}


a div.nav-item {
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;
}

.nav-item:hover {
	background-color: #004A8B;
}

.register {
	background-color:#01b8fc;
	margin-left:0;
	text-decoration:none;
}

.register:hover {
	background-color: #004A8B;
}

.content-event {
	max-width:1000px;
	margin:0 auto;
}

.content-event h1, .content-basic h1 {
	font-size:50px;
	text-transform:uppercase;
	text-align:center;
	line-height:1.2;
	font-weight:800;
	color:#004a8b;
	padding:40px 0 20px 0;
}

.wp-block-pb-accordion-item {
	background-color:#f8f8f9;
	padding:30px;
	margin-bottom:10px;
}

.wp-block-pb-accordion-item h2 {
	font-size:26px !important;
	line-height:30px;
	text-transform:none;
	font-weight:normal !important;
	color:#004a8b;
	padding-right:70px;
}

.c-accordion__title:after {
	color:#004a8b;
	font-size:50px;
	border-left:2px solid #004a8b;
	padding:15px 0 15px 30px;
}

.is-open>.c-accordion__title:after {
	content:"\00D7";
}

.c-accordion__content {padding-top:20px}


.event-agenda {
	background-image:url(/wp-content/uploads/2021/03/audience.jpg);
	background-size:cover;
}

.udff-agenda {
	background-image:url(/wp-content/uploads/2021/10/UDDF-BannerBackground-1300px-2.png);
	background-size:cover;
}

.white {color:#fff !important;}

table {background-color:#fff;}

.lthead {
	background-color:#ccf1fe;
	padding:15px 30px;
}

table {border:0 !important;}

table td {
	border:3px solid #fff !important;
	padding:15px 20px !important;
	background-color:#fff;
}

table td h2 {
	text-transform:none;
	font-size:26px !important;
	line-height:30px;
}

.speakerwrapper {
	display:flex;

	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
	align-content:center;
}

.speaker {
	flex-grow:1;
	background-color:#f8f8f9;
	padding:20px;
	margin:10px;
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	width:500px;
}

.headshot {
	margin-right:20px;
	border-radius:50%;
	filter:grayscale(100%);
	background-size:cover;
	min-width:200px;
	height:200px;
}

.content-basic h5 {
	text-transform:none !important;
}

.speaker-text {
	flex-grow:1.25;
}


.sponsorwrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}

.sponsorwrapper a {
	border:0 !important;
}

.sponsor {
	flex-grow:1;
	padding:20px;
	margin:0 20px;
	max-width:250px;
}

.locations-heading h1 {
	color: white;
	text-align: center;
	padding: 2rem 1rem;
	margin: 0;
}

@media screen and (max-width: 760px) {
	.locations .locations-heading h1 {
		padding: 2rem 1rem;
		margin: 0;
	}
}

@media screen and (min-width: 960px) {
	.locations .locations-container {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1rem;
	}

	.locations .locations-image {
		flex: 1;
	}

	.locations .locations-address {
		flex: 1;
	}
}

.locations .locations-container {
	margin: 1.5rem 0;
}

.locations .locations-image {
	max-height: 350px;
}

@media screen and (min-width: 960px) {
	.locations .locations-image {
		width: 100%;
		height: 100%;
		max-height: 500px;
	}

	.locations .locations-image img {
		max-height: 500px;
	}
}

.locations .locations-image img {
	width: 100%;
	height: 100%;
	max-height: 350px;
	object-fit: cover;
}

.locations .locations-address {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	padding: 1rem;
}

.locations .locations-address p {
	margin-top: 0.5rem;
}

.locations .locations-address h3 {
	margin-bottom: 0.5rem;
}

.locations-heading {
	background-color:#004a8b;
}

h2.agenda-head {
	margin:30px 0 10px 0;
	text-transform:none;
	color:#fff;
}


/* table */
.tb-head {
	background-color:#ccf1fe;
	border:3px solid #fff;
}

.time-col {width:5%;}
.second-col {width:25%;}
.third-col {width:25%;}
.speakers-col {width:25%;}

.tb-head h2 {
	font-size:30px !important;
	padding:10px 30px;
	text-transform:capitalize;
}

.tb-body {
	border-bottom:1px solid #01b8fc !important;
}

.rg-header {
  text-align: left;
}

.rg-header > * {
  display: block;
}

table.rg-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-align: left;
}




.schedule {
	border-top:2px solid #004a8b !important;
	border-bottom:1px dotted #004a8b !important;
	margin-top:30px;
}

.schedule td {
	border:0 !important;
	border-top:1px dotted #004a8b !important;
	padding:10px 0  !important;
}

.schedule td p.topic-date {
	font-size:1.5em;
	margin:0 20px 0 0;
	font-weight:bold;
}


.schedule p.landing-date {
	margin:.5em 0 1.5em 0;
}

.schedule p span.reg-button {
    float:right;
    margin:-10px 0 0 20px;
}







.schedule td p.trainer {
	margin:0;
	padding:0 0 5px 0;
}

p a {
	color:#004a8b;
}

a.reg {
    background-color: #01B8FC;
    text-decoration: none;
    padding: 5px 10px;
    margin: 20px 0;
    line-height: 2.5em;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

a.reg-lg {
    background-color: #004a8b;
    text-transform:none;
    font-size:1.5em;
    margin-left:20px;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
    line-height: 2.5em;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

a.reg:hover, a.reg-lg:hover {
	background-color:#01B8FC;
	color:#fff;
}

.schedule a.reg:hover {
	background-color:#004a8b !important;
}

.bl {
	background-color:#004a8b;
    text-decoration: none;
    padding: 5px 10px;
    margin: 20px 0;
    line-height: 2.5em;
    color: #fff !important;
    font-weight: 600;
    white-space: nowrap;	
	font-size:1.2em;
}

.bl:hover {
	background-color:#01B8FC;
}






@media screen and (max-width:1000px) {
	.nav-item a {
		font-size:12px;	
	}

	.headshot {
		min-width:100px !important;
		height:100px;
	}
	
	h2.agenda-head {
		margin:30px 0 10px 20px;

	}
	
	.schedule p.landing-date {
	margin:.5em 0 0 0;
	}

	.schedule p span.reg-button {
    float:unset;
    margin: -10px 0 0 20px;
    clear: both;
    display: inline-block;
    margin: 10px 0 0 0px;
    clear: both;
    width: 100%; 
	}

	
}

@media screen and (max-width:760px) {
	
	.header-thumb {
		height:150px;
		width:150px;
	}

	
	.locations h1 {padding:0;}
	
	.stickynav {
		flex-wrap:wrap;
		top:0;
	}

	
	.title-page__title {
		font-size:30px;
	}

	.event-subtitle { 
		font-size:20px;
	}
	
	.content-event h1, .content-basic h1 {
		font-size:30px;
	}
	
	.wp-block-pb-accordion-item h2 {
		font-size:20px !important;
	}
	
	.wp-block-pb-accordion-item {
		padding:20px;
	}
	
	.c-accordion__title:after {
		font-size:30px;
		border-left:1px solid #004a8b;
	}
	
	
	.speakerwrapper {
		flex-wrap:wrap;
	}
	
	.locations {
		flex-direction:column;
	}

	.locations-heading {
		padding:0 20px;
	}	

			
	/* table */
	
  .rg-container {
    max-width: 760px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
    display:flex;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
    width:100%;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    color:#a7a9ac;
    text-transform:uppercase;
    latter-spacing:1px;
  }
  table.rg-table td:empty {
    display: none;
  }
  
  table.rg-table td:first-child {
  	border-top:3px solid #004a8b !important;
  }

}

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

	.schedule td p.topic-date {
		font-size:1em;
		margin:.5em 20px 0 0;
	}
	
	a.reg {
		font-size:14px;
	}

}

@media screen and (max-width:420px) {
	.header-thumb {
		margin:0 0 30px 0;
		float:unset;
		width:100px;
		height:100px;
	}

	
	.speaker {
		flex-direction:column;
	}

	.headshot {
		align-self:center;
		margin-bottom:20px;
	}
	
	.sponsor {
		max-width:150px;
	}	
	
}
