@charset "UTF-8";
/*!
* WS Starter
* Designed by LRS Web Solutions (http://lrswebsolutions.com)
* Visit http://lrswebsolutions.com
*/
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.offscreen {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.hide {
  display: none; }

.show {
  display: initial; }

.invisible {
  visibility: hidden; }

.clear {
  display: block;
  clear: both; }

.clear-after:after {
  display: table;
  clear: both;
  content: ''; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.float-left {
  float: left;
  padding: 10px 20px 10px 0px; }

.float-right {
  float: right;
  padding: 10px 0px 10px 20px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media (orientation: landscape) {
  .show-for-landscape {
    display: block; } }

@media (orientation: portrait) {
  .show-for-landscape {
    display: none; } }

@media (orientation: portrait) {
  .show-for-portrait {
    display: block; } }

@media (orientation: landscape) {
  .show-for-portrait {
    display: none; } }

@media (orientation: landscape) {
  .hide-for-landscape {
    display: none; } }

@media (orientation: portrait) {
  .hide-for-landscape {
    display: block; } }

@media (orientation: portrait) {
  .hide-for-portrait {
    display: none; } }

@media (orientation: landscape) {
  .hide-for-portrait {
    display: block; } }

@media (min-width: 640px) {
  .show-for-small-only {
    display: none; } }

@media (min-width: 0) and (max-width: 639px) {
  .show-for-medium-only {
    display: none; } }

@media (min-width: 1024px) {
  .show-for-medium-only {
    display: none; } }

.show-for-large-only {
  display: none; }

@media (min-width: 1024px) and (max-width: 1340px) {
  .show-for-large-only {
    display: block; } }

@media (min-width: 1341px) {
  .show-for-large-only {
    display: none; } }

.show-for-xlarge-only {
  display: none; }

@media (min-width: 1341px) and (max-width: 1399px) {
  .show-for-xlarge-only {
    display: block; } }

@media (min-width: 1400px) {
  .show-for-xlarge-only {
    display: none; } }

.show-for-xxlarge-only {
  display: none; }

@media (min-width: 1400px) {
  .show-for-xxlarge-only {
    display: none; } }

.show-for-medium-up {
  display: none; }

@media (min-width: 640px) {
  .show-for-medium-up {
    display: block; } }

.show-for-large-up {
  display: none; }

@media (min-width: 1024px) {
  .show-for-large-up {
    display: block; } }

.show-for-xlarge-up {
  display: none; }

@media (min-width: 1341px) {
  .show-for-xlarge-up {
    display: block; } }

.show-for-xxlarge-up {
  display: none; }

@media (min-width: 1400px) {
  .show-for-xxlarge-up {
    display: block; } }

@media (min-width: 0) and (max-width: 639px) {
  .hide-for-small-only {
    display: none; } }

@media (min-width: 640px) and (max-width: 1023px) {
  .hide-for-medium-only {
    display: none; } }

@media (min-width: 1024px) and (max-width: 1340px) {
  .hide-for-large-only {
    display: none; } }

@media (min-width: 1341px) and (max-width: 1399px) {
  .hide-for-xlarge-only {
    display: none; } }

@media (min-width: 1400px) {
  .hide-for-xxlarge-only {
    display: none; } }

@media (min-width: 640px) {
  .hide-for-medium-up {
    display: none; } }

@media (min-width: 1024px) {
  .hide-for-large-up {
    display: none; } }

@media (min-width: 1341px) {
  .hide-for-xlarge-up {
    display: none; } }

@media (min-width: 1400px) {
  .hide-for-xxlarge-up {
    display: none; } }

footer.primary {
  position: relative;
  padding: 2.5rem 0 3.5rem;
  height: auto;
  background-color: #575759; }

footer.primary .footer-content {
  font-weight: 400;
  font-style: normal;
  font-family: Roboto, sans-serif; }

footer.primary .footer-content ul.social-nav {
  position: relative;
  top: -10px;
  float: left;
  margin: 0;
  padding-left: 80px; }

@media only screen and (max-width: 1023px) {
  footer.primary .footer-content ul.social-nav {
    position: relative;
    top: 0;
    display: block;
    float: none;
    padding-left: 40px; } }

footer.primary .footer-content ul.social-nav li {
  display: inline-block;
  margin-right: 1.875rem;
  list-style: none; }

footer.primary .footer-content ul.social-nav li a {
  display: block;
  color: #ffffff;
  font-size: 1.75rem; }

footer.primary .footer-content ul.social-nav li a.icon-eom-blog {
  position: relative;
  bottom: -0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  background: url("/Themes/EOM/assets/dist/images/icon-eom-blog.svg") center center no-repeat;
  background-size: contain; }

footer.primary .footer-content ul.footer-nav {
  position: relative;
  top: 0;
  float: right;
  margin: 0;
  padding-right: 80px; }

@media only screen and (max-width: 1023px) {
  footer.primary .footer-content ul.footer-nav {
    position: relative;
    top: 0;
    display: block;
    float: none;
    padding-top: 30px;
    padding-left: 40px; } }

footer.primary .footer-content ul.footer-nav li {
  display: inline-block;
  margin-right: 1.25rem;
  list-style: none;
  font-size: 0.75rem; }

@media only screen and (max-width: 1023px) {
  footer.primary .footer-content ul.footer-nav li {
    display: block;
    padding: 10px 0; } }

footer.primary .footer-content ul.footer-nav li a {
  border-bottom: 1px solid  #ffffff;
  color: #ffffff;
  text-decoration: none; }

footer.primary a.scroll-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 80px;
  height: 80px;
  border-radius: 80px 0 0 0;
  background-color: #06a7e2;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

footer.primary a.scroll-to-top:before {
  position: absolute;
  top: 45%;
  left: 45%;
  display: block;
  color: white;
  content: '\f062';
  font-size: 24px;
  font-family: FontAwesome; }

html,
body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  background: #ffffff;
  font-size: 100%; }

.clearfix:after {
  display: table;
  clear: both;
  content: ''; }

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: blue;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:visited {
  color: blue; }

a:hover, a:focus {
  color: purple;
  text-decoration: underline; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.element-invisible {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px; }

.clear {
  zoom: 1; }

.clear:before, .clear:after {
  display: table;
  content: ''; }

.clear:after {
  clear: both; }

.content {
  font-family: Roboto,sans-serif;
  font-style: normal;
  width: 100%; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: inherit;
  text-rendering: optimizeLegibility; }

.content h1.underline,
.content h2.underline,
.content h3.underline,
.content h4.underline,
.content h5.underline,
.content h6.underline {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6; }

.content h1 {
  font-size: 1.5rem;
  color: #0032a0; }

.content h2 {
  font-size: 1.25rem;
  color: #0032a0; }

.content h2 a {
  text-decoration: underline; }

.content h3 {
  color: #0032a0; }

.content p {
  margin-bottom: 1rem;
  font-family: Roboto,sans-serif;
  font-size: inherit;
  font-style: normal;
  line-height: 2rem;
  text-rendering: optimizeLegibility; }

.content img {
  max-width: 100%; }

.content a {
  font-weight: 600;
  color: #0032a0;
  text-decoration: none; }

.content a:hover, .content a:focus {
  text-decoration: underline; }

.content a:visited {
  color: #006ac7; }

.content ul,
.content ol {
  padding-left: 40px;
  margin-bottom: 1rem;
  line-height: 2rem;
  list-style-position: outside; }

.content ul a,
.content ol a {
  font-weight: 700; }

.content ul.color {
  margin: 0;
  list-style: none; }

.content ul.color li {
  padding: 20px; }

.content ul.color li:nth-child(odd) {
  background-color: #f5f5f5; }

.content ul.color li:nth-child(even) {
  background-color: #ebebeb; }

.content .video-container iframe {
  max-width: 100%; }

.content hr {
  width: 100%;
  max-width: 100%;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(156, 156, 156, 0.35);
  border-left: 0; }

.content .multi-list,
.content .multi-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 1023px) {
  .content .multi-list,
  .content .multi-column {
    display: block;
    width: 100%; }
  .content .multi-list p:nth-child(even),
  .content .multi-column p:nth-child(even) {
    border-right: none;
    border-left: none; } }

.content .multi-list .col,
.content .multi-column .col {
  padding-right: 30px; }

.content .multi-list .lists,
.content .multi-list .column,
.content .multi-column .lists,
.content .multi-column .column {
  width: 100%;
  padding: 0 30px 10px 0; }

@media only screen and (max-width: 1023px) {
  .content .multi-list .lists,
  .content .multi-list .column,
  .content .multi-column .lists,
  .content .multi-column .column {
    padding: 0 15px; } }

.content .multi-list .lists h3,
.content .multi-list .column h3,
.content .multi-column .lists h3,
.content .multi-column .column h3 {
  padding-bottom: 7px;
  margin-top: 0; }

.content .multi-list .lists img,
.content .multi-list .column img,
.content .multi-column .lists img,
.content .multi-column .column img {
  width: 100%; }

.content .multi-list .lists p,
.content .multi-list .column p,
.content .multi-column .lists p,
.content .multi-column .column p {
  margin: 0 0 1em 0; }

.content .multi-list .lists ul,
.content .multi-list .column ul,
.content .multi-column .lists ul,
.content .multi-column .column ul {
  width: 100%;
  margin: 0;
  list-style: none; }

.content .multi-list .lists ul li,
.content .multi-list .column ul li,
.content .multi-column .lists ul li,
.content .multi-column .column ul li {
  padding: 7px 0;
  margin-left: -40px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; }

.content .multi-list .lists ul li:last-child,
.content .multi-list .column ul li:last-child,
.content .multi-column .lists ul li:last-child,
.content .multi-column .column ul li:last-child {
  border-bottom: none; }

.content .multi-list .lists span,
.content .multi-list .column span,
.content .multi-column .lists span,
.content .multi-column .column span {
  font-weight: 600;
  color: #fff; }

.content .pull-quote-left {
  float: left;
  max-width: 230px;
  min-width: 215px;
  margin: -10px 20px 5px 0; }

@media (max-width: 640px) {
  .content .pull-quote-left {
    float: none;
    margin: auto; } }

.content .pull-quote-left h2 {
  padding: 0 10px;
  margin: 0;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 39px;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  background: #0032a0; }

.content .pull-quote-left h2 em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-left h2.red {
  background: #dc3704; }

.content .pull-quote-left h2.red em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-left h2.aqua {
  font-style: italic;
  background: #079ed5; }

.content .pull-quote-left h2.aqua em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-left h2.green {
  font-style: italic;
  background: #929b3c; }

.content .pull-quote-left h2.green em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-left h2.teal {
  font-style: italic;
  background: #288179; }

.content .pull-quote-left h2.teal em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-left h2.blue {
  font-style: italic;
  background: #276cad; }

.content .pull-quote-left h2.blue em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-left h2.purple {
  font-style: italic;
  background: #5b76b0; }

.content .pull-quote-left h2.purple em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-left p {
  padding: 10px 15px 15px 15px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #737373;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f5f5f5));
  background: -o-linear-gradient(top, #fff 0, #f5f5f5 100%);
  background: linear-gradient(to bottom, #fff 0, #f5f5f5 100%);
  border: solid 1px #d9d9d9; }

.content .pull-quote-center {
  margin: 0 0 20px 0; }

.content .pull-quote-center h2 {
  padding: 0 15px;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 39px;
  color: #fff !important;
  text-align: left;
  text-transform: uppercase;
  background: #0032a0; }

.content .pull-quote-center h2.red {
  font-style: italic;
  background: #dc3704; }

.content .pull-quote-center h2.red em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-center h2.aqua {
  font-style: italic;
  background: #079ed5; }

.content .pull-quote-center h2.aqua em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-center h2.green {
  font-style: italic;
  background: #929b3c; }

.content .pull-quote-center h2.green em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-center h2.teal {
  font-style: italic;
  background: #288179; }

.content .pull-quote-center h2.teal em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-center h2.blue {
  font-style: italic;
  background: #276cad; }

.content .pull-quote-center h2.blue em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-center h2.purple {
  font-style: italic;
  background: #5b76b0; }

.content .pull-quote-center h2.purple em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-center p {
  padding: 10px 15px 15px 15px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #737373;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f5f5f5));
  background: -o-linear-gradient(top, #fff 0, #f5f5f5 100%);
  background: linear-gradient(to bottom, #fff 0, #f5f5f5 100%);
  border: solid 1px #d9d9d9; }

.content .pull-quote-right {
  float: right;
  max-width: 230px;
  min-width: 215px;
  margin: -10px 0 20px 20px;
  clear: right; }

@media (max-width: 640px) {
  .content .pull-quote-right {
    float: none;
    margin: auto; } }

.content .pull-quote-right h2 {
  padding: 0 10px;
  margin: 0;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 39px;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  background: #0032a0; }

.content .pull-quote-right h2 em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-right h2.red {
  font-style: italic;
  background: #dc3704; }

.content .pull-quote-right h2.red em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-right h2.aqua {
  font-style: italic;
  background: #079ed5; }

.content .pull-quote-right h2.aqua em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-right h2.green {
  font-style: italic;
  background: #929b3c; }

.content .pull-quote-right h2.green em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-right h2.teal {
  font-style: italic;
  background: #288179; }

.content .pull-quote-right h2.teal em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-right h2.blue {
  font-style: italic;
  background: #276cad; }

.content .pull-quote-right h2.blue em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-right h2.purple {
  font-style: italic;
  background: #5b76b0; }

.content .pull-quote-right h2.purple em {
  font-style: normal;
  font-weight: 300; }

.content .pull-quote-right p {
  padding: 10px 15px 15px 15px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #737373;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f5f5f5));
  background: -o-linear-gradient(top, #fff 0, #f5f5f5 100%);
  background: linear-gradient(to bottom, #fff 0, #f5f5f5 100%);
  border: solid 1px #d9d9d9; }

.hidden-for-front-end {
  display: none !important; }

header.primary {
  position: relative;
  margin: 0;
  padding: 2rem 0 1.75rem 1.75rem;
  max-width: 100%;
  width: 100%;
  background: white; }

@media only screen and (max-width: 1023px) {
  header.primary {
    z-index: 2;
    padding: 3rem 0 1.75rem 0.5rem;
    background: white; } }

header.primary .contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 75rem; }

header.primary .contents .logo {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 206px;
  height: 72px; }

@media only screen and (max-width: 1023px) {
  header.primary .contents .logo {
    width: 183px;
    height: 64px; } }

header.primary .contents .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/Themes/EOM/assets/dist/images/lrs-output-management-logo.svg");
  background-size: cover;
  text-indent: -10000px; }

header.primary .nav-header {
  position: absolute;
  top: 1.25rem;
  right: 0; }

header.primary .nav-header ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  list-style-type: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media only screen and (max-width: 1023px) {
  header.primary .nav-header ul.menu {
    display: none; } }

header.primary .nav-header ul.menu li {
  position: relative;
  padding-bottom: 0.625rem;
  vertical-align: middle;
  font-size: 0.85rem;
  font-family: Roboto, sans-serif;
  line-height: 1.25rem; }

header.primary .nav-header ul.menu li:last-child {
  margin-left: 18px;
  padding: 0;
  border: none; }

header.primary .nav-header ul.menu li a {
  margin-left: 18px;
  padding: 0 0 5px 0;
  border-bottom: solid 2px #ebebeb;
  color: #737373;
  text-decoration: none; }

header.primary .nav-header ul.blog-dropdown-options {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 900;
  display: none;
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 8.125rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.34);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.34);
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

header.primary .nav-header ul.blog-dropdown-options li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #9c9c9c;
  white-space: nowrap;
  font-size: 0.8125rem;
  line-height: 0.8125rem; }

header.primary .nav-header ul.blog-dropdown-options li:last-child {
  margin: 0; }

header.primary .nav-header ul.blog-dropdown-options li a {
  display: block;
  margin-left: 0;
  padding: 0.875rem;
  border-bottom: 0;
  text-decoration: none; }

header.primary .nav-header .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-right: 0.625rem;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

header.primary .nav-header .search .search-button {
  display: inline-block;
  padding: 0.75em 2em;
  border: solid 2px #e6e6e6;
  border-left: none;
  border-radius: 0 50px 50px 0;
  background-color: #f6f6f6;
  color: #777777;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
  line-height: 1;
  cursor: pointer; }

header.primary .nav-header .search input[type=text] {
  padding: 0.125rem 0.5rem;
  min-width: 9.375rem;
  border: solid 2px #e6e6e6;
  border-radius: 1.25rem 0 0 1.25rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777777;
  font-size: 0.75rem; }

header.primary .nav-header .search .input-group-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: auto;
  height: auto;
  border-radius: 0; }

header.primary .nav-header .search .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

header.primary .nav-header .search .input-group:first-child {
  border-radius: 0.3125rem 0 0 0.3125rem; }

header.primary .nav-header .search .input-group-button {
  display: table-cell;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center; }

nav.nav-primary {
  margin-top: 0.875rem;
  border-top: 2px solid #e6e6e6;
  border-bottom: none;
  font-weight: 300;
  font-style: normal;
  font-family: roboto-condensed, sans-serif; }

@media only screen and (max-width: 1023px) {
  nav.nav-primary {
    display: none; } }

nav.nav-primary .ul1 {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center; }

nav.nav-primary .ul1 li {
  position: relative;
  display: inline-block;
  margin-right: 1.9375rem;
  margin-bottom: 0; }

nav.nav-primary .ul1 li a {
  display: block;
  padding: 0;
  color: #0032a0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  font-family: roboto-condensed, sans-serif;
  line-height: 3.125rem; }

nav.nav-primary .ul1 li.has_children:nth-last-child(2) .ul2, nav.nav-primary .ul1 li.has_children:last-child .ul2 {
  right: 0;
  left: auto; }

nav.nav-primary .ul1 li.has_children:nth-last-child(2) .ul2 .ul3, nav.nav-primary .ul1 li.has_children:last-child .ul2 .ul3 {
  right: 100%;
  left: auto; }

nav.nav-primary .ul1 li.has_children:hover .ul2 {
  display: block;
  padding: 10px 0; }

nav.nav-primary .ul1 li.has_children:focus-within .ul2 {
  display: block;
  padding: 10px 0; }

nav.nav-primary .ul1 li.has_children:focus .ul2 {
  display: block;
  padding: 10px 0; }

nav.nav-primary .ul1 li.has_children .a2:hover {
  background: #404040; }

nav.nav-primary .ul2 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 115;
  display: none;
  background: #595959;
  text-align: left; }

nav.nav-primary .ul2 li#cirrato .ul3,
nav.nav-primary .ul2 li#drivve-products .ul3 {
  display: none; }

nav.nav-primary .ul2 li {
  position: relative;
  display: block;
  margin-right: 0;
  white-space: nowrap; }

nav.nav-primary .ul2 li a {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  font-family: Roboto, sans-serif;
  line-height: 1.0625rem; }

nav.nav-primary .ul2 li.has_children:hover .ul3 {
  display: block; }

nav.nav-primary .ul2 li.has_children:focus-within .ul3 {
  display: block; }

nav.nav-primary .ul2 li.has_children:focus .ul2 {
  display: block;
  padding: 10px 0; }

nav.nav-primary .ul3 {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 115;
  display: none;
  padding: 12px 20px;
  background: #404040; }

nav.nav-primary .ul3 li {
  position: relative;
  white-space: nowrap; }

nav.nav-primary .ul3 li a {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: italic;
  font-size: 0.9375rem;
  font-family: Roboto, sans-serif;
  line-height: 1.0625rem; }

nav.nav-primary .ul3 li a:hover {
  background: #333333; }

#lrs-corp-bar {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0.6875rem;
  border-bottom: 3px solid #999999;
  background: #b3b3b3;
  color: #454545;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  font-family: 'effra-1', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
  line-height: 0.75rem; }

@media only screen and (max-width: 1023px) {
  #lrs-corp-bar {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%; } }

@media only screen and (min-width: 40.063em) {
  #lrs-corp-bar {
    padding: 0.6875rem 1.563rem; } }

#lrs-corp-bar .title {
  display: none;
  float: left; }

@media only screen and (min-width: 40.063em) {
  #lrs-corp-bar .title {
    display: inline-block; } }

#lrs-corp-bar .sites {
  width: 100%; }

@media only screen and (min-width: 40.063em) {
  #lrs-corp-bar .sites {
    width: auto; } }

#lrs-corp-bar .sites ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.75rem; }

@media only screen and (min-width: 40.063em) {
  #lrs-corp-bar .sites ul {
    text-align: right; } }

#lrs-corp-bar .sites ul li {
  display: inline-block;
  margin: 0 0.75rem; }

@media only screen and (min-width: 40.063em) {
  #lrs-corp-bar .sites ul li {
    margin: 0 0 0 1.5rem; } }

#lrs-corp-bar .sites ul li:after {
  position: relative;
  left: 0.63rem;
  color: gray;
  content: '|';
  font-weight: normal; }

#lrs-corp-bar .sites ul li:first-child {
  margin-left: 0; }

#lrs-corp-bar .sites ul li:last-child {
  margin-right: 0; }

#lrs-corp-bar .sites ul li:last-child:after {
  display: none; }

#lrs-corp-bar .sites ul li a {
  color: #404040;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }

#lrs-corp-bar .sites ul li a:hover {
  color: white; }

.cookiebar-container {
  padding: 25px 0;
  font-family: Roboto,sans-serif;
  display: none;
  background: #cddb28 url("/Themes/EOM/assets/dist/images/lrsarrows.png") no-repeat;
  background-size: contain; }

@media only screen and (max-width: 1380px) {
  .cookiebar-container {
    background: #cddb28 url("/Themes/EOM/assets/dist/images/lrsarrows-80.png") no-repeat;
    background-size: contain; } }

.cookiebar-container .inner {
  max-width: 75rem;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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; }

@media only screen and (max-width: 1280px) {
  .cookiebar-container .inner {
    padding: 0 60px; } }

@media only screen and (max-width: 1280px) {
  .cookiebar-container .inner {
    display: block;
    max-width: 100%; } }

.cookiebar-container .inner p {
  margin: 0;
  line-height: 2rem;
  width: 55%; }

@media only screen and (max-width: 1280px) {
  .cookiebar-container .inner p {
    width: 100%;
    margin-bottom: 20px; } }

@media only screen and (max-width: 486px) {
  .cookiebar-container .inner p {
    font-size: 14px;
    line-height: 1.6rem;
    margin-bottom: 10px; } }

.cookiebar-container .inner a {
  color: #0032a0;
  text-decoration: none;
  font-weight: 700; }

.cookiebar-container .inner .btn-outline {
  border: 2px solid #acb647;
  padding: 7px 25px;
  background: #cddb28;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  font-size: 0.9375rem;
  font-family: Roboto,sans-serif;
  display: inline-block; }

@media only screen and (max-width: 586px) {
  .cookiebar-container .inner .btn-outline {
    margin-bottom: 10px; } }

.cookiebar-container .inner .btn-outline:hover {
  background: rgba(172, 182, 71, 0.4); }

.cookiebar-container .inner .btn-outline:last-of-type {
  margin-left: 5px; }

@media only screen and (max-width: 486px) {
  .cookiebar-container .inner .btn-outline:last-of-type {
    margin-bottom: 0;
    margin-left: 0; } }

.cookie-popup {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.cookie-popup.active {
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 100px; }

@media only screen and (max-width: 486px) {
  .cookie-popup.active {
    padding-top: 25px; } }

.cookie-popup .cookie-box {
  max-width: 800px;
  background: #fff; }

@media only screen and (max-width: 768px) {
  .cookie-popup .cookie-box {
    width: 90%; } }

.cookie-popup .cookie-box .title {
  background: #cddb28;
  padding: 30px 0 30px 80px;
  text-transform: uppercase;
  font-family: roboto-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 2px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .cookie-popup .cookie-box .title {
    padding: 30px 70px 30px 50px;
    font-size: 1.2rem; } }

@media only screen and (max-width: 486px) {
  .cookie-popup .cookie-box .title {
    padding: 30px 50px; } }

.cookie-popup .cookie-box .title .close-it {
  position: absolute;
  top: 30px;
  right: 40px;
  opacity: 0.5;
  cursor: pointer; }

.cookie-popup .cookie-box .info {
  padding: 30px 80px 40px;
  font-family: Roboto,sans-serif; }

@media only screen and (max-width: 768px) {
  .cookie-popup .cookie-box .info {
    padding: 30px 50px 40px; } }

@media only screen and (max-width: 486px) {
  .cookie-popup .cookie-box .info {
    padding: 10px 30px 30px 30px; } }

.cookie-popup .cookie-box .info p {
  line-height: 2rem;
  margin-bottom: 40px;
  font-size: 1rem; }

@media only screen and (max-width: 486px) {
  .cookie-popup .cookie-box .info p {
    font-size: 14px;
    line-height: 1.6rem;
    margin-bottom: 10px; } }

.cookie-popup .cookie-box .info .info-btns .btns {
  padding: 7px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9375rem;
  font-family: roboto, sans-serif;
  margin-right: 5px;
  display: inline-block; }

.cookie-popup .cookie-box .info .info-btns .btns.btn-accept {
  background: #0032a0;
  color: #fff;
  border: 2px solid #0032a0; }

@media only screen and (max-width: 486px) {
  .cookie-popup .cookie-box .info .info-btns .btns.btn-accept {
    margin-bottom: 10px; } }

.cookie-popup .cookie-box .info .info-btns .btns.btn-outline {
  color: #0032a0;
  border: 2px solid #e6e6e6;
  background: transparent; }

a.skipcontent {
  position: absolute;
  top: -40px;
  left: 20px;
  z-index: 100;
  padding: 6px 8px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: transparent;
  color: white;
  -webkit-transition: top 1s ease-out, background 1s linear;
  -o-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear; }

@media only screen and (max-width: 1023px) {
  a.skipcontent {
    position: relative; } }

a.skipcontent:focus {
  position: absolute;
  top: 0;
  left: 20px;
  outline: 0;
  background: #bf1722;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  -o-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear; }

@media only screen and (max-width: 1023px) {
  a.skipcontent:focus {
    position: relative; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px; }

table {
  width: 100%;
  border-spacing: 0;
  font-style: normal;
  font-family: Roboto, sans-serif; }

table tbody tr,
table thead tr {
  border-spacing: 0; }

table tbody tr:nth-child(odd),
table thead tr:nth-child(odd) {
  background: #ebebeb; }

table tbody tr:nth-child(even),
table thead tr:nth-child(even) {
  background: #f5f5f5; }

@media only screen and (max-width: 767px) {
  table tbody tr,
  table thead tr {
    padding: 25px 0;
    border-bottom: 2px solid #ffffff; } }

table tbody tr th,
table thead tr th {
  padding: 12px 20px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background: #595959;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: 16px; }

table tbody tr th:first-child,
table thead tr th:first-child {
  border-right: 2px solid #ffffff; }

table tbody tr th:last-child,
table thead tr th:last-child {
  border-right: none; }

table tbody tr td,
table thead tr td {
  padding: 12px 20px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  color: #333333;
  font-size: 16px; }

@media only screen and (max-width: 767px) {
  table tbody tr td,
  table thead tr td {
    padding: 10px 20px;
    border: none; } }

table tbody tr td:first-child,
table thead tr td:first-child {
  border-right: 2px solid #ffffff; }

@media only screen and (max-width: 767px) {
  table tbody tr td:first-child,
  table thead tr td:first-child {
    border: none; } }

table tbody tr td:last-child,
table thead tr td:last-child {
  border-right: none; }

table tbody tr td img,
table thead tr td img {
  max-width: 300px;
  width: 100%; }

.accordions {
  margin-bottom: 20px; }

.accordions h3.accordion-title,
.accordions h2.accordion-title {
  position: relative;
  margin: 30px 0 0 0;
  padding: 0;
  border-bottom: 2px solid #e6e6e6;
  cursor: pointer; }

.accordions h3.accordion-title:hover, .accordions h3.accordion-title:focus,
.accordions h2.accordion-title:hover,
.accordions h2.accordion-title:focus {
  border-color: #0032a0;
  color: #0032a0;
  cursor: pointer; }

.accordions h3.accordion-title:hover span:after, .accordions h3.accordion-title:focus span:after,
.accordions h2.accordion-title:hover span:after,
.accordions h2.accordion-title:focus span:after {
  color: #0032a0;
  opacity: 1; }

.accordions h3.accordion-title.is-active,
.accordions h2.accordion-title.is-active {
  border-bottom: 2px solid #17468f; }

.accordions h3.accordion-title.is-active button,
.accordions h2.accordion-title.is-active button {
  color: #0032a0; }

.accordions h3.accordion-title.is-active button:hover, .accordions h3.accordion-title.is-active button:focus,
.accordions h2.accordion-title.is-active button:hover,
.accordions h2.accordion-title.is-active button:focus {
  color: #0032a0; }

.accordions h3.accordion-title.is-active span:after,
.accordions h2.accordion-title.is-active span:after {
  color: #333333;
  content: '\f106';
  font-size: 16px;
  font-family: FontAwesome; }

.accordions h3.accordion-title button,
.accordions h2.accordion-title button {
  top: 0;
  display: block;
  margin-left: -5px;
  padding-bottom: 5px;
  width: 100%;
  border: 0;
  background: transparent;
  color: #333333;
  text-align: left;
  font-size: 16px;
  cursor: pointer; }

.accordions h3.accordion-title button:hover, .accordions h3.accordion-title button:focus,
.accordions h2.accordion-title button:hover,
.accordions h2.accordion-title button:focus {
  color: #0032a0; }

.accordions h3.accordion-title button:focus,
.accordions h2.accordion-title button:focus {
  outline: 0; }

.accordions h3.accordion-title span,
.accordions h2.accordion-title span {
  position: absolute;
  top: 6px;
  right: 0;
  width: 45px;
  height: 20px;
  text-indent: 0; }

.accordions h3.accordion-title span:after,
.accordions h2.accordion-title span:after {
  position: absolute;
  top: 7px;
  right: 0;
  width: 15px;
  height: 17px;
  color: #333333;
  content: '\f107';
  text-align: center;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FontAwesome;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.accordions .accordion-title + [aria-hidden] {
  display: none; }

.accordions .accordion-title + [aria-hidden='false'] {
  display: block; }

.accordions .accordion-content {
  margin: 2px 0 5px;
  padding: 30px 15px 35px;
  background: #f5f5f5; }

.accordions .accordion-content p {
  margin: 0 0 10px;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem; }

.accordion {
  margin-top: 1.5625rem; }

.accordion h3 {
  margin: 0;
  padding-bottom: 0.3125rem;
  padding-left: 1rem;
  border-left: 3px solid #bfbfbf;
  font-size: 1.125rem;
  line-height: 1.5rem; }

.accordion .blurb {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-left: 3px solid #bfbfbf;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.5rem; }

.accordion .content {
  display: none;
  padding-left: 1rem;
  border-left: 3px solid #bfbfbf;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.5rem; }

.accordion .content p {
  margin-top: 0;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.5rem; }

.accordion .show-hide {
  position: relative;
  display: inline-block;
  display: inline-block;
  margin-bottom: 2.5rem;
  margin-left: 1rem;
  padding-top: 0.625rem;
  border-top: 1px solid #bfbfbf;
  color: #707070;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.75rem;
  cursor: pointer; }

.accordion .show-hide:before {
  position: absolute;
  top: -1px;
  left: -1rem;
  width: 3px;
  height: 100%;
  background: #bfbfbf;
  content: ''; }

.accordion .show-hide:after {
  position: relative;
  float: right;
  margin-left: 0.3125rem;
  color: #bfbfbf;
  content: '\f0d7';
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome; }

.accordion .show-hide.active:after {
  content: '\f0d8'; }

.accordions {
  margin-bottom: 20px; }

.accordions h2.accordion-title.is-active {
  border-bottom: 2px solid #17468f; }

.accordions h2.accordion-title.is-active button:after {
  color: #333333;
  content: '\f106';
  font-size: 16px;
  font-family: FontAwesome; }

.accordions h2.accordion-title button:after {
  position: absolute;
  top: 7px;
  right: 0;
  width: 15px;
  height: 17px;
  color: #333333;
  content: '\f107';
  text-align: center;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FontAwesome;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.tabs {
  margin: 0 0 20px; }

.tabs ul.tab-list {
  display: none;
  margin: 0 !important;
  border-top: none;
  list-style: none; }

.tabs ul.tab-list[role='tablist'] {
  display: block;
  padding: 0; }

.tabs ul.tab-list[role='tablist'] a {
  color: #091b36; }

.tabs ul.tab-list li {
  display: inline-block;
  margin: 0 0 0 3px !important;
  padding: 0;
  background: #e6e6e6;
  white-space: nowrap; }

@media only screen and (max-width: 1023px) {
  .tabs ul.tab-list li {
    margin: 0 !important;
    width: 100%;
    white-space: normal; } }

.tabs ul.tab-list li:hover, .tabs ul.tab-list li:focus {
  background: #ebebeb;
  color: #002473; }

.tabs ul.tab-list li:before {
  display: none; }

.tabs ul.tab-list li:first-child {
  margin: 0 !important; }

.tabs ul.tab-list li:last-child {
  border-bottom: inherit; }

.tabs ul.tab-list li a {
  display: block;
  padding: 6px 12px;
  color: #333333;
  font-weight: 700;
  font-size: 0.875rem; }

.tabs ul.tab-list li a:hover, .tabs ul.tab-list li a:focus {
  border-bottom: none;
  text-decoration: underline; }

.tabs ul.tab-list li a[aria-selected] {
  background: #0032a0;
  color: white; }

.tabs ul.tab-list li.active {
  background: #0032a0; }

.tabs ul.tab-list li.active a {
  color: #ffffff; }

.tabs ul.tab-list li.active a:hover, .tabs ul.tab-list li.active a:focus {
  text-decoration: none; }

.tabs [role='tabpanel'] {
  padding: 30px 15px 35px;
  background: #f5f5f5; }

.tabs [role='tabpanel'] p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #333333;
  font-size: 16px;
  line-height: 1.5rem; }

.tabs [role='tabpanel'][aria-hidden='true'] {
  display: none; }

.tabs [role='tabpanel'] .tab-title {
  display: none; }

.mobile-tab {
  display: none; }

@media only screen and (max-width: 1023px) {
  .mobile-tab {
    position: relative;
    display: block;
    margin: 30px 0 2px 0;
    padding: 8px 0;
    border-bottom: 2px solid #e6e6e6;
    color: #333333 !important;
    font-size: 16px;
    cursor: pointer; }
  .mobile-tab:hover {
    border-color: #0032a0;
    color: #0032a0 !important;
    text-decoration: none !important;
    cursor: pointer; }
  .mobile-tab:hover:after {
    color: #0032a0;
    opacity: 1; }
  .mobile-tab:focus, .mobile-tab[aria-selected='true'] {
    outline: none;
    border-color: #0032a0 !important;
    border-bottom: 2px solid #0032a0;
    color: #0032a0 !important; }
  .mobile-tab:after {
    position: relative;
    top: -5px;
    float: right;
    margin-right: 5px;
    width: 15px;
    height: 17px;
    color: #333333;
    content: '\f107';
    text-align: center;
    text-decoration: inherit;
    font-style: normal;
    font-size: 16px;
    font-family: FontAwesome; } }

a.mobile-tab[aria-selected='true']:after {
  position: relative;
  top: -5px;
  float: right;
  margin-right: 5px;
  width: 15px;
  height: 17px;
  color: #333333;
  content: '\f106';
  text-align: center;
  text-decoration: inherit;
  font-style: normal;
  font-size: 16px;
  font-family: FontAwesome; }

/*! Tablesaw - v3.0.3 - 2017-07-13
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2017 Filament Group; Licensed MIT */
/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack {
    clear: both; }
  .tablesaw-stack td,
  .tablesaw-stack th {
    display: block;
    text-align: left; }
  .tablesaw-stack tr {
    display: table-row;
    clear: both; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    padding: 0 0.6em 0 0;
    width: 100%; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    margin: 0.4em 0;
    padding: 0.4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 767px) {
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%; }
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%; }
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    padding: 0;
    max-width: 100%;
    width: 100%; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 768px) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

.tablesaw-fix-persist {
  table-layout: fixed; }

.content .content-form fieldset {
  padding: 0;
  border: 0; }

.content .content-form fieldset > div {
  margin-bottom: 15px; }

.content .content-form fieldset h2 {
  padding-bottom: 10px; }

.content .content-form input[type='text'],
.content .content-form textarea {
  display: block;
  margin-top: 5px;
  padding: 9px;
  width: 100%;
  border: 1px solid #cecece;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 16px; }

.content .content-form input[type='text']::-webkit-input-placeholder,
.content .content-form textarea::-webkit-input-placeholder {
  color: #ffffff; }

.content .content-form input[type='text']::-moz-placeholder,
.content .content-form textarea::-moz-placeholder {
  color: #ffffff; }

.content .content-form input[type='text']:-moz-placeholder,
.content .content-form textarea:-moz-placeholder {
  color: #ffffff; }

.content .content-form input[type='text']:-ms-input-placeholder,
.content .content-form textarea:-ms-input-placeholder {
  color: #ffffff; }

.content .content-form [type="checkbox"] {
  display: inline-block;
  -webkit-appearance: checkbox; }

.content .content-form [type="radio"] {
  display: inline-block;
  -webkit-appearance: radio; }

.content .content-form textarea {
  margin-top: 10px;
  padding: 14px;
  font-style: normal;
  font-size: 16px; }

.content .content-form label {
  font-size: 14px;
  line-height: 1.2375rem;
  font-weight: bold; }

.content .content-form select {
  margin-top: 5px;
  padding: 9px;
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #cecece; }

.content .content-form select:focus {
  background: transparent; }

.content .content-form button,
.content .content-form html input[type='button'],
.content .content-form input[type='reset'],
.content .content-form input[type='submit'] {
  padding: 16px 40px;
  width: calc((100% - 50px) / 1);
  border: none;
  color: #ffffff;
  background: #0032a0;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: button; }

.content .content-form .hide {
  display: none; }

.content .content-form .col-half {
  float: left;
  padding-right: 24px;
  width: 100%;
  width: calc((100% - 24px) / 2); }

@media only screen and (max-width: 640px) {
  .content .content-form .col-half {
    float: none;
    margin-right: 0;
    padding-right: 0;
    width: 100%; } }

.content .content-form .col-half:nth-last-child() {
  padding-right: 0; }

.content .content-form .col-full {
  float: left;
  padding-right: 24px;
  width: calc((100% - 24px) / 1); }

@media only screen and (max-width: 640px) {
  .content .content-form .col-full {
    padding-right: 0;
    width: 100%; } }

.content .content-form .col-last {
  clear: right;
  margin-right: 0; }

.content .content-form .pnl-textarea {
  margin-top: 9px;
  padding-bottom: 0; }

.content .content-form .pnl-textarea label {
  position: relative;
  top: 0;
  bottom: auto;
  margin-bottom: 9px; }

.content .content-form .pnl-textarea .error-msg {
  top: 0;
  bottom: auto; }

.content .content-form .error-msg {
  position: absolute;
  right: 0;
  bottom: 0; }

.content .content-form .validation-summary {
  margin-bottom: 28px; }

.content .content-form .validation-summary ul {
  margin: 18px 0;
  list-style: none; }

.g-recaptcha {
  margin-bottom: 30px; }

.mobile-header {
  width: 100%; }

@media only screen and (min-width: 1024px) {
  .mobile-header {
    display: none; } }

.mobile-header .mobile-menu {
  position: absolute;
  z-index: 1;
  display: none;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  background: #6f6f73;
  font-weight: 400;
  font-style: normal; }

.mobile-header .mobile-menu:after {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: #6f6f73;
  content: ''; }

.mobile-header .mobile-menu .mobile-wrapper {
  position: absolute;
  right: 0;
  z-index: 160;
  min-height: 100%;
  width: 100%; }

.mobile-header .mobile-menu .ul1 {
  display: block;
  margin-top: 40px;
  padding: 0 30px 5px;
  background: transparent;
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  font-family: Roboto, sans-serif; }

.mobile-header .mobile-menu .ul1 .li1 {
  display: block;
  margin-bottom: 30px; }

.mobile-header .mobile-menu .ul1 .li1 .a1 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  width: calc(100% - 50px);
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 18px; }

.mobile-header .mobile-menu .ul1 .li1 .a1:before {
  position: absolute;
  margin-left: -30px;
  color: #ffffff;
  font-size: 15px;
  font-family: FontAwesome; }

.mobile-header .mobile-menu .ul1 .li1 .ul2 {
  padding: 0;
  list-style: none; }

.mobile-header .mobile-menu .ul1 .li1 .ul2 .li2 {
  line-height: 1.0625rem; }

.mobile-header .mobile-menu .ul1 .li1 .ul2 .li2:first-child {
  margin-top: 10px; }

.mobile-header .mobile-menu .ul1 .li1 .ul2 .li2 .a2 {
  display: block;
  padding: 15px 0;
  border-bottom: none;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px; }

.mobile-header .mobile-menu .ul1 .li1 .ul2 .ul3 {
  display: none; }

.mobile-header .mobile-menu .ul2.is_child .li2 {
  display: none; }

.mobile-header .mobile-menu .ul2.is_child .li2.show {
  display: block; }

.mobile-header .mobile-menu .li1.has_children {
  cursor: pointer; }

.mobile-header .mobile-menu .li1.has_children span {
  position: relative;
  top: -10px;
  display: inline-block;
  float: right;
  width: 45px;
  height: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  text-align: center;
  line-height: 40px; }

.mobile-header .mobile-menu .li1.has_children span span.fa {
  border-bottom: none !important; }

.btn-mobile-open-nav {
  position: relative;
  top: 85px;
  display: inline-block;
  overflow: hidden;
  margin-top: -15px;
  margin-right: 35px;
  padding: 15px 0 0 25px;
  height: 64px;
  border-left: solid 2px #e6e6e6;
  cursor: pointer; }

@media only screen and (max-width: 1024px) {
  .btn-mobile-open-nav {
    position: absolute;
    right: 0;
    z-index: 2; } }

.btn-mobile-open-nav span {
  position: relative;
  top: 0;
  display: inline-block; }

.btn-mobile-open-nav span.menu-open {
  width: 30px;
  height: 30px;
  background-image: url("/themes/EOM/assets/dist/images/hamburger-icon.png");
  background-repeat: no-repeat;
  content: ''; }

.btn-mobile-open-nav span.menu-close {
  width: 30px;
  height: 23px;
  background-image: url("/themes/EOM/assets/dist/images/hamburger-icon-open.png");
  background-repeat: no-repeat;
  content: ''; }

.btn-mobile-close-nav {
  display: block;
  padding: 45px 35px 22px;
  background: #ffffff;
  color: #17468f;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 26px;
  cursor: pointer; }

@media only screen and (max-width: 320px) {
  .btn-mobile-close-nav {
    padding: 50px 20px; } }

.btn-mobile-close-nav span {
  position: relative;
  top: -7px;
  margin-left: 0.4rem;
  font-weight: 700;
  font-style: normal;
  font-size: 11px; }

.btn-mobile-close-nav span.menu {
  position: absolute;
  top: 40px;
  left: 25px;
  text-transform: none;
  font-weight: 500;
  font-style: normal;
  font-size: 36px; }

.mobile-search-box-container {
  position: relative;
  display: block;
  padding: 1.875rem 1.25rem;
  width: 100%;
  background: #646467; }

.mobile-search-box-container .mobile-search-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%; }

.mobile-search-box-container .mobile-search-box input {
  padding: 8px 12px;
  width: 100%;
  height: 35px;
  border: 1px solid #cacaca;
  border-radius: 1.75rem;
  background: #ffffff;
  color: #0a0a0a;
  font-style: italic;
  font-size: 12px; }

.mobile-search-box-container .mobile-search-box button {
  position: absolute;
  top: 30px;
  right: 19px;
  padding: 6px 12px;
  height: 35px;
  border: none;
  border-radius: 0 1.5625rem 1.5625rem 0;
  background-color: #949499;
  cursor: pointer; }

.mobile-search-box-container .mobile-search-box button:before {
  position: relative;
  top: 0;
  right: 0;
  color: #ffffff;
  content: '\f002';
  font-size: 16px;
  font-family: FontAwesome; }

.mobile-search-box-container .mobile-search-box button span.search-btn {
  position: absolute;
  top: 32px;
  right: 3px;
  padding-right: 5px;
  color: #000000; }

.mobile-quick-links ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  list-style: none;
  font-family: Roboto, sans-serif;
  border-top: 3px solid #545458;
  border-bottom: 3px solid #545458; }

.mobile-quick-links ul.menu li {
  text-align: center;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 3px solid #545458; }

.mobile-quick-links ul.menu li a {
  background: #646467;
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  position: relative;
  display: inline-block;
  padding: 15px;
  /* width: calc(100% - 50px); */
  width: 100%; }

.mobile-quick-links ul.menu li:last-child {
  border-right: none; }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px; }

.fa-close:before {
  color: #12a8e0;
  content: '\f00d'; }

@media only screen and (max-width: 1023px) {
  .fixed {
    position: fixed !important; } }

.content-wrapper.home-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

@media only screen and (max-width: 1280px) {
  .content-wrapper.home-page {
    display: block;
    padding: 0 20px; } }

.content-wrapper.home-page .feature {
  position: relative;
  max-height: 32.5rem;
  height: 32.5rem;
  background: #f6f6f6; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature {
    max-height: 100%;
    height: auto; } }

.content-wrapper.home-page .feature .bg {
  position: absolute;
  top: 0;
  width: calc(50% + 35px);
  height: 100%; }

.content-wrapper.home-page .feature h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 1.25rem 0.625rem;
  width: 75%;
  vertical-align: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 200; }

.content-wrapper.home-page .feature a {
  font-weight: 700; }

.content-wrapper.home-page .heading-banner {
  position: relative;
  background: #062d89 url("/Themes/EOM/assets/dist/images/bg-heading.jpg") no-repeat center top;
  background-size: cover;
  border-bottom: 1px solid #fff; }

.content-wrapper.home-page .heading-banner .heading-title {
  position: relative;
  display: inline-block;
  padding: 40px;
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .heading-banner .heading-title {
    padding-left: 20px;
    padding-right: 20px; } }

.content-wrapper.home-page .heading-banner .heading-title h1 {
  position: relative;
  letter-spacing: 2px;
  height: auto;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 30px;
  line-height: 36px;
  font-family: roboto-condensed, sans-serif;
  margin: 0; }

.content-wrapper.home-page .feature.headline {
  position: relative;
  margin-top: -18px;
  border-bottom: solid 2px #ffffff;
  background: url("/Themes/EOM/assets/dist/images/home-headline-bg.jpg") no-repeat center center;
  background-size: cover;
  color: #ffffff; }

.content-wrapper.home-page .feature.headline .headline-container {
  position: relative;
  top: 50%;
  left: 50%;
  padding: 0 0 0 2.1875rem;
  width: 60%;
  -webkit-transform: translate(-33.33%, -50%);
  -ms-transform: translate(-33.33%, -50%);
  transform: translate(-33.33%, -50%); }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.headline .headline-container {
    position: static;
    top: auto;
    left: auto;
    padding: 3.125rem 1.25rem;
    width: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

.content-wrapper.home-page .feature.headline .headline-container blockquote {
  padding: 0 0 0 2.5rem;
  border: none;
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  font-family: Roboto,sans-serif;
  line-height: 2rem; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.headline .headline-container blockquote {
    padding: 0;
    border: none;
    color: #ffffff;
    font-weight: 400; } }

.content-wrapper.home-page .feature.headline .headline-container blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #05a8e1), to(#66ba00));
  background: -o-linear-gradient(top, #05a8e1 0, #66ba00 100%);
  background: linear-gradient(to bottom, #05a8e1 0, #66ba00 100%);
  content: ''; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.headline .headline-container blockquote:before {
    display: none; } }

.content-wrapper.home-page .feature.headline .headline-container blockquote h1 {
  font-size: 1.5rem; }

.content-wrapper.home-page .feature.headline .headline-container p {
  text-align: center;
  font-family: Roboto, sans-serif; }

.content-wrapper.home-page .feature.healthcare {
  display: inline-block;
  max-height: 100%;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.healthcare {
    position: relative;
    display: block;
    margin-bottom: -15px;
    padding: 0 1.5625rem;
    height: auto;
    background: #f6f6f6; } }

.content-wrapper.home-page .feature.healthcare .bg {
  background: url("/Themes/EOM/assets/dist/images/home-feature-healthcare-bg.jpg") no-repeat center center;
  background-size: cover; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.healthcare .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(300px - 35px); } }

.content-wrapper.home-page .feature.healthcare .bg.notch-right {
  left: 0;
  -webkit-clip-path: polygon(0 0, calc(100% - 35px) 0, calc(100% - 35px) calc(50% - 40px), 100% 50%, calc(100% - 35px) calc(50% + 40px), calc(100% - 35px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 35px) 0, calc(100% - 35px) calc(50% - 40px), 100% 50%, calc(100% - 35px) calc(50% + 40px), calc(100% - 35px) 100%, 0 100%); }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.healthcare .bg.notch-right {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 40px) calc(100% - 35px), 50% 100%, calc(50% - 40px) calc(100% - 35px), 0 calc(100% - 35px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 40px) calc(100% - 35px), 50% 100%, calc(50% - 40px) calc(100% - 35px), 0 calc(100% - 35px)); } }

.content-wrapper.home-page .feature.healthcare .heading {
  position: absolute;
  top: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.healthcare .heading {
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: calc(300px - 70px); } }

.content-wrapper.home-page .feature.healthcare .heading h2 {
  background: #f24d1d;
  color: #ffffff;
  font-family: Roboto,sans-serif; }

.content-wrapper.home-page .feature.healthcare .content {
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 1rem;
  padding: 6.25rem 6.25rem 3.125rem 6.25rem;
  max-width: 50%;
  color: #000000;
  font-size: 1rem;
  font-family: Roboto,sans-serif;
  line-height: 2rem;
  text-rendering: optimizeLegibility; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.healthcare .content {
    float: none;
    padding: 3.125rem 1.25rem 3.125rem 1.25rem;
    max-width: 100%; } }

.content-wrapper.home-page .feature.healthcare .content .healthcare-callout ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 3;
  column-count: 3; }

@media only screen and (max-width: 640px) {
  .content-wrapper.home-page .feature.healthcare .content .healthcare-callout ul {
    -webkit-column-count: 1;
    column-count: 1; } }

.content-wrapper.home-page .feature.healthcare .content .healthcare-callout ul li {
  margin-bottom: 1rem; }

.content-wrapper.home-page .feature.healthcare .content .healthcare-callout a {
  color: #0032a0;
  text-decoration: none; }

.content-wrapper.home-page .feature.workplace-printing {
  display: inline-block;
  max-height: 100%;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.workplace-printing {
    position: relative;
    display: block;
    margin-bottom: -15px;
    padding: 0 1.5625rem;
    height: auto;
    background: #f6f6f6; } }

.content-wrapper.home-page .feature.workplace-printing .bg {
  background: url("/Themes/EOM/assets/dist/images/home-feature-workplace-printing-bg.jpg") no-repeat center center;
  background-size: cover; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.workplace-printing .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(300px - 35px); } }

.content-wrapper.home-page .feature.workplace-printing .bg.notch-left {
  right: 0;
  -webkit-clip-path: polygon(35px 0, 100% 0, 100% 100%, 35px 100%, 35px 100%, 35px calc(50% + 40px), 0 50%, 35px calc(50% - 40px));
  clip-path: polygon(35px 0, 100% 0, 100% 100%, 35px 100%, 35px 100%, 35px calc(50% + 40px), 0 50%, 35px calc(50% - 40px)); }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.workplace-printing .bg.notch-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 40px) calc(100% - 35px), 50% 100%, calc(50% - 40px) calc(100% - 35px), 0 calc(100% - 35px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 40px) calc(100% - 35px), 50% 100%, calc(50% - 40px) calc(100% - 35px), 0 calc(100% - 35px)); } }

.content-wrapper.home-page .feature.workplace-printing .heading {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.workplace-printing .heading {
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: calc(300px - 70px); } }

.content-wrapper.home-page .feature.workplace-printing .heading h2 {
  background: #31a59b;
  color: #ffffff;
  font-family: Roboto,sans-serif; }

.content-wrapper.home-page .feature.workplace-printing .content {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 1rem;
  padding: 6.25rem 6.25rem 3.125rem 6.25rem;
  max-width: 50%;
  color: #000000;
  font-size: 1rem;
  font-family: Roboto,sans-serif;
  line-height: 2rem;
  text-rendering: optimizeLegibility; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.workplace-printing .content {
    float: none;
    padding: 3.125rem 1.25rem 3.125rem 1.25rem;
    max-width: 100%; } }

.content-wrapper.home-page .feature.workplace-printing .content .workplace-printing-callout ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.content-wrapper.home-page .feature.workplace-printing .content .workplace-printing-callout ul li {
  margin-bottom: 1rem; }

.content-wrapper.home-page .feature.workplace-printing .content .workplace-printing-callout a {
  color: #0032a0;
  text-decoration: none; }

.content-wrapper.home-page .feature.digital-workplace-printing {
  display: inline-block;
  max-height: 100%;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.digital-workplace-printing {
    position: relative;
    display: block;
    margin-bottom: -15px;
    padding: 0 1.5625rem;
    height: auto;
    background: #f6f6f6; } }

.content-wrapper.home-page .feature.digital-workplace-printing .bg {
  background: url("/Themes/EOM/assets/dist/images/home-feature-digital-workplace-bg.jpg") no-repeat center center;
  background-size: cover; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.digital-workplace-printing .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(300px - 35px); } }

.content-wrapper.home-page .feature.digital-workplace-printing .bg.notch-left {
  right: 0;
  -webkit-clip-path: polygon(35px 0, 100% 0, 100% 100%, 35px 100%, 35px 100%, 35px calc(50% + 40px), 0 50%, 35px calc(50% - 40px));
  clip-path: polygon(35px 0, 100% 0, 100% 100%, 35px 100%, 35px 100%, 35px calc(50% + 40px), 0 50%, 35px calc(50% - 40px)); }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.digital-workplace-printing .bg.notch-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 40px) calc(100% - 35px), 50% 100%, calc(50% - 40px) calc(100% - 35px), 0 calc(100% - 35px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 40px) calc(100% - 35px), 50% 100%, calc(50% - 40px) calc(100% - 35px), 0 calc(100% - 35px)); } }

.content-wrapper.home-page .feature.digital-workplace-printing .heading {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.digital-workplace-printing .heading {
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: calc(300px - 70px); } }

.content-wrapper.home-page .feature.digital-workplace-printing .heading h2 {
  background: #0032a0;
  color: #ffffff;
  font-family: Roboto,sans-serif; }

.content-wrapper.home-page .feature.digital-workplace-printing .content {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 1rem;
  padding: 6.25rem 6.25rem 3.125rem 6.25rem;
  max-width: 50%;
  color: #000000;
  font-size: 1rem;
  font-family: Roboto,sans-serif;
  line-height: 2rem;
  text-rendering: optimizeLegibility; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.digital-workplace-printing .content {
    float: none;
    padding: 3.125rem 1.25rem 3.125rem 1.25rem;
    max-width: 100%; } }

.content-wrapper.home-page .feature.digital-workplace-printing .content .workplace-printing-callout ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.content-wrapper.home-page .feature.digital-workplace-printing .content .workplace-printing-callout ul li {
  margin-bottom: 1rem; }

.content-wrapper.home-page .feature.digital-workplace-printing .content .workplace-printing-callout a {
  color: #0032a0;
  text-decoration: none; }

.content-wrapper.home-page .feature.pull-printing {
  display: inline-block;
  max-height: 100%;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.pull-printing {
    position: relative;
    display: block;
    margin-bottom: -15px;
    padding: 0 1.5625rem;
    height: auto;
    background: #f6f6f6; } }

.content-wrapper.home-page .feature.pull-printing .bg {
  background: url("/Themes/EOM/assets/dist/images/home-feature-pull-printing-bg.jpg") no-repeat center center;
  background-size: cover; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.pull-printing .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(300px - 35px); } }

.content-wrapper.home-page .feature.pull-printing .bg.notch-right {
  left: 0;
  -webkit-clip-path: polygon(0 0, calc(100% - 35px) 0, calc(100% - 35px) calc(50% - 40px), 100% 50%, calc(100% - 35px) calc(50% + 40px), calc(100% - 35px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 35px) 0, calc(100% - 35px) calc(50% - 40px), 100% 50%, calc(100% - 35px) calc(50% + 40px), calc(100% - 35px) 100%, 0 100%); }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.pull-printing .bg.notch-right {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 40px) calc(100% - 35px), 50% 100%, calc(50% - 40px) calc(100% - 35px), 0 calc(100% - 35px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 40px) calc(100% - 35px), 50% 100%, calc(50% - 40px) calc(100% - 35px), 0 calc(100% - 35px)); } }

.content-wrapper.home-page .feature.pull-printing .heading {
  position: absolute;
  top: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.pull-printing .heading {
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: calc(300px - 70px); } }

.content-wrapper.home-page .feature.pull-printing .heading h2 {
  background: #079ed5;
  color: #ffffff;
  font-family: Roboto,sans-serif; }

.content-wrapper.home-page .feature.pull-printing .content {
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 1rem;
  padding: 6.25rem 6.25rem 3.125rem 6.25rem;
  max-width: 50%;
  color: #000000;
  font-size: 1rem;
  font-family: Roboto,sans-serif;
  line-height: 2rem;
  text-rendering: optimizeLegibility; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.pull-printing .content {
    float: none;
    padding: 3.125rem 1.25rem 3.125rem 1.25rem;
    max-width: 100%; } }

.content-wrapper.home-page .feature.pull-printing .content .pull-printing-callout ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.content-wrapper.home-page .feature.pull-printing .content .pull-printing-callout ul li {
  margin-bottom: 1rem; }

.content-wrapper.home-page .feature.pull-printing .content .pull-printing-callout a {
  color: #0032a0;
  text-decoration: none; }

.content-wrapper.home-page .feature.lrs-cloud-print {
  display: inline-block;
  max-height: 100%;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.lrs-cloud-print {
    position: relative;
    display: block;
    margin-bottom: -15px;
    padding: 0 1.5625rem;
    height: auto;
    background: #f6f6f6; } }

.content-wrapper.home-page .feature.lrs-cloud-print .bg {
  background: url("/Themes/EOM/assets/dist/images/home-feature-cloudprint-bg.jpg") no-repeat center center;
  background-size: cover; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.lrs-cloud-print .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(300px - 35px); } }

.content-wrapper.home-page .feature.lrs-cloud-print .bg.notch-right {
  left: 0;
  -webkit-clip-path: polygon(0 0, calc(100% - 35px) 0, calc(100% - 35px) calc(50% - 40px), 100% 50%, calc(100% - 35px) calc(50% + 40px), calc(100% - 35px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 35px) 0, calc(100% - 35px) calc(50% - 40px), 100% 50%, calc(100% - 35px) calc(50% + 40px), calc(100% - 35px) 100%, 0 100%); }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.lrs-cloud-print .bg.notch-right {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 40px) calc(100% - 35px), 50% 100%, calc(50% - 40px) calc(100% - 35px), 0 calc(100% - 35px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 40px) calc(100% - 35px), 50% 100%, calc(50% - 40px) calc(100% - 35px), 0 calc(100% - 35px)); } }

.content-wrapper.home-page .feature.lrs-cloud-print .heading {
  position: absolute;
  top: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.lrs-cloud-print .heading {
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: calc(300px - 70px); } }

.content-wrapper.home-page .feature.lrs-cloud-print .heading h2 {
  background: #079ed5;
  color: #ffffff;
  font-family: Roboto,sans-serif;
  padding-top: 25px;
  padding-bottom: 25px; }

.content-wrapper.home-page .feature.lrs-cloud-print .content {
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 1rem;
  padding: 6.25rem 6.25rem 3.125rem 6.25rem;
  max-width: 50%;
  color: #000000;
  font-size: 1rem;
  font-family: Roboto,sans-serif;
  line-height: 2rem;
  text-rendering: optimizeLegibility; }

@media only screen and (max-width: 1023px) {
  .content-wrapper.home-page .feature.lrs-cloud-print .content {
    float: none;
    padding: 3.125rem 1.25rem 3.125rem 1.25rem;
    max-width: 100%; } }

.content-wrapper.home-page .feature.lrs-cloud-print .content .lrs-cloud-print-callout ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.content-wrapper.home-page .feature.lrs-cloud-print .content .lrs-cloud-print-callout ul li {
  margin-bottom: 1rem; }

.content-wrapper.home-page .feature.lrs-cloud-print .content .lrs-cloud-print-callout a {
  color: #0032a0;
  text-decoration: none; }

.banner {
  position: relative;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  margin: 0;
  background-image: url("../images/cloudprint/bnr-subpage.jpg");
  background-size: cover; }

.banner h1 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 22px;
  font-family: Roboto, sans-serif; }

.subpage .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.subpage .container .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

@media only screen and (max-width: 1023px) {
  .subpage .container .content-wrapper {
    display: block;
    margin-top: 3.125rem; } }

.subpage .content-wrapper.two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.subpage .content-wrapper.two-column section.main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  margin: 0;
  padding-right: 0;
  padding-left: 35px;
  max-width: 75rem;
  max-width: 75%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

@media only screen and (max-width: 1023px) {
  .subpage .content-wrapper.two-column section.main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

.subpage .content-wrapper.three-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.subpage .content-wrapper.three-col section.main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54%;
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  margin: 0 0 100px;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 75rem;
  max-width: 54%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

@media only screen and (max-width: 1023px) {
  .subpage .content-wrapper.three-col section.main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

.subpage .content-wrapper.three-col section.main.middle {
  margin: 0 auto; }

.subpage .sidebar {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  color: #333333;
  font-style: normal;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (max-width: 1023px) {
  .subpage .sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

.subpage .sidebar nav.sub-navigation {
  position: relative;
  margin: 0 0 2.1875rem 0;
  border: 1px solid #e2e2e2;
  line-height: 1.6rem; }

.subpage .sidebar nav.sub-navigation.default .view-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 52px;
  color: #9c9c9c;
  text-align: center;
  cursor: pointer; }

.subpage .sidebar nav.sub-navigation.default .view-more span {
  position: relative;
  top: 13px; }

.subpage .sidebar nav.sub-navigation.default .view-more:hover {
  background: #ebebeb; }

.subpage .sidebar nav.sub-navigation.default .ul2 {
  padding: 0; }

.subpage .sidebar nav.sub-navigation.default .ul2 li {
  position: relative;
  border: none;
  list-style: none; }

.subpage .sidebar nav.sub-navigation.default .ul2 li:after {
  display: none; }

.subpage .sidebar nav.sub-navigation.default .ul2 li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.9375rem 0.5rem 2.625rem;
  border: none;
  color: #595959;
  text-decoration: none;
  font-size: 14px; }

.subpage .sidebar nav.sub-navigation.default .ul2 li a:before {
  position: absolute;
  left: 25px;
  content: '>'; }

.subpage .sidebar nav.sub-navigation .title {
  display: none; }

.subpage .sidebar nav.sub-navigation .ul1 {
  position: relative;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  list-style: none; }

.subpage .sidebar nav.sub-navigation .ul1 li {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  font-size: 0.875rem; }

.subpage .sidebar nav.sub-navigation .ul1 li a {
  position: relative;
  display: block;
  padding: 1.125rem 2.675rem 1rem 1.25rem;
  border-left: 5px solid rgba(146, 146, 146, 0.1);
  background-size: 3.1875rem;
  color: #333333;
  text-decoration: none;
  line-height: 1.125rem; }

.subpage .sidebar nav.sub-navigation .ul1 li a:hover {
  background-color: #ebebeb; }

.subpage .sidebar nav.sub-navigation .ul1 li .ul2 {
  display: none; }

.subpage .sidebar nav.sub-navigation .ul1 li.active .ul2 {
  display: block; }

.subpage .sidebar nav.sub-navigation.other {
  margin-top: -2.3125rem;
  border: none; }

.subpage .sidebar nav.sub-navigation.other .other-solutions {
  position: relative;
  margin: 0 0 2.1875rem 0;
  border: 1px solid #e2e2e2; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .view-more {
  position: relative;
  display: block;
  padding: 0.9375rem;
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: #757575;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .view-more:after {
  position: absolute;
  top: 12px;
  right: 20px;
  content: '\f0d7';
  font-size: 15px;
  font-family: FontAwesome; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .view-more.open:after {
  content: '\f0d8';
  font-family: FontAwesome; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items {
  display: none; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items .ul1 {
  position: relative;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  list-style: none; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items .ul1 li {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  font-size: 0.875rem;
  line-height: 1.125rem; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items .ul1 li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: 50px;
  height: 52px;
  border-right: 1px solid #e2e2e2;
  background-color: #ebebeb;
  content: ''; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items .ul1 li a {
  position: relative;
  display: block;
  padding: 1.125rem 2.5rem 1rem 4.1875rem;
  border-left: none;
  background-size: 3.1875rem;
  color: #333333;
  text-decoration: none; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items .ul1 li a:after {
  display: none; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items .ul1 li.healthcare:before {
  background: url("/Themes/EOM/assets/dist/images/icon-healthcare.svg") no-repeat center center; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items .ul1 li.manufacturing:before {
  background: url("/Themes/EOM/assets/dist/images/icon-manufacturing-logistics.svg") no-repeat center center; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items .ul1 li.financial:before {
  background: url("/Themes/EOM/assets/dist/images/icon-financial-services.svg") no-repeat center center; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items .ul1 li.workplace:before {
  background: url("/Themes/EOM/assets/dist/images/icon-workplace-printing.svg") no-repeat center center; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items .ul1 li.modernization:before {
  background: url("/Themes/EOM/assets/dist/images/icon-modernization.svg") no-repeat center center; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items .ul1 li.output-management:before {
  background: url("/Themes/EOM/assets/dist/images/icon-output-management.svg") no-repeat center center; }

.subpage .sidebar nav.sub-navigation.other .other-solutions .nav-items.open {
  display: block !important; }

.subpage .subpage-banner {
  position: relative;
  margin: 18px 0 0;
  background: #062d89 url("/Themes/EOM/assets/dist/images/bnr-subpage.jpg") no-repeat center center;
  background-size: cover; }

.subpage .subpage-banner .page-title {
  position: relative;
  display: inline-block;
  padding-bottom: 35px;
  width: 100%; }

.subpage .subpage-banner .page-title h1 {
  position: relative;
  top: 30px;
  padding-bottom: 20px;
  height: auto;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 22px;
  font-family: Roboto, sans-serif; }

.subpage section.main {
  margin-right: auto;
  margin-left: auto;
  max-width: 75rem; }

@media only screen and (max-width: 1023px) {
  .subpage section.main {
    margin-top: 115px;
    padding: 0; } }

.breadcrumb-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.breadcrumb-container .breadcrumb {
  margin-right: auto;
  margin-bottom: 2.8125rem;
  margin-left: auto;
  padding: 1.0625rem 0 1.25rem 0;
  max-width: 75rem;
  border-bottom: solid 2px #e6e6e6;
  color: #a4a4a4;
  list-style: none;
  font-size: 0.8125rem;
  font-family: Roboto, sans-serif;
  line-height: 0.875rem; }

@media only screen and (max-width: 1023px) {
  .breadcrumb-container .breadcrumb {
    display: none; } }

.breadcrumb-container .breadcrumb li {
  display: inline-block; }

.breadcrumb-container .breadcrumb li a {
  color: #0032a0;
  text-decoration: none; }

.breadcrumb-container .breadcrumb li a:hover {
  text-decoration: underline; }

.breadcrumb-container .breadcrumb li:after {
  padding: 0 5px;
  content: '>'; }

.breadcrumb-container .breadcrumb li:last-child {
  color: #6a6a6a;
  font-weight: 500; }

.breadcrumb-container .breadcrumb li:last-child:after {
  display: none; }

.search-results .search-results-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0; }

.search-results .search-results-search input[type='search'] {
  padding: 0.75em 2em;
  min-width: 9.375rem;
  width: 100%;
  border: solid 2px #e6e6e6;
  border-radius: 1.25rem 0 0 1.25rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777777;
  font-size: 0.75rem; }

.search-results .search-results-search input[type='submit'] {
  display: inline-block;
  padding: 0.75em 2em;
  border: solid 2px #e6e6e6;
  border-left: none;
  border-radius: 0 50px 50px 0;
  background-color: #f6f6f6;
  color: #777777;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  font-size: 0.75rem;
  font-family: Roboto,sans-serif;
  cursor: pointer; }

.search-results .stats {
  display: block;
  float: right;
  margin: 6px 3px 0 0;
  color: #666666;
  vertical-align: top; }

.search-results table.results tr {
  background: white; }

.search-results table.results tr th:first-child {
  display: none; }

.search-results table.results tr td {
  padding: 12px 0 30px; }

.search-results table.results tr td span.excerpt {
  display: block;
  margin-top: 10px; }

.search-results table.results .pagination {
  text-align: center; }

.social {
  display: block;
  margin-top: 10px;
  padding: 0; }

@media (min-width: 640px) {
  .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding: 0.75rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.social.bottom {
  margin-top: 0; }

.social .label {
  position: relative;
  bottom: -2px;
  display: inline-block;
  margin-right: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.063em;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: normal; }

.social ul.buttons {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none; }

.social ul.buttons li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0; }

.social ul.buttons li:before {
  display: none; }

.social ul.buttons li:last-child {
  margin-right: 0; }

.social ul.buttons .fa-stack {
  width: 1.8125rem;
  height: 1.8125rem;
  line-height: 1.8125rem; }

.social ul.buttons .fa-stack-2x {
  font-size: 1.8125rem; }

.social ul.buttons .fa-stack-1x {
  font-size: 0.9375rem; }

.social ul.buttons .icon {
  color: white; }

.social ul.buttons .facebook .fa-stack-2x {
  color: #3b5998; }

.social ul.buttons .facebook .fa-stack-2x:visited {
  color: #3b5998; }

.social ul.buttons .twitter .fa-stack-2x {
  color: #1da1f2; }

.social ul.buttons .twitter .fa-stack-2x:visited {
  color: #1da1f2; }

.social ul.buttons .linkedin .fa-stack-2x {
  color: #0077b5; }

.social ul.buttons .linkedin .fa-stack-2x:visited {
  color: #0077b5; }

.social ul.buttons .gplus .fa-stack-2x {
  color: #db4437; }

.social ul.buttons .gplus .fa-stack-2x:visited {
  color: #db4437; }

.social ul.buttons .xing .fa-stack-2x {
  color: #1a7576; }

.social ul.buttons .xing .fa-stack-2x:visited {
  color: #1a7576; }

.social ul.buttons .facebook:hover .fa-stack-2x,
.social ul.buttons .facebook:focus .fa-stack-2x,
.social ul.buttons .twitter:hover .fa-stack-2x,
.social ul.buttons .twitter:focus .fa-stack-2x,
.social ul.buttons .linkedin:hover .fa-stack-2x,
.social ul.buttons .linkedin:focus .fa-stack-2x,
.social ul.buttons .gplus:hover .fa-stack-2x,
.social ul.buttons .gplus:focus .fa-stack-2x,
.social ul.buttons .xing:hover .fa-stack-2x,
.social ul.buttons .xing:focus .fa-stack-2x {
  color: gray; }

.two-column,
.three-column,
.four-column,
.five-column,
.six-column {
  list-style: none;
  margin: 0;
  padding: 0; }

@media (min-width: 640px) {
  .two-column,
  .three-column,
  .four-column,
  .five-column,
  .six-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0; } }

.two-column .col,
.three-column .col,
.four-column .col,
.five-column .col,
.six-column .col {
  width: 100%; }

@media (min-width: 640px) {
  .two-column .col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 0;
    margin-right: 40px; }
  .two-column .col:last-child {
    margin-right: 0; } }

.two-column .col img {
  margin-bottom: 20px; }

@media (min-width: 640px) {
  .three-column .col {
    width: 50%;
    padding: 0 0 0 0; } }

@media (min-width: 1024px) {
  .three-column .col {
    width: 33.3%; } }

@media (min-width: 640px) {
  .four-column .col {
    width: 50%;
    padding: 0 0 0 0; } }

@media (min-width: 1024px) {
  .four-column .col {
    width: 25%; } }

@media (min-width: 640px) {
  .five-column .col {
    width: 50%;
    padding: 0 0 0 0; } }

@media (min-width: 1024px) {
  .five-column .col {
    width: 20%; } }

@media (min-width: 640px) {
  .six-column .col {
    width: 50%;
    padding: 0 15px 15px 15px; } }

@media (min-width: 1024px) {
  .six-column .col {
    width: 20%; } }

@media (min-width: 1341px) {
  .six-column .col {
    width: 16.66666666666667%; } }

.submenu-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 75rem;
  padding: 25px;
  margin-bottom: 40px;
  background-color: #e6e6e6; }

.submenu-wrapper h2 {
  color: black !important;
  font-family: Roboto, sans-serif;
  margin-top: 0;
  text-align: center;
  margin-bottom: 25px; }

.submenu-wrapper ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-top: -10px;
  margin-bottom: 0; }

.submenu-wrapper ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 350px;
  -ms-flex: 1 0 350px;
  flex: 1 0 350px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #171e42;
  padding: 5px 5px 5px 0;
  margin-right: 20px; }

@media (min-width: 620px) {
  .submenu-wrapper ul li {
    max-width: calc(33.33333% - 20px); } }

.submenu-wrapper ul li a {
  color: #006ac7;
  text-decoration: none;
  font-weight: 600;
  font-family: Roboto,sans-serif; }

.submenu-wrapper ul li a:hover, .submenu-wrapper ul li a:focus {
  text-decoration: underline; }

.submenu-wrapper .country-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%; }

@media only screen and (max-width: 1023px) {
  .submenu-wrapper .country-list {
    display: block;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 100%; } }

.submenu-wrapper .country-list ul {
  display: block;
  margin: 0;
  padding-left: .25rem;
  width: 100%;
  border-left: solid 2px #d6d6d6;
  list-style: none;
  list-style-type: none;
  font-family: Roboto,sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.submenu-wrapper .country-list ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0; }

.submenu-wrapper .country-list ul li a {
  display: block;
  margin-bottom: 0;
  padding: 0 1rem 1rem 1rem;
  color: #575757;
  text-decoration: none;
  font-weight: normal;
  line-height: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.submenu-wrapper .country-list ul li a:hover {
  text-decoration: underline; }

.submenu-wrapper .country-list ul li:last-of-type a {
  padding-bottom: 0; }

.documentation .container {
  background: transparent; }

@media only screen and (min-width: 1024px) {
  .documentation .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; } }

.documentation .search-container {
  display: block;
  float: right;
  position: relative;
  padding: 0;
  width: 100%;
  padding-bottom: 38px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px; }

.documentation .search-container input {
  padding-left: 20px;
  padding-right: 60px;
  width: calc(100% - 80px);
  height: 50px;
  border: 0;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.documentation .search-container input::-webkit-input-placeholder {
  color: #333333; }

.documentation .search-container input:-ms-input-placeholder {
  color: #333333; }

.documentation .search-container input::-ms-input-placeholder {
  color: #333333; }

.documentation .search-container input::placeholder {
  color: #333333; }

.documentation .search-container input:focus {
  outline: 0;
  border: 1px solid #737373; }

.documentation .search-container .search,
.documentation .search-container .cancel {
  position: absolute;
  width: 80px;
  height: 50px; }

.documentation .search-container .search {
  top: 0;
  right: 0;
  padding: 13px 0 0 31px;
  color: #333333;
  font-size: 18px;
  background: #f2f2f2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #d9d9d9;
  border-left: none; }

.documentation .search-container .search span.fa {
  color: #0032a0; }

.documentation .search-container .search:hover, .documentation .search-container .search:focus {
  background: #e6e6e6; }

.documentation section.main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  margin: 0 0 100px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

@media (min-width: 1024px) {
  .documentation section.main {
    padding-left: 40px;
    padding-right: 0;
    max-width: 70%; } }

.documentation section.main h2 {
  font-size: 24px;
  font-weight: 400; }

.documentation section.main h3 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 25px; }

.documentation section.main p {
  margin-top: 0; }

.documentation .sidebar.deco {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal; }

.documentation .sidebar h3 {
  margin: 0; }

.documentation .sidebar .nav-list {
  list-style: none;
  margin: -10px 0 0 0;
  padding-left: 0; }

.documentation .sidebar .nav-list li a {
  position: relative;
  color: #595959;
  font-style: italic;
  font-weight: 600;
  padding-left: 35px;
  padding-right: 20px; }

.documentation .sidebar .nav-list li a:hover, .documentation .sidebar .nav-list li a:focus {
  background-color: #e2e2e2; }

.documentation .sidebar .nav-list li a:hover:before, .documentation .sidebar .nav-list li a:focus:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #d9d9d9; }

.documentation .sidebar .nav-list li a span {
  color: #06a7e2;
  margin-right: 5px; }

.documentation .sidebar .divider {
  height: 1px;
  background: #e6e6e6;
  margin: 0 0 5px 0; }

.documentation .sidebar a {
  display: block; }

.documentation .sidebar a.list-group-item-success, .documentation .sidebar a.list-group-item-info {
  background: #f7f7f7; }

.documentation .sidebar a:not(.list-group-item) {
  padding: 0 5px;
  font-weight: 400; }

.documentation .sidebar a:not(.list-group-item):hover, .documentation .sidebar a:not(.list-group-item):focus {
  background: #f7f7f7;
  text-decoration: none;
  border: 0; }

.documentation table {
  margin-top: 10px; }

.documentation table thead th {
  padding: 20px 30px;
  background-color: #0032a0;
  border-color: #335bb3;
  border-bottom: none; }

.documentation table thead th:first-child {
  border-top-left-radius: 20px;
  border-color: #335bb3; }

.documentation table thead th:last-child {
  border-top-right-radius: 20px; }

.documentation table tbody {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

.documentation table tbody tr:first-child td {
  border-top: 10px solid #ffffff; }

.documentation table tbody tr:last-child td {
  border-bottom: 10px solid #ffffff; }

.documentation table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.documentation table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.documentation table tbody tr td {
  padding: 15px 30px; }

.documentation table tbody tr td:first-child {
  border-left: 10px solid #ffffff;
  padding-left: 20px; }

.documentation table tbody tr td:last-child {
  border-right: 10px solid #ffffff; }

.documentation nav.sub-navigation {
  position: relative;
  margin: 0 0 30px 0;
  border: 1px solid #e2e2e2;
  line-height: 1.6rem; }

.documentation nav.sub-navigation.default .view-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 52px;
  color: #9c9c9c;
  text-align: center;
  cursor: pointer; }

.documentation nav.sub-navigation.default .view-more span {
  position: relative;
  top: 13px; }

.documentation nav.sub-navigation.default .view-more:hover {
  background: #ebebeb; }

.documentation nav.sub-navigation.default .ul2 {
  padding: 0; }

.documentation nav.sub-navigation.default .ul2 li {
  position: relative;
  border: none;
  list-style: none; }

.documentation nav.sub-navigation.default .ul2 li:after {
  display: none; }

.documentation nav.sub-navigation.default .ul2 li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.9375rem 0.5rem 2.625rem;
  border-left: 5px solid rgba(146, 146, 146, 0);
  color: #595959;
  text-decoration: none;
  font-size: 14px;
  font-style: italic; }

.documentation nav.sub-navigation.default .ul2 li a:hover {
  border-left: 5px solid rgba(146, 146, 146, 0.1);
  color: #333333; }

.documentation nav.sub-navigation.default .ul2 li a:before {
  position: absolute;
  left: 25px;
  content: '>';
  color: #06a7e2; }

.documentation nav.sub-navigation .title {
  display: none; }

.documentation nav.sub-navigation .ul1 {
  position: relative;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  list-style: none; }

.documentation nav.sub-navigation .ul1 li {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  font-size: 0.875rem; }

.documentation nav.sub-navigation .ul1 li a {
  position: relative;
  display: block;
  padding: 1.125rem 2.675rem 1rem 1.25rem;
  border-left: 5px solid rgba(146, 146, 146, 0.1);
  background-size: 3.1875rem;
  color: #333333;
  text-decoration: none;
  line-height: 1.125rem;
  font-weight: 600;
  font-size: 16px; }

.documentation nav.sub-navigation .ul1 li a:hover, .documentation nav.sub-navigation .ul1 li a:focus {
  background-color: #ebebeb;
  border-left: 5px solid rgba(146, 146, 146, 0.1); }

.documentation nav.sub-navigation .ul1 li .ul2 {
  display: none;
  margin-bottom: 20px; }

.documentation nav.sub-navigation .ul1 li .ul2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #ebebeb; }

.documentation nav.sub-navigation .ul1 li.active .ul2 {
  display: block; }

.flex-container {
  width: 100%;
  max-width: 100%; }

@media (min-width: 1024px) {
  .flex-container.alignleft {
    width: 40%;
    float: left;
    margin: 0 15px 10px 0; }
  .flex-container.alignright {
    width: 40%;
    float: right;
    margin: 0 0 10px 15px; }
  .flex-container.aligncenter {
    width: 40%;
    margin: 0 auto 10px auto; } }

.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden; }

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=main.css.map */
