.required-input-label{
	color:red;
}
.required-input-label:after{
	content:"*";
	font-style:italic;
	font-size:smaller;
}

#top-alert {
	line-height: 20px;
	padding: 5px;
	background: orange;
	text-align:center;
	color:white;
}

.netsuiteAnnouncement a {
	color:#05B1CC;
	text-decoration:underline;
	font-weight:bold;
}
.numThing {
	display:grid;
	grid-template-columns: 20px 1fr;
	gap:8px;
	margin-top:30px;
}



#fp_carousel-home .carousel-inner{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 32px;
  }

/*footer styles*/

#footer {
	background-color: #353F42 !important;
  }

  .footerBody {
	font-size: 14px;
  }

  #footer .container-fluid h1, #footer .container-fluid h2, #footer .container-fluid h3, #footer .container-fluid h4, #footer .container-fluid h5, #footer .container-fluid h6, #footer .container-fluid p {
	color: white;
  }

  #footer p {
	font-size: 14px;
  }

  #footer a:hover {
	color: #C7D82F
  }

  #footer .button {
	margin: 0px;
  }

  #footer .socialLinks {
	display: flex;
	justify-content: space-between;
  }

  #footer .socialLinks a {
	margin: 0px 5px;
  }

  #footer form.ctct-form-custom {
	display: flex;
  }

  #footer form p {
	display: none;
  }

  #footer form .ctct-form-field {
	width: 150%;
	flex-grow: 2;
  }

  #footer form .ctct-form-button {
	flex-grow: 1;
	height: 45px;
	margin: 0px 15px;
	font-size: 14px;
  }

  #footer div.ctct-form-embed div.ctct-form-defaults {
	padding-bottom: 0px !important;
  }

  #footer .footerFlex {
	display: flex;
	margin-bottom: 30px;
  }

  #footer .footerFlex div {
	flex-grow: 1;
	padding: 0px 10px;
  }

  #footer iframe .form-wrapper-empty-header {
	height: 0px;
  }

  #footer iframe .form-content-component {
	color: white;
	box-shadow: none;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
	font-weight: bold;
  }

  #footer iframe .form-titles.form-content {
	margin-top: 10px;
  }

  #footer iframe .form-content-component .form-title {
	font-size: 21px;
	font-weight: bold;
  }

  #footer iframe .form-content-component .form-description {
	font-size: 14px;
	line-height: 1.5em;
  }

  #footer iframe .form-content-component .form-question {
	padding-bottom: 0px;
  }

  #footer iframe .form-content-component .form-question .form-question-title {
	font-size: 10px;
  }

  #footer input {
	border-radius: 5px;
  }

  #footer form {
    color: white;
}

.form-columns-2 {
    display: flex;
    margin-bottom: 30px !important;
}

.form-columns-2 div, .form-columns-1 div {
    width: 100% !important;
}

.form-columns-2 div * {
    width: 90%;
}

  /*end footer style*/

  /*Welcome Text Style*/
  .VC-intro {
	background: url(/images/home-about-section-bg.jpg) no-repeat center center;
	padding: 60px 0px;
	background-color: #F3F3F3;
	background-position: bottom left;
	margin: 30px 0px 0px !important;
	background-size: 90%;
  }

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

	#homePage .VC-intro {
	  background-position: center;
	}

  }

  .VC-intro .section {
	max-width: 700px;
	margin: auto;
	width: 90%;
	min-height: 300px;
  }

  #homePage .VC-intro .section .buttonDark {
	margin: 0px 15px 15px;
  }

  #homePage .VC-intro h1 {
	margin-top: 0px;
  }

  #homePage .VC-intro .section div {
	display: flex;
  }
  /*end welcome text style*/

  .home-intro h1, .home-intro h2, .home-intro h3, .home-intro h4, .home-intro h5, .home-intro h6 {
    color: #353F42 !important;
  }