/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 18:08:20 */
@import url("https://use.typekit.net/sqg1ieb.css");
:root :where(.is-layout-constrained) > * , :root :where(.is-layout-flow) > *{
	margin-block-start: 0;
}
:where(.wp-site-blocks *:focus) {
	outline: none !important;
}
html{
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6{
	font-family: "montserrat", sans-serif;
	color: #023859;
	margin-bottom: .2em !important;
}
p, li{
	font-family: "franklin-gothic-urw", sans-serif;
	font-size: 1.3em;
	margin-bottom: .5em !important;
	font-weight: 300;
}
li{
	margin-bottom: 0 !important;
}
a {
	color: unset;
}
.link{
	font-family: "montserrat", sans-serif;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: 500;
	color: #023859;
}
body main{
	margin-top:0;
}
p.large{
	font-size: 1.9em;
	line-height: 1.3em;
}
.light-weight-font{
	font-weight: 300;
}
p.large-medium{
	font-size: 1.6em;
	line-height: 1.1;
}
p.medium{
	font-size: 1.5em;
	line-height: 1.4em;
}
.section{
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-top{
	padding-top: 70px;
}
.section-bottom{
	padding-bottom: 70px;
}
b, strong {
	font-weight: 500;
}
.x-bold{
	font-weight: 700;
}
.image-overlay{
	background: #023859;
	color: white;
	border-radius: 15px;
	position: absolute;
	padding: 1em;
	max-width: 210px;
}
.image-overlay.bottom{
	bottom: 20px;
}
.image-overlay.top{
	top: 20px;
}
.image-overlay.left{
	left: -20px;
}
.image-overlay.right{
	right: -20px;
}
.image-overlay::after{
	content: '';
	background-image: url(/wp-content/uploads/2025/03/SG_Symbol_White.png);
	width: 100%;
	display: block;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
.image-overlay p{
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 0;
}
.v-align-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.single-keynote-block{
	position: relative;
	border-left: 2px solid #C35800;
	padding: 1.5em;
}
.background--color-logo{
	position: relative;
}
.background--color-logo .bg-logo{
	position: absolute;
	right:2%;
	bottom:10%;
	opacity: .3;
}
.left-blue-border-block{
	position: relative;
	border-left: 2px solid #023859;
	padding: 1.5em 1.5em 1.5em 4em;
	z-index:1;
}
.left-blue-border-block ::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2025/03/SG_Symbol.png) no-repeat right bottom;
	background-size: contain;
	opacity: 0.03;
	z-index: -1;
	max-width: 450px;
}
.left-blue-border-block.white-bg ::after {
	background: url(/wp-content/uploads/2025/03/SG_Symbol_White-1.png) no-repeat right bottom;
	background-size: contain;
}
.single-keynote-block .heading{
	position: absolute;
	left: -25px;
	bottom: -25px;
	transform: rotate(-90deg);
	transform-origin: top left;
	white-space: nowrap;
	text-align: center;
	font-size: 1em;
}
.single-keynote-block .heading.large{
	font-size: 1.4em;
	left: -35px;
}
.gray-box{
	background: #edf1f3;
	border-radius: 25px;
	padding: 3em;
}
.gform_heading{
	display: none;
}
.section--hero #bg-video {
	z-index: 0;
	position: absolute;
	width: 100%;
	max-height: 80vh;
}
.section--hero #bg-video video{ 
	max-height: 80vh;
	object-fit: cover;
}
.section--hero .content {
	z-index: 2;
	position: relative;
	height: 100%;
}
.section--hero{
	min-height: 80vh;
}
.podcast--card-wrapper {
    border: 2px solid #023859;
    border-radius: 15px;
    padding: 2em;
	gap: 4em;
}
.podcast--card-wrapper .play-btn{
    padding: 7px 6px 7px 9px;
    border-radius: 50px;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
form input[type="text"], form input[type="email"], form input[type="tel"]{
	border: none !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #000 !important;
	padding-left: 0 !important;
	box-shadow: none !important;
	background: none !important;
}
form input[type="submit"]{
	border-radius: 10px!important;
	border: 1px solid #C35800!important;
	background: none!important;
	color: #C35800!important;
}
form textarea{
	border-radius: 10px !important;
	background: none !important;
}
form label, form input::placeholder, form textarea::placeholder{
	font-weight: 300 !important;
}
form input.datepicker{
	width: 100% !important;
}
.form-dark-bg form input[type="text"], .form-dark-bg form input[type="email"], .form-dark-bg form input[type="tel"]{
	border-bottom: 1px solid #fff !important;
	color: white;
}
.form-dark-bg form label{
	color: white !important;
}
.gfield_required{
	color: black;
}
.gform_fields{
	row-gap: 25px !important;
}
.hero{ 
	position: relative; 
	height: 100vh; 
	overflow: hidden; 
	padding:0;
	margin-top: -120px;
}
.hero #bg-video{ 
	z-index: -1; 
	position: absolute; 
	width: 100%; 
	height: 100%;
	top:0;
}
.hero #bg-video video{ 
	height: 100%; 
	object-fit: cover; 
	width: 100%;
	object-position: top;
}
.hero .content{ 
	z-index: 2; 
	position: relative; 
	height: 100%;
}
.hero h3, .hero p, .hero h2{ 
	color: white;
}
.hero .hero-content{ 
	max-width: 500px; 
	position: relative; 
	z-index: 4;
}
.hero .hero-content-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: end;
	margin-bottom: 8%;
	margin-left: 10%;
}
.text-color-bg{
	display: inline;
	background-color: #C35800;
	line-height: 1.2;
	width: fit-content;
	padding: 0 5px;
}
h1.text-color-bg, h1.h1--large .text-color-bg{
	line-height: 1.4;
}
.text-color-bg.single-line{
	display: inline;
}
.text-color-white-bg{
	/* 	display: inline; */
	background-color: #fff;
	line-height: 1.6;
	width: fit-content;
	padding: 0 5px;
}
.header-white-logo{
	display: none;
}
header{
	position: relative;
	z-index:10;
}
.max-600{
	max-width: 600px;
}
.arrow-after span{
	bottom: 10px;
	display: inline-flex;
	position: absolute;
	margin-left: 5px;
}
.hero-static, .book-section3{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hero-static{
	height: 500px;
}
.hero-static.all-keynotes{
	background-image: url(/wp-content/uploads/2025/03/SG_Hero_1-1.jpg);
	background-position: right;
}
.book-section3{
	background-image: url(/wp-content/uploads/2025/03/SF_Book-1.png);
	background-size: 50%;
	background-position: right;
}
.section--execitive-retreats-bg{
	background-image: url(/wp-content/uploads/2025/12/SF_Hero-–-Why-Now.jpg);
	background-size: cover;
	background-position: left bottom;
}
.section--esperience-long-way-bg{
	background-image: url(/wp-content/uploads/2026/03/SF_Long_Way_In7.jpg);
	background-size: cover;
	background-position: left bottom;
}
.hero-static.enough{
	background-image: url(/wp-content/uploads/2025/03/SF_Be_Enough_Hero.jpg);
}
.hero-static.how-can-help{
	background-image: url(/wp-content/uploads/2025/03/SF_Be_How_Can_I_Help_Hero.jpg);
}
.hero-static.my-guest{
	background-image: url(/wp-content/uploads/2025/03/SF_Be_My_Guest_Hero.jpg);
}
.hero-static.home{
	background-image: url(/wp-content/uploads/2025/03/SF_Home_Hero.jpg);
	background-position: left;
}
.hero-static.executive{
	background-image: url(/wp-content/uploads/2025/03/SF_Executive_Retreats_2.jpg);
}
.hero-static.executive-retreats{
	background-image: url(/wp-content/uploads/2025/12/SF_Hero-–-Retreat.jpg);
}
.hero-static.dinner{
	background-image: url(/wp-content/uploads/2025/12/SF_Hero.jpg);
}
.hero-static.book{
	background-image: url(/wp-content/uploads/2025/03/SF_Be_Enough_Hero.jpg);
}
.hero-static.masterclass{
	background-image: url(/wp-content/uploads/2025/05/SF_Masterclass-Landing-Page-2.jpg);
	background-position: center top;
}
.hero-static.masterclass2{
	background-image: url(/wp-content/uploads/2025/05/SF_Masterclass-Landing-Page-1.jpg);
	background-position: left top;
}
.hero-static.masterclass, .hero-static.masterclass2{
	height: 500px;
}
nav li{
	font-weight: 400;
	font-size: 1em;
	font-family: "montserrat", sans-serif;
	color: #023859;
	z-index:10;
}
.checkmark-list{
	padding-left:0;
	list-style-type: none;
}
.checkmark-list li{
	position: relative;
	margin-left: 40px;
	margin-bottom: .5em;
}
.checkmark-list li::before{
	content: '';
	background-image: url(/wp-content/uploads/2025/03/SG_Checkmark.png);
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -40px;
	top: 5px;
}
.white-border{
	border: 1px solid white;
}
.white-logo-bg {
	position: relative;
}

.white-logo-bg::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2025/03/SG_Symbol_White.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.5;
	background-position: center;
}
.quote-icon{
	position: absolute;
	left: -5%;
	top: 0;
	opacity: .2;
}
.quote-icon-blue{
	position: absolute;
	left: -5%;
	top: 0;
	z-index:-1;
}
.blue-section-with-logo-bg::before{
	content: '';
	display: block;
	background-image: url(/wp-content/uploads/2025/03/SG_Symbol_White.png);
	height: 250px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -3%;
	top: 90%;
	opacity: .2;
}
.custom-list-checkmark{
	position: relative;
	margin-left: 50px !important;
}
.custom-list-checkmark::before{
	content: '';
	background-image: url(/wp-content/uploads/2025/03/SG_Checkmark.png);
	display: inline-block;
	width: 35px;
	height: 35px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -50px;
	top: 1.5em;
}
.custom-list-checkmark p:first-of-type{
	padding-top: 1em;
}
.custom-list-checkmark p:last-of-type{
	border-bottom: 2px solid #C35800;
	padding-bottom: .5em;
}
.wall-logo-wrapper{
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: center;
}
.wall-logo-wrapper img{
	width: auto !important;
	height: 100px !important;
	object-fit: contain;
	object-position: center;
}
.wall-logo-wrapper figure{
	max-width: 200px;
}
.about-hero{
	min-height: 45vh;
}
.about-hero .text-bg, .about-section5 .inner{
	position: relative;
}
.about-hero .text-bg::after{
	content: "VALUED AND CONNECTED";
	position: absolute;
	bottom: 7%;
	left: 0;
	color: #e6ebee;
	font-size: 9em;
	font-weight: bold;
	line-height: 100%;
	z-index: -1;
	line-height: 1.1em;
}
.about-section5 .inner::before {
	content: '';
	position: absolute;
	width: 40%;
	height: 2px;
	background: #023859;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
}
.enough-section4 .text-bg, .about-section2 .text-bg, .home-section4 .text-bg, .home-section5 .text-bg, .guest-section4 .text-bg, .help-section4 .text-bg, .all-section4 .text-bg, .about-section5, .about-section6 .text-bg{
	position: relative;
	z-index:2;
}
.about-section5::after{
	content: "HOSPITALITY";
	position: absolute;
	bottom: 5%;
	left: 5%;
	text-align: left;
	color: #2b5874;
	font-size: 6em;
	font-weight: bold;
	z-index: -1;
	line-height: 1.1em;
	opacity: .15;
}
.about-section6 .text-bg::after{
	content: "HUMILITY";
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	color: #2b5874;
	font-size: 6em;
	font-weight: bold;
	z-index: -1;
	line-height: 1.1em;
	opacity: .15;
}
.about-section2 .text-bg::after{
	content: "VALUED AND CONNECTED";
	position: absolute;
	top: 5%;
	right: 0;
	text-align: right;
	color: #2b5874;
	font-size: 5em;
	font-weight: bold;
	z-index: -1;
	line-height: 1.1em;
	max-width: 40vw;
}
.home-section4 .text-bg::after{
	content: "ENDURE THE TEST OF TIME AND THE CHANGE.";
	position: absolute;
	right: 0;
	text-align: center;
	color: white;
	opacity: .3;
	font-size: 3.8em;
	font-weight: bold;
	z-index: -1;
	line-height: 1.1em;
	max-width: 25vw;
}
.home-section5 .text-bg::after{
	content: "HOST MINDSET";
	position: absolute;
	right: 0;
	top: -10px;
	color: #dce3e8;
	font-size: 4.8em;
	font-weight: bold;
	z-index: -1;
}
.all-section4 .text-bg::after, .guest-section4 .text-bg::after, .enough-section4 .text-bg::after, .help-section4 .text-bg::after{
	color: #023859;
	opacity: .25;
}
.guest-section4 .text-bg::after{
	content: "THE PEOPLE WE SERVE";
	position: absolute;
	left: 60%;
	text-align: left;
	font-size: 5.5em;
	font-weight: bold;
	z-index: -1;
	line-height: 1.1em;
	max-width: 28vw;
}
.enough-section4 .text-bg::after{
	content: "";
	position: absolute;
	left: 60%;
	text-align: center;
	font-size: 4.5em;
	font-weight: bold;
	z-index: -1;
	line-height: 1.1em;
	max-width: 28vw;
}
.help-section4 .text-bg::after{
	content: "FEELING OF ENOUGH";
	position: absolute;
	left: 60%;
	text-align: center;
	font-size: 4.5em;
	font-weight: bold;
	z-index: -1;
	line-height: 1.1em;
	max-width: 25vw;
}
.all-section4 .text-bg::after{
	content: "HOST MINDSET";
	position: absolute;
	left: 45%;
	text-align: center;
	font-size: 4.5em;
	font-weight: bold;
	z-index: -1;
	line-height: 1.1em;
	max-width: 25vw;    
	top: 5%;
}
.abs-img-hero{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 40vw;
	max-height: 45vh;
	display: flex;
}
.abs-img-hero img{
	object-fit: contain;
}
.massive{ 
	font-size: 4.5em;
	line-height: 1 !important;
	font-weight: 600;
}
.section--contain-blocks .inner-block{
	border: 1px solid #023859;
	border-radius: 15px;
	padding: 2em;
}
.section--contain-blocks .inner-block figure{
	margin-bottom: 2em;
}
.section--contain-blocks .inner-block.dark h3, .section--contain-blocks .inner-block.dark p{
	color: white;
}
.section--contain-blocks .inner-block.light h3, .section--contain-blocks .inner-block.light p{
	color: #023859;
}
.section--contain-blocks .inner-block.dark{
	background: #023859;
}
.short-hero.hero--split .hero-media figure{
	width: 100%;
}
.short-hero.hero--split .hero-media figure img{
	width: 100%;
	object-fit: cover;
	border-radius: 0 15px 15px 0;
	max-height:550px;
}
.short-hero.hero--split .hero-content{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 5em;
}
.gap-0{
	gap:0;
}
@media(min-width: 1100px){
	.after-event--hero-img{
		position: absolute;
		bottom: -20px;
		max-width: 500px;
	}
}
@media(min-width: 1400px){
	.large-col-gap{
		gap: 5em;
	}
	.h1--large{
		font-size: 3.5em;
	}
	.jumbo{ 
		font-size: 3em;
		line-height: normal;
		font-weight: 300;
	}
	.jumbo-heading{ 
		font-size: 4em;
		line-height:1;
	}
	.massive{ 
		font-size: 6em;
	}
	.hero-static {
		height: 700px;
	}
}
@media(max-width: 1400px){

	.about-hero {
		min-height: auto;
	}
	.abs-img-hero {
		max-height: 400px;
	}
	.jumbo{ 
		font-size: 2em;
	}
	.about-section2 .text-bg::after{
		font-size: 3em;
	}
	.guest-section4 .text-bg::after{
		font-size: 3.5em;
		max-width: 35vw;
	}
	.enough-section4 .text-bg::after{
		font-size: 3.5em;
		max-width: 35vw;
	}
	.help-section4 .text-bg::after{
		font-size: 3.5em;
		max-width: 35vw;
	}
	.all-section4 .text-bg::after{
		font-size: 3.5em;
		max-width: 35vw;
	}
	.about-hero .text-bg::after{
		font-size: 6em;
	}
	.home-section4 .text-bg::after {
		font-size: 3em;
		max-width: 35vw;
	}

	.inner-section{
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.keynotes-wrapper .inner-section{
		padding-left: 35px;
	}
	.image-overlay.left {
		left: -10px;
	}
	.image-overlay.right {
		right: -10px;
	}
	.blue-section-with-logo-bg::before{
		height: 150px;
		top: 98%;
	}
	p.large {
		font-size: 1.6em;
	}
}
@media(max-width: 1000px){
	.wall-logo-wrapper figure {
		max-width: 120px;
	}
	.about-hero .text-bg::after{
		font-size: 4em;
	}
	.hero-static.masterclass, .hero-static.masterclass2{
		height: 400px;
	}
}
@media(max-width: 782px){
	.keynotes-wrapper{
		padding-left: 20px;
	}
	.short-hero.hero--split .hero-content{
		margin-top:0;
		margin-bottom:0;
	}
	.short-hero.hero--split .hero-media figure img{
		border-radius:0;
	}
	.quote-icon-blue {
		width: 100px;
	}
	.about-section6 .text-bg::after {
		font-size: 3em;
	}
	.about-section5::after{
		bottom: 5%;
		left: 5%;
		font-size: 3em;
	}
	.hero-static.home {
		background-position: 40%;
	}
	.header-color-logo{
		max-width: 120px;
	}
	.hero-static.executive {
		background-position: left;
	}
	.book-section3 {
		background: none;
	}
	.hero-static.how-can-help {
		background-position: -400px;
	}

	.hero-static.enough, .hero-static.book {
		background-position: -300px;
	}
	.massive{ 
		font-size: 3em;
	}
	.abs-img-hero {
		display: none;
	}
	.about-hero .text-bg::after {
		content: none;
	}
	.home-section4 .text-bg::after {
		bottom: 25%;
		font-size: 3em;
		max-width: 100%;
	}
	.home-section5 .text-bg::after {
		font-size: 2.5em;
	}
	.guest-section4 .text-bg::after{
		bottom: 25%;
		left: 0;
		font-size: 3.6em;
		max-width: 80%;
		text-align: left;
	}
	.enough-section4 .text-bg::after{
		bottom: 5%;
		left: 0;
		font-size: 3.5em;
		max-width: 80%;
	}
	.help-section4 .text-bg::after{
		bottom: 35%;
		left: 0;
		font-size: 3em;
		max-width: 100%;
		text-align: right;
	}
	.all-section4 .text-bg::after{
		top: unset;
		bottom: 30%;
		left: 0;
		font-size: 3.5em;
		text-align: right;
		max-width: 100%;
	}
	.jumbo{ 
		font-size: 1.5em;
	}
	p, li{
		font-size: 1.1em;
	}
	h1{
		font-size: 1.8em;
	}
	h2{
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.2em;
		line-height: 1.4;
	}
	p.large, p.large-medium, p.medium{
		font-size: 1.3em;
		line-height: 1.3em;
	}
	.text-color-bg {
		line-height:1.4;
	}

	.section{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-top{
		padding-top: 40px;
	}
	.section-bottom{
		padding-bottom: 40px;
	}
	.order1{
		order: -1;
	}
	.single-keynote-block {
		padding: 1em;
		margin-top: 1em !important;
	}
	.hero .hero-content {
		padding: 0 15px;
	}
	.blue-section-with-logo-bg::before{
		display: none;
	}
	.quote-icon {
		top: -20px;
		width: 100px;
	}
	.gray-box{
		padding: 3em 1.5em;	
	}
	.custom-list-row{
		gap: 0;
	}
	.individual-logo-wrapper img{
		height: 50px !important;
	}
	.individual-logo-wrapper figure{
		max-width: 100px;
	}
	.individual-logo-wrapper{
		gap: 30px;
	}
	.wall-logo-wrapper figure {
		max-width: 100px;
	}
	.wall-logo-wrapper img{
		height: 45px !important;
	}
	.about-hero .text-bg::after{
		font-size: 3em;
	}
	.about-section2 .text-bg::after{
		position: absolute;
		bottom: 0;
		top: unset;
		font-size: 5em;
		max-width: 100%;
	}
	.left-blue-border-block{
		border-left: none;
		padding: 0;
	}
}
.slick-dots {
	bottom: -50px;
}
.slick-dots li button:before {
	font-size: 13px;
}
.z-index{ 
	z-index:10; 
	position: relative;
}
.full-height-img{
	height: 100%;
}
.full-height-img img{
	height: 100%;
	object-fit: cover;
}
.full-height-img.left img{
	object-position: left;
}
@media( min-width: 782px){
	.keynote-sub{
		margin-bottom:0 !important;
		margin-top: 15px;
		position: relative;
	}
	.keynote-sub.guest::before{
		content:'LEADERSHIP';
	}
	.keynote-sub.help::before{
		content:'SALES';
	}
	.keynote-sub.need::before{
		content:'PERSONAL DEVELOPMENT';
	}
	.keynote-sub::before{
		position: absolute;
		color: #c35800;
		font-size: .6em;
		left: 15px;
		top: -5px;
	}
	.keynote-sub:not(:last-child){
		border-bottom: 1px solid #00000026;
	}
}
p sup {
	font-size: 60%;
	top: -.8em !important;
}
.no-break-p{
	white-space: nowrap !important;
}

.retreat-full-bg-section {
	background-image: url(/wp-content/uploads/2025/06/Executive-Retreats.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.executive-slider { 
	margin-top: -40px;
}

.executive h1 { 
	margin: 0 auto;
}

.wrapper { 
	position: relative; 
	z-index: 2;
}

.blue-section-logo-bg { 
	position: relative;
}

.blue-section-logo-bg::before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/03/SG_Symbol_White.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.5;
	background-position: left;
	left: 10%;
	top: 50%;
	width: 30%;
	max-height: 300px;
	height: 100%;
}
.blue-section-logo-bg.right::before{
	left: auto;
	right: 10%;
	top: auto;
	bottom: 5%;
}
.max-1000 { 
	max-width: 1000px; 
	margin: 0 auto;
}

.executive-slider img { 
	border-radius: 15px;
}

.hide-desktop { 
	display: none;
}

.hide-mobile { 
	display: block;
}
.text-nowrap sup {
	font-size: 30%;
	top: -2em;
}

.text-nowrap {
	white-space: nowrap !important;
}

.d-none { 
	display: none !important;
}

.hero-link a:hover { 
	color: white; 
	opacity: .8; 
	text-decoration: none;
}

.brown-checkmark-list {
	list-style: none;
	padding-left: 0;
}

.brown-checkmark-list li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 0.8em;
}
.brown-checkmark-list.underline-items li{
	padding-bottom: 20px;
	position: relative;
}

.brown-checkmark-list.underline-items li:not(:last-child)::after{
	content:'';
	position: absolute;
	height: 1px;
	width: 95%;
	background: white;
	left:30px;
	bottom:0;
}
.brown-checkmark-list li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	font-size: 22px;
	color: #C35800;
	position: absolute;
	left: 0;
	top: 2px;
}
.move-section-top, .keep-section-top{
	margin-top: -40px !important;
}
.retreat--keep-section-top{
	margin-top: -100px !important;
}
.page-id-1150 footer .footer-inner, 
.page-id-1276 footer .footer-inner,
.page-id-1487 footer .footer-inner,
.page-id-1433 footer .footer-inner{
	border-top: none;
}
.max-500{
	max-width: 500px;
}
.image-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.blurb{
	position: absolute;
}
.blurb p{
	margin-bottom: 0 !important;
	font-family: "montserrat", sans-serif;
	font-size: .9em;
	font-weight: 500;
	line-height: 1.3em;
}
.blurb--1{
	max-width: 180px;
	padding: 10px;
	border-radius: 10px;
	left: -30px;
	top: 50%;
}
.h2--separator-underline{
	width: 200px;
	border-width: 0 0 2px 0;
	margin: 10px 0 !important;
}
@media (min-width: 782px) {
	.hide-desktop { 
		display: block;
	}
	.hide-mobile { 
		display: none;
	}
	.first-row { 
		margin-bottom: 3em;
	}
}

@media (max-width: 782px) {
	.podcast--card-wrapper {
    padding: 2em 1em;
    gap: 1em;
}
	.the-long-way--speakers {
		padding: 2em 20px;
	}
	.speakers--container{
		gap: 3em;
	}
	.blurb--1{
		left: -10px;
		top: -30px;
	}
	.section-top-mobile{
		padding-top: 40px !important;
	}
	.blue-section-logo-bg::before { 
		width: 70%;
	}
	.hero-static.home .hero-content {
		transform: scale(.8);
		margin-left: 0;
		transform-origin: right bottom;
	}
	.move-section-top {
		margin-top: 0 !important;
	}
	.brown-checkmark-list.underline-items li::after{
		content:'';
		position: absolute;
		height: 1px;
		width: 85%;
		background: white;
		left:30px;
		max-width: 86%;
		bottom:0;
	}
	.brown-checkmark-list.underline-items li {
		padding-bottom: 15px;
	}
}
.the-long-way--speakers{
	padding: 2em;
}

.the-long-way--speakers .img-title-wrapper{
	margin-top: -20% !important;
	position: relative;
	margin-bottom: 30px;
}
.the-long-way--speakers .speakers--title{
	position: absolute;
	bottom: -20px;
	left: 20px;
}
.homepage--hero-quote-block{
	border-left: 2px solid #C35800;
	padding-left: 15px;
	position: relative;
}
.homepage--hero-quote-block::after{
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2025/03/SG_Keynotes_Quote.png);
	width: 60px;
	height: 50px;
	right: -20px;
	display: block;
	top: -20px;
	background-size: contain;
	opacity: .2;
	background-repeat: no-repeat;

}
.homepage--hero-quote-block p{
	color: white;
	font-family: "montserrat", sans-serif;
	font-size: 1.2em;
}
@media(max-width: 1200px){

	.section--hero #bg-video , .section--hero #bg-video video {
    height: 100%;
		max-height: auto;
}
}

@media(max-width: 781px){
	.section--hero #bg-video , .section--hero #bg-video video {
    height: 100%;
		max-height: auto;
}
}

