/* ====================
// MSI.scss - globals
// ==================== */
/* Z-Index Stack
//---------------------
// 9999 - z-max
// 900 - header
// 800 - footer
// 700 - nav side
*/
/* reset.scss - reset styles and set print styles */
/* Display in IE6-9 and FF3
// ------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/* Display block in IE6-9 and FF3
// ------------------------- */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* Prevents modern browsers from displaying 'audio' without controls
// ------------------------- */
audio:not([controls]) {
  display: none; }

/* Base settings
// ------------------------- */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* Hover & Active */
a:hover,
a:active {
  outline: 0; }

/* Prevents sub and sup affecting line-height in all browsers
// ------------------------- */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Img border in a's and image quality
// ------------------------- */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* Prevent max-width from affecting Google Maps */
#map_canvas img,
.google-maps img {
  max-width: none; }

/* Forms
// ------------------------- */
/* Font size in all browsers, margin changes, misc consistency */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  /* Inner spacing ie IE6/7 */
  line-height: normal;
  /* FF3/4 have !important on line-height in UA stylesheet */ }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Inner padding and border oddities in FF3/4 */
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* Corrects inability to style clickable `input` types in iOS. */
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type `input` and others. */ }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type `input` and others. */ }

input[type="search"] {
  /* Appearance in Safari/Chrome */
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* Inner-padding issues in Chrome OSX, Safari 5 */ }

textarea {
  overflow: auto;
  /* Remove vertical scrollbar in IE6-9 */
  vertical-align: top;
  /* Readability and alignment cross-browser */ }

/* Printing
// ------------------------- */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    background: transparent !important;
    box-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;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
@page {
  margin: 0.5cm; }
/* grid.scss - Responsive grid styles */
/* grid.scss - Responsive grid styles */
/* Row definition */
.ms-row {
  clear: both;
  min-height: 20px;
  position: relative;
  *zoom: 1; }
  .ms-row:before, .ms-row:after {
    display: table;
    content: "";
    line-height: 0; }
  .ms-row:after {
    clear: both; }

.ms-row:after,
.ms-row:before {
  display: table;
  line-height: 0;
  content: "";
  clear: both; }

/* Top-level column definition.  Breakpoint-specific styles will be added later */
.ms-row > div > .ms-column,
.ms-row > .ms-column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  padding: 5px 10px 5px 10px;
  width: 25%; }

.ms-row-flush ul.ms-row-flush {
  margin-right: 0; }

/* Breakpoint specific sizes */
@media only screen {
  .ms-row {
    margin: 0 10px 0 10px; }

  .ms-row-flush {
    margin: 0 -10px 0 -10px; }

  .ms-row > div > .ms-column.xsmall-1,
  .ms-row > .ms-column.xsmall-1 {
    width: 8.33333%;
    *width: 7.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-xsmall-1,
  .ms-row > .ms-column.offset-xsmall-1 {
    margin-left: 8.33333%;
    *margin-left: 7.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-1,
  .ms-row > .ms-column.offset-1 {
    margin-left: 8.33333%;
    *margin-left: 7.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-xsmall-1,
  .rtl .ms-row > .ms-column.offset-xsmall-1 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 8.33333%;
    *margin-right: 7.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-1,
  .rtl .ms-row > .ms-column.offset-1 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 8.33333%;
    *margin-right: 7.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row.ms-row-ordered > div > .ms-column.offset-xsmall-1,
  .ms-row.ms-row-ordered > .ms-column.offset-xsmall-1 {
    position: absolute;
    top: 0;
    left: 0; }

  .ms-row > div > .ms-column.all-1,
  .ms-row > .ms-column.all-1 {
    width: 8.33333%;
    *width: 7.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.xsmall-2,
  .ms-row > .ms-column.xsmall-2 {
    width: 16.66667%;
    *width: 16.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-xsmall-2,
  .ms-row > .ms-column.offset-xsmall-2 {
    margin-left: 16.66667%;
    *margin-left: 16.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-2,
  .ms-row > .ms-column.offset-2 {
    margin-left: 16.66667%;
    *margin-left: 16.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-xsmall-2,
  .rtl .ms-row > .ms-column.offset-xsmall-2 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 16.66667%;
    *margin-right: 16.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-2,
  .rtl .ms-row > .ms-column.offset-2 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 16.66667%;
    *margin-right: 16.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row.ms-row-ordered > div > .ms-column.offset-xsmall-2,
  .ms-row.ms-row-ordered > .ms-column.offset-xsmall-2 {
    position: absolute;
    top: 0;
    left: 0; }

  .ms-row > div > .ms-column.all-2,
  .ms-row > .ms-column.all-2 {
    width: 16.66667%;
    *width: 16.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.xsmall-3,
  .ms-row > .ms-column.xsmall-3 {
    width: 25%;
    *width: 24.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-xsmall-3,
  .ms-row > .ms-column.offset-xsmall-3 {
    margin-left: 25%;
    *margin-left: 24.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-3,
  .ms-row > .ms-column.offset-3 {
    margin-left: 25%;
    *margin-left: 24.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-xsmall-3,
  .rtl .ms-row > .ms-column.offset-xsmall-3 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 25%;
    *margin-right: 24.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-3,
  .rtl .ms-row > .ms-column.offset-3 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 25%;
    *margin-right: 24.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row.ms-row-ordered > div > .ms-column.offset-xsmall-3,
  .ms-row.ms-row-ordered > .ms-column.offset-xsmall-3 {
    position: absolute;
    top: 0;
    left: 0; }

  .ms-row > div > .ms-column.all-3,
  .ms-row > .ms-column.all-3 {
    width: 25%;
    *width: 24.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.xsmall-4,
  .ms-row > .ms-column.xsmall-4 {
    width: 33.33333%;
    *width: 32.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-xsmall-4,
  .ms-row > .ms-column.offset-xsmall-4 {
    margin-left: 33.33333%;
    *margin-left: 32.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-4,
  .ms-row > .ms-column.offset-4 {
    margin-left: 33.33333%;
    *margin-left: 32.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-xsmall-4,
  .rtl .ms-row > .ms-column.offset-xsmall-4 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 33.33333%;
    *margin-right: 32.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-4,
  .rtl .ms-row > .ms-column.offset-4 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 33.33333%;
    *margin-right: 32.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row.ms-row-ordered > div > .ms-column.offset-xsmall-4,
  .ms-row.ms-row-ordered > .ms-column.offset-xsmall-4 {
    position: absolute;
    top: 0;
    left: 0; }

  .ms-row > div > .ms-column.all-4,
  .ms-row > .ms-column.all-4 {
    width: 33.33333%;
    *width: 32.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.xsmall-5,
  .ms-row > .ms-column.xsmall-5 {
    width: 41.66667%;
    *width: 41.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-xsmall-5,
  .ms-row > .ms-column.offset-xsmall-5 {
    margin-left: 41.66667%;
    *margin-left: 41.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-5,
  .ms-row > .ms-column.offset-5 {
    margin-left: 41.66667%;
    *margin-left: 41.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-xsmall-5,
  .rtl .ms-row > .ms-column.offset-xsmall-5 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 41.66667%;
    *margin-right: 41.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-5,
  .rtl .ms-row > .ms-column.offset-5 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 41.66667%;
    *margin-right: 41.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row.ms-row-ordered > div > .ms-column.offset-xsmall-5,
  .ms-row.ms-row-ordered > .ms-column.offset-xsmall-5 {
    position: absolute;
    top: 0;
    left: 0; }

  .ms-row > div > .ms-column.all-5,
  .ms-row > .ms-column.all-5 {
    width: 41.66667%;
    *width: 41.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.xsmall-6,
  .ms-row > .ms-column.xsmall-6 {
    width: 50%;
    *width: 49.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-xsmall-6,
  .ms-row > .ms-column.offset-xsmall-6 {
    margin-left: 50%;
    *margin-left: 49.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-6,
  .ms-row > .ms-column.offset-6 {
    margin-left: 50%;
    *margin-left: 49.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-xsmall-6,
  .rtl .ms-row > .ms-column.offset-xsmall-6 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 50%;
    *margin-right: 49.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-6,
  .rtl .ms-row > .ms-column.offset-6 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 50%;
    *margin-right: 49.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row.ms-row-ordered > div > .ms-column.offset-xsmall-6,
  .ms-row.ms-row-ordered > .ms-column.offset-xsmall-6 {
    position: absolute;
    top: 0;
    left: 0; }

  .ms-row > div > .ms-column.all-6,
  .ms-row > .ms-column.all-6 {
    width: 50%;
    *width: 49.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.xsmall-7,
  .ms-row > .ms-column.xsmall-7 {
    width: 58.33333%;
    *width: 57.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-xsmall-7,
  .ms-row > .ms-column.offset-xsmall-7 {
    margin-left: 58.33333%;
    *margin-left: 57.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-7,
  .ms-row > .ms-column.offset-7 {
    margin-left: 58.33333%;
    *margin-left: 57.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-xsmall-7,
  .rtl .ms-row > .ms-column.offset-xsmall-7 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 58.33333%;
    *margin-right: 57.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-7,
  .rtl .ms-row > .ms-column.offset-7 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 58.33333%;
    *margin-right: 57.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row.ms-row-ordered > div > .ms-column.offset-xsmall-7,
  .ms-row.ms-row-ordered > .ms-column.offset-xsmall-7 {
    position: absolute;
    top: 0;
    left: 0; }

  .ms-row > div > .ms-column.all-7,
  .ms-row > .ms-column.all-7 {
    width: 58.33333%;
    *width: 57.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.xsmall-8,
  .ms-row > .ms-column.xsmall-8 {
    width: 66.66667%;
    *width: 66.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-xsmall-8,
  .ms-row > .ms-column.offset-xsmall-8 {
    margin-left: 66.66667%;
    *margin-left: 66.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-8,
  .ms-row > .ms-column.offset-8 {
    margin-left: 66.66667%;
    *margin-left: 66.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-xsmall-8,
  .rtl .ms-row > .ms-column.offset-xsmall-8 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 66.66667%;
    *margin-right: 66.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-8,
  .rtl .ms-row > .ms-column.offset-8 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 66.66667%;
    *margin-right: 66.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row.ms-row-ordered > div > .ms-column.offset-xsmall-8,
  .ms-row.ms-row-ordered > .ms-column.offset-xsmall-8 {
    position: absolute;
    top: 0;
    left: 0; }

  .ms-row > div > .ms-column.all-8,
  .ms-row > .ms-column.all-8 {
    width: 66.66667%;
    *width: 66.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.xsmall-9,
  .ms-row > .ms-column.xsmall-9 {
    width: 75%;
    *width: 74.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-xsmall-9,
  .ms-row > .ms-column.offset-xsmall-9 {
    margin-left: 75%;
    *margin-left: 74.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-9,
  .ms-row > .ms-column.offset-9 {
    margin-left: 75%;
    *margin-left: 74.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-xsmall-9,
  .rtl .ms-row > .ms-column.offset-xsmall-9 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 75%;
    *margin-right: 74.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-9,
  .rtl .ms-row > .ms-column.offset-9 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 75%;
    *margin-right: 74.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row.ms-row-ordered > div > .ms-column.offset-xsmall-9,
  .ms-row.ms-row-ordered > .ms-column.offset-xsmall-9 {
    position: absolute;
    top: 0;
    left: 0; }

  .ms-row > div > .ms-column.all-9,
  .ms-row > .ms-column.all-9 {
    width: 75%;
    *width: 74.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.xsmall-10,
  .ms-row > .ms-column.xsmall-10 {
    width: 83.33333%;
    *width: 82.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-xsmall-10,
  .ms-row > .ms-column.offset-xsmall-10 {
    margin-left: 83.33333%;
    *margin-left: 82.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-10,
  .ms-row > .ms-column.offset-10 {
    margin-left: 83.33333%;
    *margin-left: 82.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-xsmall-10,
  .rtl .ms-row > .ms-column.offset-xsmall-10 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 83.33333%;
    *margin-right: 82.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-10,
  .rtl .ms-row > .ms-column.offset-10 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 83.33333%;
    *margin-right: 82.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row.ms-row-ordered > div > .ms-column.offset-xsmall-10,
  .ms-row.ms-row-ordered > .ms-column.offset-xsmall-10 {
    position: absolute;
    top: 0;
    left: 0; }

  .ms-row > div > .ms-column.all-10,
  .ms-row > .ms-column.all-10 {
    width: 83.33333%;
    *width: 82.83333%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.xsmall-11,
  .ms-row > .ms-column.xsmall-11 {
    width: 91.66667%;
    *width: 91.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-xsmall-11,
  .ms-row > .ms-column.offset-xsmall-11 {
    margin-left: 91.66667%;
    *margin-left: 91.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-11,
  .ms-row > .ms-column.offset-11 {
    margin-left: 91.66667%;
    *margin-left: 91.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-xsmall-11,
  .rtl .ms-row > .ms-column.offset-xsmall-11 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 91.66667%;
    *margin-right: 91.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-11,
  .rtl .ms-row > .ms-column.offset-11 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 91.66667%;
    *margin-right: 91.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row.ms-row-ordered > div > .ms-column.offset-xsmall-11,
  .ms-row.ms-row-ordered > .ms-column.offset-xsmall-11 {
    position: absolute;
    top: 0;
    left: 0; }

  .ms-row > div > .ms-column.all-11,
  .ms-row > .ms-column.all-11 {
    width: 91.66667%;
    *width: 91.16667%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.xsmall-12,
  .ms-row > .ms-column.xsmall-12 {
    width: 100%;
    *width: 99.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-xsmall-12,
  .ms-row > .ms-column.offset-xsmall-12 {
    margin-left: 100%;
    *margin-left: 99.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column.offset-12,
  .ms-row > .ms-column.offset-12 {
    margin-left: 100%;
    *margin-left: 99.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-xsmall-12,
  .rtl .ms-row > .ms-column.offset-xsmall-12 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 100%;
    *margin-right: 99.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .rtl .ms-row > div > .ms-column.offset-12,
  .rtl .ms-row > .ms-column.offset-12 {
    margin-left: 0;
    *margin-left: 0;
    margin-right: 100%;
    *margin-right: 99.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row.ms-row-ordered > div > .ms-column.offset-xsmall-12,
  .ms-row.ms-row-ordered > .ms-column.offset-xsmall-12 {
    position: absolute;
    top: 0;
    left: 0; }

  .ms-row > div > .ms-column.all-12,
  .ms-row > .ms-column.all-12 {
    width: 100%;
    *width: 99.5%;
    padding: 0 10px 20px 10px;
    *padding: 0 9.75px 19.5px 9.75px; }

  .ms-row > div > .ms-column:after,
  .ms-row > .ms-column:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 20px;
    z-index: -1; }

  .ms-row > div > .ms-column.ms-column-flush,
  .ms-row > .ms-column.ms-column-flush {
    padding: 0; } }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* scaffolding.scss - Base page styles */
html, body {
  min-height: 100%;
  min-width: 100%; }

html.lt-ie9,
.lt-ie9 body {
  height: 100%; }

.no-chat .ms-btn-chat {
  display: none; }

.no-chat .ms-row.ms-contact-row .ms-column,
.lt-ie9 .no-chat .ms-row.ms-contact-row > .ie-3.ms-column {
  width: 33.33%; }

body {
  margin: 0;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0; }

h1.jumbo {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.05;
  letter-spacing: -1px;
  text-transform: uppercase; }

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.05;
  letter-spacing: 0px;
  text-transform: uppercase; }

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25; }


h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.11;
  font-weight: 700; }

h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 10px; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 1px;
  text-transform: uppercase; }

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375; }

a {
  color: #0063be;
  text-decoration: none; }

a:hover,
a:focus {
  color: #00a0df;
  text-decoration: none; }

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

hr {
  color: #cccccc;
  background-color: #cccccc;
  width: 100%;
  height: 1px;
  border-width: 0;
  margin: 20px 0px 20px 0px; }

.ms-overview-btn-links {
  margin-bottom: 8px; }
  .ms-overview-btn-links .ms-btn-link {
    display: block; }

/* template.scss - Base template styles */
.viewport {
  height: 100%;
  position: static;
  min-width: 980px; }

/* Sizing */
.ms-site-cont {
  width: 1024px;
  margin: 0 auto;
  position: relative; }

.lt-ie9 .ms-site-cont {
  overflow: visible;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.lt-ie9 .ms-body-content {
  padding-bottom: 0 !important; }

/* Body Main */
.ms-body-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  padding-top: 60px;
  min-height: 99%;
  padding-bottom: 111px; }

/* Content Main */
.ms-content-main {
  min-height: 100%;
  margin: 0px 0 0;
  padding: 20px 40px 0;
  position: relative; }

/* Browser Supports Media Queries */
@media screen and (min-width: 0) {
  .viewport {
    max-width: 100%;
    overflow: hidden;
    min-width: 0;
    position: relative;
    /* having this messes with Galaxy S3 stock Android reflow */ }

  .ms-site-cont {
    min-width: 300px;
    max-width: 1240px;
    width: auto; }

  .ms-body-content {
    padding-top: 4px; }
    .ms-body-content.ms-body-grow {
      min-height: 100vh; } }
/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* forms.scss - global form styles */
textarea,
input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 12px 10px;
  max-width: 259px;
  width: 100%;
  border: 1px solid #bbb;
  color: #333333;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.3); }

textarea:focus,
input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 1px solid #00a0df;
  -webkit-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.3); }

input[type="checkbox"],
input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 37px;
    line-height: 24px;
    vertical-align: middle; }
    input[type="checkbox"] + label > span,
    input[type="radio"] + label > span {
      line-height: 1.2;
      display: inline-block; }
    input[type="checkbox"] + label:before, input[type="checkbox"] + label:after,
    input[type="radio"] + label:before,
    input[type="radio"] + label:after {
      content: " ";
      position: absolute;
      width: 22px;
      height: 22px; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      left: 0;
      top: 0;
      display: inline-block;
      background: none;
      border: 1px solid #b7b7b7;
      -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4); }
    input[type="checkbox"] + label:after,
    input[type="radio"] + label:after {
      left: 1px;
      top: 1px;
      display: none;
      background: #4983c7 url("../images/sprite_main.png") 0 -63px no-repeat;
      border-color: #2364b0; }
  input[type="checkbox"]:checked + label:after,
  input[type="radio"]:checked + label:after {
    display: inline-block; }

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none; }

.lt-ie9 .ms-checkbox.checked label:after {
  content: "  ";
  display: inline-block; }

/* icons.scss - global icon styles */
.ms-icon:before {
  background-image: url("../images/icon_spritesheet.png");
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  top: -1px; }
.ms-icon.i-util-chat:before {
  background-position: -1260px center; }
.ms-icon.i-util-contact:before {
  background-position: -1300px center; }
.ms-icon.i-generic:before {
  background: none; }
.ms-icon.i-tour:before {
  background-position: left center; }
.ms-icon.i-video:before {
  background-position: -20px center; }
.ms-icon.i-pdf:before {
  background-position: -40px center; }
.ms-icon.i-lock:before {
  background-position: -60px center; }
.ms-icon.i-people:before {
  background-position: -80px center; }
.ms-icon.i-cart:before {
  background-position: -100px center; }
.ms-icon.i-share:before {
  background-position: -120px center; }
.ms-icon.i-chat:before {
  background-position: -140px center; }
.ms-icon.i-contact:before {
  background-position: -160px center; }
.ms-icon.i-manual:before {
  background-position: -180px center; }
.ms-icon.i-person:before {
  background-position: -400px center; }
.ms-icon.i-mail:before {
  background-position: -660px center; }
.ms-icon.i-search:before {
  background-position: -720px center; }
.ms-icon.i-filter:before {
  background-position: -780px center; }
.ms-icon.i-ext:before {
  background-position: -840px center; }
.ms-icon.i-download:before {
  background-position: -900px center; }
.ms-icon.i-form:before {
  background-position: -960px center; }
.ms-icon.i-download-tray:before {
  background-position: -1020px center; }
.ms-icon.i-exit:before {
  background-position: -1080px center; }
.ms-icon.i-white {
  color: #fff; }
  .ms-icon.i-white.i-tour:before {
    background-position: -200px center; }
  .ms-icon.i-white.i-video:before {
    background-position: -220px center; }
  .ms-icon.i-white.i-pdf:before {
    background-position: -240px center; }
  .ms-icon.i-white.i-lock:before {
    background-position: -260px center; }
  .ms-icon.i-white.i-people:before {
    background-position: -280px center; }
  .ms-icon.i-white.i-cart:before {
    background-position: -300px center; }
  .ms-icon.i-white.i-share:before {
    background-position: -320px center; }
  .ms-icon.i-white.i-chat:before {
    background-position: -340px center; }
  .ms-icon.i-white.i-contact:before {
    background-position: -360px center; }
  .ms-icon.i-white.i-manual:before {
    background-position: -380px center; }
  .ms-icon.i-white.i-person:before {
    background-position: -420px center; }
  .ms-icon.i-white.i-mail:before {
    background-position: -680px center; }
  .ms-icon.i-white.i-search:before {
    background-position: -740px center; }
  .ms-icon.i-white.i-filter:before {
    background-position: -800px center; }
  .ms-icon.i-white.i-ext:before {
    background-position: -860px center; }
  .ms-icon.i-white.i-download:before {
    background-position: -920px center; }
  .ms-icon.i-white.i-form:before {
    background-position: -980px center; }
  .ms-icon.i-white.i-download-tray:before {
    background-position: -1040px center; }
  .ms-icon.i-white.i-exit:before {
    background-position: -1100px center; }

/* utilities.scss - Utility styles */
/* Remove item from DOM flow */
.unflow {
  height: auto;
  position: fixed;
  left: 0;
  right: 0; }

/* Floating */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

/* Display toggling */
.hide {
  display: none; }

.show {
  display: block; }

/* Visibility */
.invisible {
  visibility: hidden; }

.ui-helper-hidden-accessible,
.hidevisually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

/* Z-index */
.z-max {
  z-index: 9999; }

/* visibility.scss - Responsive visibility styles */
/* xsmall displays */
@media only screen {
  .show-for-xsmall-only, .show-for-xsmall-up, .hide-for-small-only, .hide-for-small-up, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medlarge-only, .hide-for-medlarge-up, .hide-for-large-only, .hide-for-large-up {
    display: inherit !important; }

  .hide-for-xsmall-only, .hide-for-xsmall-up, .show-for-small-only, .show-for-small-up, .show-for-medium-only, .show-for-medium-up, .show-for-medlarge-only, .show-for-medlarge-up, .show-for-large-only, .show-for-large-up {
    display: none !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }


/* header_logo.scss - styles for the header_logo component */
.ms-logo {
  background: url(../images/motosolutions.png) no-repeat;
  width: 281px;
  height: 35px;
  display: inline-block;
  float: left;
  margin-top: 8px;
  margin-right: 15px; }
  @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .ms-logo {
      background: url(../images/motosolutions_2x.png) no-repeat;
      background-size: 281px; } }

/* header.scss - styles for the header component */
.ms-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-bottom: 1px solid #cccccc;
  z-index: 180; }

.ms-header-primary {
  float: left;
  overflow: hidden; }
  .ms-header-primary .ms-logo {
    display: none; }

.mobile-toggle {
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  height: 60px;
  width: 60px;
  margin-left: -60px;
  position: relative;
  background: none;
  -moz-transition: margin 0.3s 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: margin 0.3s 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -ms-transition: margin 0.3s 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: margin 0.3s 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: margin 0.3s 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9); }
  .mobile-toggle:focus {
    outline: none; }
  .mobile-toggle > span {
    display: block;
    position: absolute;
    background: #0063be;
    width: 28px;
    height: 3px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -14px; }
    .mobile-toggle > span:before, .mobile-toggle > span:after {
      display: block;
      content: " ";
      position: absolute;
      background: #0063be;
      height: 3px;
      left: 0;
      right: 0; }
    .mobile-toggle > span:before {
      top: -8px; }
    .mobile-toggle > span:after {
      bottom: -8px; }

.sidenav-active .mobile-toggle > span {
  background: transparent url("../images/sprite_main.png") -42px -24px no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px; }
  .sidenav-active .mobile-toggle > span:before, .sidenav-active .mobile-toggle > span:after {
    display: none; }

.disp-sm-head {
  top: 0px;
  border-top: solid 1px #fff; }

.ms-header-notice {
  display: none;
  width: 100%;
  height: 22px;
  background: #f6ffca;
  border-bottom: solid 1px #c6d7eb;
  font-size: 12px;
  line-height: 23px; }

.ms-header-notice-cont {
  margin: auto;
  max-width: 1160px;
  padding: 0px 40px 0px 40px; }

.ms-header-notice-close {
  cursor: pointer;
  background: transparent url("../images/sprite_main.png") -2px -111px no-repeat;
  height: 11px;
  width: 11px;
  float: right;
  margin-top: 5px; }

.ms-header-notice-lock {
  margin: 5px 5px 0px 0px;
  background: transparent url("../images/sprite_main.png") -25px -99px no-repeat;
  float: left;
  height: 12px;
  width: 13px; }

.ms-header-notice-blue {
  background: #0063be;
  color: #fff; }

.ms-header-notice-blue .ms-header-notice-lock {
  background: transparent url("../images/sprite_main.png") -15px -145px no-repeat; }

.ms-header-notice-blue .ms-header-notice-close {
  background: transparent url("../images/sprite_main.png") -13px -111px no-repeat; }

/* Browser Supports Media Queries */

/* nav-search.scss - styles for the nav search component */
.nav-search {
  padding: 0;
  float: right;
  position: relative;
  z-index: 2;
  margin-left: 5px;
  margin-top: 3px; }

.nav-search-toggle {
  position: relative;
  outline: 0;
  z-index: 2;
  border: none;
  background: transparent;
  padding: 10px 0 12px;
  display: block;
  -moz-transition: background-color 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: background-color 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -ms-transition: background-color 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: background-color 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: background-color 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9); }
  .nav-search-toggle:hover {
    background: #ffffff; }
    .nav-search-toggle:hover > span {
      background-position: -25px top; }
      .nav-search-toggle:hover > span:before, .nav-search-toggle:hover > span:after {
        display: none; }
  .nav-search-toggle > span {
    display: inline-block;
    background: transparent url("../images/sprite_main.png") left top no-repeat;
    width: 19px;
    height: 19px;
    position: relative;
    top: 4px; }
    .nav-search-toggle > span:before, .nav-search-toggle > span:after {
      content: " ";
      display: block;
      position: absolute;
      top: -2px;
      bottom: -2px;
      width: 1px; }
    .nav-search-toggle > span:before {
      left: -14px; }
    .nav-search-toggle > span:after {
      right: -14px; }

.ms-hide-pane {
  position: absolute;
  top: 52px;
  right: 0;
  overflow: hidden; }

.ms-search-pane {
  display: none; }

.nav-search-g {
  position: relative;
  top: -70px;
  width: 301px;
  background: #ffffff;
  padding: 14px 9px 12px 9px;
  border: 1px solid #e9e9e9;
  border-top: none;
  text-align: right;
  z-index: 1;
  -ms-transform: -ms-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: -o-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9); }

input[type="text"].nav-search-input {
  max-width: 400px;
  text-align: left; }

.nav-search-input::-ms-clear {
  display: none; }

.nav-search-input-border {
  border: 1px solid #e9e9e9; }
  .nav-search-input-border input.nav-search-input {
    border: none;
    border-right: 38px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.nav-search-submit {
  border: none;
  background: transparent url("../images/sprite_main.png") left -25px no-repeat;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 42px;
  position: absolute;
  top: 3px;
  right: 8px;
  height: 40px;
  padding: 0;
  float: none; }

.ms-nav-search-active .nav-search-g {
  -webkit-transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -ms-transform: translate3d(0, 70px, 0);
  -o-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0); }
.ms-nav-search-active .nav-search-toggle > span {
  background-position: -25px top; }
  .ms-nav-search-active .nav-search-toggle > span:before, .ms-nav-search-active .nav-search-toggle > span:after {
    display: none; }
.ms-nav-search-active .nav-search-toggle:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 2px solid #0063be; }

.nav-search-clear {
  display: none;
  z-index: 10; }

.nav-search-res {
  background: #f6f6f6;
  z-index: 8;
  position: relative;
  width: 319px; }
  .nav-search-res ul {
    border: 1px solid #b7b7b7;
    border-top: none;
    margin-top: -1px; }
  .nav-search-res li {
    margin-left: 1px;
    font-size: 14px;
    color: #0063be;
    text-align: left;
    padding: 14px 22px;
    border-top: 1px solid #e7e7e7;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .nav-search-res li:hover {
      color: #00a0df;
      background: #d9f1fa;
      border-top: 1px solid #b7b7b7;
      border-bottom: 1px solid #b7b7b7;
      margin-bottom: -1px;
      z-index: 2; }

/* nav-login.scss - styles for the nav search component */
.nav-login {
  margin-left: 20px;
  float: right;
  position: relative;
  z-index: 2; }

.nav-login-toggle {
  position: relative;
  outline: 0;
  z-index: 2;
  border: none;
  background: transparent;
  padding: 10px 0 12px;
  display: inline-block;
  -moz-transition: background-color 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: background-color 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -ms-transition: background-color 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: background-color 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: background-color 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9); }
  .nav-login-toggle:hover > span {
    background-position: -15px -126px; }
  .nav-login-toggle > span {
    display: inline-block;
    background: transparent url("../images/sprite_main.png") 2px -126px no-repeat;
    width: 19px;
    height: 19px;
    position: relative;
    top: 4px; }
    .nav-login-toggle > span:before, .nav-login-toggle > span:after {
      content: " ";
      display: block;
      position: absolute;
      top: -2px;
      bottom: -2px;
      width: 1px; }
    .nav-login-toggle > span:before {
      left: -14px; }
    .nav-login-toggle > span:after {
      right: -14px; }

.nav-login-loggedin:before {
  border-bottom: 2px solid #39b44a !important; }

.nav-login-loggedin > span {
  background-position: -33px -126px !important; }

.ms-hide-pane-login {
  position: absolute;
  top: 52px;
  right: 0;
  overflow: hidden; }

.ms-search-pane {
  display: none; }

.nav-login-g {
  position: relative;
  top: -156px;
  width: 225px;
  background: #ffffff;
  padding: 14px 9px 12px 9px;
  border: 1px solid #e9e9e9;
  border-top: none;
  text-align: left;
  z-index: 1;
  -ms-transform: -ms-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: -o-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9); }
  .nav-login-g ul {
    font-size: .875em;
    line-height: 2.0;
    padding-left: 8px; }

input[type="text"].nav-login-input {
  max-width: 400px;
  text-align: left; }

.nav-login-input::-ms-clear {
  display: none; }

.nav-login-input-border {
  border: 1px solid #bbb;
  background: #f6f6f6;
  -webkit-box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2); }
  .nav-login-input-border input.nav-login-input {
    border: none;
    border-right: 38px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.nav-login-name {
  font-weight: bold;
  font-size: .935em;
  line-height: 1.4;
  max-width: 205px;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc; }

.nav-login-sep {
  position: relative;
  background: #cccccc;
  width: 1px;
  height: 19px;
  top: 14px;
  display: inline-block;
  float: left;
  margin-right: 17px;
  margin-left: 0px; }

.nav-login-submit {
  border: none;
  background: transparent url("../images/sprite_main.png") left -25px no-repeat;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 42px;
  position: absolute;
  top: 15px;
  right: 8px;
  height: 40px;
  padding: 0;
  float: none; }

.ms-nav-login-active .nav-login-g {
  -webkit-transform: translate3d(0, 156px, 0);
  -moz-transform: translate3d(0, 156px, 0);
  -ms-transform: translate3d(0, 156px, 0);
  -o-transform: translate3d(0, 156px, 0);
  transform: translate3d(0, 156px, 0); }
.ms-nav-login-active .nav-login-toggle:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 2px solid #0063be; }
.ms-nav-login-active .nav-login-toggle > span {
  background-position: -15px -126px; }

.nav-login-clear {
  display: none;
  z-index: 10; }

.nav-login-res {
  background: #f6f6f6;
  z-index: 8;
  position: relative;
  width: 150px; }
  .nav-login-res ul {
    border: 1px solid #b7b7b7;
    border-top: none;
    margin-top: -1px; }
  .nav-login-res li {
    margin-left: 1px;
    font-size: 14px;
    color: #0063be;
    text-align: left;
    padding: 14px 22px;
    border-top: 1px solid #e7e7e7;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .nav-login-res li:hover {
      color: #00a0df;
      background: #d9f1fa;
      border-top: 1px solid #b7b7b7;
      border-bottom: 1px solid #b7b7b7;
      margin-bottom: -1px;
      z-index: 2; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* nav-links.scss - styles for the nav links component */
.ms-nav-depth-0 {
  float: left;
  margin: -2px 0px 0px 15px; }
  .ms-nav-depth-0 a {
    display: inline-block; }
    .ms-nav-depth-0 a > span {
      -moz-transition: background-color 0.3s ease-in-out;
      -webkit-transition: background-color 0.3s ease-in-out;
      -ms-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
    .ms-nav-depth-0 a:hover {
      z-index: 5; }
      .ms-nav-depth-0 a:hover > span {
        background: #ffffff;
        border-bottom: solid 3px #0063be; }
        .ms-nav-depth-0 a:hover > span:before {
          display: none; }
      .ms-nav-depth-0 a:hover > span {
        background: #ffffff;
        border-bottom: solid 3px #0063be; }
        .ms-nav-depth-0 a:hover > span:before {
          display: none; }
  .ms-nav-depth-0 > li {
    display: inline-block;
    padding: 0;
    margin-left: -4px; }
    .ms-nav-depth-0 > li:first-child {
      margin-left: 1px; }
    .ms-nav-depth-0 > li.hassub.anim-in > a > span {
      bottom: -1px; }
    .ms-nav-depth-0 > li.hassub.anim-in .nav-flyout {
      -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);
      z-index: 1; }
      .ms-nav-depth-0 > li.hassub.anim-in .nav-flyout:before, .ms-nav-depth-0 > li.hassub.anim-in .nav-flyout:after {
        content: "    "; }
    .ms-nav-depth-0 > li.hassub.show-fly > a {
      color: #00a0df;
      z-index: 6; }
      .ms-nav-depth-0 > li.hassub.show-fly > a > span:before {
        display: none; }
    .ms-nav-depth-0 > li.hassub.show-fly .ms-hide-pane {
      top: 52px;
      height: auto;
      z-index: 5; }
    .ms-nav-depth-0 > li.hassub.show-fly .nav-flyout {
      visibility: visible;
      height: auto; }
      .ms-nav-depth-0 > li.hassub.show-fly .nav-flyout:before, .ms-nav-depth-0 > li.hassub.show-fly .nav-flyout:after {
        content: "   "; }
    .ms-nav-depth-0 > li.hassub.show-fly .flyout-gutter a:after {
      content: "  "; }
    .ms-nav-depth-0 > li.hassub > a {
      position: relative; }
      .ms-nav-depth-0 > li.hassub > a:after {
        content: " ";
        display: block;
        width: 11px;
        height: 7px;
        position: absolute;
        overflow: hidden;
        right: 22px;
        top: 50%;
        margin-top: -3px; }
    .ms-nav-depth-0 > li.haslock > a:after {
      background: transparent url("../images/sprite_main.png") -25px -99px no-repeat;
      width: 11px;
      height: 13px;
      margin-top: -6px;
      content: " ";
      display: block;
      position: absolute;
      overflow: hidden;
      right: -20px; }
    .ms-nav-depth-0 > li.haslock > a:hover {
      border: none; }
    .ms-nav-depth-0 > li.haslocksub > a:after {
      background: transparent url("../images/sprite_main.png") -25px -99px no-repeat;
      width: 22px !important;
      right: 18px !important;
      height: 13px;
      margin-top: -6px; }
    .ms-nav-depth-0 > li > a {
      padding: 19px 0px 16px 0px;
      margin-right: 23px;
      font-size: 14px;
      font-size: 0.8rem;
      line-height: 1.375;
      text-transform: capitalize;
      position: relative;
      z-index: 3; }
      .ms-nav-depth-0 > li > a > span {
        display: inline-block;
        position: absolute;
        top: 0;
        left: -1px;
        right: -1px;
        bottom: 0;
        z-index: -1; }
        .ms-nav-depth-0 > li > a > span:before, .ms-nav-depth-0 > li > a > span:after {
          content: " ";
          display: block;
          position: absolute;
          left: 0; }
        .ms-nav-depth-0 > li > a > span:after {
          top: 0;
          right: 0;
          bottom: 0;
          -moz-transition: background-color 0.3s cubic-bezier(0.3, 0.8, 0.35, 0.9);
          -webkit-transition: background-color 0.3s cubic-bezier(0.3, 0.8, 0.35, 0.9);
          -ms-transition: background-color 0.3s cubic-bezier(0.3, 0.8, 0.35, 0.9);
          -o-transition: background-color 0.3s cubic-bezier(0.3, 0.8, 0.35, 0.9);
          transition: background-color 0.3s cubic-bezier(0.3, 0.8, 0.35, 0.9); }
  .ms-nav-depth-0 > .active > a {
    color: #fff;
    z-index: 4; }
    .ms-nav-depth-0 > .active > a:after {
      background-position: -42px -49px; }
    .ms-nav-depth-0 > .active > a > span {
      background: #ffffff; }
      .ms-nav-depth-0 > .active > a > span:before {
        display: none; }
  .ms-nav-depth-0 .ms-hide-pane {
    position: absolute;
    overflow: hidden;
    top: -9999px;
    right: 35px;
    left: 35px; }

  .ms-nav-depth-0 .nav-flyout {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.97);
    margin: 1px 0px 10px;
    height: 0;
    visibility: hidden;
    position: relative;
    border: 1px solid #cccccc;
    border-top: none; }
    .ms-nav-depth-0 .nav-flyout:before, .ms-nav-depth-0 .nav-flyout:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block; }
    .ms-nav-depth-0 .nav-flyout:before {
      height: 30px;
      background-color: rgba(255, 255, 255, 0.5);
      background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C */ }
    .ms-nav-depth-0 .nav-flyout:after {
      z-index: -1;
      bottom: 0; }

.flyout-gutter {
  clear: both;
  margin: 0 10px 0;
  padding: 20px 0 20px 0;
  border-top: 1px solid #003366; }
  .flyout-gutter a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    margin-left: 20px; }
    .flyout-gutter a:first-child {
      margin-left: 0; }
    .flyout-gutter a:after {
      content: " ";
      display: inline-block;
      margin-left: 9px;
      height: 11px;
      width: 7px;
      overflow: hidden;
      position: relative;
      top: 1px;
      background: url("../images/sprite_main.png") -48px -56px no-repeat; }
    .flyout-gutter a:hover {
      color: #0063be; }

.ms-nav-depth-1 {
  position: relative;
  *zoom: 1; }
  .ms-nav-depth-1:before, .ms-nav-depth-1:after {
    display: table;
    content: "";
    line-height: 0; }
  .ms-nav-depth-1:after {
    clear: both; }
  .ms-nav-depth-1 > li {
    padding-bottom: 18px; }

.ie8 .ms-nav-depth-0 > li.hassub > a {
  padding-right: 40px !important; }

.ie8 .ms-nav-depth-0 > li.haslock > a {
  padding-right: 50px !important; }

.ie8 .ms-nav-depth-0 > li > a {
  padding-right: 15px !important; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* icons.scss - global icon styles */
.ms-icon:before {
  background-image: url("../images/icon_spritesheet.png");
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  top: -1px; }
.ms-icon.i-util-chat:before {
  background-position: -1260px center; }
.ms-icon.i-util-contact:before {
  background-position: -1300px center; }
.ms-icon.i-generic:before {
  background: none; }
.ms-icon.i-tour:before {
  background-position: left center; }
.ms-icon.i-video:before {
  background-position: -20px center; }
.ms-icon.i-pdf:before {
  background-position: -40px center; }
.ms-icon.i-lock:before {
  background-position: -60px center; }
.ms-icon.i-people:before {
  background-position: -80px center; }
.ms-icon.i-cart:before {
  background-position: -100px center; }
.ms-icon.i-share:before {
  background-position: -120px center; }
.ms-icon.i-chat:before {
  background-position: -140px center; }
.ms-icon.i-contact:before {
  background-position: -160px center; }
.ms-icon.i-manual:before {
  background-position: -180px center; }
.ms-icon.i-person:before {
  background-position: -400px center; }
.ms-icon.i-mail:before {
  background-position: -660px center; }
.ms-icon.i-search:before {
  background-position: -720px center; }
.ms-icon.i-filter:before {
  background-position: -780px center; }
.ms-icon.i-ext:before {
  background-position: -840px center; }
.ms-icon.i-download:before {
  background-position: -900px center; }
.ms-icon.i-form:before {
  background-position: -960px center; }
.ms-icon.i-download-tray:before {
  background-position: -1020px center; }
.ms-icon.i-exit:before {
  background-position: -1080px center; }
.ms-icon.i-white {
  color: #fff; }
  .ms-icon.i-white.i-tour:before {
    background-position: -200px center; }
  .ms-icon.i-white.i-video:before {
    background-position: -220px center; }
  .ms-icon.i-white.i-pdf:before {
    background-position: -240px center; }
  .ms-icon.i-white.i-lock:before {
    background-position: -260px center; }
  .ms-icon.i-white.i-people:before {
    background-position: -280px center; }
  .ms-icon.i-white.i-cart:before {
    background-position: -300px center; }
  .ms-icon.i-white.i-share:before {
    background-position: -320px center; }
  .ms-icon.i-white.i-chat:before {
    background-position: -340px center; }
  .ms-icon.i-white.i-contact:before {
    background-position: -360px center; }
  .ms-icon.i-white.i-manual:before {
    background-position: -380px center; }
  .ms-icon.i-white.i-person:before {
    background-position: -420px center; }
  .ms-icon.i-white.i-mail:before {
    background-position: -680px center; }
  .ms-icon.i-white.i-search:before {
    background-position: -740px center; }
  .ms-icon.i-white.i-filter:before {
    background-position: -800px center; }
  .ms-icon.i-white.i-ext:before {
    background-position: -860px center; }
  .ms-icon.i-white.i-download:before {
    background-position: -920px center; }
  .ms-icon.i-white.i-form:before {
    background-position: -980px center; }
  .ms-icon.i-white.i-download-tray:before {
    background-position: -1040px center; }
  .ms-icon.i-white.i-exit:before {
    background-position: -1100px center; }

/* button_link.scss - styles for the button link component */
.ms-btn-link > a {
  display: inline-block;
  position: relative;
  padding: 13px 10px 13px 25px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 14px;
  line-height: 1.2; }
  .ms-btn-link > a:before {
    position: absolute;
    left: -3px;
    top: 9px; }
  .ms-btn-link > a.centered:before {
    top: 50%;
    margin-top: -10px; }
  .ms-btn-link > a:hover {
    color: #00a0df; }
    .ms-btn-link > a:hover.i-tour:before {
      background-position: -440px center; }
    .ms-btn-link > a:hover.i-video:before {
      background-position: -460px center; }
    .ms-btn-link > a:hover.i-pdf:before {
      background-position: -480px center; }
    .ms-btn-link > a:hover.i-lock:before {
      background-position: -500px center; }
    .ms-btn-link > a:hover.i-people:before {
      background-position: -520px center; }
    .ms-btn-link > a:hover.i-cart:before {
      background-position: -540px center; }
    .ms-btn-link > a:hover.i-share:before {
      background-position: -560px center; }
    .ms-btn-link > a:hover.i-chat:before {
      background-position: -580px center; }
    .ms-btn-link > a:hover.i-contact:before {
      background-position: -600px center; }
    .ms-btn-link > a:hover.i-manual:before {
      background-position: -620px center; }
    .ms-btn-link > a:hover.i-person:before {
      background-position: -640px center; }
    .ms-btn-link > a:hover.i-mail:before {
      background-position: -700px center; }
    .ms-btn-link > a:hover.i-search:before {
      background-position: -760px center; }
    .ms-btn-link > a:hover.i-filter:before {
      background-position: -820px center; }
    .ms-btn-link > a:hover.i-ext:before {
      background-position: -880px center; }
    .ms-btn-link > a:hover.i-download:before {
      background-position: -940px center; }
    .ms-btn-link > a:hover.i-exit:before {
      background-position: -1120px center; }

.ms-btn-link-no-icon > a {
  padding-left: 0px; }

.lt-ie9 .ms-btn-link > a {
  min-height: 0; }

/* nav-util.scss - styles for the nav component */
.ms-nav-util {
  float: right;
  right: 0;
  top: -60px;
  padding: 4px 0px;
  line-height: 34px; }
  .ms-nav-util > ul {
    float: left; }
  .ms-nav-util li {
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    padding-left: 13px; }
    .ms-nav-util li a {
      font-family: Arial, san-serif;
      font-weight: normal;
      text-transform: uppercase;
      display: block;
      min-height: 15px;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
      color: transparent;
      font-size: 0;
      line-height: 0; }
      .ms-nav-util li a:hover {
        color: #00a0df; }
        .ms-nav-util li a:hover.i-util-chat:before {
          background-position: -1280px center; }
        .ms-nav-util li a:hover.i-util-contact:before {
          background-position: -1320px center; }
      .ms-nav-util li a:after {
        content: " "; }
    .ms-nav-util li:first-child {
      padding-left: 0; }
  .ms-nav-util .ms-util-personal {
    padding-left: 15px;
    margin-left: 15px; }
    .ms-nav-util .ms-util-personal .no-link {
      font-family: Arial, san-serif;
      text-transform: uppercase; }
  .ms-nav-util .ms-util-docs {
    padding-right: 5px; }
  .ms-nav-util .ms-icon:before {
    margin-right: 4px; }

.ie8 .ms-nav-util .ms-util-personal {
  padding-left: 15px;
  margin-left: 15px; }

.ie8 .ms-nav-util .ms-util-docs {
  padding-right: 15px;
  margin-right: 15px; }

.ms-util-lang > img {
  border: 1px solid #cccccc;
  margin-right: 6px;
  max-width: 18px;
  margin-top: -1px; }

.ms-util-access > li {
  padding-left: 0px; }

/* flyout_list.scss - styles for the flyout list component */
.ms-flyout-list {
  line-height: 60px;
  float: left;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px; }
  .ms-flyout-list.w-25 {
    width: 25%; }
  .ms-flyout-list.w-50 {
    width: 50%; }
  .ms-flyout-list.cols-2 {
    *zoom: 1; }
    .ms-flyout-list.cols-2:before, .ms-flyout-list.cols-2:after {
      display: table;
      content: "";
      line-height: 0; }
    .ms-flyout-list.cols-2:after {
      clear: both; }
    .ms-flyout-list.cols-2 .ms-nav-depth-2 {
      width: 50%;
      float: left; }
  .ms-flyout-list a {
    padding: 8px 0;
    width: 100%;
    font-size: 14px;
    font-size: 0.785rem;
    line-height: 1.375; }
    .ms-flyout-list a:hover {
      color: #00a0df; }
  .ms-flyout-list .sec-title {
    line-height: 1.2;
    vertical-align: bottom;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    color: #555;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
    padding-bottom: 9px; }
  .ms-flyout-list .carrot-link {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 24px; }
    .ms-flyout-list .carrot-link span {
      position: relative;
      display: inline-block;
      border-bottom: none !important; }
      .ms-flyout-list .carrot-link span:after {
        position: absolute;
        left: 0;
        display: inline-block;
        overflow: hidden;
        background: url("../images/sprite_main.png") -39px -114px no-repeat;
        width: 6px;
        height: 10px;
        margin-left: 5px;
        margin-top: -10px; }
  .ms-flyout-list .haslock span:after {
    width: 22px;
    height: 13px;
    background: url("../images/sprite_main.png") -25px -112px no-repeat !important;
    top: -12px;
    margin-left: 6px;
    margin-top: 0px; }
  .ms-flyout-list .haslock span:hover {
    border: none; }

.ms-nav-depth-2 {
  line-height: 1.2; }
  .ms-nav-depth-2 > li.haslock > a > span {
    background: transparent url("../images/sprite_main.png") -25px -86px no-repeat;
    width: 11px;
    height: 13px;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 4px;
    border: none; }

.show-fly .carrot-link span:after {
  content: "  "; }

/* nav.scss - styles for the main nav component */
/* Nav Main */
.ms-nav-main {
  position: fixed;
  top: 60px;
  height: 61px;
  left: 0;
  right: 0;
  z-index: 200; }
  .ms-nav-main:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    z-index: 1; }
  .ms-nav-main:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: -1; }

.ms-nav-inner {
  min-width: 1080px;
  max-width: 1130px;
  padding: 0 40px;
  margin: 0 auto;
  margin-top: 7px;
  position: relative;
  z-index: 2;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .ms-nav-inner:before, .ms-nav-inner:after {
    display: table;
    content: "";
    line-height: 0; }
  .ms-nav-inner:after {
    clear: both; }

.ms-nav-shade {
  position: absolute;
  display: none;
  border: none;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.lt-ie9 .ms-nav-inner {
  width: 1024px;
  min-width: 0; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* footer-links.scss - styles for the footer links component */
.ms-footer-links h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #555; }
.ms-footer-links li {
  padding-bottom: 20px; }
.ms-footer-links a {
  color: #555; }
  .ms-footer-links a:hover {
    color: #00a0df; }

.ms-footer-feedback {
  border-radius: 5px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: -8px;
  z-index: 1001;
  background: #0063be;
  border: solid 1px #f3f3f3; }
  .ms-footer-feedback img {
    padding: 10px;
    width: 12px;
    margin-right: 7px; }

.ms-footer-feedback:hover {
  background: #3f81c1; }

/* footer.scss - styles for the main footer component */
.ms-footer {
  background: #e8e8e8;
  color: #fff;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100px;
  z-index: 110;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .ms-footer .ms-site-cont {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 40px; }

.lt-ie9 .ms-footer {
  position: static;
  overflow: hidden;
  min-height: 0; }
  .lt-ie9 .ms-footer .ms-site-cont {
    padding-left: 40px;
    padding-right: 40px;
    min-width: 0;
    max-width: none; }

.ms-copyright {
  margin: 0;
  bottom: -30px;
  color: #989898;
  clear: both;
  padding-top: 15px;
  -ms-transform: -ms-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: -o-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9); }

.disp-sm-foot .ms-copyright {
  position: fixed;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  -moz-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  -o-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  background: #0063be;
  z-index: 120;
  padding: 10px;
  color: #ffffff; }

/* social_links_list.scss - styles for the social links list component */
.ms-social-links-list {
  background: #0063be;
  color: #fff;
  bottom: 111px;
  left: 0;
  right: 0;
  z-index: 110;
  -moz-transition: margin 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: margin 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -ms-transition: margin 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: margin 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: margin 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 55px;
  position: relative;
  top: 0; }
  .ms-social-links-list .ms-site-cont {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 40px;
	min-width: 800px; }
  .ms-social-links-list div {
    margin: 0 auto;
    min-width: 300px;
    max-width: 1240px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px; }
    .ms-social-links-list div ul {
      position: relative;
      margin-left: -16px;
      float: left; }
      .ms-social-links-list div ul li {
        float: left;
        margin-left: 10px;
        position: relative;
        width: 30px;
        height: 30px; }
        .ms-social-links-list div ul li a {
          background-image: url("../images/socialmedia_spritesheet.png");
          background-repeat: no-repeat;
          content: " ";
          display: inline-block;
          width: 100%;
          height: 100%;
          vertical-align: middle;
          overflow: hidden;
          position: absolute;
          top: 0; }
          .ms-social-links-list div ul li a.i-facebook {
            background-position: -1080px center; }
          .ms-social-links-list div ul li a.i-twitter {
            background-position: -1120px center; }
          .ms-social-links-list div ul li a.i-linkedin {
            background-position: -1160px center; }
          .ms-social-links-list div ul li a.i-pinterest {
            background-position: -1200px center; }
          .ms-social-links-list div ul li a.i-youtube {
            background-position: -1240px center; }
          .ms-social-links-list div ul li a.i-motorola-launchpad {
            background-position: -1280px center; }
          .ms-social-links-list div ul li a.i-scribd {
            background-position: -1320px center; }
    .ms-social-links-list div ul.ms-featured-footer-links {
      float: right;
      top: 4px; }
      .ms-social-links-list div ul.ms-featured-footer-links li {
        height: auto;
        width: auto;
        margin-left: 20px; }
        .ms-social-links-list div ul.ms-featured-footer-links li a {
          background: none;
          position: relative;
          height: auto;
          width: auto;
          color: #fff;
          font-size: .8em; }
          .ms-social-links-list div ul.ms-featured-footer-links li a:hover {
            color: #00a0df; }

.lt-ie9 .ms-social-links-list {
  position: static;
  overflow: hidden;
  min-height: 0; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* breadcrumbs.scss - styles for the breadcrumbs component */
.ms-breadcrumbs {
  padding: 0 0 7px; }
  .ms-breadcrumbs li {
    float: left;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    color: #acacac; }
    .ms-breadcrumbs li:before {
      content: " \\ ";
      display: inline-block;
      padding-right: 7px; }
    .ms-breadcrumbs li:first-child:before {
      display: none; }
  .ms-breadcrumbs a {
    display: inline-block;
    padding-right: 7px; }

/* header_title.scss - styles for the header-title component */
.ms-header-title {
  padding-bottom: 11px;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 20px; }
  .ms-header-title h1 {
    margin: -3px 0 0; }
  .ms-header-title h2 {
    margin: 0;
    padding-top: 1px; }
	
/* back_to_top.scss - styles for the back_to_top component */
.back-to-top {
  position: fixed;
  bottom: 40px;
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  -o-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  width: 36px;
  height: 41px;
  display: block;
  z-index: 130;
  cursor: pointer;
  text-decoration: none;
  text-indent: 100%;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-left: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  outline: none;
  background-color: #f9f9f9;
  background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
  /* W3C */
  -ms-transform: -ms-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }
  .back-to-top:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 7px;
    width: 11px;
    margin-top: -4px;
    margin-left: -6px;
    background: transparent url("../images/sprite_main.png") -42px -42px no-repeat;
    overflow: hidden; }
  .back-to-top:hover:after {
    content: "  ";
    background-position: -53px -42px; }
  .back-to-top.docked {
    -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); }

.lt-ie10 .back-to-top {
  left: -40px; }

/* media-modal.scss - styles for the media modal component */
.ms-media-modal {
  position: fixed;
  top: 110%;
  right: 0;
  left: 0;
  height: 100%;
  padding: 80px 0px 0px 0px;
  background-color: #FFFFFF;
  background-color: white;
  -moz-transition: top 0.6s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: top 0.6s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -ms-transition: top 0.6s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: top 0.6s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: top 0.6s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  z-index: 210;
  visibility: hidden; }
  .ms-media-modal.media-modal-show {
    visibility: visible; }
  .ms-media-modal.media-modal-open .ms-media-modal-cont {
    height: 90%; }
  .ms-media-modal object {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF; }
  .ms-media-modal .ms-media-modal-cont {
    position: relative;
    height: 1px;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto; }
    .ms-media-modal .ms-media-modal-cont[data-cont=video] {
      max-width: 830px;
      max-height: 466px; }
    .ms-media-modal .ms-media-modal-cont[data-cont=tour] {
      width: 100%;
      height: 100%; }
    .ms-media-modal .ms-media-modal-cont[data-cont=gallery] {
      height: 100%;
      min-height: 90%; }
    .ms-media-modal .ms-media-modal-cont span {
      display: block;
      width: 100%;
      height: 100%; }
  .ms-media-modal .ms-media-modal-close {
    display: block;
    height: 30px;
    width: 30px;
    border: none;
    position: absolute;
    top: 27px;
    right: 47px;
    background: none; }
    .ms-media-modal .ms-media-modal-close:after {
      background: transparent url("../images/sprite_main.png") -43px -25px no-repeat;
      content: " ";
      display: block;
      position: absolute;
      height: 16px;
      width: 16px;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
  .ms-media-modal iframe {
    border: none;
    width: 100%;
    height: 100%; }
  .ms-media-modal .ms-media-modal-cont .ms-photo-gallery .photo-container {
    height: 100%; }
  .ms-media-modal .ms-photo-gallery {
    background: #fff;
    margin: 0 40px;
    min-height: 100%;
    position: relative;
    *zoom: 1; }
    .ms-media-modal .ms-photo-gallery:before, .ms-media-modal .ms-photo-gallery:after {
      display: table;
      content: "";
      line-height: 0; }
    .ms-media-modal .ms-photo-gallery:after {
      clear: both; }
    .ms-media-modal .ms-photo-gallery .photo-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 100px; }
      .ms-media-modal .ms-photo-gallery .photo-container.gallery-single {
        right: 0; }
    .ms-media-modal .ms-photo-gallery .photo-list {
      float: right;
      width: 100px;
      padding-top: 20px; }
      .ms-media-modal .ms-photo-gallery .photo-list li {
        float: none;
        width: 60px;
        margin: 10px auto; }

.open-modal {
  cursor: pointer; }

.csstransitions .ms-media-modal.media-modal-open {
  top: 0; }

/* anchorlink_content.scss - styles for the anchorlink_content component */
.ms-anchorlist-back,
.ms-anchorlist-title {
  display: none; }

.ms-anchorlink-content-cont {
  -ms-transform: -ms-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: -o-transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: transform 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9); }

.ms-anchorlist-title {
  margin-top: 12px;
  margin-bottom: 0; }

.ms-anchorlist-back {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-left: 9px; }
  .ms-anchorlist-back:before {
    content: " ";
    display: block;
    position: absolute;
    left: -9px;
    top: 1px;
    width: 7px;
    height: 11px;
    background: transparent url("../images/sprite_main.png") -55px -78px no-repeat; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* button.scss - styles for the button component */
.ms-btn {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 16px 10px 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 100%;
  text-align: center;
  margin-bottom: 9px; }
  .ms-btn.ms-icon {
    padding-left: 52px;
    position: relative;
    text-align: left; }
    .ms-btn.ms-icon:before {
      position: absolute;
      left: 12px;
      top: 50%;
      margin-top: -10px;
      margin-right: 0; }
    .ms-btn.ms-icon:after {
      content: " ";
      display: block;
      width: 1px;
      height: 20px;
      background: #67b979;
      top: 50%;
      margin-top: -10px;
      left: 41px;
      position: absolute; }
    .ms-btn.ms-icon:hover.i-filter:before {
      background-position: -820px center; }
  .ms-btn.btn-primary {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: #329e41;
    background: -moz-linear-gradient(top, #39b44a 0%, #2b8838 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39b44a), color-stop(100%, #2b8838));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #39b44a 0%, #2b8838 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #39b44a 0%, #2b8838 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #39b44a 0%, #2b8838 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #39b44a 0%, #2b8838 100%);
    /* W3C */ }
  .ms-btn.btn-secondary {
    color: #0063be;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f2f2f2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    /* W3C */ }
    .ms-btn.btn-secondary:after {
      background: #ccc; }
    .ms-btn.btn-secondary:hover {
      color: #00a0df; }

/* override button styling */
.ms-btn-plain {
  display: inline-block;
  font-size: 13px;
  text-transform: none;
  padding: 16px 0px 0px 0px;
  border-radius: 0px;
  -moz-box-sizing: none;
  -webkit-box-sizing: none;
  box-sizing: none;
  border: none;
  width: 100%;
  text-align: left;
  margin-bottom: 9px; }
  .ms-btn-plain.btn-primary {
    color: #fff;
    background-color: none !important;
    background: none !important; }
  .ms-btn-plain.btn-secondary {
    color: #0063be;
    border: 0px;
    background-color: none !important;
    background: none !important; }
    .ms-btn-plain.btn-secondary:after {
      background: none !important; }
    .ms-btn-plain.btn-secondary:hover {
      color: #000 !important; }

.ms-btn-plain a {
  font-family: "Arial" !important; }

.no-touch .btn-primary:hover {
  background-color: #195121;
  background: -moz-linear-gradient(top, #20672a 0%, #123b18 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #20672a), color-stop(100%, #123b18));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #20672a 0%, #123b18 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #20672a 0%, #123b18 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #20672a 0%, #123b18 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #20672a 0%, #123b18 100%);
  /* W3C */ }
  .no-touch .btn-primary:hover:after {
    background: #4ba25e; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* icons.scss - global icon styles */
.ms-icon:before {
  background-image: url("../images/icon_spritesheet.png");
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  top: -1px; }
.ms-icon.i-util-chat:before {
  background-position: -1260px center; }
.ms-icon.i-util-contact:before {
  background-position: -1300px center; }
.ms-icon.i-generic:before {
  background: none; }
.ms-icon.i-tour:before {
  background-position: left center; }
.ms-icon.i-video:before {
  background-position: -20px center; }
.ms-icon.i-pdf:before {
  background-position: -40px center; }
.ms-icon.i-lock:before {
  background-position: -60px center; }
.ms-icon.i-people:before {
  background-position: -80px center; }
.ms-icon.i-cart:before {
  background-position: -100px center; }
.ms-icon.i-share:before {
  background-position: -120px center; }
.ms-icon.i-chat:before {
  background-position: -140px center; }
.ms-icon.i-contact:before {
  background-position: -160px center; }
.ms-icon.i-manual:before {
  background-position: -180px center; }
.ms-icon.i-person:before {
  background-position: -400px center; }
.ms-icon.i-mail:before {
  background-position: -660px center; }
.ms-icon.i-search:before {
  background-position: -720px center; }
.ms-icon.i-filter:before {
  background-position: -780px center; }
.ms-icon.i-ext:before {
  background-position: -840px center; }
.ms-icon.i-download:before {
  background-position: -900px center; }
.ms-icon.i-form:before {
  background-position: -960px center; }
.ms-icon.i-download-tray:before {
  background-position: -1020px center; }
.ms-icon.i-exit:before {
  background-position: -1080px center; }
.ms-icon.i-white {
  color: #fff; }
  .ms-icon.i-white.i-tour:before {
    background-position: -200px center; }
  .ms-icon.i-white.i-video:before {
    background-position: -220px center; }
  .ms-icon.i-white.i-pdf:before {
    background-position: -240px center; }
  .ms-icon.i-white.i-lock:before {
    background-position: -260px center; }
  .ms-icon.i-white.i-people:before {
    background-position: -280px center; }
  .ms-icon.i-white.i-cart:before {
    background-position: -300px center; }
  .ms-icon.i-white.i-share:before {
    background-position: -320px center; }
  .ms-icon.i-white.i-chat:before {
    background-position: -340px center; }
  .ms-icon.i-white.i-contact:before {
    background-position: -360px center; }
  .ms-icon.i-white.i-manual:before {
    background-position: -380px center; }
  .ms-icon.i-white.i-person:before {
    background-position: -420px center; }
  .ms-icon.i-white.i-mail:before {
    background-position: -680px center; }
  .ms-icon.i-white.i-search:before {
    background-position: -740px center; }
  .ms-icon.i-white.i-filter:before {
    background-position: -800px center; }
  .ms-icon.i-white.i-ext:before {
    background-position: -860px center; }
  .ms-icon.i-white.i-download:before {
    background-position: -920px center; }
  .ms-icon.i-white.i-form:before {
    background-position: -980px center; }
  .ms-icon.i-white.i-download-tray:before {
    background-position: -1040px center; }
  .ms-icon.i-white.i-exit:before {
    background-position: -1100px center; }

/* button_link.scss - styles for the button link component */
.ms-btn-link > a {
  display: inline-block;
  position: relative;
  padding: 13px 10px 13px 25px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 14px;
  line-height: 1.2; }
  .ms-btn-link > a:before {
    position: absolute;
    left: -3px;
    top: 9px; }
  .ms-btn-link > a.centered:before {
    top: 50%;
    margin-top: -10px; }
  .ms-btn-link > a:hover {
    color: #00a0df; }
    .ms-btn-link > a:hover.i-tour:before {
      background-position: -440px center; }
    .ms-btn-link > a:hover.i-video:before {
      background-position: -460px center; }
    .ms-btn-link > a:hover.i-pdf:before {
      background-position: -480px center; }
    .ms-btn-link > a:hover.i-lock:before {
      background-position: -500px center; }
    .ms-btn-link > a:hover.i-people:before {
      background-position: -520px center; }
    .ms-btn-link > a:hover.i-cart:before {
      background-position: -540px center; }
    .ms-btn-link > a:hover.i-share:before {
      background-position: -560px center; }
    .ms-btn-link > a:hover.i-chat:before {
      background-position: -580px center; }
    .ms-btn-link > a:hover.i-contact:before {
      background-position: -600px center; }
    .ms-btn-link > a:hover.i-manual:before {
      background-position: -620px center; }
    .ms-btn-link > a:hover.i-person:before {
      background-position: -640px center; }
    .ms-btn-link > a:hover.i-mail:before {
      background-position: -700px center; }
    .ms-btn-link > a:hover.i-search:before {
      background-position: -760px center; }
    .ms-btn-link > a:hover.i-filter:before {
      background-position: -820px center; }
    .ms-btn-link > a:hover.i-ext:before {
      background-position: -880px center; }
    .ms-btn-link > a:hover.i-download:before {
      background-position: -940px center; }
    .ms-btn-link > a:hover.i-exit:before {
      background-position: -1120px center; }

.ms-btn-link-no-icon > a {
  padding-left: 0px; }

.lt-ie9 .ms-btn-link > a {
  min-height: 0; }

/* popover_btn.scss - styles for the how to buy button component */
.ms-popover-btn {
  position: relative; }
  .ms-popover-btn .popover-btn-pop {
    position: absolute;
    left: -300px;
    top: 0;
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
    height: auto;
    width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    text-transform: uppercase;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.5s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -webkit-transition: opacity 0.5s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -ms-transition: opacity 0.5s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -o-transition: opacity 0.5s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    transition: opacity 0.5s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    z-index: 170; }
    .ms-popover-btn .popover-btn-pop:after, .ms-popover-btn .popover-btn-pop:before {
      left: 100%;
      top: 25px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute; }
    .ms-popover-btn .popover-btn-pop:after {
      border-color: transparent;
      border-left-color: #f0f0f0;
      border-width: 15px;
      margin-top: -15px; }
    .ms-popover-btn .popover-btn-pop:before {
      border-color: transparent;
      border-left-color: #cccccc;
      border-width: 16px;
      margin-top: -16px; }
    .ms-popover-btn .popover-btn-pop h3 {
      margin-top: 0;
      margin-bottom: 6px;
      display: inline-block;
      font-size: 16px; }
    .ms-popover-btn .popover-btn-pop .popover-close {
      background: transparent url("../images/sprite_main.png") -25px -65px no-repeat;
      height: 20px;
      width: 20px;
      min-width: 0;
      display: block;
      float: right;
      cursor: pointer;
      border: none;
      position: relative;
      z-index: 1;
      overflow: hidden;
      margin: 0;
      padding: 0; }
  .ms-popover-btn .popover-open {
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible; }
    .ms-popover-btn .popover-open:before, .ms-popover-btn .popover-open:after, .ms-popover-btn .popover-open.popover-btn-pop .ms-btn-link a:before {
      content: "  "; }

/* share_connect.scss - styles for the share & connect button component */
.ms-share-connect .popover-btn-pop {
  left: -398px;
  width: 380px; }
  .ms-share-connect .popover-btn-pop ul {
    clear: both; }
    .ms-share-connect .popover-btn-pop ul li {
      float: left;
      overflow: hidden;
      padding-left: 5px; }
      .ms-share-connect .popover-btn-pop ul li:first-child {
        padding: 0; }
      .ms-share-connect .popover-btn-pop ul li a {
        cursor: pointer;
        margin-bottom: 0; }
  .ms-share-connect .popover-btn-pop .ms-btn-link {
    display: inline-block; }
    .ms-share-connect .popover-btn-pop .ms-btn-link > a {
      display: inline-block;
      padding: 0;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 10px;
      position: relative;
      line-height: 1.2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 40px;
      width: 40px;
      overflow: hidden;
      text-indent: -999px; }
      .ms-share-connect .popover-btn-pop .ms-btn-link > a:before {
        background-image: url("../images/socialmedia_spritesheet.png");
        background-repeat: no-repeat;
        content: " ";
        display: inline-block;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0; }
      .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-facebook:before {
        background-position: 0px center; }
      .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-twitter:before {
        background-position: -40px center; }
      .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-google:before {
        background-position: -80px center; }
      .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-email:before {
        background-position: -120px center; }
      .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-linkedin:before {
        background-position: -160px center; }
      .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-pinterest:before {
        background-position: -200px center; }
      .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-youtube:before {
        background-position: -240px center; }
      .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-motorola-launchpad:before {
        background-position: -280px center; }
      .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-scribd:before {
        background-position: -320px center; }
      .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-white {
        color: #fff; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-white.i-facebook:before {
          background-position: -360px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-white.i-twitter:before {
          background-position: -400px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-white.i-google:before {
          background-position: -440px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-white.i-email:before {
          background-position: -480px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-white.i-linkedin:before {
          background-position: -520px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-white.i-pinterest:before {
          background-position: -560px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-white.i-youtube:before {
          background-position: -600px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-white.i-motorola-launchpad:before {
          background-position: -640px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-white.i-scribd:before {
          background-position: -680px center; }
      .ms-share-connect .popover-btn-pop .ms-btn-link > a:hover {
        color: #00a0df; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a:hover.i-facebook:before {
          background-position: -720px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a:hover.i-twitter:before {
          background-position: -760px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a:hover.i-google:before {
          background-position: -800px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a:hover.i-email:before {
          background-position: -840px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a:hover.i-linkedin:before {
          background-position: -880px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a:hover.i-pinterest:before {
          background-position: -920px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a:hover.i-youtube:before {
          background-position: -960px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a:hover.i-motorola-launchpad:before {
          background-position: -1000px center; }
        .ms-share-connect .popover-btn-pop .ms-btn-link > a:hover.i-scribd:before {
          background-position: -1040px center; }

/* how_to_buy.scss - styles for the how to buy button component */
.ms-how-to-buy .popover-btn-pop {
  left: -318px;
  width: 300px; }
  .ms-how-to-buy .popover-btn-pop ul li {
    overflow: hidden; }
    .ms-how-to-buy .popover-btn-pop ul li a {
      cursor: pointer;
      margin-bottom: 0;
      font-weight: bold;
      display: block; }
      .ms-how-to-buy .popover-btn-pop ul li a:before {
        left: 0; }

/* how_to_buy.scss - styles for the how to buy button component */
.ms-empowering-tools .popover-btn-pop {
  left: -418px;
  width: 400px; }
  .ms-empowering-tools .popover-btn-pop div.tool-row {
    clear: both; }
  .ms-empowering-tools .popover-btn-pop ul {
    float: left;
    width: 160px;
    padding: 15px 15px 0px 0px; }
    .ms-empowering-tools .popover-btn-pop ul li.title {
      font-weight: bold;
      font-size: 0.8em;
      padding-bottom: 10px; }
    .ms-empowering-tools .popover-btn-pop ul li {
      overflow: hidden; }
      .ms-empowering-tools .popover-btn-pop ul li a {
        cursor: pointer;
        margin-bottom: 0;
        font-weight: bold;
        display: block;
        padding: 10px 0 10px 0px; }
        .ms-empowering-tools .popover-btn-pop ul li a:before {
          left: 0; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* child_list.scss - styles for the child list component */
.ms-child-list .img-cont {
  height: 140px; }
.ms-child-list .ms-child-list-child-sec-header {
  margin: 15px 0;
  padding: 5px 0 5px 78px;
  position: relative;
  text-align: left;
  min-height: 35px; }
  .ms-child-list .ms-child-list-child-sec-header:before {
    left: 0px;
    top: 0;
    background-image: url("../images/childlist_icon_spritesheet.png");
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    overflow: hidden;
    position: absolute; }
  .ms-child-list .ms-child-list-child-sec-header:after {
    content: " ";
    display: block;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #cccccc;
    left: 63px;
    position: absolute; }
  .ms-child-list .ms-child-list-child-sec-header.i-none {
    padding-left: 0;
    min-height: 0;
    margin: 0; }
    .ms-child-list .ms-child-list-child-sec-header.i-none:after, .ms-child-list .ms-child-list-child-sec-header.i-none:before {
      display: none; }
  .ms-child-list .ms-child-list-child-sec-header.i-accessories:before {
    background-position: left center; }
  .ms-child-list .ms-child-list-child-sec-header.i-ambulance:before {
    background-position: -45px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-computer:before {
    background-position: -90px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-connections:before {
    background-position: -135px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-construction:before {
    background-position: -180px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-corp-resp:before {
    background-position: -225px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-devices:before {
    background-position: -270px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-fire:before {
    background-position: -315px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-gear:before {
    background-position: -360px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-globe:before {
    background-position: -405px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-government:before {
    background-position: -450px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-idea:before {
    background-position: -495px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-info:before {
    background-position: -540px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-investor:before {
    background-position: -585px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-police:before {
    background-position: -630px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-product-lines:before {
    background-position: -675px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-soft-app-1:before {
    background-position: -720px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-soft-app-2:before {
    background-position: -765px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-sys-net:before {
    background-position: -810px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-tools:before {
    background-position: -855px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-chat:before {
    background-position: -900px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-phone:before {
    background-position: -945px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-search:before {
    background-position: -990px center; }
  .ms-child-list .ms-child-list-child-sec-header.i-shop:before {
    background-position: -1035px center; }
.ms-child-list .ms-child-list-cat-header {
  display: block;
  min-height: 60px; }
.ms-child-list p {
  margin-top: 0;
  margin-bottom: 20px; }
.ms-child-list p, .ms-child-list ul {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375; }
.ms-child-list li {
  margin-bottom: 20px; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* icons.scss - global icon styles */
.ms-icon:before {
  background-image: url("../images/icon_spritesheet.png");
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  top: -1px; }
.ms-icon.i-util-chat:before {
  background-position: -1260px center; }
.ms-icon.i-util-contact:before {
  background-position: -1300px center; }
.ms-icon.i-generic:before {
  background: none; }
.ms-icon.i-tour:before {
  background-position: left center; }
.ms-icon.i-video:before {
  background-position: -20px center; }
.ms-icon.i-pdf:before {
  background-position: -40px center; }
.ms-icon.i-lock:before {
  background-position: -60px center; }
.ms-icon.i-people:before {
  background-position: -80px center; }
.ms-icon.i-cart:before {
  background-position: -100px center; }
.ms-icon.i-share:before {
  background-position: -120px center; }
.ms-icon.i-chat:before {
  background-position: -140px center; }
.ms-icon.i-contact:before {
  background-position: -160px center; }
.ms-icon.i-manual:before {
  background-position: -180px center; }
.ms-icon.i-person:before {
  background-position: -400px center; }
.ms-icon.i-mail:before {
  background-position: -660px center; }
.ms-icon.i-search:before {
  background-position: -720px center; }
.ms-icon.i-filter:before {
  background-position: -780px center; }
.ms-icon.i-ext:before {
  background-position: -840px center; }
.ms-icon.i-download:before {
  background-position: -900px center; }
.ms-icon.i-form:before {
  background-position: -960px center; }
.ms-icon.i-download-tray:before {
  background-position: -1020px center; }
.ms-icon.i-exit:before {
  background-position: -1080px center; }
.ms-icon.i-white {
  color: #fff; }
  .ms-icon.i-white.i-tour:before {
    background-position: -200px center; }
  .ms-icon.i-white.i-video:before {
    background-position: -220px center; }
  .ms-icon.i-white.i-pdf:before {
    background-position: -240px center; }
  .ms-icon.i-white.i-lock:before {
    background-position: -260px center; }
  .ms-icon.i-white.i-people:before {
    background-position: -280px center; }
  .ms-icon.i-white.i-cart:before {
    background-position: -300px center; }
  .ms-icon.i-white.i-share:before {
    background-position: -320px center; }
  .ms-icon.i-white.i-chat:before {
    background-position: -340px center; }
  .ms-icon.i-white.i-contact:before {
    background-position: -360px center; }
  .ms-icon.i-white.i-manual:before {
    background-position: -380px center; }
  .ms-icon.i-white.i-person:before {
    background-position: -420px center; }
  .ms-icon.i-white.i-mail:before {
    background-position: -680px center; }
  .ms-icon.i-white.i-search:before {
    background-position: -740px center; }
  .ms-icon.i-white.i-filter:before {
    background-position: -800px center; }
  .ms-icon.i-white.i-ext:before {
    background-position: -860px center; }
  .ms-icon.i-white.i-download:before {
    background-position: -920px center; }
  .ms-icon.i-white.i-form:before {
    background-position: -980px center; }
  .ms-icon.i-white.i-download-tray:before {
    background-position: -1040px center; }
  .ms-icon.i-white.i-exit:before {
    background-position: -1100px center; }

/* customer_stories.scss - styles for the customer stories component */
.ms-customer-stories .img-cont {
  height: 150px; }

/* featured_items.scss - styles for the featured items component */
.ms-featured-items .img-cont {
  height: 120px; }
.ms-featured-items .stories .img-cont {
  height: 56px; }
.ms-featured-items .studies .img-cont {
  height: 100px; }
.ms-featured-items .ms-row {
  margin-top: 50px; }
  .ms-featured-items .ms-row:first-child {
    margin-top: 0; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* perspectives.scss - styles for the perspectives component */
.ms-perspectives .img-cont {
  height: 60px;
  width: 60px; }
.ms-perspectives .perspective-cont > a {
  float: left; }
.ms-perspectives .perspective-cont .author {
  margin-left: 75px; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* locked_items.scss - styles for the perspectives component */
.ms-perspectives .img-cont {
  height: 60px;
  width: 60px; }
.ms-perspectives .perspective-cont > a {
  float: left; }
.ms-perspectives .perspective-cont .author {
  margin-left: 75px; }

h3.haslock > span {
  background: transparent url("../images/sprite_main.png") -25px -99px no-repeat;
  width: 11px;
  height: 13px;
  margin: -5px 5px 0px 5px;
  display: inline-block; }

h4.haslock > a > span {
  background: transparent url("../images/sprite_main.png") -25px -99px no-repeat;
  width: 11px;
  height: 13px;
  margin: -5px 5px -1px 5px;
  display: inline-block; }

/* experience_motorola.scss - styles for the experience motorola component */
.ms-experience-motorola {
  border-top: 2px solid #cccccc; }
  .ms-experience-motorola .ms-row .ms-column {
    padding-bottom: 30px; }
  .ms-experience-motorola h2 {
    margin-top: 8px;
    clear: both;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.05;
    letter-spacing: 0px;
    text-transform: uppercase; }
  .ms-experience-motorola h3 {
    margin: 0;
    font-size: 22px; }
  .ms-experience-motorola h4 {
    margin: 0; }
  .ms-experience-motorola p {
    margin: 0 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.375; }
  .ms-experience-motorola a {
    display: block; }
  .ms-experience-motorola .exp-section {
    margin-bottom: 10px; }
  .ms-experience-motorola .video-link {
    display: block;
    position: relative; }
  .ms-experience-motorola .img-cont {
    display: block;
    position: relative;
    margin-bottom: 14px;
    border: 1px solid #cccccc; }
  .ms-experience-motorola .btn-play {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    border: 3px solid #ffffff;
    width: 54px;
    height: 34px;
    margin-top: -17px;
    margin-left: -30px;
    background: #000000; }
    .ms-experience-motorola .btn-play:after {
      content: " ";
      height: 0;
      width: 0;
      border-left: 10px solid #ffffff;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      margin-left: -4px;
      margin-top: -6px;
      position: absolute;
      top: 50%;
      left: 50%;
      display: block; }
  .ms-experience-motorola .video-link:hover .btn-play {
    border: 3px solid #00a0df; }
    .ms-experience-motorola .video-link:hover .btn-play:after {
      content: "  ";
      border-left: 10px solid #00a0df; }
  .ms-experience-motorola .video-duration-base {
    display: block;
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 45px;
    background-color: #000;
    opacity: .7;
    height: 25px;
    z-index: 1; }
  .ms-experience-motorola .video-duration-time {
    display: block;
    position: absolute;
    bottom: 1px;
    right: 8px;
    text-align: right;
    padding: 4px 0px 4px 0px;
    width: 98%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    z-index: 2; }
  .ms-experience-motorola .msiblog .ms-row {
    margin: 0px !important; }
  .ms-experience-motorola .msiblog .ms-column {
    padding: 0px !important;
    left: 13px; }
  .ms-experience-motorola .msiblog .ms-column:first-child {
    padding: 0px !important;
    left: 0px; }
  .ms-experience-motorola .msiblog .ms-column:first-child + div {
    left: 7px; }
  .ms-experience-motorola .i-pdf {
    display: inline-block;
    position: relative;
    padding-left: 28px; }
    .ms-experience-motorola .i-pdf:before {
      position: absolute;
      left: 0;
      top: 0;
      background-position: -40px center;
      background-image: url("../images/icon_spritesheet.png");
      background-repeat: no-repeat;
      content: " ";
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 8px;
      vertical-align: middle;
      overflow: hidden; }
    .ms-experience-motorola .i-pdf:hover {
      color: #00a0df; }
      .ms-experience-motorola .i-pdf:hover:before {
        content: "  ";
        background-position: -480px center; }
  .ms-experience-motorola label {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    cursor: default;
    margin-top: 7px;
    display: block; }
  .ms-experience-motorola .text-cont.pdf label, .ms-experience-motorola .text-cont.pdf p {
    padding-left: 28px; }
  .ms-experience-motorola .meta {
    margin-top: 0; }
    .ms-experience-motorola .meta a {
      display: inline; }
  .ms-experience-motorola .author a {
    margin-bottom: 0;
    font-weight: 700; }
  .ms-experience-motorola .author p {
    margin: 0; }
  .ms-experience-motorola .meta, .ms-experience-motorola .author, .ms-experience-motorola .author-title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25; }
  .ms-experience-motorola .doc-feature {
    padding-left: 80px;
    background: url("/eui/etc/designs/msi/assets/images/icons/doc_large.png") left top no-repeat;
    min-width: 60px;
    min-height: 84px;
    margin-bottom: 16px; }
    .ms-experience-motorola .doc-feature.doc-download {
      background-image: url("/eui/etc/designs/msi/assets/images/icons/download_large.png"); }
  .ms-experience-motorola .doc-item {
    position: relative;
    padding-left: 30px; }
    .ms-experience-motorola .doc-item:before {
      content: " ";
      display: block;
      left: 0;
      top: 0;
      width: 16px;
      height: 20px;
      overflow: hidden;
      position: absolute;
      background: url("/eui/etc/designs/msi/assets/images/icons/doctypes.png") left top no-repeat; }
    .ms-experience-motorola .doc-item.doctype-download:before {
      background-position: -16px top; }
    .ms-experience-motorola .doc-item.doctype-video:before {
      background-position: -32px top; }
  .ms-experience-motorola .ms-tab-section-thumbnail .text-cont {
    margin-top: 0px; }

/* IE8-Specific Blogs */
.ie8 .ms-experience-motorola .msiblog .ms-column {
  max-width: 205px !important; }

.ie8 .ms-experience-motorola .msiblog .ms-column:first-child + div {
  left: 60px !important; }

.ie8 .ms-experience-motorola .msiblog .ms-column:first-child + div + div {
  left: 122px !important; }

/* img_full.scss - styles for the img full component */
.ms-img-full {
  overflow: hidden;
  position: relative;
  height: 180px; }
  .ms-img-full img {
    display: block;
    position: absolute;
    margin: 0 auto;
    max-height: 100% !important;
    max-width: none;
    height: auto;
    width: auto; }
  .ms-img-full.top > img {
    top: 0; }
  .ms-img-full.left > img {
    left: 0; }
  .ms-img-full.right > img {
    right: 0; }
  .ms-img-full.bottom > img {
    bottom: 0; }
  .ms-img-full.v-center > img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .ms-img-full.h-center > img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .ms-img-full.v-center.h-center > img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .ms-img-full[data-size="w"] > img {
    width: 100%;
    height: auto; }
  .ms-img-full[data-size="h"] > img {
    height: 100%;
    width: auto; }

/* use if background image is supported */
.backgroundsize .ms-img-full {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .backgroundsize .ms-img-full.top.left {
    background-position: left top; }
  .backgroundsize .ms-img-full.top.right {
    background-position: right top; }
  .backgroundsize .ms-img-full.bottom.left {
    background-position: left bottom; }
  .backgroundsize .ms-img-full.bottom.right {
    background-position: right bottom; }
  .backgroundsize .ms-img-full.top.h-center {
    background-position: center top; }
  .backgroundsize .ms-img-full.bottom.h-center {
    background-position: center bottom; }
  .backgroundsize .ms-img-full.left.v-center {
    background-position: left center; }
  .backgroundsize .ms-img-full.right.v-center {
    background-position: right center; }
  .backgroundsize .ms-img-full.v-center.h-center {
    background-position: center center; }
  .backgroundsize .ms-img-full img {
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    min-height: 100%;
    min-width: 100%; }

.no-backgroundsize .ms-img-full {
  background-image: none !important; }
  .no-backgroundsize .ms-img-full.v-center > img {
    top: 0; }
  .no-backgroundsize .ms-img-full.h-center > img {
    left: 0; }

/* hero.scss - styles for the hero component */
.ms-hero {
  position: relative;
  margin-bottom: 20px;
  height: 308px; }
  .ms-hero .slide-list {
    position: relative;
    border: 1px solid #cccccc;
    overflow: hidden;
    height: 308px;
    width: 100%;
    list-style: none;
    display: block;
    background-color: #666666; }
  .ms-hero .img-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto; }
  .ms-hero .slide {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .ms-hero .slide.active {
      display: block;
      z-index: 3; }
  .ms-hero h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 7px;
    line-height: 1.2;
    text-transform: uppercase; }
  .ms-hero p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px; }
  .ms-hero .caption {
    color: #000000;
    position: absolute;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    top: 20px;
    right: 20px;
    bottom: 20px;
    width: 357px;
    padding: 10px 20px; }
    .ms-hero .caption a {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative; }
      .ms-hero .caption a:after {
        content: " ";
        display: inline-block;
        margin-left: 9px;
        height: 11px;
        width: 7px;
        overflow: hidden;
        position: relative;
        top: 1px;
        background: url("../images/sprite_main.png") -48px -78px no-repeat; }
    .ms-hero .caption .ms-btn-link a {
      padding-top: 0;
      padding-bottom: 0; }
      .ms-hero .caption .ms-btn-link a:before {
        top: -3px; }
  .ms-hero .hero-nav {
    position: absolute;
    bottom: 36px;
    right: 32px;
    z-index: 4; }
    .ms-hero .hero-nav button {
      outline: none; }
    .ms-hero .hero-nav button, .ms-hero .hero-nav ul, .ms-hero .hero-nav li {
      float: left; }
    .ms-hero .hero-nav ul {
      margin: 0 10px; }
    .ms-hero .hero-nav a {
      display: block;
      height: 20px;
      width: 26px;
      position: relative;
      text-indent: -9999px;
      overflow: hidden; }
      .ms-hero .hero-nav a:after {
        content: " ";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -5px;
        background-color: #999999;
        -moz-transition: background-color 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
        -webkit-transition: background-color 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
        -ms-transition: background-color 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
        -o-transition: background-color 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
        transition: background-color 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
    .ms-hero .hero-nav .active a:after {
      content: "  ";
      background-color: #0063be; }
  .ms-hero .prev, .ms-hero .next {
    display: block;
    height: 20px;
    width: 20px;
    border: none;
    position: relative;
    background: none;
    overflow: hidden;
    text-indent: -9999px; }
    .ms-hero .prev:after, .ms-hero .next:after {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -3px;
      margin-top: -5px;
      width: 7px;
      height: 11px;
      background: transparent url("../images/sprite_main.png") -48px -78px no-repeat; }
  .ms-hero .prev:after {
    background: transparent url("../images/sprite_main.png") -55px -78px no-repeat; }
  .ms-hero.ms-hero-carousel {
    height: auto; }
  .ms-hero.cap-left .caption {
    left: 20px;
    right: auto; }
  .ms-hero.cap-left .hero-nav {
    right: 100%;
    margin-right: -405px; }
.csstransitions .ms-hero .slide {
  display: block;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: opacity 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -ms-transition: opacity 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: opacity 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: opacity 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9); }
  .csstransitions .ms-hero .slide.active {
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* tab_section.scss - styles for the tab-section component */
.ms-tab-section {
  -moz-transition: background-color 1s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: background-color 1s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -ms-transition: background-color 1s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: background-color 1s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: background-color 1s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  padding: 10px;
  margin: -10px -10px 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px; }
  .ms-tab-section .tab-section-title {
    padding-bottom: 6px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 17px;
    margin-top: 12px; }
  .ms-tab-section .haslock > span {
    background: transparent url("../images/sprite_main.png") -25px -99px no-repeat;
    width: 11px;
    height: 13px;
    display: inline-block;
    margin-left: 4px; }
  .ms-tab-section h4 {
    margin: 10px 0px 10px; }
  .ms-tab-section p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.375;
    margin: 0 0 16px; }
    .ms-tab-section p.last {
      margin-bottom: 0; }
  .ms-tab-section .tab-section-colitem-list {
    *zoom: 1;
    margin: 0px;
    /* From 0 -10px -24px */
    overflow: hidden; }
    .ms-tab-section .tab-section-colitem-list:before, .ms-tab-section .tab-section-colitem-list:after {
      display: table;
      content: "";
      line-height: 0; }
    .ms-tab-section .tab-section-colitem-list:after {
      clear: both; }
    .ms-tab-section .tab-section-colitem-list > li {
      width: 50%;
      float: left;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 10px 0px 0px;
      /* From 0 10px */ }
  .ms-tab-section .tab-section-colitem-list .ms-column {
    padding: 0px 10px 0px 0px !important; }
  .ms-tab-section .tab-section-colitem-list .columncontrol {
    padding: 0px 10px 0px 10px; }
  .ms-tab-section .tab-section-colitem-list .columncontrol .column {
    margin-right: 15px; }
  .ms-tab-section .tab-section-colitem-list .relateditems {
    padding: 0px 10px 0px 10px !important; }
  .ms-tab-section .tab-section-colitem-list .relateditems li {
    margin-bottom: 10px; }
  .ms-tab-section .tab-section-column-list {
    width: 49%;
    display: inline-block;
    vertical-align: top; }
  .ms-tab-section .tab-section-meta {
    color: #666;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    margin-bottom: 7px; }

.tab-section-doc-feature {
  clear: both;
  padding-left: 80px;
  background: url("/eui/etc/designs/msi/assets/images/icons/doc_large.png") left top no-repeat;
  min-width: 60px;
  min-height: 84px;
  margin-bottom: 16px; }
  .tab-section-doc-feature.doc-download {
    background-image: url("/eui/etc/designs/msi/assets/images/icons/download_large.png"); }
  .tab-section-doc-feature h4 {
    margin: 10px 0px 10px; }
  .tab-section-doc-feature p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.375;
    margin: 0 0 16px; }
    .tab-section-doc-feature p.last {
      margin-bottom: 0; }
  .tab-section-doc-feature .tab-section-meta {
    color: #666;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    margin-bottom: 7px; }

.ie8 .ms-tab-section .tab-section-colitem-list {
  /* IE8 Columns */
  padding-left: 10px;
  padding-right: 20px; }

/* tab_section_clienteling.scss - styles for the tab-section-clienteling component */
.thumbnail-list li {
  display: block;
  margin-bottom: 30px;
  width: 100%; }

.thumbnail-list .img-cont {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #cccccc;
  width: 35%;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.thumbnail-list .img-cont img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%; }

.thumbnail-list .text-cont {
  display: inline-block;
  padding-left: 3%;
  width: 60%;
  vertical-align: top; }

.clienteling-subsection h4 {
  margin-bottom: 14px; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* tab_section_doc_item.scss - styles for the tab-section-doc_item component */
.ms-tab-section-doc-item {
  clear: both;
  position: relative;
  padding-left: 30px;
  list-style: none; }
  .ms-tab-section-doc-item:before {
    content: " ";
    display: block;
    left: 0;
    top: 0;
    width: 16px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    background: url("/eui/etc/designs/msi/assets/images/components/tab-components/tab_sections/tab_section_doc_item/assets/doctypes.png") left top no-repeat; }
  .ms-tab-section-doc-item.doctype-download:before {
    background-position: -16px top; }
  .ms-tab-section-doc-item.doctype-video:before {
    background-position: -32px top; }
  .ms-tab-section-doc-item .tab-section-meta {
    color: #666;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    margin-bottom: 7px; }
  .ms-tab-section-doc-item h4 {
    margin: 10px 0px 10px !important; }
  .ms-tab-section-doc-item p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.375;
    margin: 0 0 16px; }
    .ms-tab-section-doc-item p.last {
      margin-bottom: 0; }

/* contact_area.scss - styles for the story component */
.ms-contact-area {
  padding: 15px;
  border: solid 1px #ccc;
  font-size: 13px; }
  .ms-contact-area h3 {
    margin: 0px; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* nav_tree.scss - styles for the nav tree component */
.ms-nav-tree .mobile-header-title {
  display: none; }
.ms-nav-tree .nav-menu {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 700; }
  .ms-nav-tree .nav-menu > ul {
    margin-bottom: 20px; }
    .ms-nav-tree .nav-menu > ul ul {
      font-size: 16px; }
      .ms-nav-tree .nav-menu > ul ul ul {
        display: none;
        font-size: 14px; }
        .ms-nav-tree .nav-menu > ul ul ul a {
          padding-left: 17px;
          padding-right: 17px; }
        .ms-nav-tree .nav-menu > ul ul ul ul {
          font-size: 12px; }
          .ms-nav-tree .nav-menu > ul ul ul ul a {
            padding-left: 34px;
            padding-right: 34px;
            font-weight: normal; }
  .ms-nav-tree .nav-menu h4 {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    text-transform: uppercase; }
    .ms-nav-tree .nav-menu h4 a {
      padding-top: 0;
      font-size: 16px; }
    .ms-nav-tree .nav-menu h4.active a {
      color: #444444; }
      .ms-nav-tree .nav-menu h4.active a:hover {
        color: #afa79f; }
  .ms-nav-tree .nav-menu a {
    border-bottom: 1px solid #cccccc;
    display: block;
    padding: 12px 7px 12px 7px; }
    .ms-nav-tree .nav-menu a:hover {
      color: #003b72; }
  .ms-nav-tree .nav-menu li.active-children .active-children ul,
  .ms-nav-tree .nav-menu li.active-children ul {
    display: block; }
    .ms-nav-tree .nav-menu li.active-children .active-children ul li ul,
    .ms-nav-tree .nav-menu li.active-children ul li ul {
      display: none; }
    .ms-nav-tree .nav-menu li.active-children .active-children ul li.active ul,
    .ms-nav-tree .nav-menu li.active-children ul li.active ul {
      display: block; }
  .ms-nav-tree .nav-menu li.active {
    background-color: #e5eff8;
    border-bottom: 1px solid #cccccc; }
    .ms-nav-tree .nav-menu li.active a {
      border-top: 1px solid #b7d3ec;
      border-bottom: none; }
    .ms-nav-tree .nav-menu li.active > a {
      color: #444444;
      border-top: none;
      pointer-events: none;
      cursor: default; }
      .ms-nav-tree .nav-menu li.active > a:hover {
        color: #444444; }
    .ms-nav-tree .nav-menu li.active > ul {
      display: block; }

.ms-nav-back {
  display: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-left: 9px; }
  .ms-nav-back:before {
    content: " ";
    display: block;
    position: absolute;
    left: -9px;
    top: 1px;
    width: 7px;
    height: 11px;
    background: transparent url("../images/sprite_main.png") -55px -78px no-repeat; }

.rtl .ms-nav-back {
  margin-left: 0;
  margin-right: 9px; }
  .rtl .ms-nav-back:before {
    left: auto;
    right: -9px;
    background: transparent url("../images/sprite_main.png") -48px -78px no-repeat; }

/* overview.scss - styles for overview layouts */
.ms-layout-landing .page-desc h2 {
  margin: 0; }
.ms-layout-landing .page-desc p {
  margin-top: 10px; }
.ms-layout-landing .section-heading {
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc; }

/* L1.scss - styles for the L1 page template */
/* RTL-specific reversal */
.rtl .ms-tab-section-thumbnail .img-cont {
  float: none !important; }
.rtl .ms-tab-section-thumbnail .text-cont {
  padding-left: 0px !important;
  padding-right: 0px !important; }


@media only screen and (max-width: 984px) {
input[type="text"].nav-search-input {
  max-width: 125px;
  text-align: left;
 }
 .ms-nav-inner {
   max-width: 100px;
   min-width: 1000px;
  } 
}


/* svg icons */
.nav-icon {
    border: none;
    float: left;
    height: 50px;
    width: 18px;
    margin-right: 5px;
    position: relative;
    background: none;
    margin-left: 5px;
    padding: 1px 6px;
    overflow: visible;
}
.nav-icon > .icon {
    padding-top: 10px;
    position: relative;
    height: 30px;
    box-sizing: border-box;
    line-height: normal;
}
.nav-icon:hover > .icon svg {
    fill: #00a0df;
}