﻿@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/brothercloud/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/brothercloud/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/brothercloud/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  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/brothercloud/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);
}

/*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/brothercloud/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/brothercloud/fancybox/fancybox_loading-2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*  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.m-full {
  padding: 0;
}
.grid-pad.m-full .col-1-1 {
  padding: 0;
}
@media (min-width: 760px) {
  .grid-pad.m-full .col-1-1 {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 760px) {
  .grid-pad.m-full {
    padding: 0 0 0 20px;
  }
}

.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;
}
@media (min-width: 760px) {
  [class*='col-'].center {
    padding-right: 0 !important;
  }
}

[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;
  }
}
@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.section_cta {
  color: #00a4b4;
  text-decoration: underline;
}

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;
}

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;
}

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.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
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.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;
}

h3, .h3 {
  font-weight: 400;
  color: #838995;
  font-size: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h3 a, .h3 a {
  text-decoration: none;
  color: #2a5ba0;
}
@media (min-width: 760px) {
  h3.center, .h3.center {
    text-align: center;
  }
  h3.right, .h3.right {
    text-align: right;
  }
  h3.left, .h3.left {
    text-align: left;
  }
}

h4, .h4 {
  color: #838995;
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: .7em;
  line-height: 1.4285714em;
}
h4.center_mobile, .h4.center_mobile {
  text-align: center;
}
@media (min-width: 760px) {
  h4.center, .h4.center {
    text-align: center;
  }
  h4.right, .h4.right {
    text-align: right;
  }
  h4.left, .h4.left {
    text-align: left;
  }
}

h4 + p {
  margin-top: 0;
}

h5 {
  color: #838995;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: .7em;
  line-height: 1.4285714em;
}
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;
}

p.heading {
  color: #2a5ba0;
  font-size: 1.3em;
}

h1.heading {
  color: #2a5ba0;
  font-size: 1.3em;
}

p.large_heading {
  color: #2a5ba0;
  font-size: 1.7em;
}

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: #dfe0e1;
}

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, select {
  display: block;
  width: 100%;
  margin: 1em 0;
  padding: 10px;
  height: 36px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #838995;
}
input[type='Submit'], textarea[type='Submit'], select[type='Submit'] {
  width: 50%;
  color: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0.5em 2em;
  width: auto;
  border: none;
  margin: auto;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZDJlNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTRiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00d2e7), color-stop(100%, #00a4b4));
  background-image: -moz-linear-gradient(#00d2e7, #00a4b4);
  background-image: -webkit-linear-gradient(#00d2e7, #00a4b4);
  background-image: linear-gradient(#00d2e7, #00a4b4);
}
input[type='Submit']:hover, textarea[type='Submit']:hover, select[type='Submit']:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzY4MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTRiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007681), color-stop(100%, #00a4b4));
  background-image: -moz-linear-gradient(#007681, #00a4b4);
  background-image: -webkit-linear-gradient(#007681, #00a4b4);
  background-image: linear-gradient(#007681, #00a4b4);
}
input[type='Submit'].text_btn, textarea[type='Submit'].text_btn, select[type='Submit'].text_btn {
  background: transparent;
  color: #00a4b4;
  text-decoration: underline;
  display: inline;
  padding: 0;
  width: auto;
}
input[type='radio'], textarea[type='radio'], select[type='radio'] {
  display: inline;
  width: auto;
  margin: 0;
}
input[type='checkbox'], textarea[type='checkbox'], select[type='checkbox'] {
  display: inline;
  width: auto;
  margin: 0;
}

label {
  text-align: left;
}

.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;
  }
}

@media (min-width: 760px) {
  .kill-on-tablet {
    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 #dfe0e1;
  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: #dfe0e1;
  -moz-border-radius: 6px;
  -webkit-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;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cccccc;
}
.borderbox > * {
  margin-top: 0;
  margin-bottom: 0;
}

.btn {
  -moz-border-radius: 6px;
  -webkit-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;
  -moz-border-radius: 6px;
  -webkit-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(to right, #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;
  }
}

.cloud_header {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2px;
}
@media (min-width: 760px) {
  .cloud_header {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.cloud_header .grid-pad {
  padding: 0;
  padding-left: 0px;
  margin-top: 0;
}
.cloud_header .grid-pad .col-1-1 {
  padding-right: 0px;
}
@media (min-width: 760px) {
  .cloud_header .grid-pad {
    padding: 0 0 0 20px;
    margin-top: 10px;
  }
  .cloud_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;
  }
}

.logo__cloud, .logo__receipts, .logo__partners {
  float: left;
  margin-top: 18px;
  margin-bottom: 7px;
  margin-left: 20px;
}
.logo__cloud img, .logo__receipts img, .logo__partners img {
  max-width: 200px;
}
@media (min-width: 440px) {
  .logo__cloud, .logo__receipts, .logo__partners {
    margin-top: 28px;
    margin-bottom: 10px;
  }
  .logo__cloud img, .logo__receipts img, .logo__partners img {
    max-width: 236px;
  }
}
@media (min-width: 760px) {
  .logo__cloud, .logo__receipts, .logo__partners {
    margin-top: 17px;
    margin-bottom: 22px;
    margin-left: 0;
  }
}

.logo__receipts {
  margin-top: 10px;
}
@media (min-width: 440px) {
  .logo__receipts {
    margin-top: 15px;
  }
  .logo__receipts img {
    max-width: 236px;
  }
}
@media (min-width: 760px) {
  .logo__receipts {
    margin-top: 10px;
  }
  .logo__receipts img {
    max-width: 230px;
  }
}

.logo__partners {
  margin-top: 10px;
}
.logo__partners img {
  max-width: 150px;
}
@media (min-width: 440px) {
  .logo__partners {
    margin-top: 15px;
  }
  .logo__partners img {
    max-width: 190px;
  }
}
@media (min-width: 760px) {
  .logo__partners {
    margin-top: 10px;
  }
  .logo__partners img {
    max-width: 212px;
  }
}

.lt-ie9 .logo__cloud, .lt-ie9 .logo__receipts, .lt-ie9 .logo__partners {
  max-width: 135px;
}
@media (min-width: 440px) {
  .lt-ie9 .logo__cloud, .lt-ie9 .logo__receipts, .lt-ie9 .logo__partners {
    max-width: 185px;
  }
}
@media (min-width: 760px) {
  .lt-ie9 .logo__cloud, .lt-ie9 .logo__receipts, .lt-ie9 .logo__partners {
    max-width: 236px;
  }
}

/* show hide eliments for responsive */
.bro_nav,
.bro_search,
.bro_regin,
.oj_nav {
  display: none;
}

.oj_nav .bro_nav,
.oj_nav .bro_search {
  display: block;
}

@media (min-width: 760px) {
  .oj_nav {
    display: none !important;
  }
  .oj_nav .bro_nav,
  .oj_nav .bro_search,
  .oj_nav .bro_regin {
    display: none;
  }

  .menu_toggle {
    display: none;
  }

  .bro_nav,
  .bro_search,
  .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;
  }
}

.lt-ie9 .oj_menu li {
  border-bottom: none;
}
.lt-ie9 .masthead .oj_menu .submenu {
  visibility: visible;
  display: none;
}

@media (min-width: 760px) {
  .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) {
  .cloud_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/brothercloud/input_off.gif) no-repeat;
    color: transparent;
    border: none;
    width: 150px;
    height: 17px;
    font-size: 11px;
    margin: 0;
    padding: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .globalHeaderSearchInputOff {
    background: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/input_off.gif) no-repeat;
    border: none;
    width: 150px;
    height: 17px;
    font-size: 11px;
    margin: 0;
    padding: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .globalHeaderSearchInputOn {
    background: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/input_on.gif) no-repeat;
    border: none;
    width: 150px;
    height: 17px;
    font-size: 11px;
    margin: 0;
    padding: 0;
    -moz-border-radius: 0px;
    -webkit-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;
  }
}
.extra_nav {
  overflow: visible;
}
.extra_nav .col-1-1 {
  padding-right: 0;
}
@media (min-width: 760px) {
  .extra_nav .col-1-1 {
    padding-right: 20px;
    position: relative;
  }
}
.extra_nav .receipts_nav {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2px;
  overflow: hidden;
  *zoom: 1;
}
.extra_nav .receipts_nav ul {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.extra_nav .receipts_nav ul li {
  float: left;
  margin: 0;
}
.extra_nav .receipts_nav ul li a {
  display: block;
}
.extra_nav .receipts_nav ul li {
  float: left;
  border-right: 1px solid white;
  border-left: 1px solid white;
  padding: 0;
  margin: 0;
  background-color: #2a5ba0;
  width: 50%;
}
.extra_nav .receipts_nav ul li.login {
  background-color: #00a4b4;
}
.extra_nav .receipts_nav a {
  text-align: center;
  font-weight: 300;
  display: block;
  line-height: 40px;
  color: white;
  font-size: 1em;
  text-decoration: none;
}
.extra_nav .receipts_nav a:after {
  content: " \203a";
  font-family: arial;
  font-size: 0.8em;
  vertical-align: 1px;
}
@media (min-width: 760px) {
  .extra_nav .receipts_nav {
    border-bottom: none;
    float: right;
    margin-top: -66px;
  }
  .extra_nav .receipts_nav ul {
    overflow: hidden;
    *zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .extra_nav .receipts_nav ul li {
    float: left;
    margin: 0;
  }
  .extra_nav .receipts_nav ul li a {
    display: block;
  }
  .extra_nav .receipts_nav ul li {
    float: left;
    margin-left: 1px;
    width: auto;
    border: 1px solid #2a5ba0;
  }
  .extra_nav .receipts_nav ul li:first-of-type {
    -moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 0px 0px 6px;
  }
  .extra_nav .receipts_nav ul li:last-of-type {
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px 6px 6px 0px;
  }
  .extra_nav .receipts_nav ul li.login {
    border: 1px solid #378ab1;
  }
  .extra_nav .receipts_nav ul li a {
    color: white;
    font-size: 1.1em;
    text-decoration: none;
    padding: 0.32em 0.8em;
    min-width: 80px;
    line-height: 1.2em;
    text-align: center;
  }
  .extra_nav .receipts_nav ul li a:after {
    content: "";
  }
}

.footer {
  overflow: hidden;
  *zoom: 1;
  background-color: #f1f1f1;
}
.footer a {
  color: #838995;
  text-decoration: none;
}
.footer a:hover, .footer a:focus {
  text-decoration: underline;
}
.footer .legal {
  border-top: 1px solid #ccc;
}
.footer .legal .bro_footer {
  border-top: none;
}
@media (min-width: 760px) {
  .footer .legal {
    border-top: none;
  }
  .footer .legal .bro_footer {
    border-top: 1px solid #ccc;
  }
}

.cloud_footer {
  overflow: hidden;
  *zoom: 1;
  margin-top: 30px;
  margin-bottom: 10px;
}
.cloud_footer .social {
  line-height: 20px;
}
@media (min-width: 760px) {
  .cloud_footer .social {
    text-align: right;
  }
}
.cloud_footer .social img {
  width: 20px;
  margin-left: 5px;
  vertical-align: bottom;
}
.cloud_footer .nav_items {
  font-weight: 500;
  padding: 0px;
}
.cloud_footer .nav_items li {
  border-bottom: 1px solid #ccc;
}
.cloud_footer .nav_items li a {
  margin-bottom: 0.6em;
  display: block;
}
@media (min-width: 760px) {
  .cloud_footer .nav_items {
    overflow: hidden;
    *zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .cloud_footer .nav_items li {
    float: left;
    margin: 0;
  }
  .cloud_footer .nav_items li a {
    display: block;
  }
  .cloud_footer .nav_items li {
    border-bottom: none;
    padding: 0 1em;
  }
  .cloud_footer .nav_items li:first-of-type {
    padding-left: 0;
    border-left: none;
  }
  .cloud_footer .nav_items li a {
    display: inline;
    margin-bottom: 0;
  }
}

.bro_footer {
  overflow: hidden;
  *zoom: 1;
  border-top: 1px solid #cccccc;
  font-size: .85em;
  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;
}

.hero .grid {
  background-position: bottom left;
  background-position-y: bottom;
  background-size: auto;
  background-repeat: no-repeat;
  padding-bottom: 290px;
  font-size: 1.2em;
}
@media (min-width: 760px) {
  .hero .grid {
    background-size: cover;
    padding-bottom: 30px;
    min-height: 305px;
    position: relative;
  }
}
.hero .grid h1 {
  font-size: 2.3em;
  font-weight: 200;
  line-height: 1.1em;
}
.hero .grid p {
  margin: 0 0 1em;
}
.hero .grid.img-left {
  background-position-x: left;
}
@media (min-width: 760px) {
  .hero .grid.img-left .headline {
    right: 0;
  }
}
.hero .grid.img-right {
  background-position-x: right;
}
.hero .grid .headline {
  text-align: center;
}
@media (min-width: 760px) {
  .hero .grid .headline {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }
}
.hero .grid.receipts_support {
  padding-bottom: 0px;
}
@media (min-width: 760px) {
  .hero .grid.receipts_support .col-4-12 {
    padding-top: 40px;
  }
}
@media (min-width: 760px) {
  .hero .grid.receipts_support {
    background-position: bottom center;
    background-position-x: center;
    background-position-y: bottom;
    background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/BR-Receipts/hero-receipts_support.jpg);
  }
}
@media (min-width: 760px) {
  .hero .grid.receipts_support .headline {
    padding-top: 60px !important;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    position: static;
  }
}
.hero .grid.receipts_support .headline h1 {
  color: #2a5ba0;
  font-size: 1.2em;
  margin-top: 10px;
}
@media (min-width: 760px) {
  .hero .grid.receipts_support .headline h1 {
    font-size: 1.7em;
  }
}
.hero .grid.receipts_support .customer_service {
  background-color: #0c2d9f;
  padding: 10px 30px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.hero .grid.receipts_support .customer_service p {
  color: white;
}
.hero .grid.receipts_support .customer_service h2 {
  color: white;
  font-weight: 500;
  font-size: 1.3em;
}
@media (min-width: 760px) {
  .hero .grid.receipts_support.img-left .headline {
    float: left;
    padding-top: 30px;
  }
}
.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;
  }
}

.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;
}

.hero [class*='col-'] {
  position: relative;
  z-index: 30;
}

.bgrad {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzODk5NSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Mzg5OTUiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  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: -moz-linear-gradient(rgba(131, 137, 149, 0), rgba(131, 137, 149, 0.15));
  background-image: -webkit-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;
}

.lt-ie9 .headline {
  top: 0 !important;
}

.product_cta {
  position: relative;
  z-index: 30;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
.product_cta h2 {
  margin: 0;
  font-size: 1.9em;
  color: white;
}
.product_cta .detail {
  margin: 1em 0 4em;
}
@media (min-width: 760px) {
  .product_cta .detail {
    margin: 1em 10px 2em;
  }
}
.product_cta .img_btn {
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
  border: 1px solid #cccccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: white;
  background: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  padding: 1.5em 0;
}
.product_cta .img_btn.omnijoin {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/product_cta-omnijoin.jpg);
}
.product_cta .img_btn.omnijoin .leading-icon {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-featured-omnijoin.png);
}
.product_cta .img_btn.receipts {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/product_cta-receipts.jpg);
}
.product_cta .img_btn.receipts .leading-icon {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-featured-receipts.png);
}
.product_cta .img_btn.encrypted {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/product_cta-encrypted_email.jpg);
}
.product_cta .img_btn.encrypted .leading-icon {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-encrypted.png);
}
.product_cta .leading-icon {
  padding-top: 71px;
  background-position: center top;
  background-position-y: 0px;
  background-position-x: 50%;
}

.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 #dfe0e1;
}
.contents .content .grid-pad {
  margin-top: 2em;
  margin-bottom: 2em;
}
.contents .content .grid-pad.squeeze {
  margin-top: 0;
  margin-bottom: 0;
}

.features.row .grid-pad {
  margin-top: 1em;
  margin-bottom: 1em;
}

.content.row {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(237, 237, 239, 0)), color-stop(100%, rgba(237, 237, 239, 0.5)));
  background-image: -moz-linear-gradient(rgba(237, 237, 239, 0), rgba(237, 237, 239, 0.5));
  background-image: -webkit-linear-gradient(rgba(237, 237, 239, 0), rgba(237, 237, 239, 0.5));
  background-image: linear-gradient(rgba(237, 237, 239, 0), rgba(237, 237, 239, 0.5));
}

.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/brothercloud/icons/icon-large-admin.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-admin.svg), none;
}
.icon_list.big .icon_collaboration {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-collaboration.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-collaboration.svg), none;
}
.icon_list.big .icon_cloud {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-cloud.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-cloud.svg), none;
}
.icon_list.big .icon_secure {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-secure.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-secure.svg), none;
}
.icon_list.big .icon_hd {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-hd.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-hd.svg), none;
}
.icon_list.big .icon_share {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-share.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-share.svg), none;
}
.icon_list .icon_hd {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-hd.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-hd.svg), none;
}
.icon_list .icon_cloud {
  background-size: 30px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-cloud.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-cloud.svg), none;
}
.icon_list .icon_share {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-share.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-share.svg), none;
}
.icon_list .icon_setup {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-setup.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-setup.svg), none;
}
.icon_list .icon_education {
  background-size: 29px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-education.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-education.svg), none;
}
.icon_list .icon_app {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-app.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-app.svg), none;
}
.icon_list .icon_admin {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-admin.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-admin.svg), none;
}
.icon_list .icon_record {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-record.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-record.svg), none;
}
.icon_list .icon_secure {
  background-size: 21px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-secure.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-secure.svg), none;
}
.icon_list .icon_team {
  background-size: 28px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-team.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-team.svg), none;
}
.icon_list .icon_support {
  background-size: 20px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-support.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-support.svg), none;
}
.icon_list .icon_features {
  background-size: 25px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-features.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-features.svg), none;
}
.icon_list .icon_costs {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-costs.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-costs.svg), none;
}
.icon_list .icon_scalable {
  background-size: 20px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-scalable.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-scalable.svg), none;
}
.icon_list .icon_tools {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-tools.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-tools.svg), none;
}
.icon_list .icon_handouts {
  background-size: 22px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-handouts.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-handouts.svg), none;
}
.icon_list .icon_audio {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-audio.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-audio.svg), none;
}
.icon_list .icon_contact {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-contact.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-contact.svg), none;
}
.icon_list .icon_unlimited {
  background-size: 28px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-unlimited.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-unlimited.svg), none;
}
.icon_list .icon_multimonitor {
  background-size: 30px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-multimonitor.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-multimonitor.svg), none;
}
.icon_list .icon_hardware {
  background-size: 20px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-hardware.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-hardware.svg), none;
}
.icon_list .icon_access {
  background-size: 25px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-access.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-access.svg), none;
}
.icon_list .icon_news {
  background-size: 24px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-news.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-news.svg), none;
}
.icon_list .icon_video {
  background-size: 25px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-video.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-video.svg), none;
}
.icon_list .icon_article {
  background-size: 18px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-article.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-article.svg), none;
}
.icon_list .icon_event {
  background-size: 25px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-event.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-event.svg), none;
}
.icon_list .icon_success {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-success.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-success.svg), none;
}
.icon_list .icon_expert {
  background-size: 30px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-expert.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-expert.svg), none;
}
.icon_list .icon_training {
  background-size: 30px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-training.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-training.svg), none;
}
.icon_list .icon_omnijoin {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-omnijoin.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-omnijoin.svg), none;
}
.icon_list .icon_deployment {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-deployment.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-deployment.svg), none;
}
.icon_list .icon_branding {
  background-size: 26px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-branding.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-branding.svg), none;
}
.icon_list .icon_monitoring {
  background-size: 28px;
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-monitoring.png);
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-small-monitoring.svg), none;
}

h3 + .icon_list {
  margin-top: 1.4em;
}

.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;
  }
}

.leading-icon {
  background-repeat: no-repeat;
  display: block;
}
.leading-icon.-big {
  padding-top: 90px;
  background-position: center top;
  background-position-y: 0px;
  background-position-x: 50%;
}
.leading-icon.-big.-omnijoin {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-omnijoin.png);
}
.leading-icon.-big.-receipts {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-receipts.png);
}
.leading-icon.-big.-encrypted {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-encrypted.png);
}
.leading-icon.-big.-alert {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-alert.png);
}
.leading-icon.-big.-blog {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-blog.png);
}
.leading-icon.-big.-cloudserver {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-cloudserver.png);
}
.leading-icon.-big.-email {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-email.png);
}
.leading-icon.-big.-news {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-news.png);
}
.leading-icon.-big.-securemail {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-securemail.png);
}
.leading-icon.-big.-compatible {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-compatible.png);
}
.leading-icon.-big.-guide {
  background-image: url(https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/icon-large-guide.png);
}

.product {
  text-align: center;
  margin: 10px 0;
}
@media (min-width: 760px) {
  .product {
    margin: 0 20px;
  }
}
.product h2 {
  font-size: 1.5em;
}
.product h2 a {
  color: #2a5ba0;
  text-decoration: none;
}
.product h3 {
  color: #838995;
}

.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;
  }
}

.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: #dfe0e1;
  -moz-border-radius: 6px;
  -webkit-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 {
  -moz-border-radius: 6px;
  -webkit-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;
}
@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;
  }
}

.capsule_list {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: 1em 0;
  font-size: .9em;
  text-align: center;
}
.capsule_list li {
  float: left;
  margin: 0;
}
.capsule_list li a {
  display: block;
}
.capsule_list li {
  padding-left: 1px !important;
}
.capsule_list li:first-of-type {
  padding-left: 0px !important;
}
.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;
}
.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;
}
.capsule_list a {
  color: white;
  background-color: #cccccc;
  text-decoration: none;
  padding: 0.32em 1.5em;
}
@media (min-width: 440px) {
  .capsule_list {
    font-size: 1.1em;
  }
}
.capsule_list li {
  padding: 0px  !important;
  padding-left: 1px !important;
  margin: 0;
  background: none;
}
.capsule_list a {
  padding: .7em 2.7em;
}
.capsule_list .try a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZDJlNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTRiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00d2e7), color-stop(100%, #00a4b4));
  background-image: -moz-linear-gradient(#00d2e7, #00a4b4);
  background-image: -webkit-linear-gradient(#00d2e7, #00a4b4);
  background-image: linear-gradient(#00d2e7, #00a4b4);
}
.capsule_list .try a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzY4MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTRiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007681), color-stop(100%, #00a4b4));
  background-image: -moz-linear-gradient(#007681, #00a4b4);
  background-image: -webkit-linear-gradient(#007681, #00a4b4);
  background-image: linear-gradient(#007681, #00a4b4);
}
.capsule_list .buy a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1NzJjOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhNWJhMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3572c8), color-stop(100%, #2a5ba0));
  background-image: -moz-linear-gradient(#3572c8, #2a5ba0);
  background-image: -webkit-linear-gradient(#3572c8, #2a5ba0);
  background-image: linear-gradient(#3572c8, #2a5ba0);
}
.capsule_list .buy a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmNDQ3OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhNWJhMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1f4478), color-stop(100%, #2a5ba0));
  background-image: -moz-linear-gradient(#1f4478, #2a5ba0);
  background-image: -webkit-linear-gradient(#1f4478, #2a5ba0);
  background-image: linear-gradient(#1f4478, #2a5ba0);
}
.capsule_list .quote {
  width: 100%;
}
.capsule_list .quote a {
  background: #2a5ba0;
}

#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: #dfe0e1;
  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 {
  -moz-border-radius: 0;
  -webkit-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;
    -moz-border-radius: 0;
    -webkit-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;
  }
}

.discountbox {
  font-size: 0.9em;
  padding: 10px 20px;
}
.discountbox input {
  margin: .2em 0;
}
.discountbox label {
  font-style: italic;
}

@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;
  }
}

.receipts_form {
  background-color: #dfe0e1;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 10px 20px;
  max-width: 420px;
  margin: auto;
}
.receipts_form input {
  border: none;
}
@media (min-width: 760px) {
  .receipts_form {
    margin-left: auto;
  }
}
.receipts_form h2 {
  text-align: center;
  font-weight: 500;
}
.receipts_form .BrReceipts-RegisterFormRowFieldSelectbox {
  margin: 1em 0px;
  text-align: left;
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: right;
}

.TrialBox-SignupForm {
  text-align: left;
}

.modalwindow {
  max-width: 320px;
}
.modalwindow.-center {
  margin: auto;
  text-align: center;
}
.modalwindow .h4 {
  margin-bottom: 20px;
}

.marquee {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  height: 483px;
  background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/images/brothercloud/marquee-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
}
.marquee *:focus {
  outline: none;
}
@media (min-width: 760px) {
  .marquee .marquee__userimg {
    position: absolute;
    width: 352px;
    height: 465px;
    right: 50px;
    bottom: 0px;
    z-index: 20;
    background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/images/brothercloud/marquee-user.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    background-position-x: right;
    background-position-y: bottom;
  }
}
.marquee .marquee__device {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 30;
  height: 0%;
  overflow: hidden;
}
.marquee .marquee__tab {
  height: 50%;
  cursor: pointer;
  position: relative;
}
.marquee .marquee__tab p {
  color: white;
  margin: 0;
}
@media (min-width: 760px) {
  .marquee .marquee__tab p {
    font-size: 17px;
  }
}
.marquee .marquee__tab .title {
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 760px) {
  .marquee .marquee__tab .title {
    font-size: 36px;
  }
}
.marquee .marquee__tab .marquee__tab_label .title {
  line-height: 20px;
  padding-left: 20px;
}
.marquee .marquee__tab .marquee__tab_label .title .text {
  margin-right: 10px;
}
@media (min-width: 760px) {
  .marquee .marquee__tab .marquee__tab_label .title {
    line-height: 30px;
    padding-left: 27px;
  }
}
.marquee .marquee__tab .marquee__tab_label .title .title_arrow {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
@media (min-width: 760px) {
  .marquee .marquee__tab .marquee__tab_label .title .title_arrow {
    width: 27px;
    height: 27px;
  }
}
.marquee .marquee__tab .center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  max-width: 330px;
  margin: auto;
  padding: 0 10px;
}
.marquee .marquee__tab .marquee__tab_intro {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  max-width: 100%;
}
.marquee .marquee__tab .marquee__tab_label {
  opacity: 0;
}
.marquee .marquee__tab .detail {
  margin-top: 10px;
}
.marquee .marquee__tab.-manage {
  background-color: rgba(0, 164, 180, 0.8);
}
.marquee .marquee__tab.-manage:hover {
  background-color: rgba(0, 164, 180, 0.9);
}
.marquee .marquee__tab.-connect {
  background-color: rgba(42, 91, 160, 0.8);
}
.marquee .marquee__tab.-connect:hover {
  background-color: rgba(42, 91, 160, 0.9);
}
.marquee .marquee__content {
  background-color: rgba(255, 255, 255, 0.95);
  height: 0%;
  min-height: 8px;
  position: relative;
}
.marquee .marquee__inner {
  overflow: hidden;
  height: 100%;
}
.marquee .marquee__cloud {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0%;
  position: absolute;
  margin-top: -42px;
  z-index: 40;
}
.marquee .marquee__items {
  overflow: hidden;
  *zoom: 1;
  padding: 20px 0;
}
.marquee .marquee__item {
  text-align: center;
}
@media (min-width: 760px) {
  .marquee .marquee__item {
    border-left: 1px solid #dfe0e1;
    padding: 0 20px;
  }
  .marquee .marquee__item.-first {
    border: none;
  }
}
.marquee .marquee__item p {
  font-weight: 400;
  color: #838995;
}
.marquee .marquee__item .leading-icon {
  padding-top: 70px;
  background-size: 60px;
}
.marquee .marquee__item h2 {
  font-size: 1.5em;
}
.marquee .marquee__item h2 a {
  color: inherit;
  text-decoration: none;
}
.marquee .marquee__connect_box .marquee__items {
  overflow: hidden;
  *zoom: 1;
  padding: 20px 10px;
}
@media (min-width: 760px) {
  .marquee .marquee__connect_box .marquee__items {
    padding: 20px 0;
    margin: auto;
    width: 50%;
  }
}
@media (min-width: 760px) {
  .marquee .marquee__connect_box .marquee__item {
    float: left !important;
    width: 50% !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 760px) {
  .marquee .marquee__manage_box .marquee__item {
    float: left !important;
    width: 25% !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
.marquee .slick-slide img {
  display: inline;
}
.marquee .slick-arrow {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  display: block;
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 50;
}
.marquee .slick-arrow.slick-next {
  right: 0;
  background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/right-arrow.png");
}
.marquee .slick-arrow.slick-prev {
  background-image: url("https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/brothercloud/icons/left-arrow.png");
}
@media (min-width: 760px) {
  .marquee .slick-slider button {
    display: none !important;
  }
  .marquee .slick-track {
    opacity: 1 !important;
    width: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .marquee .slick-cloned {
    display: none !important;
  }
}
.marquee .detail, .marquee .marquee__tab, .marquee .marquee__content, .marquee .marquee__manage_box, .marquee .marquee__connect_box, .marquee .marquee__tab .title, .marquee .marquee__tab .title_arrow {
  transition-property: opacity, height, padding, transform,background-color;
  transition-duration: .5s;
  transition-timing-function: ease;
}
.marquee .marquee__cloud {
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.marquee--manage_active .detail {
  opacity: 0;
}
.marquee--manage_active .marquee__content {
  height: 55%;
}
.marquee--manage_active .marquee__tab.-manage {
  height: 30%;
}
.marquee--manage_active .marquee__tab.-manage .title {
  padding-top: 20px;
}
.marquee--manage_active .marquee__tab.-manage .title .title_arrow {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.marquee--manage_active .marquee__tab.-connect {
  height: 15%;
}
.marquee--manage_active .marquee__tab.-connect .title {
  padding-top: 58px;
}

.marquee__cloud {
  opacity: 1;
}

.marquee__cloud.-bottom {
  top: 100%;
  margin-top: -50px;
}

.marquee--connect_active .detail {
  opacity: 0;
}
.marquee--connect_active .marquee__content {
  height: 55%;
}
@media (min-width: 760px) {
  .marquee--connect_active .marquee__cloud {
    opacity: 1;
  }
}
.marquee--connect_active .marquee__tab.-connect {
  height: 30%;
}
.marquee--connect_active .marquee__tab.-connect .title {
  padding-top: 55px;
}
.marquee--connect_active .marquee__tab.-connect .title .title_arrow {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.marquee--connect_active .marquee__tab.-manage {
  height: 15%;
}
.marquee--connect_active .marquee__tab.-manage .title {
  padding-top: 40px;
}

.marquee__the_line {
  position: absolute;
  top: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  width: 0%;
  z-index: 20;
  height: 8px;
}

.marquee__the_line.-left {
  left: 0px;
}

.marquee__the_line.-right {
  right: 0px;
}

.lt-ie9 .marquee {
  display: none;
}

.manage_hovered .marquee__tab.-manage {
  height: 55%;
}
.manage_hovered .marquee__tab.-connect {
  height: 45%;
}

.connect_hovered .marquee__tab.-connect {
  height: 55%;
}
.connect_hovered .marquee__tab.-manage {
  height: 45%;
}

.marquee--manage_active .manage_hovered .marquee__tab.-manage {
  height: 30%;
}
.marquee--manage_active .manage_hovered .marquee__tab.-connect {
  height: 15%;
}
.marquee--manage_active .connect_hovered .marquee__tab.-manage {
  height: 30%;
}
.marquee--manage_active .connect_hovered .marquee__tab.-connect {
  height: 15%;
}

.marquee--connect_active .connect_hovered .marquee__tab.-manage {
  height: 15%;
}
.marquee--connect_active .connect_hovered .marquee__tab.-connect {
  height: 30%;
}
.marquee--connect_active .manage_hovered .marquee__tab.-manage {
  height: 15%;
}
.marquee--connect_active .manage_hovered .marquee__tab.-connect {
  height: 30%;
}
.Red_Bold_80
{
color:#FF0000;
font-weight:bold;
}



/*------------------------------------------*/
/*Start OmniJoin Secure */

.page-contain {
    color:#3b3939;
    padding-top:5px;
    padding-bottom:5px;
    line-height:normal !important;
    
}

.logo-omnijoin {
    width:250px;
    height:100px;
}

.header-background {      
    background: -webkit-linear-gradient(bottom, rgba(131, 137, 149, 0), rgba(131, 137, 149, 0.15)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(131, 137, 149, 0), rgba(131, 137, 149, 0.15)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(131, 137, 149, 0), rgba(131, 137, 149, 0.15)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(131, 137, 149, 0), rgba(131, 137, 149, 0.15)); /* Standard syntax (must be last) */
    bottom: 0px;
    width: 100%;
    padding-bottom:10px;
    padding-top:2px;    
   }
.header-title {
    color:#8f8f8f;
    margin:2px;
    font-size:24px;
}
.header-title-content {
    display:block;
    color:#8f8f8f;        
    font-size:16px;   
}
.text-header-container {
    padding-left:2px;
    width:680px;
}
/*h1.header-title {
    background: #00a8cb none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0 0;
    padding: 0 10px;
    text-align: center;
}*/
h1.header-title {    
    font-size: 3em; font-weight: 200; color: #838995; font-family: 'Gotham SSm A','Gotham SSm B',sans-serif;
}
#image-logo {
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/OmniJoin_logo_transaprent_bg.png');
    background-repeat: no-repeat;    
    background-size:260px;
}

.box-blue {
    background: #1d91da;
    padding:10px;
    margin:0px;
    width: 98%;
}
.text-trial-header {
    text-align:center;
    padding-bottom:6px;
}

#talkbubble {
    height: 150px;
    width: 200px;
    position: relative;
    overflow: hidden;
}
#talkbubble:before{
    position: absolute;
    top: 100px;
    left: 67px;
    content: "";
    height: 50px;
    width: 50px;
    background: transparent;
    transform-origin:0% 100%;
    transform: rotate(52deg) skewX(10deg);
    -webkit-transform: rotate(52deg) skewX(10deg);
    box-shadow: 0 0 0 200px #3572c8;
}

.box-blue input[type="text"] {
    border-color: #a2a29d;
    border-radius: 7px;
    border-style: solid;
    border-width: 1px 0 0 1px;    
    min-height: 12px;
    padding: 5px 4px 4px;
}

.box-blue input[type="password"] {
    border-color: #a2a29d;
    border-radius: 7px;
    border-style: solid;
    border-width: 1px 0 0 1px;    
    min-height: 12px;
    padding: 5px 4px 4px;
}

.div-start-button{
    padding:5px;
}
.text-align-center {
    display:block;
    text-align:center;
}
.text-call-now {
    color:#e3671b;    
    padding-top:12px;
}
.button-style {
    text-align:center;
	border : solid 0px #fff700;
	border-radius : 7px !important;
	-moz-border-radius : 7px !important;
    -webkit-border-radius: 7px !important;	 
	font-size : 20px;
    font-weight:bold;
	color : #ffffff;
    min-height:50px;
	padding : 1px 30px !important;
	background : #e3671b !important;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3671b), color-stop(100%,#ff8c00)) !important;
	background : -moz-linear-gradient(top, #e3671b 0%, #ff8c00 100%) !important;
	background : -webkit-linear-gradient(top, #e3671b 0%, #ff8c00 100%) !important;
	background : -o-linear-gradient(top, #e3671b 0%, #ff8c00 100%) !important;
	background : -ms-linear-gradient(top, #e3671b 0%, #ff8c00 100%) !important;
	background : linear-gradient(top, #e3671b 0%, #ff8c00 100%) !important;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3671b', endColorstr='#ff8c00',GradientType=0 );        
}
.button-style:hover {
    background : #fd9927 !important;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9927), color-stop(100%,#ff8c00)) !important;
	background : -moz-linear-gradient(top, #fd9927 0%, #ff8c00 100%) !important;
	background : -webkit-linear-gradient(top, #fd9927 0%, #ff8c00 100%) !important;
	background : -o-linear-gradient(top, #fd9927 0%, #ff8c00 100%) !important;
	background : -ms-linear-gradient(top, #fd9927 0%, #ff8c00 100%) !important;
	background : linear-gradient(top, #fd9927 0%, #ff8c00 100%) !important;
}
.box-title {
    color: #ffffff;
    font-size:28px;
    margin-bottom:0px;
    margin-top:0px;
}
.video-img-intelligent-video {
    padding:0px 60px 20px 120px;    
}
.video-img-home-enterprise {
    padding:0px 60px 20px 120px;    
}
.video-img-attendee-meeting {
    padding:5px 30px 5px 50px;    
}
.video-img-manufacturing-training {
    padding:2px 80px 5px 80px; 
}
.video-img-education-learning {
    padding:2px 90px 5px 90px;    
}
.webpage-img-panel {
    padding:0px 90px 20px 120px;  
}
.video-img-style {
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;    
}
.video-image {
    width: 200px;
    height:200px;
}
.clear {
    clear:both;
}
.blockquote-panel {
    text-align:center;
    border:none;
    padding-top:4px;
    padding-bottom:18px;
    color:#838995;
    font-size:18px !important;    
}
.text-style {
    display:block;
    border: none;    
    margin:0px;  
    font-size:18px;  
}

.image-square {        
    margin: 12px 0 0 -30px;
    position:absolute;
    z-index:1;    
}
.image-square-top {        
    margin: -32px 0 0 210px;
    position:absolute;
    z-index:1;    
}
.rectangle-style {
    height:40px;
    width:40px;
}

.box-gray-style {
    background: #8f8f8f none repeat scroll 0 0;
    margin:1px;
    padding:10px;
    width:98%;
}
.box-black-background {
    background: #3b3939 none repeat scroll 0 0;
    margin:1px;
    padding:10px;
    width:98%;
}

.image-style {    
    max-height:160px;
}
.text-partners {
    padding-top:36px;
    font-size:14px;
    text-align:center;
}
.text-footer {
    text-align:center;
    display:block;
    color:#FFFFFF;
}
.logo-panel {
    padding-top:10px;
    padding-bottom:100px;    
}
.text-underline {
    text-decoration:underline;
    display:block;
    
}
.text-policy {
    display:block;    
    padding-top:10px;
    font-size:14px;
}
.about-omnijoin-panel {
    color:#FFFFFF;
    display:block;
    padding:0px 50px 2px 5px;
}
.text-omnijoin-title {
    display:block;
    margin-bottom:10px;
    margin-top:4px;
}
.text-omnijoin-title-left {
    display:block;
    text-align:left;
    padding-left:12px;
    padding-bottom:8px;
}
.text-about-omnijoin {
    display:block;
}
.text-inputbox {
    padding:5px 10px 5px 10px;
}
img.displayed-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 6em;
}
.center-div {
    text-align:center;
}
.text-callnow-white {
    color:#FFFFFF;      
    font-size:10px;  
    font-weight:bold;
    white-space:nowrap;
    display:inline-block;
}
.text-white {
    color:#ffffff;
    font-size:14px;
    padding:0px 10px;
}
.text-white-tellus {
    color:#ffffff;
    font-size:13px;
}
.button-quote {
    color:#FFFFFF !important;      
    font-size:18px;  
    font-weight:bold;
    text-decoration: none !important;    
}
.button-quote a {
    color:#FFFFFF !important; 
    text-decoration: none !important;
}
.text-orange-background {
    text-align:center;
	border: solid 0px #fff700;
	border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;	   
    min-width:180px;	
    font-weight:bold;    
	color : #ffffff;
	padding : 12px !important;
	background : #e3671b !important;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd500), color-stop(100%,#ff8c00)) !important;
	background : -moz-linear-gradient(top, #e3671b 0%, #ff8c00 100%) !important;
	background : -webkit-linear-gradient(top, #e3671b 0%, #ff8c00 100%) !important;
	background : -o-linear-gradient(top, #e3671b 0%, #ff8c00 100%) !important;
	background : -ms-linear-gradient(top, #e3671b 0%, #ff8c00 100%) !important;
	background : linear-gradient(top, #e3671b 0%, #ff8c00 100%) !important;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c00', endColorstr='#ff8c00',GradientType=0 );        
}
.button-orange-size {
    padding-left:100px;
    padding-right:100px;
}
.button-black-size {
    padding-left:50px;
    padding-right:50px;
}
.header-title-black {
    color:#0d0d0d;
    margin:2px;
    font-size:24px;
    font-weight:bold;
}
.text-black-background {
    text-align:center;
	border : solid 0px #fff700;
	border-radius : 4px;
	-moz-border-radius : 4px;
    -webkit-border-radius: 4px;
	font-size : 14px;
    font-weight:bold;
	color : #ffffff;
	padding : 10px 10px 10px 17px !important;
	background : #0d0d0d !important;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d0d0d), color-stop(100%,#0d0d0d)) !important;
	background : -moz-linear-gradient(top, #0d0d0d 0%, #0d0d0d 100%) !important;
	background : -webkit-linear-gradient(top, #0d0d0d 0%, #0d0d0d 100%) !important;
	background : -o-linear-gradient(top, #0d0d0d 0%, #0d0d0d 100%) !important;
	background : -ms-linear-gradient(top, #0d0d0d 0%, #0d0d0d 100%) !important;
	background : linear-gradient(top, #0d0d0d 0%, #0d0d0d 100%) !important;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0d0d', endColorstr='#0d0d0d',GradientType=0 );        
}

.text-black-background a:hover {
    color : #ffffff !important;
    text-decoration: none !important;
}
.text-orange-background:hover {    
    background : #fd9927 !important;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9927), color-stop(100%,#ff8c00)) !important;
	background : -moz-linear-gradient(top, #fd9927 0%, #ff8c00 100%) !important;
	background : -webkit-linear-gradient(top, #fd9927 0%, #ff8c00 100%) !important;
	background : -o-linear-gradient(top, #fd9927 0%, #ff8c00 100%) !important;
	background : -ms-linear-gradient(top, #fd9927 0%, #ff8c00 100%) !important;
	background : linear-gradient(top, #fd9927 0%, #ff8c00 100%) !important;
}

#omnijoinAdv-mobile li {
    list-style-type: none;   
}
.image-square-quote {
    margin: -32px 0 0 220px;
    position:inherit;
    z-index:1;
}
.text-about-yourself {
    font-size:10px;
}
.box-title-black {
    color:#000000;
    margin-bottom:0px !important;
    margin-top:0px !important;
}
.text-policy-mobile {
    display:block;
    color:#ffffff;
    padding-bottom:6px;
}
.text-footer a {
    text-decoration:none;
    color:#ffffff;
}
.text-footer a:hover {    
    color:#ffffff;
}
.header-content-style-blue {
    color:#1d91da;
    margin:0;
    padding-bottom:5px;
}
.header-content-style {    
    margin:0;
}
#navlist
{
    margin-left: 0;
    margin-bottom:15px;
    padding-left: 0;
    list-style: none;    
}

#navlist li 
{    
    background: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/flower_1d91da_blue.png') no-repeat 0px 6px transparent;
    list-style-type: none;        
    background-size:20px;
    padding-left: 30px;
    padding-top:3px;
}
#navlistAARP
{
    margin-left: 0;
    margin-bottom:15px;
    padding-left: 0;
    list-style: none;    
}

#navlistAARP li 
{    
    background: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/flower.png') no-repeat 0px 6px transparent;
    list-style-type: none;        
    background-size:20px;
    padding-left: 30px;
    padding-top:3px;
}

.navlistAARP1
{
    margin-left: 0;
    margin-bottom:15px;
    padding-left: 0;
    list-style: none;    
}

.navlistAARP1 li 
{    
    background: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/flower.png') no-repeat 0px 6px transparent;
    list-style-type: none;        
    background-size:20px;
    padding-left: 30px;
    padding-top:3px;
}


#image-truste {
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/TRUSTe-Logo-Labeled-for-Reuse.jpg');
    background-repeat: no-repeat;
    background-position: 1.5em;
    background-size:140px;
}
#image-pcisecurity {
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/pci-security-standards.jpg');
    background-repeat: no-repeat;
    background-position: 0.5em;
    background-size:270px;
}

#image-safeharbor {
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/safeHarbor.png');
    background-repeat: no-repeat;
    background-position: 0.5em;
    background-size:270px;
}

#image-montana-university {
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/um_logo.png');
    background-repeat: no-repeat;
    background-position: 0.5em;
    background-size:180px;
}
#image-secure-telehealth {
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/secure_tele.png');
    background-repeat: no-repeat;
    background-position: 0.5em;
    background-size:170px;
}
#image-bulk-transportation {
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/bulk_transportation.png');
    background-repeat: no-repeat;
    background-position: 0.5em;
    background-size:170px;
}
#image-arc {
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/arc_logo.png');
    background-repeat: no-repeat;
    background-position: 0.5em;
    background-size:180px;
}
#image-wlcfs {
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/wlcfs_logo_gray.jpg');
    background-repeat: no-repeat;
    background-position: 0.2em;
    background-size:180px;
}
#image-thompson {
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/thompson_logo.png');
    background-repeat: no-repeat;
    background-position: 0.2em;
    background-size:173px;
}
#image-school-philosophy {
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/school_philosophy_logo.jpg');
    background-repeat: no-repeat;
    background-position: 0.2em;
    background-size:173px;
}
#image-vpp {
    padding-top:50px;
    padding-bottom:50px;
    background-image: url('https://www.brother-usa.com/virdata/BrotherCloudWebApp/Images/OmniJoin/graphics/VPP.png');
    background-repeat: no-repeat;
    background-position: 0.2em;
    background-size:173px;
}

.text-callus {
    font-size:24px;
}
.text-callus-number {
    text-align:center;
    font-size:18px;
}


/*End OmniJoin Secure */
/*------------------------------------------*/


.TermsOfUse {
    padding: 10px;
}

.TermsOfUse h3 {
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
}

.TermsOfUse h4 {
    font-size: 88%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 0px 0px;
    color: #000000;
}

.TermsOfUse p {
    font-size: 84%;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}