/* ==========================================================================
   RESETS & FONTS ###########################################################
   ========================================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Custom Defaults
   ========================================================================== */
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

p {
  max-height: 100000px; /* FIX android from ignoring text adjust */
}

a, a:active, a:focus, a:hover, a:visited {
  outline: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* ==========================================================================
   COMPASS / SASS IMPORTS & VARIABLES #######################################
   ========================================================================== */
/* ==========================================================================
   Mobile / Default Site CSS ################################################
   ========================================================================== */
/* ===============
   Mobile: General
   =============== */
body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", Helvetica, Helvetica Neue, Arial;
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
}

ul {
  padding: 0 0 0 18px;
}

.card {
  background: #ffffff;
  border-radius: 5px;
  color: #001b37;
  padding: 2em;
  margin: 2.5em 0 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.card h3 {
  margin-top: 0;
}
.card p {
  margin: 1em 0 0 0;
}

.button {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  font-size: 1em;
  padding: 8px 20px 6px 20px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.button.ltblue {
  background-color: #0067b0;
  color: #ffffff;
}
.button.ltblue:hover, .button.ltblue:focus {
  background-color: #001b37;
}

.firstsection {
  margin: 49px 0 0 0;
}

a.anchor {
  display: block;
  position: relative;
  top: -72px;
  visibility: hidden;
}

/* ==============
   MOBILE: Header
   ============== */
.headnav {
  background: #0067b0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 15px 4%;
  -webkit-box-shadow: 0 0 5px #000000;
          box-shadow: 0 0 5px #000000;
}
.headnav .logo {
  width: 150px;
}
.headnav .logo h1 {
  margin: 0;
}
.headnav .logo h1 a {
  display: block;
}
.headnav .logo h1 a img {
  display: block;
  width: 100%;
}
.headnav .togglewrap {
  width: 24px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 4%;
}
.headnav .togglewrap img {
  width: 100%;
}
.headnav nav ul {
  display: none;
  margin: 15px 0 0 0;
  padding: 0;
  text-align: right;
}
.headnav nav ul li {
  list-style: none;
  display: block;
  margin: 0 0 10px 5px;
}
.headnav nav ul li:last-child {
  margin: 0 0 0 5px;
}
.headnav nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9em;
  padding: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  border-bottom: 3px solid #0067b0;
}
.headnav nav ul li a:hover, .headnav nav ul li a:focus {
  border-bottom: 3px solid #001b37;
}

/* ==============
   MOBILE: Body
   ============== */
.homeintro {
  height: 56vw;
  max-height: calc(100vh - 49px);
  position: relative;
  border-bottom: 10px solid #0067b0;
  background-size: cover;
}
.homeintro video {
  width: 100%;
  position: relative;
  z-index: -1;
}
.homeintro .dotpattern {
  background: url("../images/dotpattern.png") center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.homeintro .logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.homeintro .logo img {
  width: 50%;
  max-width: 600px;
}

.intro {
  margin: 47px 0 0 0;
  position: relative;
  border-bottom: 10px solid #0067b0;
  background: url("../images/washingmachinebg.jpg") no-repeat center center;
  background-size: cover;
}
.intro .introwrap {
  text-align: center;
  padding: 130px 4%;
}
.intro .introwrap h2 {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3em;
  border-bottom: 10px solid #0067b0;
  padding: 0 0 16px 0;
  margin: 0;
}

section {
  color: #ffffff;
  text-align: center;
}
section .sectionwrap {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 0 40px 0;
}
section .sectionwrap h2 {
  font-size: 2em;
  display: inline-block;
}
section .sectionwrap h3 {
  margin: 0 0 1em 0;
}
section .sectionwrap.smallpadding {
  padding: 0 0 20px 0;
}
section .sectionwrap.nopadding {
  padding: 0;
}

.contentheader {
  background: #0067b0;
  padding: 40px 4% 50px 4%;
}
.contentheader h2 {
  border-bottom: 10px solid #001b37;
  padding: 0 0 10px 0;
}

.contentheader.alt {
  background: #001b37;
}
.contentheader.alt h2 {
  border-bottom: 10px solid #0067b0;
}

.contentsection {
  background: #001b37;
  padding: 50px 4%;
}
.contentsection h2 {
  margin: 0.83em 0 0.83em 0;
  border-bottom: 10px solid #0067b0;
  padding: 0 0 10px 0;
}
.contentsection h3 {
  font-size: 1.4em;
}

.contentsection.alt {
  background: #0067b0;
}
.contentsection.alt h2 {
  border-bottom: 10px solid #001b37;
}

.contentsection.white {
  background: #ffffff;
  color: #001b37;
}
.contentsection.white h2 {
  border-bottom: 10px solid #0067b0;
}

.contentsection.ltgrey {
  background: #f9f9f9;
  color: #001b37;
}
.contentsection.ltgrey h2 {
  border-bottom: 10px solid #0067b0;
}

.col-3 {
  margin: 1em 0 0 0;
}
.col-3 div {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 40px auto;
}
.col-3 div img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.col-3 div h3 {
  font-size: 1.2em;
  margin: 15px auto 0 auto;
}
.col-3 div p {
  margin: 5px auto 10px auto;
}

.blogheader {
  background: #f9f9f9;
  color: #001b37;
}
.blogheader h2 {
  border-bottom: 10px solid #0067b0 !important;
}
.blogheader img {
  display: inline;
  width: 70px;
  margin: 0 10px 0 0;
}
.blogheader .attrib {
  display: inline;
}
.blogheader h3 {
  display: block;
}

.blogbody {
  background: #ffffff;
  color: #001b37;
}
.blogbody .hero {
  width: 100%;
}
.blogbody p {
  margin: 1.5em 0;
}
.blogbody table {
  border-collapse: collapse;
}
.blogbody table td,
.blogbody table th {
  border: 1px solid #001b37;
  padding: 8px;
}
.blogbody table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #001b37;
  color: #ffffff;
}
.blogbody ul li {
  margin: 0 0 1.5em 0;
}

.recommendation {
  background: #f9f9f9;
  padding: 25px;
}
.recommendation p {
  margin: 0 0 20px 0;
}
.recommendation a {
  width: 140px;
  display: block;
}
.recommendation a img {
  width: 100%;
}

.servicebody {
  position: relative;
  padding: 30px 0;
  margin: 50px 0;
}
.servicebody:last-child {
  margin: 50px 0 0 0;
}
.servicebody .servicebackground {
  background-image: url("/images/placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  height: 400px;
  z-index: 1;
  border-radius: 5px;
  border-right: 5px solid #0067b0;
  border-bottom: 5px solid #0067b0;
}
.servicebody .card {
  width: 100%;
  position: relative;
  z-index: 2;
}
.servicebody .card ul {
  text-align: left;
}
.servicebody .card.first {
  margin: 2.5em 0 0 0;
}
.servicebody p a {
  color: #0067b0;
  text-decoration: none;
  font-weight: 700;
}
.servicebody p a:hover, .servicebody p a:focus {
  text-decoration: underline;
}

.contentsection.alt .servicebody .servicebackground {
  border-right: 5px solid #001b37;
  border-bottom: 5px solid #001b37;
}

.profile {
  margin: 0 0 50px 0;
}
.profile h3 {
  font-size: 1.5em;
}
.profile:last-child {
  margin: 0;
}
.profile .email {
  display: inline-block;
  position: relative;
  margin: 0 0 0 26px;
}
.profile .email a {
  font-style: italic;
  color: #ffffff;
  text-decoration: none;
}
.profile .email a:hover, .profile .email a:focus {
  text-decoration: underline;
}
.profile .email:before {
  content: "";
  display: block;
  background: url("../images/emailicon.png") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -27px;
  margin: 0 6px 0 0;
}
.profile .phone {
  margin: 6px 0;
}
.profile .phone span {
  font-weight: 700;
  margin: 0 3px 0 0;
}
.profile .phone a:hover, .profile .phone a:focus {
  text-decoration: underline;
}

/***************************************************
Home Page CTAs
****************************************************/
.learnmore {
  background: #0067b0;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  font-weight: 700;
  font-size: 1.3em;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin: 20px 0 0 0;
  display: inline-block;
}
.learnmore:hover, .learnmore:focus {
  background: #001b37;
}

.wearabletech {
  background: #ffffff;
  padding: 80px 4%;
}
.wearabletech .sectionwrap .wearableleft,
.wearabletech .sectionwrap .wearableright {
  width: 100%;
}
.wearabletech .sectionwrap h2 {
  color: #001b37;
  margin: 0 0 20px 0;
  font-size: 2em !important;
  padding: 0 0 20px 0;
  border-bottom: 10px solid #0067b0;
}
.wearabletech .sectionwrap p {
  color: #001b37;
  font-size: 1em;
}
.wearabletech .sectionwrap img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 50px auto 0px auto;
}

.network {
  background: url("../images/washingmachinebg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 100px 4%;
}
.network .sectionwrap {
  padding: 0;
}
.network .sectionwrap h2 {
  color: #ffffff;
  margin: 0 0 20px 0;
  font-size: 2em !important;
  padding: 0 0 20px 0;
  border-bottom: 10px solid #0067b0;
}
.network .sectionwrap img {
  width: 100%;
  display: block;
  margin: 50px auto 40px auto;
}
.network .sectionwrap p {
  color: #ffffff;
  font-size: 1em;
  max-width: 1000px;
  margin: 1em auto;
}
.network .sectionwrap .learnmore:hover, .network .sectionwrap .learnmore:focus {
  background: #ffffff;
  color: #001b37;
}

.doublesection .leftbox,
.doublesection .rightbox {
  width: 100%;
  text-align: center;
  padding: 100px 4%;
}
.doublesection .leftbox p,
.doublesection .rightbox p {
  color: #ffffff;
  font-size: 1em;
  max-width: 768px;
  margin: 1em auto;
}
.doublesection .leftbox img,
.doublesection .rightbox img {
  display: block;
  margin: 50px auto 40px auto;
  width: 80%;
  max-width: 655px;
}
.doublesection .leftbox {
  background: #0067b0;
}
.doublesection .leftbox h2 {
  color: #ffffff;
  margin: 0 0 20px 0;
  font-size: 2em !important;
  padding: 0 0 20px 0;
  display: inline-block;
  border-bottom: 10px solid #001b37;
}
.doublesection .leftbox .learnmore {
  background: #001b37;
}
.doublesection .leftbox .learnmore:hover, .doublesection .leftbox .learnmore:focus {
  background: #ffffff;
  color: #001b37;
}
.doublesection .rightbox {
  background: #001b37;
}
.doublesection .rightbox h2 {
  color: #ffffff;
  margin: 0 0 20px 0;
  font-size: 2em !important;
  padding: 0 0 20px 0;
  display: inline-block;
  border-bottom: 10px solid #0067b0;
}
.doublesection .rightbox .learnmore {
  background: #0067b0;
}
.doublesection .rightbox .learnmore:hover, .doublesection .rightbox .learnmore:focus {
  background: #ffffff;
  color: #001b37;
}

.staffpage {
  text-align: center;
  background: #001b37;
  padding: 40px 0 0 0;
}
.staffpage .logo {
  display: block;
  margin: 0 auto 25px auto;
  width: 350px;
}
.staffpage .profile {
  margin: 0 auto;
  max-width: 500px;
}
.staffpage .profile:last-child {
  margin: 0 auto;
}
.staffpage .profile .profilepic {
  width: 80%;
  max-width: 250px;
  display: block;
  margin: 0 auto 20px auto;
}
.staffpage .profile .profilebutton {
  color: #ffffff;
  background: #0067b0;
  border: 3px solid #0067b0;
  font-weight: 700;
  text-decoration: none;
  padding: 5px 20px;
  display: block;
  width: 185px;
  margin: 30px auto 0 auto;
}
.staffpage .profile .profilebutton:hover, .staffpage .profile .profilebutton:focus {
  background: none;
  border: 3px solid #ffffff;
}

.newsletter {
  color: #ffffff;
  background: #0067b0;
  padding: 50px 4%;
}
.newsletter h2 {
  border-bottom: 10px solid #001b37;
  padding: 0 0 10px 0;
}
.newsletter .extracticon {
  display: block;
  margin: 40px auto 0 auto;
  width: 80px;
}

#mc_embed_signup {
  clear: left;
  margin: 50px 0 0 0;
}
#mc_embed_signup form {
  width: 100%;
  max-width: 600px;
  padding: 0 !important;
  margin: 0 auto !important;
}

.mc-field-group {
  margin: 0 !important;
  width: 100% !important;
}
.mc-field-group:first-child {
  margin-right: 4% !important;
}

#mc_embed_signup .foot {
  -ms-grid-columns: 2fr 2fr !important;
  grid-template-columns: 2fr 2fr !important;
  width: 100% !important;
}

.size1of2 {
  width: 48% !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: #ffffff !important;
}

/* ==============
   MOBILE: Footer
   ============== */
footer {
  padding: 50px 4%;
  background: #f9f9f9;
}
footer .footerwrap {
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}
footer .footerwrap .copyright {
  color: #aaaaaa;
  font-size: 0.8em;
}
footer .footerwrap .copyright a {
  color: inherit;
  text-decoration: none;
}
footer .footerwrap .copyright a:hover, footer .footerwrap .copyright a:focus {
  text-decoration: underline;
}

/* ==========================================================================
   Tablet ###################################################################
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* ===============
     TABLET: General
     =============== */
  /* ===============
     TABLET: Header
     =============== */
  /* ===============
     TABLET: Body
     =============== */
  /* ===============
     TABLET: Footer
     =============== */
}
@media only screen and (min-width: 480px) and (min-width: 768px) {
  .col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
  }
  .col-3 div {
    max-width: 1000px;
    margin: auto;
  }
}
/* END TABLET */
/* ==========================================================================
   Desktop ##################################################################
   ========================================================================== */
@media only screen and (min-width: 1200px) {
  /* ===============
   DESKTOP: General
   =============== */
  .firstsection {
    margin: 62px 0 0 0;
  }
  /* ===============
   DESKTOP: Header
   =============== */
  .headnav {
    padding: 15px 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headnav .logo {
    width: 251px;
  }
  .headnav .togglewrap {
    display: none;
  }
  .headnav nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .headnav nav ul {
    display: block;
    margin: 0;
  }
  .headnav nav ul li {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .headnav nav ul li a {
    font-size: 1em;
    padding: 5px 10px 3px 10px;
    border-radius: 5px;
    border-bottom: none;
  }
  .headnav nav ul li a:hover, .headnav nav ul li a:focus {
    background-color: #001b37;
    border-bottom: none;
  }
  /* ===============
   DESKTOP: Body
   =============== */
  .homeintro {
    max-height: calc(100vh - 62px);
  }
  .intro {
    margin: 62px 0 0 0;
  }
  .intro .introwrap {
    padding: 160px 4%;
  }
  section {
    text-align: left;
  }
  .servicebody {
    position: relative;
    padding: 30px 0;
    margin: 50px 0;
  }
  .servicebody:last-child {
    margin: 50px 0 0 0;
  }
  .servicebody .servicebackground {
    background-image: url("/images/placeholder.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 52%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    border-radius: 5px;
    border-right: 5px solid #0067b0;
    border-bottom: 5px solid #0067b0;
  }
  .servicebody .card {
    width: 50%;
    position: relative;
    z-index: 2;
  }
  .servicebody .card.first {
    margin: 0;
  }
  .servicebody p a {
    color: #0067b0;
    text-decoration: none;
    font-weight: 700;
  }
  .servicebody p a:hover, .servicebody p a:focus {
    text-decoration: underline;
  }
  .contentsection.alt .servicebody .servicebackground {
    border-right: 5px solid #001b37;
    border-bottom: 5px solid #001b37;
  }
  /***************************************************
  Home Page CTAs
  ****************************************************/
  .wearabletech {
    background: #ffffff;
  }
  .wearabletech .sectionwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wearabletech .sectionwrap .wearableleft,
  .wearabletech .sectionwrap .wearableright {
    width: 50%;
  }
  .wearabletech .sectionwrap h2 {
    color: #001b37;
    font-size: 3em !important;
  }
  .wearabletech .sectionwrap p {
    color: #001b37;
    font-size: 1.2em;
  }
  .wearabletech .sectionwrap img {
    max-width: 1000px;
    margin: 0 auto;
  }
  .network {
    padding: 120px 4%;
  }
  .network .sectionwrap h2 {
    font-size: 3em !important;
  }
  .network .sectionwrap p {
    font-size: 1.2em;
  }
  .doublesection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .doublesection .leftbox,
  .doublesection .rightbox {
    width: 50%;
    text-align: center;
    padding: 120px 4%;
  }
  .doublesection .leftbox p,
  .doublesection .rightbox p {
    font-size: 1.2em;
  }
  .doublesection .leftbox {
    background: #0067b0;
  }
  .doublesection .leftbox h2 {
    font-size: 2.5em !important;
  }
  .doublesection .rightbox {
    background: #001b37;
  }
  .doublesection .rightbox h2 {
    font-size: 2.5em !important;
  }
  .servicebody.reversed .servicebackground {
    right: auto;
    left: 0;
  }
  .servicebody.reversed .card {
    margin-left: 50%;
  }
  .newsletter {
    text-align: left;
    background: url("../images/extract_icon_bg.png") no-repeat center right #0067b0;
    background-size: auto 90%;
  }
  .newsletter .sectionwrap .newslettersectionwrap {
    max-width: 600px;
  }
  .newsletter .sectionwrap .extracticon {
    display: none;
  }
  /* ===============
   DESKTOP: Footer
   =============== */
} /* END DESKTOP*/
/* ==========================================================================
   Helper classes ###########################################################
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles #############################################################
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Additional CSS Imports ###################################################
   ========================================================================== */