/*
Theme Name: Women's Marketing Collective
Theme URI: https://www.womensmarketingcollective.org
Description: Women's Marketing Collective
Author: Webedelic
Author URI: http://www.ashleykdcampbell.com
Description: Women's Marketing Collective
Version: 1.0
Tags: Women's Marketing Collective
License:
License URI:
*/



@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');



html, body {
	font-size: 15px;
    font-family: "Jost", sans-serif;
	color: #4d4d4e;
	height: 100%;
	margin: 0;
  padding: 0;
}

body {
  background-image: url(images/main-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}



h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: "Jost", sans-serif;
	color: #4d4d4e;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #dbb0b9; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }



.mobile-menu-bar,
.mobile-menu-panel {
	display: none;
}



.upper-style {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
  text-transform: uppercase;
letter-spacing: normal !important;
	word-spacing: normal !important;

}

.post-navigation {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid rgba(255,255,255,.3);
}

.post-nav-previous {
	float: left;
	width: 48%;
	text-align: left;
}

.post-nav-next {
	float: right;
	width: 48%;
	text-align: right;
}

.post-navigation a {
	display: inline-block;
	text-decoration: none;
	font-family: "Jost", sans-serif;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.4;

	color: #ffffff !important;
	border: 1px solid #ffffff;
	padding: 15px 20px;
	border-radius: 0;

	transition: all 0.5s ease;
}

.post-navigation a:visited {
	color: #ffffff !important;
	border-color: #ffffff;
}

.post-navigation a:hover {
	color: #2d4554 !important;
	background-color: #ffffff;
	border-color: #ffffff;
	opacity: 1;
}

.post-navigation a:active {
	color: #ffffff !important;
	border-color: #ffffff;
}

@media (max-width: 950px) {

	.post-navigation a {
		font-size: 15px;
		line-height: 1.4;
		padding: 12px 15px;
		letter-spacing: 0.05em;
	}

	.post-nav-previous,
	.post-nav-next {
		width: 48%;
	}

}

@media (max-width: 600px) {

	.post-nav-previous,
	.post-nav-next {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.post-navigation a {
		display: block;
		font-size: 14px;
		padding: 12px 15px;
		line-height: 1.4;
		letter-spacing: 0.05em;
		text-align: center;
	}

}



.contact-title-1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
letter-spacing: 0.1em;
	
}

.blogsidebarheading {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
  text-transform: uppercase;
}

.header-text-1 {
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 70px;
	line-height: 85px;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
letter-spacing: 0.2em;
	
}


.header-text-2 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 40px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
letter-spacing: 0.1em;
	
}


.header-text-3 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 28px;
	line-height: 35px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	
}


.topnavline {
	background-color: #2d4554;
	width: 100%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	
}



.navline {
	padding: 0 0 0px 0;
	font-size: 20px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	float: right;
}


.navline ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

	display: flex;
	justify-content: center; 
	align-items: center;
}


.navline ul li {
	position: relative;
	padding: 0px 10px 0 10px;
}


.navline ul li {
	float: none;
}


.navline a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	display: block;
}

.navline a:hover {
	color: #bf7041;
	-webkit-text-stroke-width: 1px;
}


.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	text-align: left;
	padding-bottom: 14px;
	background-color: #bf7041;
	margin-top: 0px;
	z-index: 999;
	display: block;
}


.navline ul li:hover > ul {
	top: 100%;
	opacity: .9;
}


.navline ul ul a {
	width: 260px;
	padding: 10px 5px 5px 5px;
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: #bf7041;
}

.navline ul ul a:hover {
	color: #ffffff;
}


.grayframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 21px;
  margin-left: 40px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.grayframebutton a:link {color: #2d4554 !important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.grayframebutton a:visited {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.grayframebutton a:hover {color: #ffffff!important; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554;background-color: #2d4554;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.grayframebutton a:active {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; } 


.grayrsvpframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 21px;
  margin-left: 0px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
display: block;
text-align: left;
clear: left;
  
}



.grayrsvpframebutton a:link {color: #2d4554 !important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.grayrsvpframebutton a:visited {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.grayrsvpframebutton a:hover {color: #ffffff!important; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554;background-color: #2d4554;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.grayrsvpframebutton a:active {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; } 



.goldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 21px;
  margin-left: 40px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.goldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 




.goldlowerframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 21px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  align-self: flex-start;
letter-spacing: 0.1em;
  cursor: pointer;
  
}



.goldlowerframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldlowerframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 




.blueframebutton {
  border: none;
  color: #2d4554;
  text-align: center;
  font-size: 21px;
  margin-top: 20px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  
}



.blueframebutton a:link {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:visited {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:hover {color: #ffffff !important; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554;background-color: #2d4554;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.blueframebutton a:active {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; } 




.lowergoldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 21px;
  margin-left: 40px;
  margin-top: 20px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.lowergoldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.lowergoldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 





.whiteframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 21px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  
	font-weight: 300;
  cursor: pointer;
letter-spacing: 0.1em;
}

.whiteframebutton a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 0;
  border: 1px solid #ffffff;
  display: inline-block;
  transition: all 0.5s ease;
}

.whiteframebutton a:hover {
  color: #2d4554;
  background-color: rgba(255, 255, 255, 0.4); /* ← 40% white */
}

.whiteframebutton a:hover,
.whiteframebutton a:hover:link,
.whiteframebutton a:hover:visited {
  color: #2d4554 !important;
  background-color: rgba(255, 255, 255, 0.4);
}





.logo-left {
	width: 18%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:3%;
	float: left;
	
}

.logo-right {
	width: 76%;
	padding-top:60px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:0px;
	float: left;
	
}




.bodytext {
	width: 94%;
	height: auto;
	min-height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 22px;
	line-height: 26px;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
	margin-left: auto;
    margin-right: auto;
}



.bodytext a:link {color: #ffffff;font-weight: 500; }
.bodytext a:visited {color: #ffffff;font-weight: 500; }
.bodytext a:hover {color: #c9693b;font-weight: 500; }
.bodytext a:active {color: #ffffff;font-weight: 500; } 



.bodywidthbg {
	background-color: #f4efe6;
	width: 94%;
	height: auto;
	min-height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:3%;
	padding-left:3%;
	font-size: 24px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	margin-left: auto;
    margin-right: auto;
}


.middle-bg-strip {
	background-image: url("images/middle-bg-strip.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	width: 100%;
	min-height: 300px;
	padding: 0;
}


.bodymarble {
	background-image: url(images/marblebg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:80px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.bodywidthnogapbg {
	background-color: #f4efe6;
	width: 100%;
	height: auto;
	min-height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}

.bodhalfleftbg {
	width: 44%;
	height: auto;
	min-height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:3%;
	padding-left:3%;
	font-size: 24px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	float: left;
}

.bodywidthnogapbg {
	width: 100%;
	display: flex;
	align-items: stretch;
}

.bodhalfleftbg {
	width: 50%;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 3%;
	padding-left: 3%;
	font-size: 24px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	box-sizing: border-box;
}

.bodhalfrightbg {
	width: 50%;
	overflow: hidden;
	line-height: 0;
	box-sizing: border-box;
}

.bodhalfrightbg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}






@media screen and (max-width: 900px) {
	.bodywidthnogapbg {
		display: block;
	}

	.bodhalfleftbg,
	.bodhalfrightbg {
		width: 100%;
		float: none;
	}

	.bodhalfrightbg img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}
.underbadges {
	background-color: #2d4554;
	width: 94%;
	height: auto;
	margin-top:30px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:3%;
	
}


.underbadges-left {
	width: 62%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:3%;
	font-size: 70px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 200;
	text-transform: uppercase;
	float: left;
	
}

.underbadges-right {
	width: 35%;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
	float: left;
	
}






@media (max-width: 1250px) {



.underbadges-left {
	width: 94%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:3%;
	font-size: 36px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 200;
	text-transform: uppercase;
	
}

.underbadges-right {
	width: 94%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
	
}
}




.titleunderlineblue {
	background-color: #2d4554;
	width: 80px;
	height: 8px;
	margin-top:20px;
	margin-bottom:30px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.title-text-1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 40px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
}

.title-text-2 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 70px;
	line-height: 85px;
	font-family: "Jost", sans-serif;
	font-weight: 200;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
}

/* Responsive */
@media only screen and (max-width: 1100px) {

	.title-text-1 {
		font-size: 15px;
		line-height: 20px;
	}

	.title-text-2 {
		font-size: 35px;
		line-height: 42px;
	}

}








.badge-grid {
  display: flex;
  gap: 34px;
  width: 100%;
}

.badge-card {
  position: relative;
  display: block;
  flex: 1 1 0;
  text-decoration: none;
  overflow: hidden;
  min-width: 0;
}

.badge-card img {
  display: block;
  width: 100%;
  height: auto;
}

.badge-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: background 0.4s ease;
  z-index: 1;
}

.badge-content {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 42px;
  z-index: 2;
  transition: color 0.4s ease;
}

.badge-title-1 {
  padding: 0;
  margin: 0 0 14px 0;
  font-size: 40px;
  height: 40px;
  line-height: 50px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.1em;
  transition: color 0.4s ease;
}

.badge-title-2 {
  padding: 0;
  margin: 0;
  height: 60px;
  font-size: 24px;
  line-height: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: none;
  text-align: left;
  transition: color 0.4s ease;
}

.badge-card:hover .badge-overlay {
  background: rgba(255, 255, 255, 0.5);
}

.badge-card:hover .badge-title-1,
.badge-card:hover .badge-title-2 {
  color: #2d4554;
}

@media screen and (max-width: 1100px) {
  .badge-content {
    left: 28px;
    right: 28px;
    bottom: 28px;
  }

  .badge-title-1 {
    font-size: 32px;
    line-height: 40px;
  }

  .badge-title-2 {
    font-size: 20px;
    line-height: 26px;
  }
}

/* ✅ FIXED: force true single column */
@media screen and (max-width: 800px) {
  .badge-grid {
    flex-direction: column;
  }

  .badge-card {
    flex: 0 0 100%;
    width: 100%;
  }

  .badge-content {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .badge-title-1 {
    font-size: 28px;
    line-height: 34px;
  }

  .badge-title-2 {
    font-size: 18px;
    line-height: 24px;
  }
}


.bodycolumn {
	width: 45%;
	height: auto;
	min-height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}


.bodywhatwedocolumn {
	width: 45%;
	height: auto;
	min-height: auto;
	padding-top:0px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}

.partner-slider {
  position: relative;
  margin: 40px 0;
  padding: 0 clamp(30px, 7vw, 100px);
  box-sizing: border-box;
}

.partner-viewport {
  overflow: hidden;
  width: 100%;
}

/* TRACK */
.partner-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

/* ITEMS */
.partnerlogos {
  flex: 0 0 25%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnerlogos img {
  max-width: 100%;
  height: 80px; /* adjust as needed */
  width: auto;
  object-fit: contain;
  display: block;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.partnerlogos img:hover {
  opacity: 1;
}

/* ARROWS */
.partner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  color: rgba(255,255,255,0.65);
  cursor: pointer;
  z-index: 5;
  user-select: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.partner-arrow:hover {
  color: rgba(255,255,255,1);
}

.partner-arrow.left {
  left: 0;
}

.partner-arrow.right {
  right: 0;
}

@media (max-width: 768px) {
  .partner-slider {
    padding: 0 38px;
  }

  .partnerlogos {
    flex: 0 0 50%;
    padding: 0 8px;
  }

  .partner-arrow {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
}


.titleunderlinegold {
	background-color: #ccac81;
	width: 80px;
	height: 8px;
	margin-top:20px;
	margin-bottom:30px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}




.goldlowerframebutton {
	margin-top: auto;
	padding-top: 30px;
}




.footertext {
	width: 94%;
	height: auto;
	min-height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	line-height: 22px;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	font-weight: 300;
letter-spacing: 0.1em;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}




.footercol1 {
	width: 27%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2%;
	padding-right:0px;
	text-align: left;
	float: left;
	
}

.footercol1 img {
	width: 60%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.footercol2 {
	width: 22%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:2%;
	font-size: 18px;
	line-height: 1.8;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
letter-spacing: 0.1em;
	text-align: left;
	float: left;
	
}

.footercol2 img {
	width: 15%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-top: -30px;
	display: block;
	
}


.footercol2 {
	padding: 0 0 0px 0;
	font-size: 18px;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	
	float: left;
}


.footercol2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;


}



@media screen and (max-width: 1100px) {
.footercol2 {
	font-size: 15px;
}

	
}



@media screen and (max-width: 900px) {
.footercol2 {
	font-size: 13px;
}

	
}




.footercol2 ul li {
	position: relative;
	padding: 0px 10px 0 10px;
}


.footercol2 ul li {
	float: none;
}


.footercol2 a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
}

.footercol2 a:hover {
	color: #bf7041;
	-webkit-text-stroke-width: 1px;
}


.footercol2 ul li:hover > ul {
	top: 100%;
	opacity: .9;
}




.footerhr {
	background-color: #2d4554;
	width: 100%;
	height: 1px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}





.footercopytext {
	width: 94%;
	height: auto;
	min-height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:3%;
	font-size: 14px;
	line-height: 18px;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: center;
	font-weight: 300;
letter-spacing: 0.1em;
	margin-left: auto;
    margin-right: auto;
	text-transform: uppercase;
}


.pastevents-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  width: 100%;
}

.pastevent-card {
  position: relative;
  min-height: 600px;
  padding: 42px 36px;
  background-image: url("images/past-events-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px dotted rgba(223, 197, 142, 0.8);

  display: flex;
  flex-direction: column;

  box-sizing: border-box;
}

/* CONTENT AREA */
.pastevent-content {
  flex: 1;

  display: grid !important;
  grid-template-rows: 210px 1fr;

  padding: 0;
  margin-bottom: 22px;
}

/* WIDER SCREENS = LESS DEAD SPACE */
@media screen and (min-width: 1400px) {

  .pastevent-content {
    grid-template-rows: 150px 1fr;
  }

}

@media screen and (min-width: 1700px) {

  .pastevent-content {
    grid-template-rows: 120px 1fr;
  }

}

/* TITLE */
.pastevent-title {
  display: block !important;
  position: relative !important;
  float: none !important;
  clear: both !important;

  margin: 0 !important;
  padding: 0 !important;

  min-height: 0 !important;
  height: auto !important;

  font-size: 28px !important;
  line-height: 1.18 !important;
  letter-spacing: 0.04em;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;

  overflow: hidden !important;
}

/* EXCERPT */
.pastevent-text {
  display: block !important;
  position: relative !important;
  float: none !important;
  clear: both !important;

  margin: 0 !important;
  padding: 0 !important;

  min-height: 0 !important;
  height: auto !important;

  font-size: 20px;
  line-height: 1.45 !important;
  letter-spacing: 0.03em;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;

  overflow: hidden !important;
}

/* BUTTON */
.goldlowerframebutton {
  margin-top: auto;
}

/* TABLET */
@media screen and (max-width: 1100px) {

  .pastevents-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pastevent-card {
    min-height: 700px;
  }

  .pastevent-content {
    grid-template-rows: 210px 1fr;
  }

}

/* MOBILE */
@media screen and (max-width: 767px) {

  .pastevents-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pastevent-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .pastevent-content {
    display: block !important;
    margin-bottom: 28px;
  }

  .pastevent-title {
    font-size: 24px !important;
    line-height: 1.24 !important;
    margin-bottom: 16px !important;

    overflow: visible !important;
  }

  .pastevent-text {
    font-size: 17px;
    line-height: 1.4 !important;

    overflow: visible !important;
  }

}
/* BUTTON */
.inpersonlowerframe {
  display: inline-block;
  width: fit-content;
  margin: 0 0 10px 0;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ccac81;
}

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

  .inpersonlowerframe {
    font-size: 15px;
  }

}

/* GRID */
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  width: 100%;
}

/* CARD */
.event-card {
  display: flex;
  flex-direction: column;
}

/* IMAGE WRAP */
.event-image-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
}

.event-bg {
  display: block;
  width: 100%;
  height: auto;
}

/* OVERLAY */
.event-image-content {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* PLEASE JOIN US */
.event-join-text {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.18em;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #2d4554;
  text-transform: uppercase;
}

/* LOGO (FIXED + CONSISTENT SIZE) */
.event-logo {
  display: block;
  height: 160px;       /* ← THIS fixes the size mismatch */
  width: auto;
  max-width: 90%;
  object-fit: contain;
}

/* BUTTON */
.inpersonframe {
  display: inline-block;
  width: fit-content;
  margin: 0 0 30px 0;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ccac81;
}


.event-date {
  margin: 0 0 14px 0;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.16em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  height: 45px;
}
.event-date-ongreen {
  margin: 0 0 14px 0;
  font-size: 18px;
  line-height: 1.3;
  height: 50px;
  letter-spacing: 0.16em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #bfa47a;
  text-transform: uppercase;
}
.event-time-nowrap {
  white-space: nowrap;
}

/* TITLE */
.event-text {
  margin: 0 0 20px 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #2d4554;
  text-transform: uppercase;
  height: 140px;
}

/* RSVP */
.event-rsvp a,
.event-rsvp a:link,
.event-rsvp a:visited {
  color: #2d4554;
  font-weight: 500;
  text-decoration: none;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.14em;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}

.event-rsvp a:hover,
.event-rsvp a:active {
  text-decoration: underline;
}

/* TABLET */
/* LARGE DESKTOP */
@media screen and (max-width: 1400px) {

  .events-grid {
    gap: 28px;
  }

  .event-text {
    font-size: 36px;
    line-height: 1.05;
    margin-bottom: 10px;
    height: 120px;
  }


  .event-logo {
    height: 120px;
  }

}


/* TABLET */
@media screen and (max-width: 1100px) {

  .events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .event-image-content {
    padding: 22px;
  }

  .event-logo {
    height: 90px;
    max-width: 85%;
  }

  .event-join-text {
    font-size: 12px;
  }

  .inpersonframe {
    font-size: 15px;
    padding: 12px 18px;
  }


  .event-text {
    font-size: 32px;
    line-height: 1.08;
    height: auto;
    min-height: 110px;
  }

  .event-rsvp a {
    font-size: 17px;
  }

}


/* MOBILE */
@media screen and (max-width: 767px) {

  .events-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .event-card {
    width: 100%;
  }

  .event-image-wrap {
    width: 100%;
    min-height: 420px;
  }

  .event-bg {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
  }

  .event-image-content {
    padding: 28px;
  }

.event-image-wrap {
    min-height: 260px;
  }

  .event-bg {
    height: 260px;
  }


  .event-join-text {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.14em;
    margin-bottom: 24px;
  }

  .event-logo {
    height: 120px;
    width: auto;
    max-width: none;
  }

  .inpersonframe {
    font-size: 16px;
    padding: 12px 18px;
  }


  .event-text {
    font-size: 28px;
    line-height: 1.1;
  }

}


.event-card {
  display: flex;
  flex-direction: column;
}

.event-card-content {
  display: grid;
  grid-template-rows: minmax(260px, auto) auto;
  flex: 1;
}

.event-text {
  margin-bottom: 30px;
}

.grayrsvpframebutton {
  align-self: start;
}


.event-titleevents-1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 40px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ccac81;
	text-transform: uppercase;
	text-align: left;
letter-spacing: 0.1em;
height: 80px;
	
}



.event-title-1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 40px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ccac81;
	text-transform: uppercase;
	text-align: left;
letter-spacing: 0.1em;
	
}


.event-title-2 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 70px;
	line-height: 70px;
	font-family: "Jost", sans-serif;
	font-weight: 200;
	color: #2d4554;
	text-transform: uppercase;
	text-align: left;
	
}



/* Responsive */
@media only screen and (max-width: 1100px) {

	.event-title-1 {
		font-size: 15px;
		line-height: 20px;
	}

	.event-title-2 {
		font-size: 35px;
		line-height: 42px;
	}

}









.wwdevent-title-2 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 70px;
	line-height: 70px;
	font-family: "Jost", sans-serif;
	font-weight: 200;
	color: #2d4554;
	text-transform: uppercase;
	text-align: left;
	
}



/* Responsive */
@media only screen and (max-width: 1850px) {


	.wwdevent-title-2 {
		height: 200px;
	}

}

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



	.wwdevent-title-2 {
		font-size: 35px;
		line-height: 42px;
		height: auto;
	}


}.section-4-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto auto 1fr auto;
  column-gap: 70px;
  align-items: stretch;
}

/* COLUMN WRAPPERS */
.section-4-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / span 5;
  min-width: 0;
  justify-items: start;
}

/* LEFT COLUMN */
.section-4-left {
  grid-column: 1;
  padding-right: 35px;
}

/* RIGHT COLUMN */
.section-4-right {
  grid-column: 2;
  padding-left: 35px;
}

/* SHARED ROWS */
.section-4-title {
  grid-row: 1;
  width: 100%;
}

.section-4-text {
  grid-row: 2;
  width: 100%;
}

.section-4-subtitle {
  grid-row: 3;
  width: 100%;
  padding-top: 20px;
}

.section-4-lower-text {
  grid-row: 4;
  width: 100%;
  padding-bottom: 20px;
}

.section-4-button {
  grid-row: 5;
  align-self: end;
  justify-self: start;
  margin-top: 30px;
  width: auto;
  text-align: left;
}

.section-4-button.blueframebutton {
  display: inline-block;
  width: auto;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.section-4-button.blueframebutton a {
  display: inline-block;
  width: auto;
  margin: 0;
}

/* MOBILE STACK */
@media (max-width: 900px) {
  .section-4-grid {
    display: block;
  }

  .section-4-card {
    display: block;
  }

  .section-4-left,
  .section-4-right {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4-right {
    margin-top: 40px;
  }
}

/* REMOVE RANDOM WP PARAGRAPH SPACING */
.section-4-text p:first-child,
.section-4-subtitle p:first-child,
.section-4-lower-text p:first-child {
  margin-top: 0;
}

.section-4-text p:last-child,
.section-4-subtitle p:last-child,
.section-4-lower-text p:last-child {
  margin-bottom: 0;
}

/* OPTIONAL LIST CLEANUP */
.section-4-lower-text ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 30px;
}

/* MOBILE STACK */
@media only screen and (max-width: 900px) {

  .section-4-grid {
    display: block;
  }

  .section-4-card {
    display: block;
  }

  .section-4-left,
  .section-4-right {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4-right {
    margin-top: 60px;
  }

}







.sponsoredimage {
	max-width: 350px;
	height: auto;
	padding: 20px 0;
}

.sponsoredimage img {
	display: block;
	width: auto;
	max-width: 350px;
	max-height: 120px;
	height: auto;
	object-fit: contain;
	margin: 0 auto 35px auto;
}

.sponsoredimage img:last-child {
	margin-bottom: 0;
}
.blogtitle {
	font-size: 34px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
  text-transform: uppercase;
}

.blogtitle a:link {color: #2d4554;font-weight: 500; text-decoration: none; }
.blogtitle a:visited {color: #2d4554;font-weight: 500;  text-decoration: none;}
.blogtitle a:hover {color: #2d4554;font-weight: 500; text-decoration: underline; }
.blogtitle a:active {color: #2d4554;font-weight: 500; text-decoration: none; } 



.blogdatecat {
	font-size: 16px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #000000;
	text-align: left;
	font-weight: 500;
	padding-top:15px;
	padding-bottom:40px;
}

.blogleftcolumn {
	width: 60%;
	height: auto;
	min-height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-right:2%;
	float: left;
}

.blogleftcontent {
	background-color: #f4efe6;
	width: 94%;
	height: auto;
	min-height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:3%;
	padding-left:3%;
	font-size: 24px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	margin-bottom:40px;
	float: left;
}


.blogrighttcolumn {
	background-color: #f4efe6;
	width: 26%;
	height: auto;
	min-height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 20px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	float: left;
	box-sizing: border-box;
}

.blogrighttcolumn a:link,
.blogrighttcolumn a:visited,
.blogrighttcolumn a:active {
	color: #2d4554;
	font-weight: 500;
	text-decoration: underline;
}

.blogrighttcolumn a:hover {
	color: #2d4554;
	font-weight: 500;
	text-decoration: underline;
}

.newssidetitle,
.blogsidebarlinkitem,
.blogarchiveswrap ul li,
.blogarchiveswrap li,
.blogarchiveswrap a,
.blogrighttcolumn .widget_archive li,
.blogrighttcolumn .widget_archive a,
.blogrighttcolumn .widget_categories li,
.blogrighttcolumn ul li {
	width: 100%;
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #2d4554;
	list-style: none;
	box-sizing: border-box;
}

.newssidetitle,
.blogsidebarlinkitem,
.blogarchiveswrap ul li,
.blogarchiveswrap li,
.blogrighttcolumn .widget_archive li,
.blogrighttcolumn .widget_categories li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #2d4554;
}

.blogrighttcolumn .widget_archive ul,
.blogrighttcolumn .widget_archive ol,
.blogarchiveswrap ul,
.blogarchiveswrap ol {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.blogrighttcolumn .widget_archive ul li,
.blogrighttcolumn .widget_archive ol li,
.blogarchiveswrap ul li,
.blogarchiveswrap ol li {
	margin-left: 0 !important;
	padding-left: 0 !important;
	list-style: none !important;
	background-image: none !important;
}

.blogrighttcolumn .widget_archive ul li::marker,
.blogrighttcolumn .widget_archive ol li::marker,
.blogarchiveswrap ul li::marker,
.blogarchiveswrap ol li::marker {
	content: "" !important;
}

.blogrighttcolumn .widget_archive ul li::before,
.blogrighttcolumn .widget_archive ol li::before,
.blogarchiveswrap ul li::before,
.blogarchiveswrap ol li::before,
.blogrighttcolumn li::before {
	content: none !important;
	display: none !important;
}

.blogarchiveswrap a,
.blogrighttcolumn .widget_archive a {
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-family: "futura-pt", sans-serif !important;
	font-weight: 500 !important;
	color: #2d4554 !important;
	text-decoration: underline;
}





.partnercolumns-wrap {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: auto auto auto auto auto auto;
	gap: 0;
	width: 100%;
}

.partnercolumns {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 6;
	min-width: 0;
	padding: 0 3%;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	box-sizing: border-box;
}

.partnercolumns:not(:last-child) {
	border-right: 0.25pt solid #2d4554;
}

.sponsor-title-1 {
	font-size: 30px;
	line-height: 40px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ccac81;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.sponsor-title-2 {
	font-size: 70px;
	line-height: 70px;
	font-family: "Jost", sans-serif;
	font-weight: 200;
	color: #2d4554;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 28px 0;
	padding: 0;
	padding-bottom: 15px;
}

.sponsor-text {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.sponsor-text p:first-child {
	margin-top: 0;
}

.sponsor-text p:last-child {
	margin-bottom: 0;
}

.partnercolumns ul {
	margin: 18px 0 24px 22px;
	padding: 0;
}

.partnercolumns li {
	margin-bottom: 8px;
}

@media only screen and (max-width: 1100px) {
	.sponsor-title-1 {
		font-size: 15px;
		line-height: 20px;
	}

	.sponsor-title-2 {
		font-size: 35px;
		line-height: 42px;
	}
}

@media screen and (max-width: 900px) {
	.partnercolumns-wrap {
		display: block;
	}

	.partnercolumns {
		display: block;
		width: 100%;
		padding: 0 0 28px 0;
		border-right: none !important;
	}

	.partnercolumns:not(:last-child) {
		border-bottom: 0.25pt solid #2d4554;
		padding-bottom: 28px;
		margin-bottom: 28px;
	}
}


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



.alignright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
	
}

.alignleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}




.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -230px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 230px; 
}



.tohide {
	display: none;
	
}


			.hide {
				display: none;
			}	
			.current{

			}


.headervideo {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background-color: black;
  background-image: url('<?php echo get_site_url(); ?>/wp-content/themes/lvwmc/images/vidstill.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* VIDEO */
#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* OVERLAY */
.headervideo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 2;
}

/* TEXT WRAPPER */
.header-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  text-align: center;
  z-index: 3;
  color: #ffffff;
}

/* TEXT */
.header-text-1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 4px;
}

.header-text-2 {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 2px;
}


@media (max-width: 768px) {
  .headervideo {
    height: 32vh;
    min-height: 220px;
  }

  #myVideo {
    object-position: center center;
  }

  .header-text-1 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 2px;
  }

  .header-text-2 {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}




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

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }









.navline {
	padding: 0 0 0px 0;
	font-size: 18px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	float: right;
}


.navline ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

	display: flex;
	justify-content: center; 
	align-items: center;
}


.navline ul li {
	position: relative;
	padding: 0px 5px 0 5px;
}


.navline ul li {
	float: none;
}


.navline a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.navline a:hover {
	color: #bf7041;
	-webkit-text-stroke-width: 1px;
}


.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	text-align: left;
	padding-bottom: 14px;
	background-color: #bf7041;
	margin-top: 0px;
	z-index: 999;
	display: block;
}


.navline ul li:hover > ul {
	top: 100%;
	opacity: .9;
}


.navline ul ul a {
	width: 260px;
	padding: 10px 5px 5px 5px;
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: #bf7041;
}

.navline ul ul a:hover {
	color: #ffffff;
}




.goldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.goldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 





.goldlowerframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  align-self: flex-start;
letter-spacing: 0.1em;
  cursor: pointer;
  
}



.goldlowerframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldlowerframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 




.blueframebutton {
  border: none;
  color: #2d4554;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  
}



.blueframebutton a:link {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:visited {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:hover {color: #ffffff !important; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554;background-color: #2d4554;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.blueframebutton a:active {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; } 




.lowergoldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
  margin-left: 40px;
  margin-top: 20px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.lowergoldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.lowergoldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 





.whiteframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  
	font-weight: 300;
  cursor: pointer;
letter-spacing: 0.1em;
}

.whiteframebutton a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 0;
  border: 1px solid #ffffff;
  display: inline-block;
  transition: all 0.5s ease;
}

.whiteframebutton a:hover {
  color: #2d4554;
  background-color: rgba(255, 255, 255, 0.4); /* ← 40% white */
}

.whiteframebutton a:hover,
.whiteframebutton a:hover:link,
.whiteframebutton a:hover:visited {
  color: #2d4554 !important;
  background-color: rgba(255, 255, 255, 0.4);
}






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

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }





.bodycolumn {
	width: 55%;
	height: auto;
	min-height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}




.bodywhatwedocolumn {
	width: 55%;
	height: auto;
	min-height: auto;
	padding-top:0px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}






.navline {
	padding: 0 0 0px 0;
	font-size: 16px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	float: right;
}


.navline ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

	display: flex;
	justify-content: center; 
	align-items: center;
}


.navline ul li {
	position: relative;
	padding: 0px 5px 0 5px;
}


.navline ul li {
	float: none;
}


.navline a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.navline a:hover {
	color: #bf7041;
	-webkit-text-stroke-width: 1px;
}


.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	text-align: left;
	padding-bottom: 14px;
	background-color: #bf7041;
	margin-top: 0px;
	z-index: 999;
	display: block;
}


.navline ul li:hover > ul {
	top: 100%;
	opacity: .9;
}


.navline ul ul a {
	width: 260px;
	padding: 10px 5px 5px 5px;
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: #bf7041;
}

.navline ul ul a:hover {
	color: #ffffff;
}




.goldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-left: 20px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.goldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 





.goldlowerframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  align-self: flex-start;
letter-spacing: 0.1em;
  cursor: pointer;
  
}



.goldlowerframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldlowerframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 




.blueframebutton {
  border: none;
  color: #2d4554;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  
}



.blueframebutton a:link {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:visited {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:hover {color: #ffffff !important; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554;background-color: #2d4554;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.blueframebutton a:active {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; } 




.lowergoldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-left: 40px;
  margin-top: 20px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.lowergoldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.lowergoldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 





.whiteframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  
	font-weight: 300;
  cursor: pointer;
letter-spacing: 0.1em;
}

.whiteframebutton a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 0;
  border: 1px solid #ffffff;
  display: inline-block;
  transition: all 0.5s ease;
}

.whiteframebutton a:hover {
  color: #2d4554;
  background-color: rgba(255, 255, 255, 0.4); /* ← 40% white */
}

.whiteframebutton a:hover,
.whiteframebutton a:hover:link,
.whiteframebutton a:hover:visited {
  color: #2d4554 !important;
  background-color: rgba(255, 255, 255, 0.4);
}







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

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }






.bodycolumn {
	width: 70%;
	height: auto;
	min-height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}


.bodywhatwedocolumn {
	width: 70%;
	height: auto;
	min-height: auto;
	padding-top:0px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}




.logo-left {
	width: 32%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:3%;
	float: left;
	
}

.logo-right {
	width: 62%;
	padding-top:40px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:0px;
	float: left;
	
}




.navline {
	display: none;
}

.mobile-menu-list li a {
	display: block;
	padding: 16px 24px !important;
	color: #ffffff;
	text-decoration: none;
	font-family: "Jost", sans-serif;
	font-size: 18px !important;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
}

.mobile-menu-list .sub-menu li a {
	padding: 14px 24px 14px 45px !important;
	font-size: 16px !important;
	font-weight: 500;
}

.mobile-menu-list .menu-item-has-children > a {
	padding-right: 60px !important;
}

.mobile-menu-list .menu-item-has-children > a::after {
	right: 22px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #ffffff;
}


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


.middle-bg-strip {
	background-image: url(images/middle-no-strip.png);
	background-repeat: no-repeat;
    background-position: top center;
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}
}


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

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }


.bodycolumn {
	width: 100%;
	height: auto;
	min-height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}




.bodywhatwedocolumn {
	width: 100%;
	height: auto;
	min-height: auto;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}







.title-text-1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
letter-spacing: 0.2em;
	text-align: left;
	
}



.title-text-2 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 34px;
	line-height: 38px;
	font-family: "Jost", sans-serif;
	font-weight: 200;
	color: #ffffff;
	text-transform: uppercase;
	
letter-spacing: 0.2em;
	text-align: left;
	
}




.event-title-1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ccac81;
	text-transform: uppercase;
	text-align: left;
letter-spacing: 0.1em;
	
}

.contact-title-1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
letter-spacing: 0.1em;
	
}



.event-title-2 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 40px;
	line-height: 45px;
	font-family: "Jost", sans-serif;
	font-weight: 200;
	color: #2d4554;
	text-transform: uppercase;
	text-align: left;
	
}








.footercol1 {
	width: 96%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2%;
	padding-right:2%;
	text-align: left;
	
}

.footercol1 img {
	width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.footercol2 {
	width: 96%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2%;
	padding-right:2%;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
letter-spacing: 0.1em;
	text-align: left;
	
}

.footercol2 img {
	width: 15%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.footercol2 {
	padding: 0 0 0px 0;
	font-size: 18px;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	
	float: left;
}


.footercol2 ul {
	display: none;
	


}




.underbadges-left {
	width: 94%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:3%;
	font-size: 36px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 200;
	text-transform: uppercase;
	
}

.underbadges-right {
	width: 94%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
	
}



.middle-bg-strip {
	background-image: url(images/middle-no-strip.png);
	background-repeat: no-repeat;
    background-position: top center;
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.blogleftcolumn {
	width: 93%;
	height: auto;
	min-height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-right:0px;
}


.blogleftcontent {
	background-color: #f4efe6;
	width: 94%;
	height: auto;
	min-height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	margin-bottom:20px;
	box-sizing: border-box;
}


.blogrighttcolumn {
	background-color: #f4efe6;
	width: 88%;
	height: auto;
	min-height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	margin-bottom:20px;
	margin-right:3%;
	margin-left:3%;
	
}






.goldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0em;
  float: right;
  
}



.goldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 




.goldlowerframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  align-self: flex-start;
letter-spacing: 0em;
  cursor: pointer;
  
}



.goldlowerframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldlowerframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 




.blueframebutton {
  border: none;
  color: #2d4554;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 20px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0em;
  
}



.blueframebutton a:link {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:visited {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:hover {color: #ffffff !important; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554;background-color: #2d4554;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.blueframebutton a:active {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; } 




.lowergoldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0em;
  float: right;
  
}



.lowergoldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.lowergoldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 





.whiteframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  
	font-weight: 300;
  cursor: pointer;
letter-spacing: 0em;
}

.whiteframebutton a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 0;
  border: 1px solid #ffffff;
  display: inline-block;
  transition: all 0.5s ease;
}

.whiteframebutton a:hover {
  color: #2d4554;
  background-color: rgba(255, 255, 255, 0.4); /* ← 40% white */
}

.whiteframebutton a:hover,
.whiteframebutton a:hover:link,
.whiteframebutton a:hover:visited {
  color: #2d4554 !important;
  background-color: rgba(255, 255, 255, 0.4);
}






.header-text-1 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 26px;
	line-height: 30px;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
letter-spacing: 0.2em;
	
}


.header-text-2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 21px;
	line-height: 24px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
letter-spacing: 0.1em;
	
}


.header-text-3 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	
}
.bodytext,
.bodywidthnogapbg,
.bodhalfleftbg,
.bodhalfleftbg {
text-align: left;
}




.footertext {
	width: 94%;
	height: auto;
	min-height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	line-height: 22px;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	font-weight: 300;
letter-spacing: 0.1em;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}




.footercol1 {
	width: 27%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2%;
	padding-right:0px;
	text-align: left;
	float: left;
	
}

.footercol1 img {
	width: 60%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.footercol2 {
	width: 22%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:2%;
	font-size: 18px;
	line-height: 1.8;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
letter-spacing: 0.1em;
	text-align: left;
	float: left;
	
}

.footercol2 img {
	width: 15%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-top: -30px;
	display: block;
	
}


.footercol2 {
	padding: 0 0 0px 0;
	font-size: 18px;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	
	float: left;
}


.footercol2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	


}


.footercol2 ul li {
	position: relative;
	padding: 0px 10px 0 10px;
}


.footercol2 ul li {
	float: none;
}


.footercol2 a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
}

.footercol2 a:hover {
	color: #bf7041;
	-webkit-text-stroke-width: 1px;
}


.footercol2 ul li:hover > ul {
	top: 100%;
	opacity: .9;
}




.footerhr {
	background-color: #2d4554;
	width: 100%;
	height: 1px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}





.footercopytext {
	width: 94%;
	height: auto;
	min-height: auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:3%;
	font-size: 14px;
	line-height: 18px;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: center;
	font-weight: 300;
letter-spacing: 0.1em;
	margin-left: auto;
    margin-right: auto;
	text-transform: uppercase;
}






.pastevents-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  width: 100%;
}

.pastevent-card {
  position: relative;
  min-height: 600px;
  padding: 42px 36px 42px 36px;
  background-image: url("images/past-events-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px dotted rgba(223, 197, 142, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}


/* CONTENT BOX (border removed) */
.pastevent-content {
  padding: 0;
  margin-bottom: 22px;
}

.pastevent-title {
  margin: 0 0 11px 0;
  font-size: 28px;
  line-height: 1.28;
  letter-spacing: 0.04em;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  height: 80px;
}

.pastevent-text {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  height: 240px;
}

@media screen and (max-width: 1100px) {
  .pastevents-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pastevent-card {
    min-height: 700px;
  }
}

@media screen and (max-width: 767px) {
  .pastevents-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pastevent-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .pastevent-content {
    margin-bottom: 28px;
  }

  .pastevent-title {
    font-size: 24px;
    line-height: 1.24;
    margin-bottom: 16px;
  }

  .pastevent-text {
    font-size: 17px;
    line-height: 1.4;
  }
}


/* BUTTON */
.inpersonlowerframe {
  display: inline-block;
  width: fit-content;
  margin: 0 0 10px 0;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ccac81;
}









.blogtitle {
	font-size: 24px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
  text-transform: uppercase;
}

.blogtitle a:link {color: #2d4554;font-weight: 500; text-decoration: none; }
.blogtitle a:visited {color: #2d4554;font-weight: 500;  text-decoration: none;}
.blogtitle a:hover {color: #2d4554;font-weight: 500; text-decoration: underline; }
.blogtitle a:active {color: #2d4554;font-weight: 500; text-decoration: none; } 



.blogdatecat {
	font-size: 16px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #000000;
	text-align: left;
	font-weight: 500;
	padding-top:15px;
	padding-bottom:40px;
}

.blogleftcolumn {
	width: 60%;
	height: auto;
	min-height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-right:2%;
	float: left;
}

.blogleftcontent {
	background-color: #f4efe6;
	width: 94%;
	height: auto;
	min-height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:3%;
	padding-left:3%;
	font-size: 24px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	margin-bottom:40px;
	float: left;
}


.blogrighttcolumn {
	background-color: #f4efe6;
	width: 26%;
	height: auto;
	min-height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 20px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	float: left;
	box-sizing: border-box;
}

.blogrighttcolumn a:link,
.blogrighttcolumn a:visited,
.blogrighttcolumn a:active {
	color: #2d4554;
	font-weight: 500;
	text-decoration: underline;
}

.blogrighttcolumn a:hover {
	color: #2d4554;
	font-weight: 500;
	text-decoration: underline;
}

.newssidetitle,
.blogsidebarlinkitem,
.blogarchiveswrap ul li,
.blogarchiveswrap li,
.blogarchiveswrap a,
.blogrighttcolumn .widget_archive li,
.blogrighttcolumn .widget_archive a,
.blogrighttcolumn .widget_categories li,
.blogrighttcolumn ul li {
	width: 100%;
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #2d4554;
	list-style: none;
	box-sizing: border-box;
}

.newssidetitle,
.blogsidebarlinkitem,
.blogarchiveswrap ul li,
.blogarchiveswrap li,
.blogrighttcolumn .widget_archive li,
.blogrighttcolumn .widget_categories li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #2d4554;
}

.blogrighttcolumn .widget_archive ul,
.blogrighttcolumn .widget_archive ol,
.blogarchiveswrap ul,
.blogarchiveswrap ol {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.blogrighttcolumn .widget_archive ul li,
.blogrighttcolumn .widget_archive ol li,
.blogarchiveswrap ul li,
.blogarchiveswrap ol li {
	margin-left: 0 !important;
	padding-left: 0 !important;
	list-style: none !important;
	background-image: none !important;
}

.blogrighttcolumn .widget_archive ul li::marker,
.blogrighttcolumn .widget_archive ol li::marker,
.blogarchiveswrap ul li::marker,
.blogarchiveswrap ol li::marker {
	content: "" !important;
}

.blogrighttcolumn .widget_archive ul li::before,
.blogrighttcolumn .widget_archive ol li::before,
.blogarchiveswrap ul li::before,
.blogarchiveswrap ol li::before,
.blogrighttcolumn li::before {
	content: none !important;
	display: none !important;
}

.blogarchiveswrap a,
.blogrighttcolumn .widget_archive a {
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-family: "futura-pt", sans-serif !important;
	font-weight: 500 !important;
	color: #2d4554 !important;
	text-decoration: underline;
}


.partnercolumns-wrap {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	width: 100%;
}

.partnercolumns {
	height: auto;
	min-height: auto;
	padding: 0 3% 0 3%;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	box-sizing: border-box;
}

/* put divider lines only between columns */
.partnercolumns:not(:last-child) {
	border-right: 0.25pt solid #2d4554;
}

.partnercolumns ul {
	margin: 18px 0 24px 22px;
	padding: 0;
}

.partnercolumns li {
	margin-bottom: 8px;
}

@media screen and (max-width: 900px) {
	.partnercolumns-wrap {
		grid-template-columns: 1fr;
	}

	.partnercolumns {
		width: 100%;
		padding: 0 0 28px 0;
		border-right: none !important;
	}

	.partnercolumns:not(:last-child) {
		border-bottom: 0.25pt solid #2d4554;
		padding-bottom: 28px;
		margin-bottom: 28px;
	}
}




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



.alignright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
	
}

.alignleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}




.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -230px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 230px; 
}



.tohide {
	display: none;
	
}


			.hide {
				display: none;
			}	
			.current{

			}


.headervideo {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background-color: black;
  background-image: url('<?php echo get_site_url(); ?>/wp-content/themes/lvwmc/images/vidstill.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* VIDEO */
#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* OVERLAY */
.headervideo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 2;
}

/* TEXT WRAPPER */
.header-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  text-align: center;
  z-index: 3;
  color: #ffffff;
}

/* TEXT */
.header-text-1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 4px;
}

.header-text-2 {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 2px;
}


@media (max-width: 768px) {
  .headervideo {
    height: 32vh;
    min-height: 220px;
  }

  #myVideo {
    object-position: center center;
  }

  .header-text-1 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 2px;
  }

  .header-text-2 {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}




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

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }









.navline {
	padding: 0 0 0px 0;
	font-size: 18px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	float: right;
}


.navline ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

	display: flex;
	justify-content: center; 
	align-items: center;
}


.navline ul li {
	position: relative;
	padding: 0px 5px 0 5px;
}


.navline ul li {
	float: none;
}


.navline a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.navline a:hover {
	color: #bf7041;
	-webkit-text-stroke-width: 1px;
}


.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	text-align: left;
	padding-bottom: 14px;
	background-color: #bf7041;
	margin-top: 0px;
	z-index: 999;
	display: block;
}


.navline ul li:hover > ul {
	top: 100%;
	opacity: .9;
}


.navline ul ul a {
	width: 260px;
	padding: 10px 5px 5px 5px;
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: #bf7041;
}

.navline ul ul a:hover {
	color: #ffffff;
}




.goldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.goldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 





.goldlowerframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  align-self: flex-start;
letter-spacing: 0.1em;
  cursor: pointer;
  
}



.goldlowerframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldlowerframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 




.blueframebutton {
  border: none;
  color: #2d4554;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  
}



.blueframebutton a:link {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:visited {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:hover {color: #ffffff !important; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554;background-color: #2d4554;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.blueframebutton a:active {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; } 




.lowergoldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
  margin-left: 40px;
  margin-top: 20px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.lowergoldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.lowergoldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 





.whiteframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  
	font-weight: 300;
  cursor: pointer;
letter-spacing: 0.1em;
}

.whiteframebutton a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 0;
  border: 1px solid #ffffff;
  display: inline-block;
  transition: all 0.5s ease;
}

.whiteframebutton a:hover {
  color: #2d4554;
  background-color: rgba(255, 255, 255, 0.4); /* ← 40% white */
}

.whiteframebutton a:hover,
.whiteframebutton a:hover:link,
.whiteframebutton a:hover:visited {
  color: #2d4554 !important;
  background-color: rgba(255, 255, 255, 0.4);
}






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

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }





.bodycolumn {
	width: 55%;
	height: auto;
	min-height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}




.bodywhatwedocolumn {
	width: 55%;
	height: auto;
	min-height: auto;
	padding-top:0px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}





.navline {
	padding: 0 0 0px 0;
	font-size: 16px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	float: right;
}


.navline ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

	display: flex;
	justify-content: center; 
	align-items: center;
}


.navline ul li {
	position: relative;
	padding: 0px 5px 0 5px;
}


.navline ul li {
	float: none;
}


.navline a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.navline a:hover {
	color: #bf7041;
	-webkit-text-stroke-width: 1px;
}


.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	text-align: left;
	padding-bottom: 14px;
	background-color: #bf7041;
	margin-top: 0px;
	z-index: 999;
	display: block;
}


.navline ul li:hover > ul {
	top: 100%;
	opacity: .9;
}


.navline ul ul a {
	width: 260px;
	padding: 10px 5px 5px 5px;
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: #bf7041;
}

.navline ul ul a:hover {
	color: #ffffff;
}




.goldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-left: 20px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.goldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 





.goldlowerframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  align-self: flex-start;
letter-spacing: 0.1em;
  cursor: pointer;
  
}



.goldlowerframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldlowerframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 




.blueframebutton {
  border: none;
  color: #2d4554;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  
}



.blueframebutton a:link {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:visited {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:hover {color: #ffffff !important; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554;background-color: #2d4554;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.blueframebutton a:active {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; } 




.lowergoldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-left: 40px;
  margin-top: 20px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.lowergoldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.lowergoldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 





.whiteframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  
	font-weight: 300;
  cursor: pointer;
letter-spacing: 0.1em;
}

.whiteframebutton a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 0;
  border: 1px solid #ffffff;
  display: inline-block;
  transition: all 0.5s ease;
}

.whiteframebutton a:hover {
  color: #2d4554;
  background-color: rgba(255, 255, 255, 0.4); /* ← 40% white */
}

.whiteframebutton a:hover,
.whiteframebutton a:hover:link,
.whiteframebutton a:hover:visited {
  color: #2d4554 !important;
  background-color: rgba(255, 255, 255, 0.4);
}







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

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }






.bodycolumn {
	width: 70%;
	height: auto;
	min-height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}



.bodywhatwedocolumn {
	width: 70%;
	height: auto;
	min-height: auto;
	padding-top:0px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}



.logo-left {
	width: 32%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:3%;
	float: left;
	
}

.logo-right {
	width: 62%;
	padding-top:40px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:0px;
	float: left;
	
}




.navline {
	display: none;
}


.mobile-menu-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 78px;
	background: #2c3c49;
	z-index: 10000;
	border-bottom: 1px solid rgba(255,255,255,0.18);
}

.mobile-menu-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 20px;
	box-sizing: border-box;
}

.mobile-menu-toggle {
	width: 52px;
	height: 52px;
	background: transparent;
	border: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-sizing: border-box;
}

.mobile-menu-toggle span {
	display: block;
	width: 32px;
	height: 6px;
	background: #ffffff;
	margin: 3px 0;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
	transform: translateY(12px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
	transform: translateY(-12px) rotate(-45deg);
}

.mobile-menu-panel {
	display: none;
	position: fixed;
	top: 78px;
	left: 0;
	width: 100%;
	background: #2c3c49;
	z-index: 9999;
	box-sizing: border-box;
}

.mobile-menu-panel.active {
	display: block;
}

.mobile-menu-list,
.mobile-menu-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-menu-list li {
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.18);
}

.mobile-menu-list li a {
	display: block;
	padding: 34px 42px;
	color: #ffffff;
	text-decoration: none;
	font-family: "Jost", sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
}

.mobile-menu-list li a:hover {
	background: rgba(255,255,255,0.08);
	color: #ffffff;
}

.mobile-menu-list .sub-menu {
	display: none;
	background: rgba(0,0,0,0.08);
}

.mobile-menu-list .menu-item-has-children.open > .sub-menu {
	display: block;
}

.mobile-menu-list .sub-menu li a {
	padding-left: 68px;
	font-size: 21px;
	font-weight: 500;
}

.mobile-menu-list .menu-item-has-children > a {
	padding-right: 90px;
}

.mobile-menu-list .menu-item-has-children > a::after {
	content: "";
	position: absolute;
	right: 34px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 14px solid #ffffff;
}

.mobile-menu-list .menu-item-has-children.open > a::after {
	transform: translateY(-50%) rotate(180deg);
}
	.mobile-menu-bar {
		display: block;
	}

	.mobile-menu-panel {
		display: none;
	}

	.mobile-menu-panel.active {
		display: block;
	}
body {
	padding-top: 78px;
}





.middle-bg-strip {
	background-image: url(images/middle-no-strip.png);
	background-repeat: no-repeat;
    background-position: top center;
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



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

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }


.bodycolumn {
	width: 100%;
	height: auto;
	min-height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}



.bodywhatwedocolumn {
	width: 100%;
	height: auto;
	min-height: auto;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
}







.title-text-1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
letter-spacing: 0.2em;
	text-align: left;
	
}



.title-text-2 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 34px;
	line-height: 38px;
	font-family: "Jost", sans-serif;
	font-weight: 200;
	color: #ffffff;
	text-transform: uppercase;
	
letter-spacing: 0.2em;
	text-align: left;
	
}




.event-title-1 {
	padding-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ccac81;
	text-transform: uppercase;
	text-align: left;
letter-spacing: 0.1em;
	
}

.contact-title-1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
letter-spacing: 0.1em;
	
}



.event-title-2 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 40px;
	line-height: 45px;
	font-family: "Jost", sans-serif;
	font-weight: 200;
	color: #2d4554;
	text-transform: uppercase;
	text-align: left;
	
}








.footercol1 {
	width: 96%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2%;
	padding-right:2%;
	text-align: left;
	
}

.footercol1 img {
	width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.footercol2 {
	width: 96%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2%;
	padding-right:2%;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
letter-spacing: 0.1em;
	text-align: left;
	
}

.footercol2 img {
	width: 15%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.footercol2 {
	padding: 0 0 0px 0;
	font-size: 18px;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	
	float: left;
}


.footercol2 ul {
	display: none;
	


}




.underbadges-left {
	width: 94%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:3%;
	font-size: 36px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 200;
	text-transform: uppercase;
	
}

.underbadges-right {
	width: 94%;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
	
}



.middle-bg-strip {
	background-image: url(images/middle-no-strip.png);
	background-repeat: no-repeat;
    background-position: top center;
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.blogleftcolumn {
	width: 93%;
	height: auto;
	min-height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-right:0px;
}


.blogleftcontent {
	background-color: #f4efe6;
	width: 94%;
	height: auto;
	min-height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	margin-bottom:20px;
	box-sizing: border-box;
}


.blogrighttcolumn {
	background-color: #f4efe6;
	width: 88%;
	height: auto;
	min-height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	color: #2d4554;
	text-align: left;
	font-weight: 500;
	margin-bottom:20px;
	margin-right:3%;
	margin-left:3%;
	
}






.goldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0em;
  float: right;
  
}



.goldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 




.goldlowerframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  align-self: flex-start;
letter-spacing: 0em;
  cursor: pointer;
  
}



.goldlowerframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldlowerframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 




.blueframebutton {
  border: none;
  color: #2d4554;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 20px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0em;
  
}



.blueframebutton a:link {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:visited {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:hover {color: #ffffff !important; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554;background-color: #2d4554;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.blueframebutton a:active {color: #2d4554!important; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; } 




.lowergoldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0em;
  float: right;
  
}



.lowergoldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.lowergoldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 





.whiteframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  
	font-weight: 300;
  cursor: pointer;
letter-spacing: 0em;
}

.whiteframebutton a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 0;
  border: 1px solid #ffffff;
  display: inline-block;
  transition: all 0.5s ease;
}

.whiteframebutton a:hover {
  color: #2d4554;
  background-color: rgba(255, 255, 255, 0.4); /* ← 40% white */
}

.whiteframebutton a:hover,
.whiteframebutton a:hover:link,
.whiteframebutton a:hover:visited {
  color: #2d4554 !important;
  background-color: rgba(255, 255, 255, 0.4);
}






.header-text-1 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 26px;
	line-height: 30px;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
letter-spacing: 0.2em;
	
}


.header-text-2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 21px;
	line-height: 24px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
letter-spacing: 0.1em;
	
}


.header-text-3 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	
}
.bodytext,
.bodywidthnogapbg,
.bodhalfleftbg,
.bodhalfleftbg {
text-align: left;
}




.grayframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.grayframebutton a:link {color: #2d4554 !important; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.grayframebutton a:visited {color: #2d4554!important; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.grayframebutton a:hover {color: #ffffff!important; text-decoration: none; background-color: #0155a5; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554;background-color: #2d4554;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.grayframebutton a:active {color: #2d4554!important; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; } 






.grayrsvpframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 15px;
  margin-left: 0px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
display: block;
text-align: left;
clear: left;
  
}



.grayrsvpframebutton a:link {color: #2d4554 !important; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.grayrsvpframebutton a:visited {color: #2d4554!important; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.grayrsvpframebutton a:hover {color: #ffffff!important; text-decoration: none; background-color: #0155a5; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554;background-color: #2d4554;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.grayrsvpframebutton a:active {color: #2d4554!important; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; } 







.goldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.goldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 




.goldlowerframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  align-self: flex-start;
letter-spacing: 0.1em;
  cursor: pointer;
  
}



.goldlowerframebutton a:link {color: #ffffff; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.goldlowerframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.goldlowerframebutton a:active {color: #ffffff; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 




.blueframebutton {
  border: none;
  color: #2d4554;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 20px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  
}



.blueframebutton a:link {color: #2d4554!important; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:visited {color: #2d4554!important; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; }
.blueframebutton a:hover {color: #ffffff !important; text-decoration: none; background-color: #0155a5; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554;background-color: #2d4554;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.blueframebutton a:active {color: #2d4554!important; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #2d4554; } 




.lowergoldframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
   font-family: "Jost", sans-serif;
	text-transform: uppercase;
  cursor: pointer;
letter-spacing: 0.1em;
  float: right;
  
}



.lowergoldframebutton a:link {color: #ffffff; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:visited {color: #ffffff; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; }
.lowergoldframebutton a:hover {color: #2d4554; text-decoration: none; background-color: #0155a5; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81;background-color: #ffffff;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; }
.lowergoldframebutton a:active {color: #ffffff; text-decoration: none; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #ccac81; } 





.whiteframebutton {
  border: none;
  color: white;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  
	font-weight: 300;
  cursor: pointer;
letter-spacing: 0.1em;
}

.whiteframebutton a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 0;
  border: 1px solid #ffffff;
  display: inline-block;
  transition: all 0.5s ease;
}

.whiteframebutton a:hover {
  color: #2d4554;
  background-color: rgba(255, 255, 255, 0.4); /* ← 40% white */
}

.whiteframebutton a:hover,
.whiteframebutton a:hover:link,
.whiteframebutton a:hover:visited {
  color: #2d4554 !important;
  background-color: rgba(255, 255, 255, 0.4);
}





