* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.covid-announcement {
  background-color: #25556b;
  color: white;
  padding: 0 24px;
  text-align: center;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
.faded-headline {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.faded-headline h1 {
  display: inline;
  margin: 0 20px;
}
a,
a:visited,
a:active,
a:hover {
  color: black;
}
.bold,
strong,
b {
  font-weight: 700;
}
.pad3 {
  padding: 3rem;
}
.pad5 {
  padding: 3rem 5rem;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
body {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #252525;
  line-height: 1.5;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d8d8d8;
  height: 100px;
  padding: 0 2rem;
}
header nav {
  flex: 1;
  padding: 0 4rem;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li a {
  font-weight: 700;
  color: #25556b;
  text-decoration: none;
  text-transform: uppercase;
}
header nav ul li a:hover {
  color: #64d2b4;
}
header nav ul li a:visited {
  color: #25556b;
}
header nav ul li a:active {
  color: #25556b;
}
header nav .mobile-menu {
  display: none;
  text-align: right;
  font-size: 24px;
  color: #25556b;
  cursor: pointer;
}
header .header-contact-options {
  display: flex;
  justify-content: space-between;
}
header .header-contact-options .option:first-child {
  margin-right: 20px;
}
.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
.hero {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.hero video {
  width: 100%;
  z-index: -1;
  display: block;
}
.hero .message {
  display: block;
  background: rgba(255, 255, 255, 0.87);
  text-align: center;
  width: 620px;
  padding: 3rem;
  position: absolute;
  left: calc(50% - 310px);
  color: #252525;
  font-size: 18px;
  z-index: 10000;
  top: 30%;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hero .message img {
  width: 100%;
  max-width: 572px;
  height: auto;
}
.hero .message p {
  line-height: 1.5;
  margin-bottom: 0;
}
.about {
  background: url(/img/bg.png);
}
.about .lego {
  background: url(/img/lego.png) no-repeat bottom left;
}
.about h1 {
  text-align: center;
  font-weight: 800;
  font-size: 42px;
  text-transform: uppercase;
  color: #25556b;
}
.about .quote {
  text-align: center;
  font-size: 29px;
}
.about .image-right {
  display: block;
  text-align: right;
}
.about .copy {
  text-align: center;
}
.about .copy h3 {
  font-size: 28px;
}
.about .copy .call-us {
  width: 70%;
  display: flex;
  align-items: center;
  font-size: 0.8em;
  text-align: left;
  float: right;
}
.about .copy .call-us img {
  margin-right: 20px;
}
.about .team {
  margin-top: 90px;
}
.about .team h2 {
  background: #00b7e4;
  background: -moz-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: -webkit-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: linear-gradient(to right, #64d2b4 0%, #00b7e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mint', endColorstr='@sky', GradientType=1);
  text-align: center;
  color: white;
  margin: 0;
  padding: 0.2rem 0;
  text-transform: uppercase;
  font-size: 48px;
}
.about .team .members {
  display: flex;
  flex-wrap: wrap;
}
.about .team .members .member {
  width: 33.333333%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}
.about .team .members .member span {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 12px;
  color: white;
  font-size: 0.8em;
  line-height: 1;
}
.about .team .members .member:hover {
  border: 4px solid #64d2b4;
}
.about .team .member-name {
  color: #25556b;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 800;
}
.made-in-america {
  padding: 5rem;
  display: flex;
  align-items: flex-start;
}
.made-in-america img {
  margin-right: 50px;
}
.made-in-america .words a {
  color: #252525;
}
.made-in-america .words .more {
  display: none;
}
.quality {
  background-image: url(/img/systec-part.png), url(/img/bg.png);
  background-repeat: no-repeat, repeat;
  background-position: right center, center;
  padding: 3rem 5rem 0 5rem;
  position: relative;
}
.quality h1 {
  text-align: center;
  font-weight: 800;
  font-size: 42px;
  text-transform: uppercase;
  color: #25556b;
  margin-bottom: 0;
}
.quality h2 {
  text-align: center;
  margin-top: 0;
}
.quality .columns {
  display: flex;
}
.quality .columns .column.affiliations {
  margin-right: 40px;
  text-align: center;
}
.quality .columns .column.affiliations .affiliation {
  margin-bottom: 30px;
}
.quality .columns .column.affiliations .affiliation p {
  font-weight: 700;
  margin-top: 0;
  line-height: 1;
}
.quality .columns .column.words p {
  margin-top: 0;
}
.quality .capabilities {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.quality .capabilities .capability {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  padding-bottom: 20px;
}
.quality .capabilities .capability h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.quality .capabilities .capability.active {
  background: url(/img/up-arrow.png) no-repeat bottom center;
}
.overlay {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: white;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 50%;
  top: 420px;
  border-radius: 12px;
  box-shadow: 1px 1px 24px grey;
}
.overlay h2 {
  text-align: center;
  margin-top: 0;
}
.overlay .closeMe {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 32px;
  background-color: white;
  border-radius: 50%;
}
.overlay .closeMe .svg-inline--fa {
  vertical-align: 0.875em !important;
}
.overlay input[type=text],
.overlay input[type=email] {
  width: 100%;
  padding: 6px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
}
.overlay input[type=submit] {
  background: #00b7e4;
  background: -moz-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: -webkit-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: linear-gradient(to right, #64d2b4 0%, #00b7e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mint', endColorstr='@sky', GradientType=1);
  border-radius: 8px;
  padding: 12px;
  color: white;
  font-size: 24px;
  font-weight: 300;
  border: none;
  outline: none;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.capability-descriptions .description {
  padding: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.capability-descriptions .description .col {
  width: 46%;
}
.capability-descriptions .description.engineering {
  display: none;
}
.capability-descriptions .description.production {
  display: none;
}
.capability-descriptions .description.equipment {
  display: none;
}
.capability-descriptions .description.equipment .equipment-cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.capability-descriptions .description.equipment .equipment-cols .equipment-col {
  width: 46%;
}
.capability-descriptions .description.equipment .equipment-cols .equipment-col p {
  font-size: 0.6em;
}
.capability-descriptions .description.equipment .equipment-cols .equipment-col p.regular {
  font-size: 0.9em;
  margin-top: 0;
}
.contact {
  background-image: url(/img/bb8.png), url(/img/bg.png);
  background-repeat: no-repeat, repeat;
  background-position: bottom left, center;
  padding: 3rem 10rem;
  position: relative;
}
.contact h1 {
  text-align: center;
  font-weight: 800;
  font-size: 42px;
  text-transform: uppercase;
  color: #25556b;
  margin-bottom: 0;
}
.contact .contact-methods {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contact .contact-methods .contact-method a {
  text-decoration: none;
  color: #252525;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.contact .contact-methods .contact-method a img {
  margin-right: 14px;
}
.contact .map {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin: 30px 0;
}
.contact .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.contact form h3 {
  font-size: 1em;
  margin-bottom: 0;
}
.contact form .form-elements {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact form .form-elements .col {
  width: 49%;
}
.contact form .form-elements .col input[type=text],
.contact form .form-elements .col input[type=email] {
  width: 100%;
  padding: 6px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
}
.contact form .form-elements .col div.checkbox {
  display: flex;
  align-items: baseline;
}
.contact form .form-elements .col div.checkbox input[type=checkbox] {
  margin-right: 8px;
}
.contact form .form-elements .col div.checkbox label {
  font-size: 0.8em;
}
.contact form .form-elements .col button {
  background: #00b7e4;
  background: -moz-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: -webkit-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: linear-gradient(to right, #64d2b4 0%, #00b7e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mint', endColorstr='@sky', GradientType=1);
  border-radius: 8px;
  padding: 12px;
  color: white;
  font-size: 24px;
  font-weight: 300;
  border: none;
  outline: none;
  margin: 14px 0;
  text-transform: uppercase;
}
.faqs {
  padding: 3rem 5rem;
}
.faqs h1 {
  text-align: center;
  font-weight: 800;
  font-size: 42px;
  text-transform: uppercase;
  color: #25556b;
  margin-bottom: 0;
}
footer {
  width: 100%;
  background: #00b7e4;
  background: -moz-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: -webkit-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: linear-gradient(to right, #64d2b4 0%, #00b7e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mint', endColorstr='@sky', GradientType=1);
  min-height: 60px;
  display: flex;
  align-items: center;
}
footer .copyright {
  font-size: 0.7em;
}
footer .tagline {
  font-weight: 700;
  text-align: center;
}
footer .links {
  text-align: right;
}
footer .links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .links ul li {
  display: inline-block;
  font-size: 0.7em;
}
footer .links ul li a {
  text-decoration: none;
  color: #252525;
}
footer.fix {
  position: fixed;
  bottom: 0;
}
.login {
  display: flex;
  background: #00b7e4;
  background: -moz-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: -webkit-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: linear-gradient(to right, #64d2b4 0%, #00b7e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mint', endColorstr='@sky', GradientType=1);
  padding: 5rem;
  justify-content: center;
  align-items: center;
}
.login .form-horizontal {
  background-color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.login .form-horizontal h1 {
  color: #00b7e4;
  margin: 0;
}
.login .form-horizontal h3 {
  margin-bottom: 0;
}
.login .form-horizontal .form-group {
  display: flex;
  align-items: stretch;
  margin-bottom: 24px;
}
.login .form-horizontal .form-group.column {
  flex-direction: column;
}
.login .form-horizontal .form-group label {
  border: 1px solid #d8d8d8;
  border-radius: 8px 0 0 8px;
  width: 70px;
  height: 50px;
  text-align: center;
}
.login .form-horizontal .form-group label img {
  vertical-align: text-top;
}
.login .form-horizontal .form-group input[type=email],
.login .form-horizontal .form-group input[type=password] {
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: none;
  border-radius: 0 8px 8px 0;
  height: 50px;
  padding: 0 12px;
}
.login .form-horizontal .form-group input[type=email].wide,
.login .form-horizontal .form-group input[type=password].wide {
  width: 390px;
}
.login .form-horizontal .form-group input[type=email]:focus,
.login .form-horizontal .form-group input[type=password]:focus {
  outline: none;
}
.login .form-horizontal .form-group button {
  background: #00b7e4;
  background: -moz-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: -webkit-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: linear-gradient(to right, #64d2b4 0%, #00b7e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mint', endColorstr='@sky', GradientType=1);
  width: 100%;
  border-radius: 8px;
  padding: 12px 0;
  color: white;
  font-size: 36px;
  font-weight: 300;
  border: none;
  outline: none;
  margin-bottom: 14px;
}
.login .form-horizontal .form-group a.btn-link {
  text-align: center;
  color: #252525;
  text-decoration: none;
  font-size: 14px;
}
.login .form-horizontal .form-group.sign-in-holder .input-holder {
  flex: 1;
}
.login .form-horizontal .form-group.sign-in-holder .input-holder input {
  width: 100%;
}
.login .form-horizontal .checkbox {
  margin-bottom: 24px;
  font-size: 14px;
}
.login .form-horizontal .help-block {
  color: red;
  font-size: 14px;
  font-weight: 300;
}
.portal {
  display: flex;
  background: #00b7e4;
  background: -moz-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: -webkit-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: linear-gradient(to right, #64d2b4 0%, #00b7e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mint', endColorstr='@sky', GradientType=1);
  padding: 3rem 5rem;
  justify-content: center;
  flex-direction: column;
}
.portal .logout {
  margin-bottom: 40px;
}
.portal .logout div {
  text-align: right;
}
.portal .logout div a.button {
  background-color: white;
  border-radius: 4px;
  padding: 8px;
  color: #25556b;
  font-size: 16px;
  font-weight: 300;
  border: none;
  outline: none;
  text-decoration: none;
  margin-left: 20px;
}
.portal .dropzone-holder {
  background-color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: center;
}
.portal .dropzone-holder h1 {
  color: #00b7e4;
  margin: 0;
}
.portal .dropzone-holder .form-upload span.button {
  background: #00b7e4;
  background: -moz-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: -webkit-linear-gradient(left, #64d2b4 0%, #00b7e4 100%);
  background: linear-gradient(to right, #64d2b4 0%, #00b7e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mint', endColorstr='@sky', GradientType=1);
  border-radius: 8px;
  padding: 12px;
  color: white;
  font-size: 24px;
  font-weight: 300;
  border: none;
  outline: none;
}
.portal .file-listing {
  background-color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.portal .file-listing h1 {
  color: #00b7e4;
  margin: 0;
}
.portal .file-listing .files {
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
  width: 100%;
}
.portal .file-listing .files td,
.portal .file-listing .files th {
  padding: 6px;
  border: 1px solid #d8d8d8;
  text-align: left;
}
.portal .file-listing .files td.tac,
.portal .file-listing .files th.tac {
  text-align: center;
}
.portal .file-listing .files td a,
.portal .file-listing .files th a {
  color: #00b7e4;
}
.alert {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 40px;
}
.alert.alert-success {
  background-color: #2ab27b;
  color: white;
}
.alert.alert-danger {
  background-color: darkred;
  color: white;
}
.dim {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.message {
  display: none;
  position: fixed;
  left: 45%;
  top: 41%;
  background-color: #64d2b4;
  color: white;
  font-weight: 800;
  padding: 3rem;
  text-align: center;
  font-size: 36px;
  border-radius: 13px;
  z-index: 10000;
}
/* do not group these rules */
*::-webkit-input-placeholder {
  color: #d8d8d8;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #d8d8d8;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #d8d8d8;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #d8d8d8;
}
