/* contact form */
.txt_required {
	font-size: 0.93em !important;
	color: #0271E4 !important;
}
.page-id-1187 .gform_wrapper label.gfield_label,
.page-id-1198 .gform_wrapper label.gfield_label {
  font-size: 0.93em !important;
  font-weight: 400 !important;
}
#gform_5 .gform_footer {
  padding-top: 0px !important;
  padding-bottom: 80px !important;
}
#gform_5 .gform_footer input[type=submit].button,
.page-id-1198 .gform_wrapper .gform_footer input#gform_submit_button_3 {
  color: #FFFFFF !important;
  background-color: #008080 !important;
  border: none !important;
  padding: 10px 38px !important;
  cursor: pointer !important;
  font-weight: 400 !important;
}
.page-id-1187 .push section.empty a.btn {
  padding: 6px 38px !important;
  font-weight: 400 !important;
}
.page-id-1187 .push section.empty .address {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 991px), screen and (max-device-width: 991px) {
  .hideme {display:none !important;}
  .divider992 {padding-top:30px !important; border-top: 1px solid #C3C3C3;}
}

@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
  .padding10px {padding-top:10px !important;}
  .divider768 {padding-top:30px !important; border-top: 1px solid #C3C3C3;}
}


/********* CUSTOM STYLES *************/
/* Columns - Homepage styles */
.columns-home {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,67,1) 100%);
}

/* Features - Homepage styles */
.features-home {
	padding-top: 30px;
}

.features-home .features-content {
	background: rgba(245,246,246, 0.8);
}

/* Product Carousel - Homepage styles */
.pc-home {
	padding-top: 40px; 
}

/* Video Carousel - Homepage styles */
.video-home {
	background-color: rgb(0,125,255);
  background-image: url('/wp-content/uploads/homepage-partners-banner.png');
  background-size: cover;
  background-position: center;
}

.video-home .video-carousel-wrap {
  background: none;
}

/* Custom Video Background */
.custom-video {
  background: #0271E4;
}

.custom-video .video-carousel-wrap {
  padding-bottom: 30px;
}

/* Testing styles */
.test-module {
 background-image: url('/wp-content/uploads/NF5280M5-hero-1.png');
  background-size: cover;
  background-position: center;
  border: 5px solid purple;
}

.test-module .intro-content {
 background: green; 
}

.test-module h2 {
 color: yellow; 
}

.subscribe-form_wrapper {
	margin: 0 !important;
}

.subscribe-form_wrapper .field_sublabel_below {
  margin-top: 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

.gform_wrapper legend.gfield_label, .gform_wrapper .top_label .gfield_label {
 margin-bottom: 10px !important; 
}

.gform_fields #input_4_3 {
	 width: 100%;
  height: 48px;
  border: 1px solid #e9e9e9;
  text-indent: 10px;
}

.subscribe-form .gform_footer {
 margin-top: 0 !important;
  padding-top: 5px !important;
}
.subscribe-form .gform_footer #gform_submit_button_4 {
  width: 100%;
  height: 48px;
  border: 0;
  background: #f5f6f6;
  color: #8d98a7;
  border: 1px solid #e9e9e9;
  font-weight: bold;
}

#gform_confirmation_message_4 {
  font-weight: 700;
  color: #FFF;
  min-height: 150px;
}