body {
  height: 100%;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #293c43;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  font-family: 'Fort foundry industry ultra', sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  font-family: 'Fort foundry industry book', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Fort foundry industry', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Fort foundry industry ultra', sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

p {
  margin-bottom: 25px;
  color: #5d5d5d;
}

a {
  color: #fe414d;
  text-decoration: none;
}

ul {
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 5px;
  font-weight: 400;
}

blockquote {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 5px solid #fe414d;
  font-size: 18px;
  line-height: 28px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #293c43;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 60, 67, .9), rgba(41, 60, 67, .9)), url('../images/s_IMG_BOLTS-FORE.png');
  background-image: linear-gradient(180deg, rgba(41, 60, 67, .9), rgba(41, 60, 67, .9)), url('../images/s_IMG_BOLTS-FORE.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.call-button {
  height: 34px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 12px 10px 6px 32px;
  float: right;
  border-radius: 2px;
  background-color: #fe414d;
  background-image: url('../images/icon-phone.png');
  background-position: 10px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.captcha.form-wrapper .fieldset-description, .captcha.form-wrapper legend{
  	display:none;
}
.captcha.form-wrapper label {
 	font-size:14px;	
}
.h_logo {
  width: 150px;
  height: 40px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 0px;
  background-image: url('../images/robnet-logo.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.section.dark.blocksec {
	color:#dfdfdf !important;
	font-size:18px !important;
	line-height:28px !important; 
}
.navlink {
  height: auto;
  margin-right: 15px;
  padding: 2px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #293c43;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  color: #fe414d;
}

.navlink.w--current {
  color: #578596;
}

.hero {
  height: auto;
  background-color: #fff;
}

.h_nav_mobile {
  display: none;
}

.button {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 2px;
  background-color: #fe414d;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.button.big-outline {
  padding-top: 12px;
  padding-bottom: 12px;
  border: 4px solid #fe414d;
  background-color: transparent;
  color: #fe414d;
  font-size: 16px;
  text-transform: uppercase;
}

.button.small-button {
  padding: 5px 20px;
  line-height: 20px;
}
.element-invisible {
	display:none;
	
}
.form-text {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  height: 35px;
  margin-bottom: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  font-size: 11px;
  line-height: 20px;
  	
}
.search-form {
  display:none !important;	
}
#search-block-form {
  position: relative;
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.text-field.w-input.smaller.right {
  width:49%;
	float:right;
}
.text-field.w-input.smaller.left {
  width:50%;
	float:left;
}
.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.service-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  padding: 20px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  box-shadow: 0 0 0 5px #fff;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #293c43;
  text-align: center;
}

.service-block:hover {
  box-shadow: 0 0 0 5px #fff, 0 4px 10px 4px rgba(0, 0, 0, .3);
}

.services-image {
  width: 100%;
  height: 200px;
  background-image: url('../images/m_IIMG_CONSIST.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-image.inventory {
  background-image: url('../images/m_IIMG_INVETORY.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-image.knowledge {
  width: 100%;
  background-image: url('../images/m_IIMG_KNOWLEDGE.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav-3 {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0px;
}
.grippie {
  display:none !important;	
}
.text-area.w-input.form-textarea {
  height:100px;	
}
.slide-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/m_slide_001.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-image._2 {
  background-image: url('../images/m_SLIDE_IMG_002.png');
}

.slide-image._3 {
  background-image: url('../images/m_SLIDE_004.png');
}
.search-result {
  border-bottom: 1px solid #ccc;
}
.slide-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.slide-heading {
  color: #293c43;
  font-size: 60px;
  line-height: 55px;
  font-weight: 800;
}

.slide-p {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #578596;
  font-size: 1.1em;
  line-height: 1.4em;
  letter-spacing: 0em;
}

.right-arrow-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.nav-menu {
  width: auto;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  background-color: transparent;
}

.navbar {
  overflow: hidden;
  width: auto;
  height: 60px;
  padding: 10px 20px;
  background-color: hsla(0, 0%, 87%, .3);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}

.container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container.center {
  text-align: center;
}

.section.gray {
  background-color: #dfdfdf;
  background-image: url('../images/concrete-wall-1.png');
  background-position: 0px 0px;
  background-size: 260px;
  box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, .2);
}

.section.dark {
  padding: 50px 20px;
  background-color: #293c43;
  background-image: url('../images/honeycomb-seamless.png'), url('../images/BOLTS_001.png');
  background-position: 0px 0px, 50% 50%;
  background-size: 300px, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.divider {
  display: block;
  width: 80%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fe414d;
}

.divider.light {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #fff;
}

.addthis {
  min-height: 32px;
}

.big-p {
  font-size: 18px;
  line-height: 28px;
}

.row {
  color: #fff;
}

.footer-logo {
  width: 180px;
  margin-top: 10px;
}

.small-p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 20px;
}

.copyright {
  font-size: 10px;
  line-height: 15px;
}

.text-field {
  height: 35px;
  margin-bottom: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  font-size: 11px;
  line-height: 20px;
}

.select-field {
  height: 35px;
  margin-bottom: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  font-size: 12px;
  line-height: 20px;
}

.text-area {
  min-height: 80px;
  margin-bottom: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  font-size: 12px;
  line-height: 20px;
}

.contact-form {
  margin-top: 10px;
}

.contact-form.max-width {
  display: block;
  max-width: 800px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.footer-link {
  display: block;
  padding-top: 6px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fe414d;
}

.footer-link.w--current {
  color: #578596;
}

.portal-header {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}

.learn-more {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 10px;
  font-family: 'Fort foundry industry', sans-serif;
  color: #969696;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.small-gray-p {
  color: #dfdfdf;
  font-size: 12px;
  line-height: 20px;
}

.mojo {
  margin-top: 19px;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}

.mojo-logo {
  width: 30px;
  height: 30px;
  background-image: url('../images/mojo-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mojo-link {
  color: #fff;
  font-weight: 700;
}

.light-gray {
  color: #dfdfdf;
}

.summary-heading {
  margin-top: 25px;
  text-transform: uppercase;
}

.video {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
}

.recent-post {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.recent-post:hover {
  opacity: 0.7;
}

.image {
  margin-bottom: 20px;
}

.small-list {
  padding-left: 20px;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 15px;
}

.add-margin-bottom {
  margin-bottom: 20px;
}

.phone-number {
  font-family: 'Fort foundry industry', sans-serif;
  color: #fe414d;
  font-size: 24px;
  font-weight: 500;
}

.page-header {
  text-align: center;
}

.page-header.dark {
  padding: 50px 20px;
  background-color: #293c43;
  background-image: url('../images/honeycomb-seamless.png'), url('../images/BOLTS_001.png');
  background-position: 0px 0px, 50% 50%;
  background-size: 300px, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.page-header.dark.gov {
  background-image: url('../images/g_img_CAPITAL.jpg');
  background-size: auto;
}

.hr {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #dfdfdf;
}

.capability {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.capability-image1 {
  width: 100%;
  min-height: 180px;
  margin-bottom: 10px;
  border: 5px solid #fff;
  background-image: url('../images/bin-samples.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}

.capability-image2 {
  width: 100%;
  min-height: 180px;
  margin-bottom: 10px;
  border: 5px solid #fff;
  background-image: url('../images/counter-samples.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}

.capability-image3 {
  width: 100%;
  min-height: 180px;
  margin-bottom: 10px;
  border: 5px solid #fff;
  background-image: url('../images/help-samples.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}

.service {
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phone-cta {
  margin: 20px;
  padding: 20px;
  border-radius: 2px;
  background-color: #fe414d;
  color: #fff;
  text-align: center;
}

.service-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.resource {
  display: block;
  min-height: 40px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  background-image: url('../images/DOC_ICON.png');
  background-position: 0px 0px;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #293c43;
  font-size: 20px;
}

.video-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #293c43;
}

.video-post:hover {
  color: #fe414d;
}

.date {
  color: #969696;
}

.video-image {
  width: 100%;
  min-height: 180px;
  margin-bottom: 10px;
  border: 5px solid #fff;
  background-image: url('../images/m_BTN_PLAY.png'), -webkit-linear-gradient(270deg, rgba(41, 60, 67, .5), rgba(41, 60, 67, .5)), url('../images/BS-Skyline-from-Key-Highway-1964-copy.jpg');
  background-image: url('../images/m_BTN_PLAY.png'), linear-gradient(180deg, rgba(41, 60, 67, .5), rgba(41, 60, 67, .5)), url('../images/BS-Skyline-from-Key-Highway-1964-copy.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 100px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}

.video-image:hover {
  background-image: url('../images/m_BTN_PLAY.png'), -webkit-linear-gradient(270deg, rgba(41, 60, 67, .8), rgba(41, 60, 67, .8)), url('../images/BS-Skyline-from-Key-Highway-1964-copy.jpg');
  background-image: url('../images/m_BTN_PLAY.png'), linear-gradient(180deg, rgba(41, 60, 67, .8), rgba(41, 60, 67, .8)), url('../images/BS-Skyline-from-Key-Highway-1964-copy.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 100px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.story-slider {
  min-height: 600px;
  background-color: #dfdfdf;
  background-image: url('../images/concrete-wall-1.png');
  background-position: 0px 0px;
  background-size: 260px;
}

.story-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 35px 40px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #293c43;
  font-size: 20px;
}

.arrow:hover {
  color: #fe414d;
}

.slider-nav {
  height: 30px;
  padding-top: 5px;
  padding-right: 43px;
  padding-bottom: 5px;
  font-size: 10px;
  line-height: 15px;
  text-align: right;
}

.story-image {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  border: 5px solid #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}

.story-image._2 {
  background-image: url('../images/s_IMG_003.jpg');
}

.story-image._3 {
  background-image: url('../images/s_IMG_001.jpg');
}

.story-image._4 {
  background-image: url('../images/s_IMG_002.jpg');
}

.story-image._5 {
  background-image: url('../images/s_IMG_004.jpg');
}

.story-image._6 {
  background-image: url('../images/s_IMG_007.jpg');
}

.story-image._7 {
  background-image: url('../images/s_IMG_005.jpg');
}

.story-image._8 {
  background-image: url('../images/s_IMG_006.jpg');
}

.story-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.timeline {
  color: #578596;
  font-weight: 700;
}

.timeline-info {
  color: #969696;
  font-size: 12px;
  line-height: 20px;
}

.phone {
  display: block;
  color: #fe414d;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}

.address {
  margin-bottom: 10px;
  color: #969696;
  font-size: 12px;
  line-height: 20px;
}

.red {
  color: #fe414d;
}

.map {
  border: 5px solid #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}

.blog-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #293c43;
  text-align: center;
}

.blog-post:hover {
  color: #fe414d;
}

.blog-image {
  width: 100%;
  min-height: 180px;
  margin-bottom: 10px;
  border: 5px solid #fff;
  background-image: url('../images/BS-Skyline-from-Key-Highway-1964-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
}

.blog-image.featured {
  min-height: 500px;
  margin-bottom: 30px;
}

.search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #578596;
  background-image: url('../images/search_icon_HD.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: transparent;
}

.search-button:hover {
  background-color: #fe414d;
}

.search-form {
  position: relative;
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  margin-bottom: 10px;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.product.connected {
  max-width: 59px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product.connected.end {
  max-width: 108px;
}

.product.connected.adjusted {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product.bolts {
  max-width: 160px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product.nuts {
  max-width: 140px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.full-width-image {
  width: 100%;
}

.remove-column-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.gov-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
}

.gov-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gov-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gov-image._1 {
  background-image: url('../images/g_IMG_EFFICIENT.PNG');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gov-image._2 {
  background-image: url('../images/g_img_EFFECTIVE.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gov-image._3 {
  background-image: url('../images/Slide003.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.star-divider {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.inlineimage {
  height: 111px;
  max-height: 111px;
  min-height: 111px;
}

.image-2 {
  height: 111px;
  max-height: 111px;
  min-height: 111px;
}

.endhead {
  padding-left: 5px;
  text-align: left;
}

.endhead.left {
  padding-right: 25%;
  text-align: right;
}

.endhead.headstyles {
  position: relative;
}

.image-3 {
  max-width: 110%;
}

.image-4 {
  width: 57px;
}

html.w-mod-js *[data-ix="g-sec001"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="g-sec002"] {
  opacity: 0;
}

.contextual-links-region:hover a.contextual-links-trigger {
  display: block;
}

div.contextual-links-wrapper {
  top: -10px;
}

.video-carousel .slick-dots {
	bottom: -50px;
}

.video-carousel .slick-dots li {
	background-color: #969696;
	width: 12px;
	height: 12px;
}

.video-carousel .slick-dots li.slick-active {
	background-color: #fe404c;
}

.video-carousel .slick-dots button:before {
	content: none;
}

@media (max-width: 991px) {
  .footer {
    padding: 40px;
  }
  .call-button {
    display: block;
    padding-right: 10px;
    letter-spacing: 0.5px;
  }
  .h_logo {
    width: 140px;
    margin-right: 10px;
  }
  .navlink {
    margin-right: 10px;
    font-size: 0.6em;
  }
  .service-block {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .services-image {
    height: 130px;
  }
  .slide-holder {
    min-height: auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .slide-text {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .slide-heading {
    font-size: 50px;
    line-height: 45px;
  }
  .nav-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .container {
    padding: 40px;
  }
  .section.dark {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-logo {
    width: 150px;
  }
  .page-header.dark {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .phone-cta {
    margin-right: 10px;
    margin-left: 10px;
  }
  .story-slider {
    height: auto;
    min-height: auto;
  }
  .story-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-nav {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .story-image {
    min-height: 400px;
  }
  .blog-image.featured {
    min-height: 400px;
  }
  .products {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gov-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gov-text {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gov-image {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .footer {
    position: relative;
    z-index: 100;
    padding: 30px;
  }
  .call-button {
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 0px;
  }
  .h_logo {
    height: 34px;
  }
  .h_logo.w--current {
    height: 32px;
  }
  .navlink {
    margin-right: 0px;
    margin-bottom: 1px;
    padding: 5px 10px;
    background-color: #293c43;
    color: #fff;
    text-align: right;
  }
  .navlink:hover {
    background-color: #578596;
    color: #fff;
  }
  .hero {
    height: auto;
  }
  .h_nav_mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1300;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 60, 67, .98);
    opacity: 0;
  }
  .button.big-outline {
    padding: 5px 15px;
    font-size: 15px;
  }
  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-block {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-holder {
    height: auto;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-image {
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
  }
  .slide-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide-heading {
    font-size: 30px;
    line-height: 25px;
  }
  .right-arrow-3 {
    display: none;
  }
  .left-arrow-3 {
    display: none;
  }
  .nav-menu {
    margin-top: 45px;
    margin-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar {
    overflow: visible;
    width: 100%;
    height: 54px;
  }
  .menu-button {
    height: 34px;
    padding: 6px;
    color: #293c43;
  }
  .menu-button.w--open {
    background-color: #578596;
    color: #fff;
  }
  .container {
    padding: 30px;
  }
  .section {
    padding: 30px 0px;
  }
  .section.dark {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-header {
    padding: 30px 0px;
  }
  .page-header.dark {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .service {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .service-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .story-holder {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider-nav {
    text-align: center;
  }
  .story-image {
    min-height: 300px;
  }
  .story-text {
    padding: 20px 0px;
  }
  .blog-image.featured {
    min-height: 300px;
  }
  .gov-row {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gov-row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .gov-text {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 479px) {
  .footer {
    z-index: 100;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .call-button {
    width: 37px;
    padding: 0px;
    color: transparent;
  }
  .h_nav_mobile {
    position: fixed;
    display: none;
    opacity: 0;
  }
  .service-block {
    width: 90%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .slide-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .slide-text {
    position: relative;
    z-index: 650;
  }
  .slide-heading {
    display: block;
  }
  .slide-p {
    font-size: 14px;
  }
  .nav-menu {
    margin-right: 10px;
  }
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container {
    padding: 20px;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .row {
    text-align: center;
  }
  .footer-link {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 5px;
  }
  .page-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .phone-cta {
    margin-right: 0px;
    margin-left: 0px;
  }
  .story-holder {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .story-image {
    min-height: 200px;
  }
  .blog-image.featured {
    min-height: 200px;
  }
  .products {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gov-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gov-image {
    min-height: 200px;
  }
  .star-divider {
    max-width: 100%;
  }
}

@font-face {
  font-family: 'Fort foundry industry';
  src: url('../fonts/Fort-Foundry---Industry-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Fort foundry industry book';
  src: url('../fonts/Fort-Foundry---Industry-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fort foundry industry';
  src: url('../fonts/Fort-Foundry---Industry-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Fort foundry industry';
  src: url('../fonts/Fort-Foundry---Industry-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fort foundry industry ultra';
  src: url('../fonts/Fort-Foundry---Industry-Ultra.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Fort foundry industry';
  src: url('../fonts/Fort-Foundry---Industry-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fort foundry industry';
  src: url('../fonts/Fort-Foundry---Industry-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

.footer-div-area{
  width: 100%;
}