.col-12.col-xs-12.col-sm-12.col-md-12.col-xl-10.col-lg-10 {
	width: 100%;
}
.full-width-wistia-video {
	padding-top: 0 !important;
	margin-bottom: 0 !important;
}
a.btn:hover {
	filter:brightness(0.8);
}
.full-width-text-left-align p,
.full-width-text-left-align li,
.full-width-text-left-align li a,
.full-width-text-left-align p a,
.full-width-text-left-align p.font-18,
.full-width-text-left-align div.font-18,
.full-width-text-left-align p.font-18 a,
.full-width-text-left-align p.font-16 a,
.full-width-text-left-align table tr td,
.full-width-text-left-align table tr td a,
.full-width-text-left-align table ul li {
	font-size: 16px;
}
.full-width-text-left-align table b {
	font-weight:700;
}
.speaker_wrap {
	margin-top:20px !important;
}
.speaker_wrap.row{
	--bs-gutter-x:1.5rem;
	--bs-gutter-y:0;
	display:flex;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--bs-gutter-y));
	margin-right: -20px;
	margin-left: -20px;
}
.speaker_wrap.row>*{
	flex-shrink:0;
	width:100%;
	max-width:100%;
	padding-right:20px;
	padding-left:20px;
	margin-top:var(--bs-gutter-y)
}
.speaker_wrap .col{
	flex:1 0 0%
}
.speaker_wrap .d-flex {
	display:flex;
}
.speaker_wrap .flex-nowrap{
	flex-wrap:nowrap!important
}
.speaker_wrap .align-top{
	vertical-align:top!important
}
.full-width-text-left-align .speaker .info-wrap {
	top:0;
}
.speaker_wrap .justify-content-start{
	justify-content:start!important
}
.speaker {
	margin-bottom: 20px;
}
.speaker .info-wrap p:first-of-type{
	margin:5px 0;
}
.speaker .info-wrap p:last-of-type {
	font-size: 16px;
	font-style:italic;
}
.speaker_wrap.row-cols-auto>*{
	flex:0 0 auto;
	width:auto
}
.speaker_wrap.row-cols-1>*{
	flex:0 0 auto;
	width:100%
}
.speaker_wrap.row.row-cols-1.row-cols-md-2.flex-sm-nowrap.justify-content-start > div:nth-child(3n) {
	margin-bottom:30px !important;
}
.full-width-text-left-align ul.checked-list {
	list-style-position: outside !important;
}
.full-width-text-left-align ul.checked-list li {
	margin-left: 20px !important;
	border-bottom: 0;
	position:relative;
}
.full-width-text-left-align ul.checked-list li:not(:last-child):after {
	content:'';
	width:100%;
	height:0.8pt;
	background-color:#e3e3e3;
	position:absolute;
	left: -20px;
	right: 0;
	bottom: -3px;
}
.full-width-text-left-align ul.checked-list span.pl-10 {
	padding-left: 0 !important;
}
@media (max-width:1199px) {
	.speaker_wrap.row.row-cols-1.row-cols-md-2.flex-sm-nowrap.justify-content-start > div:nth-child(2n) {
		margin-bottom:30px !important;
	}
}
@media (max-width:576px){
	.speaker_wrap.row.row-cols-1.row-cols-md-2.flex-sm-nowrap.justify-content-start > div{
		margin-bottom:30px !important;
	}
	.speaker_wrap.row.row-cols-1.row-cols-md-2.flex-sm-nowrap.justify-content-start > div:last-child {
		margin-bottom:0 !important;
	}
}
@media (max-width:500px) {
	.full-width-text-left-align .speaker .info-wrap {
		display: block;
		top: 0;
		margin-left:15px;
		text-align: left !important;
	}
}
@media (min-width:576px){
	.speaker_wrap.row-cols-sm-2>*{
		flex:0 0 auto;
		width:50%
	}
}
@media (min-width:768px){
	.speaker_wrap .flex-md-nowrap{
		flex-wrap:nowrap!important
	}
	.speaker_wrap.row-cols-md-2>*{
		flex:0 0 auto;
		width:50%
	}
}
@media (min-width:992px){
	.speaker_wrap .flex-lg-nowrap{
		flex-wrap:nowrap!important
	}
	.speaker_wrap.row-cols-lg-3>*{
		flex:0 0 auto;
		width:33.3333333333%
	}
}
@media (min-width:1199px) {
	.speaker_wrap .flex-lg-nowrap{
		flex-wrap:nowrap!important
	}
}

/*for full_width_anchor_nav_wistia_video*/

* {
	font-family:'Lato' !important;
}
section.full_width_anchor_nav_video ul.list-unstyled li:not(:last-of-type),
section.full_width_anchor_nav_video ul.list-unstyled > div ul li {
	border-bottom: 1px solid var(--pe_border);
}
section.full_width_anchor_nav_video ul.list-unstyled li a {
	font-family:'Lato' !important;
	outline: none 0;
	-webkit-appearance: none;
	border:0;
	padding-top:8px;
	padding-bottom:8px;
}
section.full_width_anchor_nav_video ul.list-unstyled > li a {
	padding-left:0;
}
section.full_width_anchor_nav_video ul.list-unstyled li a:active,
section.full_width_anchor_nav_video ul.list-unstyled li a:focus,
section.full_width_anchor_nav_video ul.list-unstyled li a:focus-within,
section.full_width_anchor_nav_video ul.list-unstyled li a:target,
section.full_width_anchor_nav_video ul.list-unstyled li a:hover,
section.full_width_anchor_nav_video ul.list-unstyled li a:visited,
section.full_width_anchor_nav_video ul.list-unstyled li a:focus-visible {
	outline: none 0;
	-webkit-appearance: none;
	border:0;
}
section.full_width_anchor_nav_video ul.inner_list li{
	list-style:none;
}
section.full_width_anchor_nav_video ul.list-unstyled li a[aria-expanded="true"] {
	color:var(--pe_blue);
	font-weight: bold;
}
section.full_width_anchor_nav_video ul.list-unstyled li a[aria-expanded="true"]:hover {
	color:var(--pe_blue);
	filter: brightness(0.8);
}
section.full_width_anchor_nav_video ul.list-unstyled > div ul li a span{
	display: inline-block;
}
.subchapter-number {
	min-width:21px;
}
.anchors-wrap.position-sticky {
	width: 100%;
    overflow: hidden;
    position: sticky;
    top: 120px;
    flex: auto;
}
#anchors-wrap ul.inner_list li a.pe_old:focus {
  color: var(--pe_old);
}
.full-width-text-left-align table ul {
	list-style-position:inside;
}
.bordered_btn {
	border: 1px solid var(--pe_mid_blue);
}