﻿@charset "UTF-8";


/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

ol.medium-text-left, ul.medium-text-left {
    text-align: left;
}

.checkMark li:before {
    content: "✓ ";
}

.noCheckMark li:before {
    content: none !important;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/fancybox/fancybox_sprite-2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/fancybox/fancybox_loading-2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*  HELPERS
----------------------------------------------------------------------------------------*/
ul.inline-list {
  padding: 0;
  margin: 0;
}

ul.inline-list li {
  display: inline;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
}

/*
  Simple Grid
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
  Modified - Scott Stamile
  Site - primevisibility.com
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0px auto;
}

.grid {
  margin: auto;
}

/*.row {
  overflow: hidden;
  *zoom: 1;
}*/

.lt-ie8 .grid-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.grid-pad {
  padding: 0 0 0 20px;
  margin-top: 10px;
  overflow: hidden;
}

.grid-pad.squeeze {
  margin-top: 0;
}

[class*='col-'] {
  padding-right: 20px;
}

[class*='col-'] [class*='col-'] {
  padding-right: 0px;
}

[class*='col-'].center {
  margin: auto;
  float: none !important;
  clear: both;
}

[class*='col-'].left {
  float: left !important;
  clear: both;
  padding-left: 0 !important;
}

[class*='col-'].right {
  float: right !important;
  clear: both;
}

[class*='col-m-'] {
  float: left;
  padding-right: 20px;
}

.push-m-right {
  float: right;
}

/* Content Columns */
.col-m-1-1 {
  width: 100%;
}

.col-m-2-3, .col-m-8-12 {
  width: 66.66%;
}

.col-m-1-2, .col-m-6-12 {
  width: 50%;
}

.col-m-1-3, .col-m-4-12 {
  width: 33.33%;
}

.col-m-1-4, .col-m-3-12 {
  width: 25%;
}

.col-m-1-5 {
  width: 20%;
}

.col-m-1-6, .col-m-2-12 {
  width: 16.667%;
}

.col-m-1-7 {
  width: 14.28%;
}

.col-m-1-8 {
  width: 12.5%;
}

.col-m-1-9 {
  width: 11.1%;
}

.col-m-1-10 {
  width: 10%;
}

.col-m-1-11 {
  width: 9.09%;
}

.col-m-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-m-11-12 {
  width: 91.66%;
}

.col-m-10-12 {
  width: 83.333%;
}

.col-m-9-12 {
  width: 75%;
}

.col-m-5-12 {
  width: 41.66%;
}

.col-m-7-12 {
  width: 58.33%;
}

.lt-ie8 [class*='col-m-'] {
  float: left;
  padding-left: 2px;
  padding-right: 2px;
}

/* Content Columns */
.lt-ie8 .col-m-1-1 {
  width: 100%;
}

.lt-ie8 .col-m-2-3, .lt-ie8 .col-m-8-12 {
  width: 66%;
}

.lt-ie8 .col-m-1-2, .lt-ie8 .col-m-6-12 {
  width: 49.8%;
}

.lt-ie8 .col-m-1-3, .lt-ie8 .col-m-4-12 {
  width: 33%;
}

.lt-ie8 .col-m-1-4, .lt-ie8 .col-m-3-12 {
  width: 25%;
}

.lt-ie8 .col-m-1-5 {
  width: 20%;
}

.lt-ie8 .col-m-1-6, .lt-ie8 .col-m-2-12 {
  width: 16%;
}

.lt-ie8 .col-m-1-7 {
  width: 14%;
}

.lt-ie8 .col-m-1-8 {
  width: 12%;
}

.lt-ie8 .col-m-1-9 {
  width: 11%;
}

.lt-ie8 .col-m-1-10 {
  width: 10%;
}

.lt-ie8 .col-m-1-11 {
  width: 9%;
}

.lt-ie8 .col-m-1-12 {
  width: 8%;
}

/* Layout Columns */
.lt-ie8 .col-m-11-12 {
  width: 91%;
}

.lt-ie8 .col-m-10-12 {
  width: 83%;
}

.lt-ie8 .col-m-9-12 {
  width: 75%;
}

.lt-ie8 .col-m-5-12 {
  width: 41%;
}

.lt-ie8 .col-m-7-12 {
  width: 58%;
}

.lt-ie8 .col-m-1-3 {
  width: 33%;
  padding: 0 !important;
  border: none !important;
  margin: 0 1px !important;
}

/*  PRINT STYLES
----------------------------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*  Don't show links for images, or javascript/internal links  */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .oj_logo {
    width: 230px;
  }
}
.masthead {
  overflow: visible !important;
}

@media (min-width: 760px) {
  [class*='col-'] {
    float: left;
    padding-right: 20px;
  }

  [class*='col-'] [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
  }

  [class*='col-'] [class*='col-']:first-of-type {
    padding-left: 0px;
  }

  [class*='col-'] [class*='col-']:last-of-type {
    padding-right: 0px;
  }

  .rtl [class*='col-'] {
    float: right;
    padding-right: 20px;
  }

  .grid {
    width: 100%;
    overflow: hidden;
  }

  .grid:after {
    content: "";
    display: table;
    clear: both;
  }

  .grid-pad {
    padding: 0 0 0 20px;
    margin-top: 10px;
  }

  .grid-pad.squeeze {
    margin-top: 0;
  }

  .push-right {
    float: right;
  }

  /* Content Columns */
  .col-1-1 {
    width: 100%;
  }

  .col-2-3, .col-8-12 {
    width: 66.66%;
  }

  .col-1-2, .col-6-12 {
    width: 50%;
  }

  .col-1-3, .col-4-12 {
    width: 33.33%;
  }

  .col-1-4, .col-3-12 {
    width: 25%;
  }

  .col-1-5 {
    width: 20%;
  }

  .col-1-6, .col-2-12 {
    width: 16.667%;
  }

  .col-1-7 {
    width: 14.28%;
  }

  .col-1-8 {
    width: 12.5%;
  }

  .col-1-9 {
    width: 11.1%;
  }

  .col-1-10 {
    width: 10%;
  }

  .col-1-11 {
    width: 9.09%;
  }

  .col-1-12 {
    width: 8.33%;
  }

  /* Layout Columns */
  .col-11-12 {
    width: 91.66%;
  }

  .col-10-12 {
    width: 83.333%;
  }

  .col-9-12 {
    width: 75%;
  }

  .col-5-12 {
    width: 41.66%;
  }

  .col-7-12 {
    width: 58.33%;
  }

  .grid {
    max-width: 1005px;
  }
  .userguides.grid {
    max-width: 100%;
  }
}
@media (min-width: 0) and (max-width: 240px) {
  .grid {
    min-width: 240px;
  }
}
.lt-ie8 .grid {
  width: 760px;
}

#size_reference {
  display: none;
}

@media (min-width: 760px) {
  #size_reference {
    display: inline;
  }
}
@media (min-width: 1005px) {
  #size_reference {
    display: block;
  }
}
/*  BASE STYLES
----------------------------------------------------------------------------------------*/
html, button, input, select, textarea {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
}

html {
  font-size: 87.5%;
}
@media (min-width: 0px) and (max-width: 300px) {
  html {
    font-size: 55%;
  }
}

a {
  color: #00a4b4;
  text-decoration: underline;
}
a.skyblue {
  color: #00a4b4 !important;
}
.hero_cta a {
  color: #fff;
  text-decoration: underline;
}
#userguides a {
  color: #00a4b4 !important;
  text-decoration: underline;
}
a.section_cta {
  color: #00a4b4;
  text-decoration: underline;
}
a.section_cta:after {
  content: " \203a";
  font-family: arial;
}

a:hover,
a:focus,
a.active {
  color: #007681;
}

img {
  max-width: 100%;
  height: auto;
  text-align: center;
}
@media (min-width: 760px) {
  img {
    text-align: initial;
  }
}

figure {
  margin-bottom: 30px;
}
figure figcaption {
  margin-top: 10px;
  font-size: .9em;
  line-height: 1.4285714em;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_thumb {
  border: 1px solid #cccccc;
}
.textUnderline{text-decoration:underline;}
hr {
  border: none;
  border-bottom: 1px solid black;
}

p {
  color: black;
  line-height: 1.4285714em;
}
p.center_mobile {
  text-align: center;
}
p.right_mobile {
  text-align: right;
}
p.left_mobile {
  text-align: left;
}
@media (min-width: 760px) {
  p.center, p.center_mobile {
    text-align: center;
  }
  p.right, p.right_mobile {
    text-align: right;
  }
  p.left, p.left_mobile {
    text-align: left;
  }
}

b, strong {
  font-weight: bold;
}

@media (min-width: 760px) {
  section.center {
    text-align: center;
  }
}
h1, .h1 {
  font-weight: 200;
  color: #2a5ba0;
  font-size: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h1.center_mobile, .h1.center_mobile {
  text-align: center;
}
h1.right_mobile, .h1.right_mobile {
  text-align: right;
}
h1.left_mobile, .h1.left_mobile {
  text-align: left;
}
@media (min-width: 760px) {
  h1, .h1 {
    font-size: 1.8em;
  }
}
@media (min-width: 760px) {
  h1.center, h1.center_mobile, .h1.center, .h1.center_mobile {
    text-align: center;
  }
  h1.right, h1.right_mobile, .h1.right, .h1.right_mobile {
    text-align: right;
  }
  h1.left, h1.left_mobile, .h1.left, .h1.left_mobile {
    text-align: left;
  }
}

h2, .h2 {
  font-weight: 200;
  color: #2a5ba0;
  font-size: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h2.ccareH2,h2.selectInstallH2 {
  font-weight: 200 !important;
  color: #2a5ba0 !important;
  font-size: 1.3em !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}
h2.center_mobile, .h2.center_mobile {
  text-align: center;
}
h2.right_mobile, .h2.right_mobile {
  text-align: right;
}
h2.left_mobile, .h2.left_mobile {
  text-align: left;
}
@media (min-width: 760px) {
  h2, .h2{
    font-size: 1.8em;
  }
  h2.ccareH2 {
    font-size: 1.8em !important;
  }
}
@media (min-width: 760px) {
  h2.center, h2.center_mobile, .h2.center, .h2.center_mobile {
    text-align: center;
  }
  h2.right, h2.right_mobile, .h2.right, .h2.right_mobile {
    text-align: right;
  }
  h2.left, h2.left_mobile, .h2.left, .h2.left_mobile {
    text-align: left;
  }
}

.hero h2 {
  color: black;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 300;
}

.grid.grid-pad  h3 {
  font-weight: 200;
  color: #2a5ba0;
  font-size: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.grid.grid-pad  h3 a {
  text-decoration: none;
  color: #2a5ba0;
}
@media (min-width: 760px) {
  .grid.grid-pad  h3 {
    font-size: 1.8em !important;
  }
  .grid.grid-pad  h3.cCareH3{
      font-size: 1.6em !important;
  }
}
@media (min-width: 760px) {
  h3.center {
    text-align: center;
  }
  h3.right {
    text-align: right;
  }
  h3.left {
    text-align: left;
  }
}

h4 {
  color: #838995 !important;
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: .7em;
  line-height: 1.4285714em;
}
h4.center_mobile {
  text-align: center;
}
@media (min-width: 760px) {
  h4.center {
    text-align: center;
  }
  h4.right {
    text-align: right;
  }
  h4.left {
    text-align: left;
  }
}

h4 + p {
  margin-top: 0;
}
h5,.h5 {
  color: #838995;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: .7em;
  line-height: 1.4285714em;
}
#userguides h5{
    color: #838995 !important;
}
h5 a {
  text-decoration: none;
  color: #838995;
}
@media (min-width: 760px) {
  h5.center {
    text-align: center;
  }
  h5.right {
    text-align: right;
  }
  h5.left {
    text-align: left;
  }
}

h5 + p {
  margin-top: 0;
}

h3 a.section_cta, h4 a.section_cta, h5 a.section_cta {
  font-size: 1rem;
}

ol, ul {
  padding: 0 0 0 1.5em;
  line-height: 1.4285714em;
  margin-bottom: 20px;
}
ol.no_bull, ul.no_bull {
  padding-left: 0;
  list-style: none;
}

li {
  margin: .7em 0;
}

table {
  width: 100%;
  border: 2px solid white;
  font-size: .9em;
  line-height: 1.4285714em;
}

.mobile_table {
  overflow: auto;
}

tr {
  padding: 10px;
  border-bottom: 2px solid white;
  background: #ededee;
}

td, th {
  padding: 10px;
  border-right: 2px solid white;
  text-align: left;
  vertical-align: middle;
}

th {
  font-weight: 500;
  color: #838995;
  background: white;
}

th.checks {
  width: 15%;
  text-align: center;
}

th.sysreq {
  width: 40%;
  text-align: center;
}

td.center, th.center {
  text-align: center;
}

input, textarea {
  display: block;
  width: 100%;
  margin: 1em 0;
  border: 1px solid #cccccc;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #838995;
  max-width: 320px;
}
input.search{max-width:100%;}
input[type='Submit'], textarea[type='Submit'] {
  width: 50%;
  background: #2a5ba0;
  color: white;
  padding: 0.5em 2em;
  width: auto;
  border: none;
}
input[type='Submit'].text_btn, textarea[type='Submit'].text_btn {
  background: transparent;
  color: #00a4b4;
  text-decoration: underline;
  display: inline;
  padding: 0;
  width: auto;
}
input[type='radio'], textarea[type='radio'] {
  display: inline;
  width: auto;
  margin: 0;
}
input[type='checkbox'], textarea[type='checkbox'] {
  display: inline;
  width: auto;
  margin: 0;
}

select {
  margin: 1em 0;
}

.PageLabels, .label {
  font-weight: 500;
}

.form_row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.inline_phone input {
  display: inline;
  width: auto;
}

.required {
  color: red;
  border-color: red;
}

.inline_img img {
  vertical-align: bottom;
}

@media (min-width: 760px) {
  .alternate section {
    float: left;
    width: 50%;
  }
  .alternate section:nth-child(odd) {
    clear: left;
    padding-right: 10px;
  }
}
img.right {
  float: right;
  padding-left: 10px;
}

img.left {
  float: left;
  padding-right: 10px;
}

.footnote {
  font-size: .85em;
}

/*.clearfix {
  overflow: hidden;
  *zoom: 1;
}*/

.clear {
  clear: both;
}

.nobreak {
  white-space: nowrap;
}

.verbose {
  display: none;
}
@media (min-width: 760px) {
  .verbose {
    display: inline;
  }
}

@media (min-width: 0) and (max-width: 760px) {
  .kill-on-mobile {
    display: none;
  }
}

.dropcap {
  line-height: 1.3em;
  float: left;
  color: #2a5ba0;
  font-size: 3em;
  margin-top: 0em;
  font-weight: 700;
  min-width: 1.2em;
}
@media (min-width: 440px) {
  .dropcap {
    font-size: 5em;
  }
}

.orange {
  color: #e37b3a;
}

a.orange {
  color: #e37b3a;
}
a.orange.orange:hover {
  color: #cd611d;
}

.turquoise {
  color: #00a4b4;
}

a.turquoise:hover {
  color: #007681;
}

.blue {
  color: #2a5ba0;
}

a.blue:hover {
  color: #1f4478;
}

.inline-links a + a {
  border-left: 1px solid #ededee;
  padding-left: 5px;
}

ul.bull_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.bull_list li {
  padding-left: 1em;
  text-indent: -.7em;
}
ul.bull_list li:before {
  content: "• ";
  color: #2a5ba0;
  /* or whatever color you prefer */
}

@media (min-width: 0) and (max-width: 760px) {
  .sb_match_height {
    min-height: 0 !important;
  }
}

@media (min-width: 0) and (max-width: 760px) {
  .sb_valign_center {
    padding-top: 0px !important;
  }
}

.graybox {
  padding: 2em;
  margin: 10px 0;
  background: #ededee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.graybox > h5, .graybox > h3, .graybox > h2, .graybox > h4 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .graybox .box-gray {
    padding: 2em;
  }
}
.graybox.center {
  text-align: center;
}

.borderbox {
  padding: 2em;
  margin: 10px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cccccc;
}
.borderbox > * {
  margin-top: 0;
  margin-bottom: 0;
}

.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #2a5ba0;
  color: white;
  padding: .5em 2em;
  width: auto;
  border: none;
  text-decoration: none;
}
.btn:hover {
  color: white;
  background-color: #1f4478;
}

.task {
  background: #fcc !important;
}
.task:hover:before {
  color: #fcc;
  content: "not final";
  margin-top: -1em;
  position: absolute;
  z-index: 9999;
  font-size: 1em;
}

.tooltip .thetip {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.1s, opacity 0.1s linear;
  position: absolute;
  background-color: white;
  z-index: 999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-right: 20px;
  max-width: 500px;
}
.tooltip:hover .thetip {
  display: block !important;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.accordion .accordion_content {
  display: none;
}

.no-js .accordion_content {
  display: block !important;
}

.bro_header {
  overflow: hidden;
  *zoom: 1;
  background: #0d2ea0;
  background: linear-gradient(left, #0d2ea0 20%, #071956 80%);
  /* webkitp */
  background: -webkit-gradient(linear, left top, right top, from(#0d2ea0), color-stop(0.2, #0d2ea0), color-stop(0.8, #071956), to(#071956));
  /* mozillap */
  background: -moz-linear-gradient(left, #0d2ea0 20%, #071956 80%);
  /* operap */
  background: -o-linear-gradient(left, #0d2ea0 20%, #071956 80%);
  background-repeat: repeat-y;
  /* ie6_7 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#0d2ea0', endColorstr='#071956');
  /* ie8 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#0d2ea0', endColorstr='#071956');
  /* ie10 */
  background: -ms-linear-gradient(left, #0d2ea0 20%, #071956 80%);
}
@media (min-width: 760px) {
  .bro_header {
    min-height: 59px;
  }
}

.oj_header {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2px;
}
@media (min-width: 760px) {
  .oj_header {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.oj_header .grid-pad {
  padding: 0;
  padding-left: 0px;
  margin-top: 0;
}
.oj_header .grid-pad .col-1-1 {
  padding-right: 0px;
}
@media (min-width: 760px) {
  .oj_header .grid-pad {
    padding: 0 0 0 20px;
    margin-top: 10px;
  }
  .oj_header .grid-pad .col-1-1 {
    padding-right: 20px;
  }
}

.bro_logo {
  float: left;
  padding-top: 6px;
  padding-left: 6px;
}
.bro_logo img {
  max-width: 55px;
}
@media (min-width: 440px) {
  .bro_logo img {
    max-width: 80px;
  }
}
@media (min-width: 760px) {
  .bro_logo {
    padding-top: 11px;
    padding-left: 8px;
  }
  .bro_logo img {
    max-width: 106px;
  }
}

.oj_logo {
  float: left;
  margin-top: 9px;
  margin-left: 6px;
  margin-bottom: 7px;
}
.oj_logo img {
  max-width: 135px;
}
@media (min-width: 440px) {
  .oj_logo {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .oj_logo img {
    max-width: 185px;
  }
}
@media (min-width: 760px) {
  .oj_logo {
    margin-bottom: 22px;
    margin-left: 0;
  }
  .oj_logo img {
    max-width: 236px;
  }
}

.lt-ie9 .oj_logo {
  max-width: 135px;
}
@media (min-width: 440px) {
  .lt-ie9 .oj_logo {
    max-width: 185px;
  }
}
@media (min-width: 760px) {
  .lt-ie9 .oj_logo {
    max-width: 236px;
  }
}

/* show hide eliments for responsive */
.bro_nav,
.bro_search,
.bro_regin,
.oj_meet,
.oj_nav {
  display: none;
}

.oj_nav .bro_nav,
.oj_nav .bro_search {
  display: block;
}

@media (min-width: 760px) {
  .oj_nav {
    display: block !important;
  }
  .oj_nav .bro_nav,
  .oj_nav .bro_search,
  .oj_nav .bro_regin {
    display: none;
  }

  .menu_toggle {
    display: none;
  }

  .bro_nav,
  .bro_search,
  .oj_meet,
  .bro_regin {
    display: block;
  }
}
@media (min-width: 760px) {
  .bro_header .bro_search {
    margin: 0;
    padding: 9px 8px 9px 0;
    float: right;
    clear: right;
  }

  .bro_header .bro_regin {
    overflow: hidden;
    *zoom: 1;
    color: white;
    float: right;
    font-size: .68em;
    line-height: 1em;
    padding-top: 10px;
    padding-right: 10px;
  }
  .bro_header .bro_regin a {
    color: white;
    text-decoration: none;
  }
  .bro_header .bro_regin ul {
    overflow: hidden;
    *zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .bro_header .bro_regin ul li {
    float: left;
    margin: 0;
  }
  .bro_header .bro_regin ul li a {
    display: block;
  }
  .bro_header .bro_regin .current {
    font-family: verdana;
    font-weight: bold;
    font-size: 1.2em;
  }
  .bro_header .bro_regin .current:after {
    content: "|";
    float: right;
    font-weight: normal;
    font-family: verdana;
    margin: 0 6px;
  }
}
.menu_toggle {
  cursor: pointer;
  float: right;
  padding: 0 20px;
  border-left: 1px solid #cccccc;
  line-height: 63px;
  color: #cccccc;
  font-size: 2em;
}
.menu_toggle a {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 440px) {
  .menu_toggle {
    line-height: 80px;
    padding: 0 30px;
    font-size: 3em;
  }
}

.oj_nav {
  color: #58585a;
  background-color: #ededee;
  clear: both;
  border-top: 1px solid #cccccc;
  font-weight: 500;
}
.oj_nav ul {
  margin: 0;
  padding: 0;
}
.oj_nav li {
  margin: 0;
  min-height: 39px;
  list-style: none;
  border-bottom: 1px solid #cccccc;
}
.oj_nav li li {
  padding: 0;
  border-top: 1px solid #cccccc;
  border-bottom: none;
}
.oj_nav li li.label {
  padding: 0 10px;
  line-height: 39px;
  font-weight: 700;
  color: #838995;
}
.oj_nav li li.label a {
  padding: 0;
  color: #00a4b4;
}
.oj_nav li a {
  padding: 0 10px;
}
.oj_nav li a:after {
  content: "\203a";
  font-family: arial;
  font-size: 1.2em;
  font-weight: normal;
  float: right;
  color: #00a4b4;
  right: 10px;
}
.oj_nav .submenu {
  display: none;
  background: white;
}
.oj_nav .submenu li {
  font-weight: 400;
  color: black;
}
.oj_nav li.dropdown > a:after {
  content: " \25BC";
  font-family: arial;
  font-size: .8em;
  color: #838995;
  float: right;
}
.oj_nav li.dropdown.active > a:after {
  content: " \25B2";
  font-family: arial;
}
.oj_nav a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0;
  min-height: 39px;
  line-height: 39px;
}
.oj_nav .bro_search {
  line-height: 39px;
  padding: 0 10px;
  border-bottom: 1px solid #cccccc;
}
.oj_nav .bro_search .globalHeaderSearch input {
  width: 100%;
  max-width: 100%;
  padding: 5px 0;
  text-indent: 10px;
  line-height: 1.6em;
  border: none;
  border-radius: 6px;
  color: #838995;
}
.oj_nav .bro_search input#searchBtn4 {
  display: none;
}
.oj_nav .oj_menu2 {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
}
.oj_nav .oj_menu2 a:after {
  display: none;
}
.oj_nav .oj_menu2 li {
  border-bottom: none;
}
.oj_nav .contact {
  float: left;
  width: 50%;
}
.oj_nav .contact a {
  border-right: 1px solid #ccc;
}
.oj_nav .try {
  float: left;
  width: 50%;
}

@media (min-width: 760px) {
  .oj_nav {
    overflow: hidden;
    *zoom: 1;
    text-align: left;
    background-color: #ededee;
    border: 1px solid #cccccc;
    padding: 0;
    height: 40px;
  }
  .oj_nav ul {
    overflow: hidden;
    *zoom: 1;
    overflow: hidden;
    *zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .oj_nav ul li {
    float: left;
    margin: 0;
  }
  .oj_nav ul li a {
    display: block;
  }
  .oj_nav li {
    padding: 0;
    border-bottom: 1px solid #cccccc;
    height: 39px;
  }
  .oj_nav li > a:after {
    content: "";
  }
  .oj_nav li.dropdown > a:after {
    padding-left: 5px;
  }
  .oj_nav a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 0 1.2em;
    min-height: 39px;
    line-height: 39px;
  }

  .oj_menu {
    color: #58585a;
    position: absolute;
    z-index: 999;
  }
  .oj_menu a {
    border-right: 1px solid #cccccc;
  }
  .oj_menu li:hover {
    border-bottom: 1px solid #cccccc;
    background-color: white;
  }
  .oj_menu li:hover .submenu {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  .oj_menu .submenu:hover {
    display: block !important;
  }
  .oj_menu li.dropdown {
    height: 39px;
    overflow: hidden;
  }
  .oj_menu li.dropdown:hover {
    border-bottom: white;
  }
  .oj_menu li.dropdown:hover > a {
    background: white;
    z-index: 9999;
  }
  .oj_menu .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.1s, opacity 0.1s linear;
    position: absolute;
    background-color: white;
    z-index: 999;
    margin-left: -1px;
    padding: 10px 0 10px 20px;
    border: 1px solid #cccccc;
    border-top: none;
    width: 536px;
  }
  .oj_menu .submenu .col-1-2 {
    padding-right: 20px;
    padding-left: 0;
  }
  .oj_menu .submenu li {
    float: none;
    border-bottom: 1px solid #e5e5e5;
    border-top: none;
    min-height: 39px;
    line-height: 39px;
    text-indent: 10px;
    position: relative;
  }
  .oj_menu .submenu li:last-of-type {
    border-bottom: none;
  }
  .oj_menu .submenu li.label {
    font-weight: 700;
    padding: 0;
    color: #838995;
  }
  .oj_menu .submenu li.label a {
    color: #00a4b4;
  }
  .oj_menu .submenu li a {
    padding: 0;
    border: none;
    line-height: 39px;
    min-height: 0;
  }
  .oj_menu .submenu li a:hover {
    background: #ededee;
  }
  .oj_menu .submenu li a:after {
    content: "\203a";
    font-family: arial;
    font-weight: normal;
    margin-right: 10px;
    color: #00a4b4;
  }

  .oj_menu2 {
    float: right;
  }
  .oj_menu2 .contact {
    text-align: right;
    font-size: .85em;
    color: #838995;
    font-weight: 300;
    width: auto;
    height: 39px;
  }
  .oj_menu2 .contact a {
    line-height: 1.2em;
    padding: 6px 1.2em 0px;
    border-right: none;
  }
  .oj_menu2 .contact a:hover {
    background-color: transparent;
    color: #00a4b4;
  }
  .oj_menu2 .contact .phone {
    font-weight: 500;
    display: block;
  }
  .oj_menu2 .try {
    width: auto;
  }
  .oj_menu2 .try a {
    background-color: #00a4b4;
    color: white;
    margin: 1px;
    min-height: 36px;
    line-height: 36px;
    font-weight: 300;
    padding: 0 15px;
  }
  .oj_menu2 .try:hover a {
    background: #838995;
  }
}
@media (min-width: 760px) and (min-width: 760px) and (max-width: 1005px) {
  .oj_menu .submenu.stacked {
    width: 330px;
  }
  .oj_menu .submenu.stacked [class*='col-'] {
    width: 100%;
    float: none;
  }
}
@media (min-width: 760px) and (min-width: 1005px) {
  .oj_menu .submenu {
    width: 628px;
  }
}
.lt-ie9 .oj_menu li {
  border-bottom: none;
}
.lt-ie9 .masthead .oj_menu .submenu {
  visibility: visible;
  display: none;
}

@media (min-width: 760px) {
  .oj_meet {
    float: right;
    clear: right;
    margin-top: 14px;
    margin-bottom: 21px;
  }
  .oj_meet ul {
    overflow: hidden;
    *zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .oj_meet ul li {
    float: left;
    margin: 0;
  }
  .oj_meet ul li a {
    display: block;
  }
  .oj_meet ul li {
    margin-left: 1px;
    background-color: #2a5ba0;
  }
  .oj_meet ul li:first-of-type {
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    -ms-border-radius: 6px 0px 0px 6px;
    -o-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
  }
  .oj_meet ul li:last-of-type {
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -ms-border-radius: 0px 6px 6px 0px;
    -o-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
  }
  .oj_meet ul li a {
    color: white;
    font-size: 1.1em;
    text-decoration: none;
    padding: 0.32em 1.5em;
  }

  .bro_nav {
    float: right;
    margin-top: 20px;
    color: #838995;
    font-family: verdana;
    line-height: 1.6em;
  }
  .bro_nav ul {
    overflow: hidden;
    *zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .bro_nav ul li {
    float: left;
    margin: 0;
  }
  .bro_nav ul li a {
    display: block;
  }
  .bro_nav ul li {
    border-right: solid 1px;
    margin: 0;
  }
  .bro_nav ul li:last-of-type {
    border: 0;
  }
  .bro_nav ul li:last-of-type a {
    padding-right: 0;
  }
  .bro_nav ul li.label {
    font-weight: 700;
    border: none;
  }
  .bro_nav ul li a {
    font-size: .9em;
    color: #838995;
    text-decoration: none;
    padding: 0 10px;
    display: block;
  }
  .bro_nav ul li a:hover {
    color: #00a4b4;
  }
}
@media (min-width: 760px) {
  .oj_header {
    position: static;
  }
}
@media (min-width: 760px) {
  /* Global Header Search */
  .bro_search form {
    position: relative;
  }

  .globalHeaderSearch {
    width: 150px;
  }

  .globalHeaderSearchDefault {
    background: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/input_off.gif) no-repeat;
    color: transparent;
    border: none;
    width: 150px;
    height: 17px;
    font-size: 11px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }

  .globalHeaderSearchInputOff {
    background: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/input_off.gif) no-repeat;
    border: none;
    width: 150px;
    height: 17px;
    font-size: 11px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }

  .globalHeaderSearchInputOn {
    background: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/input_on.gif) no-repeat;
    border: none;
    width: 150px;
    height: 17px;
    font-size: 11px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }

  #searchBtn4 {
    position: absolute;
    top: 1px;
    left: 125px;
    width: 25px;
    height: 15px;
    background: none;
    background-color: transparent;
    border: none;
  }

  html > body #searchBtn4 {
    position: absolute;
    top: 1px;
    left: 120px;
    width: 30px\9;
    height: 15px;
    background: none;
    background-color: transparent;
    border: none;
  }

  *:first-child + html #searchBtn4 {
    position: absolute;
    top: 1px;
    left: 125px;
    width: 25px;
    height: 15px;
    background: none;
    background-color: transparent;
    border: none;
  }
}
.footer {
  overflow: hidden;
  *zoom: 1;
  background-color: #ededee;
}
.footer a {
  color: #00a4b4;
  text-decoration: none;
}
.footer a:hover, .footer a:focus {
  text-decoration: underline;
}

.oj_footer {
  overflow: hidden;
  *zoom: 1;
}
.oj_footer .group {
  margin-top: 10px;
}
.oj_footer .group div {
  padding: .4em .2em;
}
.oj_footer .group .section {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0.2em;
}
.oj_footer .group .label {
  color: #838995;
  font-weight: 500;
  margin-bottom: 4px;
}
.oj_footer .social {
  padding: .4em .2em;
  line-height: 20px;
}
.oj_footer .social img {
  width: 20px;
  margin-left: 5px;
  vertical-align: bottom;
}

.bro_footer {
  overflow: hidden;
  *zoom: 1;
  border-top: 1px solid #cccccc;
  font-size: .85em;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 760px) {
  .bro_footer {
    text-align: left;
  }
}
@media (min-width: 760px) {
  .bro_footer .nav_items {
    text-align: right;
  }
}
.bro_footer .nav_items a {
  border-left-color: #838995;
}

.cta div.hero_cta {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2px;
  overflow: hidden;
  *zoom: 1;
}
.cta div.hero_cta .col-1-3, .cta div.hero_cta .col-1-2 {
  float: left;
  border-right: 1px solid white;
  border-left: 1px solid white;
  padding: 0;
  margin: 0;
}
.cta div.hero_cta a {
  text-align: center;
  font-weight: 300;
  display: block;
  line-height: 40px;
  color: white;
  font-size: 1em;
  background: #838995;
  text-decoration: none;
}
.cta div.hero_cta a:after {
  content: " \203a";
  font-family: arial;
  font-size: 0.8em;
  vertical-align: 1px;
}
.cta div.hero_cta .try a {
  background: #e37b3a;
}
.cta div.hero_cta .compare a {
  background: #00a4b4;
}
@media (min-width: 440px) {
  .cta div.hero_cta a {
    font-size: 1.1em;
    line-height: 57px;
  }
  .cta div.hero_cta a:after {
    font-size: 0.9em;
    vertical-align: 1px;
  }
}
@media (min-width: 760px) {
  .cta div.hero_cta {
    display: none;
  }
}

.hero .grid {
  background-position-y: top;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 760px) {
  .hero .grid {
    background-size: 100%;
    padding-bottom: 40px;
  }
}
.hero .grid .hero_cta {
  overflow: hidden;
  *zoom: 1;
  margin-top: 0.5em;
  margin-bottom: 1em;
  display: none;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.3em;
}
.hero .grid .hero_cta a {
  text-decoration: none;
  color: inherit;
  color: white;
  text-align: center;
  display: block;
  float: none;
  width: auto;
  margin: 0;
  margin-bottom: 10px;
  padding: 5% 10%;
  background-color: #838995;
}
.hero .grid .hero_cta a:after {
  content: " \203a";
  font-family: arial;
  font-size: 0.8em;
  vertical-align: 1px;
}
.hero .grid .hero_cta .compare a {
  background-color: #00a4b4;
}
.hero .grid .hero_cta .try a {
  background-color: #e37b3a;
}
@media (min-width: 760px) {
  .hero .grid .hero_cta {
    display: block;
  }
}

.backgroundsize .hero .hero_cta a {
  background-color: transparent !important;
  padding: 0;
  margin: 0;
}
.backgroundsize .hero .hero_cta .compare a {
  float: left;
  padding-top: 11%;
  padding-bottom: 13%;
  margin-top: 5px;
  width: 45%;
  background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/hero_cta-turquoise.png");
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  background-size: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.backgroundsize .hero .hero_cta .compare a:hover {
  background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/hero_cta-turquoise-hover.png");
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  background-size: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.backgroundsize .hero .hero_cta .try a {
  float: left;
  padding-top: 12%;
  padding-bottom: 14%;
  width: 55%;
  margin-right: 0;
  background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/hero_cta-orange.png");
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  background-size: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.backgroundsize .hero .hero_cta .try a:hover {
  background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/hero_cta-orange-hover.png");
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  background-size: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.backgroundsize .hero .hero_cta .contact a {
  float: left;
  padding-top: 11%;
  padding-bottom: 15%;
  width: 50%;
  margin-left: 30%;
  margin-top: 0;
  background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/hero_cta-gray.png");
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  background-size: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.backgroundsize .hero .hero_cta .contact a:hover {
  background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/hero_cta-gray-hover.png");
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  background-size: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

.row {
  position: relative;
}

.hero .col-8-12 {
  width: 83.333%;
}
@media (min-width: 760px) {
  .hero .col-8-12 {
    width: 66.66%;
  }
}
.hero h1, .hero .h1 {
  margin-top: .3em;
  margin-bottom: .2em;
  color: #838995;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 300;
}
@media (min-width: 440px) {
  .hero h1, .hero .h1 {
    font-size: 2em;
  }
}
@media (min-width: 760px) {
  .hero h1, .hero .h1 {
    font-size: 2.5em;
    font-weight: 200;
  }
  .hero h1.small, .hero .h1.small {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1005px) {
  .hero h1, .hero .h1 {
    font-size: 3em;
  }
  .hero h1.small, .hero .h1.small {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
.hero .h1 {
  margin-bottom: .3em;
}
.hero h2, .hero .h2 {
  font-size: 1em;
  font-weight: 300;
  color: black;
}
.hero .content {
  position: relative;
}

.industry_cta {
  position: relative;
  z-index: 30;
}
.industry_cta .img_btn {
  font-size: .9em;
  text-align: center;
  margin-bottom: 0;
  background-color: #2a5ba0;
  color: white;
  text-decoration: none;
  display: block;
  padding: .8em 0;
  border: 1px solid #cccccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ch_imgbtn {
  font-size: .9em;
  text-align: center;
  margin-bottom: 0;
  background-color: #2a5ba0;
  color: white;
  text-decoration: none;
  display: block;
  /*padding: .8em 0;*/
  border: 1px solid #cccccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.industry_cta .heading {
  text-align: center;
  color: #2a5ba0;
  font-size: 1.1em;
  margin: 1.3em 10px 1em;
  padding-bottom: 20px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/home_industry-arrow.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/home_industry-arrow.svg), none;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 15px;
}
@media (min-width: 760px) {
    .industry_cta .img_btn {
    font-size: 1.4em;
    color: #2a5ba0;
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2em 0;
  }
  .ch_imgbtn{
    font-size: 1.4em;
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
    cursor:pointer;
  }
 
  .industry_cta .img_btn.healthcare {
    
    background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/home_industry-healthcare-hover.jpg);
  }
  .industry_cta .img_btn.healthcare:hover {
    background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/home_industry-healthcare.jpg);
  }
  .industry_cta .img_btn.it {
    background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/home_industry-it-hover.jpg); 
  }
  .industry_cta .img_btn.it:hover {
    background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/home_industry-it.jpg);
  }
  .industry_cta .img_btn.sales {
    background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/home_industry-sales-hover.jpg);
  }
  .industry_cta .img_btn.sales:hover {
    background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/home_industry-sales.jpg);
  }
    .industry_cta .img_btn.engineering {
    background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/home_industry-engineering-hover.jpg);
  }
  .industry_cta .img_btn.engineering:hover {
    background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/home_industry-engineering.jpg);
  }

   .AARP {
    background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/tab_background.png);
    border:none;
    width:100%;
    height:100%;
    min-height:100px;
    padding-top:30px;
  }

  .industry_cta .heading {
    font-size: 1.3em;
  }
}

.img1{
    text-align:center;
    color:#fff;
    font-size:larger; 
	padding-right:0px !important;
   }
.img2, .img3 {
    text-align:center;
    color:#fff;
    font-size:larger; 
    opacity:0.5;
    padding-right:0px !important;
	padding-left:0px !important;
}

.ch_omnijoin{
    float:left;
    line-height:1.9 !important;
}
.connectedHealth_signup {
    /*color:#e3671b;*/
    color:#fd9927;
    font-size:20px;
    font-weight:bold;
   text-align:center;  
   
}
.Ch_buttonSubmit {
   background:#fd9927 !important;
   border-radius:6px;
   width:100% !important;
   margin-top:20px;
}
.Ch_buttonSubmit:hover{
    background:#e3671b !important;
}

.hero [class*='col-'] {
  position: relative;
  z-index: 30;
}

.bgrad {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(131, 137, 149, 0)), color-stop(100%, rgba(131, 137, 149, 0.15)));
  background-image: -webkit-linear-gradient(rgba(131, 137, 149, 0), rgba(131, 137, 149, 0.15));
  background-image: -moz-linear-gradient(rgba(131, 137, 149, 0), rgba(131, 137, 149, 0.15));
  background-image: -o-linear-gradient(rgba(131, 137, 149, 0), rgba(131, 137, 149, 0.15));
  background-image: linear-gradient(rgba(131, 137, 149, 0), rgba(131, 137, 149, 0.15));
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10em;
  z-index: 20;
}

.feature {
  overflow: hidden;
  *zoom: 1;
}
.feature img {
  float: left;
  padding-right: 10px;
  margin-bottom: 10px;
}
.feature h3 + p {
  clear: left;
}

.contents .content {
  border-bottom: 2px solid #ededee;
}
.contents .content .grid-pad {
  margin-top: 2em;
  margin-bottom: 2em;
}
.contents .content .grid-pad.squeeze {
  margin-top: 0;
  margin-bottom: 0;
}
.contents .content:last-child {
  border-bottom: none;
}

.icon_list {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0 0 2em;
}
.icon_list li {
  width: 100%;
  min-height: 35px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 40px;
  float: left;
}
.icon_list li h5 {
  margin-top: 0;
}
.icon_list li ul li {
  list-style: disc;
  padding-left: 0px;
  float: none;
}
@media (min-width: 760px) {
  .icon_list.two-col li {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
  .icon_list.two-col li ul li {
    width: auto;
    float: none;
  }
  .icon_list.two-col li:nth-child(odd), .icon_list.two-col li.odd {
    clear: left;
  }
}
.icon_list.big h4, .icon_list.big h5 {
  text-align: center;
  margin-top: .8em;
}
.icon_list.big h4 a, .icon_list.big h5 a {
  position: relative;
  text-decoration: none;
  color: #838995;
}
.icon_list.big h4 a:before, .icon_list.big h5 a:before {
  content: "";
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  top: -94px;
  left: 50%;
  margin-left: -30px;
}
.icon_list.big.two-col h5 {
  font-size: 1.2em;
  font-weight: 300;
}
.icon_list.big li {
  padding-top: 80px;
  padding-right: 0px;
  padding-left: 0px;
  background-position: center top;
  background-size: 80px;
  margin: 2em 0;
}
@media (min-width: 760px) {
  .icon_list.big li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .icon_list.big.two-col li:nth-child(odd), .icon_list.big.two-col li.odd {
    clear: left;
    padding-left: 0;
  }
  .icon_list.big.two-col li:nth-child(even), .icon_list.big.two-col li.even {
    padding-right: 0px;
  }
  .icon_list.big.four-col li {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
  .icon_list.big.four-col ul li {
    width: auto;
    float: none;
  }
  .icon_list.big.four-col li:nth-child(odd), .icon_list.big.four-col li.odd {
    clear: left;
  }
}
@media (min-width: 1005px) {
  .icon_list.big.four-col li {
    width: 25%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .icon_list.big.four-col li:nth-child(odd), .icon_list.big.four-col li.odd {
    clear: none;
  }
  .icon_list.big.four-col li:first-child {
    clear: none;
  }
}
.icon_list.big .icon_admin {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-admin.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-admin.svg), none;
}
.icon_list.big .icon_record {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-record.png);
}
.icon_list.big .icon_collaboration {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-collaboration.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-collaboration.svg), none;
}
.icon_list.big .icon_cloud {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-cloud.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-cloud.svg), none;
}
.icon_list.big .icon_secure {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-secure.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-secure.svg), none;
}
.icon_list.big .icon_hd {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-hd.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-hd.svg), none;
}
.icon_list.big .icon_share {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-share.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-large-share.svg), none;
}
.icon_list .icon_hd {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-hd.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-hd.svg), none;
}
.icon_list .icon_cloud {
  background-size: 30px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-cloud.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-cloud.svg), none;
}
.icon_list .icon_share {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-share.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-share.svg), none;
}
.icon_list .icon_setup {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-setup.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-setup.svg), none;
}
.icon_list .icon_education {
  background-size: 29px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-education.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-education.svg), none;
}
.icon_list .icon_app {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-app.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-app.svg), none;
}
.icon_list .icon_admin {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-admin.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-admin.svg), none;
}
.icon_list .icon_record {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-record.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-record.svg), none;
}
.icon_list .icon_secure {
  background-size: 21px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-secure.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-secure.svg), none;
}
.icon_list .icon_team {
  background-size: 28px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-team.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-team.svg), none;
}
.icon_list .icon_support {
  background-size: 20px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-support.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-support.svg), none;
}
.icon_list .icon_features {
  background-size: 25px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-features.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-features.svg), none;
}
.icon_list .icon_costs {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-costs.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-costs.svg), none;
}
.icon_list .icon_scalable {
  background-size: 20px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-scalable.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-scalable.svg), none;
}
.icon_list .icon_tools {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-tools.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-tools.svg), none;
}
.icon_list .icon_handouts {
  background-size: 22px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-handouts.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-handouts.svg), none;
}
.icon_list .icon_audio {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-audio.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-audio.svg), none;
}
.icon_list .icon_contact {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-contact.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-contact.svg), none;
}
.icon_list .icon_unlimited {
  background-size: 28px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-unlimited.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-unlimited.svg), none;
}
.icon_list .icon_multimonitor {
  background-size: 30px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-multimonitor.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-multimonitor.svg), none;
}
.icon_list .icon_hardware {
  background-size: 20px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-hardware.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-hardware.svg), none;
}
.icon_list .icon_access {
  background-size: 25px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-access.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-access.svg), none;
}
.icon_list .icon_news {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-news.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-news.svg), none;
}
.icon_list .icon_video {
  background-size: 25px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-video.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-video.svg), none;
}
.icon_list .icon_article {
  background-size: 18px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-article.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-article.svg), none;
}
.icon_list .icon_event {
  background-size: 25px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-event.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-event.svg), none;
}
.icon_list .icon_success {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-success.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-success.svg), none;
}
.icon_list .icon_expert {
  background-size: 30px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-expert.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-expert.svg), none;
}
.icon_list .icon_training {
  background-size: 30px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-training.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-training.svg), none;
}
.icon_list .icon_omnijoin {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-omnijoin.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-omnijoin.svg), none;
}
.icon_list .icon_deployment {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-deployment.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-deployment.svg), none;
}
.icon_list .icon_branding {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-branding.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-branding.svg), none;
}
.icon_list .icon_monitoring {
  background-size: 28px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-monitoring.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-monitoring.svg), none;
}

.icon_list .icon_smartRate {
  background-size: 28px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-smartRate.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-smartRate.svg), none;
}

.icon_list .icon_smartLayout {
  background-size: 28px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-smartLayout.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/icons/icon-small-smartLayout.svg), none;
}

h3 + .icon_list {
  margin-top: 1.4em;
}

.platforms {
  text-align: left;
  color: #838995;
  font-weight: 500;
}
@media (min-width: 760px) {

   
  .platforms {
    float: left;
  }
}
.platforms img {
  padding-left: 10px;
}

.industry_news h3 {
  font-size: 1.2em;
  font-weight: 300;
  margin-top: .8em;
  color: #2a5ba0;
}
.industry_news .date {
  display: block;
  color: #838995;
}

.testimonials {
  margin-top: 20px;
}
.testimonials h3 {
  font-size: 1.2em;
  text-align: center;
  font-weight: 300;
  margin-top: .8em;
  color: #2a5ba0;
}
.testimonials blockquote {
  color: #838995;
  line-height: 1.3em;
  text-align: center;
  margin: 1em 0;
}
.testimonials .by_line {
  text-align: center;
  font-size: .8em;
}
@media (min-width: 760px) {
  .testimonials {
    margin-top: 0;
  }
  .testimonials blockquote {
    font-size: 1.2em;
    margin: 1em 1em;
  }
}

.endcap {
  background-color: #557cb3;
  background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/endcap_background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: center;
  background-position-x: center;
  padding: 1em 0 1.5em;
  text-align: center;
  font-size: 1.2em;
  font-weight: 200;
}
.endcap p {
  color: white;
  line-height: 1.4em;
}
.endcap .btn {
  color: #e37b3a;
  background: white;
  display: inline-block;
}
@media (min-width: 760px) {
  .endcap {
    font-size: 1.4em;
  }
  .endcap p {
    line-height: 2em;
  }
}

.background.row {
  background-position: center top;
  background-repeat: no-repeat;
}
.background.row .grid-pad {
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .background.row .content_background {
    display: none;
  }
  .background.row .grid-pad {
    margin-bottom: 2em;
  }
  .background.row .crop {
    display: none;
  }
}

.image_hug.row .grid-pad {
  margin-bottom: 0;
}
.image_hug.row .crop {
  overflow: hidden;
}
.image_hug.row .center {
  text-align: center;
}

.tabber {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ededee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  color: #838995;
  max-width: 760px;
  margin: 0 auto;
  font-size: 0.9em;
}
.tabber li {
  float: left;
  margin: 0;
}
.tabber li a {
  display: block;
}
.tabber a {
  padding: 10px 3px;
  color: #838995;
  text-decoration: none;
}
@media (min-width: 440px) {
  .tabber a {
    padding: 10px;
  }
}
@media (min-width: 760px) {
  .tabber {
    font-size: 1.2em;
  }
}
.tabber li {
  text-align: center;
  border-left: 1px solid #cccccc;
}
.tabber li.active {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-weight: 500;
  background: white;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.tabber li.active + li {
  border: none;
}
.tabber li:first-child {
  border-left: none;
}
.tabber li:last-child {
  float: right;
}
.tabber li.active:last-child {
  border-right: none;
}
.tabber.three-col li {
  width: 33.33%;
}
.tabber.four-col li {
  width: 25%;
}
.tabber.five-col li {
  width: 20%;
}

.lt-ie8 .tabber {
  margin: 0 -1px;
  border: 0 !important;
}
.lt-ie8 .tabber li, .lt-ie8 .tabber li.even {
  border-width: 0 !important;
}
.lt-ie8 .tabber li a {
  border: 1px solid #cccccc;
}
.lt-ie8 .tabber.three-col li {
  width: 33% !important;
}
.lt-ie8 .tabber.three-col li.even {
  width: 34% !important;
}

.price_box {
  padding: 10px;
}
.price_box h3 {
  padding-bottom: 0px;
  float: left;
  margin: 0;
  margin-bottom: 10px;
  line-height: 20px;
}
.price_box h4 {
  color: black;
  margin-top: 0px;
}
.price_box .price {
  text-align: right;
  float: right;
  padding-bottom: 0px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 20px;
}
.price_box .price strong {
  font-weight: 500;
}
.price_box .toggle {
  text-align: center;
  padding-top: 5px;
}
.price_box .toggle a.arrow {
  font-size: 1.2em;
  text-decoration: none;
  color: #838995;
}
.price_box .frequncy {
  text-align: right;
  display: inline;
}
.price_box .frequncy:before {
  content: " /";
}
.price_box .details {
  display: none;
}
.price_box .capsule_list {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: 1em 0;
  font-size: .9em;
  text-align: center;
}
.price_box .capsule_list li {
  float: left;
  margin: 0;
}
.price_box .capsule_list li a {
  display: block;
}
.price_box .capsule_list li {
  padding-left: 1px !important;
}
.price_box .capsule_list li:first-of-type {
  padding-left: 0px !important;
}
.price_box .capsule_list li:first-of-type a {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.price_box .capsule_list li:last-of-type a {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.price_box .capsule_list a {
  color: white;
  background-color: #cccccc;
  text-decoration: none;
  padding: 0.32em 1.5em;
}
@media (min-width: 440px) {
  .price_box .capsule_list {
    font-size: 1.1em;
  }
}
.price_box .capsule_list li {
  padding: 0px  !important;
  padding-left: 1px !important;
  margin: 0;
  background: none;
}
.price_box .capsule_list a {
  padding: .7em;
}
.price_box .capsule_list .try a {
  background: #e37b3a;
}
.price_box .capsule_list .try a:hover {
  background: #cd611d;
}
.price_box .capsule_list .buy a {
  background: #00a4b4;
}
.price_box .capsule_list .buy a:hover {
  background: #007681;
}
.price_box .capsule_list .quote {
  width: 100%;
}
.price_box .capsule_list .quote a {
  background: #2a5ba0;
}
.price_box .capsule_list .quote a:hover {
  background: #1f4478;
}
@media (min-width: 760px) {
  .price_box {
    padding: 20px;
    text-align: center;
  }
  .price_box p {
    margin: 1.5em 0;
  }
  .price_box h3 {
    float: none;
    margin-top: 0.7em;
    margin-bottom: 0.8em;
  }
  .price_box .details {
    display: block !important;
  }
  .price_box .arrow {
    display: none;
  }
  .price_box .price {
    display: block;
    float: none;
    text-align: center;
    line-height: 1.4em;
  }
  .price_box .price strong {
    font-size: 1.4em;
  }
  .price_box .frequncy {
    display: block;
    float: none;
    text-align: center;
    font-weight: 300;
  }
  .price_box .frequncy:before {
    display: none;
  }
  .price_box .capsule_list {
    margin: 1.5em auto;
  }
}

#business h3 {
  text-align: center;
  float: none;
}
#business .price {
  display: none;
}
@media (min-width: 760px) {
  #business .price {
    display: block;
  }
}

.price_box h4 {
  margin-bottom: 0;
}
.price_box .note {
  margin-top: 0;
  font-size: .9em;
}

ul.steps {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 1.5em auto;
}
ul.steps li {
  float: left;
  margin: 0;
}
ul.steps li a {
  display: block;
}
ul.steps li {
  display: inline-block;
  float: none;
  margin-right: 0;
}
ul.steps li:after {
  content: " \203a ";
  margin-left: 0;
  font-weight: 300;
}
ul.steps li:last-child {
  margin-right: 0;
}
ul.steps li:last-child:after {
  display: none;
}
ul.steps li.active {
  font-weight: bold;
}

.optionbox {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.optionbox .heading {
  background: #ededee;
  border: 1px solid white;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 20px;
}
.optionbox .heading h3 {
  margin: 0;
  font-weight: 300;
}
.optionbox .options {
  padding: 30px;
}
.optionbox .options h4 {
  margin-top: 0;
  color: #2a5ba0;
  font-weight: 300;
}
.optionbox .graybox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 2px;
}
.optionbox .graybox input[type='radio'] {
  margin-right: 10px;
}
.optionbox .graybox label {
  padding: 10px;
  display: block;
}
.optionbox .footnote {
  color: gray;
  font-size: 0.7em;
}
.optionbox table#audio_plans {
  font-size: 0.8em;
}
.optionbox table#audio_plans th, .optionbox table#audio_plans td {
  padding: 5px;
  vertical-align: middle;
}
.optionbox table#audio_plans th {
  font-size: .95em;
}
.optionbox table#audio_plans input[type='radio'] {
  margin-right: 10px;
}
@media (min-width: 760px) {
  .optionbox {
    overflow: hidden;
    *zoom: 1;
  }
  .optionbox table#audio_plans {
    font-size: 1em;
  }
  .optionbox table#audio_plans th {
    font-size: .9em;
  }
  .optionbox .heading {
    float: left;
    width: 30%;
    position: relative;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .optionbox .heading .footnote {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .optionbox .heading h3 {
    text-align: center;
    font-size: 1.3em;
  }
  .optionbox .options {
    float: left;
    width: 70%;
  }
}

.lt-ie9 .optionbox .heading,
.lt-ie9 .optionbox .options {
  padding: 20px !important;
}

.summarybox {
  padding: 10px 20px;
}
.summarybox h5 {
  margin-top: 0;
  color: #58585a;
}
.summarybox hr {
  border-bottom: 2px solid white;
  margin-left: -17px;
  margin-right: -17px;
}
.summarybox p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.summarybox .btn {
  width: 100%;
}
.summarybox .value {
  font-weight: bold;
}
.summarybox .kill-on-mobile {
  display: block;
}
.summarybox .total_all .total_amount {
  font-weight: bold;
}
.summarybox .footnote {
  color: #838995;
  font-style: italic;
}
@media (min-width: 0) and (max-width: 760px) {

  .summarybox {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    left: 0;
    border-radius: 0px;
    border-top: 1px solid lightgray;
    background: white;
    padding: 10px 20px;
  }
  .summarybox p {
    margin: 0;
  }
  .summarybox .total_all {
    font-size: 1.2em;
    float: left;
  }
  .summarybox .total_all p {
    margin: 0;
  }
  .summarybox .btn {
    float: right;
    text-align: right;
    margin: 7px 0;
    width: auto;
  }
  .summarybox .kill-on-mobile {
    display: none;
  }
    #divMobilePaddingBottom h5 {
        margin-bottom: 2.5em;
    }
}

.discountbox {
  font-size: 0.9em;
  padding: 10px 20px;
}
.discountbox input {
  margin: .2em 0;
}
.discountbox label {
  font-style: italic;
}


.connectedHealth_Header {
    text-align:center;
    font-weight:bold;
    color:#0092b3;
    font-size:30px
}
@media (min-width: 760px) {
  .checkout .sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 20px;
  }
  .checkout .grid, .checkout .grid-pad, .checkout .row {
    overflow: visible;
  }
}