/* ====================
// 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: 0px 10px 0px 10px;
  width: 100%; }

.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; } }
@media only screen and (min-width: 481px) {
  .ms-row {
    margin: 0 10px 0 10px; }

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

  .ms-row > div > .ms-column.small-1,
  .ms-row > .ms-column.small-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-small-1,
  .ms-row > .ms-column.offset-small-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-small-1,
  .rtl .ms-row > .ms-column.offset-small-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-small-1,
  .ms-row.ms-row-ordered > .ms-column.offset-small-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.small-2,
  .ms-row > .ms-column.small-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-small-2,
  .ms-row > .ms-column.offset-small-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-small-2,
  .rtl .ms-row > .ms-column.offset-small-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-small-2,
  .ms-row.ms-row-ordered > .ms-column.offset-small-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.small-3,
  .ms-row > .ms-column.small-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-small-3,
  .ms-row > .ms-column.offset-small-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-small-3,
  .rtl .ms-row > .ms-column.offset-small-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-small-3,
  .ms-row.ms-row-ordered > .ms-column.offset-small-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.small-4,
  .ms-row > .ms-column.small-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-small-4,
  .ms-row > .ms-column.offset-small-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-small-4,
  .rtl .ms-row > .ms-column.offset-small-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-small-4,
  .ms-row.ms-row-ordered > .ms-column.offset-small-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.small-5,
  .ms-row > .ms-column.small-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-small-5,
  .ms-row > .ms-column.offset-small-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-small-5,
  .rtl .ms-row > .ms-column.offset-small-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-small-5,
  .ms-row.ms-row-ordered > .ms-column.offset-small-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.small-6,
  .ms-row > .ms-column.small-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-small-6,
  .ms-row > .ms-column.offset-small-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-small-6,
  .rtl .ms-row > .ms-column.offset-small-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-small-6,
  .ms-row.ms-row-ordered > .ms-column.offset-small-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.small-7,
  .ms-row > .ms-column.small-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-small-7,
  .ms-row > .ms-column.offset-small-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-small-7,
  .rtl .ms-row > .ms-column.offset-small-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-small-7,
  .ms-row.ms-row-ordered > .ms-column.offset-small-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.small-8,
  .ms-row > .ms-column.small-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-small-8,
  .ms-row > .ms-column.offset-small-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-small-8,
  .rtl .ms-row > .ms-column.offset-small-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-small-8,
  .ms-row.ms-row-ordered > .ms-column.offset-small-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.small-9,
  .ms-row > .ms-column.small-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-small-9,
  .ms-row > .ms-column.offset-small-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-small-9,
  .rtl .ms-row > .ms-column.offset-small-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-small-9,
  .ms-row.ms-row-ordered > .ms-column.offset-small-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.small-10,
  .ms-row > .ms-column.small-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-small-10,
  .ms-row > .ms-column.offset-small-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-small-10,
  .rtl .ms-row > .ms-column.offset-small-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-small-10,
  .ms-row.ms-row-ordered > .ms-column.offset-small-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.small-11,
  .ms-row > .ms-column.small-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-small-11,
  .ms-row > .ms-column.offset-small-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-small-11,
  .rtl .ms-row > .ms-column.offset-small-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-small-11,
  .ms-row.ms-row-ordered > .ms-column.offset-small-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.small-12,
  .ms-row > .ms-column.small-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-small-12,
  .ms-row > .ms-column.offset-small-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-small-12,
  .rtl .ms-row > .ms-column.offset-small-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-small-12,
  .ms-row.ms-row-ordered > .ms-column.offset-small-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; } }
@media only screen and (min-width: 601px) {
  .ms-row {
    margin: 0 10px 0 10px; }

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

  .ms-row > div > .ms-column.medium-1,
  .ms-row > .ms-column.medium-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-medium-1,
  .ms-row > .ms-column.offset-medium-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-medium-1,
  .rtl .ms-row > .ms-column.offset-medium-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-medium-1,
  .ms-row.ms-row-ordered > .ms-column.offset-medium-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.medium-2,
  .ms-row > .ms-column.medium-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-medium-2,
  .ms-row > .ms-column.offset-medium-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-medium-2,
  .rtl .ms-row > .ms-column.offset-medium-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-medium-2,
  .ms-row.ms-row-ordered > .ms-column.offset-medium-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.medium-3,
  .ms-row > .ms-column.medium-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-medium-3,
  .ms-row > .ms-column.offset-medium-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-medium-3,
  .rtl .ms-row > .ms-column.offset-medium-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-medium-3,
  .ms-row.ms-row-ordered > .ms-column.offset-medium-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.medium-4,
  .ms-row > .ms-column.medium-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-medium-4,
  .ms-row > .ms-column.offset-medium-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-medium-4,
  .rtl .ms-row > .ms-column.offset-medium-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-medium-4,
  .ms-row.ms-row-ordered > .ms-column.offset-medium-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.medium-5,
  .ms-row > .ms-column.medium-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-medium-5,
  .ms-row > .ms-column.offset-medium-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-medium-5,
  .rtl .ms-row > .ms-column.offset-medium-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-medium-5,
  .ms-row.ms-row-ordered > .ms-column.offset-medium-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.medium-6,
  .ms-row > .ms-column.medium-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-medium-6,
  .ms-row > .ms-column.offset-medium-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-medium-6,
  .rtl .ms-row > .ms-column.offset-medium-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-medium-6,
  .ms-row.ms-row-ordered > .ms-column.offset-medium-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.medium-7,
  .ms-row > .ms-column.medium-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-medium-7,
  .ms-row > .ms-column.offset-medium-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-medium-7,
  .rtl .ms-row > .ms-column.offset-medium-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-medium-7,
  .ms-row.ms-row-ordered > .ms-column.offset-medium-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.medium-8,
  .ms-row > .ms-column.medium-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-medium-8,
  .ms-row > .ms-column.offset-medium-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-medium-8,
  .rtl .ms-row > .ms-column.offset-medium-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-medium-8,
  .ms-row.ms-row-ordered > .ms-column.offset-medium-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.medium-9,
  .ms-row > .ms-column.medium-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-medium-9,
  .ms-row > .ms-column.offset-medium-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-medium-9,
  .rtl .ms-row > .ms-column.offset-medium-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-medium-9,
  .ms-row.ms-row-ordered > .ms-column.offset-medium-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.medium-10,
  .ms-row > .ms-column.medium-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-medium-10,
  .ms-row > .ms-column.offset-medium-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-medium-10,
  .rtl .ms-row > .ms-column.offset-medium-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-medium-10,
  .ms-row.ms-row-ordered > .ms-column.offset-medium-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.medium-11,
  .ms-row > .ms-column.medium-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-medium-11,
  .ms-row > .ms-column.offset-medium-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-medium-11,
  .rtl .ms-row > .ms-column.offset-medium-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-medium-11,
  .ms-row.ms-row-ordered > .ms-column.offset-medium-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.medium-12,
  .ms-row > .ms-column.medium-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-medium-12,
  .ms-row > .ms-column.offset-medium-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-medium-12,
  .rtl .ms-row > .ms-column.offset-medium-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-medium-12,
  .ms-row.ms-row-ordered > .ms-column.offset-medium-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; } }
@media only screen and (min-width: 985px) {
  .ms-row {
    margin: 0 10px 0 10px; }

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

  .ms-row > div > .ms-column.medlarge-1,
  .ms-row > .ms-column.medlarge-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-medlarge-1,
  .ms-row > .ms-column.offset-medlarge-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-medlarge-1,
  .rtl .ms-row > .ms-column.offset-medlarge-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-medlarge-1,
  .ms-row.ms-row-ordered > .ms-column.offset-medlarge-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.medlarge-2,
  .ms-row > .ms-column.medlarge-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-medlarge-2,
  .ms-row > .ms-column.offset-medlarge-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-medlarge-2,
  .rtl .ms-row > .ms-column.offset-medlarge-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-medlarge-2,
  .ms-row.ms-row-ordered > .ms-column.offset-medlarge-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.medlarge-3,
  .ms-row > .ms-column.medlarge-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-medlarge-3,
  .ms-row > .ms-column.offset-medlarge-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-medlarge-3,
  .rtl .ms-row > .ms-column.offset-medlarge-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-medlarge-3,
  .ms-row.ms-row-ordered > .ms-column.offset-medlarge-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.medlarge-4,
  .ms-row > .ms-column.medlarge-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-medlarge-4,
  .ms-row > .ms-column.offset-medlarge-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-medlarge-4,
  .rtl .ms-row > .ms-column.offset-medlarge-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-medlarge-4,
  .ms-row.ms-row-ordered > .ms-column.offset-medlarge-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.medlarge-5,
  .ms-row > .ms-column.medlarge-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-medlarge-5,
  .ms-row > .ms-column.offset-medlarge-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-medlarge-5,
  .rtl .ms-row > .ms-column.offset-medlarge-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-medlarge-5,
  .ms-row.ms-row-ordered > .ms-column.offset-medlarge-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.medlarge-6,
  .ms-row > .ms-column.medlarge-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-medlarge-6,
  .ms-row > .ms-column.offset-medlarge-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-medlarge-6,
  .rtl .ms-row > .ms-column.offset-medlarge-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-medlarge-6,
  .ms-row.ms-row-ordered > .ms-column.offset-medlarge-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.medlarge-7,
  .ms-row > .ms-column.medlarge-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-medlarge-7,
  .ms-row > .ms-column.offset-medlarge-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-medlarge-7,
  .rtl .ms-row > .ms-column.offset-medlarge-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-medlarge-7,
  .ms-row.ms-row-ordered > .ms-column.offset-medlarge-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.medlarge-8,
  .ms-row > .ms-column.medlarge-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-medlarge-8,
  .ms-row > .ms-column.offset-medlarge-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-medlarge-8,
  .rtl .ms-row > .ms-column.offset-medlarge-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-medlarge-8,
  .ms-row.ms-row-ordered > .ms-column.offset-medlarge-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.medlarge-9,
  .ms-row > .ms-column.medlarge-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-medlarge-9,
  .ms-row > .ms-column.offset-medlarge-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-medlarge-9,
  .rtl .ms-row > .ms-column.offset-medlarge-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-medlarge-9,
  .ms-row.ms-row-ordered > .ms-column.offset-medlarge-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.medlarge-10,
  .ms-row > .ms-column.medlarge-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-medlarge-10,
  .ms-row > .ms-column.offset-medlarge-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-medlarge-10,
  .rtl .ms-row > .ms-column.offset-medlarge-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-medlarge-10,
  .ms-row.ms-row-ordered > .ms-column.offset-medlarge-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.medlarge-11,
  .ms-row > .ms-column.medlarge-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-medlarge-11,
  .ms-row > .ms-column.offset-medlarge-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-medlarge-11,
  .rtl .ms-row > .ms-column.offset-medlarge-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-medlarge-11,
  .ms-row.ms-row-ordered > .ms-column.offset-medlarge-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.medlarge-12,
  .ms-row > .ms-column.medlarge-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-medlarge-12,
  .ms-row > .ms-column.offset-medlarge-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-medlarge-12,
  .rtl .ms-row > .ms-column.offset-medlarge-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-medlarge-12,
  .ms-row.ms-row-ordered > .ms-column.offset-medlarge-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; } }
@media only screen and (min-width: 1025px) {
  .ms-row {
    margin: 0 10px 0 10px; }

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

  .ms-row > div > .ms-column.large-1,
  .ms-row > .ms-column.large-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-large-1,
  .ms-row > .ms-column.offset-large-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-large-1,
  .rtl .ms-row > .ms-column.offset-large-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-large-1,
  .ms-row.ms-row-ordered > .ms-column.offset-large-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.large-2,
  .ms-row > .ms-column.large-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-large-2,
  .ms-row > .ms-column.offset-large-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-large-2,
  .rtl .ms-row > .ms-column.offset-large-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-large-2,
  .ms-row.ms-row-ordered > .ms-column.offset-large-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.large-3,
  .ms-row > .ms-column.large-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-large-3,
  .ms-row > .ms-column.offset-large-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-large-3,
  .rtl .ms-row > .ms-column.offset-large-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-large-3,
  .ms-row.ms-row-ordered > .ms-column.offset-large-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.large-4,
  .ms-row > .ms-column.large-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-large-4,
  .ms-row > .ms-column.offset-large-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-large-4,
  .rtl .ms-row > .ms-column.offset-large-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-large-4,
  .ms-row.ms-row-ordered > .ms-column.offset-large-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.large-5,
  .ms-row > .ms-column.large-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-large-5,
  .ms-row > .ms-column.offset-large-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-large-5,
  .rtl .ms-row > .ms-column.offset-large-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-large-5,
  .ms-row.ms-row-ordered > .ms-column.offset-large-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.large-6,
  .ms-row > .ms-column.large-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-large-6,
  .ms-row > .ms-column.offset-large-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-large-6,
  .rtl .ms-row > .ms-column.offset-large-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-large-6,
  .ms-row.ms-row-ordered > .ms-column.offset-large-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.large-7,
  .ms-row > .ms-column.large-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-large-7,
  .ms-row > .ms-column.offset-large-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-large-7,
  .rtl .ms-row > .ms-column.offset-large-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-large-7,
  .ms-row.ms-row-ordered > .ms-column.offset-large-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.large-8,
  .ms-row > .ms-column.large-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-large-8,
  .ms-row > .ms-column.offset-large-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-large-8,
  .rtl .ms-row > .ms-column.offset-large-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-large-8,
  .ms-row.ms-row-ordered > .ms-column.offset-large-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.large-9,
  .ms-row > .ms-column.large-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-large-9,
  .ms-row > .ms-column.offset-large-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-large-9,
  .rtl .ms-row > .ms-column.offset-large-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-large-9,
  .ms-row.ms-row-ordered > .ms-column.offset-large-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.large-10,
  .ms-row > .ms-column.large-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-large-10,
  .ms-row > .ms-column.offset-large-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-large-10,
  .rtl .ms-row > .ms-column.offset-large-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-large-10,
  .ms-row.ms-row-ordered > .ms-column.offset-large-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.large-11,
  .ms-row > .ms-column.large-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-large-11,
  .ms-row > .ms-column.offset-large-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-large-11,
  .rtl .ms-row > .ms-column.offset-large-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-large-11,
  .ms-row.ms-row-ordered > .ms-column.offset-large-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.large-12,
  .ms-row > .ms-column.large-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-large-12,
  .ms-row > .ms-column.offset-large-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-large-12,
  .rtl .ms-row > .ms-column.offset-large-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-large-12,
  .ms-row.ms-row-ordered > .ms-column.offset-large-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%; }
  @media only screen and (max-width: 600px) {
    .no-chat .ms-row.ms-contact-row .ms-column,
    .lt-ie9 .no-chat .ms-row.ms-contact-row > .ie-3.ms-column {
      width: 100%; } }

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; }
  @media only screen and (min-width: 1025px) {
    h1.jumbo {
      font-size: 48px;
      font-size: 3rem; } }
  @media only screen and (max-width: 600px) {
    h1.jumbo {
      font-size: 36px;
      font-size: 2.25rem; } }

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.05;
  letter-spacing: 0px;
  text-transform: uppercase; }
  @media only screen and (min-width: 1025px) {
    h1 {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 30px;
      font-size: 1.875rem; } }

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25; }
  @media only screen and (min-width: 1025px) {
    h2 {
      font-size: 32px;
      font-size: 2rem; } }
  @media only screen and (max-width: 600px) {
    h2 {
      font-size: 24px;
      font-size: 1.5rem; } }

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.11;
  font-weight: 700; }
  @media only screen and (min-width: 1025px) {
    h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.25; } }
  @media only screen and (max-width: 600px) {
    h3 {
      font-size: 20px;
      font-size: 1.25rem; } }

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

@media only screen and (max-width: 600px) {
  .ms-overview-btn-links .ms-btn-link {
    display: inline-block;
    width: 49%;
    vertical-align: top; } }
/* template.scss - Base template styles */
.viewport {
  position: static;
  min-width: 980px; }

/* Sizing */
.ms-site-cont {
  width: 1240px;
  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: 5px; }

/* Content Main */
.ms-content-main {
  min-height: 100%;
  margin: 12px 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; }

/* 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: 60px; }
    .ms-body-content.ms-body-grow {
      min-height: 100vh; } }
@media only screen and (max-width: 1024px) {
  .ms-content-main {
    padding: 20px 20px 0; } }
@media only screen and (max-width: 984px) {
  .ms-body-content {
    margin-top: -111px;
    padding-top: 171px;
    padding-bottom: 0; }

  .sidenav-active .ms-body-content {
    overflow: visible; }

  .ms-content-main {
    margin-top: 0; } }
/* ====================
// 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("/content/static/home-assets/img/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("/eui/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; }

/* 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; } }
/* small displays */
@media only screen and (min-width: 481px) {
  .hide-for-xsmall-only, .show-for-xsmall-up, .show-for-small-only, .show-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; }

  .show-for-xsmall-only, .hide-for-xsmall-up, .hide-for-small-only, .hide-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; } }
/* medium displays */
@media only screen and (min-width: 601px) {
  .hide-for-xsmall-only, .show-for-xsmall-up, .hide-for-small-only, .show-for-small-up, .show-for-medium-only, .show-for-medium-up, .hide-for-medlarge-only, .hide-for-medlarge-up, .hide-for-large-only, .hide-for-large-up {
    display: inherit !important; }

  .show-for-xsmall-only, .hide-for-xsmall-up, .show-for-small-only, .hide-for-small-up, .hide-for-medium-only, .hide-for-medium-up, .show-for-medlarge-only, .show-for-medlarge-up, .show-for-large-only, .show-for-large-up {
    display: none !important; } }
/* medlarge displays */
@media only screen and (min-width: 985px) {
  .hide-for-xsmall-only, .show-for-xsmall-up, .hide-for-small-only, .show-for-small-up, .hide-for-medium-only, .show-for-medium-up, .show-for-medlarge-only, .show-for-medlarge-up, .hide-for-large-only, .hide-for-large-up {
    display: inherit !important; }

  .show-for-xsmall-only, .hide-for-xsmall-up, .show-for-small-only, .hide-for-small-up, .show-for-medium-only, .hide-for-medium-up, .hide-for-medlarge-only, .hide-for-medlarge-up, .show-for-large-only, .show-for-large-up {
    display: none !important; } }
/* large displays */
@media only screen and (min-width: 1025px) {
  .hide-for-xsmall-only, .show-for-xsmall-up, .hide-for-small-only, .show-for-small-up, .hide-for-medium-only, .show-for-medium-up, .hide-for-medlarge-only, .show-for-medlarge-up, .show-for-large-only, .show-for-large-up {
    display: inherit !important; }

  .show-for-xsmall-only, .hide-for-xsmall-up, .show-for-small-only, .hide-for-small-up, .show-for-medium-only, .hide-for-medium-up, .show-for-medlarge-only, .hide-for-medlarge-up, .hide-for-large-only, .hide-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; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; } }
	
	.obj-remember {
     float: right; }
  @media only screen and (max-width: 1025px) {
    .obj-remember {
	  display: block;
      float: none;
	  clear: both;
	  padding-top: 15px; }
	.remember-disclaimer {
		padding-top: 10px;	
	}}
  @media only screen and (max-width: 600px) {
    .obj-remember {
      display: block;
      float: none;
	  clear: both;
	  padding-top: 10px;} }
	  
	  /* header_logo.scss - styles for the header_logo component */
.ms-logo {
  background-image: url(/content/static/home-assets/img/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(/content/static/home-assets/img/motoSolutions@2x.png);
      background-repeat: no-repeat;
      background-size: 308px; } }
  @media only screen and (max-width: 1024px) {
    .ms-logo {
	  background-repeat: no-repeat;
      margin-top: 13px;
      margin-left: 20px; } }
  @media only screen and (max-width: 480px) {
    .ms-logo {
      background-size: 246px !important;
      margin: 15px 0px 0px 18px;
      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("/content/static/home-assets/img/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("/content/static/home-assets/img/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("/content/static/home-assets/img/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("/content/static/home-assets/img/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("/content/static/home-assets/img/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("/content/static/home-assets/img/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("/content/static/home-assets/img/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("/eui/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-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("/content/static/home-assets/img/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: 1240px;
  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: 10px; }
  .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: 0px; } }

/* 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("/content/static/home-assets/img/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("/content/static/home-assets/img/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; }

/* 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("/content/static/home-assets/img/sprite_main.png") -55px -78px no-repeat; }

@media only screen and (max-width: 600px) {
  .ms-anchorlist-back,
  .ms-anchorlist-title {
    display: block; }

  .ms-anchorlink-content.ms-row > .ms-column:first-child {
    width: 100%; }
  .ms-anchorlink-content.ms-row .back-to-top {
    display: none; }
  .ms-anchorlink-content.ms-row .ms-anchorlink-content-cont {
    width: 100%;
    position: fixed;
    left: 0;
    -webkit-transform: translate3d(110%, 0, 0);
    -moz-transform: translate3d(110%, 0, 0);
    -ms-transform: translate3d(110%, 0, 0);
    -o-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    top: 0;
    bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 20px;
    background: #fff;
    z-index: 100; }
    .ms-anchorlink-content.ms-row .ms-anchorlink-content-cont.open {
      -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); }

  .ms-section,
  .ms-tab .ms-tab-section {
    display: none; }
    .ms-section.active,
    .ms-tab .ms-tab-section.active {
      display: block; } }
/* ====================
// 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; }



.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("/eui/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; }

/* 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;
    bottom: 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%;
      bottom: 15px;
      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("/content/static/home-assets/img/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: "  "; }

@media only screen and (max-width: 600px) {
  .ms-popover-btn div.popover-btn-pop {
    position: fixed;
    overflow-y: auto;
    top: 100%;
    right: 0;
    left: 0;
    border: none;
    background-color: #0063BE;
    background-color: rgba(0, 99, 190, 0.9);
    height: 100%;
    width: auto;
    padding: 0;
    opacity: 1;
    visibility: visible;
    -ms-transform: -ms-transform 0.8s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -moz-transition: -moz-transform 0.8s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -o-transition: -o-transform 0.8s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    transition: transform 0.8s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    z-index: 210; }
    .ms-popover-btn div.popover-btn-pop.fast {
      -ms-transform: none 0s cubic-bezier(0.3, 0.8, 0.35, 0.9);
      -webkit-transition: none 0s cubic-bezier(0.3, 0.8, 0.35, 0.9);
      -moz-transition: none 0s cubic-bezier(0.3, 0.8, 0.35, 0.9);
      -o-transition: none 0s cubic-bezier(0.3, 0.8, 0.35, 0.9);
      transition: none 0s cubic-bezier(0.3, 0.8, 0.35, 0.9); }
    .ms-popover-btn div.popover-btn-pop.popover-open {
      -webkit-transform: translate3d(0, -100%, 0);
      -moz-transform: translate3d(0, -100%, 0);
      -ms-transform: translate3d(0, -100%, 0);
      -o-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
    .ms-popover-btn div.popover-btn-pop:after, .ms-popover-btn div.popover-btn-pop:before {
      display: none; }
    .ms-popover-btn div.popover-btn-pop .popover-header {
      background-color: #0766BE;
      background-color: rgba(0, 99, 190, 0.7);
      border-bottom: 1px solid #105799;
      padding: 0 56px 0 20px;
      position: relative;
      min-height: 30px; }
    .ms-popover-btn div.popover-btn-pop h3 {
      color: #ffffff;
      padding: 22px 0;
      margin: 0; }
    .ms-popover-btn div.popover-btn-pop a {
      color: #ffffff; }
    .ms-popover-btn div.popover-btn-pop .popover-close {
      background: none;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 56px;
      min-height: 30px;
      height: auto; }
      .ms-popover-btn div.popover-btn-pop .popover-close:after {
        background: transparent url("/content/static/home-assets/img/sprite_main.png") -50px -8px no-repeat;
        content: " ";
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        overflow: hidden; } }
/* 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("/eui/etc/designs/msi/assets/images/sprites/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; }

@media only screen and (max-width: 600px) {
  .ms-share-connect .popover-btn-pop .ms-btn-link {
    width: 100%; }
  .ms-share-connect .popover-btn-pop ul li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #105799;
    line-height: 0;
    padding: 0; }
    .ms-share-connect .popover-btn-pop ul li a {
      line-height: 1.2;
      padding: 0 20px 0 48px;
      width: 100%; }
      .ms-share-connect .popover-btn-pop ul li a:hover {
        color: #00a0df; }
  .ms-share-connect .popover-btn-pop .ms-btn-link > a {
    text-indent: 0;
    width: 100%;
    padding: 23px 20px 23px 70px;
    height: auto;
    margin: 0;
    max-height: none; }
    .ms-share-connect .popover-btn-pop .ms-btn-link > a:before {
      left: 20px;
      top: 50%;
      margin-top: -20px; }
    .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-facebook:before {
      background-position: -360px center; }
    .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-twitter:before {
      background-position: -400px center; }
    .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-google:before {
      background-position: -440px center; }
    .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-email:before {
      background-position: -480px center; }
    .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-linkedin:before {
      background-position: -520px center; }
    .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-pinterest:before {
      background-position: -560px center; }
    .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-youtube:before {
      background-position: -600px center; }
    .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-motorola-launchpad:before {
      background-position: -640px center; }
    .ms-share-connect .popover-btn-pop .ms-btn-link > a.i-scribd:before {
      background-position: -680px 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; }

@media only screen and (max-width: 600px) {
  .ms-how-to-buy .popover-btn-pop ul li {
    border-bottom: 1px solid #105799; }
    .ms-how-to-buy .popover-btn-pop ul li a {
      padding: 23px 10px 23px 48px;
      width: 100%; }
      .ms-how-to-buy .popover-btn-pop ul li a:before {
        left: 20px;
        top: 20px; }
      .ms-how-to-buy .popover-btn-pop ul li a:hover {
        color: #00a0df; }
  .ms-how-to-buy .ms-btn-link .i-chat:before {
    background-position: -340px center; }
  .ms-how-to-buy .ms-btn-link .i-contact:before {
    background-position: -360px center; }
  .ms-how-to-buy .ms-btn-link .i-mail:before {
    background-position: -680px center; }
  .ms-how-to-buy .ms-btn-link .i-search:before {
    background-position: -740px center; }
  .ms-how-to-buy .ms-btn-link:hover .i-chat:before {
    background-position: -580px center; }
  .ms-how-to-buy .ms-btn-link:hover .i-contact:before {
    background-position: -600px center; }
  .ms-how-to-buy .ms-btn-link:hover .i-mail:before {
    background-position: -700px center; }
  .ms-how-to-buy .ms-btn-link:hover .i-search:before {
    background-position: -760px center; } }
/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* child_list.scss - styles for the child list component */
.ms-child-list .img-cont {
  height: 140px; }
.ms-child-list img {
	border: solid 1px #cccccc;	
}
.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("/eui/etc/designs/msi/assets/images/sprites/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: 15px;
  margin-bottom: 10px; }
.ms-child-list p, .ms-child-list ul {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375; }
.ms-child-list li {
  font-size: 0.875rem;	
  margin-bottom: 10px; }
  .ms-child-list h3 {
  font-size: 0.875rem;	
  }
  .ms-child-list h3.topmargin {
 	 margin-top: 30px;   
  }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* icons.scss - global icon styles */
.ms-icon:before {
  background-image: url("/eui/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; }

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

@media only screen and (min-width: 601px) and (max-width: 984px) {
  .perspective-cont
  > a {
    float: none; }

  .author {
    margin-left: 0px; } }
@media only screen and (max-width: 480px) {
  .ms-column {
    padding: 0px; }

  .perspective-cont {
    padding: 0px; } }
/* 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; }
    @media only screen and (min-width: 1025px) {
      .ms-experience-motorola h2 {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media only screen and (max-width: 600px) {
      .ms-experience-motorola h2 {
        font-size: 30px;
        font-size: 1.875rem; } }
  .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: 34px;
    height: 34px;
    margin-top: -17px;
    margin-left: -17px; }
    .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 .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("/eui/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; }
    .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; }

@media only screen and (min-width: 601px) and (max-width: 984px) {
  .ms-perspectives .perspective-cont
  > a {
    float: none;
    word-break: break-word;
    hyphens: auto; }

  .ms-perspectives .perspective-cont .author {
    margin-left: 0px;
    word-break: break-word;
    hyphens: auto; } }
@media only screen and (max-width: 600px) {
  .ms-experience-motorola h3 {
    margin: 0; }
  .ms-experience-motorola .exp-section > .ms-column:first-child {
    padding-bottom: 15px; }

  .ms-experience-motorola .ms-row .ms-column .msiblog .ms-row {
    margin: 0 2px; }

  .ms-experience-motorola .ms-row .ms-column .msiblog .ms-row .ms-column {
    padding-left: 0px; } }
@media only screen and (max-width: 480px) {
  .ms-experience-motorola {
    padding: 10px; }
    .ms-experience-motorola h2 {
      margin-bottom: 30px; }
    .ms-experience-motorola a {
      max-width: 80%; }
    .ms-experience-motorola h4 > a {
      max-width: none; } }
/* 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: none;
    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%; }
  @media print {
    .backgroundsize .ms-img-full .background-size .ms-img-full img {
      filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; } }

.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("/content/static/home-assets/img/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: #0063be;
        -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: #999999; }
  .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("/content/static/home-assets/img/sprite_main.png") -48px -78px no-repeat; }
  .ms-hero .prev:after {
    background: transparent url("/content/static/home-assets/img/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; }
  @media only screen and (max-width: 984px) {
    .ms-hero {
      height: 236px; }
      .ms-hero.ms-hero-carousel {
        height: auto; }
      .ms-hero .slide-list {
        height: 236px; }
      .ms-hero h3 {
        font-size: 24px;
        margin-bottom: 9px;
        line-height: 1.1; }
      .ms-hero p {
        margin-bottom: 5px; }
      .ms-hero .caption {
        top: 15px;
        right: 15px;
        bottom: 15px;
        width: 286px;
        padding: 11px; }
      .ms-hero .hero-nav {
        bottom: 26px;
        right: 22px; }
        .ms-hero .hero-nav ul {
          padding: 0 2px;
          margin: 0; }
        .ms-hero .hero-nav a {
          padding: 0 4px;
          width: 16px; }
      .ms-hero.cap-left .caption {
        left: 15px;
        right: auto; }
      .ms-hero.cap-left .hero-nav {
        right: 100%;
        margin-right: -310px; } }
  @media only screen and (max-width: 600px) {
    .ms-hero {
      height: auto; }
      .ms-hero .slide-list {
        border: none;
        height: auto;
        overflow: visible;
        background: none; }
      .ms-hero .slide {
        overflow: visible;
        padding-top: 104px; }
        .ms-hero .slide.active {
          position: relative; }
      .ms-hero.ms-hero-carousel .caption {
        min-height: 125px;
        margin-bottom: 11px; }
      .ms-hero.ms-hero-carousel .img-cont {
        position: absolute; }
      .ms-hero .img-cont {
        position: relative;
        bottom: auto;
        height: 104px;
        border: 1px solid #cccccc; }
      .ms-hero .caption {
        padding: 11px 0 0;
        position: static;
        width: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .ms-hero .hero-nav {
        position: static;
        text-align: center; }
        .ms-hero .hero-nav button, .ms-hero .hero-nav ul, .ms-hero .hero-nav li {
          float: none;
          display: inline-block;
          vertical-align: middle; }
      .ms-hero.cap-left .hero-nav {
        right: auto;
        margin-right: 0; } }

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

/* 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: 20px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc; }
  
  .back-to-top-content {
	float: right;
	display: block;
	height: 35px;
  }

/* L1.scss - styles for the L1 page template */

/* English Localization */
/* fonts.scss - import and assign fonts */
/* ====================
// 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; }
.text-bold {
	font-weight: bold;
}
.text-center {
	text-align: center;
}
.text-sm {
	font-size: 11px;
	font-size: 0.7rem;
}
.obj-remember {
     float: right; }
  @media only screen and (max-width: 1025px) {
    .obj-remember {
      float: none;
	  clear: both;
	  margin-top: 40px; } }
  @media only screen and (max-width: 600px) {
    .obj-remember {
      float: none;
	  clear: both;
	  margin-top: 40px; } }