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%; }
  
.ms-logo {
  background-image: url(../images/motoSolutions.png);
  width: 308px;
  height: 35px;
  display: inline-block;
  float: left;
  margin-left: 48px;
  margin-top: 12px; }
  
  @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-image: url(../images/motoSolutions@2x.png);
      background-repeat: no-repeat;
      background-size: 308px; }
}

/* 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 */ }

@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: 100%; }

/* ====================
// 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;
  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; }

.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: 52px 0 0;
  -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);
  padding: 20px 40px 0;
  position: relative; }

/* ====================
// 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("/etc/designs/msi/assets/images/sprites/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-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-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; }

/* 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; }


/* 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 #e9e9e9;
  z-index: 180; }

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

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

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

.nav-search-input::-ms-clear {
  display: none; }
  
.nav-search-input-border {
  width: 167px;
  margin-top: 6px;
  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-search-input-border input.nav-search-input {
    border: none;
    border-right: 42px 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: 8px;
  right: 8px;
  height: 40px;
  padding: 0;
  float: none; }

.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; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* nav-links.scss - styles for the nav links component */
.ms-nav-depth-0 {
  float: left; }
  .ms-nav-depth-0 a {
    color: #ddeeff;
    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 {
      color: #ffffff;
      z-index: 5; }
      .ms-nav-depth-0 a:hover > span {
        background: #145199; }
        .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 > a {
      padding: 17px 17px 16px 17px; /* Fixed Width Header */
      font-size: 14px;
      font-size: 0.875rem; /* Fixed Width Header */
      line-height: 1.375;
      text-transform: uppercase;
      position: relative;
      z-index: 3; }
	 .ms-nav-depth-0 > li.twolines > a {
		 text-align: center;
		 padding: 0px 17px 0px 17px;
		 height: 54px;
		 top: 8px;
	  }
	  .ms-nav-depth-0 > li.twolines > a:hover > span {
		 background: none;
	  }
	  .ms-nav-depth-0 > li.twolines {
		-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 > li.twolines:hover  {
		 background: #145199;
	  }
      .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:before {
          width: 1px;
          height: 30px;
          top: 50%;
          margin-top: -15px;
          background: #3f81c1; }
		  .ms-nav-depth-0 > li.twolines > a > span:before {
          top: 37%;
          margin-top: -15px;
          background: #3f81c1; }
        .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: #000; }
      .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: #145199;
    background: rgba(20, 81, 153, 0.97);
    margin: 0 5px 10px;
    -webkit-transform: translate3d(0, -500px, 0);
    -moz-transform: translate3d(0, -500px, 0);
    -ms-transform: translate3d(0, -500px, 0);
    -o-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
    -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;
    height: 0;
    visibility: hidden;
    position: relative;
    border: 1px solid #003366; }
    .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(20, 81, 153, 0.5);
      background: -moz-linear-gradient(top, #145199 0%, rgba(20, 81, 153, 0) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #145199), color-stop(100%, rgba(20, 81, 153, 0)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #145199 0%, rgba(20, 81, 153, 0) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #145199 0%, rgba(20, 81, 153, 0) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #145199 0%, rgba(20, 81, 153, 0) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #145199 0%, rgba(20, 81, 153, 0) 100%);
      /* W3C */ }
    .ms-nav-depth-0 .nav-flyout:after {
      z-index: -1;
      bottom: 0;
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5); }

.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("/etc/designs/msi/assets/images/sprites/sprite_main.png") -48px -56px no-repeat; }
    .flyout-gutter a:hover {
      color: #99c1e5; }

.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; }

/* ====================
// 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;	
  overflow: hidden;
  position: relative;
  top: 10px; }
.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-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; }

/* 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: 3px; }
  .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; }

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

/* nav-util.scss - styles for the nav component */
.ms-nav-util {
  position: absolute;
  right: 0;
  top: -60px;
  padding: 18px 10px;
  line-height: 34px; }
  .ms-nav-util > ul {
    float: left; }
  .ms-nav-util li {
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    padding-left: 14px; }
    .ms-nav-util li a {
      font-size: 11px;
      font-weight: normal;
      text-transform: uppercase;
      display: block;
	  max-width: 170px;
      min-height: 15px;
	  display: block;
      color: #0063be;
      margin-bottom: 0;
      padding-top: 7px;
      padding-bottom: 0;
      padding-right: 0;
	  word-break: break-all; }
      .ms-nav-util li a:hover {
        color: #00a0df; }
    .ms-nav-util li:first-child {
      padding-left: 0; }
  .ms-nav-util .ms-util-personal {
    border-left: 1px solid #c4d6eb;
    padding-left: 15px;
    margin-left: 15px; }
  .ms-nav-util .ms-icon:before {
    margin-right: 4px; }

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

/* nav.scss - styles for the main nav component */
/* Nav Main */
.ms-nav-main {
  position: fixed;
  width: 100%;
  top: 60px;
  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: #0063be;
    border-top: 1px solid #145199;
    border-bottom: 1px solid #145199;
    z-index: 1; }
  .ms-nav-main:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: -1;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); }

.ms-nav-inner {
  width: 948px; /* Fixed Width Header */
  padding: 0 10px;
  margin: 0 auto;
  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 {
  min-width: 0; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* footer-links.scss - styles for the footer links component */
.ms-footer-links {
  font-weight: 700;
  margin-left: -24px; }
  .ms-footer-links li {
    float: left;
    margin-left: 24px;
    padding-bottom: 31px; }
  .ms-footer-links a {
    color: #fff; }

/* footer.scss - styles for the main footer component */
.ms-footer {
  background: #0063be;
  color: #fff;
  /* position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  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;
  -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; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */

h1, h5,
.ms-how-to-buy .htb-popover h3,
.ms-share-connect .share-connect-popover h3,
.ms-tabs,
.back-to-top,
.ms-nav-depth-1 .sec-title,
.ms-hero h3,
.ms-hero-home h3,
.ms-experience-motorola h2,
.ms-experience-motorola h3,
.ms-nav-tree h2,
.ms-ext-btn-link a {
  font-weight: normal;
  font-style: normal; }

h2 {
  font-weight: normal;
  font-style: normal; }

.ms-btn,
.ms-nav-depth-0 > li > a,
.ms-tab-loading,
.ms-hero p,
.ms-hero-home p {
  font-weight: normal;
  font-style: normal; }