/* header_logo.scss - styles for the header_logo component
.ms-logo {
  background-image: url(/etc/designs/msi/assets/images/components/header-components/header_logo/assets/motoSolutions.png);
  width: 308px;
  height: 35px;
  display: inline-block;
  float: left;
  margin-left: 40px;
  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(/etc/designs/msi/assets/images/components/header-components/header_logo/assets/motoSolutions@2x.png);
      background-repeat: no-repeat;
      background-size: 308px; } }
  @media only screen and (max-width: 1024px) {
    .ms-logo {
      margin-top: 13px;
      margin-left: 20px; } }
  @media only screen and (max-width: 480px) {
    .ms-logo {
      background-size: 246px !important;
      margin: 15px 0px 0px 0px;
      max-width: 246px !important; } }

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

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

/* Browser Supports Media Queries
@media screen and (min-width: 0) {
  .ms-header {
    position: fixed; } }
@media only screen and (max-width: 984px) {
  .mobile-toggle {
    margin: 0; }

  .ms-header {
    -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); } }
@media only screen and (max-width: 480px) {
  .mobile-toggle {
    width: 55px; }
    .mobile-toggle > span {
      height: 2px;
      width: 22px; }
      .mobile-toggle > span:before, .mobile-toggle > span:after {
        height: 2px; }
      .mobile-toggle > span:before {
        top: -6px; }
      .mobile-toggle > span:after {
        bottom: -6px; } }
/* nav-search.scss - styles for the nav search component
.nav-search {
  padding: 0;
  float: right;
  position: relative;
  z-index: 2; }

.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: #145199; }
    .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("/etc/designs/msi/assets/images/sprites/sprite_main.png") left top no-repeat;
    width: 25px;
    height: 25px;
    margin: 2px 14px 0;
    position: relative; }
    .nav-search-toggle > span:before, .nav-search-toggle > span:after {
      content: " ";
      display: block;
      position: absolute;
      top: -2px;
      bottom: -2px;
      background: #3f81c1;
      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: #f6f6f6;
  padding: 14px 9px 12px 9px;
  border: 1px solid #b7b7b7;
  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 #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: 38px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.nav-search-submit {
  border: none;
  background: transparent url("/etc/designs/msi/assets/images/sprites/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-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:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #f6f6f6;
  border: 1px solid #b7b7b7;
  border-bottom: none;
  -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); }
.ms-nav-search-active .nav-search-toggle:hover:before {
  background-color: #d0d0d0; }
.ms-nav-search-active .nav-search-toggle > span {
  background: transparent url("/etc/designs/msi/assets/images/sprites/sprite_main.png") -23px -63px no-repeat; }
  .ms-nav-search-active .nav-search-toggle > span:before, .ms-nav-search-active .nav-search-toggle > span:after {
    display: 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; }

@media only screen and (max-width: 984px) {
  .nav-search-toggle {
    display: none; }

  .ms-hide-pane {
    position: static; }

  .nav-search-g {
    top: 0;
    padding: 0;
    width: 100%;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -ms-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out; }

  .nav-search {
    padding: 0;
    float: none;
    width: auto; }
    .nav-search input[type="text"]:focus {
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

  .nav-search-submit {
    right: 0;
    top: 0;
    bottom: 0;
    -ms-transform: -ms-transform 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -o-transition: -o-transform 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    transition: transform 0.2s cubic-bezier(0.3, 0.8, 0.35, 0.9); }

  .nav-search-clear {
    display: none;
    background: none;
    border: none;
    text-indent: -9999px;
    top: 0;
    right: 0;
    position: absolute;
    height: 41px;
    width: 25px; }
    .nav-search-clear:after {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 25px;
      width: 25px;
      background: transparent url("/etc/designs/msi/assets/images/sprites/sprite_main.png") -23px -63px no-repeat;
      margin-left: -11px;
      margin-top: -12px; }

  .nav-search-res {
    clear: both;
    background: none;
    width: auto;
    border: none; }
    .nav-search-res ul {
      width: 100% !important;
      padding-top: 10px;
      border: none; }
    .nav-search-res li {
      padding: 14px 10px; } }
/* ====================
// 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.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: #fff;
      z-index: 6; }
      .ms-nav-depth-0 > li.hassub.show-fly > a:after {
        background-position: -42px -49px; }
      .ms-nav-depth-0 > li.hassub.show-fly > a > span {
        background: #145199; }
        .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.hassub > a > span {
      border: 1px solid #003366;
      border-bottom: none; }
    .ms-nav-depth-0 > li.hassub.show-fly .flyout-gutter a:after {
      content: "  "; }
    .ms-nav-depth-0 > li.hassub > a {
      padding-right: 49px;
      position: relative; }
      .ms-nav-depth-0 > li.hassub > a:after {
        content: " ";
        display: block;
        background: transparent url("/etc/designs/msi/assets/images/sprites/sprite_main.png") -53px -49px no-repeat;
        width: 11px;
        height: 7px;
        position: absolute;
        overflow: hidden;
        right: 34px;
        top: 50%;
        margin-top: -3px; }
    .ms-nav-depth-0 > li > a {
      padding: 17px 38px 16px 10px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.375;
      text-transform: uppercase;
      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:before {
          width: 1px;
          height: 30px;
          top: 50%;
          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: #145199; }
      .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; }
    @media only screen and (max-width: 1024px) {
      .ms-nav-depth-0 .ms-hide-pane {
        right: 15px;
        left: 15px; } }
  .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; }

@media only screen and (max-width: 984px) {
  .ms-nav-depth-0 {
    padding-top: 10px;
    float: none; }
    .ms-nav-depth-0 > li {
      display: block;
      margin-left: 0; }
      .ms-nav-depth-0 > li.hassub > a {
        padding-right: 10px; }
        .ms-nav-depth-0 > li.hassub > a:after {
          display: none; }
      .ms-nav-depth-0 > li > a {
        display: block;
        border-bottom: 1px solid #3f81c1;
        -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 > a > span {
          display: none; }
        .ms-nav-depth-0 > li > a:hover {
          background: #145199; }
      .ms-nav-depth-0 > li.active > a {
        background: #145199; }
    .ms-nav-depth-0 .ms-nav-links {
      filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      visibility: hidden; }
    .ms-nav-depth-0 .ms-hide-pane {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }
/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* icons.scss - global icon styles */
.ms-icon:before {
  background-image: url("/etc/designs/msi/assets/images/sprites/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; }

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

.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: 14px 40px;
  line-height: 34px; }
  .ms-nav-util > ul {
    float: left; }
  .ms-nav-util li {
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    padding-left: 20px; }
    .ms-nav-util li a {
      font-family: Arial, san-serif;
      font-size: 11px;
      font-weight: normal;
      text-transform: uppercase;
      display: block;
      min-height: 15px;
      color: #0063be;
      margin-bottom: 0;
      line-height: 34px;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0; }
      .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: 25px;
    margin-left: 25px; }
  .ms-nav-util .ms-icon:before {
    margin-right: 4px; }

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

@media only screen and (max-width: 984px) {
  .ms-nav-util {
    padding: 22px 0 0;
    position: static; }
    .ms-nav-util > ul {
      float: none;
      padding: 0; }
    .ms-nav-util li {
      float: none;
      padding: 0 10px; }
      .ms-nav-util li:first-child {
        padding: 0 10px; }
      .ms-nav-util li a {
        font-size: 12px;
        line-height: 1.2;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px; }
        .ms-nav-util li a.i-chat:before {
          background-position: -340px center; }
        .ms-nav-util li a.i-manual:before {
          background-position: -380px center; }
        .ms-nav-util li a.i-contact:before {
          background-position: -360px center; }
        .ms-nav-util li a.i-person:before {
          background-position: -420px center; }
    .ms-nav-util .ms-util-personal {
      border: none;
      padding: 0;
      margin: 0; } }
/* flyout_list.scss - styles for the flyout list component 
.ms-flyout-list {
  line-height: 85px;
  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; }
    .ms-flyout-list a:hover {
      color: #99c1e5; }
  .ms-flyout-list .sec-title {
    line-height: 1.2;
    vertical-align: bottom;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    color: #ffffff;
    border-bottom: 2px solid #708fb8;
    margin-bottom: 9px;
    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; }
      .ms-flyout-list .carrot-link span:after {
        content: " ";
        position: absolute;
        top: -11px;
        left: 0;
        display: inline-block;
        margin-left: 9px;
        height: 11px;
        width: 7px;
        overflow: hidden;
        background: url("/etc/designs/msi/assets/images/sprites/sprite_main.png") -48px -56px no-repeat; }

.ms-nav-depth-2 {
  line-height: 1.2; }

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

/* nav.scss - styles for the main nav component 
/* Nav Main 
.ms-nav-main {
  position: fixed;
  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: 100%;
  max-width: 1240px;
  padding: 0 40px;
  min-width: 980px;
  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; }

@media only screen and (max-width: 1024px) {
  .ms-nav-inner {
    padding: 0 20px; } }
@media only screen and (max-width: 984px) {
  .ms-nav-main {
    -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);
    margin-left: -272px;
    right: auto;
    width: 272px;
    bottom: 0;
    z-index: 170;
    border-top: none;
    border-bottom: none; }
    .ms-nav-main:before {
      left: 0;
      right: 0;
      top: 0;
      bottom: -9999px;
      background: #0063be;
      z-index: 0;
      -moz-transition: background-color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
    .ms-nav-main:after {
      display: block;
      right: 0;
      left: auto;
      width: 6px;
      height: auto;
      top: 0;
      bottom: -9999px;
      border: none;
      position: absolute;
      z-index: 1;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.35)));
      background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.35));
      background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.35));
      background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.35));
      background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.35));
      background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 100%); }

  .ms-nav-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 272px;
    min-width: 0;
    overflow: auto;
    z-index: 2;
    -webkit-overflow-scrolling: touch;
    padding: 10px 10px 20px 10px; }

  .sidenav-active .ms-nav-main {
    -webkit-transform: translate3d(272px, 0, 0);
    -moz-transform: translate3d(272px, 0, 0);
    -ms-transform: translate3d(272px, 0, 0);
    -o-transform: translate3d(272px, 0, 0);
    transform: translate3d(272px, 0, 0); }
  .sidenav-active .ms-nav-shade {
    display: block;
    height: auto;
    bottom: -9999px;
    right: -999999px;
    width: 999999px;
    background: #000;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2; }
  .sidenav-active .ms-nav-main:before {
    -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); }

  .nav-search-open:before {
    background: #f6f6f6; }
  .nav-search-open:after {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.15)));
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15));
    background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.15) 100%); }
  .nav-search-open .nav-search-g {
    float: left;
    padding-right: 30px; }
  .nav-search-open .nav-search-submit {
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    -o-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  .nav-search-open .nav-search-clear {
    display: block; }
  .nav-search-open .ms-nav-links,
  .nav-search-open .ms-nav-util {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }
@media print {
  .ms-nav-main {
    display: none; } }
.lt-ie9 .ms-nav-inner {
  width: 1024px;
  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;
  min-height: 111px;
  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; }

@media only screen and (max-width: 1024px) {
  .ms-footer .ms-site-cont {
    padding: 25px 20px; } }
@media only screen and (max-width: 984px) {
  .ms-footer {
    z-index: auto;
    position: static; } }
@media only screen and (max-width: 480px) {
  .ms-footer .ms-site-cont {
    padding: 15px 20px; } }
/* ====================
// 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; }

@media only screen and (max-width: 600px) {
  .ms-breadcrumbs li {
    display: none; }
    .ms-breadcrumbs li:nth-child(1) {
      display: block; }
      .ms-breadcrumbs li:nth-child(1):before {
        display: none; }
    .ms-breadcrumbs li.ms-breadcrumb-parent {
      display: block; } }
/* 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; }
  @media only screen and (max-width: 480px) {
    .ms-header-title {
      margin-bottom: 17px; } }

/* 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: #f8f8f8;
  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("/etc/designs/msi/assets/images/sprites/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;
  overflow-y: auto;
  top: 110%;
  right: 0;
  left: 0;
  height: 100%;
  padding: 80px 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.95);
  -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: #000000; }
  .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] {
      max-width: 960px;
      max-height: 660px; }
    .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("/etc/designs/msi/assets/images/sprites/sprite_main.png") -50px -8px 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; }

@media only screen and (max-width: 984px) {
  .ms-media-modal .ms-media-modal-close {
    right: 27px; }
  .ms-media-modal .ms-photo-gallery {
    margin: 0 20px; } }
@media only screen and (max-width: 480px) {
  .ms-media-modal .ms-media-modal-close {
    right: 7px; } }
.csstransitions .ms-media-modal.media-modal-open {
  top: 0; }

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

@media only screen and (max-width: 984px) {
  .ms-btn {
    max-width: none; } }
@media only screen and (max-width: 600px) {
  .ms-btn.ms-icon {
    display: block;
    padding-left: 42%; }
    .ms-btn.ms-icon:before {
      left: 40%;
      margin-left: -30px; }
    .ms-btn.ms-icon:after {
      left: 40%; }

  .ms-overview-btn-links .brightcovevideo.section {
    display: inline-block;
    width: 49%; } }
/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* icons.scss - global icon styles */
.ms-icon:before {
  background-image: url("/etc/designs/msi/assets/images/sprites/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; }

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

.lt-ie9 .ms-btn-link > a {
  min-height: 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("assets/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-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; }

/* link_list.scss - styles for the link list component */
.ms-link-list {
  margin-bottom: 20px; }
  .ms-link-list a {
    font-weight: 700; }
  .ms-link-list li {
    margin-bottom: 10px; }

.lt-ie9 .ms-link-list .ms-row .ms-column {
  padding-bottom: 10px; }

/* contact.scss - styles for the contact page template */
.ms-breadcrumbs {
  display: none; }

.header-container + .viewport {
  padding-top: 24px;
}