		@font-face {
			font-family: "Modern Era";
			font-weight: 400;
			font-display: swap;
			src:
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-Regular.woff2") format("woff2"),
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-Regular.woff") format("woff");
		}

		@font-face {
			font-family: "Modern Era";
			font-weight: 400;
			font-style: italic;
			font-display: swap;
			src:
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-Italic.woff2") format("woff2"),
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-Italic.woff") format("woff");
		}

		@font-face {
			font-family: "Modern Era";
			font-weight: 500;
			font-display: swap;
			src:
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-Medium.woff2") format("woff2"),
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-Medium.woff") format("woff");
		}

		@font-face {
			font-family: "Modern Era";
			font-weight: 700;
			font-display: swap;
			src:
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-Bold.woff2") format("woff2"),
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-Bold.woff") format("woff");
		}

		@font-face {
			font-family: "Modern Era";
			font-weight: 800;
			font-display: swap;
			src:
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-ExtraBold.woff2") format("woff2"),
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-ExtraBold.woff") format("woff");
		}

		@font-face {
			font-family: "Modern Era";
			font-weight: 800;
			font-style: italic;
			font-display: swap;
			src:
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-ExtraBoldItalic.woff2") format("woff2"),
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-ExtraBoldItalic.woff") format("woff");
		}

		@font-face {
			font-family: "Modern Era";
			font-weight: 900;
			font-display: swap;
			src:
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-Black.woff2") format("woff2"),
				url("https://www.vectorvest.com/ecommerce/fnt/ModernEra-Black.woff") format("woff");
		}

		/* *, body, html {
			font-family: "Modern Era", sans-serif !important;
		}*/
		
		#idleWarning {
		  display: none;
		  position: fixed;
		  bottom: 7px;
		  right: 50px;
		  background-color: #FEBE2B;
		  padding: 8px 15px;
		  border-radius: 15px;
		  font-family: "Modern Era", sans-serif !important;
		  font-size:14px;
		  bottom: 0;
		  right: 98px;
		  margin-bottom: 40px;
		  min-width: 503px;
		z-index:666666665;
		}

		#imStillHereButton {
			background-color: #0060DD;
			padding: 4px 7px;
			border-radius: 15px;
			color: #fff;
			text-align: center;
			font-weight: bold;
			font-size: 12px;
			border: none;
			font-family: "Modern Era", sans-serif !important;
			cursor: pointer;
			z-index:666666665;
			position:fixed;
		}
		
		#liveChatButton {
			background-color: #0060DD;
			padding: 8px 15px;
			border-radius: 15px;
			color: #fff;
			text-align: center;
			font-weight: bold;
			font-size: 14px;
			border: none;
			font-family: "Modern Era", sans-serif !important;
			cursor: pointer;
			z-index:666666665;
		}
		#liveChatButtonDiv{
			z-index:666666665;
		}
		#endChatButtonDiv{
			z-index:666666665;
		}	
		#endChatButton {
			background-color: #0060DD;
			padding: 8px 15px;
			border-radius: 15px;
			color: #fff;
			text-align: center;
			font-weight: bold;
			font-size: 14px;
			border: none;
			font-family: "Modern Era", sans-serif !important;
			cursor: pointer;
			z-index:666666665;
		}
		
		.endChatButtonClass {
			background-color: #0060DD;
			padding: 8px 15px;
			border-radius: 15px;
			color: #fff;
			text-align: center;
			font-weight: bold;
			font-size: 14px;
			border: none;
			font-family: "Modern Era", sans-serif !important;
			cursor: pointer;
			display:none; position: fixed;
			bottom: 0;
			right: 275px; /* This is your padding from the right */
			margin-bottom: 40px; /* Optional: padding from the bottom */
		}
		
		#voiceflow-chat {
			font-family: "Modern Era", sans-serif !important;
		}

		.vfrc-button {
			background-color: #0060DD !important;
		}

		.vfrc-header {
			background-color: #0060DD !important;
		}
