@charset "utf-8";
/* CSS Document, TechTransit */

/* Normalize.css minified (v8.0.1) */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.posRel {
  position: relative;
}

/* https://alligator.io/css/minimal-css-reset/  prefer default styled h?, p, ol, ul*/

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* Overrides */

/* style="display: none;" */


.jquery-modal .modal {
  display: none;
  /* Initally hide modals */
}

.jquery-modal .modal {
  max-width: 90%;
  /* allow content to be whatever size i needs */
  width: auto;
  /* allow content to be whatever size i needs */
}

/* General Styles */

.redColor {
  color: #ed0e0f;
  font-weight: 300;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: auto;
  scroll-behavior: smooth;
  min-width: 240px;
  font-family: 'Roboto', sans-serif;
}

body>section {
  min-height: 700px;
}

body>section>.banner {
  min-height: 486px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  color: white;
}

body>section>.banner h1 {
  font-size: 4em;
  font-weight: 300;
  text-shadow: 2px 1px black
}

body>section>article {
  padding: 3% 5% 5% 5%;
  /* background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,.85)), url(../img/pattern_compNeed_color.png); */
  background-image: url(../img/pattern_compNeedle_color10a.png);
}

body>section>article p {
  background-color: white;
}



/* body > section > article > h1 {
  font-weight: bold;
  font-size: 2em;
} */

/* Specific Styles */
header.page {
  display: flex;
  position: fixed;
  width: 100%;
  height: 56px;
  background-color: rgba(0, 0, 0, .7);
  justify-content: space-between;
  padding: 10px;
  z-index: 100;
}

header.page>* {
  margin: auto 0;
  /* incase children are shorter then height - padding * 2, keep it centered (though still force padding if bigger) */
}

header.page>img {
  height: 40px;
}

header.page>nav {
  width: 50%;
  /* padding-top: 10px; */
}

header.page nav>ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom-left-radius: 10px;
}

header.page nav li {
  color: white;
  cursor: pointer;
}

header.page nav li:hover {
  color: #ed0e0f;
}

header.page nav a {
  text-decoration: none;
  color: inherit;
}

header.page li.active a {
  color: #819cc2;
}

/* css based X sandwich control */
#nav-toggle {
  cursor: pointer;
  /* padding: 10px 35px 16px 0px;  */
}

#nav-toggle-btn,
#nav-toggle-btn:before,
#nav-toggle-btn:after {
  cursor: pointer;
  border-radius: 10px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle-btn:before {
  top: -10px;
}

#nav-toggle-btn:after {
  bottom: -10px;
}

#nav-toggle-btn,
#nav-toggle-btn:before,
#nav-toggle-btn:after {
  transition: all 500ms ease-in-out;
}

#nav-toggle:checked~#nav-toggle-btn {
  background-color: transparent;
}

#nav-toggle:checked~#nav-toggle-btn:before,
#nav-toggle:checked~#nav-toggle-btn:after {
  top: 0;
}

#nav-toggle:checked~#nav-toggle-btn:before {
  transform: rotate(45deg);
}

#nav-toggle:checked~#nav-toggle-btn:after {
  transform: rotate(-45deg);
}

#nav-toggle,
#nav-toggle-btn {
  display: none;
}

/* --end X-sandwich control -- */
section>header.banner {
  background-size: cover !important;
}

#Services .banner {
  background: url(../img/home_bannerL.png) center center;
  padding: 70px 10px 20px 45%;
  min-height: 600px;
}

#Services .banner>h1 {
  font-weight: 100;
  font-size: 3.5em;
  margin: 0;
}

#Services .banner>h2 {
  font-weight: 100;
  font-size: 2em;
  margin: 15px 0 20px 0;
}

#Services .customerLogos {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#Services .customerLogos img {
  margin: 10px 10px;
  height: 40px;
}

#Services article>h1 {
  margin-bottom: 40px;
}

#Services .servicesMenu .swiper-slide {
  opacity: .5;
  text-align: center;
}

#Services .servicesMenu .swiper-slide-thumb-active {
  opacity: 1;
}

/* #Services .servicesMenu {
  margin-bottom: 16px;
} */

#Services .servicesInfo p {
  /* font-weight: bold; */
  margin: 0;
}

/* #Services .appsOfTomorrow > h1 {
  margin: 32px 0 16px 0;
  font-weight: bold;
  text-align: center;
  font-weight: 2em;
} */
/*
 #Services .ourApps {
  display: flex;
  flex-wrap: wrap;
}

#Services .ourApps a {
  flex: 0 0 23%;
  margin: 1%
}

*/

#Products .ourProducts {
  overflow: hidden;
}

#Products .product {
  /* display: flex; */
  /* text-align: center; */
}

#Products .product>img {
  display: block;
  margin: 0 auto;
}

#Products .product .infoPane {
  display: flex;
}

#Products .product .infoPane>* {
  flex: 1;
}

#Products .banner {
  background: url(../img/products_banner.png) center center;
}

#About .banner {
  background: url(../img/about_banner.png) center center;
}

#Offices .banner {
  background: url(../img/office_banner20a.png) center center;
}

#Offices .office-photos {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#Offices .office-photos li {
  margin: 1%;
}

#Offices .office-photos img {
  box-shadow: 5px 5px 5px grey;
  border: 1px solid grey;
}

#Offices .locations {
  display: flex;
  justify-content: space-evenly;
}

#Offices .office {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 5px 5px 5px grey;
  border: 1px solid grey;
  background-color: white;
}

#Offices .office p {
  display: inline-block;
  min-width: 180px;
  padding: 10px;
  /* line-height: 2em; */
}


#Offices .office p span {
  font-weight: bold;
}

#Offices .office img {
  width: 160px;
}

#Career .banner {
  background: url(../img/career_banner.png) center center;
}

#Career .content-panel {
  display: flex;
}

#Career .content-panel aside,
#Contact .description {
  flex: 0 0 30%;
  margin-right: 20px
}

/* #Career .description {

} */

#Career .jobs {
  display: flex;
  justify-content: center;
}

#Career .job {
  margin: 0 5px;
}

#Career .job img {
  border-radius: 10px;
}

#Contact .banner {
  background: url(../img/contact_banner_10a.png) center center;
}

#Contact article {
  display: flex;
}

#Contact form {
  display: flex;
  width: 100%;
}

#Contact .left {
  flex: 1 1 30%;
  padding-right: 10px;
}

#Contact .right {
  flex: 1 1 70%;
}

#Contact form label {
  display: block;
  font-weight: bold;
  color: #777;
}

#Contact form input,
#Contact form textarea {
  border-radius: 5px;
  margin: 2px 0 10px 5px;
  width: 100%;
  background: #e4e4e4;
}

#Contact form textarea {
  padding: 1px;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}

#SendFormMessage {
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  width: 120px;
  background: lightgray;
  color: black;
  border: 1px solid #777;
  box-shadow: 1px 1px 1px grey;
  cursor: pointer;
}


footer {
  background-image: url(../img/footer_banner.png);
  background-size: 100% 100%;
  color: white;
  height: 67px;
  display: flex;
  justify-content: space-around;
  font-weight: 100;
  padding-top: 3px;
  align-items: center;
}

footer ul {
  display: flex;
}


/* @media only screen and (max-width: 1200px) {
} */

@media only screen and (max-width: 768px) {
  body>section {
    /* padding: 40px 20px; */
  }

  #Services .banner {
    background-image: url(../img/home_bannerS.png);
    padding-left: 10px;
  }

  header.page {
    padding-right: 55px;
  }

  header.page nav ul {
    width: 0;
    right: 0;
    top: 56px;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    transition: all 500ms ease-in-out;
    position: absolute;
    text-align: center;
  }

  header.page nav li {
    margin: 5px 0;
  }

  #nav-toggle {
    position: absolute;
    top: 18px;
    right: 12px;
    margin: 0;
    width: 35px;
    height: 25px;
    opacity: 0;
    display: block;
  }

  #nav-toggle-btn {
    display: inline;
    right: 12px;
  }

  #nav-toggle:checked~ul {
    width: 70px;
  }

  #Services>h1 {
    font-size: 2.6em;
    width: 80%
  }

  #Services .servicesMenu .supText {
    display: none;
  }

  #Services .ourApps>a {
    flex-basis: 46%;
  }

  #Products .infoPane {
    flex-direction: column;
  }

  #Offices .office-photos {
    flex-wrap: wrap;
  }

  #Offices .office-photos li {
    flex-basis: 30%;
  }

  #Offices .locations {
    flex-direction: column;
    align-items: center;
  }

  #Contact form {
    flex-direction: column;
  }

  #Career .jobs {
    flex-wrap: wrap;
  }

  #Career .job {
    flex-basis: 46%;
    margin-bottom: 10px;
  }

  #Contact .description {
    flex-basis: 40%;
  }

}

@media only screen and (max-width: 460px) {
  body>section {
    /* padding: 10px 10px; */
  }

  #Services .banner>h1 {
    font-size: 2.5em;
  }

  #Services .banner>h2 {
    font-size: 1.5em;
  }

  #Services>h1 {
    font-size: 2em;
    width: 100%;
  }

  #Services .ourApps>a {
    flex-basis: 92%;
  }

  #Offices .office-photos li {
    flex-basis: 40%;
  }

  #Offices .office {
    flex-direction: column;
    align-items: center;
  }

  #Offices .office img {
    width: 250px;
  }

  #Career .content-panel {
    flex-direction: column;
  }

  #Career .jobs {
    flex-direction: column;
  }

  #Contact article {
    flex-direction: column;
  }

}