/*
Theme Name: Scott Leune
Description: Scott Leune
Author:
Author URI:
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* Slider */
/*Main CSS*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/*Additional CSS*/

.slider{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.slider.slick-initialized{
	visibility: visible;
	opacity: 1;
}
.slider:after{
	content: '';
	width: 25%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 68%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 68%);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 68%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

/* Unique CSS */

.sl-nav{
	margin-left: 7px;
	margin-top: 30px;
}
.sl-nav a{
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
	border: 1px solid #ffffff;
	display: inline-flex;
	padding: 11px 22px;
}
.sl-nav a:hover{
	cursor: pointer;
	background-color: #89754D;
}
.sl-nav img{
	-webkit-transform: skewX(15deg);
	-moz-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
}
.sl-prev-btn{
	margin-right: 10px;
}
.sl-item{
	padding: 0 5px;
}

.sl-testimonial .sl-item img{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	transition-delay: 0.3s;
}
.sl-testimonial .sl-item.slick-current img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition-delay: 0s;
}

.sl-testimonial .sl-item img{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.sl-container {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}
.sl-left-col {
	flex: 1 1 40%;
	display: flex;
	justify-content: flex-end;
}
.sl-left-col > div{
	max-width: 430px;
	padding-right: 50px;
	display: flex;
	flex-direction: column;
}
.sl-left-col h2 {
	color: #fff;
	margin-bottom: 20px !important;
}
.sl-left-col p {
	color: #fff;
	margin-bottom: 0 !important;
}
.sl-left-col .sl-separator{
	flex-grow: 1;
}
.sl-right-col {
	flex: 1 1 60%;
	overflow: hidden;
}
.sl-stories .sl-right-col img{
	aspect-ratio: 564 / 734;
	object-fit: cover;
}
.sl-stories .sl-item{

}
.sl-stories .dr-info{
	margin-top: -100px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
	position: absolute;
	padding: 15px 20px 15px 20px;
	display: inline-block;
	bottom: 50px;
}
.sl-stories .dr-info h5{
	color: #fff;
	font-family: "Crimson Text", Baskerville, serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 5px;
}
.sl-stories .dr-info a{
	color: #89754D;
	font-size: 14px;
	border: 1px solid #89754D;
	border-radius: 50%;
	padding: 0.4em;
}
.sl-stories .dr-info a:before{
	color: #89754D;
}
.sl-stories .dr-info a:hover{
	background-color: #89754D !important;
	border-color: #89754D !important;
}
.sl-stories .dr-info a:hover:before{
	color: #000;
}
.sl-stories .dr-info:after{
	content: '';
	position: absolute;
	top: 0;
	right: -60px;
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 80px solid transparent;
	border-left: 60px solid rgba(0, 0, 0, 0.8);
}
.sl-stories .sl-nav{
	margin-top: 30%;
}
.sl-stories .slider:after{
	width: 20%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 35%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 35%);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 35%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.sl-stories .sl-item{
	padding: 0 12px;
}


/* END Slider */


.header-links{
	flex-shrink: 0;
}
.header-links > div > div{
	margin: 0 !important;
}
.header-links a{
	margin-right: 3px !important;
    margin-left: 3px !important;
}
#header-social-icons > div > div{
	margin: 0 !important;
}
#header-social-icons a{
	margin-right: 3px !important;
    margin-left: 3px !important;
}
#header-social-col{
	position: absolute;
	right: -7%;
}
.fusion-button{
	min-width: 240px;
	-webkit-transform: skewX(-43deg);
	-moz-transform: skewX(-43deg);
	-ms-transform: skewX(-43deg);
	transform: skewX(-43deg);
}
.fusion-button span{
	-webkit-transform: skewX(43deg);
	-moz-transform: skewX(43deg);
	-ms-transform: skewX(43deg);
	transform: skewX(43deg);
}
.fusion-text > p:last-child{
	margin-bottom: 0 !important;
}
.seminar-number{
	position: absolute;
	bottom: 10px;
    left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.col-border-right:after{
	content: "";
	border-right: 2px solid #6e7073;
	width: 2px;
	height: 100px;
    position: absolute;
	bottom: 30px;
    right: -1px;
}
.text-with-borders{
    border-right: 2px solid #6e7073;
	border-left: 2px solid #6e7073;
	padding: 0 5.76%;
}
.col-with-borders{
	border-right: 2px solid #89754D;
	border-left: 2px solid #89754D;
}
.text-less-margin > p:not(:last-child){
	margin-bottom: 10px;
}
.corner-triangle > div{
	position: relative;
}
.corner-triangle > div:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: -4px;
    left: -4px;
    border-style: solid;
    border-width: 0 70px 70px 0;
	border-color: transparent #89754D transparent transparent;
	transform: rotate(270deg);
	z-index: 9;
}
.corner-triangle.testimonial-triangle > div:after{
	border-width: 0 110px 110px 0;
	top: -15px;
    left: -15px;
	z-index: -1;
	opacity: 0.6;
}
.corner-triangle.sml-triangle > div:after{
	border-width: 0 50px 50px 0;
	top: -5px;
    left: -5px;
}
.text-above{
	z-index: 9;
}
.img-below .fusion-image-element{
	z-index: 8;
}
.header-nav{
    display: flex;
    flex-grow: 1;
}
.header-nav-left-col .header-nav{
    justify-content: end;
}
.header-nav > ul > li{
    align-items: center;
}
.header-nav > ul > li.current-menu-item{
	--awb-active-border-color: #89754D;
} 
.header-nav > ul > li ul a{
	max-height: 40px;
}
.header-nav > ul > li ul.awb-menu__sub-ul li:hover a{
	color: #89754d !important;
}
.cursor-pointer{
	cursor: pointer;
}
#cm-tabs .nav{
	justify-content: center;
}
#cm-tabs .nav a{
	-webkit-transform: skewX(-43deg);
    -moz-transform: skewX(-43deg);
    -ms-transform: skewX(-43deg);
    transform: skewX(-43deg);
}
#cm-tabs .nav a h5{
	-webkit-transform: skewX(43deg);
    -moz-transform: skewX(43deg);
    -ms-transform: skewX(43deg);
    transform: skewX(43deg);
}
#cm-tabs .tab-pane.active{
	display: flex;
    justify-content: center;
}
.play-btn{
	position: relative;
	display: block;
}
.video-lightbox img{
	position: relative;
	z-index: -1;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.video-lightbox:hover img{
    filter: brightness(70%);
}
.play-btn span:before{
	content: "";
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
}
.play-btn span:after{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: calc(40px* .5) 0 calc(40px* .5) calc(33px* .8);
    border-color: transparent transparent transparent #89754d;
    left: calc(50% + 4px);
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 1;
}
.play-btn:hover span:after {
    opacity: .8;
}
.play-btn p{
	margin: 0 !important;
	position: absolute;
	color: #fff;
	font-family: "Crimson Text", Baskerville, serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	left: 50%;
    top: calc(50% + 45px);
    transform: translate(-50%, 0);
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
#cs-counter > div{
	margin-bottom: 0;
	padding: 0;
}
#cs-counter > div .counter-box-container{
	border: none;
	padding: 0 30px;
}
#cs-counter > div:first-child .counter-box-container{
	border-right: 1px solid #ffffff;
}
#cs-counter .content-box-percentage{
	font-family: "Crimson Text", Baskerville, serif;
	line-height: 50px;
}
#cs-counter .content-box-percentage .unit{
	font-size: 34px;
    vertical-align: top;
    line-height: 1em;
}
.max-width-225 p{
	max-width: 230px;
    margin: 0 auto !important;
}

.m-menu-off-canvas{
	
}
.topic-col{
	min-height: 300px;
}
.topic-col > div{
	justify-content: center !important;
}
.topic-col .fusion-title{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.cm-checklist{
	font-weight: 700;
}
.cm-checklist .icon-wrapper{
	font-size: 12px !important;
}
.cm-list ul{
	margin: 5px 0 20px;
}
.cm-list li:not(:first-child){
	margin-top: 20px;
}
#consulting-sub-menu .left-sub-menu:after{
	content: '';
	position: absolute;
	top: 0;
	right: -30px;
	width: 60px;
    height: 100%;
	background: -moz-linear-gradient(120deg, rgba(37,42,46,1) 50%, rgba(162,157,115,1) 50%);
	background: -webkit-linear-gradient(120deg, rgba(37,42,46,1) 50%, rgba(162,157,115,1) 50%);
	background: linear-gradient(120deg, rgba(37,42,46,1) 50%, rgba(162,157,115,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252a2e",endColorstr="#89754d",GradientType=1);
}
.three-phases-col{
	padding: 0 4%;
}
.wider-container > div{
	max-width: calc(200px + 1248px) !important;
}
.seminar-box-text > div{
	justify-content: center !important;
}
.table-view-text{
/* 	background-color: #424142; */
	
}
.table-view-text p{
	margin-bottom: 0 !important;
	padding: 5px 10px;
}
.table-view-text p:nth-child(odd){
	background-color: #424142;
}
.table-view-text p:nth-child(even){
	background-color: #282728;
}
/* .pathway-box{
	min-height: 420px;
}
.pathway-box h3{
	min-height: 80px;
} */
.sm-sub-menu .cm-sub-menu-col:hover p{
	color: #000000 !important;
}
.sm-sub-menu .cm-sub-menu-col{
	-webkit-transform: skewX(-43deg);
    -moz-transform: skewX(-43deg);
    -ms-transform: skewX(-43deg);
    transform: skewX(-43deg);
}
.sm-sub-menu .cm-sub-menu-col > div > div{
	-webkit-transform: skewX(43deg);
    -moz-transform: skewX(43deg);
    -ms-transform: skewX(43deg);
    transform: skewX(43deg);
}
.course-list p{
	margin-bottom: 0 !important;
}
.course-list ul{
	margin: 5px 0 0 !important;
}
.cm-resent-post .recent-posts-content > p:last-of-type{
	margin: 0;
}
.cm-resent-post .meta{
	color: #b0b1b2;
}
.cm-resent-post .slides a img{
	-webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.cm-resent-post .slides a:hover img{
	opacity: 0.8;
}
.underlined-text{
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}
.pathway-box-h{
	margin-top: 0 !important;
}
.hbspt-form .hs-input, .hbspt-form fieldset{
	max-width: 100% !important;
}
.hbspt-form .field{
	margin-bottom: 20px;
}
.hbspt-form ul.no-list{
	margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}
.hbspt-form .inputs-list{
	list-style: none;
	margin: 0 0 5px;
	padding-left: 0;
}
.hbspt-form .hs-error-msgs label{
	color: #f2545b;
	font-size: 14px;
}
.hbspt-form .input > .hs-input{
	width: 100% !important;
	padding: 5px;
}
.hbspt-form .hs-input option{
	background-color: #2a2e34;
}
.hbspt-form .hs-input.hs-fieldtype-textarea{
	min-height: 80px;
}
.hbspt-form .hs-button{
	min-width: 240px;
	background-color: transparent;
	border: 1px solid #ffffff;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 1em;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.hbspt-form .hs-button:hover{
	background-color: #89754D;
	border: 1px solid #89754D;
	cursor: pointer;
}
.table-btn{
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
.table-btn span{
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
	line-height: 1.2em !important;
	font-weight: 400 !important;
}
.blog-post-cards h2{
	font-size: 32px !important;
	margin-bottom: 5px;
}
.blog-post-cards img{
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center top;
}
.blog-post-content a{
	text-decoration: underline;
}
.blog-post-content h1, .blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content h5, .blog-post-content h6{
	margin-bottom: 5px;
}
#cm-post-content h2{
	font-size: 2.488rem;
}
#cm-post-content h3{
	font-size: 2.074rem;
}
#cm-post-content h4{
	font-size: 1.728rem;
}
#cm-post-content h5{
	font-size: 1.44rem;
}
#cm-post-content h6{
	font-size: 1.2rem;
}
#cm-post-content h2, #cm-post-content h3, #cm-post-content h4, #cm-post-content h5, #cm-post-content h6{
	margin-top: 2.25rem;
    margin-bottom: 0.8rem;
    line-height: 1.15;
}
.rate {
	/*margin: 0 auto;*/
	padding: 0 10px 0 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.rate:not(:checked) > input {
	position:absolute;
	top:-9999px;
}
.rate:not(:checked) > label {
	float:right;
	width:1em;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:50px;
	color: #000;
	text-stroke: 2px rgba(255,255,255,0.4);
	-webkit-text-stroke: 2px rgba(255,255,255,0.4);
	margin-right: 10px;
}
.rate.enabled:not(:checked) > label {
	text-stroke: 2px rgba(255,255,255,1);
	-webkit-text-stroke: 2px rgba(255,255,255,1);
}
.rate:not(:checked) > label:before {
	content: '★ ';
}
.rate > input:checked ~ label {
	color: #ffc700;
}
.rate.enabled:not(:checked) > label:hover,
.rate.enabled:not(:checked) > label:hover ~ label {
	color: #deb217;
}
.rate.enabled > input:checked + label:hover,
.rate.enabled > input:checked + label:hover ~ label,
.rate.enabled > input:checked ~ label:hover,
.rate.enabled > input:checked ~ label:hover ~ label,
.rate.enabled > label:hover ~ input:checked ~ label {
	color: #c59b08;
}
#sl-review-link {
	display: none;
}
/* body.home #bp-header{
	position: absolute;
	top: auto;
	width: 100%;
} */
body.page-id-1676 #bp-header{
	position: absolute;
	top: auto;
	width: 100%;
}
/* body.page-id-1965 #bp-header{
	position: absolute;
	top: auto;
	width: 100%;
} */
.seminar-slider > div{
	margin-bottom: 0px !important;
}
.seminar-slider .flex-control-nav li a{
	background: #fff;
	width: 9px;
    height: 9px;
}
.seminar-slider{
	margin: 10px 0 !important;
}
.seminar-slider .flex-control-nav{
	bottom: -30px !important;
    line-height: 10px !important;
}
.seminar-slider .flex-control-nav li a:hover{
	background: #89754D;
}
.seminar-slider .flex-control-nav li a.flex-active{
	background: #89754D;
}
.seminar-slider .flex-direction-nav{
	display: none !important;
}
/* .sponsors-logo-col h3, .sponsors-logo-col img{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.sponsors-logo-col:hover h3{
	color: #89754D !important;
}
.sponsors-logo-col:hover img{
	opacity: 0.8 !important;
} */
.sponsors-logo-img a img{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.sponsors-logo-img a:hover img{
	opacity: 0.8 !important;
}
.sponsors-logo-img:hover{
	filter: opacity(100%) !important;
}
.sponsors-logo-title h3{
	text-transform: uppercase !important;
	margin: 0 20px !important;
    line-height: 1.2em !important;
}
.cm-price-col-left {
	border-right: 1px solid #ffffff;
}

.cm-price h3:before{
	content: "$";
	font-size: 34px;
	font-family: "Crimson Text", Baskerville, serif;
	vertical-align: top;
    line-height: 1;
}
.privacy-text ul{
	margin-top: -15px;
}
.privacy-text h2, .privacy-text h3{
	margin-bottom: 10px;
}
.privacy-text h4, .privacy-text h5, .privacy-text h6{
	margin-bottom: 5px;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif !important;
	color: #ffffff !important;
}
/*New slider*/

.sl-testimonial-seminar .sl-item img{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.sl-testimonial-seminar{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.sl-testimonial-seminar.slick-initialized{
	visibility: visible;
	opacity: 1;
}
.sl-testimonial-seminar .slick-arrow{
	position: absolute;
	top: 0;
	z-index: 5;
	width: 40px;
	height: 100%;
	cursor: pointer;
	background-color: transparent;
	border: none;
	font-size: 0;
	padding: 0;
}
.sl-testimonial-seminar .slick-prev{
	left: 0;
}
.sl-testimonial-seminar .slick-next{
	right: 0;
}
.sl-nav-semniars{
	margin-left: 45px;
	margin-top: 15px;
}
@media screen and (min-width: 769px) {
	.sl-testimonial-seminar .sl-item{
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
		transition-delay: 0.3s;
	}
	.sl-testimonial-seminar .sl-item.slick-current + .sl-item{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@media screen and (max-width: 769px) {
	.sl-testimonial-seminar .sl-item{
		padding: 0 30px;
	}
}
/*End New Sliders*/

@media screen and (max-width: 1440px){
	.header-links{
		position: absolute;
        right: 0;
		margin-right: -40px !important;
	}
	#header-social-col{
		right: -4%;
	}
}
@media screen and (max-width: 1350px){
	.header-links{
        margin-right: -20px !important;
	}
/* 	#header-social-col{
		right: 0;
	} */
	#header-social-col{
		top: -10px;
		right: 0;
	}
	.sl-stories .dr-info{
		padding: 10px 0 10px 15px;
	}
	.sl-stories .dr-info:after{
		right: -40px;
		border-bottom: 70px solid transparent;
		border-left: 40px solid rgba(0, 0, 0, 0.8);
	}
}
@media screen and (max-width: 1260px){
	.header-links{
		position: absolute;
        top: -10px;
	}

}
/* @media screen and (max-width: 1220px){
	.header-links{
		position: absolute;
        top: -10px;
	}
	#header-social-col{
		top: -10px;
	}
} */
@media screen and (min-width: 1024px){
	#bp-header .hide-t{
		display: none !important;
	}
	.pathway-box-text-col{
		border-left: 1px solid #89754D;
	}
}
@media screen and (max-width: 1024px){
	#header-social-col{
		position: relative;
		top: unset;
		right: unset;
	}
	.three-phases-col {
		padding: 0 2%;
	}
	.rate:not(:checked) > label {
		font-size:44px;
	}
}
@media screen and (max-width: 768px) {
	.fusion-button {
		min-width: 200px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.cm-quote {
		max-width: 60px !important;
	}

	.text-with-borders {
		border: none;
	}
	.col-with-borders {
		border: none;
	}
	#cm-tabs .nav-tabs li {
		padding: 0 25px;
	}

	#cm-tabs .tab-content {
		margin-top: 0;
	}

	#cm-tabs .tab-pane {
		padding: 0 !important;
		margin-bottom: 40px !important
	}

	.play-btn span:before {
		width: 40px;
		height: 40px;
	}

	.play-btn span:after {
		left: calc(50% + 3px);
		border-width: calc(20px * .5) 0 calc(20px * .5) calc(22px * .8);
	}

	.play-btn p {
		font-size: 16px;
		top: calc(50% + 35px);
	}

	#cs-counter .fusion-counter-box {
		width: 50%;
		float: left;
	}

	#cs-counter .fusion-counter-box > div {
		padding: 0 15px;
	}

	#cs-counter .fusion-counter-box .content-box-counter {
		font-size: 40px;
	}
	#cs-counter .content-box-percentage .unit {
		font-size: 26px;
	}
	.sl-container {
		flex-direction: column;
	}
	.sl-left-col > div {
		max-width: 100%;
		padding-right: 30px;
		padding-bottom: 30px;
	}
	.sl-left-col .sl-nav {
		margin-top: 30px;
	}
	.sl-right-col {
		margin-left: -5px;
	}
	.sl-right-col .sl-item {
		padding: 0 5px;
	}
	.sl-testimonial .sl-item img{
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}
	.sp-cm-bg {
		background-position: 70% 0 !important;
	}
	.corner-triangle.sml-triangle > div:after {
		border-width: 0 40px 40px 0;
	}
	.corner-triangle > div:after {
		top: -5px;
		left: -5px;
		border-width: 0 60px 60px 0;
	}
	#consulting-sub-menu h4 a{
		font-size: 28px !important;
	}
	#consulting-sub-menu .left-sub-menu:after{
		right: -15px;
		width: 30px;
		background: -moz-linear-gradient(110deg, rgba(37,42,46,1) 50%, rgba(162,157,115,1) 50%);
		background: -webkit-linear-gradient(110deg, rgba(37,42,46,1) 50%, rgba(162,157,115,1) 50%);
		background: linear-gradient(110deg, rgba(37,42,46,1) 50%, rgba(162,157,115,1) 50%);
	}
	.cm-list li:not(:first-child) {
		margin-top: 10px;
	}
	.three-phases-col {
        padding: 0;
    }
/* 	.pathway-box{
		min-height: unset;
	}
	.pathway-box h3{
		min-height: unset;
	} */
	.sm-sub-menu .cm-sub-menu-col p{
		font-size: 16px !important;
		line-height: 23px !important;
	}
	.sm-sub-menu .cm-sub-menu-col{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.sm-sub-menu > div{
		-webkit-transform: skewX(-15deg);
		-moz-transform: skewX(-15deg);
		-ms-transform: skewX(-15deg);
		transform: skewX(-15deg);
	}
	.sm-sub-menu .cm-sub-menu-col > div > div{
		-webkit-transform: skewX(15deg);
		-moz-transform: skewX(15deg);
		-ms-transform: skewX(15deg);
		transform: skewX(15deg);
	}
	.cm-resent-post article{
		margin-bottom: 30px !important;
	}
	.pathway-box-income{
		margin-right: 0 !important;
	}
	.pathway-box-h{
		margin: 10px 0 15px !important;
	}
	body.blog  #content, body.single #content{
		margin-bottom: 0 !important;
	}
	.sl-container .play-btn span, .sl-container .play-btn p{
		display: none;
	}
	.hbspt-form .hs-button{
		min-width: 200px;
	}
	.hbspt-form .hs-submit .actions{
		text-align: center;
	}
/* 	.justify-text{
		text-align: justify !important;
	} */
	.h-hero-img{
		max-width: 230px !important;
	}
	.h-sc-img, .h-sc-img-2{
		max-width: 450px !important;
	}
	.h-sl-logo{
		max-width: 200px !important;
	}
	.seminar-slider{
		margin: 0 0 30px 0 !important;
	}
	.h-main-p{
		max-width: unset !important;
	}
}
@media screen and (max-width: 500px){
	.topic-col{
		min-height: 250px;
	}
	    #consulting-sub-menu h4 a {
        font-size: 24px !important;
        max-width: 100px;
        display: block;
        margin: 0 auto;
    }
	.h-hero-img {
        max-width: 200px !important;
    }
	.rate:not(:checked) > label {
		font-size:40px;
		margin-right: 5px;
	}
	.h-sc-img{
		max-width: 320px !important;
	}
	.h-sc-img-2{
		max-width: 300px !important;
	}
}



.glsr{
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
}
.glsr .glsr-form{
	grid-row-gap: 20px !important;
	row-gap: 20px !important;
}
.glsr .glsr-form-wrap{
	font-size: 16px;
}
.glsr .glsr-button{
	min-width: 240px;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 0;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 1em;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	justify-content: center;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
}
.glsr .glsr-button:hover{
	background-color: #89754D;
	border: 1px solid #89754D;
}
.glsr .glsr-minimal .glsr-form-success{
	color: #45d9aa;
}
.glsr-reviews{
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}
.glsr-review{
	/* 	border: 1px solid #2a2e34; */
	background-color: #252a2e;
	padding: 20px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.glsr-review .glsr-review-author{
	line-height: 1;
	order: -1;
}
.glsr-review .glsr-review-author span{
	color: #89754D;
	font-size: 24px;
	font-family: "Crimson Text", "Iowan Old Style", "Apple Garamond", Baskerville, "Times New Roman", "Droid Serif", Times, "Source Serif Pro", serif;
	line-height: 1.2;
}
.glsr-review .glsr-review-date{
	order: 1;
	flex-grow: 0;
	font-size: 14px;
}
.glsr-review .glsr-review-content{
	order: 2;
	flex-grow: 1;
	padding: 20px 0;
}
.glsr-review .glsr-review-content > div{
	text-align: center;
}
.glsr-review .glsr-review-content p{
	margin-bottom: 0px !important;
	line-height: 1.3em;
}
.glsr-review .glsr-review-content p:first-child:before{
	content: '“';
}
.glsr-review .glsr-review-content p:last-child:after{
	content: '”';
}
.glsr-review .glsr-review-rating{
	order: 4;
	/* 	display: block !important; */
}
.glsr-ajax-pagination a.page-numbers{
	padding: 0px 5px;
	margin-right: 10px;
}
.glsr-ajax-pagination a.page-numbers.next{
	padding: 0;
}
.glsr-ajax-pagination a.page-numbers.prev{
	padding: 0;
	margin-right: 10px;
}
.sold-out-tickets{
	cursor: default !important;
	pointer-events: none;
	border-color: #757575 !important;
}
.sold-out-tickets > span{
	color: #757575 !important;
}
.sold-out-tickets > span:before{
	content: "SOLD OUT";
	color: #df0505;
    margin-right: 15px;
    font-weight: 500;
}
.sold-out-tickets i{
	color: #757575 !important;
}
.no-break, .nowrap{
    white-space: nowrap;
}
.webinar-col .sold-out-tickets > span:before{
	content: 'REGISTRATION CLOSED';
}
.details-to-come{
	cursor: default !important;
	pointer-events: none;
}
.details-to-come > span:before{
	content: 'DETAILS TO COME';
	color: #89754d;
/*     margin-right: 15px; */
	margin-right: 2px;
    font-weight: 500;
}
.table-btn.seminar-btn{
	justify-content: flex-start !important;
}
.m-menu-off-canvas ul li a{
	text-align: center !important;
}
.rect-btn{
	transform: none;
}
.rect-btn span{
	transform: none;
}
.rect-btn.span-btn{
	min-width: 0;
}
.black-bg-text{
	background-color: #000000;
	padding: 0 10px;
}
.bundle-offer-col .s-width{
	max-width: 170px;
	margin: 0 auto;
}
.bundle-offer-col-2 .s-width{
	max-width: 170px;
	margin: 0 auto;
	flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bundle-offer-col-2 .s-width p:not(:last-child){
	margin-bottom: 10px;
}
.bundle-offer-col-2 > div{
	flex-direction: row !important;
}
.bundle-offer-col-in-2 > div:after{
    content: '';
    width: calc(100% + 20px);
    height: 100px;
    background: url(/wp-content/uploads/2024/11/bottom-arrow-2.png) top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 100%;
    left: -10px;
}

.row-b-shadow:after, .row-b-shadow .h-sc-img-3:after{
	content: '';
	width: 100%;
	height: 27vh;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
}
.h-main-p{
	max-width: 415px;
}
.closed-sponsorships > h5:after{
	content: 'CLOSED';
	color: #df0505;
    font-weight: 700;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: 1px;
}
.closed-sponsorships > h5 a{
    margin-right: 12px;
	white-space: nowrap;
	position: relative;
	color: hsl(40deg 28% 42% / 60%) !important;
}
.closed-sponsorships > h5 a:hover{
	color: hsl(40deg 28% 42% / 40%) !important;
}
/* .closed-sponsorships > h5 a:before{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\274c";
    font-size: 40px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */
.closed-sponsorships > h5 a:before, .closed-sponsorships > h5 a:after {
    content: '';
    width: 118%;
    position: absolute;
    left: 50%;
    top: 50%;
}
.closed-sponsorships > h5 a:before {
    border-bottom: 3px solid #df0505;
    -webkit-transform: skewY(-18deg) translate(-50%, -18px);
    transform: skewY(-18deg) translate(-50%, -18px);
}
.closed-sponsorships > h5 a:after {
    border-bottom: 3px solid #df0505;
    -webkit-transform: skewY(18deg) translate(-50%, 18px);
    transform: skewY(18deg) translate(-50%, 18px);
}
.btn-getstarted-package.closed-sponsorships h5 a{
	border-bottom: 2px solid hsl(40deg 28% 42% / 60%) !important;
}
.fusion-button.table-c-btn{
	max-width: 460px !important;
	justify-content: space-between !important;
	padding: 12px 10px !important;
}
.table-c-btn i{
	margin-right: 8px;
}
.n-video-lightbox{
	text-align: center;
}
.seminar-btn-n{
	margin-bottom: -1px !important;
	display: flex !important;
	justify-content: space-between !important;
	padding: 10px 10px 10px 20px;
	border: 1px solid #fff;
	transition: all .2s;
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
	font-size: 18px !important;
}
.seminar-btn-n span{
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    line-height: 1.2em !important;
    font-weight: 400 !important;
}
.seminar-btn-n .al-s-out{
	font-weight: 900 !important;
	color: var(--awb-color5, #89754d) !important;
	margin-left: 10px;
	text-align: right;
	font-size: 16px !important;
	text-transform: uppercase;
}
.seminar-btn-n:hover .al-s-out{
	color: #000 !important;
}
.spnsr-form h4{
	display: none;
}
.sold-out{
	cursor: default !important;
	pointer-events: none;
	border-color: #757575 !important;
}
.sold-out > span:first-child{
	color: #757575 !important;
}
.sold-out > span.al-s-out{
	color: #df0505 !important;
}
.sold-out i{
	color: #757575 !important;
}
.bl-font{
	font-weight: 900 !important;
}
.li-font{
	font-weight: 300 !important;
}
.st-guarantee-col > div{
	max-width: 480px;
}
.st-guaranteed-cb > div{
	padding: 0 !important;
	margin: 0 !important;
}
.st-guaranteed-cb > div > div{
	padding: 0 !important;
	border: none !important;
}
.st-guaranteed-cb .content-box-counter{
	line-height: 1.1em !important;
	font-weight: 900 !important;
}
.st-guaranteed-cb .counter-box-content{
	font-size: 14px !important;
    letter-spacing: 0.1em;
	text-transform: uppercase;
}
.st-gold-standard-list p{
	margin-bottom: 5px !important;
}
.st-gold-standard-list  ul, .st-coprehensive-list ul {
	margin: 0 !important;
	padding-left: 18px;
}
.st-coprehensive-list ul{
/* 	list-style: none; */
	list-style-image: url(/wp-content/uploads/2025/01/check2.png);
}
.st-coprehensive-list ul li{
	margin-bottom: 10px;
}
/* .st-coprehensive-list ul li:before{
	content: "";
    position: absolute;
	width: 32px;
    height: 33px;
    background: url(/wp-content/uploads/2025/01/check.png) center center no-repeat;
} */
.comprehensive-startup-row:before{
	content: '';
    height: 15px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.comprehensive-startup-row:after{
	content: '';
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
#slick-slider-seminar-4 .play-btn span{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
}
#slick-slider-seminar-4 .play-btn span{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
}
#slick-slider-seminar-4 .play-btn:before{
	width: 40px;
	height: 40px;
	content: "";
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.st-l-modal-open .modal-header{
	display: none !important;	
}
.st-l-image-lightbox:hover{
	cursor: pointer !important;
}
/* .seminar-can span:first-child:before, .seminar-can span:first-child:after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("/wp-content/uploads/2025/02/canada-40.webp") center center no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-right: 4px;
} */
/* .seminar-can span:first-child:after{
	margin-left: 7px;
} */
.seminar-can div{
	line-height: 1em !important;
}
.seminar-can div span:before, .seminar-can div span:after{
	content: '';
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url("/wp-content/uploads/2025/02/canada-40.webp") center center no-repeat;
	background-size: contain;
	vertical-align: top;
}
.seminar-can div span:before{
	margin-right: 4px;
}
.seminar-can div span:after{
	margin-left: 4px;
}
.webinar-post-video {
    display: none;
}
.webinar-video-off-canvas  .off-canvas-content{
	border: 1px solid var(--awb-color5);
	border-radius: 5px;
/* 	padding: 35px 30px; */
}
.webinar-video-off-canvas .off-canvas-close{
	margin: 8px !important;
    padding: 5px !important;
}
.webinar-video-off-canvas .hbspt-form .hs-richtext, .webinar-video-off-canvas .hbspt-form .hs-fieldtype-booleancheckbox{
	font-size: 13px !important;
}
.webinar-video-off-canvas .hbspt-form .hs-fieldtype-booleancheckbox{
	margin-bottom: 15px;
}
.webinar-video-off-canvas .hbspt-form .hs-richtext p{
	margin: 0px 0 4px !important;
}
.webinar-video-off-canvas .hbspt-form .hs-submit{
	margin-top: 15px;
}
.sponsors-logo-col-7 img{
	padding: 0 8% !important;
}
.sponsors-logo-col-7:first-child img{
	padding: 0 16% 0 0 !important;
}
.sponsors-logo-col-7-last img{
	padding: 0 0 0 16% !important;
}
.webinar-post-video-col h3{
	font-size: 30px !important;
}
.webinar-post-video-col h4{
	margin: 5px 0 30px;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .gform-field-label{
	font-weight: 400 !important;
	margin-bottom: 3px !important;
}
.gform_wrapper .gfield_description{
	margin-top: 2px  !important;
    padding: 0  !important;
    font-size: 13px !important;
}
.gform_wrapper .gform_footer .gform_button[type=submit]{
	min-width: 240px;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1em;
	width: unset;
	color: #fff;
}
.gform_wrapper .gform_footer .gform_button[type=submit]:hover{
	background-color: #89754D;
    border: 1px solid #89754D;
    cursor: pointer;
}
.gform_wrapper .gpnf-nested-entries{
	width: 100%;
}
.gform_wrapper .gpnf-nested-entries thead th{
	background-color: #2b2e34;
	border: none;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.gform_wrapper .gpnf-nested-entries tbody td{
	border: 1px solid #2b2e34 !important;
	font-size: 14px;
}
.gform_wrapper .gpnf-row-actions button{
    padding: 5px 10px;
	text-decoration: none;
}
.gform_wrapper .gpnf-row-actions .edit button{
	margin-right: 5px;
    border: 1px solid #fff;
}
.gform_wrapper .gpnf-row-actions .edit button:hover{
	background-color: #89754D;
    border: 1px solid #89754D;
}
.gpnf-nested-entries-container button.gpnf-add-entry{
	background-color: transparent;
    border: 1px solid #ffffff;
    padding: 8px 24px;
    font-size: 14px;
    line-height: 1em;
    width: unset;
    color: #fff;
	font-family: "Red Hat Display", Arial, Helvetica, sans-serif;
}
.gpnf-nested-entries-container button.gpnf-add-entry:hover{
	background-color: #89754D;
    border: 1px solid #89754D;
    cursor: pointer;
}
.gpnf-nested-entries-container .gpnf-add-entry-max{
	margin: 0 0 0 20px;
    color: #c00;
}
.gpnf-modal .gform_wrapper .gform-body{
	color: #000000 !important;
}
.gpnf-modal .gpnf-modal-header{
	background-color: #89754d !important;
}
.gpnf-modal input{
	color: #000000 !important;
}
.gpnf-modal .gform_wrapper .gfield select, .gpnf-modal .gform_wrapper .gfield textarea{
	color: #000000 !important;
}
.gpnf-modal .tingle-btn--default{
	background-color: #2b2e34 !important;
}
.gpnf-modal .tingle-btn--primary{
	background-color: #89754d !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors{
	text-align: left;
}
.gform_wrapper.gravity-theme .gform_validation_errors ol{
	margin-bottom: 0;
}
.gform_wrapper .gform_required_legend{
	display: none;
}
.ceo-podcast-soc-icon a{
	background-color: #857652;
    border: 2px solid #857652;
    border-radius: 7px;
	width: 36px;
    height: 36px;
    display: flex !important;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px !important;
}
.ceo-podcast-soc-icon a:hover{
	background-color: #000000;
}
.ceo-podcast-soc-icon img{
	max-width: 26px;
    max-height: 26px;
	width: auto;
}
.bold-list li{
	font-weight: 700;
}
.hbspt-form .hs-form-radio input{
	margin: 0 5px 2px !important;
}
.hbspt-form .hs-submit{
	margin-top: 5px;
}
@media screen and (min-width: 900px){
	.st-l-modal-open .modal-dialog{
		width: 100% !important;
		max-width: 1200px !important;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px){
	.bundle-offer-col-2 h4{
		font-size: 22px !important;
	}
}
@media screen and (max-width: 1200px){
	.st-guaranteed-n{
		font-size: 70px !important;
	}
	.st-we-guarantee-n{
		font-size: 36px !important;
	}
	.st-guaranteed-cb .content-box-counter, .st-guaranteed-cb .content-box-counter i{
		font-size: 70px !important;
	}
}
	
@media screen and (max-width: 1024px){
	.bundle-offer-col-2 .black-bg-text{
		letter-spacing: 0.6em !important;
	}
	.bundle-offer-col-2 > div{
		border-width: 10px !important;
		padding: 5px 5px 0 !important;
	}
	.bundle-offer-col-in-2 > div:after{
		left: -5px;
		width: calc(100% + 10px);
	}
	.st-we-guarantee-n{
		font-size: 27px !important;
	}
	.st-guarantee-col h2, .st-guarantee-col h4{
		font-size: 17px !important;
	}
	.st-guarantee-col h3{
		font-size: 72px !important;
	}
	.st-guarantee-col > div {
		max-width: 370px;
	}
	.st-guaranteed-cb .content-box-counter, .st-guaranteed-cb .content-box-counter i{
		font-size: 58px !important;
	}
}
@media screen and (min-width: 768px){
	.sm-l-testimonial .play-btn span:before{
		width: 40px;
        height: 40px;
	}
	.sm-l-testimonial .play-btn span:after{
		left: calc(50% + 3px);
        border-width: calc(20px* .5) 0 calc(20px* .5) calc(22px* .8);
	}
	.centered-list{
		text-align: center;
	}
	.centered-list li{
		display: flex;
		justify-content: center;
	}
	.centered-list li div{
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 768px){
	.sponsors-logo-col-7 img, .sponsors-logo-col-7:first-child img, .sponsors-logo-col-7-last img{
		padding: 0 !important;
	}	
	.bundle-offer-col-2 .black-bg-text{
		letter-spacing: 0.9em !important;
	}
	.bundle-offer-col-2 {
		justify-content: center !important;
	}
	.bundle-offer-col-2 > div{
		max-width: 300px;
		border-width: 0px !important;
		padding: 5px 8px 0 !important;
	}
	.bundle-offer-col-in-2 > div:after {
        left: -8px;
        width: calc(100% + 16px);
    }
	.bf-notice > div{
		max-width: 310px;
    	margin: 0 auto !important;
	}
	#bf-banner .bf-banner-col{
		position: relative !important;
	}
	.left-btn-m{
		margin-left: 0 !important;
	}
	.row-b-shadow:after{
		height: 32%;
	}
	.row-b-shadow .h-sc-img-3:after{
		height: 23%;
	}
	.row-b-shadow{
		background-size: auto 77vw !important;
	}
	.gform_wrapper .gform_footer{
		justify-content: center;
	}
	.gform_wrapper .gform_footer .gform_button[type=submit]{
		min-width: 200px;
	}
	.ceo-podcast-soc-col{
		justify-content: center !important;
	}
	.ceo-podcast-soc-col > div{
		max-width: 400px !important;
	}
}
@media screen and (max-width: 1024px){
	.glsr-reviews{
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
	.h-bf-col h2{
		font-size: 90px !important;
	}
	.h-bf-col h3{
		font-size: 87px !important;
	}
	.h-bf-col h4{
		font-size: 65px !important;
	}
	.h-bf-col h1{
		font-size: 20.3px !important;
	}
	.bf-col h2{
		font-size: 118px !important;
	}
	.bf-col h3{
		font-size: 113px !important;
	}
	.bf-col h4{
		font-size: 84px !important;
	}
	.bf-col h1{
		font-size: 19.6px !important;
	}
	.bf-col p{
		max-width: 402px !important;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 768px) {
	.glsr-reviews{
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.st-quote{
		max-width: 55px !important;
	}
	.st-guarantee-col > div {
        max-width: unset;
    }
	.st-guarantee-col h4 {
		max-width: 360px;
		margin: 0 auto !important;
    }
/* 	.sl-item .play-btn span{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	} */
	.seminar-btn-n, .table-btn.seminar-btn{
		padding: 8px 8px 10px 10px !important;
		font-size: 16px !important;
	}
	.seminar-btn-n i, .table-btn.seminar-btn i{
		margin-left: 6px !important;
	}
	.seminar-btn-n .al-s-out{
		font-size: 14px !important;
/* 		min-width: 104px; */
		flex-basis: 91px;
        flex-shrink: 0;
	}
	.table-btn.seminar-btn > span:before{
		font-size: 14px !important;
	}
	.blog-post-cards h2{
		font-size: 28px !important;
	}
	.n-logo-row-sm > div{
		justify-content: flex-start !important;
	}
}
@media screen and (max-width: 1220px) and (min-width: 1024px) {
	.bg-img-sc-ge{
		background-size: cover !important;
	}
}
@media screen and (max-width: 480px){
	.bf-col h2{
		font-size: 90px !important;
	}
	.bf-col h3{
		font-size: 86.5px !important;
	}
	.bf-col h4{
		font-size: 64.3px !important;
	}
	.bf-col h1{
		font-size: 14.9px !important;
	}
	.bf-col p{
		max-width: 305px !important;
		margin: 0 auto !important;
	}
	.h-bf-col h2{
		font-size: 88px !important;
	}
	.h-bf-col h3{
		font-size: 85px !important;
	}
	.h-bf-col h4{
		font-size: 63px !important;
	}
	.h-bf-col h1{
		font-size: 19.7px !important;
	}
}
@media screen and (max-width: 420px){
	.st-guarantee-col h2, .st-guarantee-col h4 {
        font-size: 17px !important;
    }
	.st-guarantee-col h3 {
        font-size: 64px !important;
    }
	.st-guaranteed-cb .content-box-counter, .st-guaranteed-cb .content-box-counter i{
		font-size: 58px !important;
		line-height: 1.3em !important;
	}
}

@media screen and (max-width: 380px){
	.bf-col h2{
		font-size: 78px !important;
	}
	.bf-col h3{
		font-size: 75px !important;
	}
	.bf-col h4{
		font-size: 55.5px !important;
	}
	.bf-col h1{
		font-size: 12.9px !important;
	}
	.bf-col p{
		max-width: 264px !important;
		margin: 0 auto !important;
	}
	.h-bf-col h2{
		font-size: 77px !important;
	}
	.h-bf-col h3{
		font-size: 74px !important;
	}
	.h-bf-col h4{
		font-size: 55px !important;
	}
	.h-bf-col h1{
		font-size: 17.2px !important;
	}
	.st-guarantee-col h3 {
        font-size: 52px !important;
    }
}


/* imported */

.fusion-tb-footer.fusion-footer {
    overflow: hidden;
}

/*---Demio Forms---*/
.Demio-Input-container input, .demio-embed-form .PhoneInput input {
    background-color: #000 !important;
	color: #fff !important;
}

.demio-embed-form .demio-embed-checkbox label, .demio-embed-form .demio-embed-checkbox .demio-checkbox-text, .demio-embed-form .demio-embed-noti{
	color: #fff !important;
}

.demio-embed-form .demio-embed-checkbox input[type='checkbox']{
	width: 13px !important;
	height: 13px !important;
	padding: 0px !important;
}

.demio-embed-form .demio-embed-checkbox input[type='checkbox']::after {
  font-size: 13px !important;
	line-height: 13px !important;
	width: 13px !important;
}

.Demio-Input-field input[type=email]:focus, .Demio-Input-field input[type=password]:focus, .Demio-Input-field input[type=tel]:focus, .Demio-Input-field input[type=text]:focus, .Demio-Input-field input[type=url]:focus, .Demio-Input-field textarea:focus {
    outline: none;
    border: 1px solid #d4d4d4 !important;
    border-radius: 3px;
}

.PhoneInputCountrySelectArrow{
	border-color: #fff !important;
}

.fusion-button.webinar-code-btn, .fusion-button.webinar-code-btn span{
	transform: none !important;
}
.fusion-button.webinar-code-btn{
	border-style: dashed;
	min-width: auto;
}

.webinar-code-claimed{
	padding: 10px;
    border: 2px solid #89754d !important;
    border-radius: 50px;
}
.webinar-code-expires{
    padding: 10px;
    border: 2px solid #FF0000 !important;
    border-radius: 50px;
}
.fusion-button.webinar-code-btn:hover{
	background: none;
}
.fusion-button.webinar-code-btn:hover > span, .fusion-button.webinar-code-btn:hover > i{
	color: #fff !important;
}

@media only screen and (min-width: 500px){
	.linebreak-mobile{
		display: none;
	}
}
@media only screen and (max-width: 500px){
span.hide-hyphen-mobile {
    display: none;
}
}

/*---Sponsorship page---*/
.btn-rec-noskew {
    transform: none !important;
	width: 370px;
}

.btn-rec-noskew span {
    transform: none !important;
}

.packages-heading {
    width: fit-content;
    background-color: #88754D;
    padding: 16px 32px;
}
.packages-inclusions {
    width: 270px;
    background-color: #000;
    padding: 0 80px;
}
.awb-imageframe-style-below {
    display: flex;
}
.awb-imageframe-style-below p.awb-imageframe-caption-text {
    margin: 0 !important;
}

.awb-imageframe-style-below .fusion-imageframe img {
    width: 47px;
	  margin-top: 4px;
}
.btn-getstarted-package h5 {
    width: fit-content;
}
.btn-getstarted-package h5 a{
    padding-bottom: 6px !important;
    border-bottom: 2px solid #000;
}
.packages-cols .fusion-image-element + .btn-getstarted-package h5 a{
	border-bottom: 2px solid #89754d;
}

.table_packages {
    overflow: auto;
    width: 100%;
}

.table_packages table {
    border: 0;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
  vertical-align: top;
}

.table_packages caption {
    caption-side: top;
    text-align: left;
}

.table_packages th {
    border: 0;
    color: #fff;
  background-color: #88754d;
	font-family: 'Red Hat Display';
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
    padding: 40px 30px;
  vertical-align: top;
	text-align: center;
}

.table_packages td {
    border: 0;
    background-color: #000;
    color: #F1F2F2;
    padding: 30px;
  vertical-align: top;
	border-right: solid 2px #88754D; 
  border-left: solid 2px #88754D;
}
.table_packages td:first-child {
    font-weight: 400;
    font-size: 24px;
	  border-left: 0;
}
.table_packages td:last-child {
	  border-right: 0;
}
.table_packages tr:last-child{
	border-top: 2px solid #88754D;
}
.table_packages tbody tr:first-child {
    border-top: 20px solid #000;
}

.table_packages td ul li{
	font-size: 24px;
}
.table_packages td:not(first-child) {
    font-size: 24px;
}
.sponsorship-page-logos-10-col .sponsors-logo-col {
    width: 10%;
}

.packages-cols .fusion-imageframe{
	width: 47px;
}
.packages-cols .awb-imageframe-caption-container {
    width: 100%;
}
.n-logo-row .sponsors-logo-col{
	margin-bottom: 4% !important;
}
.fusion-button.text-btn, .fusion-button.text-btn span{
	min-width: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
.cm-blog-arch-content > p{
	margin: 0 !important;
}
.cm-blog-post-card-col .fusion-builder-row{
	flex-grow: 1 !important;
}
.cm-blog-post-card-col .fusion-builder-row > div{
	  height: 100%;
}
.gform_wrapper input[readonly], .gform_wrapper input[disabled] {
	background-color: #141414 !important;
    color: #d7d7d7 !important;
    cursor: not-allowed;
}
.seminar-uk div{
	line-height: 1em !important;
}
.seminar-uk div span:before, .seminar-uk div span:after{
	content: '';
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url("/wp-content/uploads/2025/10/uk-flag.webp") center center no-repeat;
	background-size: contain;
	vertical-align: top;
}
.seminar-uk div span:before{
	margin-right: 4px;
}
.seminar-uk div span:after{
	margin-left: 4px;
}
select.gfield_select option {
	background-color: #2a2e34;
}
.coaching-exit-form h4{
	margin: 20px 0 10px;
}
@media (min-width: 1400px) and (max-width: 1500px){
	.packages-heading {
    	width: 300px;
}
	.fusion-separator.fusion-full-width-sep.existing-practice-separator {
		margin-bottom: 35px !important;
		margin-top: 35px !important;
}
	.package-section-titles {
    	background-size: 65%;
}
}
@media only screen and (max-width: 1800px){
	.package-section-titles-2 h2{
		margin-right: 19% !important;
	}

}
@media only screen and (max-width: 1400px){
	.package-section-titles {
		background-size: 70%;
	}
	.package-section-titles-2 h2{
		margin-right: 0 !important;
	}

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

	.sponsorships-quote p {
    	font-size: 28px;
    	line-height: 1.4em;
}
	.package-section-titles {
    	background-size: 75%;
}
	.package-section-titles h2 {
    	font-size: 24px !important;
}
	.packages-cols {
    	width: 100%;
}
}

@media only screen and (max-width: 500px){
	.packages-cols .fusion-accordian .panel-heading .panel-title a {
        display: flex;
        width: 270px;
        background-color: #000;
        color: #fff;
        font-family: 'Red Hat Display';
        font-weight: 800;
        letter-spacing: 2px;
        padding: 5px 20px 2px 40px;
        margin-bottom: 32px;
        justify-content: space-between;
}
	.packages-cols .fusion-accordian .panel-title a.active{
		color: #f1f2f2 !important;
	}
	.packages-cols .fusion-accordian .fusion-toggle-icon-right .fusion-toggle-heading{
		width: auto !important;
	}
	.btn-rec-noskew {
		transform: none !important;
		width: 280px;
		font-size: 16px !important;
		padding: 20px 14px !important;
}
	.sponsorships-quote p {
    	font-size: 22px;
}
	.package-section-titles {
    	background-size: 100%;
}

	.sponsorship-page-logos-10-col .sponsors-logo-col {
    width: 33.3%;
}
	.packages-heading{
		width: 280px;
	}
}

@media (min-width: 1025px) and (max-width: 1439px){
	.compare-sponsor-background{
		background-size: 75%;
	}
}

@media (min-width: 1501px) and (max-width: 1760px){
	.compare-sponsor-background{
		background-size: 65%;
	}
}
.awb-imageframe-style-13, .awb-imageframe-style-21, .awb-imageframe-style-29, .awb-imageframe-style-37 {
    flex-grow: 1;
}

@media (max-width: 768px){
	.btn-getstarted-package h5 a{
    	padding-bottom: 2px !important;
	}
	.n-logo-row .sponsors-logo-col{
		margin-bottom: 40px !important;
	}
	.package-section-titles-2{
		background-size: cover;
	}
	.cm-calc-title3 h2.fusion-title-heading.fusion-responsive-typography-calculated {
        font-size: 9.3vw !important;
	}
}

@media only screen and (max-width: 1024px){
	.menu-item-2697 li.menu-item.menu-item-type-custom.awb-menu__li.awb-menu__sub-li {
    	border-bottom: 1px solid #ffffff2e;
    	padding: 4px 0;
	}
	.cm-calc-title h1.fusion-title-heading.fusion-responsive-typography-calculated {
        font-size: 5.1vw !important;
	}
}
@media only screen and (max-width: 411px){
	.cm-calc-title2 h2.fusion-title-heading.fusion-responsive-typography-calculated {
        font-size: 6.2vw !important;
	}
}
@media only screen and (max-width: 427px){
	.cm-calc-title3 h2.fusion-title-heading.fusion-responsive-typography-calculated {
        font-size: 8.9vw !important;
	}
}