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

@media only screen and (min-width: 985px) and (max-width: 1024px) {
  .ms-logo {
    width: 240px;
    background-size: 240px;
    margin-top: 10px;
    margin-right: 5px; } }
  @media only screen and (min-width: 985px) and (max-width: 1024px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 985px) and (max-width: 1024px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 985px) and (max-width: 1024px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 985px) and (max-width: 1024px) and (min-device-pixel-ratio: 1.5) {
    .ms-logo {
      background-size: 235px; } }

@media only screen and (max-width: 984px) {
  .ms-logo {
    background-size: 240px;
    margin-top: 17px;
    margin-left: 20px; } }
@media only screen and (max-width: 480px) {
  .ms-logo {
    background-size: 256px !important;
    margin: 15px 0px 0px 0px;
    max-width: 256px !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 #cccccc;
  z-index: 180; }

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

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

.sidenav-active .mobile-toggle > span {
  background: transparent url("../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; }

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

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

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

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

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

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

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

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

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

  .ms-header-notice-cont {
    padding: 0px 20px 0px 20px; }

  .ms-header-primary {
    float: left;
    overflow: hidden; }
    .ms-header-primary .ms-logo {
      display: block; } }
@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;
  margin-left: 5px; }

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

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

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

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

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

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

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

.nav-search-submit {
  border: none;
  background: transparent url("../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 > span {
  background-position: -25px top; }
  .ms-nav-search-active .nav-search-toggle > span:before, .ms-nav-search-active .nav-search-toggle > span:after {
    display: none; }
.ms-nav-search-active .nav-search-toggle:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 2px solid #0063be; }

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

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

@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;
    margin-top: 70px;
    margin-right: 20px; }
    .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("../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; } }
/* nav-login.scss - styles for the nav search component */
.nav-login {
  margin-left: 20px;
  float: right;
  position: relative;
  z-index: 2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-login-sep {
    display: none; }

  .ms-hide-pane-login {
    position: static;
    padding-bottom: 20px; }
    .ms-hide-pane-login a:hover {
      color: #00a0df; }

  .nav-login-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-login-g ul {
      padding-left: 0px; }
    .nav-login-g li > a {
      color: #fff; }

  .nav-login {
    position: relative;
    float: none;
    width: auto;
    clear: both;
    padding: 15px 0px 0px 0px;
    top: 20px;
    margin: 0px 20px 0px 10px;
    border-top: solid 1px #3f81c1; }

  .nav-login-name {
    border-bottom: none;
    margin-bottom: 0px;
    color: #ffffff; }

  .nav-login-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-login-clear {
    display: none;
    background: none;
    border: none;
    text-indent: -9999px;
    top: 0;
    right: 0;
    position: absolute;
    height: 41px;
    width: 25px; }
    .nav-login-clear:after {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 25px;
      width: 25px;
      background: transparent url("../img/sprite_main.png") -23px -63px no-repeat;
      margin-left: -11px;
      margin-top: -12px; }

  .nav-login-res {
    clear: both;
    background: none;
    width: auto;
    border: none; }
    .nav-login-res ul {
      width: 100% !important;
      padding-top: 10px;
      border: none; }
    .nav-login-res li {
      padding: 14px 10px; } }
#media_modal_session_content {
  display: none; }

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

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

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

@media only screen and (max-width: 1024px) {
  .ms-nav-depth-0 > li > a {
    margin-right: 18px; } }
@media only screen and (max-width: 984px) {
  .ms-nav-depth-0 {
    padding: 50px 0px 0px 8px;
    float: none;
    margin: 0; }
    .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.hassub > a:hover {
          color: #fff; }
      .ms-nav-depth-0 > li.haslock > a:after {
        display: inline-block;
        background: transparent url("../img/sprite_main.png") -15px -145px no-repeat;
        width: 12px;
        height: 13px;
        margin-top: -5px;
        right: 10px; }
      .ms-nav-depth-0 > li.haslock > a:hover {
        color: #fff;
        border-bottom: 1px solid #3f81c1; }
      .ms-nav-depth-0 > li.haslocksub > a:after {
        display: inline-block;
        background: transparent url("../img/sprite_main.png") -15px -145px no-repeat;
        width: 12px !important;
        height: 13px !important;
        margin-top: -5px;
        right: 0px; }
      .ms-nav-depth-0 > li > a {
        display: block;
        border-bottom: 1px solid #3f81c1;
        color: #fff;
        padding-left: 4px;
        -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 {
          color: #fff;
          border-bottom: 1px solid #3f81c1;
          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; } }
.ie8 .ms-nav-depth-0 > li.hassub > a {
  padding-right: 40px !important; }

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 984px) {
  .ms-nav-util {
    padding: 22px 0 0;
    position: static;
    float: left;
    margin-left: 2px; }
    .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: 12px;
        padding-bottom: 10px; }
        .ms-nav-util li a:hover.i-util-chat:before {
          background-position: -580px center; }
        .ms-nav-util li a:hover.i-util-contact:before {
          background-position: -600px center; }
        .ms-nav-util li a.i-util-chat:before {
          background-position: -340px center; }
        .ms-nav-util li a.i-manual:before {
          background-position: -380px center; }
        .ms-nav-util li a.i-util-contact:before {
          background-position: -360px center; }
        .ms-nav-util li a.i-person:before {
          background-position: -420px center; }
        .ms-nav-util li a.i-exit:before {
          background-position: -1100px center; }
    .ms-nav-util .ms-util-personal {
      border: none;
      padding: 0;
      margin: 0; }
    .ms-nav-util .ms-util-docs {
      border: none;
      padding: 0;
      margin: 0; }

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

.ms-flyout-list-promo.promo-first {
  padding: 0px 10px 0px 20px; }
.ms-flyout-list-promo.promo-last {
  padding: 0px 20px 0px 10px; }
.ms-flyout-list-promo img {
  margin-top: 25px; }
.ms-flyout-list-promo h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 5px 0px 4px 0px; }
.ms-flyout-list-promo p {
  margin: 0px;
  line-height: 1.2em;
  font-size: 0.9em;
  color: #777;
  margin: 5px 0px 4px 0px; }
.ms-flyout-list-promo a.promo-cta {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative; }
  .ms-flyout-list-promo a.promo-cta:after {
    content: " ";
    display: inline-block;
    margin-left: 9px;
    height: 11px;
    width: 7px;
    overflow: hidden;
    position: relative;
    top: 1px;
    background: url("../img/sprite_main.png") -48px -78px no-repeat; }

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

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

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

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

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

@media only screen and (max-width: 1024px) {
  .ms-nav-inner {
    padding: 0 20px;
    min-width: 1024px; } }
@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;
    height: auto;
    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; }
    .ms-nav-inner .ms-logo {
      display: none; }

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

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

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

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

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

@media only screen and (max-width: 984px) {
  .ms-footer-links h3 {
    font-size: 1.0rem; } }
/* footer.scss - styles for the main footer component */
.ms-footer {
  background: #e8e8e8;
  color: #fff;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100px;
  z-index: 110;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .ms-footer .ms-site-cont {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 40px; }

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

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

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

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

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

@media only screen and (max-width: 1024px) {
  .ms-social-links-list .ms-site-cont {
    padding: 15px 20px; } }
@media only screen and (max-width: 984px) {
  .ms-social-links-list {
    z-index: auto;
    position: static; }
    .ms-social-links-list div ul.ms-featured-footer-links {
      float: none;
      clear: both;
      padding: 8px 0px; }
      .ms-social-links-list div ul.ms-featured-footer-links li {
        margin-left: 15px; } }
/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* breadcrumbs.scss - styles for the breadcrumbs component */
.ms-breadcrumbs {
  padding: 0 0 7px; }
  .ms-breadcrumbs li {
    float: left;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    color: #acacac; }
    .ms-breadcrumbs li:before {
      content: " \\ ";
      display: inline-block;
      padding-right: 7px; }
    .ms-breadcrumbs li:first-child:before {
      display: none; }
  .ms-breadcrumbs a {
    display: inline-block;
    padding-right: 7px; }

@media only screen and (max-width: 600px) {
  .ms-breadcrumbs li {
    display: none; }
    .ms-breadcrumbs li:nth-child(1) {
      display: block; }
      .ms-breadcrumbs li:nth-child(1):before {
        display: none; }
    .ms-breadcrumbs li.ms-breadcrumb-parent {
      display: block; } }
/* header_title.scss - styles for the header-title component */
.ms-header-title {
  padding-bottom: 11px;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 20px; }
  .ms-header-title h1 {
    margin: -3px 0 0; }
  .ms-header-title h2 {
    margin: 0;
    padding-top: 1px; }
  @media only screen and (max-width: 480px) {
    .ms-header-title {
      margin-bottom: 17px; } }

/* rich_text.scss - styles for the rich text component */
.richtexteditor *:first-child {
  margin-top: 0px; }
.richtexteditor h2 {
  margin-top: 0px; }
.richtexteditor h3 {
  margin-top: 0px; }
.richtexteditor h4 {
  margin-top: 0px; }
.richtexteditor h5 {
  margin-top: 0px; }
.richtexteditor h6 {
  margin-top: 0px; }
.richtexteditor ul {
  list-style: disc !important;
  padding-left: 20px;
  font-size: 16px; }
.richtexteditor.no-margin h4 {
  margin-bottom: 0; }
.richtexteditor.no-margin p {
  margin-top: 0; }

@media only screen and (min-width: 601px) {
  .clienteling-subsection
  h4 {
    margin: 0px 0px 14px 0px; } }
.ms-tab-section .richtexteditor ul {
  font-size: .875rem;
  margin-bottom: 20px; }

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

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

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

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

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

/* popover_btn.scss - styles for the how to buy button component */
.ms-popover-btn {
  position: relative; }
  .ms-popover-btn .popover-btn-pop {
    position: absolute;
    left: -300px;
    top: 0;
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
    height: auto;
    width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    text-transform: uppercase;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.5s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -webkit-transition: opacity 0.5s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -ms-transition: opacity 0.5s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -o-transition: opacity 0.5s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    transition: opacity 0.5s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    z-index: 170; }
    .ms-popover-btn .popover-btn-pop:after, .ms-popover-btn .popover-btn-pop:before {
      left: 100%;
      top: 25px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute; }
    .ms-popover-btn .popover-btn-pop:after {
      border-color: transparent;
      border-left-color: #f0f0f0;
      border-width: 15px;
      margin-top: -15px; }
    .ms-popover-btn .popover-btn-pop:before {
      border-color: transparent;
      border-left-color: #cccccc;
      border-width: 16px;
      margin-top: -16px; }
    .ms-popover-btn .popover-btn-pop h3 {
      margin-top: 0;
      margin-bottom: 6px;
      display: inline-block;
      font-size: 16px; }
    .ms-popover-btn .popover-btn-pop .popover-close {
      background: transparent url("../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%;
    margin-top: 56px;
    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("../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; } }
/* 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-tour:before {
    background-position: -200px center; }
  .ms-how-to-buy .ms-btn-link .i-video:before {
    background-position: -220px center; }
  .ms-how-to-buy .ms-btn-link .i-pdf:before {
    background-position: -240px center; }
  .ms-how-to-buy .ms-btn-link .i-lock:before {
    background-position: -260px center; }
  .ms-how-to-buy .ms-btn-link .i-people:before {
    background-position: -280px center; }
  .ms-how-to-buy .ms-btn-link .i-cart:before {
    background-position: -300px center; }
  .ms-how-to-buy .ms-btn-link .i-share:before {
    background-position: -320px center; }
  .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-manual:before {
    background-position: -380px center; }
  .ms-how-to-buy .ms-btn-link .i-person:before {
    background-position: -420px 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 .i-filter:before {
    background-position: -800px center; }
  .ms-how-to-buy .ms-btn-link .i-ext:before {
    background-position: -860px center; }
  .ms-how-to-buy .ms-btn-link .i-download:before {
    background-position: -920px center; }
  .ms-how-to-buy .ms-btn-link .i-form:before {
    background-position: -980px center; }
  .ms-how-to-buy .ms-btn-link .i-download-tray:before {
    background-position: -1040px center; } }
/* 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("../img/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; } }
/* hero_home.scss - styles for the hero component */
.ms-hero-home {
  margin-top: 51px;
  position: relative;
  background: #333333;
  height: 230px; }
  .ms-hero-home .ms-site-cont {
    max-width: 100%;
    /* max-width: 1920px;  */
    font-size: 0;
    overflow: hidden; }
    @media (min-width: 1920px) {
      .ms-hero-home .ms-site-cont {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0; } }
  .ms-hero-home .slide-list {
    height: 230px;
    list-style: none;
    display: block;
    white-space: nowrap;
    overflow: visible;
    position: relative; }
  .ms-hero-home .img-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto; }
  .ms-hero-home .slide {
    font-size: 16px;
    white-space: normal;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top; }
  .ms-hero-home h3 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 7px;
    line-height: 0.95;
    text-transform: uppercase; }
  .ms-hero-home p {
    color: #444444;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px; }
  .ms-hero-home a {
    font-size: 13px; }
  .ms-hero-home .caption-cont {
    width: 100%;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1240px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px; }
  .ms-hero-home .caption {
    color: #000000;
    width: 420px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-top: 20px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    padding: 16px 20px; }
    .ms-hero-home .caption.cap-left {
      float: left; }
    .ms-hero-home .caption a {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative; }
      .ms-hero-home .caption a:after {
        content: " ";
        display: inline-block;
        margin-left: 9px;
        height: 11px;
        width: 7px;
        overflow: hidden;
        position: relative;
        top: 1px;
        background: url("../img/sprite_main.png") -48px -78px no-repeat; }
  .ms-hero-home .hero-nav {
    font-size: 16px;
    position: relative;
    margin-top: -30px;
    height: 30px;
    z-index: 4;
    text-align: center; }
    .ms-hero-home .hero-nav ul {
      margin: 0 auto;
      display: inline-block; }
    .ms-hero-home .hero-nav li {
      display: inline-block;
      margin-left: 10px; }
      .ms-hero-home .hero-nav li:first-child {
        margin-left: 0; }
    .ms-hero-home .hero-nav a {
      display: inline-block;
      height: 20px;
      width: 20px;
      position: relative;
      text-indent: -9999px;
      overflow: hidden; }
      .ms-hero-home .hero-nav a:after {
        content: " ";
        display: inline-block;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -5px;
        background-color: #999999;
        border: 2px solid #ffffff;
        -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-home .hero-nav .active a:after {
      content: "  ";
      background-color: #0063be; }
  .ms-hero-home.ms-hero-home-carousel {
    height: auto; }
  @media only screen and (max-width: 984px) {
    .ms-hero-home {
      margin-top: 0; }
      .ms-hero-home .caption-cont {
        padding: 0 20px; }
      .ms-hero-home .caption {
        width: 374px; }
      .ms-hero-home h3 {
        font-size: 36px; } }
  @media only screen and (max-width: 600px) {
    .ms-hero-home {
      background: none; }
      .ms-hero-home h3 {
        font-size: 28px; }
      .ms-hero-home p {
        font-size: 22px; }
      .ms-hero-home .slide-list {
        height: auto !important; }
      .ms-hero-home .img-cont {
        position: relative;
        height: 220px;
        bottom: auto; }
      .ms-hero-home .caption-cont {
        padding: 0 20px; }
      .ms-hero-home .caption {
        text-align: left;
        position: static;
        max-width: none;
        width: auto;
        padding: 0;
        float: none; }
      .ms-hero-home .hero-nav {
        position: relative;
        top: 0;
        bottom: auto;
        margin-top: 10px; } }

.csstransitions .ms-hero-home .slide-list {
  -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); }
  .csstransitions .ms-hero-home .slide-list.no-trans {
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

.lt-ie9 .ms-hero-home .ms-site-cont {
  overflow: hidden;
  width: auto;
  max-width: 1920px; }
.lt-ie9 .ms-hero-home .caption-cont {
  max-width: 945px; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* tabs.scss - styles for the tabs component */
.ms-tabs {
  list-style: none;
  *zoom: 1;
  border-bottom: 2px solid #cccccc;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden; }
  .ms-tabs:before, .ms-tabs:after {
    display: table;
    content: "";
    line-height: 0; }
  .ms-tabs:after {
    clear: both; }
  .ms-tabs > li {
    float: left;
    margin-bottom: -2px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 6px;
    position: relative;
    cursor: pointer; }
    .ms-tabs > li:first-child {
      margin-left: 0; }
    .ms-tabs > li.active:before {
      background: #0063be;
      border: 1px solid #0063be; }
    .ms-tabs > li.active > a {
      color: #fff;
      background-color: #0068c7;
      background: -moz-linear-gradient(top, #006cd0 0%, #0063be 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006cd0), color-stop(100%, #0063be));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #006cd0 0%, #0063be 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #006cd0 0%, #0063be 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #006cd0 0%, #0063be 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #006cd0 0%, #0063be 100%);
      /* W3C */ }
    .ms-tabs > li:before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 300%;
      background-color: #ededed;
      background: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e0e0e0));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
      /* W3C */
      border: 1px solid #cccccc;
      cursor: pointer; }
  .ms-tabs a {
    display: block;
    color: #444444;
    width: auto;
    min-width: 75px;
    max-width: 170px;
    margin-bottom: 1px;
    padding: 14px 10px 11px;
    position: relative; }

.ms-tabs-loading,
.ms-tabs-error {
  display: none; }

.ms-tab-error h3 {
  margin: 0; }
.ms-tab-error p {
  margin-top: 11px; }

.ms-tab-loading .ms-tab-nav-title {
  margin-bottom: 46px; }
.ms-tab-loading p {
  text-align: center;
  color: #8a8a8a;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375;
  text-transform: uppercase;
  margin: 2px 0 0; }
.ms-tab-loading img {
  display: block;
  margin: 0 auto; }

.ms-tabs-small .ms-tabs {
  border-bottom: none; }
  .ms-tabs-small .ms-tabs > li {
    float: none;
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left; }
    .ms-tabs-small .ms-tabs > li:before {
      display: none; }
  .ms-tabs-small .ms-tabs a {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 0;
    background-color: #f9f9f9;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
    /* W3C */
    border: 1px solid #cccccc; }
    .ms-tabs-small .ms-tabs a:after {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 7px;
      height: 11px;
      margin-top: -5px;
      background: transparent url("../img/sprite_main.png") -48px -78px no-repeat; }
.ms-tabs-small .ms-tab-container.ms-tab-container-nav-1 {
  -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: 100; }
.ms-tabs-small .ms-tab-container.ms-tab-container-nav-2 {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 100; }
  .ms-tabs-small .ms-tab-container.ms-tab-container-nav-2 .ms-tab-loading {
    left: 50%;
    position: absolute; }

/* tab_full.scss - styles for the tab-full component */
.ms-tabs-small .ms-tab-container .ms-tab-full.active {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%; }
  .ms-tabs-small .ms-tab-container .ms-tab-full.active .tab-content {
    overflow-y: auto;
    overflow-x: hidden; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* anchor_list.scss - styles for the anchor_list component */
.ms-anchor-list-title {
  margin: 12px 0 4px; }

.ms-tab-container-nav-1 .ms-anchor-list-title {
  visibility: hidden;
  margin: -40px 0 0 0; }

.ms-anchor-list li.haslock > a > span {
  padding-right: 40px;
  position: relative; }
  .ms-anchor-list li.haslock > a > span:after {
    content: " ";
    display: block;
    background: transparent url("../img/sprite_main.png") -25px -99px no-repeat;
    width: 11px;
    height: 13px;
    position: absolute;
    overflow: hidden;
    right: 22px;
    top: 50%;
    margin-top: -7px; }
.ms-anchor-list a {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding-top: 13px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  position: relative; }
  .ms-anchor-list a:after {
    content: " ";
    display: none;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 7px;
    height: 11px;
    margin-top: -5px;
    background: transparent url("../img/sprite_main.png") -48px -78px no-repeat; }

.ms-tabs-small .ms-anchor-list a:after {
  display: block; }

@media only screen and (max-width: 600px) {
  .ms-anchor-list {
    border-top: 2px solid #cccccc; }
    .ms-anchor-list a:after {
      display: block; }

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

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

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

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

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

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

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

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

@media only screen and (max-width: 600px) {
  .thumbnail-list .img-cont {
    display: block;
    width: 50%; }

  .thumbnail-list .text-cont {
    display: block;
    padding-left: 0;
    width: 100%; }

  .thumbnail-list .text-cont h4 {
    margin-top: 10px; } }
@media only screen and (max-width: 984px) {
  .tab-section-doc-feature {
    padding-left: 0px;
    padding-top: 90px; } }
@media only screen and (max-width: 480px) {
  .ms-tab-section .tab-section-colitem-list > li {
    width: auto;
    float: none; }
  .ms-tab-section .tab-section-column-list {
    width: auto; } }
/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* tab_section_bullets_detail.scss - styles for the tab-section-overview component */
.ms-tab-section-bullets-detail .tab-section-bullets-detail-list-wide {
  width: 99%; }
.ms-tab-section-bullets-detail .tab-section-bullets-detail-list {
  list-style: none;
  margin: 0 -10px 0px 12px; }
  .ms-tab-section-bullets-detail .tab-section-bullets-detail-list:first-child {
    margin-left: 0; }
  .ms-tab-section-bullets-detail .tab-section-bullets-detail-list > li {
    padding-left: 13px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.375;
    padding-bottom: 6px;
    position: relative; }
    .ms-tab-section-bullets-detail .tab-section-bullets-detail-list > li:before {
      content: "\2022";
      display: block;
      position: absolute;
      left: 0;
      top: 0; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* tab_section_industries.scss - styles for the tab-section-industries component */
.ms-tab-section-industries .tab-section-industries-doc {
  float: right;
  width: 37%;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .ms-tab-section-industries .tab-section-industries-doc:before {
    content: " ";
    display: block;
    background: url("../img/doc_large.png") left top no-repeat;
    width: 60px;
    height: 84px;
    padding-bottom: 20px; }
.ms-tab-section-industries .tab-section-bullets-detail-list-wide {
  width: 99%; }
.ms-tab-section-industries .tab-section-bullets-detail-list {
  list-style: none;
  margin: 0 -10px 0px 12px; }
  .ms-tab-section-industries .tab-section-bullets-detail-list:first-child {
    margin-left: 0; }
  .ms-tab-section-industries .tab-section-bullets-detail-list > li {
    padding-left: 13px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.375;
    padding-bottom: 6px;
    position: relative; }
    .ms-tab-section-industries .tab-section-bullets-detail-list > li:before {
      content: "\2022";
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
.ms-tab-section-industries .tab-section-industries-list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .ms-tab-section-industries .tab-section-industries-list > li {
    *zoom: 1;
    margin-bottom: 10px; }
    .ms-tab-section-industries .tab-section-industries-list > li:before, .ms-tab-section-industries .tab-section-industries-list > li:after {
      display: table;
      content: "";
      line-height: 0; }
    .ms-tab-section-industries .tab-section-industries-list > li:after {
      clear: both; }
  .ms-tab-section-industries .tab-section-industries-list .ms-tab-section-industries-title, .ms-tab-section-industries .tab-section-industries-list .text-cont {
    width: 63%; }
  .ms-tab-section-industries .tab-section-industries-list .ms-tab-section-industries-title {
    margin-bottom: 15px; }
  .ms-tab-section-industries .tab-section-industries-list img {
    width: 100%;
    height: auto; }
  .ms-tab-section-industries .tab-section-industries-list .img-cont {
    overflow: hidden;
    border: 1px solid #cccccc;
    margin-bottom: 16px; }
  .ms-tab-section-industries .tab-section-industries-list .tab-section-industries-tagline {
    font-weight: 700;
    margin-bottom: 6px; }

@media only screen and (max-width: 480px) {
  .ms-tab-section-industries .tab-section-industries-list,
  .ms-tab-section-industries .tab-section-industries-doc {
    width: auto;
    float: none;
    padding-left: 0; }
  .ms-tab-section-industries .tab-section-industries-list .text-cont {
    width: 100%; } }
/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* tab_section_thumbnail.scss - styles for the tab-section-thumbnail component */
.ms-tab-section-thumbnail p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375;
  margin: 0 0 16px; }
  .ms-tab-section-thumbnail p.last {
    margin-bottom: 0; }
.ms-tab-section-thumbnail h4 {
  margin: 10px 0px 10px !important; }
.ms-tab-section-thumbnail img {
  display: block;
  max-width: 78px;
  height: auto; }
.ms-tab-section-thumbnail > li {
  *zoom: 1;
  margin-bottom: 30px; }
  .ms-tab-section-thumbnail > li:before, .ms-tab-section-thumbnail > li:after {
    display: table;
    content: "";
    line-height: 0; }
  .ms-tab-section-thumbnail > li:after {
    clear: both; }
  .ms-tab-section-thumbnail > li div:first-child {
    padding: 0; }
.ms-tab-section-thumbnail .img-cont {
  float: left;
  overflow: hidden;
  border: 1px solid #cccccc;
  width: 78px;
  height: 78px; }
.ms-tab-section-thumbnail .text-cont {
  padding-left: 100px;
  margin-top: -10px !important; }

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

/* tab_section_case_study.scss - styles for the tab-section-case_study component */
.tab-section-case-study {
  *zoom: 1;
  margin-bottom: 20px;
  display: block; }
  .tab-section-case-study:before, .tab-section-case-study:after {
    display: table;
    content: "";
    line-height: 0; }
  .tab-section-case-study:after {
    clear: both; }
  .tab-section-case-study div:first-child {
    padding: 0; }
  .tab-section-case-study img {
    display: block;
    max-width: 218px;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1; }
  .tab-section-case-study a {
    position: relative; }
  .tab-section-case-study .btn-play {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    border: 3px solid #ffffff;
    width: 54px;
    height: 34px;
    margin-top: -17px;
    margin-left: -30px;
    background: #000000; }
    .tab-section-case-study .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; }
  .tab-section-case-study .video-link:hover .btn-play {
    border: 3px solid #00a0df; }
    .tab-section-case-study .video-link:hover .btn-play:after {
      content: "  ";
      border-left: 10px solid #00a0df; }
  .tab-section-case-study .img-cont {
    float: left;
    overflow: hidden;
    border: 1px solid #cccccc;
    width: 218px;
    height: 88px;
    position: relative;
    display: block;
    cursor: pointer; }
    .tab-section-case-study .img-cont:hover .btn-play {
      background: #000; }
  .tab-section-case-study .text-cont {
    padding-left: 240px; }
    @media only screen and (max-width: 600px) {
      .tab-section-case-study .text-cont {
        clear: both;
        padding-left: 0;
        padding-top: 15px; } }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* tab-section-disclaimer-list.scss - styles for the product list component */
.ms-tab-section-disclaimer-list .ms-tab-section-disclaimer-item {
  counter-increment: ms-tab-section-disclaimer-items;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  margin-bottom: 5px; }
  .ms-tab-section-disclaimer-list .ms-tab-section-disclaimer-item sup {
    display: inline-block; }
  .ms-tab-section-disclaimer-list .ms-tab-section-disclaimer-item:before {
    content: counter(ms-tab-section-disclaimer-items);
    vertical-align: text-top;
    font-size: 0.6em; }

body {
  counter-reset: citations; }

cite.disclaimer {
  counter-increment: citations; }
  cite.disclaimer:after {
    content: counter(citations);
    vertical-align: text-top;
    font-size: 0.6em; }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* tab_section_perspectives.scss - styles for the tab-section-perspectives component */
.ms-tab-section-perspectives .tab-section-meta {
  margin-bottom: 0; }
.ms-tab-section-perspectives .tab-section-author {
  margin-bottom: 7px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25; }

/* tab_container.scss - styles for the tab-container component */
.ms-tab-container .ms-tab {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  display: inline-block; }
.ms-tab-container .ms-tab.active {
  border: 0;
  clip: auto;
  height: auto;
  overflow: hidden;
  position: static;
  width: auto;
  display: block; }

.ms-tab-nav-title,
.ms-tab-nav-section,
.ms-tab-back {
  display: none; }

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

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

.ms-tab-nav-section {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 3px;
  margin-bottom: 20px;
  margin-top: 10px; }

.ms-tabs-small .ms-tab-container {
  position: fixed;
  top: 60px;
  bottom: 20px;
  left: 0;
  -webkit-transform: translate3d(60%, 0, 0);
  -moz-transform: translate3d(60%, 0, 0);
  -ms-transform: translate3d(60%, 0, 0);
  -o-transform: translate3d(60%, 0, 0);
  transform: translate3d(60%, 0, 0);
  width: 200%;
  background: #fff;
  padding: 20px 0;
  -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);
  /* anchor link based tabs */ }
  .ms-tabs-small .ms-tab-container .ms-anchor-list {
    border-top: none; }
  .ms-tabs-small .ms-tab-container .ms-tab-back, .ms-tabs-small .ms-tab-container .ms-tab-nav-title, .ms-tabs-small .ms-tab-container .ms-tab-nav-section {
    display: block; }
  .ms-tabs-small .ms-tab-container .tab-content-container {
    display: block; }
  .ms-tabs-small .ms-tab-container .ms-tab > .ms-row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .ms-tabs-small .ms-tab-container .ms-row-flush {
    margin: 0; }
  .ms-tabs-small .ms-tab-container .ms-row > .ms-column {
    padding-right: 20px;
    padding-bottom: 11px; }
  .ms-tabs-small .ms-tab-container .ms-tab-section {
    display: none; }
  .ms-tabs-small .ms-tab-container .ms-tab-section.active {
    display: block; }
  .ms-tabs-small .ms-tab-container .ms-anchorlist-back, .ms-tabs-small .ms-tab-container .ms-anchorlist-title {
    display: block; }
  .ms-tabs-small .ms-tab-container .ms-anchorlink-content.ms-row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .ms-tabs-small .ms-tab-container .ms-anchorlink-content.ms-row .ms-anchorlink-content-cont {
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
      .ms-tabs-small .ms-tab-container .ms-anchorlink-content.ms-row .ms-anchorlink-content-cont.open {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
    .ms-tabs-small .ms-tab-container .ms-anchorlink-content.ms-row > .ms-column {
      position: absolute;
      top: 0;
      bottom: 0;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      padding-top: 20px;
      padding-bottom: 20px;
      width: 50%;
      margin: 0; }
      .ms-tabs-small .ms-tab-container .ms-anchorlink-content.ms-row > .ms-column:first-child {
        width: 50%; }

@media only screen and (max-width: 600px) {
  .ms-tab-container .ms-tab-section .ms-row > div > .ms-column,
  .ms-tab-container .ms-tab-section .ms-row > .ms-column {
    padding: 5px 0px 5px 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: #f9f9f9;
  background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
  /* W3C */
  -ms-transform: -ms-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }
  .back-to-top:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 7px;
    width: 11px;
    margin-top: -4px;
    margin-left: -6px;
    background: transparent url("../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 {
  background: #FFFFFF;
  background: url(../img/bg_media_modal.png);
  position: fixed;
  top: 110%;
  right: 0;
  left: 0;
  height: 100%;
  padding: 40px 0px 0px 0px;
  -moz-transition: top 0.3s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: top 0.3s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -ms-transition: top 0.3s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: top 0.3s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: top 0.3s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  z-index: 210;
  visibility: hidden; }
  .ms-media-modal.media-modal-show {
    visibility: visible; }
  .ms-media-modal.media-modal-open .ms-media-modal-cont {
    height: 90%; }
  .ms-media-modal object {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF; }
  .ms-media-modal .ms-media-modal-cont {
    position: relative;
    height: 1px;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto; }
    .ms-media-modal .ms-media-modal-cont[data-cont=video] {
      max-width: 1100px;
      max-height: 550px; }
    .ms-media-modal .ms-media-modal-cont[data-cont=tour] {
      width: 100%;
      height: 100%; }
    .ms-media-modal .ms-media-modal-cont[data-cont=gallery] {
      height: 100%;
      min-height: 90%; }
    .ms-media-modal .ms-media-modal-cont span {
      display: block;
      width: 100%;
      height: 100%; }
  .ms-media-modal .ms-modal-session-msg {
    background: #fff;
    border: solid 1px #ccc;
    width: 40%;
    margin: 0 auto;
    padding: 25px;
    opacity: 1.0; }
    .ms-media-modal .ms-modal-session-msg > .ms-modal-title {
      color: #0063be;
      font-size: 25px; }
    .ms-media-modal .ms-modal-session-msg > .ms-modal-desc {
      color: #444; }
  .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("../img/sprite_main.png") -43px -25px no-repeat;
      content: " ";
      display: block;
      position: absolute;
      height: 16px;
      width: 16px;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
  .ms-media-modal iframe {
    border: none;
    width: 100%;
    height: 100%; }
  .ms-media-modal .ms-media-modal-cont .ms-photo-gallery .photo-container {
    height: 100%; }
  .ms-media-modal .ms-photo-gallery {
    background: #fff;
    margin: 0 40px;
    min-height: 100%;
    position: relative;
    *zoom: 1; }
    .ms-media-modal .ms-photo-gallery:before, .ms-media-modal .ms-photo-gallery:after {
      display: table;
      content: "";
      line-height: 0; }
    .ms-media-modal .ms-photo-gallery:after {
      clear: both; }
    .ms-media-modal .ms-photo-gallery .photo-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 100px; }
      .ms-media-modal .ms-photo-gallery .photo-container.gallery-single {
        right: 0; }
    .ms-media-modal .ms-photo-gallery .photo-list {
      float: right;
      width: 100px;
      padding-top: 20px; }
      .ms-media-modal .ms-photo-gallery .photo-list li {
        float: none;
        width: 60px;
        margin: 10px auto; }

.open-modal {
  cursor: pointer; }

@media only screen and (max-width: 984px) {
  .ms-media-modal {
    padding: 60px 0px 0px 0px; }
    .ms-media-modal .ms-modal-session-msg {
      padding: 15px;
      width: 80%; }
      .ms-media-modal .ms-modal-session-msg > .ms-modal-title {
        font-size: 18px; }
      .ms-media-modal .ms-modal-session-msg p {
        font-size: .8em; }
    .ms-media-modal .ms-media-modal-close {
      margin: 10px;
      right: 0px;
      top: 0px; }
    .ms-media-modal .ms-photo-gallery {
      margin: 0 20px; } }
@media only screen and (max-width: 480px) {
  .ms-media-modal .ms-modal-session-msg > .ms-modal-title {
    font-size: 21px; } }
.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("../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
// ==================== */
/* product-item.scss - styles for the product item component */
.ms-product-item {
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  padding: 0 20px 40px 0; }
  .ms-product-item:before, .ms-product-item:after {
    display: table;
    content: "";
    line-height: 0; }
  .ms-product-item:after {
    clear: both; }
  .ms-product-item .text-cont:first-child {
    padding: 0; }
  .ms-product-item .img-cont-outer {
    width: 78px;
    height: 78px;
    overflow: hidden;
    border: 1px solid #cccccc;
    float: left; }
    .ms-product-item .img-cont-outer a {
      display: block;
      width: 100%;
      height: 100%; }
  .ms-product-item .img-cont {
    width: 100%;
    height: 100%; }
  .ms-product-item .text-cont {
    padding-left: 100px; }
    .ms-product-item .text-cont .product-title {
      margin: -3px 0 0 0; }
    .ms-product-item .text-cont .product-cat {
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 1.4;
      margin: 0;
      text-transform: uppercase;
      padding-bottom: 0; }
    .ms-product-item .text-cont .product-desc p {
      margin: 0;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.375;
      padding-top: 4px; }

@media only screen and (max-width: 984px) {
  .ms-product-item {
    padding-right: 18px; }
    .ms-product-item .img-cont-outer {
      width: 60px;
      height: 60px; }
    .ms-product-item .text-cont {
      padding-left: 78px; } }
@media only screen and (max-width: 480px) {
  .ms-product-item {
    float: none;
    width: auto;
    padding-right: 0; }
    .ms-product-item .text-cont {
      padding-left: 70px; } }
/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* product-item-long.scss - styles for the product item component */
.ms-product-item-long {
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 40px 0;
  height: auto !important;
  min-height: 160px; }
  .ms-product-item-long:before, .ms-product-item-long:after {
    display: table;
    content: "";
    line-height: 0; }
  .ms-product-item-long:after {
    clear: both; }
  .ms-product-item-long .text-cont:first-child {
    padding: 0; }
  .ms-product-item-long .img-cont-outer {
    width: 78px;
    height: 78px;
    border: 1px solid #cccccc;
    float: left; }
    .ms-product-item-long .img-cont-outer a {
      display: block;
      width: 100%;
      height: 100%; }
  .ms-product-item-long .img-cont {
    width: 100%;
    height: 100%; }
  .ms-product-item-long .text-cont {
    padding-left: 100px; }
    .ms-product-item-long .text-cont .product-title {
      margin: -3px 0 0 0; }
    .ms-product-item-long .text-cont .product-cat {
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 1.4;
      margin: 0;
      text-transform: uppercase;
      padding-bottom: 0; }
    .ms-product-item-long .text-cont .product-desc p {
      margin: 0;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.375;
      padding-top: 4px; }

@media only screen and (max-width: 984px) {
  .ms-product-item-long {
    padding-right: 18px; }
    .ms-product-item-long .img-cont-outer {
      width: 60px;
      height: 60px; }
    .ms-product-item-long .text-cont {
      padding-left: 78px; } }
@media only screen and (max-width: 480px) {
  .ms-product-item-long {
    float: none;
    width: auto;
    padding-right: 0; }
    .ms-product-item-long .text-cont {
      padding-left: 70px; } }
/* product-list.scss - styles for the product list component */
.ms-product-list {
  margin-bottom: -20px;
  *zoom: 1; }
  .ms-product-list:before, .ms-product-list:after {
    display: table;
    content: "";
    line-height: 0; }
  .ms-product-list:after {
    clear: both; }
  .ms-product-list li {
    padding: 0 10px !important; }
  .ms-product-list .ms-product-item.wide-img-teaser {
    float: none;
    width: auto; }
  @media only screen and (max-width: 480px) {
    .ms-product-list .ms-product-item {
      float: none;
      width: auto;
      padding-right: 0; } }

/* filter_section.scss - styles for the filter section component */
.ms-tabs-small .ms-tab-container .ms-filter-section {
  /* how items in tab adjust */ }
  .ms-tabs-small .ms-tab-container .ms-filter-section > .ms-row {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    width: 50%;
    overflow-y: auto;
    overflow-x: hidden; }
  .ms-tabs-small .ms-tab-container .ms-filter-section .tab-content-container,
  .ms-tabs-small .ms-tab-container .ms-filter-section .tab-link-container {
    width: auto;
    float: none;
    left: auto;
    padding-top: 20px; }
  .ms-tabs-small .ms-tab-container .ms-filter-section .ms-product-item {
    float: none;
    width: auto;
    padding-right: 0; }
  .ms-tabs-small .ms-tab-container .ms-filter-section .ms-product-item-text {
    padding-left: 70px; }

@media only screen and (max-width: 600px) {
  .ms-filter-section {
    /* how items in tab adjust */ }
    .ms-filter-section .tab-content-container,
    .ms-filter-section .tab-link-container {
      width: 100%;
      float: none;
      left: auto;
      padding-top: 20px; }
    .ms-filter-section .ms-product-item {
      float: none;
      width: auto;
      padding-right: 0; }
    .ms-filter-section .ms-product-item-text {
      padding-left: 70px; } }
/* img_full.scss - styles for the img full component */
.ms-img-full {
  overflow: hidden;
  position: relative;
  height: 180px; }
  .ms-img-full img {
    display: block;
    position: absolute;
    margin: 0 auto;
    max-height: 100% !important;
    max-width: none;
    height: auto;
    width: auto; }
  .ms-img-full.top > img {
    top: 0; }
  .ms-img-full.left > img {
    left: 0; }
  .ms-img-full.right > img {
    right: 0; }
  .ms-img-full.bottom > img {
    bottom: 0; }
  .ms-img-full.v-center > img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .ms-img-full.h-center > img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .ms-img-full.v-center.h-center > img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .ms-img-full[data-size="w"] > img {
    width: 100%;
    height: auto; }
  .ms-img-full[data-size="h"] > img {
    height: 100%;
    width: auto; }

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

/* wide_image_teaser.scss - styles for the wide_image_teaser component */
.wide-img-teaser > li {
  display: block;
  margin-bottom: 30px;
  width: 100%; }
  .wide-img-teaser > li .img-cont-outer, .wide-img-teaser > li .text-cont {
    float: left; }
  .wide-img-teaser > li .img-cont-outer {
    overflow: hidden;
    border: 1px solid #cccccc;
    width: 33.33333%;
    height: 115px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .wide-img-teaser > li .img-cont {
    width: 100%;
    height: 100%; }
  .wide-img-teaser > li .text-cont {
    padding-left: 20px;
    width: 66.66666%;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .wide-img-teaser > li h4 {
    margin-bottom: 14px; }
  @media only screen and (max-width: 600px) {
    .wide-img-teaser > li .img-cont-outer, .wide-img-teaser > li .text-cont {
      float: none; }
    .wide-img-teaser > li .img-cont-outer {
      width: 50%; }
    .wide-img-teaser > li .text-cont {
      width: auto;
      padding-left: 0; }
      .wide-img-teaser > li .text-cont h4 {
        margin-top: 10px; } }

/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* product-item.scss - styles for the product item component */
.ms-product-item.wide-img-teaser h4 {
  margin: 0; }
@media only screen and (max-width: 600px) {
  .ms-product-item.wide-img-teaser h4 {
    margin-top: 10px; } }

/* 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("../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: #999999;
        -moz-transition: background-color 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
        -webkit-transition: background-color 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
        -ms-transition: background-color 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
        -o-transition: background-color 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
        transition: background-color 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
    .ms-hero .hero-nav .active a:after {
      content: "  ";
      background-color: #0063be; }
  .ms-hero .prev, .ms-hero .next {
    display: block;
    height: 20px;
    width: 20px;
    border: none;
    position: relative;
    background: none;
    overflow: hidden;
    text-indent: -9999px; }
    .ms-hero .prev:after, .ms-hero .next:after {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -3px;
      margin-top: -5px;
      width: 7px;
      height: 11px;
      background: transparent url("../img/sprite_main.png") -48px -78px no-repeat; }
  .ms-hero .prev:after {
    background: transparent url("../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; }

.ms-inline-promos {
  background-color: #f3f3f3;
  background: -moz-linear-gradient(top, #e7e6e7 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e6e7), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e7e6e7 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e7e6e7 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e7e6e7 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e7e6e7 0%, #ffffff 100%);
  /* W3C */
  margin: 0px 0px 20px 0px !important;
  border-top: solid 2px #ccc; }
  .ms-inline-promos .ms-column {
    min-height: 190px;
    background: url("../img/promo-inline-border.png") no-repeat left; }
    .ms-inline-promos .ms-column:first-child {
      background: none; }

.promo-cont {
  text-align: center;
  height: auto !important;
  padding: 20px;
  border: none; }
  .promo-cont .cta-link {
    display: block;
    clear: both;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative; }
    .promo-cont .cta-link:after {
      content: " ";
      display: inline-block;
      margin-left: 9px;
      height: 11px;
      width: 7px;
      overflow: hidden;
      position: relative;
      top: 1px;
      background: url("../img/sprite_main.png") -48px -78px no-repeat; }
  .promo-cont h5 {
    margin: 0px;
    text-align: left; }
  .promo-cont h6 {
    margin: 0px;
    text-align: left;
    font-size: 12px; }
  .promo-cont .text-center {
    text-align: center; }
  .promo-cont .margin-top-10 {
    margin-top: 10px; }
  .promo-cont .margin-top-15 {
    margin-top: 15px; }
  .promo-cont .promo-title {
    font-size: 28px; }
  .promo-cont .promo-subtitle {
    font-size: 15px; }
  .promo-cont .promo-cont-left {
    text-align: left; }
  .promo-cont .video-link {
    display: block;
    position: relative; }
  .promo-cont .video-link:hover .btn-play {
    border: 3px solid #00a0df; }
    .promo-cont .video-link:hover .btn-play:after {
      content: "  ";
      border-left: 10px solid #00a0df; }
  .promo-cont .btn-play {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    border: 3px solid #ffffff;
    width: 54px;
    height: 34px;
    margin-top: 28px;
    margin-left: -30px;
    background: #000000; }
    .promo-cont .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; }
  .promo-cont .img-cont {
    float: left;
    overflow: hidden;
    border: 1px solid #cccccc;
    width: 100%;
    height: 88px;
    position: relative;
    display: block;
    cursor: pointer; }
    .promo-cont .img-cont:hover .btn-play {
      background: #000; }
  .promo-cont .ms-share-connect ul {
    clear: both; }
    .promo-cont .ms-share-connect ul li {
      float: left;
      overflow: hidden;
      padding-right: 5px; }
      .promo-cont .ms-share-connect ul li a {
        cursor: pointer;
        margin-bottom: 0; }
  .promo-cont .ms-share-connect .ms-btn-link {
    display: inline-block; }
    .promo-cont .ms-share-connect .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: 30px;
      width: 30px;
      overflow: hidden;
      text-indent: -999px; }
      .promo-cont .ms-share-connect .ms-btn-link > a:before {
        background-image: url("../img/socialmedia_spritesheet.png");
        background-repeat: no-repeat;
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0; }
      .promo-cont .ms-share-connect .ms-btn-link > a.i-facebook:before {
        background-position: 0px center; }
      .promo-cont .ms-share-connect .ms-btn-link > a.i-twitter:before {
        background-position: -30px center; }
      .promo-cont .ms-share-connect .ms-btn-link > a.i-google:before {
        background-position: -60px center; }
      .promo-cont .ms-share-connect .ms-btn-link > a.i-email:before {
        background-position: -90px center; }
      .promo-cont .ms-share-connect .ms-btn-link > a.i-linkedin:before {
        background-position: -120px center; }
      .promo-cont .ms-share-connect .ms-btn-link > a.i-pinterest:before {
        background-position: -150px center; }
      .promo-cont .ms-share-connect .ms-btn-link > a.i-youtube:before {
        background-position: -180px center; }
      .promo-cont .ms-share-connect .ms-btn-link > a.i-motorola-launchpad:before {
        background-position: -210px center; }
      .promo-cont .ms-share-connect .ms-btn-link > a.i-scribd:before {
        background-position: -240px center; }
      .promo-cont .ms-share-connect .ms-btn-link > a:hover {
        color: #00a0df; }
        .promo-cont .ms-share-connect .ms-btn-link > a:hover.i-facebook:before {
          background-position: -540px center; }
        .promo-cont .ms-share-connect .ms-btn-link > a:hover.i-twitter:before {
          background-position: -570px center; }
        .promo-cont .ms-share-connect .ms-btn-link > a:hover.i-google:before {
          background-position: -600px center; }
        .promo-cont .ms-share-connect .ms-btn-link > a:hover.i-email:before {
          background-position: -630px center; }
        .promo-cont .ms-share-connect .ms-btn-link > a:hover.i-linkedin:before {
          background-position: -660px center; }
        .promo-cont .ms-share-connect .ms-btn-link > a:hover.i-pinterest:before {
          background-position: -690px center; }
        .promo-cont .ms-share-connect .ms-btn-link > a:hover.i-youtube:before {
          background-position: -720px center; }
        .promo-cont .ms-share-connect .ms-btn-link > a:hover.i-motorola-launchpad:before {
          background-position: -750px center; }
        .promo-cont .ms-share-connect .ms-btn-link > a:hover.i-scribd:before {
          background-position: -780px center; }

.promo-cont-thumb {
  text-align: center; }
  .promo-cont-thumb a {
    text-align: center;
    margin: 10px 0px 10px 0px; }
  .promo-cont-thumb img {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1; }

@media only screen and (min-width: 601px) and (max-width: 984px) {
  .ms-share-connect .ms-btn-link {
    display: inline-block; }
    .ms-share-connect .ms-btn-link > a {
      margin-bottom: 5px !important;
      line-height: 1 !important;
      height: 20px !important;
      width: 20px !important; }
      .ms-share-connect .ms-btn-link > a:before {
        background-image: url("../img/socialmedia_spritesheet_sm.png") !important;
        width: 20px !important;
        height: 20px !important; }
      .ms-share-connect .ms-btn-link > a.i-facebook:before {
        background-position: 0px center !important; }
      .ms-share-connect .ms-btn-link > a.i-twitter:before {
        background-position: -20px center !important; }
      .ms-share-connect .ms-btn-link > a.i-google:before {
        background-position: -40px center !important; }
      .ms-share-connect .ms-btn-link > a.i-email:before {
        background-position: -60px center !important; }
      .ms-share-connect .ms-btn-link > a.i-linkedin:before {
        background-position: -80px center !important; }
      .ms-share-connect .ms-btn-link > a.i-pinterest:before {
        background-position: -100px center !important; }
      .ms-share-connect .ms-btn-link > a.i-youtube:before {
        background-position: -120px center !important; }
      .ms-share-connect .ms-btn-link > a.i-motorola-launchpad:before {
        background-position: -140px center !important; }
      .ms-share-connect .ms-btn-link > a.i-scribd:before {
        background-position: -160px center !important; }
      .ms-share-connect .ms-btn-link > a:hover {
        color: #00a0df; }
        .ms-share-connect .ms-btn-link > a:hover.i-facebook:before {
          background-position: -360px center !important; }
        .ms-share-connect .ms-btn-link > a:hover.i-twitter:before {
          background-position: -380px center !important; }
        .ms-share-connect .ms-btn-link > a:hover.i-google:before {
          background-position: -400px center !important; }
        .ms-share-connect .ms-btn-link > a:hover.i-email:before {
          background-position: -420px center !important; }
        .ms-share-connect .ms-btn-link > a:hover.i-linkedin:before {
          background-position: -440px center !important; }
        .ms-share-connect .ms-btn-link > a:hover.i-pinterest:before {
          background-position: -460px center !important; }
        .ms-share-connect .ms-btn-link > a:hover.i-youtube:before {
          background-position: -480px center !important; }
        .ms-share-connect .ms-btn-link > a:hover.i-motorola-launchpad:before {
          background-position: -500px center !important; }
        .ms-share-connect .ms-btn-link > a:hover.i-scribd:before {
          background-position: -520px center !important; }

  .promo-cont {
    min-height: 180px; } }
@media only screen and (max-width: 600px) {
  .ms-inline-promos .ms-column {
    background: url("../img/promo-inline-border-bottom.png") no-repeat top; }
    .ms-inline-promos .ms-column:first-child {
      background: none; }

  .promo-cont-thumb {
    text-align: center; }
    .promo-cont-thumb a {
      text-align: center;
      margin: 10px 0px 10px 0px; }
    .promo-cont-thumb img {
      display: block;
      height: 200px;
      width: 100%;
      position: relative;
      z-index: 1; }

  .promo-cont {
    min-height: 150px; }

  .ms-inline-promos {
    margin-bottom: 10px; }

  .ms-share-connect ul {
    clear: both; }
    .ms-share-connect ul li {
      float: left;
      overflow: hidden;
      padding-right: 5px; }
      .ms-share-connect ul li a {
        cursor: pointer;
        margin-bottom: 0; }
  .ms-share-connect .ms-btn-link {
    display: inline-block; }
    .ms-share-connect .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: 30px;
      width: 30px;
      overflow: hidden;
      text-indent: -999px; }
      .ms-share-connect .ms-btn-link > a:before {
        background-image: url("../img/socialmedia_spritesheet.png");
        background-repeat: no-repeat;
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0; }
      .ms-share-connect .ms-btn-link > a.i-facebook:before {
        background-position: 0px center; }
      .ms-share-connect .ms-btn-link > a.i-twitter:before {
        background-position: -30px center; }
      .ms-share-connect .ms-btn-link > a.i-google:before {
        background-position: -60px center; }
      .ms-share-connect .ms-btn-link > a.i-email:before {
        background-position: -90px center; }
      .ms-share-connect .ms-btn-link > a.i-linkedin:before {
        background-position: -120px center; }
      .ms-share-connect .ms-btn-link > a.i-pinterest:before {
        background-position: -150px center; }
      .ms-share-connect .ms-btn-link > a.i-youtube:before {
        background-position: -180px center; }
      .ms-share-connect .ms-btn-link > a.i-motorola-launchpad:before {
        background-position: -210px center; }
      .ms-share-connect .ms-btn-link > a.i-scribd:before {
        background-position: -240px center; }
      .ms-share-connect .ms-btn-link > a:hover {
        color: #00a0df; }
        .ms-share-connect .ms-btn-link > a:hover.i-facebook:before {
          background-position: -540px center; }
        .ms-share-connect .ms-btn-link > a:hover.i-twitter:before {
          background-position: -570px center; }
        .ms-share-connect .ms-btn-link > a:hover.i-google:before {
          background-position: -600px center; }
        .ms-share-connect .ms-btn-link > a:hover.i-email:before {
          background-position: -630px center; }
        .ms-share-connect .ms-btn-link > a:hover.i-linkedin:before {
          background-position: -660px center; }
        .ms-share-connect .ms-btn-link > a:hover.i-pinterest:before {
          background-position: -690px center; }
        .ms-share-connect .ms-btn-link > a:hover.i-youtube:before {
          background-position: -720px center; }
        .ms-share-connect .ms-btn-link > a:hover.i-motorola-launchpad:before {
          background-position: -750px center; }
        .ms-share-connect .ms-btn-link > a:hover.i-scribd:before {
          background-position: -780px center; } }
/* overview.scss - styles for overview layouts */
.ms-layout-overview {
  /* styles for the photo gallery component */ }
  .ms-layout-overview .page-desc h2 {
    margin: 0; }
  .ms-layout-overview .page-desc p {
    margin-top: 10px; }
  .ms-layout-overview .ms-photo-gallery .photo-container,
  .ms-layout-overview .ms-scroll-frame .scroll-frame-content {
    height: 350px; }
  @media only screen and (max-width: 984px) {
    .ms-layout-overview {
      /* styles for the photo gallery component */ }
      .ms-layout-overview .ms-photo-gallery .photo-container,
      .ms-layout-overview .ms-scroll-frame .scroll-frame-content {
        height: 275px; }
      .ms-layout-overview .ms-photo-gallery-container,
      .ms-layout-overview .ms-overview-btns {
        padding-right: 0 !important; } }
  @media only screen and (max-width: 600px) {
    .ms-layout-overview {
      /* styles for the scroll frame component */ }
      .ms-layout-overview .ms-scroll-frame .scroll-frame-content {
        height: auto; } }

.ms-site-content-wide {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0px; }

.ms-content-main {
  padding: 0px;
  left: 0px; }
  .ms-content-main .ms-row {
    min-height: none !important; }

.ie8 .content-section .content-fixed {
  max-width: 946px; }

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

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

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

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

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

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

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

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

@media only screen and (max-width: 600px) {
  .thumbnail-list .img-cont {
    display: block;
    width: 50%; }

  .thumbnail-list .text-cont {
    display: block;
    padding-left: 0;
    width: 100%; }

  .thumbnail-list .text-cont h4 {
    margin-top: 10px; } }
@media only screen and (max-width: 984px) {
  .tab-section-doc-feature {
    padding-left: 0px;
    padding-top: 90px; } }
@media only screen and (max-width: 480px) {
  .ms-tab-section .tab-section-colitem-list > li {
    width: auto;
    float: none; }
  .ms-tab-section .tab-section-column-list {
    width: auto; } }
/* ====================
// TYPOGRAPHY.scss
// ==================== */
/* tab_section_doc_item.scss - styles for the tab-section-doc_item component */
.ms-tab-section-doc-item {
  clear: both;
  position: relative;
  padding-left: 30px;
  list-style: none; }
  .ms-tab-section-doc-item:before {
    content: " ";
    display: block;
    left: 0;
    top: 0;
    width: 16px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    background: url("../img/doctypes.png") left top no-repeat; }
  .ms-tab-section-doc-item.doctype-download:before {
    background-position: -16px top; }
  .ms-tab-section-doc-item.doctype-video:before {
    background-position: -32px top; }
  .ms-tab-section-doc-item .tab-section-meta {
    color: #666;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    margin-bottom: 7px; }
  .ms-tab-section-doc-item h4 {
    margin: 10px 0px 10px !important; }
  .ms-tab-section-doc-item p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.375;
    margin: 0 0 16px; }
    .ms-tab-section-doc-item p.last {
      margin-bottom: 0; }

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

@media only screen and (max-width: 600px) {
  .ms-nav-tree {
    position: fixed;
    background-color: #ffffff;
    z-index: 5;
    top: 65px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 20px 50px;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-transform: -ms-transform 0.6s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -o-transition: -o-transform 0.6s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    transition: transform 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; }
    .ms-nav-tree.nav-closed {
      -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); }
    .ms-nav-tree .mobile-header-title {
      display: block; }
      .ms-nav-tree .mobile-header-title .ms-breadcrumbs {
        display: block; }
      .ms-nav-tree .mobile-header-title .ms-header-title {
        border-bottom: 2px solid #cccccc;
        margin-bottom: 17px; }
    .ms-nav-tree h2 {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1.05;
      letter-spacing: 0px;
      text-transform: uppercase; } }
    @media only screen and (max-width: 600px) and (min-width: 1025px) {
      .ms-nav-tree h2 {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media only screen and (max-width: 600px) and (max-width: 600px) {
      .ms-nav-tree h2 {
        font-size: 30px;
        font-size: 1.875rem; } }
@media only screen and (max-width: 600px) {
    .ms-nav-tree .nav-menu > ul ul {
      text-transform: none; }
      .ms-nav-tree .nav-menu > ul ul ul {
        text-transform: uppercase; }
        .ms-nav-tree .nav-menu > ul ul ul ul {
          text-transform: none; }
          .ms-nav-tree .nav-menu > ul ul ul ul a {
            padding-left: 10px;
            padding-right: 10px;
            font-weight: normal; }
    .ms-nav-tree .nav-menu a {
      padding: 12px 0; }
    .ms-nav-tree .nav-menu li a,
    .ms-nav-tree .nav-menu li h4 {
      display: none; }
    .ms-nav-tree .nav-menu li.header-active a,
    .ms-nav-tree .nav-menu li.header-active h4,
    .ms-nav-tree .nav-menu li.active a {
      display: block;
      border-bottom: 1px solid #cccccc;
      border-top: none;
      text-transform: none;
      font-weight: 700;
      cursor: pointer;
      pointer-events: auto; }
    .ms-nav-tree .nav-menu li.header-active,
    .ms-nav-tree .nav-menu li.active {
      background-color: transparent;
      border-bottom: none; }
    .ms-nav-tree .nav-menu li.header-active h4 {
      border-bottom: none; }
      .ms-nav-tree .nav-menu li.header-active h4 a {
        color: #0063be;
        font-size: 20px;
        padding-top: 12px;
        position: relative; }
        .ms-nav-tree .nav-menu li.header-active h4 a:hover {
          color: #003b72; }
        .ms-nav-tree .nav-menu li.header-active h4 a:after {
          content: " ";
          display: block;
          position: absolute;
          top: 25px;
          right: 0;
          width: 7px;
          height: 11px;
          margin-top: -5px;
          background: transparent url("../img/sprite_main.png") -48px -78px no-repeat; }
    .ms-nav-tree .nav-menu li.active > a {
      color: #0063be;
      font-size: 20px;
      position: relative; }
      .ms-nav-tree .nav-menu li.active > a:hover {
        color: #003b72; }
      .ms-nav-tree .nav-menu li.active > a:after {
        content: " ";
        display: block;
        position: absolute;
        top: 25px;
        right: 0;
        width: 7px;
        height: 11px;
        margin-top: -5px;
        background: transparent url("../img/sprite_main.png") -48px -78px no-repeat; } }
.ms-nav-back {
  display: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-left: 9px; }
  .ms-nav-back:before {
    content: " ";
    display: block;
    position: absolute;
    left: -9px;
    top: 1px;
    width: 7px;
    height: 11px;
    background: transparent url("../img/sprite_main.png") -55px -78px no-repeat; }

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

@media only screen and (max-width: 600px) {
  .ms-breadcrumbs {
    display: none; }

  .ms-header-title {
    border-bottom: none;
    margin-bottom: 7px; }

  .ms-nav-back {
    display: block;
    margin-bottom: 15px; } }
/* page_skeleton.scss - styles for the page template */
.ms-content-main-wide {
	min-height: 550px;	
}

.ms-content-main-wide .ms-row {
	min-height: none !important;
	margin: 0px auto;
	padding: 40px 10px;
	max-width: 1180px;
}
h3 {
	margin-top: 4px;
	margin-bottom: 0px;
}
.k12-trail {
	height: 40px;
	min-width: 345px;
}
.k12-trail li:before {
	content: " ";
}
.k12-trail li {
	display: inline-block;
	background: #ccc;
	height: 5px;
	width: 35px;
	margin-right: 5px;
}
.k12-trail li a {
	display: block;
}
.k12-trail li.active {
	background: #00a0df;
}
.ms-filter-list-title {
  margin: 0 0 0px; }

.ms-filter-results {
  margin: 0 0 20px; }
.ms-filter-list {
    margin-bottom: 20px;
}
.ms-filter-list li {
  display: block;
  padding-top: 7px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 12px;
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 700; }
  .ms-filter-list li.haslock .ms-checkbox label span {
    background: transparent url("../img/sprite_main.png") -25px -99px no-repeat;
    width: 11px;
    height: 13px;
    display: inline-block;
    margin-left: 4px;
    margin-bottom: -3px; }
.ms-filter-list .filter-list-head .ms-btn {
  display: none; }
.ms-filter-list .i-filter {
  display: none; }
.ms-filter-list .show-only {
  margin-top: 0;
  margin-bottom: 5px;
  display: none; }
.ms-filter-list h4 {
  margin: 25px 0 2px;
  text-transform: uppercase;
  color: #9a9a9a;
  font-size: 14px;
  border-bottom: solid 1px #cccccc; }
.ms-filter-list h4.no-title {
  margin: 5px 0 0px;
  border-bottom: none !important; }
.ms-filter-list h5 {
  display: inline-block; }
.ms-filter-list .ms-clear-filters {
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #0063be;
  font-weight: 700;
  margin-top: 4px;
  cursor: pointer;
  display: none; }
  .ms-filter-list .ms-clear-filters:hover {
    color: #00a0df; }

.ie8 .ms-filter-list li.haslock > span {
  float: right;
  margin-top: 6px; }

.ms-tabs-small .ms-filter-list .list-filter, .ms-tabs-small .ms-filter-list h4 {
  height: 0;
  -moz-transition: height 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -webkit-transition: height 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -ms-transition: height 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  -o-transition: height 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
  transition: height 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9); }
.ms-tabs-small .ms-filter-list h4 {
  margin: 0; }
.ms-tabs-small .ms-filter-list .filter-list-head {
  display: none;
  *zoom: 1; }
  .ms-tabs-small .ms-filter-list .filter-list-head:before, .ms-tabs-small .ms-filter-list .filter-list-head:after {
    display: table;
    content: "";
    line-height: 0; }
  .ms-tabs-small .ms-filter-list .filter-list-head:after {
    clear: both; }
  .ms-tabs-small .ms-filter-list .filter-list-head .ms-filter-list-title {
    float: left;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 44px; }
  .ms-tabs-small .ms-filter-list .filter-list-head .ms-btn {
    display: block;
    float: right;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0; }
.ms-tabs-small .ms-filter-list .i-filter {
  display: block; }
.ms-tabs-small .ms-filter-list form {
  overflow: hidden; }
.ms-tabs-small .ms-filter-list.filter-open .filter-list-head {
  display: block; }
.ms-tabs-small .ms-filter-list.filter-open .i-filter {
  display: none; }
.ms-tabs-small .ms-filter-list.filter-open .show-only {
  display: block; }
.ms-tabs-small .ms-filter-list.filter-open .list-filter, .ms-tabs-small .ms-filter-list.filter-open h4 {
  height: auto; }
.ms-tabs-small .ms-filter-list.filter-open h4 {
  margin: 20px 0 7px; }
.ms-tabs-small .ms-filter-list .ms-clear-filters {
  margin-top: 15px;
  margin-right: 20px; }

@media only screen and (max-width: 600px) {
    
  .question-panel { min-height: 1200px; }    
  .ms-filter-list .list-filter, .ms-filter-list h4 {
    height: 300px;
    -moz-transition: height 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -webkit-transition: height 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -ms-transition: height 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    -o-transition: height 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9);
    transition: height 0.4s cubic-bezier(0.3, 0.8, 0.35, 0.9); }
  .ms-filter-list h4 {
    display: none;
    margin: 0; }
  .ms-filter-list .filter-list-head {
    display: none;
    *zoom: 1;
    margin-top: -15px;
    margin-bottom: 10px; }
    .ms-filter-list .filter-list-head:before, .ms-filter-list .filter-list-head:after {
      display: table;
      content: "";
      line-height: 0; }
    .ms-filter-list .filter-list-head:after {
      clear: both; }
    .ms-filter-list .filter-list-head .ms-filter-list-title {
      float: left;
      margin-bottom: 0;
      display: inline-block;
      vertical-align: middle;
      line-height: 44px; }
    .ms-filter-list .filter-list-head .ms-btn {
      display: block;
      float: right;
      width: auto;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 0; }
  .ms-filter-list .i-filter {
    display: block; }
  .ms-filter-list form {
    overflow: hidden; }
  .ms-filter-list.filter-open .filter-list-head {
    display: block; }
  .ms-filter-list.filter-open .i-filter {
    display: none; }
  .ms-filter-list.filter-open .show-only {
    display: block;
    margin-bottom: -10px; }
  .ms-filter-list.filter-open .list-filter, .ms-filter-list.filter-open h4 {
    height: auto; }
  .ms-filter-list.filter-open h4 {
    display: block;
    margin: 30px 0 7px; }
  .ms-filter-list.filter-open h4.no-title {
    display: block;
    margin: 20px 0 0px; }
  .ms-filter-list .ms-clear-filters {
    margin-top: 15px;
    margin-right: 20px; } }
	
	.text-input input {
			width: 55px;
			margin-right: 15px;
			text-align: center;
	}
	.q6bar {
		border-radius: 2px;
		background: #eeeeee;
		border: solid 1px #dedede;
		height: 35px;
		width: 100%;
		margin-bottom: 20px;
	}
	.q6barfill {
		border-radius: 2px;
		background: #00a0df;
		height: 35px;
		width: 0px;
		float: left;
	}
	.q6barval {
		float: left;
		padding-top: 8px;
		font-size: 16px;
		font-weight: bold;
		text-align: right;
		color: #00a0df;
		margin-left: 10px;
	}
	.q6text {
		font-weight: 700;
		font-size: 12px;
	}	
	.q6barall {
		border-radius: 2px;
		background: #eeeeee;
		border: solid 1px #dedede;
		height: 45px;
		width: 100%;
		margin-bottom: 20px;	
	}
	.q6barfillall {
		border-radius: 2px;
		background: #329e41;
		height: 45px;
		width: 0px;
		float: left;
	}
	.q6barvalall {
		float: left;
		padding-top: 11px;
		font-size: 20px;
		font-weight: bold;
		margin-left: 10px;
		text-align: right;
		color: #00a0df;
	}
	.q7text {
		width: 100% !important;
		max-width: 100% !important;	
	}
	.verify-icon {
		display: none;
		margin-left: 5px;
		width: 18px;
		height: 18px;	
	}
	.k12assessment { text-align: center; }
	.k12assessment h2 {  font-size: 160px; color: #00a0df; margin: 0; }
	.k12assessment h3 {  font-size: 50px; margin: 0; }
	.k12assessment h4 { font-weight: 700; font-size: 1.0rem; margin: 0px 0px 5px 0px; color: #444; }
	.k12assessment .assessblock { padding: 30px; text-align: left; min-height: ; background: #eeeeee; border: solid 1px #dedede; margin-bottom: 30px; }
	.k12assessment .assessblock p { font-size: 0.65rem; }
	.k12assessment .assessblock .k12pass .k12passicon { text-align: center; float: left; display: block; height: 60px; padding-top: 80px; width: 100px; background: url(../img/pass.png) no-repeat center top; background-size: 70px; font-size: 0.9rem; font-weight: 700; margin-right: 20px; margin-top: -7px; }
	.k12assessment .assessblock .k12fail .k12failicon { text-align: center; float: left; display: block; height: 60px; padding-top: 80px; width: 100px; background: url(../img/fail.png) no-repeat center top; background-size: 70px; font-size: 0.9rem; font-weight: 700; margin-right: 20px; margin-top: -7px; }
	.k12assessment .assessblock .k12pass { clear: both; display: none; }
	.k12assessment .assessblock .k12fail { clear: both; display: none; }
	.k12bars { margin-top: 70px; }
	@media only screen and (max-width: 600px) {  
	.k12bars { margin-top: 0px; }
	.k12assessment .assessblock .k12pass .k12passicon { float: none; margin: auto; height: 40px; }
	}
	
	h2 { margin-top: 0px; margin-bottom: 0px; font-size: 25px; }
	h4 { font-weight: normal; color: #555; margin-bottom: 10px; margin-top: 15px; font-size: 0.9em; font-style: italic; }
    h5 { margin-top: 0px; margin-bottom: 0px; }

.q01ys,.q02ys,.q03ys,.q04ys,.q05ys,.q06ys,.q07ys { font-weight: 700; color: #00a0df; }

@media only screen and (max-width: 600px) { .ms-filter-list { height: 300px; } }