@charset "UTF-8";

.shelfContentHidden {
  display: none
}

.shelfContentDisplayed {
  display: block
}

.lotusui_ie7 .utb-pull-container {
  z-index: 800 !important;
  width: 50%;
  margin: 0 25%
}

@media screen and (min-width: 960px) {
  .MMM--isNotOnMobile {
    display: block
  }

  .MMM--isOnDesktop {
    display: block
  }

  .MMM--isOnMobile {
    display: none
  }

  .MMM--isOnMobile:before,
  .MMM--isOnMobile:after {
    display: none
  }

  .MMM--isOnTablet {
    display: none
  }

  .MMM--isOnTablet:before,
  .MMM--isOnTablet:after {
    display: none
  }

  .MMM--isNotOnTablet {
    display: none
  }

  .MMM--isNotOnTablet:before,
  .MMM--isNotOnTablet:after {
    display: none
  }

  .MMM--isNotOnDesktop {
    display: none
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .MMM--isNotOnMobile {
    display: block
  }

  .MMM--isOnTablet {
    display: inline-block
  }

  .MMM--isOnTablet:before,
  .MMM--isOnTablet:after {
    display: inline-block
  }

  .MMM--isNotOnTablet {
    display: none
  }

  .MMM--isNotOnTablet:before,
  .MMM--isNotOnTablet:after {
    display: none
  }
}

.MMM--notOnMobile {
  background: #000000;
  padding: 100px 50px;
  text-align: center
}

.MMM--isHidden {
  display: none
}

.MMM--nowrap {
  white-space: nowrap
}

.MMM--isBlurred {
  filter: blur(5px);
  -webkit-filter: blur(5px)
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .MMM--isNotOnMobileModified {
    display: none
  }

  .MMM--isOnMobileModified {
    display: block
  }
}

@media screen and (max-width: 767px) {
  .MMM--isOnMobile {
    display: block
  }

  .MMM--isNotOnTablet {
    display: block
  }
}

@media screen and (min-width: 480px) and (max-width: 889px) {
  .MMM--isNotOnMobileModified {
    display: block
  }

  .MMM--isOnMobileModified {
    display: none
  }
}

@media screen and (min-width: 1px) {
  .MMM--rowClear {
    clear: both;
    overflow: hidden
  }

  .MMM--gutterRight {
    margin-right: 10px
  }

  .MMM--alignLeft {
    text-align: left
  }

  .MMM--alignRight {
    text-align: right
  }

  .MMM--floatLeft {
    float: left
  }

  .MMM--floatRight {
    float: right
  }

  .MMM--linkList {
    display: table
  }

  .MMM--linkList li {
    display: table-cell;
    padding: 0 2px;
    vertical-align: middle
  }

  .MMM--menuList {
    margin: 15px 15px 0 15px
  }

  .MMM--menuList li a {
    position: relative;
    border-bottom: none
  }

  .MMM--menuList li a:hover {
    border-bottom: none
  }

  .MMM--menuExpand {
    position: relative;
    padding-right: 15px
  }

  .MMM--colorBar {
    border-image: url("../img/GradientBar.svg") 10 10 stretch;
    border-top: 1px solid
  }

  @-moz-document url-prefix() {
    .MMM--colorBar {
      background-image: url("../img/GradientBar_deprecated.svg") 10 10 stretch
    }
  }

  .MMM--theme_noHashBG .MMM--colorBar {
    border-image: url("../img/gradientBar-RedtoOrange.svg") 10 10 stretch
  }

  .MMM--menuDivider {
    clear: both;
    border: 0;
    border-bottom: 1px solid #bfbfbf;
    padding: 0
  }

  .MMM--themeOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%
  }

  .MMM--themeOverlayBdy {
    z-index: 90
  }

  .MMM--themeOverlayGrey {
    background-color: #a8a8a8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    background-color: rgba(108, 108, 108, 0.5)
  }

  .MMM--bulletList ul {
    margin: 0 0 1em 0;
    list-style-type: disc;
    line-height: 1.3
  }

  .MMM--bulletList ul li {
    margin-left: 2em
  }

  .MMM--noMesh {
    background-image: none
  }

  .MMM--themeWrapper {
    left: 0;
    transition: top 1s ease, right 1s ease, bottom 1s ease, left 1s ease, width 1s ease, height 1s ease
  }

  .MMM--themeWrapper.MMM--gsnEnabled {
    position: relative;
    left: 80%;
    cursor: pointer
  }

  .MMM--theme-hd {
    display: table;
    position: relative;
    width: 100%;
    z-index: 100
  }

  .MMM--theme-hd:after {
    content: '';
    background-image: url("../img/GradientBar.svg");
    background-size: cover;
    position: relative;
    display: block;
    top: 100%;
    width: 100%;
    height: 5px
  }

  @-moz-document url-prefix() {
    .MMM--theme-hd:after {
      background-image: url("../img/GradientBar_deprecated.svg")
    }
  }

  .MMM--theme_noHashBG .MMM--theme-hd:after {
    background-image: url("../img/gradientBar-RedtoOrange.svg")
  }

  .MMM--theme-hd_inner {
    padding: 15px 20px 10px;
    min-height: 31px;
    overflow: hidden
  }

  .MMM--theme-hd a {
    border-bottom: none
  }

  .MMM--theme-hd a:hover {
    border-bottom: none
  }

  .MMM--logo {
    float: left;
    margin: 15px 0 0 20px;
    max-width: 60px;
    overflow: hidden
  }

  .MMM--logo a {
    display: block;
    border-bottom: none
  }

  .MMM--logo a:hover {
    border-bottom: none
  }

  .MMM--logo a:hover:not(.MMM--btn_noAnimation) {
    border: none
  }

  .MMM--gsnList {
    float: left;
    width: 50px;
    height: 50px
  }

  .MMM--gsnLink {
    display: none
  }

  .MMM--gsnMenu {
    background-color: #5a5a5a;
    display: none;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 220;
    width: 80%;
    height: 100%;
    overflow-x: hidden;
    transition: 1s
  }

  .MMM--gsnMenu.MMM--isActive {
    left: 0;
    transition: 1s;
    -webkit-transform: translateZ(0)
  }

  .MMM--gsnContainer {
    position: absolute;
    width: 100%;
    transition: 1s;
    z-index: 100
  }

  .MMM--gsnMesh {
    background-image: url("../img/repeating_meshed_grid.png");
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
  }

  .MMM--noMesh .MMM--gsnMesh {
    background-image: none
  }

  .MMM--gsnLogo {
    margin: 15px 25px
  }

  .MMM--gsnPrimaryContain .MMM--isTertiary,
  .MMM--gsnSecondaryContain .MMM--isTertiary,
  .MMM--gsnPrimaryContain .MMM--isNotPrimary,
  .MMM--gsnSecondaryContain .MMM--isPrimary,
  .MMM--gsnTertiaryContain .MMM--isPrimary {
    display: none
  }

  .MMM--gsnMenu .MMM--searchBar {
    display: block;
    margin: 20px 20px 10px
  }

  .MMM--gsnMenu .MMM--menuList {
    position: absolute;
    left: 100%;
    margin: 0;
    width: 100%;
    transition: 1s
  }

  .MMM--gsnPrimaryContain.MMM--gsnMenu .MMM--menuList {
    background-color: #5a5a5a
  }

  .MMM--gsnSecondaryContain.MMM--gsnMenu .MMM--menuList {
    background-color: #d2d2d2
  }

  .MMM--gsnTertiaryContain.MMM--gsnMenu .MMM--menuList {
    background-color: #f9f9f9
  }

  .MMM--gsnMenu .MMM--menuList.MMM--isActive {
    left: 0;
    margin: 0
  }

  .MMM--gsnMenu .MMM--menuList.MMM--isNotActive {
    left: -100%
  }

  .MMM--gsnMenu .MMM--gsnDynamic li {
    border-bottom: 1px solid #838383
  }

  .MMM--gsnMenu .MMM--gsnDynamic li:first-child {
    border-top: 1px solid #838383
  }

  .MMM--gsnDynamic:after {
    content: '';
    display: block;
    height: 20px
  }

  .MMM--gsnMenu a {
    display: table-cell;
    width: 600px;
    height: 36px;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle
  }

  .MMM--gsnMenu a:hover {
    color: #fff
  }

  .MMM--gsnMenu a i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, calc(-50% - 1px))
  }

  .MMM--gsnMenu a i:before {
    font-size: 16px
  }

  .MMM--gsnDynamic a i:before {
    font-size: 10px
  }

  .MMM--gsnPrimaryContain,
  .MMM--gsnPrimaryContain .MMM--gsnContainer {
    background-color: #5a5a5a
  }

  .MMM--gsnPrimary .MMM--gsnDynamic {
    text-transform: uppercase
  }

  .MMM--gsnPrimary a,
  .MMM--gsnPrimary a:hover,
  .MMM--gsnPrimary a:active,
  .MMM--gsnPrimary a:visited {
    color: #fff
  }

  .MMM--gsnSecondaryContain,
  .MMM--gsnSecondaryContain .MMM--gsnContainer {
    background-color: #d2d2d2
  }

  .MMM--gsnSecondaryContain .MMM--gsnMesh {
    opacity: .5
  }

  .MMM--gsnSecondaryContain li {
    border-bottom: 1px solid #9d9d9d
  }

  .MMM--gsnSecondaryContain .MMM--gsnDynamic li:first-child {
    border-top: 1px solid #9d9d9d
  }

  .MMM--gsnSecondary .MMM--menuBack {
    background-color: #5a5a5a;
    color: #fff
  }

  .MMM--gsnSecondary .MMM--menuBack:hover {
    color: #fff
  }

  .MMM--gsnMenu a.MMM--menuBack i {
    float: left
  }

  .MMM--gsnTertiaryContain,
  .MMM--gsnTertiaryContain .MMM--gsnContainer {
    background-color: #f9f9f9
  }

  .MMM--gsnTertiaryContain .MMM--gsnMesh {
    opacity: 1
  }

  .MMM--gsnTertiaryContain li {
    border-bottom: 1px solid #bbbbbb
  }

  .MMM--gsnTertiaryContain .MMM--gsnDynamic li:first-child {
    border-top: 1px solid #bbbbbb
  }

  .MMM--gsnTertiaryContain .MMM--menuBack {
    background-color: #d2d2d2
  }

  .MMM--gsnSecondary a,
  .MMM--gsnTertiary a,
  .MMM--gsnSecondary a:hover,
  .MMM--gsnTertiary a:hover {
    color: #000000
  }

  .MMM--gsnSubMenu {
    display: none
  }

  .MMM--gsnSubMenu li.MMM--isEmpty,
  .MMM--gsnDynamic li.MMM--isEmpty {
    display: none
  }

  .MMM--hdSearchUtil {
    float: right
  }

  .MMM--hdSearchUtil a {
    border-bottom: none
  }

  .MMM--hdSearchUtil a:hover {
    border-bottom: none
  }

  .MMM--mobileSearchBar {
    background-color: #5a5a5a;
    position: absolute;
    top: 65px;
    z-index: 100;
    border: 1px solid #c8c8c8;
    border-top: none;
    width: 87%;
    width: calc(100% - 42px);
    padding: 10px 20px
  }

  .MMM--theme-hd .MMM--searchBar {
    display: none
  }

  .MMM--mobileSearchBar .MMM--searchBar {
    display: block
  }

  .MMM--searchMarkets {
    display: none
  }

  .MMM--styledMarkets {
    display: none
  }

  .MMM--searchInput {
    float: left;
    box-sizing: content-box;
    border: 1px solid #e1e1e1;
    border-right: none;
    margin: 0;
    width: 81%;
    width: calc(100% - 19px);
    height: 27px;
    padding: 1px 1px 1px 12px
  }

  .MMM--searchInput:focus {
    text-align: left
  }

  .MMM--themeSearchBtn {
    background-color: #ffffff;
    position: absolute;
    right: 20px;
    margin: 0;
    border: 1px solid #e1e1e1;
    border-left: none;
    height: 25px;
    padding: 2px 7px;
    cursor: pointer
  }

  .MMM--themeSearchBtn .MMM--icn_search:before {
    font-size: 16px
  }

  .MMM--typeAhead {
    background-color: #ffffff;
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    border: 1px solid #e1e1e1;
    padding: 20px 30px
  }

  .MMM--typeAhead li {
    line-height: 24px
  }

  .MMM--utilityLinks li {
    position: relative
  }

  .MMM--utilityLinks li:last-child:after {
    background-color: transparent
  }

  .MMM--utilityLinks .MMM--icn {
    position: relative;
    top: 8px;
    left: 8px;
    vertical-align: bottom
  }

  .MMM--utilityLinks li.MMM--isActive {
    background-color: #5a5a5a
  }

  .MMM--utilityLinks li.MMM--isActive:after {
    content: '';
    background-color: #5a5a5a;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px
  }

  .MMM--icn .MMM--icnValue {
    position: absolute;
    left: 6px;
    bottom: 7px;
    width: 18px;
    text-align: center;
    font-size: 12px
  }

  .MMM--icnValue .MMM--icnValue_inner {
    font-size: 12px
  }

  .MMM--utilityLinks a {
    display: block;
    min-width: 40px;
    min-height: 40px;
    color: #000
  }

  .MMM--utilityLinks a:hover,
  .MMM--utilityLinks a:active,
  .MMM--utilityLinks a:visited {
    color: #000
  }

  .MMM--utilityLinks li.MMM--isActive a {
    color: #fff
  }

  .MMM--utilityLinks .MMM--icn_profile:before {
    font-size: 18px
  }

  .MMM--subNavDrawer {
    display: none;
    z-index: 220
  }

  .MMM--subNavDrawer.MMM--isActive {
    display: block
  }

  .MMM--themeProfile,
  .MMM--themeMiniCart {
    background: #ffffff;
    display: none;
    position: absolute;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    width: 200px;
    padding: 30px 20px;
    z-index: 220
  }

  .MMM--themeProfile.MMM--isActive,
  .MMM--themeMiniCart.MMM--isActive {
    display: block
  }

  .MMM--themeProfile:before,
  .MMM--themeMiniCart:before {
    content: '';
    background: #e1e1e1;
    position: absolute;
    top: -14px;
    right: 30px;
    width: 1px;
    height: 16px;
    transform: rotate(45deg)
  }

  .MMM--themeProfile:after,
  .MMM--themeMiniCart:after {
    content: '';
    background: #e1e1e1;
    position: absolute;
    top: -14px;
    right: 19px;
    width: 1px;
    height: 16px;
    transform: rotate(135deg)
  }

  .MMM--themeProfile ul:before,
  .MMM--themeMiniCart ul:before {
    content: '';
    background: #ffffff;
    position: absolute;
    top: -1px;
    right: 13px;
    width: 23px;
    height: 1px
  }

  .MMM--themeProfile li,
  .MMM--themeMiniCart li {
    padding: 12px 0
  }

  .MMM--breadcrumbs_theme {
    display: none
  }

  .MMM--breadcrumbs_theme .MMM--breadcrumbs-list {
    margin-bottom: 5px;
    padding-left: 0
  }

  .MMM--breadcrumbs_theme .MMM--icn_breadcrumb {
    font-size: 7px
  }

  .MMM--siteNav {
    background-color: #fff;
    border-bottom: 1px solid #F2F2F2
  }

  .MMM--theme_noHashBG .MMM--siteNav {
    background-image: none
  }

  .MMM--siteNav .MMM--hdg {
    margin-bottom: 0;
    padding: 25px 20px 20px
  }

  .MMM--secondaryNav {
    display: table;
    width: 90%;
    width: calc(100% - 40px);
    padding: 0 20px 25px;
    z-index: 90
  }

  .MMM--secondaryNav li {
    display: table-row;
    height: 40px
  }

  .MMM--secondaryNav li.MMM--isActive {
    background-color: #5a5a5a
  }

  .MMM--secondaryNav li.MMM--isSelected {
    border-bottom: 5px solid #ff0000;
    padding: 10px 4px 5px 4px;
    margin: 0 6px
  }

  .MMM--secondaryNav li.MMM--isSelected.MMM--isActive {
    border-bottom: 0px solid #5a5a5a;
    padding: 10px;
    margin: 0
  }

  .MMM--secondaryNav li a {
    display: table-cell;
    border-top: 1px solid #cbcbcb;
    border-bottom: none;
    padding: 0 10px 0 20px;
    color: #000;
    font-size: 14px;
    vertical-align: middle;
    text-transform: uppercase
  }

  .MMM--secondaryNav li a:hover,
  .MMM--secondaryNav li a:visited,
  .MMM--secondaryNav li a:active,
  .MMM--secondaryNav li a:focus {
    color: #000
  }

  .MMM--secondaryNav li.MMM--isActive a {
    color: #fff
  }

  .MMM--secondaryNav li a i {
    float: right;
    margin: 3px 0 0 0;
    font-size: 9px
  }

  .MMM--secondaryNav li.MMM--isActive i {
    color: #bfbfbf
  }

  .MMM--secondarySubNavList {
    background-color: #5a5a5a;
    display: none
  }

  .MMM--secondarySubNavList.MMM--isActive {
    display: block
  }

  .MMM--secondarySubNavList li {
    display: block;
    height: 36px;
    padding: 8px 0 8px 20px
  }

  .MMM--secondarySubNavList li a {
    display: inline;
    margin: 0 10px 0 0;
    border-top: none;
    border-bottom: 1px solid #838383;
    padding: 0;
    color: #fff;
    text-transform: none
  }

  .MMM--secondarySubNavList li a:hover,
  .MMM--secondarySubNavList li a:active,
  .MMM--secondarySubNavList li a:visited {
    color: #fff
  }

  .MMM--theme-ft {
    background: #fff url("../img/repeating_hashedLines.png") repeat;
    border-top: 20px;
    padding-bottom: 30px;
    float: left;
    width: 100%
  }

  .MMM--theme-ft:before {
    content: '';
    background-image: url("../img//GradientBar.svg");
    background-size: cover;
    position: relative;
    display: block;
    width: 100%;
    height: 22px
  }

  @-moz-document url-prefix() {
    .MMM--theme-ft:before {
      background-image: url("../img/GradientBar_deprecated.svg")
    }
  }

  .MMM--theme_noHashBG .MMM--theme-ft:before {
    background-image: url("../img/gradientBar-RedtoOrange.svg")
  }

  .MMM--theme_noHashBG .MMM--theme-ft {
    background-image: none
  }

  .MMM--ftCTAs {
    background-color: #5a5a5a;
    padding: 10px
  }

  .MMM--ftCTAsRight a {
    border-color: #ffffff;
    margin: 10px 0
  }

  .MMM--ftLinks {
    margin-top: 15px;
    padding: 0 20px
  }

  .MMM--ftLinkCol {
    border-bottom: 1px solid #cbcbcb;
    padding: 0 15px
  }

  .MMM--ftLinkCol.MMM--isActive {
    background-color: #5a5a5a
  }

  .MMM--ftLinkCol a.MMM--isActive {
    color: #fff
  }

  .MMM--ftLink .MMM--ftHdr {
    display: inline-block;
    position: relative;
    padding: 5px;
    width: 100%;
    color: #000;
    text-decoration: none;
    border-bottom: none;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase
  }

  .MMM--ftLink .MMM--ftHdr i {
    float: right;
    margin: 18px 0 0 0;
    font-size: 9px
  }

  .MMM--ftHdr:hover {
    border-bottom: none
  }

  .MMM--ftrLinkList {
    display: none
  }

  .MMM--ftrLinkList.MMM--isActive {
    display: block
  }

  .MMM--ftrLinkList li {
    padding: 5px 0
  }

  .MMM--ftrLinkList a {
    border-bottom-color: #ffffff
  }

  .MMM--ftrLinkList a,
  .MMM--ftrLinkList a:hover,
  .MMM--ftrLinkList a:visited,
  .MMM--ftrLinkList a:active {
    color: #fff;
    border-bottom-color: #ffffff
  }

  .MMM--ftSection {
    padding: 30px 20px 0;
    overflow: hidden
  }

  .MMM--ftSection .MMM--hdg {
    text-transform: uppercase
  }

  .MMM--ftSection a {
    color: #000
  }

  .MMM--ftSection a:hover,
  .MMM--ftSection a:active,
  .MMM--ftSection a:visited {
    color: #000
  }

  .MMM--socialIcns {
    display: table;
    width: auto
  }

  .MMM--socialIcns li {
    display: table-cell;
    width: 40px;
    padding: 0 10px;
    text-align: center
  }

  .MMM--socialIcns li:first-child {
    padding-left: 0
  }

  .MMM--socialIcns .MMM--socialIcn {
    min-width: 40px;
    min-height: 40px;
    font-size: 30px
  }

  .MMM--socialIcns .MMM--socialIcn:before {
    position: relative;
    top: 5px
  }

  .MMM--ftLocale a:not(.MMM--localeChange) {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  a.MMM--localeChange {
    float: left;
    margin-right: 15px;
    border-bottom: none;
    min-height: 40px
  }

  .MMM--localeChange:hover {
    border-bottom: none
  }

  .MMM--ftLinkTM {
    font-size: 10px
  }

  .MMM--ftLegalPrivacy {
    margin-bottom: 5px
  }

  .MMM--ftLinkTM a {
    margin: 0 5px
  }

  .MMM--ftLinkTM a:last-child {
    border-right: 0 solid #000000
  }

  .MMM--ftLogo {
    margin-bottom: 10px
  }

  .MMM--ftLogo a {
    border-bottom: none
  }

  .MMM--ftLogo a:hover {
    border-bottom: none
  }

  .MMM--cookieBox {
    background-color: #5a5a5a;
    display: none;
    color: #fff
  }

  .MMM--cookieBox p,
  .MMM--cookieBox ul {
    margin-bottom: 1em
  }

  .MMM--cookieBox a,
  .MMM--cookieBox a:hover,
  .MMM--cookieBox a:active,
  .MMM--cookieBox a:visited {
    color: #fff;
    border-bottom: 1px solid #fff
  }

  .MMM--cookieBox a.MMM--btn {
    color: #000
  }

  .MMM--cookieBox .MMM--accordionList_twisty {
    background-color: transparent
  }

  .MMM--cookieBox .MMM--accordionList a.MMM--accordionList-trigger:link,
  .MMM--cookieBox .MMM--accordionList a.MMM--accordionList-trigger:visited,
  .MMM--cookieBox .MMM--accordionList-infoContainer.MMM--isActive {
    background-color: transparent;
    color: #fff
  }

  .MMM--cookieBox .MMM--accordionList a.MMM--accordionList-trigger:link i,
  .MMM--cookieBox .MMM--accordionList a.MMM--accordionList-trigger:visited i,
  .MMM--cookieBox .MMM--accordionList a.MMM--accordionList-trigger:link i:before,
  .MMM--cookieBox .MMM--accordionList a.MMM--accordionList-trigger:visited i:before {
    color: #ffffff
  }

  .MMM-complianceInfoWrapper {
    width: 100%;
    float: left
  }

  .MMM--complianceAcceptanceWrapper {
    float: right
  }

  .MMM--complianceAcceptanceWrapper a {
    padding: inherit
  }

  .MMM-complianceWrapper {
    padding: 15px 10px 50px 10px
  }

  #MMM--personalization {
    background-color: #acebf2;
    padding: 22px 50px 18px 25px;
    overflow: hidden
  }

  #MMM--salutation {
    float: left;
    width: 50%;
    font-size: 16px;
    font-weight: bold
  }

  #MMM--salutation a {
    margin-left: 20px;
    border-bottom: 0;
    color: #0066cc;
    font-size: 13px;
    font-weight: normal
  }

  #MMM--salutation a:hover {
    border-bottom: 1px solid #0066cc
  }

  .MMM--personalizationInfo {
    float: right;
    margin-top: 20px;
    width: 100%;
    text-align: right;
    font-weight: bold
  }

  .MMM--impersonator,
  .MMM--impersonatee {
    float: left;
    text-transform: uppercase
  }

  .MMM--themeTT {
    position: absolute;
    z-index: 100;
    background: white;
    border: 1px solid black;
    padding: .5em
  }

  .MMM--themeTT p,
  .MMM--themeTT ul {
    margin-top: 1em
  }

  .MMM--themeTT ul {
    margin-left: 1em;
    list-style-type: disc
  }

  .MMM--systemMsg {
    background-color: #FFDD00;
    margin: 15px 0;
    text-align: center
  }

  .MMM--systemMsg {
    background-color: #FFDD00;
    margin: 15px 0;
    padding: 5px 15px;
    text-align: center
  }

  .MMM--complianceBanner {
    width: 80%
  }
}

@media screen and (min-width: 768px) {
  .MMM--linkList li {
    padding: 0 15px
  }

  .MMM--twoColumn {
    overflow: hidden
  }

  .MMM--column {
    float: left;
    width: 49%
  }

  .MMM--columnBorder {
    border-right: 1px solid #000000
  }

  .MMM--column60 {
    width: 54%
  }

  .MMM--column40 {
    width: 45%
  }

  .MMM--menuDivider {
    margin: 40px 0;
    width: 100%
  }

  .MMM--themeWrapper.MMM--gsnEnabled {
    left: inherit
  }

  .MMM--theme-hd {
    height: 69px
  }

  .MMM--theme-hd_inner {
    float: left;
    margin: 15px 18px 0 0;
    width: 71%;
    width: calc(100% - 212px);
    padding: 0;
    overflow: visible
  }

  .MMM--hdSearchUtil {
    width: 90%;
    width: calc(100% - 50px);
    padding-left: 50px
  }

  .MMM--logo {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    margin: 15px 20px 0 18px;
    width: 156px;
    max-width: 156px
  }

  .MMM--logo img {
    max-width: 156px
  }

  .MMM--gsnList {
    position: absolute;
    z-index: 210
  }

  .MMM--gsnList .MMM--icn_menu {
    display: inline-block
  }

  .MMM--gsnList.MMM--isActive {
    background-color: #5a5a5a;
    padding-top: 10px
  }

  .MMM--gsnList.MMM--isActive:after {
    content: '';
    background-color: #5a5a5a;
    position: absolute;
    top: 100%;
    width: 50px;
    height: 5px
  }

  .MMM--gsnMenuBtn.MMM--isActive {
    background-color: #5a5a5a;
    padding-bottom: 5px;
    color: #ffffff
  }

  .MMM--gsnMenuBtn a {
    display: block;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    color: #000
  }

  .MMM--gsnMenuBtn a:hover,
  .MMM--gsnMenuBtn a:active,
  .MMM--gsnMenuBtn a:visited {
    color: #000
  }

  .MMM--gsnMenuBtn div {
    position: relative;
    top: -19px;
    left: 2px
  }

  .MMM--gsnMenuBtn.MMM--isActive a {
    color: #ffffff
  }

  .MMM--gsnContainerDiv {
    position: relative
  }

  .MMM--gsnMenu {
    background: #fff url("../img/repeating_hashedLines.png") repeat;
    display: none;
    top: 0;
    left: 0;
    border-top: 2px solid #5a5a5a;
    border-right: 3px solid #5a5a5a;
    border-bottom: 3px solid #5a5a5a;
    box-shadow: 0 5px 15px -5px;
    width: 99.8%;
    width: calc(100% - 3px);
    height: auto;
    overflow: hidden
  }

  .MMM--gsnMenu.MMM--isActive {
    display: table-row;
    min-height: 350px
  }

  .MMM--theme_noHashBG .MMM--gsnMenu {
    background-image: none
  }

  .MMM--gsnMenu .MMM--gsnPrimary {
    display: table-cell;
    vertical-align: top;
    width: 250px;
    height: 100%;
    min-width: 250px;
    max-width: 250px
  }

  .MMM--gsnMenu a {
    height: 40px;
    padding: 0 15px 0 0;
    font-weight: 400
  }

  .MMM--gsnMenu a i:before {
    font-size: 9px
  }

  .MMM--gsnPrimary,
  .MMM--gsnSecondary,
  .MMM--gsnTertiary {
    background-color: transparent
  }

  .MMM--gsnPrimary:after {
    content: '';
    background-color: #5a5a5a;
    position: absolute;
    width: 250px;
    height: 1000%
  }

  .MMM--gsnPrimary li {
    background-color: #5a5a5a;
    border-bottom: 1px solid #838383;
    padding-left: 18px;
    height: auto
  }

  .MMM--gsnPrimary li:last-child {
    border-bottom: 0 solid #838383
  }

  .MMM--gsnMenu .MMM--menuList {
    position: relative;
    left: 0;
    margin: 0
  }

  .MMM--gsnMenu .MMM--menuList li a {
    display: table-cell;
    outline: 0;
    color: #ffffff
  }

  .MMM--gsnMenu .MMM--gsnDynamic li:first-child {
    border-top: none
  }

  .MMM--gsnDynamic:after {
    display: none
  }

  .MMM--gsnDynamic a i {
    margin-top: 0
  }

  .MMM--gsnSubMenu>li {
    clear: both;
    margin-left: -18px;
    padding-left: 34px
  }

  .MMM--gsnMenu li.MMM--isTransparent {
    background-color: transparent
  }

  .MMM--gsnMenu li.MMM--isTransparent a,
  .MMM--gsnMenu li.MMM--isTransparent a i {
    color: #000
  }

  .MMM--gsnSubMenu .MMM--gsnSubMenu {
    display: none;
    padding: 0
  }

  .MMM--gsnSubMenuContain {
    display: none
  }

  .MMM--gsnSubMenuContain.MMM--isActive {
    background-color: transparent;
    display: block
  }

  .MMM--gsnSubMenuContain.MMM--isActive>.MMM--gsnSubMenu {
    display: block
  }

  .MMM--gsnSubMenu li.MMM--isActive {
    background-color: transparent
  }

  .MMM--gsnSubMenu li.MMM--isActive a {
    color: #000
  }

  .MMM--gsnFeature {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0 15px 15px
  }

  .MMM--gsnFeature.MMM--isActive {
    display: table-cell;
    vertical-align: top
  }

  .MMM--gsnFeature .MMM--gsnSubMenu {
    display: block;
    margin-top: 3px;
    overflow: hidden
  }

  .MMM--gsnFeature .MMM--hdg {
    text-transform: uppercase
  }

  .MMM--gsnSubMenu .MMM--hdg {
    margin-top: 22px
  }

  .MMM--gsnSubMenu.MMM--columnListGSN {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 22px
  }

  .MMM--gsnSubMenu li:last-child .MMM--gsnSubMenu.MMM--columnListGSN {
    border-bottom: 0
  }

  .MMM--gsn_imgRight {
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 350px;
    height: 350px
  }

  .MMM--gsn_txtLeft {
    position: relative;
    width: 350px
  }

  .MMM--columnListGSN li {
    float: left;
    clear: none;
    margin-right: 3%;
    width: 46%
  }

  .MMM--gsnFeature li {
    margin: 0 3% 0 0;
    border-bottom: none;
    padding: 4px 0
  }

  .MMM--gsnFeature a {
    display: inline;
    width: auto;
    height: auto;
    padding: 0;
    line-height: 18px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .MMM--gsnFeature a:active,
  .MMM--gsnFeature a:visited {
    color: #000
  }

  .MMM--gsnFeature a:hover {
    color: #000;
    border-bottom: 1px solid #000
  }

  .MMM--gsnFeature a:hover {
    color: #000
  }

  .MMM--gsnFeature a.MMM--gsnMktLink {
    display: inline-block;
    border-bottom: none;
    padding-top: 4px;
    font-weight: 700;
    font-style: italic;
    line-height: 25px
  }

  .MMM--gsnFeature a.MMM--gsnMktLink:hover {
    color: #000;
    border-bottom: none
  }

  .MMM--gsnSubMenu a.MMM--gsnMktLink i {
    position: static;
    transform: translate(0, 0);
    margin-top: 3px
  }

  .MMM--gsnFeature a.MMM--featureHdg {
    border-bottom: none
  }

  .MMM--gsnFeature a.MMM--featureHdg:hover {
    border-bottom: none
  }

  .MMM--gsnFeature .MMM--menuDivider {
    margin: 22px 0;
    border-bottom: 1px solid #cbcbcb
  }

  .MMM--sortedColumn {
    float: left;
    margin-right: 15px;
    width: 46%
  }

  .MMM--sortedColumn li {
    float: none;
    width: 100%
  }

  .MMM--mobileSearchBar {
    display: none
  }

  .MMM--searchBar {
    z-index: 10
  }

  .MMM--theme-hd .MMM--searchBar {
    display: block;
    position: relative;
    float: right;
    width: 58%;
    width: calc(100% - 152px)
  }

  .MMM--searchMarkets {
    background-color: #5a5a5a;
    display: block;
    float: left;
    border: 1px solid #e1e1e1;
    border-right: none;
    width: 59px;
    height: 31px;
    padding-left: 10px;
    color: #ffffff
  }

  .MMM--searchMarkets.MMM--isStyled {
    display: none
  }

  .MMM--styledMarkets {
    display: block;
    float: left;
    height: 29px;
    min-width: 39px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .MMM--styledMarketsHd {
    position: relative;
    background-color: #5a5a5a;
    border: 1px solid #e1e1e1;
    border-right: none;
    height: 22px;
    min-width: 28px;
    padding: 7px 20px 0 10px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10
  }

  .MMM--styledMarketsHd i {
    position: absolute;
    top: 11px;
    right: 8px;
    font-size: 9px
  }

  .MMM--styledMarketsSelected {
    display: block;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .MMM--styledMarketsOpts {
    background-color: #ffffff;
    display: none;
    position: absolute;
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 25px
  }

  .MMM--styledMarketsOpts.MMM--isActive {
    display: block
  }

  .MMM--styledMarketsOpts li {
    margin: 5px 0
  }

  .MMM--styledMarketsOpts li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .MMM--styledMarketsOpts li a:hover {
    border-bottom: 1px solid #000000
  }

  .MMM--searchInput {
    display: block;
    position: absolute;
    right: 5px;
    width: 86%;
    width: calc(100% - 19px)
  }

  .MMM--searchMarkets+.MMM--searchInput,
  .MMM--styledMarkets+.MMM--searchInput {
    border-left: none;
    width: 69%;
    width: calc(100% - 77px)
  }

  .MMM--searchInput:focus {
    border-right: none
  }

  .MMM--themeSearchBtn {
    background-color: #5a5a5a;
    right: 5px;
    color: #ffffff
  }

  .MMM--searchMarkets+.MMM--searchInput+.MMM--themeSearchBtn,
  .MMM--styledMarkets+.MMM--searchInput+.MMM--themeSearchBtn,
  .MMM--styledMarkets+.MMM--searchInput+.MMM--typeAhead+.MMM--themeSearchBtn {
    background-color: #ffffff;
    color: #000000
  }

  .MMM--searchInput:focus+.MMM--themeSearchBtn,
  .MMM--searchInput:focus+.MMM--typeAhead+.MMM--themeSearchBtn {
    border-color: #000000
  }

  .MMM--utilityLinks {
    position: relative;
    right: inherit;
    z-index: 90;
    float: right
  }

  .MMM--utilityLinks li:after {
    top: 5px
  }

  .MMM--themeProfile,
  .MMM--themeMiniCart {
    right: 100px
  }

  .MMM--themeProfile li,
  .MMM--themeMiniCart li {
    padding: 5px 0
  }

  .MMM--breadcrumbs_theme {
    display: block;
    padding: 10px 75px 0
  }

  .MMM--theme_noIndent .MMM--breadcrumbs_theme {
    padding-left: 20px
  }

  .MMM--breadcrumbs-list {
    padding: 8px 15px;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    font-size: 0
  }

  .MMM--breadcrumbs-list>* {
    display: inline;
    *zoom: 1;
    font-size: 11px
  }

  .MMM--breadcrumbs-list a:link,
  .MMM--breadcrumbs-list a:visited {
    color: #4d4d4d;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .MMM--breadcrumbs-list a:hover {
    border-bottom: 1px solid #000
  }

  .MMM--siteNav .MMM--hdg {
    padding: 0 75px 20px
  }

  .MMM--siteNav .MMM--hdg:first-child {
    padding-top: 20px
  }

  .MMM--secondaryNav {
    position: relative;
    margin-left: -10px;
    width: auto;
    padding: 0 75px 10px
  }

  .MMM--secondaryNav li {
    display: inline-block;
    max-width: 150px;
    height: auto;
    padding: 10px;
    vertical-align: top
  }

  .MMM--secondaryNav li a {
    position: relative;
    border-top: none;
    padding: 0 15px 0 0
  }

  .MMM--secondaryNav li a i {
    position: absolute;
    top: 0;
    right: 0
  }

  .MMM--secondarySubNavList {
    position: absolute;
    top: 37px;
    padding: 30px 0;
    z-index: 10
  }

  .MMM--secondarySubNavList.MMM--isActive {
    display: block
  }

  .MMM--secondarySubNavList li {
    display: block;
    float: none;
    height: auto;
    max-width: none;
    padding: 10px 0 10px 15px
  }

  .MMM--secondarySubNavList li a {
    display: inline;
    margin-left: 0;
    padding-right: 0
  }

  .MMM--ftCTAs {
    display: table;
    width: 100%
  }

  .MMM--ftCTAs .MMM--ftCTALink {
    display: table-cell;
    padding: 20px 25px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle
  }

  .MMM--ftCTAs a {
    padding: 0;
    border-bottom: 0
  }

  .MMM--ftCTAs a,
  .MMM--ftCTAs a:hover,
  .MMM--ftCTAs a:active,
  .MMM--ftCTAs a:visited {
    color: #ffffff;
    border-color: #ffffff
  }

  .MMM--ftLinks {
    clear: both;
    padding: 60px 40px 0;
    overflow: hidden
  }

  .MMM--theme_noIndent .MMM--ftLinks {
    margin: 60px 20px 0
  }

  .MMM--ftLink {
    overflow: hidden
  }

  .MMM--ftLinkCol {
    float: left;
    border-bottom: none;
    padding: 0
  }

  .MMM--ftLinkCol.MMM--isActive {
    background-color: transparent
  }

  .MMM--ftLinkCol.MMM--threeCols {
    width: 33%
  }

  .MMM--ftLinkCol.MMM--threeCols:nth-child(4) {
    clear: left
  }

  .MMM--ftLinkCol.MMM--fourBlock {
    margin-left: 40px;
    width: 19%
  }

  .MMM--ftLink .MMM--ftHdr {
    margin-bottom: 11px;
    width: auto;
    height: auto;
    padding: 0;
    line-height: 20px;
    cursor: default
  }

  .MMM--ftLink .MMM--ftHdr:hover {
    border-bottom: none;
    color: #000
  }

  .MMM--ftLink .MMM--ftHdr i.MMM--isOnMobile {
    display: none
  }

  .MMM--ftLinkCol a.MMM--isActive {
    color: #000
  }

  .MMM--ftrLinkList {
    display: block;
    background-color: transparent;
    margin-right: 20px;
    padding: 0
  }

  .MMM--ftrLinkList li {
    padding: 5px 0
  }

  .MMM--ftrLinkList a {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.25)
  }

  .MMM--ftrLinkList a,
  .MMM--ftrLinkList a:hover,
  .MMM--ftrLinkList a:visited,
  .MMM--ftrLinkList a:active {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .MMM--ftSection {
    float: left;
    margin: 0;
    padding: 30px 0 0 40px;
    width: 39%;
    width: calc(60% - 80px);
    overflow: visible
  }

  .MMM--theme_noIndent .MMM--ftSection {
    margin-left: 0;
    width: 46%;
    width: calc(50% - 40px)
  }

  .MMM--theme-ft .MMM--searchBar {
    float: right;
    position: relative;
    clear: both;
    margin-top: 15px;
    width: 320px
  }

  .MMM--ftSection.MMM--ftSearchContainer {
    float: left;
    margin: 30px 0 0 50%;
    padding: 0;
    width: auto;
    min-height: 60px
  }

  .MMM--ftSection.MMM--ftSearchContainer .MMM--searchInput {
    width: 300px
  }

  .MMM--ftSection.MMM--ftSearchContainer .MMM--styledMarkets+.MMM--searchInput,
  .MMM--ftSearchContainer .MMM--searchMarkets+.MMM--searchInput {
    width: 248px
  }

  .MMM--theme_noIndent .MMM--ftSection.MMM--ftSearchContainer {
    margin-right: 0
  }

  .MMM--ftSection.MMM--ftSites {
    clear: right;
    text-align: left
  }

  .MMM--ftSection.MMM--ftSites a {
    text-decoration: underline
  }

  .MMM--ftSection.MMM--ftSocial {
    float: right;
    margin-right: 10%;
    padding: 30px 0 0;
    width: 260px;
    z-index: 1
  }

  .MMM--theme_noIndent .MMM--ftSection.MMM--ftSocial {
    margin-right: 0;
    width: 230px
  }

  .MMM--ftSection.MMM--ftLocale {
    clear: both
  }

  .MMM--ftSection.MMM--ftLogoLinks {
    clear: both;
    width: 50%
  }

  .MMM--ftrBrandTM {
    position: absolute;
    right: 40px;
    bottom: 52px;
    padding: 0;
    width: auto;
    max-width: 300px
  }

  .MMM--ftLinkTM a {
    margin: 0 15px
  }

  .MMM--ftLinkTM a:first-child {
    margin-left: 0
  }

  .MMM--ftLogo {
    float: left;
    margin-right: 10px
  }

  .MMM--personalizationInfo {
    margin-top: 0;
    width: 400px
  }

  .MMM--complianceBanner {
    width: 50%
  }

  .MMM-complianceWrapper {
    padding: 25px
  }

  .MMM-complianceInfoWrapper {
    width: 81%
  }
}

@media screen and (min-width: 960px) {
  .MMM--icn+.MMM--icnTxt {
    display: inline-block
  }

  .MMM--menuDivider {
    margin: 10px 0
  }

  .MMM--column_dsk {
    float: left;
    word-wrap: break-word
  }

  .MMM--columnBorder_dsk {
    border-right: 1px solid #bfbfbf
  }

  .MMM--columnBorder_dsk+.MMM--column_dsk,
  .MMM--columnBorder_dsk+*+.MMM--column_dsk {
    border-left: 1px solid #bfbfbf;
    margin-left: -1px
  }

  .MMM--column50_dsk {
    width: 49%
  }

  .MMM--column60_dsk {
    width: 54%
  }

  .MMM--column40_dsk {
    width: 45%
  }

  .MMM--theme-hd {
    border-bottom: 0;
    padding: 85px 0 0;
    height: 89px
  }

  .MMM--theme-hd:after {
    background: transparent
  }

  .MMM--theme_noHashBG .MMM--theme-hd:after {
    background: transparent
  }

  .MMM--theme-hd_inner {
    width: 100%;
    height: 69px;
    overflow: visible
  }

  .MMM--theme-hd_inner:after {
    content: "";
    background-image: url("../img/GradientBar.svg");
    background-size: cover;
    position: relative;
    display: block;
    top: 100%;
    width: 100%;
    height: 5px
  }

  @-moz-document url-prefix() {
    .MMM--theme-hd_inner:after {
      background-image: url("../img/GradientBar_deprecated.svg")
    }
  }

  .MMM--theme_noHashBG .MMM--theme-hd_inner:after {
    background-image: url("../img/gradientBar-RedtoOrange.svg")
  }

  .MMM--hdTopLeft {
    float: none;
    position: absolute;
    top: 25px;
    left: 40px;
    margin: 0
  }

  .MMM--hdTopRight {
    float: none;
    position: absolute;
    top: 0;
    right: 10px
  }

  .MMM--hdTopRight.MMM--utilityLinks {
    top: 20px;
    right: 40px
  }

  .MMM--theme_noIndent .MMM--hdTopRight.MMM--utilityLinks {
    right: 20px
  }

  .MMM--searchBar {
    width: 265px
  }

  .MMM--theme-hd .MMM--searchBar {
    width: 216px
  }

  .MMM--theme-hd .MMM--searchBar:after {
    background-color: transparent
  }

  .MMM--logo {
    width: auto;
    max-width: none
  }

  .MMM--logo:after {
    background-color: transparent
  }

  .MMM--logo img {
    max-width: none
  }

  .MMM--theme_noIndent .MMM--logo {
    left: 20px
  }

  .MMM--gsnList {
    margin-left: 30px;
    width: 640px;
    z-index: 100
  }

  .MMM--gsnList:after {
    background-color: transparent
  }

  .MMM--gsnList.MMM--isActive {
    background-color: transparent;
    left: inherit;
    padding-top: 0
  }

  .MMM--gsnList.MMM--isActive:after {
    content: none
  }

  .MMM--theme_noIndent .MMM--gsnList {
    margin-left: 10px
  }

  .MMM--gsn5Up {
    display: table;
    width: auto;
    max-width: 675px
  }

  .MMM--gsnLink {
    display: block;
    position: relative;
    float: left;
    margin-right: 5px;
    height: 59px;
    max-width: 125px;
    padding: 10px 20px 0 10px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase
  }

  .MMM--gsnLink:hover,
  .MMM--gsnLink:visited,
  .MMM--gsnLink:active,
  .MMM--gsnLink:focus {
    color: #000
  }

  .MMM--gsnLink:hover {
    border-bottom: none
  }

  .MMM--gsnLink.MMM--isActive,
  .MMM--gsnLink:hover {
    background-color: #5a5a5a;
    color: #ffffff
  }

  .MMM--gsnLink.MMM--isActive:after,
  .MMM--gsnLink:hover:after {
    content: "";
    background-color: #5a5a5a;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px
  }

  .MMM--gsn2Up .MMM--gsnLink {
    max-width: 150px
  }

  .MMM--gsn3Up .MMM--gsnLink {
    max-width: 150px
  }

  .MMM--gsn5Up .MMM--gsnLink {
    display: table-cell;
    float: none;
    width: 10%;
    max-width: none;
    padding-right: 30px
  }

  .MMM--gsnLink i {
    position: absolute;
    top: 13px;
    right: 5px;
    font-size: 9px
  }

  .MMM--gsn5Up .MMM--gsnLink i {
    right: 20px
  }

  .MMM--gsnContainerDiv {
    position: relative;
    max-width: 1060px
  }

  .MMM--gsnMenu {
    display: none;
    top: 0
  }

  .MMM--singleSubGSN .MMM--gsnMenu {
    border-left: 3px solid #5a5a5a
  }

  .MMM--singleSubGSN .MMM--gsnPrimary {
    display: none
  }

  .MMM--gsnSecondary li:hover {
    background-color: #838383
  }

  .MMM--gsnMenu.MMM--isActive {
    display: table-row;
    height: auto
  }

  .MMM--gsnFeature {
    display: table-cell
  }

  .MMM--singleSubGSN .MMM--gsnFeature.MMM--isActive {
    width: 807px
  }

  .MMM--columnListGSN li {
    margin-right: 1%;
    width: 32%
  }

  .MMM--sortedColumn {
    width: 30%
  }

  .MMM--sortedColumn li {
    width: 100%
  }

  .MMM--hdSearchUtil {
    margin: 0 40px 0 0;
    width: 26%;
    width: calc(100% - 710px);
    padding: 0
  }

  .MMM--hdSearchUtil .MMM--desktopUtilLinks li+li {
    border-left: 1px solid #5a5a5a
  }

  .MMM--hdSearchUtil .MMM--desktopUtilLinks li a {
    min-height: auto
  }

  .MMM--theme_noIndent .MMM--hdSearchUtil {
    margin-right: 30px
  }

  .MMM--searchBar.MMM--isActive {
    position: absolute;
    right: 75px;
    width: 87%;
    width: calc(100% - 150px);
    background-color: #ffffff
  }

  .MMM--theme_noIndent .MMM--searchBar.MMM--isActive {
    right: 20px;
    width: 95%;
    width: calc(100% - 40px)
  }

  .MMM--searchMarkets {
    padding: 0
  }

  .MMM--styledMarketsSelected {
    max-width: 80px
  }

  .MMM--searchInput {
    width: 197px
  }

  .MMM--searchMarkets+.MMM--searchInput,
  .MMM--styledMarkets+.MMM--searchInput {
    width: 139px
  }

  .MMM--theme-hd .MMM--searchInput:focus,
  .MMM--theme-hd .MMM--searchInput.MMM--isActive {
    width: 89%;
    width: calc(100% - 93px)
  }

  .MMM--utilityLinks {
    float: left
  }

  .MMM--utilityLinks li {
    border-right: none
  }

  .MMM--utilityLinks li:after {
    background-color: transparent
  }

  .MMM--utilityLinks .MMM--icn {
    top: 0;
    left: 0
  }

  .MMM--utilityLinks .MMM--icn+.MMM--icnTxt {
    margin-left: 5px;
    border-bottom: 1px solid #838383;
    vertical-align: top;
    line-height: 16px;
    border: none
  }

  .MMM--utilityLinks div {
    margin-top: 3px
  }

  .MMM--ftCTAs a {
    margin: 5px 20px;
    max-width: inherit
  }

  .MMM--ftCTAs .MMM--ftCTALink {
    max-width: 85px;
    padding: 20px 50px 20px 0;
    text-align: right
  }

  .MMM--ftCTAs .MMM--ftCTALink:first-child {
    text-align: center
  }

  .MMM--ftLinkCol.MMM--fourBlock {
    width: 39%;
    padding: 0
  }

  .MMM--ftLinkCol {
    margin-top: 15px
  }

  .MMM--ftSection {
    width: 54%;
    width: calc(62% - 80px)
  }

  .MMM--ftSection.MMM--ftSearchContainer {
    margin-left: 58%;
    width: auto
  }

  .MMM--ftSection.MMM--ftSites {
    margin-top: 0
  }

  .MMM--ftSection.MMM--ftSearchContainer .MMM--searchBar {
    margin: 0
  }

  .MMM--ftSection.MMM--ftSocial {
    clear: right;
    margin-right: 14.5%;
    width: 260px
  }

  .MMM--theme_noIndent .MMM--ftSection.MMM--ftSocial {
    margin-left: 57px
  }

  .MMM--ftSection.MMM--ftLocale {
    line-height: 28px
  }

  .MMM--ftrBrandTM {
    margin-left: 0;
    max-width: 450px
  }

  .MMM--complianceBanner {
    position: fixed
  }

  .MMM-complianceInfoWrapper {
    width: 88%
  }
}

@media screen and (min-width: 1200px) {
  .MMM--themeWrapper {
    position: relative;
    left: 0;
    width: 1200px;
    *width: 1202px;
    margin: 0 auto
  }

  .MMM--gsnLink {
    margin-right: 50px
  }

  .MMM--gsnList {
    width: 768px
  }

  .MMM--theme_noIndent .MMM--gsnList {
    max-width: 855px
  }

  .MMM--gsnLink {
    margin-right: 37px
  }

  .MMM--gsnContainerDiv {
    margin-left: 64px
  }

  .MMM--hdSearchUtil {
    width: 306px
  }

  .MMM--theme-hd .MMM--searchBar {
    width: 306px
  }

  .MMM--searchBar.MMM--isActive {
    width: 1050px
  }

  .MMM--theme_noIndent.MMM--searchBar.MMM--isActive {
    width: 1160
  }

  .MMM--styledMarketsSelected {
    max-width: 140px
  }

  .MMM--searchInput {
    width: 287px
  }

  .MMM--searchMarkets+.MMM--searchInput,
  .MMM--styledMarkets+.MMM--searchInput {
    width: 247px
  }

  .MMM--ftSection {
    width: 53%;
    width: calc(61% - 80px)
  }

  .MMM--ftSection.MMM--ftSocial {
    margin-right: 240px
  }

  .MMM--theme_noIndent .MMM--ftSection.MMM--ftSocial {
    margin-left: 67px
  }
}

@media screen and (min-width: 1px) {
  @font-face {
    font-family: "Microsoft YaHei";
    font-weight: normal;
    font-style: normal
  }

  .MMM--icn,
  .MMM--icn span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    speak: none;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .MMM--icn-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    padding: 0;
    position: absolute;
    width: 1px
  }

  .MMM--icn span {
    margin: 0 .25em;
    margin: 0
  }

  .MMM--icn_localization span,
  .MMM--icn_localization:before {
    content: '\e049';
    font-size: 36px
  }

  .MMM--icn_arrowUp:before {
    content: '\e02b'
  }

  .MMM--icn_arrowDown:before,
  .MMM--icn.icn_arrowDown:before {
    content: '\e028'
  }

  .rtl .MMM--icn_arrowDown:before {
    padding-left: 0
  }

  .MMM--navItemList-hasSubNav_isOpen .MMM--icn_arrowDown:before {
    content: '\e02b'
  }

  .MMM--filterList .MMM--isActive .MMM--icn_arrowDown:before,
  .MMM--accordionDrawer_isOpen .MMM--icn_arrowDown:before {
    content: '\e02b';
    color: #ff0000
  }

  .MMM--filterList .MMM--isActive .MMM--icn_plus:before,
  .MMM--modelFilter-hd .MMM--isActive .MMM--icn_plus:before {
    content: '\e04f'
  }

  .MMM--icn_arrowLeft:before {
    content: "\e029"
  }

  .MMM--icn_arrowRight:before {
    content: "\e02a"
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--btn_filter_isActive .MMM--icn_arrowDown:before {
    content: '\e02b';
    color: #ff0000
  }
}

@media screen and (min-width: 1px) {
  .MMM--filterDrawer_isOpen .MMM--icn_arrowDown:before {
    content: '\e02b';
    color: #ff0000
  }

  .MMM--icn_home:before {
    content: '\e046'
  }

  .MMM--icn_profile span,
  .MMM--icn_profile:before {
    content: '\e07f';
    font-size: 26px
  }

  .MMM--icn_profile2 span,
  .MMM--icn_profile2:before {
    content: "\e059";
    font-size: 26px
  }

  .MMM--icn_cart span,
  .MMM--icn_cart:before {
    content: '\e039';
    font-size: 23px
  }

  .MMM--icn_menu span,
  .MMM--icn_menu:before {
    content: '\e04e';
    font-size: 17px
  }

  .MMM--icn_search span,
  .MMM--icn_search:before {
    content: "\e05b"
  }

  .MMM--icn_basket:before {
    content: "\e02d"
  }

  .MMM--icn_delete span,
  .MMM--icn_delete:before {
    content: "\e911"
  }

  .MMM--icn_email span,
  .MMM--icn_email:before {
    content: "\e04d"
  }

  .MMM--icn_gallery span,
  .MMM--icn_gallery:before {
    content: "\e042"
  }

  .MMM--icn_filter span,
  .MMM--icn_filter:before {
    content: "\e040"
  }

  .MMM--icn_dot:before {
    content: "\e030"
  }

  .MMM--icn_tooltip {
    margin-left: .5em;
    position: relative;
    cursor: pointer
  }

  .rtl .MMM--icn_tooltip {
    margin-right: .5em;
    margin-left: 0
  }

  .MMM--icn_tooltip span,
  .MMM--icn_tooltip:before {
    content: '\e05e'
  }

  .MMM--icn_checkmark span,
  .MMM--icn_checkmark:before {
    content: "\e902"
  }

  .MMM--icn_information span,
  .MMM--icn_information:before {
    content: '\e906'
  }

  .MMM--icn_window span,
  .MMM--icn_window:before {
    content: '\e060'
  }

  .MMM--icn_grid span,
  .MMM--icn_grid:before {
    content: '\e043'
  }

  .MMM--icn_close span,
  .MMM--icn_close:before {
    content: '\e911'
  }

  .MMM--icn_flag span,
  .MMM--icn_flag:before {
    content: '\e041'
  }

  .MMM--icn_previous span,
  .MMM--icn_previous:before {
    content: '\e057'
  }

  .rtl .MMM--icn_previous span,
  .rtl .MMM--icn_previous:before {
    content: '\e051'
  }

  .MMM--icn_next span,
  .MMM--icn_next:before {
    content: '\e051'
  }

  .rtl .MMM--icn_next span,
  .rtl .MMM--icn_next:before {
    content: '\e057'
  }

  .MMM--icn_plus span,
  .MMM--icn_plus:before {
    content: '\e055';
    font-size: .7em;
    vertical-align: 15%
  }

  .MMM--icn_minus span,
  .MMM--icn_minus:before {
    content: '\e04f'
  }

  .MMM--icn_banner span,
  .MMM--icn_banner:before {
    content: '\e02c'
  }

  .MMM--icn_chat span,
  .MMM--icn_chat:before {
    content: '\e03a'
  }

  .MMM--icn_share span,
  .MMM--icn_share:before {
    content: '\e05c';
    padding-right: 3px
  }

  .rtl .MMM--icn_share span,
  .rtl .MMM--icn_share:before {
    content: '\e05c';
    padding-right: 0;
    padding-left: 3px
  }

  .MMM--icn_print span,
  .MMM--icn_print:before {
    content: '\e058'
  }

  .MMM--icn_gt span,
  .MMM--icn_gt:before {
    content: '\e044'
  }

  .rtl .MMM--icn_gt span,
  .rtl .MMM--icn_gt:before {
    content: '\e04b'
  }

  .MMM--icn_lt span,
  .MMM--icn_lt:before {
    content: '\e04b'
  }

  .rtl .MMM--icn_lt span,
  .rtl .MMM--icn_lt:before {
    content: '\e044'
  }

  .MMM--icn_breadcrumb span,
  .MMM--icn_breadcrumb:before {
    content: '\e02f';
    padding: 0 .5em;
    *zoom: 1
  }

  .rtl .icn_breadcrumb span,
  .rtl .icn_breadcrumb:before {
    content: '\e04b'
  }

  .MMM--icn_block span,
  .MMM--icn_block:before {
    content: '\e02e'
  }

  .MMM--icn_list span,
  .MMM--icn_list:before {
    content: '\e048'
  }

  .MMM--icn_btt span,
  .MMM--icn_btt:before {
    content: '\e052'
  }

  .MMM--icn_phone span,
  .MMM--icn_phone:before {
    content: '\e053'
  }

  .MMM--icn_gt2 span,
  .MMM--icn_gt2:before {
    content: '\e045'
  }

  .MMM--icn_down_arrow span,
  .MMM--icn_down_arrow:before {
    content: '\e977'
  }

  .MMM--icn_up_arrow span,
  .MMM--icn_up_arrow:before {
    content: '\e97c'
  }

  .MMM--icn_userHollow span,
  .MMM--icn_userHollow:before {
    content: "\e97d"
  }

  .MMM--icn_infoHollow span,
  .MMM--icn_infoHollow:before {
    content: "\e97e"
  }

  .MMM--icn_hamburgerMenu span,
  .MMM--icn_hamburgerMenu:before {
    content: "\e97f";
    color: #4b4b4b
  }

  .MMM--icn_tax-exempt:before {
    content: "\e980";
    color: #f00
  }

  .MMM--icn_servicePreferences:before {
    content: "\e981"
  }

  .MMM--icn_profileSettings:before {
    content: "\e982";
    color: #f00
  }

  .MMM--icn_privacySettings:before {
    content: "\e983";
    color: #f00
  }

  .MMM--icn_paymentMethods:before {
    content: "\e984";
    color: #f00
  }

  .MMM--icn_ordersDropdown:before {
    content: "\e985"
  }

  .MMM--icn_orderHistory:before {
    content: "\e986"
  }

  .MMM--icn_myLists:before {
    content: "\e987";
    color: #f00
  }

  .MMM--icn_myLinksDropdown:before {
    content: "\e988"
  }

  .MMM--icn_myCompanyDropdown:before {
    content: "\e989"
  }

  .MMM--icn_messageCenter:before {
    content: "\e98a"
  }

  .MMM--icn_loginSecurity:before {
    content: "\e98b";
    color: #f00
  }

  .MMM--icn_communicationsPreferences:before {
    content: "\e98c";
    color: #f00
  }

  .MMM--icn_addresses:before {
    content: "\e98d";
    color: #f00
  }

  .MMM--icn_lt2 span,
  .MMM--icn_lt2:before {
    content: '\e04c'
  }

  .MMM--icn_circle span,
  .MMM--icn_circle:before {
    content: '\e030';
    font-size: 14px
  }

  .MMM--icn_bullet span,
  .MMM--icn_bullet:before {
    content: "\e030"
  }

  .MMM--icn_pin span,
  .MMM--icn_pin:before {
    content: '\e054'
  }

  .MMM--icn_arrowHollowLeft span,
  .MMM--icn_arrowHollowLeft:before {
    content: '\e025'
  }

  .MMM--icn_arrowHollowRight span,
  .MMM--icn_arrowHollowRight:before {
    content: '\e026';
    padding-left: 5px
  }

  .MMM--icn_arrowHollowUp span,
  .MMM--icn_arrowHollowUp:before {
    content: '\e027'
  }

  .MMM--icn_arrowHollowDown span,
  .MMM--icn_arrowHollowDown:before {
    content: '\e024'
  }

  .MMM--icn_lock span,
  .MMM--icn_lock:before {
    content: '\e04a'
  }

  .MMM--icn_calendarevent span,
  .MMM--icn_calendarevent:before {
    content: '\e031'
  }

  .MMM--icn_community span,
  .MMM--icn_community:before {
    content: '\e03c'
  }

  .MMM--icn_download span,
  .MMM--icn_download:before {
    content: '\e03e'
  }

  .MMM--icn_ebook span,
  .MMM--icn_ebook:before {
    content: '\e03f'
  }

  .MMM--icn_linkto span,
  .MMM--icn_linkto:before {
    content: '\e047'
  }

  .MMM--icn_podcast span,
  .MMM--icn_podcast:before {
    content: '\e056'
  }

  .MMM--icn_news span,
  .MMM--icn_news:before {
    content: '\e050'
  }

  .MMM--icn_report span,
  .MMM--icn_report:before {
    content: '\e05a'
  }

  .MMM--icn_shareicon span,
  .MMM--icn_shareicon:before {
    content: '\e05d'
  }

  .MMM--icn_twistyAction span,
  .MMM--icn_twistyAction:before {
    content: '\e05f';
    font-size: 14px;
    vertical-align: 10%
  }

  .MMM--icn_chevronLeft span,
  .MMM--icn_chevronLeft:before {
    content: '\e90c'
  }

  a.MMM--isActive .MMM--icn_chevronLeft span,
  a.MMM--isActive .MMM--icn_chevronLeft:before {
    content: '\e90d'
  }

  .MMM--icn_chevronRight span,
  .MMM--icn_chevronRight:before {
    content: '\e90d'
  }

  a.MMM--isActive .MMM--icn_chevronRight span,
  a.MMM--isActive .MMM--icn_chevronRight:before {
    content: '\e90c'
  }

  .MMM--icn_chevronUp span,
  .MMM--icn_chevronUp:before {
    content: '\e90e'
  }

  a.MMM--isActive .MMM--icn_chevronUp span,
  a.MMM--isActive .MMM--icn_chevronUp:before {
    content: '\e90b'
  }

  .MMM--icn_chevronDown span,
  .MMM--icn_chevronDown:before {
    content: '\e90b'
  }

  a.MMM--isActive .MMM--icn_chevronDown span,
  a.MMM--isActive .MMM--icn_chevronDown:before {
    content: '\e90e'
  }

  .MMM--icn_alert span,
  .MMM--icn_alert:before {
    content: '\e903'
  }

  .MMM--icn_alert2 span,
  .MMM--icn_alert2:before {
    content: "\e90a"
  }

  .MMM--icn_localizationGlobe span,
  .MMM--icn_localizationGlobe:before {
    content: '\e909'
  }

  .MMM--icn_location span,
  .MMM--icn_location:before {
    content: '\e907'
  }

  .MMM--icn_route span,
  .MMM--icn_route:before {
    content: '\e910'
  }

  .MMM--icn_car span,
  .MMM--icn_car:before {
    content: '\e921'
  }

  .MMM--icn_filterSliders span,
  .MMM--icn_filterSliders:before {
    content: '\e922'
  }

  .MMM--icn_globe span,
  .MMM--icn_globe:before {
    content: '\e923'
  }

  .MMM--icn_cehours span,
  .MMM--icn_cehours:before {
    content: '\e971'
  }

  .MMM--icn_ondemand span,
  .MMM--icn_ondemand:before {
    content: '\e972'
  }

  .MMM--icn_webinar span,
  .MMM--icn_webinar:before {
    content: '\e973'
  }

  .MMM--icn_cost span,
  .MMM--icn_cost:before {
    content: '\e974'
  }

  .MMM--icn_arrowJump span,
  .MMM--icn_arrowJump:before {
    content: '\e975'
  }

  .MMM--icn_curriculum span,
  .MMM--icn_curriculum:before {
    content: '\e976'
  }

  .MMM--icn_ce_credits span,
  .MMM--icn_ce_credits:before {
    content: '\e978'
  }

  .MMM--icn_feedback span,
  .MMM--icn_feedback:before {
    content: '\e97b'
  }

  .MMM--icn_checkmark_inactive:before {
    content: "\e970";
    color: #ddd
  }

  .MMM--icn_checkmark:before {
    content: "\e970"
  }

  .MMM--icn_checkmarkCircle .path1:before {
    content: "\e95d";
    color: #231f20
  }

  .MMM--icn_checkmarkCircle .path2:before {
    content: "\e95e";
    color: #4b4b4b;
    margin-left: -1em
  }

  .MMM--icn_checkmarkCircle .path3:before {
    content: "\e961";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_checkmarkCircle .path4:before {
    content: "\e968";
    color: #4b4b4b;
    margin-left: -1em
  }

  .MMM--icn_checkmarkCircle .path5:before {
    content: "\e96a";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icn_checkmarkCircle_inactive .path1:before {
    content: "\e96b";
    color: #231f20
  }

  .MMM--icn_checkmarkCircle_inactive .path2:before {
    content: "\e96c";
    color: #ddd;
    margin-left: -1em
  }

  .MMM--icn_checkmarkCircle_inactive .path3:before {
    content: "\e96d";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_checkmarkCircle_inactive .path4:before {
    content: "\e96e";
    color: #ddd;
    margin-left: -1em
  }

  .MMM--icn_checkmarkCircle_inactive .path5:before {
    content: "\e96f";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icn_Confirmation .path1:before {
    content: "\e904";
    color: #018a33
  }

  .MMM--icn_Confirmation .path2:before {
    content: "\e908";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_Confirm_inactive .path1:before {
    content: "\e92a";
    color: #ddd
  }

  .MMM--icn_Confirm_inactive .path2:before {
    content: "\e92d";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_callOutFlag .path1:before {
    content: "\e032";
    color: #f40013
  }

  .MMM--icn_callOutFlag .path2:before {
    content: "\e033";
    color: #f40013;
    margin-left: -1.0009765625em
  }

  .MMM--icn_callOutFlag .path3:before {
    content: "\e034";
    color: #f40013;
    margin-left: -1.0009765625em
  }

  .MMM--icn_callOutFlag .path4:before {
    content: "\e035";
    color: #000;
    margin-left: -1.0009765625em
  }

  .MMM--icn_callOutFlag .path5:before {
    content: "\e036";
    color: #000;
    margin-left: -1.0009765625em
  }

  .MMM--icn_callOutFlag .path6:before {
    content: "\e037";
    color: #000;
    margin-left: -1.0009765625em
  }

  .MMM--icn_callOutFlag .path7:before {
    content: "\e038";
    color: #000;
    margin-left: -1.0009765625em
  }

  .MMM--icn_tooltip_black .path1:before {
    content: '\e913';
    color: #000
  }

  .MMM--icn_tooltip_black .path2:before {
    content: '\e914';
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_tooltip_black .path3:before {
    content: '\e924';
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_basic .path1:before {
    content: '\e915';
    color: #fff
  }

  .MMM--icn_pin_basic .path2:before {
    content: '\e916';
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_basic .path3:before {
    content: '\e917';
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_basic .path4:before {
    content: '\e918';
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_white .path1:before {
    content: '\e915';
    color: #fff
  }

  .MMM--icn_pin_white .path2:before {
    content: '\e916';
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_white .path3:before {
    content: '\e917';
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_white .path4:before {
    content: '\e918';
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_gold .path1:before {
    content: "\e945";
    color: #faaa19
  }

  .MMM--icn_pin_gold .path2:before {
    content: "\e946";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_gold .path3:before {
    content: "\e947";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_gold .path4:before {
    content: "\e948";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_platinum .path1:before {
    content: "\e91e";
    color: #595959
  }

  .MMM--icn_pin_platinum .path2:before {
    content: "\e965";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_platinum .path3:before {
    content: "\e966";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_platinum .path4:before {
    content: "\e967";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_silver .path1:before {
    content: "\e91f";
    color: #d2d2d2
  }

  .MMM--icn_pin_silver .path2:before {
    content: "\e920";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_silver .path3:before {
    content: "\e925";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_silver .path4:before {
    content: "\e960";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_yellow .path1:before {
    content: '\e91d';
    color: #fff000
  }

  .MMM--icn_pin_yellow .path2:before {
    content: '\e962';
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_yellow .path3:before {
    content: '\e963';
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_yellow .path4:before {
    content: '\e964';
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_darkGrey .path1:before {
    content: "\e91e";
    color: #595959
  }

  .MMM--icn_pin_darkGrey .path2:before {
    content: "\e965";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_darkGrey .path3:before {
    content: "\e966";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_darkGrey .path4:before {
    content: "\e967";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_lightGrey .path1:before {
    content: "\e91f";
    color: #d2d2d2
  }

  .MMM--icn_pin_lightGrey .path2:before {
    content: "\e920";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_lightGrey .path3:before {
    content: "\e925";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_lightGrey .path4:before {
    content: "\e960";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_black .path1:before {
    content: "\e927";
    color: #000
  }

  .MMM--icn_pin_black .path2:before {
    content: "\e928";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_black .path3:before {
    content: "\e929";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_black .path4:before {
    content: "\e92b";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_blue .path1:before {
    content: "\e92c";
    color: #003ce6
  }

  .MMM--icn_pin_blue .path2:before {
    content: "\e92e";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_blue .path3:before {
    content: "\e92f";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_blue .path4:before {
    content: "\e930";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_darkBlue .path1:before {
    content: "\e931";
    color: #1e1e96
  }

  .MMM--icn_pin_darkBlue .path2:before {
    content: "\e932";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_darkBlue .path3:before {
    content: "\e933";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_darkBlue .path4:before {
    content: "\e934";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_green .path1:before {
    content: "\e935";
    color: #00b432
  }

  .MMM--icn_pin_green .path2:before {
    content: "\e936";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_green .path3:before {
    content: "\e937";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_green .path4:before {
    content: "\e938";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_lightBlue .path1:before {
    content: "\e939";
    color: #00c8e6
  }

  .MMM--icn_pin_lightBlue .path2:before {
    content: "\e93a";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_lightBlue .path3:before {
    content: "\e93b";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_lightBlue .path4:before {
    content: "\e93c";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_lightGreen .path1:before {
    content: "\e93d";
    color: #aae600
  }

  .MMM--icn_pin_lightGreen .path2:before {
    content: "\e93e";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_lightGreen .path3:before {
    content: "\e93f";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_lightGreen .path4:before {
    content: "\e940";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_mediumGrey .path1:before {
    content: "\e941";
    color: #a8a8a8
  }

  .MMM--icn_pin_mediumGrey .path2:before {
    content: "\e942";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_mediumGrey .path3:before {
    content: "\e943";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_mediumGrey .path4:before {
    content: "\e944";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_lightOrange .path1:before {
    content: "\e945";
    color: #faaa19
  }

  .MMM--icn_pin_lightOrange .path2:before {
    content: "\e946";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_lightOrange .path3:before {
    content: "\e947";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_lightOrange .path4:before {
    content: "\e948";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_magenta .path1:before {
    content: "\e949";
    color: #dc14aa
  }

  .MMM--icn_pin_magenta .path2:before {
    content: "\e94a";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_magenta .path3:before {
    content: "\e94b";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_magenta .path4:before {
    content: "\e94c";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_orange .path1:before {
    content: "\e94d";
    color: #f5821e
  }

  .MMM--icn_pin_orange .path2:before {
    content: "\e94e";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_orange .path3:before {
    content: "\e94f";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_orange .path4:before {
    content: "\e950";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_maroon .path1:before {
    content: "\e951";
    color: #8c006e
  }

  .MMM--icn_pin_maroon .path2:before {
    content: "\e952";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_maroon .path3:before {
    content: "\e953";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_maroon .path4:before {
    content: "\e954";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_purple .path1:before {
    content: "\e955";
    color: #8228b4
  }

  .MMM--icn_pin_purple .path2:before {
    content: "\e956";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_purple .path3:before {
    content: "\e957";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_purple .path4:before {
    content: "\e958";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_red .path1:before {
    content: "\e959";
    color: #f00
  }

  .MMM--icn_pin_red .path2:before {
    content: "\e95a";
    color: #fff;
    margin-left: -1em
  }

  .MMM--icn_pin_red .path3:before {
    content: "\e95b";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pin_red .path4:before {
    content: "\e95c";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_excel .path1:before {
    content: "\e000";
    color: #18b24b
  }

  .MMM--icn_excel .path2:before {
    content: "\e001";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_excel .path3:before {
    content: "\e002";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_excel .path4:before {
    content: "\e003";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_excel .path5:before {
    content: "\e004";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_excel .path6:before {
    content: "\e005";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_excel .path7:before {
    content: "\e006";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pdf .path1:before {
    content: "\e007";
    color: #ed1c24
  }

  .MMM--icn_pdf .path2:before {
    content: "\e008";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pdf .path3:before {
    content: "\e009";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icn_pdf .path4:before {
    content: "\e00a";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icn_pdf .path5:before {
    content: "\e00b";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icn_pdf .path6:before {
    content: "\e00c";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icn_pdf .path7:before {
    content: "\e00d";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icn_pdf .path8:before {
    content: "\e00e";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icn_pdf .path9:before {
    content: "\e00f";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icn_pdf .path10:before {
    content: "\e010";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_pdf .path11:before {
    content: "\e011";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_word .path1:before {
    content: "\e01c";
    color: #28c2e1
  }

  .MMM--icn_word .path2:before {
    content: "\e01d";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_word .path3:before {
    content: "\e01e";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_word .path4:before {
    content: "\e01f";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_word .path5:before {
    content: "\e020";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_word .path6:before {
    content: "\e021";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_word .path7:before {
    content: "\e022";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_word .path8:before {
    content: "\e023";
    color: #000;
    margin-left: -1em
  }

  .MMM--docIcn_word .path1:before {
    content: "\e01c";
    color: #28c2e1
  }

  .MMM--docIcn_word .path2:before {
    content: "\e01d";
    color: #000;
    margin-left: -1em
  }

  .MMM--docIcn_word .path3:before {
    content: "\e01e";
    color: #000;
    margin-left: -1em
  }

  .MMM--docIcn_word .path4:before {
    content: "\e01f";
    color: #000;
    margin-left: -1em
  }

  .MMM--docIcn_word .path5:before {
    content: "\e020";
    color: #000;
    margin-left: -1em
  }

  .MMM--docIcn_word .path6:before {
    content: "\e021";
    color: #000;
    margin-left: -1em
  }

  .MMM--docIcn_word .path7:before {
    content: "\e022";
    color: #000;
    margin-left: -1em
  }

  .MMM--docIcn_word .path8:before {
    content: "\e023";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_ppt .path1:before {
    content: "\e012";
    color: #f8a91b
  }

  .MMM--icn_ppt .path2:before {
    content: "\e013";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_ppt .path3:before {
    content: "\e014";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_ppt .path4:before {
    content: "\e015";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_ppt .path5:before {
    content: "\e016";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_ppt .path6:before {
    content: "\e017";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_ppt .path7:before {
    content: "\e018";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_ppt .path8:before {
    content: "\e019";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_ppt .path9:before {
    content: "\e01a";
    color: #000;
    margin-left: -1em
  }

  .MMM--icn_ppt .path10:before {
    content: "\e01b";
    color: #000;
    margin-left: -1em
  }

  .MMM--resourcesList .MMM--isActive .MMM--icn_twistyAction:before {
    content: '\e045'
  }

  .MMM--icn_twistyAction span {
    font-size: 10px;
    vertical-align: 6px;
    padding-right: 5px
  }

  .rtl .MMM--icn_twistyAction span {
    padding-right: 0;
    padding-left: 5px
  }

  .MMM--carouselTrigger>.MMM--icn {
    padding: 0
  }

  .MMM--icn_carouselTrigger:before {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold
  }

  .MMM--addInfoBlockTrigger.MMM--isActive .MMM--icn_plus:before,
  .MMM--addInfoBlockTrigger.MMM--isActive .MMM--icn_plus span,
  .MMM--disclaimerTrigger.MMM--isActive .MMM--icn_plus:before,
  .MMM--disclaimerTrigger.MMM--isActive .MMM--icn_plus span {
    content: '\e04f'
  }

  .MMM--navItemList-hasSubNav_isOpen .MMM--drawerNavItem .MMM--icn_profile:before,
  .MMM--navItemList-hasSubNav_isOpen .MMM--drawerNavItem .MMM--icn_cart:before {
    color: #444444
  }

  .MMM--closeTrigger {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000000;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
  }

  .MMM--closeTrigger:hover {
    color: #ffffff;
    background: #ff0000
  }

  .MMM--socialIcn,
  .MMM--socialIcn span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    speak: none;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  a.MMM--socialIcn,
  ul.MMM--socialIcns li a.MMM--socialIcn {
    text-decoration: none;
    border: none
  }

  .MMM--icn_blogger:before,
  .MMM--socialIcn_blogger:before {
    content: "\e061"
  }

  .MMM--icn_facebook:before,
  .MMM--socialIcn_facebook:before {
    content: "\e062"
  }

  .MMM--icn_fbmessenger:before,
  .MMM--socialIcn_fbmessenger:before {
    content: "\e90f"
  }

  .MMM--icn_flickr:before,
  .MMM--socialIcn_flickr:before {
    content: "\e063"
  }

  .MMM--icn_google:before,
  .MMM--socialIcn_googleplus:before {
    content: "\e064"
  }

  .MMM--icn_instagram:before,
  .MMM--socialIcn_instagram:before {
    content: "\e065"
  }

  .MMM--icn_kakaosocial:before,
  .MMM--socialIcn_kakaosocial:before {
    content: "\e919"
  }

  .MMM--icn_kakaostory:before,
  .MMM--socialIcn_kakaostory:before {
    content: "\e91a"
  }

  .MMM--icn_line:before,
  .MMM--socialIcn_line:before {
    content: "\e91b"
  }

  .MMM--icn_linkedin:before,
  .MMM--socialIcn_linkedin:before {
    content: "\e066"
  }

  .MMM--icn_mail:before,
  .MMM--socialIcn_mail:before {
    content: "\e926"
  }

  .MMM--icn_socialIcn_ok:before,
  .MMM--socialIcn_ok:before {
    content: "\e900"
  }

  .MMM--icn_pinterest:before,
  .MMM--socialIcn_pinterest:before {
    content: "\e067"
  }

  .MMM--socialIcn_quora:before,
  .MMM--icn_quora:before {
    content: "\e068"
  }

  .MMM--icon_reddit .path1:before {
    content: "\e069";
    color: #010101
  }

  .MMM--icon_reddit .path2:before {
    content: "\e06a";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icon_reddit .path3:before {
    content: "\e06b";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icon_reddit .path4:before {
    content: "\e06c";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icon_reddit .path5:before {
    content: "\e06d";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icon_reddit .path6:before {
    content: "\e06e";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icon_reddit .path7:before {
    content: "\e06f";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icon_reddit .path8:before {
    content: "\e070";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icon_reddit .path9:before {
    content: "\e071";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--socialIcn_reddit .path1:before {
    content: "\e069";
    color: #010101
  }

  .MMM--socialIcn_reddit .path2:before {
    content: "\e06a";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--socialIcn_reddit .path3:before {
    content: "\e06b";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--socialIcn_reddit .path4:before {
    content: "\e06c";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--socialIcn_reddit .path5:before {
    content: "\e06d";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--socialIcn_reddit .path6:before {
    content: "\e06e";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--socialIcn_reddit .path7:before {
    content: "\e06f";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--socialIcn_reddit .path8:before {
    content: "\e070";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--socialIcn_reddit .path9:before {
    content: "\e071";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icn_reddit1:before,
  .MMM--socialIcn_reddit1:before {
    content: "\e905"
  }

  .MMM--icon_renren .path1:before {
    content: "\e072";
    color: #010101
  }

  .MMM--icon_renren .path2:before {
    content: "\e073";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icon_renren .path3:before {
    content: "\e074";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icn_renren1:before,
  .MMM--socialIcn_renren1:before {
    content: "\e95f"
  }

  .MMM--socialIcn_renren .path1:before {
    content: "\e072";
    color: #010101
  }

  .MMM--socialIcn_renren .path2:before {
    content: "\e073";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--socialIcn_renren .path3:before {
    content: "\e074";
    color: #231f20;
    margin-left: -1em
  }

  .MMM--icn_rss:before,
  .MMM--socialIcn_rss:before {
    content: "\e075"
  }

  .MMM--icn_slideshow:before,
  .MMM--socialIcn_slideshare:before {
    content: "\e076"
  }

  .MMM--icn_tudou:before,
  .MMM--socialIcn_tudou:before {
    content: "\e077"
  }

  .MMM--icn_tumblr:before,
  .MMM--socialIcn_tumblr:before {
    content: "\e078"
  }

  .MMM--icn_twitter:before,
  .MMM--socialIcn_twitter:before {
    content: "\e079"
  }

  .MMM--icn_viadeo:before,
  .MMM--socialIcn_viadeo:before {
    content: "\e07a"
  }

  .MMM--icn_vk:before,
  .MMM--socialIcn_vk:before {
    content: "\e901"
  }

  .MMM--icn_weibo:before,
  .MMM--socialIcn_weibo:before {
    content: "\e07b"
  }

  .MMM--icn_whatsapp:before,
  .MMM--socialIcn_whatsapp:before {
    content: "\e91c"
  }

  .MMM--icn_xing:before,
  .MMM--socialIcn_xing:before {
    content: "\e07c"
  }

  .MMM--icn_youtube:before,
  .MMM--socialIcn_youtube:before {
    content: "\e07d"
  }

  .MMM--icn_wordpress:before,
  .MMM--socialIcn_wordpress:before {
    content: "\e07e"
  }

  .MMM--icn_snapchat:before,
  .MMM--socialIcn_snapchat:before {
    content: "\e969"
  }

  .mix-MMM--icn_dark,
  .mix-MMM--icn_dark:before {
    color: #000000
  }

  .mix-MMM--icn_grey,
  .mix-MMM--icn_grey:before {
    color: #959595
  }

  .mix-MMM--icn_red,
  .mix-MMM--icn_red:before {
    color: #ff0000
  }

  .mix-MMM--icn_pink,
  .mix-MMM--icn_pink:before {
    color: #ffe5e5
  }

  .mix-MMM--icn_psTheme {
    color: #ffffff
  }

  .mix-MMM--icn_sm span,
  .mix-MMM--icn_sm:before {
    font-size: 10px
  }

  .mix-MMM--icn_md span,
  .mix-MMM--icn_md:before {
    font-size: 14px
  }

  .mix-MMM--icn_lrg span,
  .mix-MMM--icn_lrg:before {
    font-size: 24px
  }

  .mix-MMM--icn_leftSpace {
    margin-left: 5px
  }

  .rtl .mix-MMM--icn_leftSpace {
    margin-right: 5px;
    margin-left: 0
  }

  .mix-MMM--icn_rightSpace {
    margin-right: 5px
  }

  .rtl .mix-MMM--icn_rightSpace {
    margin-left: 5px;
    margin-right: 0
  }

  .mix-MMM--icn_noSpace:before {
    padding: 0
  }

  .mix-MMM--icn_subSm {
    vertical-align: -2px
  }

  .mix-MMM--icn_subMd {
    vertical-align: -4px
  }

  .mix-MMM--icn_supSm {
    vertical-align: 2px
  }

  .mix-MMM--icn_supMd {
    vertical-align: 4px
  }

  .MMM--docIcn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url('../img/doc-icon-sprite.png') no-repeat;
    height: 16px;
    width: 16px;
    vertical-align: -2px
  }

  .MMM--docIcn_pdf {
    background-position: 0 0
  }

  .MMM--docIcn_pp {
    background-position: -16px 0
  }

  .MMM--docIcn_excel {
    background-position: -32px 0
  }

  .MMM--docIcn_word {
    background-position: -48px 0
  }

  .MMM--callOutFlag {
    position: absolute;
    top: -15px;
    right: -1px;
    z-index: 10;
    font-weight: bold;
    font-size: 10px;
    color: #ff0000
  }

  .rtl .MMM--callOutFlag {
    right: auto;
    left: -1px
  }

  .MMM--callOutFlag:after {
    content: '';
    display: block;
    height: 38px;
    width: 20px;
    position: absolute;
    top: 14px;
    background: transparent url('../img/bkgd-flag.png') 0 0 no-repeat
  }

  .MMM--hdg_btnMobile_closed:before {
    font-family: '3MThemeIconFont', '3MCircular-Book', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    content: '\e055';
    color: #030303
  }

  .MMM--hdg_btnMobile:before {
    content: '\e04f';
    display: inline-block;
    font-size: 20px;
    margin-right: 17px
  }
}

@media screen and (min-width: 1px) and (min-width: 1px) and (max-width: 767px) {
  .rC-57-CollapsibleBox .MMM--hdg_btnMobile_closed:before {
    content: '\e055';
    color: #030303
  }

  .rC-57-CollapsibleBox .MMM--hdg_btnMobile:before {
    content: '\e055';
    display: inline-block;
    font-size: 14px;
    margin-right: 17px
  }
}

@media screen and (min-width: 1px) and (min-width: 768px) and (max-width: 2300px) {
  .rC-57-CollapsibleBox .MMM--hdg_btnMobile_closed:before {
    display: none
  }

  .rC-57-CollapsibleBox .MMM--hdg_btnMobile:before {
    display: none
  }

  .rC-57-CollapsibleBox .MMM--hdg_btnMobile {
    padding-left: 0
  }
}

@media screen and (min-width: 1px) {
  .rC-57-CollapsibleBox a.MMM--isActive i.MMM--icn_plus:before {
    content: '\e04f';
    color: #ff0000
  }

  .MMM--wysiwyg i.MMM--icn {
    font-family: '3MThemeIconFont', '3MCircular-Book', Arial, 'Helvetica Neue', Helvetica, sans-serif !important
  }
}

@media screen and (min-width: 1px) and (min-width: 1px) {
  .MMM--icn_tooltip {
    font-size: 18px
  }

  .MMM--icn_tooltip span,
  .MMM--icn_tooltip:before {
    font-size: 18px
  }
}

@media screen and (min-width: 1px) and (min-width: 960px) {
  .MMM--icn_tooltip {
    font-size: 14px
  }

  .MMM--icn_tooltip span,
  .MMM--icn_tooltip:before {
    font-size: 14px
  }
}

@media screen and (min-width: 1px) {
  .MMM--courseSecured:before {
    content: '\e04a';
    font-family: '3MThemeIconFont', '3MCircular-Book', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    margin-left: -25px;
    margin-top: -27px;
    display: block
  }

  .MMM--icn_pause span,
  .MMM--icn_pause:before {
    content: '\e979'
  }

  .MMM--icn_emptyCircle span,
  .MMM--icn_emptyCircle:before {
    content: '\e97a'
  }
}

@media screen and (min-width: 1px) {

  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline
  }

  body {
    line-height: 1
  }

  ol,
  ul {
    list-style: none
  }

  blockquote,
  q {
    quotes: none
  }

  blockquote:before,
  blockquote:after {
    content: '';
    content: none
  }

  table {
    border-collapse: collapse;
    border-spacing: 0
  }

  html,
  body,
  div,
  applet,
  object,
  iframe,
  p,
  blockquote,
  pre,
  code,
  dl,
  dt,
  ol,
  ul,
  fieldset,
  form,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  audio,
  video {
    outline: 0
  }

  html {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    *overflow-x: auto;
    -ms-overflow-x: visible\0/IE89
  }

  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    min-height: 100%
  }

  img {
    -ms-interpolation-mode: bicubic
  }

  .rtl {
    direction: rtl;
    unicode-bidi: bidi-override
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block
  }

  audio,
  canvas,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1
  }

  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration,
  input[type=search]::-webkit-search-results-button,
  input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
  }

  input[type=search] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px
  }

  [type=text],
  [type=email],
  [type=password],
  button {
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 0px
  }

  [type=checkbox],
  [type=radio] {
    margin: 0
  }

  textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
  }

  ::-moz-focus-inner {
    border: 0;
    padding: 0
  }

  select {
    -webkit-border-radius: 0px
  }

  body {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #4b4b4b;
    min-width: 272px;
    line-height: 1.25;
    -webkit-tap-highlight-color: transparent;
    background-repeat: repeat;
    background-image: url("../img/repeating_meshed_grid.png")
  }

  body:after {
    content: 'smallContext';
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    *margin-left: -9999px;
    position: absolute;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    padding: 0;
    width: 1px;
    left: -9999px
  }

  a {
    color: #1463AA;
    font-style: normal;
    text-decoration: none;
    -webkit-tap-highlight-color: #9b9b9b;
    border-bottom: 1px solid rgba(20 99 170 / 50%)
  }

  a:visited {
    color: #1463AA;
    text-decoration: none;
    -webkit-tap-highlight-color: #9b9b9b;
    border-bottom: 1px solid rgba(0, 51, 204, 0.25)
  }

  a:hover {
    color: #D71518;
    text-decoration: none;
    border-bottom: 1px solid rgba(215 21 24 / 50%)
  }

  a:active {
    color: #1463AA;
    text-decoration: none;
    border-bottom: none
  }

  .MMM--basicLink,
  .MMM--basicLink:hover,
  .MMM--basicLink:focus {
    border-bottom: none;
    cursor: pointer
  }

  .MMM--hoverLink,
  .MMM--hoverLink:hover {
    border-bottom: none
  }

  .MMM--hoverLink:hover {
    text-decoration: underline
  }

  .MMM--wysiwyg a.MMM--txt_white,
  a.MMM--txt_white {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
  }

  .MMM--wysiwyg a.MMM--txt_white:hover,
  a.MMM--txt_white:hover {
    color: #fff;
    border-bottom: 1px solid #fff
  }

  .MMM--wysiwyg a.MMM--txt_whiteLink,
  a.MMM--txt_whiteLink {
    color: #000;
    text-decoration: none
  }

  .MMM--wysiwyg a.MMM--txt_whiteLink:link,
  a.MMM--txt_whiteLink:link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5)
  }

  .MMM--wysiwyg a.MMM--txt_whiteLink:visited,
  a.MMM--txt_whiteLink:visited {
    border-bottom: 1px dotted #000
  }

  .MMM--wysiwyg a.MMM--txt_whiteLink:hover,
  a.MMM--txt_whiteLink:hover {
    border-bottom: 1px solid #000
  }

  .MMM--wysiwyg a.MMM--txt_blackLink,
  a.MMM--txt_blackLink {
    color: #000;
    text-decoration: none
  }

  .MMM--wysiwyg a.MMM--txt_blackLink:link,
  .MMM--wysiwyg a.MMM--txt_blackLink:visited,
  .MMM--wysiwyg a.MMM--txt_blackLink:active,
  a.MMM--txt_blackLink:link,
  a.MMM--txt_blackLink:visited,
  a.MMM--txt_blackLink:active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .MMM--wysiwyg a.MMM--txt_blackLink:hover,
  a.MMM--txt_blackLink:hover {
    border-bottom: 1px solid #000
  }

  .rtl a:hover {
    *text-decoration: underline
  }

  .MMM--themeWrapper {
    background: #ffffff;
    overflow: hidden
  }

  .MMM--themeWrapper:after {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    *margin-left: -9999px;
    position: absolute;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    padding: 0;
    width: 1px;
    left: -9999px
  }
}

@media screen and (min-width: 1px) and (min-width: 1px) and (max-width: 479px) {
  .MMM--themeWrapper:after {
    content: 'smallModifiedContext'
  }
}

@media screen and (min-width: 1px) and (min-width: 480px) and (max-width: 889px) {
  .MMM--themeWrapper:after {
    content: 'mediumModifiedContext'
  }
}

@media screen and (min-width: 1px) {
  .soloMode .MMM--themeWrapper {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  span.MMM--underline {
    text-decoration: underline;
    -moz-text-decoration-color: rgba(0, 0, 0, 0.25);
    text-decoration-color: rgba(0, 0, 0, 0.25)
  }

  span.MMM--underline a {
    text-decoration: none;
    color: #000000
  }

  .MMM--pageLoad {
    text-align: center;
    background-color: #fff;
    margin: 0px -40px;
    padding: 5px 0px
  }

  .MMM--pageLoad img {
    width: 20px
  }

  .MMM--mix-txt-align {
    text-align: center
  }

  .MMM--txt_bold,
  .MMM--wysiwyg .MMM--txt_bold,
  div.MMM--txt_bold {
    font-weight: bold
  }

  .MMM--txt_italic,
  .MMM--wysiwyg .MMM--txt_italic {
    font-style: italic;
    font-weight: normal
  }

  .MMM--txt_Normal,
  .MMM--wysiwyg .MMM--txt_Normal {
    font-style: normal
  }

  .MMM--prominentLink,
  .MMM--wysiwyg .MMM--prominentLink {
    font-weight: bold;
    display: inline-block;
    margin: 10px 25px 10px 0
  }

  .MMM--txt_heroProminentLink {
    font-size: 18px;
    line-height: 22.5px
  }

  .MMM--txt_bodyProminentLink {
    font-size: 16px;
    line-height: 20px
  }

  .MMM--txt_blk,
  .MMM--wysiwyg .MMM--txt_blk {
    color: #000
  }

  .MMM--txt_grey1,
  .MMM--wysiwyg .MMM--txt_grey1 {
    color: #f2f2f2
  }

  .MMM--txt_grey2,
  .MMM--wysiwyg .MMM--txt_grey2 {
    color: #838383
  }

  .MMM--txt_grey3,
  .MMM--wysiwyg .MMM--txt_grey3 {
    color: #585858
  }

  .MMM--txt_black,
  .MMM--wysiwyg .MMM--txt_black {
    color: #000
  }

  a.MMM--txt_black,
  .MMM--wysiwyg a.MMM--txt_black {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  a.MMM--txt_black:active,
  a.MMM--txt_black:visited,
  .MMM--wysiwyg a.MMM--txt_black:active,
  .MMM--wysiwyg a.MMM--txt_black:visited {
    color: #000
  }

  a.MMM--txt_black:hover,
  .MMM--wysiwyg a.MMM--txt_black:hover {
    color: #000;
    border-bottom: 1px solid #000
  }

  .MMM--txt_red,
  .MMM--wysiwyg .MMM--txt_red {
    color: #ff0000
  }

  .MMM--txt_white,
  .MMM--wysiwyg .MMM--txt_white {
    color: #ffffff
  }

  .mix-MMM-darkGreyText,
  a.mix-MMM-darkGreyText {
    color: #4b4b4b
  }

  .mix-MMM-medGreyText {
    color: #767676
  }

  .MMM--alert,
  .MMM--isActive .MMM--activeAlert {
    color: #ff0000
  }

  .MMM--reversed,
  .MMM--reversed:hover {
    color: #ffffff
  }

  .MMM--txt_standard {
    color: #4B4B4B
  }

  .MMM--txt_placeholder {
    color: #777
  }

  .MMM--txt_disabled {
    color: #E4E4E4
  }

  .MMM--txt_helper {
    color: #6E6E6E
  }

  .MMM--txt_error {
    color: #E10101
  }

  .MMM--palette-1 {
    color: #000
  }

  .MMM--palette-2 {
    color: #4B4B4B
  }

  .MMM--palette-3 {
    color: #fff
  }

  .MMM--palette-4 {
    color: #00B941
  }

  .MMM--palette-5 {
    color: #ccc
  }

  .MMM--palette-6 {
    color: #E10101
  }

  .MMM--palette-7 {
    color: red
  }

  .MMM--mixin-cfBlue:hover {
    background: none repeat scroll 0 0 #316da4
  }

  .MMM--mixin-cfBlue:hover .MMM--figure:after {
    border-bottom: 1em solid #316da4
  }

  .mix-MMM--fontLrg {
    font-size: 26px
  }

  .mix-MMM--fontMed {
    font-size: 21px
  }

  .mix-MMM--fontSmall {
    font-size: 14px
  }

  .MMM--bg-primary {
    background: #f1f1f1;
    color: #4b4b4b
  }

  .MMM--bg-secondary {
    background: #767676;
    color: #fff
  }

  .MMM--bg-tertiary {
    background: #545454;
    color: #fff
  }

  .MMM--bg-quaternary {
    background: #B60000;
    color: #fff
  }

  .MMM--bg-quinary {
    background: #000;
    color: #fff
  }

  .MMM--bgColor_1 {
    background-color: #FFFF00;
    color: #000
  }

  .MMM--blockInner.MMM--bgColor_1 .MMM--date,
  .MMM--blockInner.MMM--bgColor_1 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_1 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_1 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_1 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_1 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_1 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_1 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_1 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_1 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_1 .MMM--hdg_1,
  .MMM--blockInner.MMM--bgColor_1 .MMM--bodyCopy.MMM--wysiwyg {
    color: #000
  }

  .MMM--bgColor_2 {
    background-color: #FF9900;
    color: #000
  }

  .MMM--blockInner.MMM--bgColor_2 .MMM--date,
  .MMM--blockInner.MMM--bgColor_2 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_2 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_2 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_2 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_2 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_2 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_2 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_2 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_2 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_2 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_2 .MMM--bodyCopy.MMM--wysiwyg {
    color: #000
  }

  .MMM--bgColor_3 {
    background-color: #99CC00;
    color: #000
  }

  .MMM--blockInner.MMM--bgColor_3 .MMM--date,
  .MMM--blockInner.MMM--bgColor_3 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_3 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_3 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_3 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_3 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_3 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_3 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_3 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_3 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_3 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_3 .MMM--bodyCopy.MMM--wysiwyg {
    color: #000
  }

  .MMM--bgColor_4 {
    background-color: #F4811D;
    color: #000
  }

  .MMM--bgColor_5 {
    background-color: #FF0000;
    color: #fff
  }

  .MMM--bgColor_6 {
    background-color: #CC0099;
    color: #fff
  }

  .MMM--bgColor_7 {
    background-color: #990066;
    color: #fff
  }

  .MMM--bgColor_8 {
    background-color: #9933CC;
    color: #fff
  }

  .MMM--bgColor_9 {
    background-color: #0033CC;
    color: #fff
  }

  .MMM--bgColor_10 {
    background-color: #1D1D95;
    color: #fff
  }

  .MMM--bgColor_11 {
    background-color: #00CCCC;
    color: #000
  }

  .MMM--bgColor_12 {
    background-color: #00CC33;
    color: #000
  }

  .MMM--bgColor_13 {
    background-color: #FFFFFF;
    color: #000
  }

  .MMM--blockInner.MMM--bgColor_13 .MMM--date,
  .MMM--blockInner.MMM--bgColor_13 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_13 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_13 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_13 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_13 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_13 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_13 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_13 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_13 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_13 .MMM--hdg_13,
  .MMM--blockInner.MMM--bgColor_13 .MMM--bodyCopy.MMM--wysiwyg {
    color: #000
  }

  .MMM--bgColor_14 {
    background-color: #D3D3D3;
    color: #000
  }

  .MMM--blockInner.MMM--bgColor_14 .MMM--date,
  .MMM--blockInner.MMM--bgColor_14 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_14 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_14 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_14 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_14 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_14 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_14 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_14 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_14 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_14 .MMM--hdg_14,
  .MMM--blockInner.MMM--bgColor_14 .MMM--bodyCopy.MMM--wysiwyg {
    color: #000
  }

  .MMM--bgColor_15 {
    background-color: #A8A8A8;
    color: #000
  }

  .MMM--bgColor_16 {
    background-color: #595959;
    color: #fff
  }

  .MMM--bgColor_17 {
    background-color: #000000;
    color: #fff
  }

  .MMM--bgColor_18 {
    background: #f2f2f2;
    color: #000
  }

  .MMM--blockInner.MMM--bgColor_18 .MMM--date,
  .MMM--blockInner.MMM--bgColor_18 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_18 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_18 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_18 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_18 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_18 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_18 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_18 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_18 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_18 .MMM--hdg_18,
  .MMM--blockInner.MMM--bgColor_18 .MMM--bodyCopy.MMM--wysiwyg {
    color: #000
  }

  .MMM--bgColor_19 {
    background: #cbcbcb;
    color: #000
  }

  .MMM--blockInner.MMM--bgColor_19 .MMM--date,
  .MMM--blockInner.MMM--bgColor_19 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_19 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_19 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_19 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_19 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_19 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_19 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_19 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_19 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_19 .MMM--hdg_19,
  .MMM--blockInner.MMM--bgColor_19 .MMM--bodyCopy.MMM--wysiwyg {
    color: #000
  }

  .MMM--bgColor_20 {
    background: #838383;
    color: #FFFFFF
  }

  .MMM--blockInner.MMM--bgColor_5 .MMM--date,
  .MMM--blockInner.MMM--bgColor_5 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_5 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_5 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_5 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_5 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_5 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_5 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_5 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_5 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_5 .MMM--hdg_6,
  .MMM--blockInner.MMM--bgColor_5 .MMM--bodyCopy.MMM--wysiwyg {
    color: #fff
  }

  .MMM--blockInner.MMM--bgColor_5 .MMM--bodyCopy.MMM--wysiwyg a,
  .MMM--blockInner.MMM--bgColor_5 .MMM--wysiwyg a,
  .MMM--bgColor_5 .MMM--wysiwyg a,
  .MMM--bgColor_5 a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
  }

  .MMM--blockInner.MMM--bgColor_5 .MMM--bodyCopy.MMM--wysiwyg a:hover,
  .MMM--blockInner.MMM--bgColor_5 .MMM--wysiwyg a:hover,
  .MMM--bgColor_5 .MMM--wysiwyg a:hover,
  .MMM--bgColor_5 a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
  }

  .MMM--blockInner.MMM--bgColor_5 .MMM--bodyCopy.MMM--wysiwyg a:visited,
  .MMM--blockInner.MMM--bgColor_5 .MMM--wysiwyg a:visited,
  .MMM--bgColor_5 .MMM--wysiwyg a:visited,
  .MMM--bgColor_5 a:visited {
    color: #fff;
    border: none
  }

  .MMM--blockInner.MMM--bgColor_5 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink,
  .MMM--blockInner.MMM--bgColor_5 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_5 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_5 a.MMM--basicLink {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_5 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--blockInner.MMM--bgColor_5 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_5 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_5 a.MMM--basicLink:hover {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_6 .MMM--date,
  .MMM--blockInner.MMM--bgColor_6 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_6 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_6 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_6 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_6 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_6 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_6 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_6 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_6 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_6 .MMM--hdg_6,
  .MMM--blockInner.MMM--bgColor_6 .MMM--bodyCopy.MMM--wysiwyg {
    color: #fff
  }

  .MMM--blockInner.MMM--bgColor_6 .MMM--bodyCopy.MMM--wysiwyg a,
  .MMM--blockInner.MMM--bgColor_6 .MMM--wysiwyg a,
  .MMM--bgColor_6 .MMM--wysiwyg a,
  .MMM--bgColor_6 a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
  }

  .MMM--blockInner.MMM--bgColor_6 .MMM--bodyCopy.MMM--wysiwyg a:hover,
  .MMM--blockInner.MMM--bgColor_6 .MMM--wysiwyg a:hover,
  .MMM--bgColor_6 .MMM--wysiwyg a:hover,
  .MMM--bgColor_6 a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
  }

  .MMM--blockInner.MMM--bgColor_6 .MMM--bodyCopy.MMM--wysiwyg a:visited,
  .MMM--blockInner.MMM--bgColor_6 .MMM--wysiwyg a:visited,
  .MMM--bgColor_6 .MMM--wysiwyg a:visited,
  .MMM--bgColor_6 a:visited {
    color: #fff;
    border: none
  }

  .MMM--blockInner.MMM--bgColor_6 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink,
  .MMM--blockInner.MMM--bgColor_6 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_6 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_6 a.MMM--basicLink {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_6 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--blockInner.MMM--bgColor_6 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_6 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_6 a.MMM--basicLink:hover {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_7 .MMM--date,
  .MMM--blockInner.MMM--bgColor_7 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_7 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_7 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_7 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_7 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_7 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_7 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_7 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_7 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_7 .MMM--hdg_6,
  .MMM--blockInner.MMM--bgColor_7 .MMM--bodyCopy.MMM--wysiwyg {
    color: #fff
  }

  .MMM--blockInner.MMM--bgColor_7 .MMM--bodyCopy.MMM--wysiwyg a,
  .MMM--blockInner.MMM--bgColor_7 .MMM--wysiwyg a,
  .MMM--bgColor_7 .MMM--wysiwyg a,
  .MMM--bgColor_7 a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
  }

  .MMM--blockInner.MMM--bgColor_7 .MMM--bodyCopy.MMM--wysiwyg a:hover,
  .MMM--blockInner.MMM--bgColor_7 .MMM--wysiwyg a:hover,
  .MMM--bgColor_7 .MMM--wysiwyg a:hover,
  .MMM--bgColor_7 a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
  }

  .MMM--blockInner.MMM--bgColor_7 .MMM--bodyCopy.MMM--wysiwyg a:visited,
  .MMM--blockInner.MMM--bgColor_7 .MMM--wysiwyg a:visited,
  .MMM--bgColor_7 .MMM--wysiwyg a:visited,
  .MMM--bgColor_7 a:visited {
    color: #fff;
    border: none
  }

  .MMM--blockInner.MMM--bgColor_7 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink,
  .MMM--blockInner.MMM--bgColor_7 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_7 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_7 a.MMM--basicLink {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_7 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--blockInner.MMM--bgColor_7 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_7 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_7 a.MMM--basicLink:hover {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_8 .MMM--date,
  .MMM--blockInner.MMM--bgColor_8 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_8 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_8 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_8 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_8 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_8 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_8 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_8 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_8 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_8 .MMM--hdg_6,
  .MMM--blockInner.MMM--bgColor_8 .MMM--bodyCopy.MMM--wysiwyg {
    color: #fff
  }

  .MMM--blockInner.MMM--bgColor_8 .MMM--bodyCopy.MMM--wysiwyg a,
  .MMM--blockInner.MMM--bgColor_8 .MMM--wysiwyg a,
  .MMM--bgColor_8 .MMM--wysiwyg a,
  .MMM--bgColor_8 a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
  }

  .MMM--blockInner.MMM--bgColor_8 .MMM--bodyCopy.MMM--wysiwyg a:hover,
  .MMM--blockInner.MMM--bgColor_8 .MMM--wysiwyg a:hover,
  .MMM--bgColor_8 .MMM--wysiwyg a:hover,
  .MMM--bgColor_8 a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
  }

  .MMM--blockInner.MMM--bgColor_8 .MMM--bodyCopy.MMM--wysiwyg a:visited,
  .MMM--blockInner.MMM--bgColor_8 .MMM--wysiwyg a:visited,
  .MMM--bgColor_8 .MMM--wysiwyg a:visited,
  .MMM--bgColor_8 a:visited {
    color: #fff;
    border: none
  }

  .MMM--blockInner.MMM--bgColor_8 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink,
  .MMM--blockInner.MMM--bgColor_8 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_8 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_8 a.MMM--basicLink {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_8 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--blockInner.MMM--bgColor_8 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_8 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_8 a.MMM--basicLink:hover {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_9 .MMM--date,
  .MMM--blockInner.MMM--bgColor_9 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_9 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_9 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_9 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_9 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_9 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_9 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_9 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_9 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_9 .MMM--hdg_6,
  .MMM--blockInner.MMM--bgColor_9 .MMM--bodyCopy.MMM--wysiwyg {
    color: #fff
  }

  .MMM--blockInner.MMM--bgColor_9 .MMM--bodyCopy.MMM--wysiwyg a,
  .MMM--blockInner.MMM--bgColor_9 .MMM--wysiwyg a,
  .MMM--bgColor_9 .MMM--wysiwyg a,
  .MMM--bgColor_9 a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
  }

  .MMM--blockInner.MMM--bgColor_9 .MMM--bodyCopy.MMM--wysiwyg a:hover,
  .MMM--blockInner.MMM--bgColor_9 .MMM--wysiwyg a:hover,
  .MMM--bgColor_9 .MMM--wysiwyg a:hover,
  .MMM--bgColor_9 a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
  }

  .MMM--blockInner.MMM--bgColor_9 .MMM--bodyCopy.MMM--wysiwyg a:visited,
  .MMM--blockInner.MMM--bgColor_9 .MMM--wysiwyg a:visited,
  .MMM--bgColor_9 .MMM--wysiwyg a:visited,
  .MMM--bgColor_9 a:visited {
    color: #fff;
    border: none
  }

  .MMM--blockInner.MMM--bgColor_9 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink,
  .MMM--blockInner.MMM--bgColor_9 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_9 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_9 a.MMM--basicLink {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_9 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--blockInner.MMM--bgColor_9 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_9 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_9 a.MMM--basicLink:hover {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_10 .MMM--date,
  .MMM--blockInner.MMM--bgColor_10 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_10 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_10 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_10 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_10 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_10 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_10 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_10 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_10 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_10 .MMM--hdg_6,
  .MMM--blockInner.MMM--bgColor_10 .MMM--bodyCopy.MMM--wysiwyg {
    color: #fff
  }

  .MMM--blockInner.MMM--bgColor_10 .MMM--bodyCopy.MMM--wysiwyg a,
  .MMM--blockInner.MMM--bgColor_10 .MMM--wysiwyg a,
  .MMM--bgColor_10 .MMM--wysiwyg a,
  .MMM--bgColor_10 a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
  }

  .MMM--blockInner.MMM--bgColor_10 .MMM--bodyCopy.MMM--wysiwyg a:hover,
  .MMM--blockInner.MMM--bgColor_10 .MMM--wysiwyg a:hover,
  .MMM--bgColor_10 .MMM--wysiwyg a:hover,
  .MMM--bgColor_10 a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
  }

  .MMM--blockInner.MMM--bgColor_10 .MMM--bodyCopy.MMM--wysiwyg a:visited,
  .MMM--blockInner.MMM--bgColor_10 .MMM--wysiwyg a:visited,
  .MMM--bgColor_10 .MMM--wysiwyg a:visited,
  .MMM--bgColor_10 a:visited {
    color: #fff;
    border: none
  }

  .MMM--blockInner.MMM--bgColor_10 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink,
  .MMM--blockInner.MMM--bgColor_10 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_10 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_10 a.MMM--basicLink {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_10 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--blockInner.MMM--bgColor_10 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_10 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_10 a.MMM--basicLink:hover {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_16 .MMM--date,
  .MMM--blockInner.MMM--bgColor_16 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_16 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_16 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_16 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_16 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_16 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_16 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_16 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_16 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_16 .MMM--hdg_6,
  .MMM--blockInner.MMM--bgColor_16 .MMM--bodyCopy.MMM--wysiwyg {
    color: #fff
  }

  .MMM--blockInner.MMM--bgColor_16 .MMM--bodyCopy.MMM--wysiwyg a,
  .MMM--blockInner.MMM--bgColor_16 .MMM--wysiwyg a,
  .MMM--bgColor_16 .MMM--wysiwyg a,
  .MMM--bgColor_16 a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
  }

  .MMM--blockInner.MMM--bgColor_16 .MMM--bodyCopy.MMM--wysiwyg a:hover,
  .MMM--blockInner.MMM--bgColor_16 .MMM--wysiwyg a:hover,
  .MMM--bgColor_16 .MMM--wysiwyg a:hover,
  .MMM--bgColor_16 a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
  }

  .MMM--blockInner.MMM--bgColor_16 .MMM--bodyCopy.MMM--wysiwyg a:visited,
  .MMM--blockInner.MMM--bgColor_16 .MMM--wysiwyg a:visited,
  .MMM--bgColor_16 .MMM--wysiwyg a:visited,
  .MMM--bgColor_16 a:visited {
    color: #fff;
    border: none
  }

  .MMM--blockInner.MMM--bgColor_16 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink,
  .MMM--blockInner.MMM--bgColor_16 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_16 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_16 a.MMM--basicLink {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_16 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--blockInner.MMM--bgColor_16 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_16 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_16 a.MMM--basicLink:hover {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_17 .MMM--date,
  .MMM--blockInner.MMM--bgColor_17 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_17 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_17 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_17 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_17 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_17 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_17 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_17 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_17 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_17 .MMM--hdg_6,
  .MMM--blockInner.MMM--bgColor_17 .MMM--bodyCopy.MMM--wysiwyg {
    color: #fff
  }

  .MMM--blockInner.MMM--bgColor_17 .MMM--bodyCopy.MMM--wysiwyg a,
  .MMM--blockInner.MMM--bgColor_17 .MMM--wysiwyg a,
  .MMM--bgColor_17 .MMM--wysiwyg a,
  .MMM--bgColor_17 a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
  }

  .MMM--blockInner.MMM--bgColor_17 .MMM--bodyCopy.MMM--wysiwyg a:hover,
  .MMM--blockInner.MMM--bgColor_17 .MMM--wysiwyg a:hover,
  .MMM--bgColor_17 .MMM--wysiwyg a:hover,
  .MMM--bgColor_17 a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
  }

  .MMM--blockInner.MMM--bgColor_17 .MMM--wysiwyg a:visited,
  .MMM--blockInner.MMM--bgColor_17 .MMM--wysiwyg a:visited,
  .MMM--bgColor_17 .MMM--wysiwyg a:visited,
  .MMM--bgColor_17 a:visited {
    color: #fff;
    border: none
  }

  .MMM--blockInner.MMM--bgColor_17 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink,
  .MMM--blockInner.MMM--bgColor_17 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_17 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_17 a.MMM--basicLink {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_17 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--blockInner.MMM--bgColor_17 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_17 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_17 a.MMM--basicLink:hover {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_15 .MMM--date,
  .MMM--blockInner.MMM--bgColor_15 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_15 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_15 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_15 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_15 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_15 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_15 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_15 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_15 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_15 .MMM--hdg_6,
  .MMM--blockInner.MMM--bgColor_15 .MMM--bodyCopy.MMM--wysiwyg {
    color: #000
  }

  .MMM--blockInner.MMM--bgColor_15 .MMM--bodyCopy.MMM--wysiwyg a,
  .MMM--blockInner.MMM--bgColor_15 .MMM--wysiwyg a,
  .MMM--bgColor_15 .MMM--wysiwyg a,
  .MMM--bgColor_15 a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .MMM--blockInner.MMM--bgColor_15 .MMM--bodyCopy.MMM--wysiwyg a:hover,
  .MMM--blockInner.MMM--bgColor_15 .MMM--wysiwyg a:hover,
  .MMM--bgColor_15 .MMM--wysiwyg a:hover,
  .MMM--bgColor_15 a:hover {
    color: #000;
    border-bottom: 1px solid #000
  }

  .MMM--blockInner.MMM--bgColor_15 .MMM--bodyCopy .MMM--wysiwyg a:visited,
  .MMM--blockInner.MMM--bgColor_15 .MMM--wysiwyg a:visited,
  .MMM--bgColor_15 .MMM--wysiwyg a:visited,
  .MMM--bgColor_15 a:visited {
    color: #000;
    border: none
  }

  .MMM--blockInner.MMM--bgColor_15 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink,
  .MMM--blockInner.MMM--bgColor_15 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_15 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_15 a.MMM--basicLink {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_15 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--blockInner.MMM--bgColor_15 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_15 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_15 a.MMM--basicLink:hover {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_11 .MMM--date,
  .MMM--blockInner.MMM--bgColor_11 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_11 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_11 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_11 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_11 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_11 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_11 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_11 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_11 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_11 .MMM--hdg_6,
  .MMM--blockInner.MMM--bgColor_11 .MMM--bodyCopy.MMM--wysiwyg {
    color: #000
  }

  .MMM--blockInner.MMM--bgColor_11 .MMM--bodyCopy.MMM--wysiwyg a,
  .MMM--blockInner.MMM--bgColor_11 .MMM--wysiwyg a,
  .MMM--bgColor_11 .MMM--wysiwyg a,
  .MMM--bgColor_11 a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .MMM--blockInner.MMM--bgColor_11 .MMM--bodyCopy.MMM--wysiwyg a:hover,
  .MMM--blockInner.MMM--bgColor_11 .MMM--wysiwyg a:hover,
  .MMM--bgColor_11 .MMM--wysiwyg a:hover,
  .MMM--bgColor_11 a:hover {
    color: #000;
    border-bottom: 1px solid #000
  }

  .MMM--blockInner.MMM--bgColor_11 .MMM--bodyCopy.MMM--wysiwyg a:visited,
  .MMM--blockInner.MMM--bgColor_11 .MMM--wysiwyg a:visited,
  .MMM--bgColor_11 .MMM--wysiwyg a:visited,
  .MMM--bgColor_11 a:visited {
    color: #000;
    border: none
  }

  .MMM--blockInner.MMM--bgColor_11 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink,
  .MMM--blockInner.MMM--bgColor_11 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_11 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_11 a.MMM--basicLink {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_11 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--blockInner.MMM--bgColor_11 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_11 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_11 a.MMM--basicLink:hover {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_4 .MMM--date,
  .MMM--blockInner.MMM--bgColor_4 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_4 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_4 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_4 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_4 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_4 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_4 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_4 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_4 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_4 .MMM--hdg_6,
  .MMM--blockInner.MMM--bgColor_4 .MMM--bodyCopy.MMM--wysiwyg {
    color: #000
  }

  .MMM--blockInner.MMM--bgColor_4 .MMM--bodyCopy.MMM--wysiwyg a,
  .MMM--blockInner.MMM--bgColor_4 .MMM--wysiwyg a,
  .MMM--bgColor_4 .MMM--wysiwyg a,
  .MMM--bgColor_4 a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .MMM--blockInner.MMM--bgColor_4 .MMM--bodyCopy.MMM--wysiwyg a:hover,
  .MMM--blockInner.MMM--bgColor_4 .MMM--wysiwyg a:hover,
  .MMM--bgColor_4 .MMM--wysiwyg a:hover,
  .MMM--bgColor_4 a:hover {
    color: #000;
    border-bottom: 1px solid #000
  }

  .MMM--blockInner.MMM--bgColor_4 .MMM--bodyCopy .MMM--wysiwyg a:visited,
  .MMM--blockInner.MMM--bgColor_4 .MMM--wysiwyg a:visited,
  .MMM--bgColor_4 .MMM--wysiwyg a:visited,
  .MMM--bgColor_4 a:visited {
    color: #000;
    border: none
  }

  .MMM--blockInner.MMM--bgColor_4 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink,
  .MMM--blockInner.MMM--bgColor_4 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_4 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_4 a.MMM--basicLink {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_4 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--blockInner.MMM--bgColor_4 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_4 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_4 a.MMM--basicLink:hover {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_12 .MMM--date,
  .MMM--blockInner.MMM--bgColor_12 .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_12 .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_12 .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_12 .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_12 .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_12 .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_12 .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_12 .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_12 .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_12 .MMM--hdg_6,
  .MMM--blockInner.MMM--bgColor_12 .MMM--bodyCopy.MMM--wysiwyg {
    color: #000
  }

  .MMM--blockInner.MMM--bgColor_12 .MMM--bodyCopy.MMM--wysiwyg a,
  .MMM--blockInner.MMM--bgColor_12 .MMM--wysiwyg a,
  .MMM--bgColor_12 .MMM--wysiwyg a,
  .MMM--bgColor_12 a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .MMM--blockInner.MMM--bgColor_12 .MMM--bodyCopy.MMM--wysiwyg a:hover,
  .MMM--blockInner.MMM--bgColor_12 .MMM--wysiwyg a:hover,
  .MMM--bgColor_12 .MMM--wysiwyg a:hover,
  .MMM--bgColor_12 a:hover {
    color: #000;
    border-bottom: 1px solid #000
  }

  .MMM--blockInner.MMM--bgColor_12 .MMM--wysiwyg a:visited,
  .MMM--blockInner.MMM--bgColor_12 .MMM--wysiwyg a:visited,
  .MMM--bgColor_12 .MMM--wysiwyg a:visited,
  .MMM--bgColor_12 a:visited {
    color: #000;
    border: none
  }

  .MMM--blockInner.MMM--bgColor_12 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink,
  .MMM--blockInner.MMM--bgColor_12 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_12 .MMM--wysiwyg a.MMM--basicLink,
  .MMM--bgColor_12 a.MMM--basicLink {
    border: none
  }

  .MMM--blockInner.MMM--bgColor_12 .MMM--bodyCopy.MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--blockInner.MMM--bgColor_12 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_12 .MMM--wysiwyg a.MMM--basicLink:hover,
  .MMM--bgColor_12 a.MMM--basicLink:hover {
    border: none
  }

  .MMM--bgColor_trifecta {
    content: '';
    background-image: url("../img/GradientBar.svg");
    display: block;
    width: 100%
  }

  @-moz-document url-prefix() {
    .MMM--bgColor_trifecta {
      background-image: url("../imgGradientBar_deprecated.svg")
    }
  }

  .MMM--blockInner.MMM--bgColor_trifecta .MMM--date,
  .MMM--blockInner.MMM--bgColor_trifecta .MMM--wysiwyg h2,
  .MMM--blockInner.MMM--bgColor_trifecta .MMM--hdg_2,
  .MMM--blockInner.MMM--bgColor_trifecta .MMM--wysiwyg h3,
  .MMM--blockInner.MMM--bgColor_trifecta .MMM--hdg_3,
  .MMM--blockInner.MMM--bgColor_trifecta .MMM--wysiwyg h4,
  .MMM--blockInner.MMM--bgColor_trifecta .MMM--hdg_4,
  .MMM--blockInner.MMM--bgColor_trifecta .MMM--wysiwyg h5,
  .MMM--blockInner.MMM--bgColor_trifecta .MMM--hdg_5,
  .MMM--blockInner.MMM--bgColor_trifecta .MMM--wysiwyg h6,
  .MMM--blockInner.MMM--bgColor_trifecta .MMM--hdg_trifecta,
  .MMM--blockInner.MMM--bgColor_trifecta .MMM--bodyCopy.MMM--wysiwyg {
    color: #000
  }

  .MMM--bgColor_grey1 {
    background: #f2f2f2
  }

  .MMM--bgColor_actualGrey {
    background-color: #808080
  }

  .MMM--Color-sel-0,
  .MMM--Color-sel-0 a.MMM--btn:before {
    background-color: #F2F2F2
  }

  .MMM--Color-sel-1,
  .MMM--Color-sel-1 a.MMM--btn:before {
    background-color: #D2D2D2
  }

  .MMM--Color-sel-2,
  .MMM--Color-sel-2 a.MMM--btn:before {
    background-color: #A8A8A8
  }

  .MMM--Color-sel-3,
  .MMM--Color-sel-3 a.MMM--btn:before {
    background-color: #595959
  }

  .MMM--Color-sel-4,
  .MMM--Color-sel-4 a.MMM--btn:before {
    background-color: #878486
  }

  .MMM--Color-sel-5,
  .MMM--Color-sel-5 a.MMM--btn:before {
    background-color: #ADA8AC
  }

  .MMM--Color-sel-6,
  .MMM--Color-sel-6 a.MMM--btn:before {
    background-color: #000000
  }

  .MMM--Color-sel-7,
  .MMM--Color-sel-7 a.MMM--btn:before {
    background-color: #00C8E6
  }

  .MMM--Color-sel-8,
  .MMM--Color-sel-8 a.MMM--btn:before {
    background-color: #003CE6
  }

  .MMM--Color-sel-9,
  .MMM--Color-sel-9 a.MMM--btn:before {
    background-color: #1E1E96
  }

  .MMM--Color-sel-10,
  .MMM--Color-sel-10 a.MMM--btn:before {
    background-color: #00B432
  }

  .MMM--Color-sel-11,
  .MMM--Color-sel-11 a.MMM--btn:before {
    background-color: #AAE600
  }

  .MMM--Color-sel-12,
  .MMM--Color-sel-12 a.MMM--btn:before {
    background-color: #FAAA19
  }

  .MMM--Color-sel-13,
  .MMM--Color-sel-13 a.MMM--btn:before {
    background-color: #8C006E
  }

  .MMM--Color-sel-14,
  .MMM--Color-sel-14 a.MMM--btn:before {
    background-color: #8228B4
  }

  .MMM--Color-sel-15,
  .MMM--Color-sel-15 a.MMM--btn:before {
    background-color: #FA0000
  }

  .MMM--Color-sel-16,
  .MMM--Color-sel-16 a.MMM--btn:before {
    background-color: #FFFFFF
  }

  .MMM--Color-sel-17,
  .MMM--Color-sel-17 a.MMM--btn:before {
    background-color: #FFF000
  }

  .MMM--Color-sel-18,
  .MMM--Color-sel-18 a.MMM--btn:before {
    background-color: none
  }

  .MMM--Color-sel-19,
  .MMM--Color-sel-19 a.MMM--btn:before {
    background-color: #4B4B4B
  }

  .MMM--Color-sel-20,
  .MMM--Color-sel-20 a.MMM--btn:before {
    background-color: #FF0000
  }

  .MMM--Color-sel-21,
  .MMM--Color-sel-21 a.MMM--btn:before {
    background-color: #AEAEAE
  }

  .MMM--Color-sel-22,
  .MMM--Color-sel-22 a.MMM--btn:before {
    background-color: #0099FF
  }

  .MMM--Color-sel-23,
  .MMM--Color-sel-23 a.MMM--btn:before {
    background-color: #F5821E
  }

  .MMM--Color-sel-24,
  .MMM--Color-sel-24 a.MMM--btn:before {
    background-color: #DC14AA
  }

  .MMM--Color-sel-25,
  .MMM--Color-sel-25 a.MMM--btn:before {
    background-color: #5A5A5A
  }

  .MMM--Color-sel-26,
  .MMM--Color-sel-26 a.MMM--btn:before {
    background-color: #F9F9F9
  }

  .MMM--Color-sel-27,
  .MMM--Color-sel-27 a.MMM--btn:before {
    background-color: #D3D3D3
  }

  .MMM--Color-sel-28,
  .MMM--Color-sel-28 a.MMM--btn:before {
    background-color: #FFFFFF;
    background-image: url("../img/repeating_meshed_grid.png");
    background-repeat: repeat
  }

  .MMM--Color-sel-29,
  .MMM--Color-sel-29 a.MMM--btn:before {
    background-color: #FF0000;
    background-image: url("../img/peekaboo.jpg");
    background-repeat: repeat
  }

  .MMM--Color-sel-3 .MMM--hdg,
  .MMM--Color-sel-3 p,
  .MMM--Color-sel-3 li,
  .MMM--Color-sel-3 .MMM--secondaryLink,
  .MMM--Color-sel-6 .MMM--hdg,
  .MMM--Color-sel-6 p,
  .MMM--Color-sel-6 li,
  .MMM--Color-sel-6 .MMM--secondaryLink,
  .MMM--Color-sel-8 .MMM--hdg,
  .MMM--Color-sel-8 p,
  .MMM--Color-sel-8 li,
  .MMM--Color-sel-8 .MMM--secondaryLink,
  .MMM--Color-sel-13 .MMM--hdg,
  .MMM--Color-sel-13 p,
  .MMM--Color-sel-13 li,
  .MMM--Color-sel-13 .MMM--secondaryLink,
  .MMM--Color-sel-14 .MMM--hdg,
  .MMM--Color-sel-14 p,
  .MMM--Color-sel-14 li,
  .MMM--Color-sel-14 .MMM--secondaryLink,
  .MMM--Color-sel-19 .MMM--hdg,
  .MMM--Color-sel-19 p,
  .MMM--Color-sel-19 li,
  .MMM--Color-sel-19 .MMM--secondaryLink,
  .MMM--Color-sel-20 .MMM--hdg,
  .MMM--Color-sel-20 p,
  .MMM--Color-sel-20 li,
  .MMM--Color-sel-20 .MMM--secondaryLink,
  .MMM--Color-sel-22 .MMM--hdg,
  .MMM--Color-sel-22 p,
  .MMM--Color-sel-22 li,
  .MMM--Color-sel-22 .MMM--secondaryLink,
  .MMM--Color-sel-23 .MMM--hdg,
  .MMM--Color-sel-23 p,
  .MMM--Color-sel-23 li,
  .MMM--Color-sel-23 .MMM--secondaryLink,
  .MMM--Color-sel-24 .MMM--hdg,
  .MMM--Color-sel-24 p,
  .MMM--Color-sel-24 li,
  .MMM--Color-sel-24 .MMM--secondaryLink,
  .MMM--Color-sel-25 .MMM--hdg,
  .MMM--Color-sel-25 p,
  .MMM--Color-sel-25 li,
  .MMM--Color-sel-25 .MMM--secondaryLink,
  .MMM--Color-sel-29 .MMM--hdg,
  .MMM--Color-sel-29 p,
  .MMM--Color-sel-29 li,
  .MMM--Color-sel-29 .MMM--secondaryLink {
    color: #FFFFFF
  }

  .MMM--TextColor-sel-1 .MMM--hdg,
  .MMM--TextColor-sel-1 a:hover>.MMM--icn:before,
  .MMM--TextColor-sel-1 a.MMM--isActive>.MMM--icn:before,
  .MMM--TextColor-sel-1 .MMM--btn:not(.rICO-105-CarouselHero .MMM--heroCarouselButtonContainer) {
    color: #D2D2D2
  }

  .MMM--TextColor-sel-2 .MMM--hdg,
  .MMM--TextColor-sel-2 a:hover>.MMM--icn:before,
  .MMM--TextColor-sel-2 a.MMM--isActive>.MMM--icn:before,
  .MMM--TextColor-sel-2 .MMM--btn {
    color: #A8A8A8
  }

  .MMM--TextColor-sel-3 .MMM--hdg,
  .MMM--TextColor-sel-3 a:hover>.MMM--icn:before,
  .MMM--TextColor-sel-3 a.MMM--isActive>.MMM--icn:before,
  .MMM--TextColor-sel-3 .MMM--btn {
    color: #595959
  }

  .MMM--TextColor-sel-4 .MMM--hdg,
  .MMM--TextColor-sel-4 a:hover>.MMM--icn:before,
  .MMM--TextColor-sel-4 a.MMM--isActive>.MMM--icn:before,
  .MMM--TextColor-sel-4 .MMM--btn {
    color: #878486
  }

  .MMM--TextColor-sel-5 .MMM--hdg,
  .MMM--TextColor-sel-5 a:hover>.MMM--icn:before,
  .MMM--TextColor-sel-5 a.MMM--isActive>.MMM--icn:before,
  .MMM--TextColor-sel-5 .MMM--btn {
    color: #ADA8AC
  }

  .MMM--clear-float {
    clear: float
  }

  .MMM--dplLoading {
    min-height: 900px
  }

  .MMM--dplLoading .mix-MMM--img_centered {
    position: relative;
    top: 334px
  }

  .MMM--clearfix:before,
  .MMM--clearfix:after {
    content: " ";
    display: table;
    line-height: 0
  }

  .MMM--clearfix:after {
    clear: both
  }

  .MMM--backdrop {
    opacity: 0.8 !important
  }

  .js-isStatic {
    position: static
  }

  .MMM--contentToggle-trigger:hover {
    text-decoration: none;
    border-bottom: none
  }

  .MMM--clear {
    clear: both
  }

  .MMM--HTMLReplace {
    font-size: 65%;
    vertical-align: super
  }

  .MMM--displayBlock {
    display: block
  }

  .MMM--displayNone {
    display: none
  }

  .MMM--posStatic {
    position: static !important
  }

  .MMM--posAbsolute {
    position: absolute
  }

  .MMM--posRel {
    position: relative
  }

  .MMM--txtRight {
    text-align: right
  }

  .rtl .MMM--txtRight {
    text-align: left
  }

  .MMM--txtCentered {
    text-align: center
  }

  .MMM--relativePosition {
    position: relative
  }

  .MMM--txtTop {
    vertical-align: top !important
  }

  .MMM--txtMiddle {
    vertical-align: middle !important
  }

  .MMM--txtBottom {
    vertical-align: bottom !important
  }

  .MMM--mixinWordBreak {
    word-wrap: break-word
  }

  .MMM--mixinLineHeightZero {
    line-height: 0
  }

  .MMM--isVisuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    *margin-left: -9999px;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    padding: 0;
    position: absolute;
    width: 1px
  }

  .MMM--isVisuallyHiddenMobile {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    padding: 0;
    position: absolute;
    width: 1px
  }

  .MMM--acc-wrapper-1 a:focus {
    border: 1px dotted #000000
  }

  .MMM--acc-wrapper-1 a:focus img {
    border: 1px dotted #000000
  }

  .MMM--acc-wrapper-1 .MMM--textInput:focus {
    border: 1px solid #000000
  }

  .MMM--acc-wrapper-1 .MMM--searchBtn:focus {
    border: 1px solid #000000
  }

  .MMM--acc-wrapper-1 a.MMM--btn:focus {
    border: 1px dotted #000000
  }

  .MMM--acc-wrapper-1-BB a:focus .MMM--img_brandThumbnail {
    border: 1px dotted #000000
  }

  .MMM--acc-wrapper-1-BB a:focus .MMM--acc-link {
    border: 1px dotted #000000
  }

  .MMM--acc-wrapper-1 td:focus,
  .MMM--acc-wrapper-1 th:focus {
    border: 1px dotted #000000
  }

  .accw a:focus {
    color: #000000;
    background-color: rgba(90, 90, 90, 0.05);
    text-decoration: underline
  }

  .MMM--linkListBottomMargin {
    margin-bottom: 1.75em
  }

  ul.MMM--vList li {
    font-size: 16px
  }

  .MMM--ie7hidden {
    *display: none
  }

  .MMM--hdg {
    line-height: 1.3;
    font-weight: bold
  }

  .MMM--hdg_1 {
    font-size: 36px;
    line-height: 45px
  }

  .MMM--hdg_2 {
    font-size: 24px;
    line-height: 30px
  }

  .MMM--hdg_3 {
    font-size: 20px;
    line-height: 25px
  }

  .MMM--hdg_4 {
    font-size: 18px;
    line-height: 23px
  }

  .MMM--hdg_5 {
    font-size: 16px;
    line-height: 20px
  }

  .MMM--hdg_6 {
    font-size: 14px
  }

  .MMM--hdg a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .MMM--hdg a:visited,
  .MMM--hdg a:active {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .MMM--hdg a:hover {
    color: #000;
    border-bottom: 1px solid #000
  }

  .MMM--subHdg {
    font-size: 17px;
    margin-bottom: .75em;
    color: #4b4b4b
  }

  .MMM--wysiwyg .MMM--pageTitleDescription,
  .MMM--pageTitleDescription {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 9px 0
  }

  .MMM--IntroText {
    font-size: 14px
  }

  .MMM--wysiwyg .mix-MMM--hdg_normal,
  .mix-MMM--hdg_normal {
    font-weight: normal;
    font-style: normal
  }

  .MMM--wysiwyg .mix-MMM--hdg_spaced,
  .mix-MMM--hdg_spaced {
    margin-bottom: .75em
  }

  .MMM--wysiwyg .mix-MMM--hdg_smallSpaced,
  .mix-MMM--hdg_smallSpaced {
    margin-bottom: .5em
  }

  .MMM--wysiwyg .mix-MMM--hdg_lightGrey,
  .mix-MMM--hdg_lightGrey {
    color: #4b4b4b
  }

  .MMM--wysiwyg .mix-MMM--hdg_mediumGrey,
  .mix-MMM--hdg_mediumGrey {
    color: #555555
  }

  .MMM--wysiwyg .mix-MMM--hdg_dark,
  .mix-MMM--hdg_dark {
    color: #000000
  }

  .mix-MMM--hdg_lightGrey_ahref {
    color: #4b4b4b;
    text-decoration: none;
    cursor: text;
    pointer-events: none
  }

  .mix-MMM--hdg_lightGrey_ahref:hover {
    color: #4b4b4b;
    text-decoration: none;
    cursor: text;
    pointer-events: none
  }

  .MMM--headerBottomDotted {
    border-bottom: 1px dotted #000000;
    padding-bottom: 15px;
    margin-bottom: 15px
  }

  .MMM--headerTab {
    margin-bottom: 20px
  }

  .MMM--accordionPanel {
    background: #ffffff
  }

  .MMM--bodyCopy {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--wysiwyg .MMM--bodyCopy {
    margin-bottom: 20px
  }

  .MMM--bodyCopy>*+p {
    margin-top: 1em
  }

  .MMM--3Mfont {
    font-weight: normal
  }

  .MMM--hdg {
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg h1,
  .MMM--wysiwyg h1.MMM--hdg_1,
  .MMM--hdg_1 {
    font-size: 22px;
    line-height: 1.25
  }

  .MMM--wysiwyg h2,
  .MMM--hdg_2,
  .MMM--wysiwyg h1.MMM--hdg_2 {
    font-size: 20px;
    line-height: 1.25
  }

  .MMM--wysiwyg h3,
  .MMM--hdg_3,
  .MMM--wysiwyg h1.MMM--hdg_3 {
    font-size: 18px;
    line-height: 1.25
  }

  .MMM--wysiwyg h4,
  .MMM--hdg_4,
  .MMM--wysiwyg h1.MMM--hdg_4 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--hdg.MMM--hdg_4.MMM--txt_bold {
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg h5,
  .MMM--hdg_5,
  .MMM--wysiwyg h1.MMM--hdg_5 {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--wysiwyg h6,
  .MMM--hdg_6,
  .MMM--wysiwyg h1.MMM--hdg_6 {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--txt_sm_1 {
    font-size: 10px;
    line-height: 1.25
  }

  .MMM--txt_sm_2 {
    font-size: 11px;
    line-height: 1.25
  }

  .MMM--txt_sm_3 {
    font-size: 12px;
    line-height: 1.25
  }

  .MMM--txt_md_1 {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--txt_md_2 {
    font-size: 15px;
    line-height: 1.25
  }

  .MMM--txt_md_3 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--txt_md_4 {
    font-size: 17px;
    line-height: 1.25
  }

  .MMM--txt_md_5 {
    font-size: 18px;
    line-height: 1.25
  }

  .MMM--txt_md_6 {
    font-size: 19px;
    line-height: 1.25
  }

  .MMM--txt_md_7 {
    font-size: 20px;
    line-height: 1.25
  }

  .MMM--txt_md_8 {
    font-size: 21px;
    line-height: 1.25
  }

  .MMM--txt_md_9 {
    font-size: 22px;
    line-height: 1.25
  }

  .MMM--txt_md_10 {
    font-size: 23px;
    line-height: 1.25
  }

  .MMM--txt_md_11 {
    font-size: 24px;
    line-height: 1.25
  }

  .MMM--txt_lrg_1 {
    font-size: 25px;
    line-height: 1.25
  }

  .MMM--txt_lrg_2 {
    font-size: 26px;
    line-height: 1.25
  }

  .MMM--txt_lrg_3 {
    font-size: 27px;
    line-height: 1.25
  }

  .MMM--txt_lrg_4 {
    font-size: 28px;
    line-height: 1.25
  }

  .MMM--txt_lrg_5 {
    font-size: 29px;
    line-height: 1.25
  }

  .MMM--txt_lrg_6 {
    font-size: 30px;
    line-height: 1.25
  }

  .MMM--txt_lrg_7 {
    font-size: 31px;
    line-height: 1.25
  }

  .MMM--txt_lrg_8 {
    font-size: 32px;
    line-height: 1.25
  }

  .MMM--txt_lrg_9 {
    font-size: 33px;
    line-height: 1.25
  }

  .MMM--txt_hug_1 {
    font-size: 34px;
    line-height: 1.25
  }

  .MMM--txt_hug_2 {
    font-size: 42px;
    line-height: 1.25
  }

  .MMM--wysiwyg .MMM--flx_hdg_1,
  .MMM--flx_hdg_1 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg .MMM--flx_hdg_3,
  .MMM--flx_hdg_3 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--wysiwyg .MMM--flx_hdg_6,
  .MMM--flx_hdg_6 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--flx_sm_3 {
    font-size: 12px;
    line-height: 1.25
  }

  .MMM--flx_md_1 {
    font-size: 14px
  }

  .MMM--flx_md_2 {
    font-size: 16px
  }

  .MMM--flx_md_3 {
    font-size: 18px
  }

  .MMM--largeMessage-txt {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25
  }

  .MMM--heroMessage-txt {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.25
  }

  .MMM--media {
    *zoom: 1
  }

  .MMM--media:before,
  .MMM--media:after {
    content: " ";
    display: table
  }

  .MMM--media:after {
    clear: both
  }

  .MMM--media-element {
    position: relative;
    float: left;
    margin-right: 15px
  }

  .MMM--contentToggle-target .MMM--media-element.MMM--img_lrg {
    position: relative;
    float: none;
    margin-right: 15px
  }

  .rtl .MMM--media-element {
    float: right;
    margin-right: 0;
    margin-left: 15px
  }

  .MMM--media_alt .MMM--media-element {
    float: right;
    margin-right: 0;
    margin-left: 15px
  }

  .rtl .MMM--media_alt .MMM--media-element {
    float: left;
    margin-right: 15px
  }

  .MMM--media_stacked .MMM--media-element {
    float: none;
    margin: 0 0 10px 0
  }

  .MMM--media-element-bounded {
    position: relative;
    float: left;
    width: 270px;
    margin-right: 15px
  }

  .MMM--media_stacked .MMM--media-bd {
    float: none
  }

  .MMM--columnPanel .MMM--media_stacked {
    width: 100%
  }

  .MMM--columnPanel .MMM--media_stacked-mobileOnly {
    width: 100%
  }

  .MMM--media_stacked-mobileOnly .MMM--media-element {
    float: none;
    margin-bottom: 10px
  }

  .MMM--media_stacked-mobileOnly .MMM-borderClass {
    border: 1px solid #d3d3d3;
    width: 100px;
    height: 100px
  }

  .MMM--columnPanel .MMM--media_white {
    background-color: #ffffff;
    box-shadow: 0 1px 5px #CCCCCC
  }

  .MMM--columnPanel .MMM--media_inset {
    padding: 20px 15px 24px
  }

  .MMM--columnPanel .MMM--media-bd.MMM--media_inset {
    padding-top: 5px
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {

  .MMM--media_stackable .MMM--media-element,
  .rtl .MMM--media_stackable .MMM--media-element {
    float: none;
    margin: 0
  }
}

@media screen and (min-width: 1px) {
  .MMM--media-bd {
    overflow: visible;
    *overflow: visible;
    *zoom: 1
  }
}

@media screen and (min-width: 1px) and (min-width: 1px) and (max-width: 479px) {
  .MMM--media-bd {
    padding: 0;
    width: 100%
  }

  .MMM--columnPanel .MMM--media-bd.MMM--media_inset {
    width: auto;
    width: calc(100% - 30px)
  }
}

@media screen and (min-width: 1px) {
  .MMM--media-bd_wrapOnSmall {
    overflow: visible
  }

  .MMM--media-element_md,
  .rtl .MMM--media_alt .MMM--media-element_md {
    margin-right: 15px
  }

  .MMM--media_alt .MMM--media-element_md,
  .rtl .MMM--media-element_md {
    margin-right: 0;
    margin-left: 15px
  }

  .MMM--media-bd_wrap {
    overflow: visible
  }

  .MMM--media-element-frame {
    padding-bottom: 20px
  }

  .MMM--media-element_blockOnSmall,
  .rtl .MMM--media-element_blockOnSmall {
    display: inline-block;
    float: none
  }

  .MMM--bdCaption {
    margin-top: -5px;
    margin-bottom: 15px
  }

  .MMM--img {
    display: block;
    margin: 0
  }

  .MMM--img>div {
    *display: none
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--img_auto {
    display: inline-block
  }
}

@media screen and (min-width: 1px) {
  .MMM--img img {
    width: 100%;
    height: auto;
    display: block
  }

  .MMM--img_md {
    width: 170px
  }

  .MMM--img_lrg {
    width: 270px
  }

  .MMM--media-element-bounded .MMM--img {
    width: auto;
    max-width: 270px;
    max-height: 270px;
    margin: 0 auto
  }

  .MMM--img_inset {
    margin-bottom: 1.5em
  }

  .MMM--img_hero {
    width: 144px
  }

  .MMM--img_carousel {
    width: 225px
  }

  .MMM--img_carousel_hero {
    width: 100%;
    height: auto
  }

  .MMM--img_smThumbnail {
    width: 57px
  }

  .MMM--img_mdThumbnail {
    width: 85px
  }

  .MMM--img_lrgThumbnail {
    max-width: 100px;
    display: inline-block
  }

  .MMM--imgClass {
    max-height: 100px;
    margin: auto
  }

  .MMM--img_brandThumbnail {
    width: 115px
  }

  .MMM--img_squareThumbnail {
    position: relative;
    display: block;
    width: 140px;
    text-align: center
  }

  .MMM--img_squareThumbnail img {
    width: auto;
    display: block;
    margin: 0 auto;
    height: 90px
  }

  .MMM-brandBarLink {
    padding-top: 12px
  }

  .mix-MMM--img_centered {
    margin: 0 auto
  }

  .mix-MMM--img_max {
    max-width: 553px
  }

  .mix-MMM--img_maxFancy {
    position: relative;
    max-width: 533px
  }

  .mix-MMM--img_stretch {
    width: 100%
  }

  .mix-MMM--img_stack {
    margin: 0 auto 12px auto
  }

  .mix-MMM--img_hasBorder {
    border: 1px solid #adadad
  }

  .rtl .mix-MMM--img_hasBorder img {
    border-right: 1px solid transparent\9;
    *border: none
  }

  a img {
    border: none;
    vertical-align: top
  }

  input::-webkit-input-placeholder {
    font-weight: normal;
    font-style: normal;
    color: #838383
  }

  input:-moz-placeholder {
    font-weight: normal;
    font-style: normal;
    color: #838383
  }

  input::-moz-placeholder {
    font-weight: normal;
    font-style: normal;
    color: #838383
  }

  input:-ms-input-placeholder {
    font-weight: normal;
    font-style: normal;
    color: #838383
  }

  input:focus::-webkit-input-placeholder {
    color: transparent
  }

  input:focus:-moz-placeholder {
    color: transparent
  }

  input:focus::-moz-placeholder {
    color: transparent
  }

  input:focus:-ms-input-placeholder {
    color: transparent
  }

  *::-webkit-input-placeholder {
    font-weight: normal;
    font-style: normal;
    color: #838383
  }

  *:-moz-placeholder {
    font-weight: normal;
    font-style: normal;
    color: #838383
  }

  *::-moz-placeholder {
    font-weight: normal;
    font-style: normal;
    color: #838383
  }

  *:-ms-input-placeholder {
    font-weight: normal;
    font-style: normal;
    color: #838383
  }

  *:focus::-webkit-input-placeholder {
    color: transparent
  }

  *:focus:-moz-placeholder {
    color: transparent
  }

  *:focus::-moz-placeholder {
    color: transparent
  }

  *:focus:-ms-input-placeholder {
    color: transparent
  }

  .MMM--fieldsetHeading {
    font-size: 16px;
    margin-bottom: 1em
  }

  .MMM--textbox {
    margin: 0;
    border: 1px solid #aeb2b4;
    padding: 10px;
    background: #ebebeb
  }

  .MMM--textbox_subscribe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
  }

  .MMM--textInput {
    box-sizing: border-box;
    width: 100%;
    padding: 9px 10px 8px 10px;
    border: 1px #e4e3e3 solid;
    font-size: 14px
  }

  .MMM--textInput.error {
    border: 1px #C80000 solid;
    color: #C80000;
    background-color: #fffaaa
  }

  .MMM--textInput_textArea {
    resize: none;
    height: 135px
  }

  .mix-MMM--textInput85 {
    max-width: 85%
  }

  .mix-MMM--textInput80 {
    max-width: 80%
  }

  .mix-MMM--textInput75 {
    max-width: 75%
  }

  .mix-MMM--textInput70 {
    max-width: 70%
  }

  .MMM--blockLabel {
    display: block;
    font-size: 16px;
    font-weight: bold
  }

  .MMM--blockFormList>li {
    margin-bottom: 1em;
    word-break: break-word;
    word-wrap: break-word
  }

  label.error {
    color: #C80000;
    font-style: italic;
    font-weight: normal;
    line-height: 1.25
  }

  .MMM--textbox_subscribe.error {
    border: 1px #C80000 solid;
    color: #C80000;
    background-color: #fffaaa
  }

  .MMM--errorMessage {
    color: #C80000;
    font-style: italic;
    font-weight: normal
  }

  .MMM--errorMessage_reversed {
    color: #ffffff
  }

  .MMM--radio {
    display: inline-block
  }

  .MMM--selectInput.error {
    border: 1px #C80000 solid;
    color: #C80000;
    background-color: #fffaaa
  }

  .MMM--alertMessage {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #C80000
  }

  .MMM--alertMessage_alt {
    font-size: 12px;
    margin: 15px 0;
    text-align: center
  }

  .MMM--supportInfo {
    display: block
  }

  .MMM--requiredIndicator {
    color: #C80000;
    margin-right: 3px
  }

  .MMM--fieldHelp {
    font-size: 14px;
    font-weight: bold
  }

  .MMM--Emailfield-container {
    display: none
  }

  .MMM--Emailfield-container fieldset {
    margin-top: -15px
  }

  .MMM--Emailfield-container .MMM--fancyDD-hidden {
    display: block
  }

  .MMM--Emailfield-container .MMM--blockFormList>li {
    margin: 15px 0
  }

  .MMM--Emailfield-container label.error {
    color: #C80000;
    font-style: italic;
    font-weight: normal
  }

  .MMM--blockLabel {
    margin-bottom: 5px
  }

  .MMM--Emaillnk-container {
    margin: 10px 10px 10px 0;
    cursor: pointer
  }

  .MMM--Emailfield-container .selectContainer {
    display: inline-block;
    width: 100%;
    vertical-align: middle
  }

  .MMM--Emailfield-container .MMM--Opt2Fields,
  .MMM--Emailfield-container .MMM--Opt3Fields,
  .MMM--Emailfield-container .MMM--Opt4Fields {
    display: none
  }

  .MMM--confirm {
    display: none
  }

  .MMM--formCode {
    position: absolute;
    top: -9999px
  }

  .eloquaForm select[multiple="multiple"] {
    width: 100%;
    max-width: 767px;
    font-family: "Microsoft YaHei";
    font-size: 14px
  }

  .eloquaForm select[multiple="multiple"] option {
    padding: 6px 0px 6px 10px
  }

  .eloquaForm select[multiple="multiple"] option:first-child {
    margin-top: 6px
  }

  .eloquaForm select[multiple="multiple"] option:last-child {
    margin-bottom: 6px
  }

  .eloquaForm select[multiple="multiple"] optgroup {
    padding-left: 10px;
    margin-top: 6px;
    margin-bottom: 12px
  }

  .eloquaForm select[multiple="multiple"] optgroup option {
    padding-left: 0px
  }

  @-moz-document url-prefix() {
    .eloquaForm select[multiple="multiple"] optgroup option {
      padding-left: 10px
    }
  }

  .eloquaForm select[multiple="multiple"] optgroup:last-child {
    margin-bottom: 6px
  }

  .eloquaForm select[multiple="multiple"]::-webkit-scrollbar {
    width: 15px
  }

  .eloquaForm select[multiple="multiple"]::-webkit-scrollbar-track {
    background: #ebebeb
  }

  .eloquaForm select[multiple="multiple"]::-webkit-scrollbar-thumb {
    background: #a0a0a0;
    border-radius: 10px
  }

  .eloquaForm select[multiple="multiple"]::-webkit-scrollbar-thumb:hover {
    background: grey
  }

  .MMM--wysiwyg .MMM--hr,
  .MMM--hr {
    box-sizing: border-box;
    background-image: url("../img/GradientBar.svg");
    background-size: 100% 2px;
    position: relative;
    display: block;
    top: 100%;
    width: 100%;
    min-height: .07vh;
    max-height: .1vh;
    margin: 25px 0;
    padding-top: 1.5px;
    border: none;
    background-color: transparent;
    transform: scaleY(1.1);
    transform-origin: 0 0;
    -ms-transform: scaleY(1.2)
  }

  .MMM--wysiwyg .MMM--hr_dottedRule,
  .MMM--hr_dottedRule {
    margin: 20px 0;
    border-bottom: 1px dotted #000000;
    *height: 0
  }

  .MMM--wysiwyg .MMM--hr_fancyRule,
  .MMM--hr_fancyRule {
    border-bottom: 1px solid red;
    margin: 10px auto
  }

  .MMM--hr_greyRule {
    clear: both;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border: none;
    border-bottom: 1px solid #d2d2d2
  }

  .MMM--wysiwyg .MMM--hr_greyRule {
    position: relative;
    top: 100%;
    margin: 60px auto 30px
  }

  .MMM--hr {
    clear: both
  }

  .mix-MMM--hr_3px {
    height: 3px
  }

  .MMM--svgHover {
    background-image: url("../img/GradientBar.svg");
    height: 5px;
    margin-top: 3px;
    visibility: hidden;
    position: relative
  }

  @-moz-document url-prefix() {
    .MMM--svgHover {
      background-image: url("../img/GradientBar_deprecated.svg")
    }
  }

  .MMM--upperBottomBorder {
    background: url("../img/GradientBar.svg") bottom center;
    height: 5px
  }

  .MMM--lowerTopBorder {
    background: url("../img/GradientBar.svg") top center;
    height: 22px;
    position: relative
  }

  @-moz-document url-prefix() {
    .MMM--upperBottomBorder {
      background-image: url("../img/GradientBar_deprecated.svg") bottom center
    }
  }

  @-moz-document url-prefix() {
    .MMM--lowerTopBorder {
      background-image: url("../img/GradientBar_deprecated.svg") top center
    }
  }

  .mix-MMM--hr-red {
    border-bottom: 3px solid #F00000
  }

  .mix-MMM--hr-white {
    border-bottom: 1px solid #FFFFFF
  }

  .MMM--gapTop {
    margin-top: 12px
  }

  .MMM--gapTopMed {
    margin-top: 24px
  }

  .MMM--gapTopLrg {
    margin-top: 36px
  }

  .MMM--gapBottom {
    margin-bottom: 12px
  }

  .MMM--gapBottomMed {
    margin-bottom: 24px
  }

  .MMM--gapBottomLrg {
    margin-bottom: 36px
  }

  .MMM--contentPadded {
    padding: 15px
  }

  .MMM--contentPadded_third {
    padding: 30px 5px 5px 10px
  }

  .MMM--pad {
    padding: 10px
  }

  .MMM--padSm {
    padding: 15px
  }

  .MMM--padMed {
    padding: 20px
  }

  .MMM--padLrg {
    padding: 30px
  }

  .MMM--padTop {
    padding-top: 10px
  }

  .MMM--padTopMed {
    padding-top: 20px
  }

  .MMM--padTopLrg {
    padding-top: 30px
  }

  .MMM--padBottom {
    padding-bottom: 10px
  }

  .MMM--padBottomMed {
    padding-bottom: 20px
  }

  .MMM--padBottomLrg {
    padding-bottom: 30px
  }

  .MMM--padLeft {
    padding-left: 10px
  }

  .MMM--padLeftMed {
    padding-left: 20px
  }

  .MMM--padLeftLrg {
    padding-left: 30px
  }

  .MMM--padRight {
    padding-right: 10px
  }

  .MMM--padRightMed {
    padding-right: 20px
  }

  .MMM--padRightLrg {
    padding-right: 30px
  }

  .mix-MMM-MobileButton60Max {
    max-width: 60%
  }

  .mix-MMM-MobileButton55Max {
    max-width: 55%
  }

  .mix-MMM-MobileButton50Max {
    max-width: 50%
  }

  .mix-MMM-MobileButton45Max {
    max-width: 45%
  }

  .mix-MMM-MobileButton40Max {
    max-width: 40%
  }

  .MMM--grids {
    display: block;
    overflow: visible;
    zoom: 1
  }

  .MMM--grids:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
  }

  html[xmlns] .MMM--grids {
    display: block
  }

  * html .MMM--grids {
    height: 1%
  }

  .MMM--grids-col_single {
    width: 100%;
    *width: 1200px
  }

  .MMM--grids-col_main {
    width: 100%
  }

  .MMM--grids-col_sidebar {
    width: 100%
  }

  .MMM--grids-col_flex {
    width: 100%
  }

  .MMM--accentPanel {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px dotted #000000
  }

  .MMM--tableGrids {
    display: table
  }

  .MMM--tableGrids-col {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px;
    *display: inline-block;
    *display: inline;
    *zoom: 1
  }

  .MMM--tableGrids-col_alpha {
    padding-left: 0
  }

  .rtl .MMM--tableGrids-col_alpha {
    padding-right: 0;
    padding-left: 20px
  }

  .MMM--tableGrids-col_omega {
    padding-right: 0
  }

  .rtl .MMM--tableGrids-col_omega {
    padding-left: 0;
    padding-right: 20px
  }

  .rtl .MMM--tableGrids-col_border {
    border-left: none
  }

  .MMM--tableGrids-col_40 {
    width: 40%;
    *width: 420px
  }

  .MMM--tableGrids-col_50 {
    width: 50%
  }

  .MMM--tableGrids-col_60 {
    width: 60%;
    width: 640px
  }

  .MMM--tableRow-stripe {
    background-color: #cccccc
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--tableGrids_mobile {
    display: block;
    width: 100%
  }

  .MMM--tableGrids_mobile .MMM--tableGrids-col {
    display: block;
    width: 100%;
    padding: 0;
    border: none
  }
}

@media screen and (min-width: 1px) {
  .MMM--tileLayout {
    font-size: 0
  }

  .MMM--tileLayout_brand {
    margin: 0 -6px
  }

  .MMM--tileLayout-col {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    vertical-align: top
  }

  .MMM--tileLayout-col_small {
    width: 100%
  }

  .MMM--tileLayout-col_medium {
    width: 100%
  }

  .MMM--tileLayout-col_large {
    width: 100%
  }

  .MMM--tileLayout-col_full {
    width: 100%
  }

  .MMM--tileLayout-col_quartered {
    width: 25%
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--tileLayout-col_quartered+.MMM--tileLayout-col_quartered {
    margin-top: 10px
  }
}

@media screen and (min-width: 1px) {
  .MMM--tileLayout-col_modelAttributes {
    margin-bottom: 1em
  }

  .MMM--tilePanel {
    padding: 0
  }

  .MMM--tilePanel_brand {
    margin: 0 6px 20px 6px;
    text-align: center;
    max-width: 115px
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--lytJust-second {
    margin-top: .85em
  }
}

@media screen and (min-width: 1px) {
  .MMM--colSpaced {
    margin-top: 20px
  }

  .MMM--colSpacedSml {
    margin-top: 15px
  }

  .MMM--specialOfferImages {
    font-size: 0
  }

  .MMM--specialOfferImages-hd {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1
  }

  .MMM--specialOfferImages-img {
    display: inline-block;
    *display: inline;
    *zoom: 1
  }

  .MMM--hList {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--hList>* {
    float: left
  }

  .rtl .MMM--hList>* {
    float: right;
    *float: none;
    *display: inline;
    *zoom: 1
  }

  .MMM--hList_spaced>* {
    margin-left: 1.5em;
    margin-bottom: .5em
  }

  .rtl .MMM--hList_spaced>* {
    margin-right: 1.5em;
    margin-left: 0;
    margin-bottom: .5em
  }

  .MMM--hList_evenMargins>* {
    margin-right: .5em;
    margin-bottom: .5em
  }

  .rS-58-Tags {
    margin-top: 30px
  }

  .rS-58-Tags .MMM--hList_evenMargins>* {
    margin-right: 7px;
    margin-bottom: 7px
  }

  .rS-58-Tags .MMM--sideBox-bd {
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 15px 15px
  }

  .rS-58-Tags .MMM--sideBox-hd {
    padding: 15px 15px
  }

  .rtl .MMM--hList_evenMargins>* {
    margin-left: .5em;
    margin-right: 0
  }

  .MMM--hList_divider>* {
    margin-right: .5em;
    line-height: 1
  }

  .MMM--hList_divider>*+* {
    padding-left: .5em;
    border-left: 1px solid #000000
  }

  .rtl .MMM--hList_divider>* {
    margin-right: 1.5em;
    margin-left: 0
  }

  .MMM--hList_alphabeta {
    font-size: 14px
  }

  .MMM--hList_alphabeta>* {
    margin-right: 20px
  }

  .MMM--hList_alphabeta>*:last-child {
    margin-right: 0px
  }

  .rtl .MMM--hList_alphabeta>* {
    margin-right: 0px;
    margin-left: 20px
  }

  .rtl .MMM--hList_alphabeta>*:last-child {
    margin-left: 0px
  }

  .MMM--hList_2column {
    margin-bottom: 1em
  }

  .MMM--hList_2column>* {
    width: 100%
  }

  .MMM--hList_extraMargins>* {
    margin-top: .85em;
    margin-bottom: 1.75em
  }

  .MMM--vList>* {
    margin-top: .85em;
    margin-bottom: .85em
  }

  .vList_lrgTop>*+* {
    margin-top: 2em
  }

  .MMM--vList_xlrgTop>*+* {
    margin-top: 3em
  }

  .MMM--vList_stackable ul,
  .MMM--vList_stackable ol {
    display: table
  }

  .MMM--vList_extended>* {
    margin-top: 0;
    margin-bottom: 0
  }

  .MMM--vList_extended>*+* {
    margin-top: 2em
  }

  .MMM--vListtohList>* {
    margin-top: .85em;
    margin-bottom: 1.75em
  }

  .MMM--vListtohList_condensed>* {
    margin-top: 0;
    margin-bottom: 0
  }

  .MMM--flexList_1to2column {
    margin-bottom: 1em
  }

  .MMM--columnGreyBG {
    background-color: #F2F2F2;
    margin: 0 -15px;
    padding: 24px 15px 0
  }

  .MMM--columnList {
    font-size: 0;
    margin: 0 0px
  }

  .MMM--columnList {
    font-size: 0;
    margin: 0px 0px
  }

  .MMM--columnList>* {
    padding-top: .85em;
    padding-bottom: 2em;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 100%;
    line-height: 23px;
  }

  .MMM--columnGreyBG .MMM--columnList>* {
    padding-top: 0;
    padding-bottom: 20px
  }

  .rG-02-Columns .MMM--img img {
    margin: 0 auto;
    max-width: 410px;
    display: inline-block;
    *display: inline-block
  }

  .MMM--columnList_cc2 a,
  .MMM--columnList_cc3 a,
  .MMM--columnList_cc4 a {
    font-weight: bold
  }

  .MMM--columnList_cc2 a img,
  .MMM--columnList_cc3 a img,
  .MMM--columnList_cc4 a img {
    border: none;
    vertical-align: top
  }

  .MMM--columnList_cc4_mobile_cc2>* {
    width: 50%;
    padding-bottom: 0.85em
  }

  .MMM--tableGrids-col_omega .MMM--hList_extraMargins li {
    margin-bottom: 1.75em;
    margin-left: 0
  }

  .MMM--panel_omega .MMM--hList_extraMargins li {
    margin-bottom: 1.75em;
    margin-left: 0
  }
}

@media screen and (min-width: 1px) and (min-width: 384px) {
  .MMM--columnList_mc5>* {
    width: 50%;
    padding-bottom: .85em
  }
}

@media screen and (min-width: 1px) and (min-width: 480px) {
  .MMM--columnList_mc4>* {
    width: 50%;
    padding-bottom: .85em
  }
}

@media screen and (min-width: 1px) and (min-width: 512px) {
  .MMM--columnList_mc2>* {
    width: 50%;
    padding-bottom: .85em
  }

  .MMM--columnList_mc3>* {
    width: 50%;
    padding-bottom: .85em
  }
}

@media screen and (min-width: 1px) and (min-width: 576px) {
  .MMM--columnList_mc5>* {
    width: 33.333%;
    padding-bottom: .85em
  }
}

@media screen and (min-width: 1px) {

  .MMM--columnList_mc1 a,
  .MMM--columnList_mc2 a,
  .MMM--columnList_mc3 a,
  .MMM--columnList_mc4 a,
  .MMM--columnList_mc5 a {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1.75em
  }

  .MMM--columnList_mc1 .MMM--text-regular,
  .MMM--columnList_mc2 .MMM--text-regular,
  .MMM--columnList_mc3 .MMM--text-regular,
  .MMM--columnList_mc4 .MMM--text-regular,
  .MMM--columnList_mc5 .MMM--text-regular,
  .MMM--columnList_mc1 .MMM--text-regular a,
  .MMM--columnList_mc2 .MMM--text-regular a,
  .MMM--columnList_mc3 .MMM--text-regular a,
  .MMM--columnList_mc4 .MMM--text-regular a,
  .MMM--columnList_mc5 .MMM--text-regular a {
    font-weight: normal;
    font-style: normal
  }

  .MMM--columnList_mc1 a:hover,
  .MMM--columnList_mc2 a:hover,
  .MMM--columnList_mc3 a:hover,
  .MMM--columnList_mc4 a:hover,
  .MMM--columnList_mc5 a:hover {
    font-weight: bold
  }

  .MMM--columnList_mc1 .MMM--text-regular a:hover,
  .MMM--columnList_mc2 .MMM--text-regular a:hover,
  .MMM--columnList_mc3 .MMM--text-regular a:hover,
  .MMM--columnList_mc4 .MMM--text-regular a:hover,
  .MMM--columnList_mc5 .MMM--text-regular a:hover {
    font-weight: normal;
    font-style: normal
  }

  .mod-no-csscolumns .MMM--columnedList {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--columnedList>* {
    padding: .85em 0
  }

  .mod-csscolumns .MMM--columnedList {
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px
  }

  .mod-no-csscolumns .MMM--columnedList {
    font-size: 0
  }

  .mod-csscolumns .MMM--columnedList>* {
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid
  }

  .mod-no-csscolumns .MMM--columnedList>* {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px
  }

  .mod-csscolumns .MMM--columnedList_2up {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
  }

  .mod-no-csscolumns .MMM--columnedList_2up>* {
    width: 50%
  }

  .mod-csscolumns .MMM--columnedList_4up {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
  }

  .mod-no-csscolumns .MMM--columnedList_4up>* {
    width: 50%
  }

  .mod-csscolumns .MMM--columnedList_8up {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
  }

  .mod-no-csscolumns .MMM--columnedList_8up>* {
    width: 50%
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .mod-csscolumns .MMM--columnedList_mobile1up {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1
  }

  .mod-no-csscolumns .MMM--columnedList_mobile1up>* {
    width: 100%
  }
}

@media screen and (min-width: 1px) {
  .MMM--accordionList {
    background: #f1f0f0;
    border: 1px solid #d1d1d1
  }

  .MMM--accordionList_twisty {
    background: #ffffff;
    border: none
  }

  .MMM--lytJust-third-close {
    margin-top: .85em;
    margin-bottom: 0;
    text-align: right
  }

  ul.MMM--accordionList.MMM--accordionList_twisty li {
    border: none
  }

  ul.MMM--accordionList.MMM--accordionList_twisty li .MMM--accordionList-trigger {
    border: none
  }

  .MMM--accordionList .MMM--isActive {
    color: #000000;
    background: #ffffff
  }

  .MMM--accordionList>*:first-child {
    border-top: none
  }

  .MMM--accordionList-trigger {
    color: #000000;
    font-weight: bold;
    padding: 0px 18px 20px 10px;
    overflow: hidden;
    display: block;
    border-top: 1px solid #e1e1e1
  }

  a.MMM--accordionList-trigger {
    border-bottom: none;
    text-decoration: none
  }

  a.MMM--accordionList-trigger:hover {
    border-bottom: none;
    text-decoration: none
  }

  a.MMM--accordionList-trigger:active {
    border-bottom: none;
    text-decoration: none
  }

  .MMM--accordionList-trigger>:first:child {
    color: #000000;
    font-weight: bold;
    padding: 28px 18px 28px 0;
    overflow: hidden;
    display: block;
    border-top: 1px solid #e1e1e1
  }

  .MMM--accordionList_twisty a.MMM--accordionList-trigger:link {
    color: #000;
    text-decoration: none
  }

  .MMM--accordionList_twisty a.MMM--accordionList-trigger:visited,
  .MMM--accordionList_twisty a.MMM--accordionList-trigger:visited {
    color: #000;
    text-decoration: none
  }

  .MMM--accordionList_twisty a.MMM--accordionList-trigger:hover,
  .MMM--accordionList_twisty .MMM--accordionList-trigger:hover {
    color: #000;
    text-decoration: none
  }

  .MMM--accordionList_twisty a.MMM--accordionList-trigger:active,
  .MMM--accordionList_twisty .MMM--accordionList-trigger:active {
    color: #000;
    text-decoration: none;
    border: none
  }

  a .MMM--accordionList-trigger-label {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: inline-block;
    border: none;
    font-size: 16px
  }

  .MMM--accordionList-trigger .MMM--icn_plus {
    color: #000
  }

  .MMM--accordionList-infoContainer {
    padding: 0 18px 28px 37px
  }

  .rtl .MMM--accordionList-infoContainer {
    padding: 0 37px 28px 18px
  }

  .MMM--accordionList-trigger.MMM--isActive .MMM--icn_arrowDown:before {
    content: '\e02b'
  }

  .MMM--accordionList-trigger.MMM--isActive .MMM--icn_plus:before {
    content: '\e04f';
    color: #000
  }

  .MMM--accordionList-trigger-icn {
    float: left;
    margin-right: 10px
  }

  .rtl .MMM--accordionList-trigger-icn {
    float: right;
    margin-right: 0;
    margin-left: 18px
  }

  .MMM--accordionList-trigger-label {
    overflow: hidden;
    display: block
  }

  .MMM--sectionList {
    padding-left: 25px;
    margin-top: 1em;
    margin-bottom: 1.5em
  }

  .rtl .MMM--sectionList {
    padding-left: 0;
    padding-right: 25px
  }

  .MMM--sectionList>* {
    padding-left: 10px;
    list-style-type: decimal
  }

  .rtl .MMM--sectionList>* {
    padding-left: 0;
    padding-right: 10px
  }

  .MMM--sectionList *+* {
    margin-top: 1em
  }

  .MMM--tileList li {
    margin-top: 2.5em;
    margin-bottom: 2.5em
  }

  .MMM--bulletList {
    list-style-position: inside
  }

  .MMM--bulletList>li {
    list-style-type: disc
  }

  .MMM--contentWrapper {
    padding: 0;
    position: relative
  }

  .MMM--contentWrapper_padded {
    padding: 15px
  }

  .MMM--contentWrapper_sidebar {
    padding: 0
  }

  .MMM--contentWrapper_hero {
    padding: 0;
    clear: both
  }

  .MMM--contentWrapper-hd {
    position: relative;
    padding: 0 0 20px 15px
  }

  .MMM--padTop_flex {
    padding-top: 10px
  }

  .MMM--padBottom_flex {
    padding-bottom: 10px
  }

  .MMM--pageSection {
    padding: 20px 0 0 0;
    border-top: 1px dotted #000000;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--pageSection_pageHd {
    padding: 0 0 20px 0;
    border: none
  }

  .MMM--pageSection_noDividers {
    padding: 0;
    border-top: none
  }

  .mix-MMM--indent {
    padding-left: 3em;
    padding-right: 3em
  }

  .mix-MMM--indentMed {
    padding-left: 4em;
    padding-right: 4em
  }

  .MMM--bleedingEdgeLayout .MMM--grids-col {
    min-height: 0%
  }

  .MMM--bleedingEdgeLayout .MMM--isOnMobile-rG-50 {
    display: none\9
  }

  .MMM--bleedingEdgeLayout .MMM--isOnMobile .MMM--heroCarouselButtonContainer {
    display: none\9
  }

  .MMM--bleedingEdgeLayout .MMM--isOnTablet .MMM--heroCarouselButtonContainer {
    display: none\9
  }

  .MMM--bleedingEdgeLayout .MMM--heroCarouselButtonContainer {
    position: absolute\9
  }

  .MMM--bleedingEdgeLayout .MMM--heroCarouselContainer {
    position: relative\9
  }

  .MMM--bleedingEdgeLayout .MMM--heroCarouselButtonPositioner .MMM--reversed {
    text-shadow: none\9;
    color: white\9
  }

  .MMM--bleedingEdgeLayout .MMM--heroContentWrapper {
    position: static\9
  }

  .MMM--HeroBleed .MMM--heroContentWrapper {
    *margin: 0;
    *width: 0
  }

  .MMM--bleedingEdgeLayout .MMM--bleedingHero {
    z-index: 1;
    min-height: 0%;
    background-color: transparent
  }

  .MMM--bleedingEdgeLayout .MMM--bleedingContent {
    position: relative;
    z-index: 0;
    background-color: white;
    height: 100%
  }

  .component-container.MMM--mainContent.MMM--bleedingContent {
    display: none
  }

  .MMM--bleedingEdgeLayout .MMM--subContent {
    width: 100%;
    z-index: 1;
    background: #0F7ADB;
    height: 100%;
    zoom: 1
  }

  .MMM--bleedingEdgeLayout .MMM--fullZone {
    padding-bottom: 0px
  }

  .MMM--bleedingEdgeLayout .MMM--follower {
    padding: 0px
  }

  .MMM--bleedingEdgeLayout .MMM--bgColorDefault {
    background: transparent;
    clear: both
  }

  .MMM--bleedingEdgeLayout .MMM--bleedingSecondary {
    z-index: 1;
    *zoom: 1;
    margin-top: -13% \9;
    background-color: white;
    position: relative;
    margin-left: 55px;
    margin-right: 55px;
    display: block;
    overflow: hidden
  }
}

@media screen and (min-width: 1px) and (max-width: 480px) and (min-width: 1px) {
  .MMM--bleedingEdgeLayout .MMM--heroContentWrapper:first-child {
    margin-top: -10%
  }

  .MMM--bleedingEdgeLayout .MMM--margin {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .MMM--bleedingEdgeLayout .MMM--bleedingSecondary {
    z-index: 1;
    background-color: white;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    display: block
  }

  .MMM--bleedingEdgeLayout .MMM--mainContent {
    background-color: transparent;
    display: block;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 481px) {
  .MMM--bleedingEdgeLayout .MMM--heroContentWrapper:first-child {
    margin-top: -10%
  }

  .MMM--bleedingEdgeLayout .MMM--bleedingSecondary {
    z-index: 1;
    background-color: white;
    position: relative;
    margin-left: 55px;
    margin-right: 55px;
    display: block
  }

  .MMM--bleedingEdgeLayout .MMM--mainContent {
    background-color: transparent;
    display: block;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px
  }
}

@media screen and (min-width: 1px) and (min-width: 1px) and (max-width: 479px) {
  .MMM--bleedingEdge .MMM--heroStaticFigure {
    margin-bottom: -12%
  }

  .MMM--bleedingEdge .MMM--heroContentWrapper {
    background: #ffffff;
    text-align: left;
    padding: 20px 25px 0 25px;
    position: relative;
    position: relative;
    width: 70%;
    margin: 0 auto 20px
  }
}

@media screen and (min-width: 1px) and (min-width: 480px) and (max-width: 889px) {
  .MMM--bleedingEdge .MMM--heroCarouselContainer {
    margin-bottom: -18%
  }

  .MMM--bleedingEdge .mix-MMM--btn_fullWidthMobileOnly {
    padding: 10px;
    width: auto
  }

  .MMM--bleedingEdge .MMM--heroContentWrapper {
    background: none;
    text-align: left;
    padding: 20px 25px 0 25px;
    clear: both;
    position: absolute;
    top: 2%;
    width: 100%
  }

  .MMM--bleedingEdge .MMM--btn {
    font-size: 0.8571em
  }
}

@media screen and (min-width: 1px) {
  .MMM--articleContent .MMM--img {
    display: block
  }

  .MMM--articleContent .MMM--heroQuote {
    padding: 0
  }
}

@media screen and (min-width: 1px) and (max-width: 959px) {
  .MMM--articleContent .MMM--isOnDesktop {
    display: none
  }

  .MMM--articleContent .MMM--isOnDesktop:before,
  .MMM--articleContent .MMM--isOnDesktop:after {
    display: none
  }
}

@media screen and (min-width: 1px) {
  .MMM--articleContent .MMM--isOnTablet {
    display: none
  }

  .MMM--articleContent li {
    margin: 0
  }

  .MMM--articleContent .mix-MMM--hdg_video {
    font-size: 40px
  }
}

@media screen and (min-width: 1px) and (max-width: 480px) {
  .MMM--5050-gridsLeft {
    width: 100%
  }

  .MMM--5050-gridsRight {
    width: 100%
  }
}

@media screen and (min-width: 1px) and (min-width: 481px) and (max-width: 828px) {
  .MMM--5050-gridsLeft {
    width: 50%;
    float: left
  }

  .MMM--5050-gridsLeft .MMM--columnPanel.MMM--wysiwygBlocks {
    padding: 10px 10px 20px 10px
  }

  .MMM--5050-gridsRight {
    width: 50%;
    float: left
  }

  .MMM--wysiwygBlocks-Right {
    float: right
  }

  .MMM--tableBlocks-Right {
    float: right
  }
}

@media screen and (min-width: 1px) and (min-width: 1px) and (max-width: 459px) {
  .MMM--grids-25 {
    width: 100%
  }

  .MMM--grids-75 {
    width: 100%
  }
}

@media screen and (min-width: 1px) and (min-width: 460px) and (max-width: 1200px) {
  .MMM--grids-25 {
    width: 25%
  }

  .MMM--grids-75 {
    width: 75% !important
  }

  .MMM--grids-100 {
    width: 100%
  }
}

@media screen and (min-width: 1px) {
  .MMM--courseView {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    height: 84%;
    height: calc(100% - 88px)
  }

  .rW-50-LightBox .MMM--modalContainer .MMM--modalContainer-inner .MMM--courseView {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: calc(100% - 88px)
  }

  .MMM--courseAttrs li {
    margin-top: 0;
    margin-bottom: 10px
  }

  .MMM--courseAttrs i {
    vertical-align: top;
    margin-top: -2px;
    font-size: 16px
  }

  .MMM--courseAttrs i.mix-MMM--icn_rightSpace {
    margin-right: 7px
  }

  .MMM--courseSecured {
    display: block;
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 0;
    height: 0;
    border-bottom: 50px solid red;
    border-left: 50px solid transparent;
    color: black
  }

  .MMM--courseSecured i {
    font-size: 16px;
    margin: 25px -25px 0 0
  }

  .MMM--headerSearchInputWrapper {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--headerSearchInput {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-left: none;
    width: 100%;
    *width: 95%;
    height: 40px;
    *height: 32px;
    margin: 0;
    padding: 10px;
    *padding: 0;
    font-size: 16px;
    color: #6b6b6b;
    *padding: 12px 10px 0 10px
  }

  .rtl .MMM--headerSearchInput {
    border: 1px solid #e1e1e1;
    border-right: none
  }

  .MMM--headerSearchInput::-webkit-input-placeholder {
    font-weight: normal;
    font-style: normal;
    color: #838383
  }

  .MMM--headerSearchInput:-moz-placeholder {
    font-weight: normal;
    font-style: normal;
    color: #838383
  }

  .MMM--headerSearchInput::-moz-placeholder {
    font-weight: normal;
    font-style: normal;
    color: #838383
  }

  .MMM--headerSearchInput:-ms-input-placeholder {
    font-weight: normal;
    font-style: normal;
    color: #838383
  }

  .MMM--searchBtn {
    float: right;
    margin: 0 0 0 -1px;
    height: 40px;
    *height: 46px;
    *margin-top: 1px;
    margin: 0;
    padding: 0px 10px;
    *padding: 0px;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border: none;
    background: #FF0000;
    position: static
  }

  .MMM--searchBtn:hover {
    color: #FFFFFF;
    background: #000000
  }

  .mix-MMM--search_btnRight .MMM--searchBtn {
    float: right
  }

  .mix-MMM--search_btnRight .MMM--headerSearchInput {
    border-left: 1px solid #e1e1e1;
    border-right: none
  }

  .MMM--flag {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url("../img/flags.png") no-repeat
  }

  .MMM--flag.MMM--flag-pt {
    background-position: 0 -704px
  }

  .MMM--flag.MMM--flag-ro {
    background-position: -256px -704px
  }

  .MMM--flag.MMM--flag-si {
    background-position: -960px -704px
  }

  .MMM--flag.MMM--flag-am {
    background-position: -384px 0
  }

  .MMM--flag.MMM--flag-zm {
    background-position: -768px -896px
  }

  .MMM--flag.MMM--flag-sm {
    background-position: -128px -768px
  }

  .MMM--flag.MMM--flag-bb {
    background-position: -64px -64px
  }

  .MMM--flag.MMM--flag-sd {
    background-position: -704px -704px
  }

  .MMM--flag.MMM--flag-mt {
    background-position: -128px -576px
  }

  .MMM--flag.MMM--flag-mq {
    background-position: -960px -512px
  }

  .MMM--flag.MMM--flag-sn {
    background-position: -192px -768px
  }

  .MMM--flag.MMM--flag-rs {
    background-position: -320px -704px
  }

  .MMM--flag.MMM--flag-fr {
    background-position: -448px -256px
  }

  .MMM--flag.MMM--flag-yt {
    background-position: -640px -896px
  }

  .MMM--flag.MMM--flag-se {
    background-position: -768px -704px
  }

  .MMM--flag.MMM--flag-as {
    background-position: -640px 0
  }

  .MMM--flag.MMM--flag-gr {
    background-position: -192px -320px
  }

  .MMM--flag.MMM--flag-ae {
    background-position: -64px 0
  }

  .MMM--flag.MMM--flag-ge {
    background-position: -704px -256px
  }

  .MMM--flag.MMM--flag-uy {
    background-position: -896px -832px
  }

  .MMM--flag.MMM--flag-cv {
    background-position: 0 -192px
  }

  .MMM--flag.MMM--flag-tf {
    background-position: -832px -768px
  }

  .MMM--flag.MMM--flag-ag {
    background-position: -192px 0
  }

  .MMM--flag.MMM--flag-ie {
    background-position: 0 -384px
  }

  .MMM--flag.MMM--flag-ai {
    background-position: -256px 0
  }

  .MMM--flag.MMM--flag-tr {
    background-position: -384px -832px
  }

  .MMM--flag.MMM--flag-nr {
    background-position: -128px -640px
  }

  .MMM--flag.MMM--flag-vg {
    background-position: -192px -896px
  }

  .MMM--flag.MMM--flag-bw {
    background-position: 0 -128px
  }

  .MMM--flag.MMM--flag-cd {
    background-position: -256px -128px
  }

  .MMM--flag.MMM--flag-ao {
    background-position: -512px 0
  }

  .MMM--flag.MMM--flag-sb {
    background-position: -576px -704px
  }

  .MMM--flag.MMM--flag-bs {
    background-position: -896px -64px
  }

  .MMM--flag.MMM--flag-mu {
    background-position: -192px -576px
  }

  .MMM--flag.MMM--flag-hu {
    background-position: -832px -320px
  }

  .MMM--flag.MMM--flag-hr {
    background-position: -704px -320px
  }

  .MMM--flag.MMM--flag-bn {
    background-position: -704px -64px
  }

  .MMM--flag.MMM--flag-be {
    background-position: -192px -64px
  }

  .MMM--flag.MMM--flag-lv {
    background-position: 0 -512px
  }

  .MMM--flag.MMM--flag-tv {
    background-position: -512px -832px
  }

  .MMM--flag.MMM--flag-nc {
    background-position: -640px -576px
  }

  .MMM--flag.MMM--flag-ax {
    background-position: -896px 0
  }

  .MMM--flag.MMM--flag-nu {
    background-position: -192px -640px
  }

  .MMM--flag.MMM--flag-il {
    background-position: -64px -384px
  }

  .MMM--flag.MMM--flag-aw {
    background-position: -832px 0
  }

  .MMM--flag.MMM--flag-ma {
    background-position: -128px -512px
  }

  .MMM--flag.MMM--flag-gl {
    background-position: -960px -256px
  }

  .MMM--flag.MMM--flag-bz {
    background-position: -128px -128px
  }

  .MMM--flag.MMM--flag-sc {
    background-position: -640px -704px
  }

  .MMM--flag.MMM--flag-mc {
    background-position: -192px -512px
  }

  .MMM--flag.MMM--flag-dm {
    background-position: -448px -192px
  }

  .MMM--flag.MMM--flag-py {
    background-position: -128px -704px
  }

  .MMM--flag.MMM--flag-mx {
    background-position: -384px -576px
  }

  .MMM--flag.MMM--flag-ki {
    background-position: -960px -384px
  }

  .MMM--flag.MMM--flag-tw {
    background-position: -576px -832px
  }

  .MMM--flag.MMM--flag-mf {
    background-position: -384px -512px
  }

  .MMM--flag.MMM--flag-mg {
    background-position: -448px -512px
  }

  .MMM--flag.MMM--flag-my {
    background-position: -448px -576px
  }

  .MMM--flag.MMM--flag-lt {
    background-position: -896px -448px
  }

  .MMM--flag.MMM--flag-gu {
    background-position: -384px -320px
  }

  .MMM--flag.MMM--flag-va {
    background-position: 0 -896px
  }

  .MMM--flag.MMM--flag-sy {
    background-position: -576px -768px
  }

  .MMM--flag.MMM--flag-so {
    background-position: -256px -768px
  }

  .MMM--flag.MMM--flag-mh {
    background-position: -512px -512px
  }

  .MMM--flag.MMM--flag-an {
    background-position: -448px 0
  }

  .MMM--flag.MMM--flag-cw {
    background-position: -64px -192px
  }

  .MMM--flag.MMM--flag-bl {
    background-position: -576px -64px
  }

  .MMM--flag.MMM--flag-gm {
    background-position: 0 -320px
  }

  .MMM--flag.MMM--flag-az {
    background-position: -960px 0
  }

  .MMM--flag.MMM--flag-ga {
    background-position: -512px -256px
  }

  .MMM--flag.MMM--flag-cl {
    background-position: -640px -128px
  }

  .MMM--flag.MMM--flag-gt {
    background-position: -320px -320px
  }

  .MMM--flag.MMM--flag-td {
    background-position: -768px -768px
  }

  .MMM--flag.MMM--flag-bg {
    background-position: -320px -64px
  }

  .MMM--flag.MMM--flag-zw {
    background-position: -832px -896px
  }

  .MMM--flag.MMM--flag-gd {
    background-position: -640px -256px
  }

  .MMM--flag.MMM--flag-bt {
    background-position: -960px -64px
  }

  .MMM--flag.MMM--flag-ca {
    background-position: -192px -128px
  }

  .MMM--flag.MMM--flag-sz {
    background-position: -640px -768px
  }

  .MMM--flag.MMM--flag-in {
    background-position: -192px -384px
  }

  .MMM--flag.MMM--flag-jm {
    background-position: -576px -384px
  }

  .MMM--flag.MMM--flag-pw {
    background-position: -64px -704px
  }

  .MMM--flag.MMM--flag-sa {
    background-position: -512px -704px
  }

  .MMM--flag.MMM--flag-ph {
    background-position: -640px -640px
  }

  .MMM--flag.MMM--flag-ee {
    background-position: -704px -192px
  }

  .MMM--flag.MMM--flag-lk {
    background-position: -704px -448px
  }

  .MMM--flag.MMM--flag-gy {
    background-position: -512px -320px
  }

  .MMM--flag.MMM--flag-pe {
    background-position: -448px -640px
  }

  .MMM--flag.MMM--flag-kh {
    background-position: -896px -384px
  }

  .MMM--flag.MMM--flag-ci {
    background-position: -512px -128px
  }

  .MMM--flag.MMM--flag-ss {
    background-position: -384px -768px
  }

  .MMM--flag.MMM--flag-om {
    background-position: -320px -640px
  }

  .MMM--flag.MMM--flag-mp {
    background-position: -896px -512px
  }

  .MMM--flag.MMM--flag-st {
    background-position: -448px -768px
  }

  .MMM--flag.MMM--flag-cn {
    background-position: -768px -128px
  }

  .MMM--flag.MMM--flag-dj {
    background-position: -320px -192px
  }

  .MMM--flag.MMM--flag-al {
    background-position: -320px 0
  }

  .MMM--flag.MMM--flag-lu {
    background-position: -960px -448px
  }

  .MMM--flag.MMM--flag-bi {
    background-position: -448px -64px
  }

  .MMM--flag.MMM--flag-lb {
    background-position: -512px -448px
  }

  .MMM--flag.MMM--flag-nz {
    background-position: -256px -640px
  }

  .MMM--flag.MMM--flag-ar {
    background-position: -576px 0
  }

  .MMM--flag.MMM--flag-ls {
    background-position: -832px -448px
  }

  .MMM--flag.MMM--flag-gg {
    background-position: -768px -256px
  }

  .MMM--flag.MMM--flag-bm {
    background-position: -640px -64px
  }

  .MMM--flag.MMM--flag-ke {
    background-position: -768px -384px
  }

  .MMM--flag.MMM--flag-et {
    background-position: 0 -256px
  }

  .MMM--flag.MMM--flag-tc {
    background-position: -704px -768px
  }

  .MMM--flag.MMM--flag-mk {
    background-position: -576px -512px
  }

  .MMM--flag.MMM--flag-za {
    background-position: -704px -896px
  }

  .MMM--flag.MMM--flag-na {
    background-position: -576px -576px
  }

  .MMM--flag.MMM--flag-km {
    background-position: 0 -448px
  }

  .MMM--flag.MMM--flag-no {
    background-position: 0 -640px
  }

  .MMM--flag.MMM--flag-de {
    background-position: -256px -192px
  }

  .MMM--flag.MMM--flag-ly {
    background-position: -64px -512px
  }

  .MMM--flag.MMM--flag-ck {
    background-position: -576px -128px
  }

  .MMM--flag.MMM--flag-mw {
    background-position: -320px -576px
  }

  .MMM--flag.MMM--flag-sh {
    background-position: -896px -704px
  }

  .MMM--flag.MMM--flag-ne {
    background-position: -704px -576px
  }

  .MMM--flag.MMM--flag-cm {
    background-position: -704px -128px
  }

  .MMM--flag.MMM--flag-ad {
    background-position: 0 0
  }

  .MMM--flag.MMM--flag-kp {
    background-position: -128px -448px
  }

  .MMM--flag.MMM--flag-cu {
    background-position: -960px -128px
  }

  .MMM--flag.MMM--flag-do {
    background-position: -512px -192px
  }

  .MMM--flag.MMM--flag-cr {
    background-position: -896px -128px
  }

  .MMM--flag.MMM--flag-tl {
    background-position: -128px -832px
  }

  .MMM--flag.MMM--flag-fo {
    background-position: -384px -256px
  }

  .MMM--flag.MMM--flag-mv {
    background-position: -256px -576px
  }

  .MMM--flag.MMM--flag-pl {
    background-position: -768px -640px
  }

  .MMM--flag.MMM--flag-uz {
    background-position: -960px -832px
  }

  .MMM--flag.MMM--flag-pk {
    background-position: -704px -640px
  }

  .MMM--flag.MMM--flag-tn {
    background-position: -256px -832px
  }

  .MMM--flag.MMM--flag-gq {
    background-position: -128px -320px
  }

  .MMM--flag.MMM--flag-is {
    background-position: -384px -384px
  }

  .MMM--flag.MMM--flag-ec {
    background-position: -640px -192px
  }

  .MMM--flag.MMM--flag-sl {
    background-position: -64px -768px
  }

  .MMM--flag.MMM--flag-pa {
    background-position: -384px -640px
  }

  .MMM--flag.MMM--flag-im {
    background-position: -128px -384px
  }

  .MMM--flag.MMM--flag-pr {
    background-position: -896px -640px
  }

  .MMM--flag.MMM--flag-kn {
    background-position: -64px -448px
  }

  .MMM--flag.MMM--flag-iq {
    background-position: -256px -384px
  }

  .MMM--flag.MMM--flag-ht {
    background-position: -768px -320px
  }

  .MMM--flag.MMM--flag-er {
    background-position: -896px -192px
  }

  .MMM--flag.MMM--flag-cy {
    background-position: -128px -192px
  }

  .MMM--flag.MMM--flag-fm {
    background-position: -320px -256px
  }

  .MMM--flag.MMM--flag-th {
    background-position: -960px -768px
  }

  .MMM--flag.MMM--flag-lc {
    background-position: -576px -448px
  }

  .MMM--flag.MMM--flag-ir {
    background-position: -320px -384px
  }

  .MMM--flag.MMM--flag-at {
    background-position: -704px 0
  }

  .MMM--flag.MMM--flag-tg {
    background-position: -896px -768px
  }

  .MMM--flag.MMM--flag-pn {
    background-position: -832px -640px
  }

  .MMM--flag.MMM--flag-by {
    background-position: -64px -128px
  }

  .MMM--flag.MMM--flag-tt {
    background-position: -448px -832px
  }

  .MMM--flag.MMM--flag-cz {
    background-position: -192px -192px
  }

  .MMM--flag.MMM--flag-tm {
    background-position: -192px -832px
  }

  .MMM--flag.MMM--flag-jp {
    background-position: -704px -384px
  }

  .MMM--flag.MMM--flag-gs {
    background-position: -256px -320px
  }

  .MMM--flag.MMM--flag-cf {
    background-position: -320px -128px
  }

  .MMM--flag.MMM--flag-dk {
    background-position: -384px -192px
  }

  .MMM--flag.MMM--flag-kr {
    background-position: -192px -448px
  }

  .MMM--flag.MMM--flag-au {
    background-position: -768px 0
  }

  .MMM--flag.MMM--flag-fk {
    background-position: -256px -256px
  }

  .MMM--flag.MMM--flag-cg {
    background-position: -384px -128px
  }

  .MMM--flag.MMM--flag-vn {
    background-position: -320px -896px
  }

  .MMM--flag.MMM--flag-af {
    background-position: -128px 0
  }

  .MMM--flag.MMM--flag-tk {
    background-position: -64px -832px
  }

  .MMM--flag.MMM--flag-je {
    background-position: -512px -384px
  }

  .MMM--flag.MMM--flag-gh {
    background-position: -832px -256px
  }

  .MMM--flag.MMM--flag-fj {
    background-position: -192px -256px
  }

  .MMM--flag.MMM--flag-ng {
    background-position: -832px -576px
  }

  .MMM--flag.MMM--flag-tz {
    background-position: -640px -832px
  }

  .MMM--flag.MMM--flag-bj {
    background-position: -512px -64px
  }

  .MMM--flag.MMM--flag-bo {
    background-position: -768px -64px
  }

  .MMM--flag.MMM--flag-ps {
    background-position: -960px -640px
  }

  .MMM--flag.MMM--flag-tj {
    background-position: 0 -832px
  }

  .MMM--flag.MMM--flag-ky {
    background-position: -320px -448px
  }

  .MMM--flag.MMM--flag-it {
    background-position: -448px -384px
  }

  .MMM--flag.MMM--flag-hk {
    background-position: -576px -320px
  }

  .MMM--flag.MMM--flag-ba {
    background-position: 0 -64px
  }

  .MMM--flag.MMM--flag-bh {
    background-position: -384px -64px
  }

  .MMM--flag.MMM--flag-br {
    background-position: -832px -64px
  }

  .MMM--flag.MMM--flag-es {
    background-position: -960px -192px
  }

  .MMM--flag.MMM--flag-np {
    background-position: -64px -640px
  }

  .MMM--flag.MMM--flag-rw {
    background-position: -448px -704px
  }

  .MMM--flag.MMM--flag-vu {
    background-position: -384px -896px
  }

  .MMM--flag.MMM--flag-md {
    background-position: -256px -512px
  }

  .MMM--flag.MMM--flag-hn {
    background-position: -640px -320px
  }

  .MMM--flag.MMM--flag-bf {
    background-position: -256px -64px
  }

  .MMM--flag.MMM--flag-qa {
    background-position: -192px -704px
  }

  .MMM--flag.MMM--flag-wf {
    background-position: -448px -896px
  }

  .MMM--flag.MMM--flag-ms {
    background-position: -64px -576px
  }

  .MMM--flag.MMM--flag-ic {
    background-position: -896px -320px
  }

  .MMM--flag.MMM--flag-eh {
    background-position: -832px -192px
  }

  .MMM--flag.MMM--flag-co {
    background-position: -832px -128px
  }

  .MMM--flag.MMM--flag-sv {
    background-position: -512px -768px
  }

  .MMM--flag.MMM--flag-kz {
    background-position: -384px -448px
  }

  .MMM--flag.MMM--flag-vi {
    background-position: -256px -896px
  }

  .MMM--flag.MMM--flag-kw {
    background-position: -256px -448px
  }

  .MMM--flag.MMM--flag-me {
    background-position: -320px -512px
  }

  .MMM--flag.MMM--flag-bd {
    background-position: -128px -64px
  }

  .MMM--flag.MMM--flag-eg {
    background-position: -768px -192px
  }

  .MMM--flag.MMM--flag-to {
    background-position: -320px -832px
  }

  .MMM--flag.MMM--flag-ye {
    background-position: -576px -896px
  }

  .MMM--flag.MMM--flag-mn {
    background-position: -768px -512px
  }

  .MMM--flag.MMM--flag-eu {
    background-position: -64px -256px
  }

  .MMM--flag.MMM--flag-ug {
    background-position: -768px -832px
  }

  .MMM--flag.MMM--flag-id {
    background-position: -960px -320px
  }

  .MMM--flag.MMM--flag-sr {
    background-position: -320px -768px
  }

  .MMM--flag.MMM--flag-sg {
    background-position: -832px -704px
  }

  .MMM--flag.MMM--flag-fi {
    background-position: -128px -256px
  }

  .MMM--flag.MMM--flag-la {
    background-position: -448px -448px
  }

  .MMM--flag.MMM--flag-nf {
    background-position: -768px -576px
  }

  .MMM--flag.MMM--flag-ve {
    background-position: -128px -896px
  }

  .MMM--flag.MMM--flag-vc {
    background-position: -64px -896px
  }

  .MMM--flag.MMM--flag-pf {
    background-position: -512px -640px
  }

  .MMM--flag.MMM--flag-sk {
    background-position: 0 -768px
  }

  .MMM--flag.MMM--flag-ua {
    background-position: -704px -832px
  }

  .MMM--flag.MMM--flag-ml {
    background-position: -640px -512px
  }

  .MMM--flag.MMM--flag-dz {
    background-position: -576px -192px
  }

  .MMM--flag.MMM--flag-us {
    background-position: -832px -832px
  }

  .MMM--flag.MMM--flag-gb {
    background-position: -576px -256px
  }

  .MMM--flag.MMM--flag-gi {
    background-position: -896px -256px
  }

  .MMM--flag.MMM--flag-ru {
    background-position: -384px -704px
  }

  .MMM--flag.MMM--flag-ws {
    background-position: -512px -896px
  }

  .MMM--flag.MMM--flag-mr {
    background-position: 0 -576px
  }

  .MMM--flag.MMM--flag-nl {
    background-position: -960px -576px
  }

  .MMM--flag.MMM--flag-mz {
    background-position: -512px -576px
  }

  .MMM--flag.MMM--flag-gw {
    background-position: -448px -320px
  }

  .MMM--flag.MMM--flag-gn {
    background-position: -64px -320px
  }

  .MMM--flag.MMM--flag-ni {
    background-position: -896px -576px
  }

  .MMM--flag.MMM--flag-lr {
    background-position: -768px -448px
  }

  .MMM--flag.MMM--flag-li {
    background-position: -640px -448px
  }

  .MMM--flag.MMM--flag-ch {
    background-position: -448px -128px
  }

  .MMM--flag.MMM--flag-pg {
    background-position: -576px -640px
  }

  .MMM--flag.MMM--flag-jo {
    background-position: -640px -384px
  }

  .MMM--flag.MMM--flag-mo {
    background-position: -832px -512px
  }

  .MMM--flag.MMM--flag-mm {
    background-position: -704px -512px
  }

  .MMM--flag.MMM--flag-kg {
    background-position: -832px -384px
  }

  .MMM--bodyContain {
    position: relative;
    z-index: 1;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    *overflow-x: visible;
    *zoom: 1;
    -ms-overflow-x: visible\0/IE89
  }

  .MMM--bodyWrapper {
    position: relative;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .component-control,
  .MMM--contentWrapper {
    background-color: #ffffff
  }

  .MMM-site-ft {
    margin-top: 0;
    padding-top: 12px;
    background-color: #ffffff
  }

  .MMM--utilityNav .MMM--subNavDrawer {
    display: none;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.32);
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--utilityNav .MMM--subNavDrawer-inner {
    *position: relative;
    *z-index: 99;
    padding: 50px 0 40px 0;
    background: #f1f0f0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWNlY2VjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(top, #fff 75%, #ececec 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #fff), color-stop(100%, #ececec));
    background-image: -webkit-linear-gradient(top, #fff 75%, #ececec 100%);
    background-image: -o-linear-gradient(top, #fff 75%, #ececec 100%);
    background-image: -ms-linear-gradient(top, #fff 75%, #ececec 100%);
    background-image: linear-gradient(to bottom, #fff 75%, #ececec 100%);
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--utilityNav .MMM--subNavDrawer_util {
    z-index: 9
  }
}

@media screen and (min-width: 1px) and (max-width: 959px) {
  .MMM--navItemList-hasSubNav .MMM--subNavDrawer {
    display: none
  }
}

@media screen and (min-width: 1px) {
  .MMM--utilityNav .MMM--navItemList-hasSubNav_isOpen .MMM--subNavDrawer {
    display: block;
    width: 100%
  }

  .MMM--subNavDrawerPanel {
    text-align: left;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .rtl .MMM--subNavDrawerPanel {
    text-align: right
  }

  .MMM--subNavDrawerPanel_buffer {
    padding-left: 20px;
    padding-right: 20px
  }

  .MMM--subNavDrawerPanel-hd {
    padding-bottom: 5px;
    border-bottom: 1px dotted #4b4b4b;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: bold
  }

  .MMM--subNavDrawerPanelHdg {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3
  }

  .MMM--hlistLinks_popular>* {
    margin-left: 10px
  }

  .rtl .MMM--hlistLinks_popular>* {
    margin-left: 0;
    margin-right: 10px
  }

  .MMM--profileMenu {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.3
  }

  .rtl .MMM--profileMenu {
    padding-left: 0;
    padding-right: 30px
  }

  .MMM--profileMenuList>* {
    margin: .85em 0
  }

  .MMM--profileMenuList a:link,
  .MMM--profileMenuList a:visited {
    color: #4b4b4b
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--fauxSlide {
    display: none
  }
}

@media screen and (min-width: 1px) {
  .MMM--carouselList {
    position: relative;
    overflow: hidden
  }

  .MMM--carouselListItem {
    float: left;
    width: 275px;
    text-align: center;
    list-style: none;
    list-style-type: none;
    font-size: 0;
    color: #ffffff
  }

  .MMM--carouselListItem-inner {
    padding: 25px
  }

  .MMM--carouselListItem_contentList {
    text-align: left;
    background: #ffffff
  }

  .rtl .MMM--carouselListItem_contentList {
    text-align: right
  }

  .MMM--carouselListItem_contentList-inner {
    position: relative
  }

  .MMM--carouselListItem_heroOnly {
    text-align: center;
    background: #ffffff
  }

  .MMM--carouselListItem_hero-inner {
    position: relative;
    z-index: 1
  }

  .MMM--carouselListItem_hero-innerLeft {
    height: 100%;
    position: absolute;
    width: 50%;
    z-index: -1
  }

  .mix-MMM--carouselListItem_hero-innerLeft_zIndex-0 {
    z-index: 0
  }

  .MMM--carouselFigure {
    margin-bottom: 15px
  }

  .MMM--carouselCaption {
    text-align: center
  }

  .MMM--carouselFooter {
    text-align: center
  }

  .MMM--carouselFooter-caption {
    font-size: 12px;
    line-height: 15px
  }

  .MMM--carouselIndex {
    font-weight: bold
  }

  .MMM--carouselTrigger {
    display: block;
    height: 24px;
    *height: 34px;
    width: 24px;
    *width: 44px;
    top: 50%;
    margin-top: -12px;
    border-radius: 12px;
    background-color: #d5d5d5;
    color: #000000;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    z-index: 150
  }

  .MMM--carouselTrigger:hover {
    color: #ffffff;
    background: #000000
  }

  .MMM--carouselTrigger_left {
    left: 10px
  }

  .MMM--carouselTrigger_right {
    right: 10px
  }

  .MMM--triggerInactive {
    display: none
  }

  .rtl .MMM--carouselContainer {
    *width: 100%
  }

  .MMM--body-hdgText_black {
    font-weight: bolder;
    line-height: 0.9;
    margin: 0.6em, 0;
    color: #000000
  }

  .MMM--body-hdgText_white {
    font-weight: bolder;
    line-height: 0.9;
    margin: 0.6em 0;
    color: #ffffff
  }

  .MMM--bodyText_black {
    text-align: left;
    color: #000000
  }

  .MMM--bodyText_white {
    text-align: left;
    color: #ffffff
  }

  .mix-MMM--bgWhite {
    background: #fff;
    padding: 8px
  }

  .mix-MMM--bgRed {
    background: #f00;
    padding: 8px
  }

  .mix-MMM--bgBlack {
    background: #000;
    padding: 8px
  }

  .mix-MMM--bgLightGrey {
    background: #cbcbcb
  }

  .mix-MMM--bgRed .MMM--wysiwyg.mix-MMM--whiteText *,
  .mix-MMM--bgBlack .MMM--wysiwyg.mix-MMM--whiteText * {
    color: #fff !important
  }

  .mix-MMM--bgWhite .MMM--wysiwyg.mix-MMM-BlackText * {
    color: #000 !important
  }

  .MMM--filter-hd {
    padding: 0 15px
  }

  .MMM--filter-drawer.MMM--isActive {
    display: block;
    border: 1px solid #D1D1D1
  }

  .MMM--filter-drawer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: transparent;
    border-radius: 5px 5px 20px 20px / 5px 5px 200px 200px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5)
  }

  .MMM--filtersWrapper {
    padding: 15px;
    *zoom: 1;
    background: #ffffff;
    z-index: 100
  }

  .MMM--filterList>* {
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #d1d1d1;
    color: #000000
  }

  .MMM--accordionDrawer_isOpen {
    border-bottom: none
  }

  .MMM--filterList>*>a {
    display: block;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    background: #d8d8d8;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #dadada 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #e0e0e0));
    background-image: -webkit-linear-gradient(top, #dadada 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #dadada 0%, #e0e0e0 100%);
    background-image: -ms-linear-gradient(top, #dadada 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #dadada 0%, #e0e0e0 100%)
  }

  .MMM--filterItem {
    display: block;
    padding: 15px;
    font-size: 14px;
    background: #efeeee;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #efeeee 0%, #f1f0f0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efeeee), color-stop(100%, #f1f0f0));
    background-image: -webkit-linear-gradient(top, #efeeee 0%, #f1f0f0 100%);
    background-image: -o-linear-gradient(top, #efeeee 0%, #f1f0f0 100%);
    background-image: -ms-linear-gradient(top, #efeeee 0%, #f1f0f0 100%);
    background-image: linear-gradient(to bottom, #efeeee 0%, #f1f0f0 100%);
    color: #000000
  }

  .MMM--filterItem {
    *zoom: 1
  }

  .MMM--filterItem:before,
  .MMM--filterItem:after {
    content: " ";
    display: table
  }

  .MMM--filterItem:after {
    clear: both
  }

  .MMM--filterCategories {
    border: 1px solid #c4c4c4;
    border-bottom: none
  }

  .MMM--filterHeadline {
    background: #000000;
    padding: 15px
  }

  .MMM--subFilterList>* {
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #d1d1d1;
    color: #000000
  }

  .MMM--subFilterList_directList a {
    display: block;
    padding: 15px;
    font-size: 14px;
    background: #efeeee;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #efeeee 0%, #f1f0f0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efeeee), color-stop(100%, #f1f0f0));
    background-image: -webkit-linear-gradient(top, #efeeee 0%, #f1f0f0 100%);
    background-image: -o-linear-gradient(top, #efeeee 0%, #f1f0f0 100%);
    background-image: -ms-linear-gradient(top, #efeeee 0%, #f1f0f0 100%);
    background-image: linear-gradient(to bottom, #efeeee 0%, #f1f0f0 100%);
    color: #000000
  }

  .MMM--subFilterList_directList a {
    *zoom: 1
  }

  .MMM--subFilterList_directList a:before,
  .MMM--subFilterList_directList a:after {
    content: " ";
    display: table
  }

  .MMM--subFilterList_directList a:after {
    clear: both
  }

  .MMM--selectedFilters {
    border: 1px solid #bbbbbb;
    background: #bbbbbb;
    padding: 10px 10px 15px 10px;
    margin-bottom: 5px
  }

  .MMM--selectedFilterList>* {
    margin-top: 10px
  }

  .MMM--selectedFilterList a {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    background: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000000
  }

  .MMM--selectedFilterList a.MMM--isMostRecent {
    background: #ffd200
  }

  .MMM--sort {
    border-top: 1px dotted #535353;
    border-bottom: 1px dotted #535353;
    padding: 15px 10px;
    margin-bottom: 20px
  }

  .MMM--sort-hd {
    display: inline-block;
    *display: inline;
    *zoom: 1
  }

  .MMM--sort-bd {
    display: inline-block;
    *display: inline;
    *zoom: 1
  }

  .MMM--sortList {
    font-size: 0
  }

  .MMM--sortList>* {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: .75em;
    font-size: 14px;
    font-weight: bold
  }

  .rtl .MMM--sortList>* {
    padding-right: .75em;
    padding-left: 0
  }

  .MMM--sortList>*+* {
    border-left: 1px solid #4b4b4b;
    margin-left: .75em
  }

  .rtl .MMM--sortList>*+* {
    border-left: none;
    margin-left: 0;
    border-right: 1px solid #4b4b4b;
    margin-right: .75em
  }

  .MMM--mediaListInner {
    padding-top: 15px;
    position: relative
  }

  .rtl .MMM--mediaListInner {
    *width: 100%
  }

  .MMM--mediaListFigure {
    float: left;
    position: relative;
    border: 1px solid #cccccc
  }

  .rtl .MMM--mediaListFigure {
    float: right
  }

  .MMM--mediaListDescription {
    margin-bottom: 14px;
    font-size: 14px
  }

  .MMM--mediaListMetaData {
    margin-bottom: 14px
  }

  .MMM--mediaListInfo {
    font-size: 14px;
    font-weight: bold;
    color: #535354
  }

  .MMM--listView {
    margin-top: 15px
  }

  .MMM--listView-item {
    margin-top: 15px
  }

  .MMM--listView-item_divided {
    -webkit-box-shadow: 0 25px 25px -15px #efefef;
    -moz-box-shadow: 0 25px 25px -15px #efefef;
    box-shadow: 0 25px 25px -15px #efefef;
    padding-bottom: 25px;
    margin-bottom: 30px
  }

  ul .MMM--listView-item_divided:last-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
    margin-bottom: 20px
  }

  .MMM--catList>* {
    margin-top: 2em;
    margin-bottom: 2em
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--catList>*+* {
    margin-top: 1em;
    padding-top: 1em
  }
}

@media screen and (min-width: 1px) {
  .MMM--author {
    margin-top: .5em;
    margin-bottom: 1em
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--relatedCategory-ft {
    display: none
  }
}

@media screen and (min-width: 1px) {
  .MMM--relatedCategory {
    padding: 20px
  }

  .MMM--relatedItemsList {
    padding: 15px
  }

  .MMM--relatedItemsList>* {
    margin: 15px 0
  }

  .MMM--relatedItemsList>*:nth-child(n+6) {
    display: none
  }

  .MMM--products-tabs_isInactive {
    display: none
  }

  .MMM--tileContent {
    margin: 15px auto 0 auto;
    border: 1px solid transparent;
    position: relative
  }

  .MMM--btn_quickview {
    display: none
  }

  .MMM--tileContent-inner {
    padding: 12px 0 0 0px;
    overflow: hidden
  }

  .MMM--tileContent-inner-bd {
    overflow: hidden;
    padding-left: 10px
  }

  .MMM--tileContent-inner-bd_large {
    padding: 50px 0 0 0
  }

  .rtl .MMM--tileContent-inner-bd {
    padding-left: 0;
    padding-right: 10px
  }

  .MMM--tileTitle {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold
  }

  .MMM--infoBlock {
    padding: 20px;
    border: 1px solid #cccccc;
    background: #eeeeee
  }

  .MMM--infoBlock-hd {
    margin-bottom: 1em
  }

  .MMM--contentDetailMediaZoom {
    display: block
  }

  .MMM--contentDetailBlock {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    padding-right: 5px
  }

  .MMM--contentDetailBlock-content_media {
    margin: 0 20px 10px 0;
    text-align: center
  }

  .rtl .MMM--contentDetailBlock-content_media {
    margin: 0 0 10px 20px
  }

  .MMM--productSku {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    color: #000000
  }

  .MMM--lytJustDetailBlock {
    display: block;
    padding-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    border-top: 1px dotted #000000
  }

  .MMM--productDetailContain {
    overflow: hidden
  }

  .MMM--productDetailContain-bd {
    float: left;
    min-width: 510px;
    max-width: 75%
  }

  .MMM--productDetailContain-sideBar {
    overflow: hidden
  }

  .MMM--contentDetailContain-bd {
    padding: 0 10px
  }

  .rtl .MMM--contentDetailContain-bd {
    *width: 100%
  }

  .MMM--relatedProductTitle {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold
  }

  .MMM--productPrice {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #000000
  }

  .MMM--selectQty {
    display: inline-block;
    margin-bottom: 10px
  }

  .MMM--supportMod {
    margin-top: 25px
  }

  .MMM--supportMod-content {
    display: block;
    overflow: hidden
  }

  .MMM--supportMod-content_secondaryContent {
    display: none
  }

  .MMM--supportMod-content-media {
    float: right
  }

  .rtl .MMM--supportMod-content-media {
    float: left
  }

  .MMM--supportMod-content-hd {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
    overflow: hidden
  }

  .MMM--supportMod-content-bd {
    padding-top: 15px;
    overflow: hidden
  }

  .MMM--supportMod-content-bd_half {
    width: 49%;
    float: left
  }

  .rtl .MMM--supportMod-content-bd_half {
    float: right
  }

  .MMM--supportMod-content-bd_half_chatMod {
    width: 100%;
    float: none
  }

  .rtl .MMM--supportMod-content-bd_half_chatMod {
    float: none
  }

  .MMM--supportMod-content-bd_half_chatBtn {
    width: 100%;
    float: none
  }

  .rtl .MMM--supportMod-content-bd_half_chatBtn {
    float: none
  }

  .MMM--supportModRow .MMM--supportMod {
    width: 100%
  }

  .MMM--addInfoBlock-message {
    padding-top: .5em;
    padding-bottom: .5em;
    max-width: 646px
  }

  .MMM--allModelList>*+* {
    margin-top: 15px;
    border-top: 1px dotted #000000;
    padding-top: 15px
  }

  .MMM--allModel-hd {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--allModel-bd {
    margin-bottom: 1em
  }

  .MMM--allModel-ft {
    clear: both;
    text-align: center
  }

  .MMM--allModelAttributeList_child-hidden {
    display: none
  }

  .MMM--allModelItemSpecs {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    margin-bottom: 1em
  }

  .MMM--allModelItemSpecs-element {
    float: left;
    margin-right: 15px;
    max-width: 85px
  }

  .rtl .MMM--allModelItemSpecs-element {
    float: right;
    margin-right: 0;
    margin-left: 15px
  }

  .MMM--allModelItemSpecs-element img {
    width: 100%
  }

  .MMM--allModelItemSpecs-bd {
    float: left;
    width: -webkit-calc(100% - 152px);
    width: -moz-calc(100% - 152px);
    width: -ms-calc(100% - 152px);
    width: -o-calc(100% - 152px);
    width: calc(100% - 152px)
  }

  .MMM--allModelItemImg {
    border: 1px solid #cccccc;
    width: 135px
  }

  .MMM--allModelItemDetails-Title {
    margin-bottom: 2em
  }

  .MMM--allModelItemDetails-SKU {
    margin-bottom: 2em
  }

  .MMM--collapsePanels-item-content {
    margin-bottom: 1em
  }

  .MMM--collapsePanels-item-subContent {
    margin-bottom: 1em
  }

  .MMM--collapsePanels-item-subContent.isInactive {
    display: none
  }

  .MMM--expandableInto-bd {
    padding: 10px 0;
    border-top: 1px dotted #000000
  }

  .MMM--expandableInto-bd-supplementalContent {
    margin-top: 1em
  }

  .MMM--expandableInto-bd-supplementalContent.isInactive {
    display: none
  }

  .MMM--expandableInto-ft {
    padding-bottom: 10px;
    border-bottom: 1px dotted #000000
  }

  .MMM--expandableInto-ft-content-trigger>a {
    color: #000000
  }

  .MMM--expandableInto-ft-content-trigger.MMM--isActive>a>.MMM--icn_plus:before {
    content: '\e016';
    color: #ff0000
  }

  .MMM--expandContentTrigger {
    font-weight: bold
  }

  .MMM--expandContentTrigger.MMM--isActive .MMM--icn_arrowDown:before {
    content: '\e02b';
    color: #000
  }

  .MMM--expandContentTrigger_aside {
    float: right;
    margin-top: 20px
  }

  .rtl .MMM--expandContentTrigger_aside {
    float: left
  }

  .MMM--resultsControls {
    margin: 10px 0;
    padding: 0 5px;
    border-top: 1px dotted #535353;
    border-bottom: 1px dotted #535353;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    *width: 100%
  }

  .MMM--resultsControls_pagination {
    text-align: center
  }

  .MMM--sortByForm {
    float: right;
    line-height: 3
  }

  .rtl .MMM--sortByForm {
    float: left
  }

  .MMM--resultsInformation {
    float: left
  }

  .rtl .MMM--resultsInformation {
    float: right
  }

  .MMM--resultCount {
    display: inline-block;
    vertical-align: top;
    line-height: 3
  }

  .MMM--resultsViewToggle {
    display: inline-block;
    padding: 10px 0;
    color: #9b9b9b
  }

  .MMM--contextToggle.MMM--isActive span,
  .MMM--contextToggle.MMM--isActive:before {
    color: #000000
  }

  .MMM--contextToggle {
    padding-right: 10px
  }

  .rtl .MMM--contextToggle {
    padding-right: 0;
    padding-left: 10px
  }

  .MMM--dataGroup {
    margin-bottom: 20px
  }

  .MMM--dataList {
    font-size: 14px
  }

  .MMM--dataList>* {
    margin: .5em 0
  }

  .MMM--docType {
    font-weight: bold
  }

  .MMM--variationImage {
    border: 1px solid #cccccc
  }

  .MMM--variationTitle {
    font-size: 12px;
    font-weight: bold;
    color: #4B4B4B
  }

  .MMM--variationsList {
    max-width: 296px;
    margin-left: -15px;
    font-size: 0
  }

  .MMM--variationsList>* {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 57px;
    height: 57px;
    margin: 0 0 15px 15px;
    border: 1px solid #cccccc
  }

  .MMM--variationsGallery {
    margin: 15px auto;
    text-align: center
  }

  .MMM--contentToggle-target {
    display: none
  }

  .MMM--contentToggle-target.MMM--isActive {
    display: block;
    color: #4b4b4b
  }

  .MMM--pdpList>* {
    padding: 10px;
    margin-left: 20px;
    list-style: disc
  }

  .MMM--pdpList_secondary>* {
    padding: 3px
  }

  .MMM--contentToggle-trigger {
    display: block
  }

  .MMM--productRating {
    margin-bottom: 8px
  }

  .MMM--comparisonToggle {
    display: none
  }

  .MMM--featuredBox {
    background: #f2f2f2;
    padding: 20px;
    margin: 0 0 1.5em 0
  }

  .MMM--featuredBox_static {
    background: #f2f2f2;
    margin: 10px
  }

  .MMM--featuredBox-noBkg {
    padding: 20px;
    margin: 0 0 1.5em 0
  }

  .sideBox {
    padding-top: 0;
    padding-bottom: 0
  }

  .MMM--sideBox-hd {
    background: #FFFFFF;
    padding: 10px 15px;
    border: 1px solid #E1E1E1
  }

  .MMM--sideBox-hd .MMM--reversed,
  .MMM--sideBox-hd .MMM--reversed:hover {
    color: #000000
  }

  .MMM--sideBox-bd {
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 5px 15px
  }

  .mix--sideBox-Dark .MMM--sideBox-hd {
    background-color: #cccccc
  }

  .mix--sideBox-Dark .MMM--sideBox-bd {
    background-color: #ffffff
  }

  .MMM--actionLabel {
    float: left
  }

  .rtl .MMM--actionLabel {
    float: right
  }

  .MMM--actionOffset {
    float: right
  }

  .rtl .MMM--actionOffset {
    float: left
  }

  .MMM--actionOffset_checkbox {
    margin-top: 0
  }

  .MMM--actionOffset_low {
    margin-top: 8px
  }

  .MMM--pagination {
    margin: 1em 0;
    text-align: center
  }

  .MMM--disclaimerBlock {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted #000000;
    margin-bottom: 10px;
    clear: both
  }

  .MMM--disclaimerTrigger {
    color: #000000
  }

  .MMM--disclaimerTrigger.MMM--isActive .MMM--icn_plus:before {
    color: #ff0000
  }

  .MMM--moreLink {
    font-weight: bold
  }

  .MMM--replyLink {
    font-size: 14px;
    font-weight: bold;
    margin-left: 2em
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--replyLink {
    display: block;
    margin-top: 1em
  }
}

@media screen and (min-width: 1px) {
  .MMM--backToTop {
    text-align: right;
    font-size: 14px;
    color: #4b4b4b
  }

  .rtl .MMM--backToTop {
    text-align: left
  }

  .MMM--backToTop:before {
    content: '[\20'
  }

  .MMM--backToTop:after {
    content: '\20]'
  }

  .MMM--relatedTitleLink {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    font-style: italic;
    font-weight: normal;
    padding: 5px 0 10px 0;
    vertical-align: middle
  }

  .MMM--noZoneHeadingRelatedTitleLink {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    font-style: italic;
    font-weight: normal;
    padding: 5px 0 10px 0;
    vertical-align: middle;
    margin-bottom: .75em
  }

  .MMM--linkTransition {
    font-size: 14px;
    color: #0066cc
  }

  .MMM--blockLink {
    display: block
  }

  a.MMM--currentPage {
    color: #000000
  }

  .MMM--relatedTitleExtLink {
    display: block;
    font-size: 14px;
    line-height: 2
  }

  .MMM--jumpTopItemContainer {
    margin-top: 1em;
    text-align: right
  }

  .MMM--jumpTopItemContainer img {
    vertical-align: top
  }

  .MMM--skipMenu {
    position: relative;
    *display: none;
    background-color: #ffffff
  }

  .MMM--skipList {
    padding: 0
  }

  .MMM--skipList a {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--skipList a:active,
  .MMM--skipList a:focus,
  .MMM--skipList a:hover {
    position: absolute;
    z-index: 9999999;
    top: auto;
    left: auto;
    width: 100%;
    height: 1em;
    width: auto;
    font-weight: bold;
    width: 100%;
    color: #000000;
    text-align: center;
    border-bottom: none
  }

  .MMM--skipList:focus-within {
    padding: 1rem
  }

  .MMM--skipList:focus-within li a {
    position: absolute;
    z-index: 9999999;
    top: auto;
    left: auto;
    width: 100%;
    height: 1em;
    width: auto;
    font-weight: bold;
    width: 100%;
    color: #000000;
    text-align: center;
    text-decoration: none;
    border-bottom: none
  }

  .MMM--skipList:focus-within li a:focus,
  .MMM--skipList:focus-within li a:hover {
    color: #0033CC
  }

  .MMM--skipList:focus-within li {
    height: 20px;
    margin-bottom: 10px
  }

  .MMM--dat-row {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    padding: 7px 15px
  }

  .MMM--dat-row:nth-child(even) {
    background: #e5e5e5
  }

  .MMM--dat-cell {
    margin-bottom: 5px
  }

  .MMM--videoMedia_Play {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    background: url("../img/play.png") no-repeat center center;
    text-indent: -119988px;
    cursor: pointer;
    opacity: 0.75
  }

  .MMM--videoMedia_Play-bg {
    background-position: center center;
    -webkit-background-size: 88px, 88px;
    -moz-background-size: 88px, 88px;
    -o-background-size: 88px, 88px;
    background-size: 88px, 88px
  }

  .js-videowrapper.MMM--videoPlayer_playing,
  .MMM--videoWrapper.MMM--videoPlayer_playing {
    display: block
  }

  .js-videowrapper,
  .MMM--videoWrapper {
    display: none;
    height: auto
  }

  .js-videoNavcontrols,
  .MMM--videoNavControls {
    display: none;
    padding: 0 5px
  }

  .js-videoNavcontrols.showNav,
  .MMM--videoNavControls.showNav {
    display: inline
  }

  .js-videoNavcontrols a,
  .MMM--videoNavControls a {
    margin-right: 5px
  }

  .js-videoNavcontrols a.disable,
  .MMM--videoNavControls a.disable,
  .js-videoNavcontrols a.disable:hover,
  .MMM--videoNavControls a.disable:hover {
    color: #D2D2D2;
    cursor: default;
    border-bottom: 1px solid #D2D2D2
  }

  .js-videoNavcontrols .MMM--videoCloseBtn:before,
  .MMM--videoNavControls .MMM--videoCloseBtn:before {
    vertical-align: middle
  }

  .video-player,
  .MMM--videoPlayer {
    position: static;
    left: -999em
  }

  .MMM--videoJS.video-js {
    position: relative;
    width: 100%
  }

  .MMM--nowShow {
    background-color: #595959;
    z-index: 1;
    padding: 5px;
    position: absolute;
    color: #ffffff
  }

  .video-player .MMM--videoJS.vjs-fullscreen,
  .MMM--videoPlayer .MMM--videoJS.vjs-fullscreen {
    position: static;
    width: 100%;
    height: 100%
  }

  .MMM--videoJS .vjs-tech {
    position: static
  }

  .MMM--videoJS .vjs-control-bar {
    position: static
  }

  .MMM--videoJS .vjs-fullscreen .vjs-control-bar {
    position: absolute
  }

  .MMM--videoListPlayer_Container {
    margin: 0 auto;
    position: relative;
    width: 730px
  }

  .MMM--vidoList_Carousel {
    height: 245px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 295px
  }

  .MMM--videoList-skin {
    list-style: none outside none;
    margin: 0 5px 0 10px
  }

  .MMM--videoList-skin li:first-child {
    margin-top: 0
  }

  .MMM--videoList-skin li {
    border: 1px solid #EDEDED;
    border-radius: 6px;
    clear: both;
    cursor: pointer;
    display: block;
    height: 71px;
    list-style: none outside none;
    margin: 10px 0;
    text-align: left
  }

  .MMM--videoList-skin li:hover,
  .MMM--videoList-skin li.selected,
  .MMM--videoList-skin li:hover .timeOverlay,
  .MMM--videoList-skin li.selected .timeOverlay {
    background-color: #EDEDED
  }

  .MMM--videoList-skin div {
    display: inline;
    float: left;
    margin: 0;
    position: relative
  }

  .MMM--videoList-skin img {
    height: 60px;
    margin: 0;
    padding: 5px;
    width: 80px
  }

  .MMM--videoList-skin .MMM--videoText {
    height: 3em;
    padding-top: 5px;
    width: 168px
  }

  .MMM--videoList-skin .MMM--videoTitle {
    color: #77797B;
    font-size: 12px;
    font-weight: bold
  }

  .utb-clearing {
    clear: both
  }

  .utb-left {
    float: left
  }

  .utb-right {
    float: right
  }

  .utb-ellipsis {
    -moz-binding: url("/wps/themeModules/modules/pagebuilder/css/bindings.xml");
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%
  }

  .utb-project-info {
    float: left;
    color: white;
    padding: 2px 27px 2px 13px;
    line-height: 33px
  }

  .lotusui_ie8 .utb-project-info {
    max-width: 320px
  }

  .utb-project-quicklink {
    float: left;
    color: white;
    padding: 2px 5px;
    font-size: 0.9em;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 33px;
    text-align: right
  }

  .lotusui_ie8 .utb-project-quicklink,
  .lotusui_ie7 .utb-project-quicklink {
    border-right: 1px solid #4b4b4b
  }

  .utb-project-quicklink a {
    padding: 8px 12px;
    text-decoration: none;
    color: white
  }

  .utb-project-quicklink a:hover,
  .utb-project-quicklink a:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none
  }

  .lotusui_ie8 .utb-project-info {
    overflow: hidden
  }

  .utb-project-info .utb-name {
    font-size: 1.1em;
    position: relative;
    width: auto
  }

  .utb-project-info .utb-project-label {
    color: #CCCCCC;
    width: auto
  }

  .utb-project-info:hover .utb-project-label {
    color: #EEEEEE
  }

  .utb-project-info.utb-hover-link:hover {
    background-color: rgba(255, 255, 255, 0.25);
    cursor: pointer
  }

  .utb-project-info .utb-desc {
    line-height: 1.2em;
    font-size: 0.9em;
    color: #ddd;
    max-width: 300px;
    width: auto
  }

  .utb-project-info.utb-hover-link:hover .utb-desc {
    color: #EEEEEE
  }

  .utb-project-info .utb-project-name {
    padding-left: 5px;
    font-weight: bold;
    width: auto
  }

  .utb-project-name.utb-published-site {
    padding-left: 0px
  }

  .wpthemeHeader {
    background-color: #424142;
    padding: 5px 0;
    overflow: hidden;
    text-align: left;
    border-bottom: 1px solid #292929
  }

  .wpthemeRight {
    float: right;
    text-align: right
  }

  .hiddenWidgetsContainer {
    display: none
  }

  .MMM--wysiwyg {
    line-height: 1.25;
    font-size: 16px;
    font-weight: normal;
    font-style: normal
  }

  .MMM--bodyCopy.MMM--wysiwyg {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.25
  }
}

@media screen and (min-width: 1px) and (min-width: 768px) {
  .MMM--wysiwyg {
    font-size: 14px
  }
}

@media screen and (min-width: 1px) {

  .MMM--wysiwyg *+p,
  .MMM--wysiwyg *+blockquote,
  .MMM--wysiwyg *+ul,
  .MMM--wysiwyg *+ol,
  .MMM--wysiwyg *+dl,
  .MMM--wysiwyg *+pre {
    margin-top: 1em
  }

  .MMM--wysiwyg p.MMM--caption {
    margin-top: 1.35em;
    margin-bottom: 1.35em;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    font-weight: normal
  }

  .MMM--wysiwyg h1,
  .MMM--wysiwyg h2,
  .MMM--wysiwyg h3,
  .MMM--wysiwyg h4,
  .MMM--wysiwyg h5,
  .MMM--wysiwyg h6 {
    font-weight: bold;
    color: #4b4b4b;
    margin-bottom: 0.5em
  }

  .MMM--wysiwyg *+h1,
  .MMM--wysiwyg *+h2,
  .MMM--wysiwyg *+h3,
  .MMM--wysiwyg *+h4,
  .MMM--wysiwyg *+h5,
  .MMM--wysiwyg *+h6 {
    margin-top: 12px
  }

  .MMM--wysiwyg h1 {
    font-size: 21px
  }

  .MMM--wysiwyg h2 {
    font-size: 16px
  }

  .MMM--wysiwyg h3 {
    font-size: 16px
  }

  .MMM--wysiwyg h4 {
    font-size: 17px
  }

  .MMM--wysiwyg h5 {
    font-size: 16px
  }

  .MMM--wysiwyg h6 {
    font-size: 14px
  }
}

@media screen and (min-width: 1px) and (min-width: 768px) {
  .MMM--wysiwyg h1 {
    font-size: 24px
  }

  .MMM--wysiwyg h2 {
    font-size: 19px
  }

  .MMM--wysiwyg h4 {
    font-size: 14px
  }

  .MMM--wysiwyg h5 {
    font-size: 12px
  }
}

@media screen and (min-width: 1px) and (min-width: 960px) {
  .MMM--wysiwyg h2 {
    font-size: 20px
  }
}

@media screen and (min-width: 1px) {

  .MMM--wysiwyg .MMM--siteSectionTitle,
  .MMM--siteSectionTitle {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 9px 0
  }

  .MMM--wysiwyg .MMM--pageTitleDescription {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.07;
    margin: 15px 0 18px 0;
    padding: 0;
    color: #767676
  }

  .MMM--wysiwyg blockquote {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px dotted #ff0000;
    border-bottom: 1px dotted #ff0000;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.75;
    width: 60%
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--wysiwyg blockquote {
    width: 100%
  }
}

@media screen and (min-width: 1px) {
  .MMM--wysiwyg address {
    margin: 0 0 1em 0;
    font-style: italic;
    font-weight: normal
  }

  .MMM--wysiwyg .MMM--textone {
    margin-top: 1.35em;
    margin-bottom: 1.35em
  }

  .MMM--wysiwyg .MMM--texttwo {
    margin-top: 1.35em;
    margin-bottom: 1.35em;
    font-size: 12px;
    line-height: 1.67
  }

  .MMM--wysiwyg a.MMM--btn_tertiary {
    color: #fff
  }

  .MMM--wysiwyg .MMM--relatedTitleLink a.MMM--basicLink i {
    border-bottom: none;
    font-style: normal;
    font-size: 10px
  }

  .MMM--wysiwyg .MMM--relatedTitleLink a span {
    border-bottom: 1px solid white;
    background: white
  }

  .MMM--wysiwyg .MMM--relatedTitleLink a span i {
    font-style: normal;
    font-size: 10px
  }

  .MMM--wysiwyg a.MMM--basicLink {
    border-bottom: none;
    font-style: normal
  }

  .MMM--wysiwyg a.MMM--basicLink:hover {
    border-bottom: none;
    font-style: normal
  }

  .MMM--wysiwyg a.MMM--basicLink:focus,
  .MMM--wysiwyg a.MMM--basicLink:visited {
    border: none
  }

  .MMM--wysiwyg strong,
  .MMM--wysiwyg b {
    font-weight: bold
  }

  .MMM--wysiwyg em,
  .MMM--wysiwyg i {
    font-style: italic;
    font-weight: normal
  }

  .MMM--wysiwyg del,
  .MMM--wysiwyg strike,
  .MMM--wysiwyg s {
    text-decoration: line-through
  }

  .MMM--wysiwyg u,
  .MMM--wysiwyg ins {
    text-decoration: underline
  }

  .MMM--wysiwyg sup,
  .MMM--txt_sup {
    vertical-align: super;
    font-size: smaller
  }

  .MMM--wysiwyg sub,
  .MMM--txt_sub {
    vertical-align: sub;
    font-size: smaller
  }

  .MMM--wysiwyg big {
    font-size: larger
  }

  .MMM--wysiwyg small {
    font-size: smaller
  }

  .MMM--wysiwyg abbr,
  .MMM--wysiwyg acronym {
    border-bottom: dotted 1px
  }

  .MMM--wysiwyg cite,
  .MMM--wysiwyg dfn {
    font-style: italic;
    font-weight: normal
  }

  .MMM--wysiwyg q {
    font-style: italic;
    font-weight: normal
  }

  .MMM--wysiwyg q::before {
    content: open-quote
  }

  .MMM--wysiwyg q::after {
    content: close-quote
  }

  .MMM--wysiwyg q:lang(en) {
    quotes: "\201C""\201D""\2018""\2019"
  }

  .MMM--wysiwyg bdo {
    direction: rtl
  }

  .MMM--wysiwyg pre {
    margin: 0 0 1em 0;
    font-family: "Lucida Console", Monaco, monospace;
    white-space: normal
  }

  .MMM--wysiwyg code,
  .MMM--wysiwyg samp,
  .MMM--wysiwyg tt,
  .MMM--wysiwyg kbd {
    font-family: "Lucida Console", Monaco, monospace
  }

  .MMM--wysiwyg var {
    font-style: italic;
    font-weight: normal
  }

  .MMM--wysiwyg:not(.antiwysiwyg) ul,
  .MMM--bodyCopy:not(.antiwysiwyg) ul,
  .MMM--bodyCopy.MMM--wysiwyg:not(.antiwysiwyg) ul {
    list-style-type: disc;
    margin: 0 0 1em 0;
    display: table;
    line-height: 1.3
  }

  .MMM--wysiwyg ul.MMM--blockFormList,
  .MMM--bodyCopy ul.MMM--blockFormList,
  .MMM--bodyCopy.MMM--wysiwyg ul.MMM--blockFormList,
  ul.MMM--blockFormList {
    list-style: none
  }

  .MMM--bodyCopy ol,
  .MMM--wysiwyg ol,
  .MMM--bodyCopy.MMM--wysiwyg ol {
    list-style-type: decimal;
    margin: 0 0 1em 0;
    display: table;
    line-height: 1.3
  }

  .MMM--wysiwyg dt {
    font-weight: bold
  }

  .MMM--wysiwyg li,
  .MMM--wysiwyg dd,
  .MMM--bodyCopy li,
  .MMM--bodyCopy.MMM--wysiwyg li {
    margin: 0 0 .5em 2em;
    *display: list-item;
    *vertical-align: top
  }

  .rtl .MMM--wysiwyg li,
  .rtl .MMM--wysiwyg dd {
    margin: 0 2em 0 0
  }

  .MMM--wysiwyg ul ul,
  .MMM--wysiwyg ul ol,
  .MMM--wysiwyg ul dl,
  .MMM--wysiwyg ol ul,
  .MMM--wysiwyg ol ol,
  .MMM--wysiwyg ol dl,
  .MMM--wysiwyg dl ul,
  .MMM--wysiwyg dl ol,
  .MMM--wysiwyg dl dl {
    margin-top: 0;
    margin-bottom: 0
  }

  .MMM--wysiwyg ol ul li,
  .MMM--wysiwyg ul ul li {
    position: relative
  }

  .MMM--wysiwyg ol ul,
  .MMM--wysiwyg ul ul {
    list-style-type: circle;
    *list-style-type: circle
  }

  .MMM--wysiwyg ol ol {
    list-style-type: lower-alpha
  }

  .MMM--wysiwyg ol ol ul,
  .MMM--wysiwyg ol ul ul,
  .MMM--wysiwyg ul ol ul,
  .MMM--wysiwyg ul ul ul {
    *list-style-type: square
  }

  .MMM--wysiwyg ol ol ul li:before,
  .MMM--wysiwyg ol ul ul li:before,
  .MMM--wysiwyg ul ol ul li:before,
  .MMM--wysiwyg ul ul ul li:before {
    content: "\25AA"
  }

  .MMM--wysiwyg ol ol ol {
    list-style-type: lower-roman
  }

  .MMM--wysiwyg .MMM--vList {
    margin: 0;
    padding: 0;
    list-style-type: none
  }

  .MMM--wysiwyg .MMM--vList>li {
    margin: .85em 0 .85em 0;
    padding: 0;
    list-style-type: none
  }

  .MMM--wysiwyg .MMM--vList>* {
    margin-top: .85em;
    margin-bottom: .85em
  }

  .MMM--wysiwyg .MMM--vList a {
    font-weight: bold
  }

  .MMM--wysiwyg table {
    margin: 0 0 20px 0;
    width: 100% !important;
    border-collapse: separate
  }

  .MMM--wysiwyg caption {
    font-size: smaller;
    font-size: 12px;
    line-height: 15px
  }

  .MMM--wysiwyg tr {
    vertical-align: middle
  }

  .MMM--wysiwyg tbody {
    vertical-align: middle
  }

  .MMM--wysiwyg thead {
    vertical-align: middle
  }

  .MMM--wysiwyg tfoot {
    vertical-align: middle
  }

  .MMM--wysiwyg td {
    vertical-align: inherit;
    text-align: inherit;
    padding: 2px 4px
  }

  .MMM--wysiwyg tbody td {
    *border-bottom: 1px solid #cccccc
  }

  .MMM--wysiwyg th {
    vertical-align: inherit;
    text-align: inherit;
    font-weight: bold;
    padding: 2px 4px;
    background-color: #666666;
    color: #ffffff
  }

  .MMM--wysiwyg tr:nth-child(even) td {
    background-color: #cccccc
  }

  .MMM--wysiwyg hr {
    font-size: 0;
    color: transparent;
    line-height: 1;
    overflow: hidden;
    *overflow: visible;
    background: none;
    margin: 10px auto;
    padding: 0;
    border-image: url("../img/GradientBar.svg") 10 10 stretch;
    *zoom: 1
  }

  @-moz-document url-prefix() {
    .MMM--wysiwyg hr {
      background-image: url("../img/GradientBar_deprecated.svg") 10 10 stretch
    }
  }

  .MMM--wysiwyg img {
    display: inline-block;
    *display: inline;
    *zoom: 1
  }

  .MMM--wysiwyg img,
  .MMM--wysiwyg video,
  .MMM--wysiwyg audio {
    max-width: 100%
  }

  .MMM--wysiwyg .MMM--imgStretch {
    display: block;
    width: 100%;
    margin-bottom: 1em
  }

  .MMM--wysiwyg .MMM--imgLeft,
  .MMM--wysiwyg .MMM--imgRight {
    display: block
  }

  .MMM--wysiwyg .MMM--imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em
  }
}

@media screen and (min-width: 1px) and (min-width: 768px) {
  .MMM--wysiwyg .MMM--imgLeft {
    float: left;
    display: block;
    margin-right: 1.5em
  }

  .MMM--wysiwyg .MMM--imgRight {
    float: right;
    display: block;
    margin-left: 1.5em
  }
}

@media screen and (min-width: 1px) {
  .MMM--wysiwyg .MMM--imgLeft {
    *float: left;
    *display: block;
    *margin-right: 1.5em
  }

  .MMM--wysiwyg .MMM--imgRight {
    *float: right;
    *display: block;
    *margin-left: 1.5em
  }

  .MMM--wysiwyg p img[style*="float: right"],
  .MMM--wysiwyg p img[style*="float:right"] {
    margin: 0 0 0 15px
  }

  .MMM--wysiwyg p img[style*="float: left"],
  .MMM--wysiwyg p img[style*="float:left"] {
    margin: 0 15px 0 0
  }

  .MMM--overlay {
    background: none repeat scroll 0 0 #FF0000;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.25s ease-out 0s;
    z-index: 10
  }

  .overlay-link {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    background: none repeat scroll 0 0 transparent;
    display: block;
    overflow: hidden;
    transition: background-color 0.25s ease-out 0s;
    text-decoration: none;
    position: relative
  }

  .overlay-link:visited {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .overlay-link:hover .MMM--figure .MMM--overlay {
    opacity: 0.6
  }

  .overlay-link .MMM--figure:after {
    transition: all 0.25s ease-out 0s
  }

  .overlay-link:hover {
    /*color: #fff;
    background: none repeat scroll 0 0 red;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #fff*/
  }

  .overlay-link:hover .MMM--hdg {
   /* color: #fff*/
  }

  .overlay-link:hover .MMM--text-button {
    color: #fff
  }

  .overlay-link:hover .MMM--date {
    color: #fff
  }

  .MMM--wysiwyg .MMM--clearFloat {
    clear: both
  }

  .clearfix:before,
  .clearfix:after {
    content: "";
    display: table
  }

  .clearfix:after {
    clear: both
  }

  .MMM--wysiwyg ul.MMM--bulletedListOff,
  .MMM--wysiwyg:not(.antiwysiwyg) ul.MMM--bulletedListOff,
  .MMM--bodyCopy:not(.antiwysiwyg) ul.MMM--bulletedListOff,
  .MMM--bodyCopy.MMM--wysiwyg:not(.antiwysiwyg) ul.MMM--bulletedListOff {
    list-style-type: none
  }

  .MMM--couponColumns .MMM--couponContainer {
    border: 1px dashed black
  }

  .MMM--couponSelectZone {
    padding: 0
  }

  .MMM--couponSelectZone input[type=checkbox] {
    position: relative;
    top: 2px;
    left: -5px
  }

  .MMM--couponContainer .MMM--media {
    padding: 10px;
    cursor: pointer;
    text-align: center
  }

  .MMM--couponSendToFriend {
    float: right
  }

  .MMM--couponSavings {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px
  }

  .MMM--couponPagination {
    margin-left: 0px;
    background: none;
    border: none
  }

  span.MMM--coupon-SelectCoupon {
    margin-top: 7px
  }

  .MMM-transition-all {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease
  }

  .MMM--miniSnapsWrapper {
    font-size: 13px
  }

  .MMM--snapsSelBox-top {
    border-bottom: 1px solid #000000;
    padding-bottom: 12px
  }

  .MMM--snapsSelBox-title {
    border-bottom: 1px dotted #000000;
    padding-top: 12px;
    padding-bottom: 12px
  }

  .MMM--searchedOnBlock-text_border {
    border-right: 1px solid #4b4b4b;
    padding-right: 5px
  }

  .MMM--searchedOnBlock-text_border:last-child {
    border-right: none;
    padding-right: 0
  }

  .MMM--snapsSel-BlockToFloatRight {
    margin: 12px auto 0;
    display: block
  }

  .MMM--snapsSel-toggleBtn {
    color: #444;
    font-weight: 700;
    font-size: 14px
  }

  .MMM--snapsSel-toggleBtn:hover {
    color: #000;
    cursor: pointer
  }

  .MMM--snapsSel-toggleBtn>i:before {
    content: '\e02b'
  }

  .MMM--snapsSel-toggleBtn.isActive {
    color: #ff0000
  }

  .MMM--snapsSel-toggleBtn.isActive>i:before {
    content: '\e028'
  }

  .MMM--snapsSel-tableContainer {
    width: 100%;
    position: relative
  }

  .MMM--snapsSelButtonContainer_reset {
    display: block;
    margin-top: 10px
  }

  .MMM--snapsSelBox input,
  .MMM--snapsSelBox select {
    border: 1px solid #999999
  }

  .MMM--RSSPortletError {
    display: none
  }

  input:focus,
  textarea:focus,
  .MMM--fancyDropDiv .MMM--fancyDropAnchor:focus,
  .MMM--headerSearchInput.MMM--inputField:focus,
  .MMM--Emailfield-container .MMM--fancyDropDiv .MMM--fancyDropAnchor:focus {
    border: 1px solid #000000
  }

  .MMM--fancyDropDown {
    width: 100%;
    height: 40px
  }

  .MMM--fancyDD-hidden {
    display: none
  }

  .MMM--fancyDD-show {
    display: block
  }

  .MMM--fancyDropDiv {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    line-height: 39px
  }

  .MMM--fancyDropDiv a :active,
  .MMM--fancyDropDiv a :focus {
    border: 1px solid #000000
  }

  .MMM--fancyDropDiv select {
    float: left;
    height: 100%;
    width: 100%
  }

  .MMM--fancyDropDiv .MMM--fancyDropAnchor {
    background: #FFF;
    line-height: 38px;
    color: #000;
    border: 1px solid #e1e1e1;
    font-weight: bold;
    position: relative;
    width: 100%
  }

  .MMM--fancyDropDiv .MMM--fancyDropAnchor .MMM--fancyDropLabel {
    display: inline-block;
    padding: 0 10px;
    overflow: hidden;
    line-height: 2;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .MMM--fancyDropDiv .MMM--fancyDropAnchor :hover {
    text-decoration: none
  }

  .MMM--fancyDropDiv .MMM--fancyDropAnchor .MMM--icn_arrowDown {
    float: right;
    padding: 14px 13px 11px 15px;
    background-color: #000000;
    color: #ffffff
  }

  .MMM--fancyDropDiv .MMM--fancyDropAnchor .MMM--icn_arrowUp {
    float: right;
    padding: 14px 13px 11px 15px;
    background: #000000;
    color: #ffffff
  }

  .MMM--fancyDropDiv .MMM--isDisabled * {
    color: #999 !important;
    cursor: default
  }

  .MMM--fancyDropDiv .MMM--fancyDropAnchor ::-moz-focus-inner {
    border: 0;
    padding: 0
  }

  .MMM--fancyDropDiv .MMM--fancyDropAnchor :focus {
    background: #fff
  }

  .MMM--fancyDropDiv .MMM--isFocus {
    border: 2px solid #05386b
  }

  .MMM--isHiddenOverlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 5px
  }

  .rG-01-Stackable .MMM--hdg,
  .rG-02-Columns .MMM--hdg {
    line-height: 1.5
  }

  .js-listToPushDown .MMM--sideBox-bd a:hover {
    color: #F00;
    text-decoration: none
  }

  .js-listToPushDown .MMM--sideBox-bd a {
    color: #000;
    border: 0px
  }

  .js-listToPushDown .mix--sideBox-Dark .MMM--sideBox-bd {
    padding-top: 15px
  }

  .js-listToPushDown .MMM--sideBox-LSN-List .MMM--hdg {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25em
  }

  .js-listToPushDown .MMM--vList a.MMM--txt_bold:hover {
    color: #F00;
    text-decoration: none
  }

  .js-listToPushDown .MMM--vList a.MMM--txt_bold {
    color: #000;
    border: 0px
  }

  .MMM--hdg_4-rG-50,
  .MMM--hdg_4-rG-50 a:link {
    font-size: 18px;
    margin: 20px 0;
    line-height: 22px
  }
}

@media screen and (min-width: 1px) and (min-width: 1px) and (max-width: 479px) {
  .MMM--isOnMobile-rG-50 {
    display: block
  }

  .MMM--isOnTablet-rG-50 {
    display: none
  }

  .MMM--isOnDesktop-rG-50 {
    display: none
  }

  .MMM--isNotOnMobile-rG-50 {
    display: none
  }

  a.MMM--More-Stories {
    background-color: #f2f2f2;
    color: #4b4b4b;
    padding: 14px;
    border-top: none;
    text-align: left;
    float: right;
    float: left;
    margin-left: 18px;
    width: 90%
  }

  .MMM--date {
    font-size: 14px;
    color: #4b4b4b;
    font-weight: normal;
    font-style: normal;
    line-height: 17px
  }

  .MMM--bodyCopy .MMM--wysiwyg .MMM--bodyCopy-Tiles {
    font-size: 14px;
    line-height: 1.25;
    font-weight: normal;
    color: #4d4d4d
  }

  .MMM--bodyCopy-Tiles {
    font-size: 14px;
    line-height: 1.25;
    font-weight: normal;
    color: #4d4d4d
  }

  .MMM--hdg_4-rG-50,
  .MMM--hdg_4-rG-50 a:link {
    font-size: 16px;
    margin: 20px 0;
    line-height: 27px
  }
}

@media screen and (min-width: 1px) and (min-width: 480px) and (max-width: 889px) {
  .MMM--isOnTablet-rG-50 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0
  }

  .MMM--rG-50-listItem {
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 0 1.761%;
    text-align: left;
    vertical-align: top;
    width: 41%
  }

  .MMM--isOnDesktop-rG-50 {
    display: none
  }

  .MMM--isNotOnMobile-rG-50 {
    display: none
  }

  .MMM--isOnMobile-rG-50 {
    display: none
  }

  .MMM-tablet-rG-50 {
    width: 45%;
    float: left;
    padding: 0 10px;
    text-align: left
  }

  .MMM--rG-50-bleed {
    width: 80%;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    background: #fff;
    padding: 30px 0
  }

  a.MMM--More-Stories {
    background-color: #f2f2f2;
    color: #4b4b4b;
    padding: 15px;
    border-top: none;
    text-align: center;
    float: right;
    margin-right: 20px
  }
}

@media screen and (min-width: 1px) {
  .MMM--filterBox {
    width: auto;
    background: url('../img/MobileLrg_FilterBar.jpg') repeat;
    padding: 15px 0px 15px 5px
  }

  .MMM--filterLabel {
    float: left
  }

  .MMM--LabelPrimary {
    margin: 10px 10px 5px 0
  }

  .MMM--filterBox-col-secondary {
    margin: 10px 0 0 0;
    padding: 10px;
    background-color: #F2F2F2
  }

  .MMM--filterBox-col-secondary-open {
    background-color: #cbcbcb;
    padding: 10px 10px;
    margin: 10px auto 0 auto;
    display: none;
    border: none;
    border-bottom: 1px solid #FFFFFF
  }

  .MMM--Select-Input {
    width: 68%;
    margin: 10px 0
  }

  .MMM--tagContainer {
    display: none;
    margin: auto 0;
    border: none
  }

  .MMM--tagBox {
    background-color: #cbcbcb;
    padding: 10px 5px 10px 5px
  }

  .MMM--tag {
    padding: 5px 0
  }

  .MMM--tagBox .MMM--selected {
    margin-right: 15px
  }

  .MMM--tagBox .MMM--tag-cls {
    padding: 10px
  }

  .MMM--tagBox .MMM--selected .MMM--tag-cls {
    background: rgba(0, 0, 0, 0.25)
  }

  .MMM--tag a {
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    border-bottom: none
  }

  .MMM--tags-hidden {
    display: none
  }

  .MMM--tile-Panel {
    padding: 10px 0;
    border-top: none;
    margin-right: -20px
  }

  .MMM--columnList_tiles>* {
    width: 100%
  }

  .MMM-Tag-icn-close,
  .MMM-Tag-icn-open {
    float: right;
    cursor: pointer
  }

  .MMM--loadMore-button {
    background-color: #666666;
    color: #FFFFFF;
    padding: 15px;
    border-top: none;
    text-align: center;
    cursor: pointer
  }

  .MMM--tagContainer .MMM--columnedList_8up {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1
  }

  .MMM--Tiles-listItem {
    padding-left: 0;
    padding-right: 0;
    padding: 0 0.7621% \9;
    text-align: left;
    vertical-align: top;
    width: 100%;
    width: 23% \9;
    *width: 23%;
    zoom: 1
  }

  .MMM--Tag-container {
    padding: 10px
  }

  .MMM--columnList li:hover .MMM--svgHover {
    visibility: visible
  }

  .impSearchResults {
    padding: 0 20px 20px 20px
  }

  .impSearchTable {
    width: 100%;
    overflow-x: auto;
    vertical-align: middle;
    text-align: left;
    border: #DDDDDD solid 1px
  }

  .impSearchTable td,
  .impSearchTable th {
    padding: 5px
  }

  .impSearchTable th {
    padding-bottom: 10px;
    text-decoration: underline
  }

  .impSearchTable thead tr {
    border-bottom: #DDDDDD solid 1px
  }

  .MMM--impSearchRight .MMM--padTop:first-child {
    padding-left: 20px
  }

  #enlportlet .MMM--tableGrids-col_border {
    border-left: 1px outset #000
  }

  #enlportlet input:focus,
  #enlportlet a:focus {
    border: 1px solid
  }

  .MMM--bodyContain>.embedded-service>#esw-modaloverlay.isMaximized+div#esw-container>div.channelmenu {
    z-index: 100
  }

  .MMM--bodyContain>.embedded-service>#esw-container>#esw-fab {
    z-index: 100
  }

  #nebula_div_btn,
  #kampyleFormContainer {
    pointer-events: auto
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px
  }

  body:after {
    content: 'mediumContext'
  }
}

@media screen and (min-width: 768px) and (min-width: 890px) {
  .MMM--themeWrapper:after {
    content: 'largeModifiedContext'
  }
}

@media screen and (min-width: 768px) and (min-width: 890px) {
  .MMM--svg-wrapper {
    display: block;
    width: 100%;
    height: 5px;
    margin: 5px auto 5px auto;
    position: relative
  }

  a.MMM--overlay-svg .MMM--svg-wrapper:after {
    background: url("../img/Gradient%20Bar.svg") repeat;
    content: "";
    opacity: 0;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0
  }

  .MMM--overlay-svg:hover .MMM--svg-wrapper:after {
    opacity: 1
  }
}

@media screen and (min-width: 768px) {
  .MMM--absolute_notOnMobile {
    position: absolute
  }

  .MMM--pageGap {
    margin-top: 40px
  }

  .MMM--contentPadded {
    padding: 0px
  }

  .MMM--contentPadded_clear {
    margin-left: -25px;
    margin-right: -25px
  }

  .MMM--contentPadded_second {
    padding: 15px 5px 15px 30px
  }

  .MMM--contentPadded_third {
    padding: 15px 5px 5px 10px
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  .MMM--grids-col_sidebar_tabletMargin {
    padding-top: 20px
  }
}

@media screen and (min-width: 768px) {
  .MMM--grids-col {
    float: left
  }

  .rtl .MMM--grids-col {
    float: right
  }

  .MMM--grids-col_primaryLayout {
    float: right
  }

  .rtl .MMM--grids-col_primaryLayout {
    float: left
  }

  .MMM--grids-col_main {
    width: -webkit-calc(100% - 225px);
    width: -moz-calc(100% - 225px);
    width: -ms-calc(100% - 225px);
    width: -o-calc(100% - 225px);
    width: calc(100% - 225px)
  }

  .mod-no-csscalc .MMM--grids-col_main {
    width: 71%
  }

  .MMM--grids-col_sidebar {
    width: 225px
  }

  .MMM--grids-col_sidebarLeft {
    width: 225px
  }

  .MMM--grids-col_contentMain {
    width: 100%
  }

  .MMM--grids-col_contentSidebar {
    width: 100%
  }

  .MMM--grids-col_contentSidebar_divided,
  .MMM--grids-col_contentSidebar_divided {
    width: 50%
  }

  .MMM--grids-col_half {
    width: 50%
  }

  .MMM--grids-col_pdpMain {
    width: 70%
  }

  .MMM--grids-col_pdpSideBar {
    width: 30%
  }

  .MMM--grids-col_65to50 {
    width: 65%
  }

  .MMM--grids-col_60to50 {
    width: 60%
  }

  .MMM--grids-col_50to65 {
    width: 50%
  }

  .MMM--grids-col_50to40 {
    width: 50%
  }

  .MMM--grids-col_40to50 {
    width: 40%
  }

  .MMM--grids-col_25 {
    width: 25%;
    *width: 24%
  }

  .MMM--grids_sidekicked {
    margin: 0 -13px
  }

  .MMM--5050-gridsLeft {
    width: 50%
  }

  .MMM--5050-gridsRight {
    width: 50%
  }

  .MMM--5050-gridsLeft .MMM--columnPanel.MMM--wysiwygBlocks {
    padding: 10px 10px 20px 10px
  }

  .MMM--tileLayout_paneled {
    margin-left: -20px;
    margin-right: -20px
  }

  .MMM--tileLayout-col {
    font-size: 12px
  }

  .MMM--tileLayout-col_small {
    width: 33.32%
  }

  .MMM--tileLayout-col_medium {
    width: 49.9%
  }

  .MMM--tileLayout-col_large {
    width: 49.9%
  }

  .MMM--tileLayout-col_relatedItems {
    width: 24.9%
  }

  .MMM--tileLayout-col_relatedItems_tabbed {
    width: 33.333333333%
  }

  .MMM--tileLayout-col_reviewFilter {
    width: 125px
  }

  .MMM--tileLayout-col_modelAttributes {
    width: 25%
  }

  .MMM--tileLayout-col_quartered {
    width: 25%
  }

  .MMM--tilePanel {
    padding: 0
  }

  .MMM--tilePanel_attribute {
    padding-left: 20px
  }

  .MMM--tilePanel_reviewFilter {
    padding-right: 20px
  }

  .MMM--tilePanel_featured {
    padding: 0 15px
  }

  .MMM--lytJust {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--lytJust-first {
    float: left;
    margin-right: 5px
  }

  .rtl .MMM--lytJust-first {
    float: right;
    *float: none;
    *display: inline;
    margin-right: 0;
    margin-left: 5px
  }

  .MMM--lytJust-second {
    line-height: 18px
  }

  .rtl .MMM--lytJust-second {
    *display: inline
  }

  .MMM--hList_2column {
    margin-bottom: 0
  }

  .MMM--hList_2column>* {
    width: 35%;
    margin-right: 10px;
    padding-right: 10%
  }

  .rtl .MMM--hList_2column> {
    padding-right: 0;
    margin-right: 0;
    margin-left: 10px;
    padding-left: 10%
  }

  .MMM--bodyCopy.MMM--wysiwyg .MMM--hList_2column {
    margin-bottom: 0
  }

  .MMM--bodyCopy.MMM--wysiwyg .MMM--hList_2column>* {
    margin-right: 10px;
    padding-right: 10%
  }

  .MMM--bodyCopy.MMM--wysiwyg .rtl .MMM--hList_2column> {
    padding-right: 0;
    margin-right: 0;
    margin-left: 10px;
    padding-left: 10%
  }

  .MMM--vList_stackable>*:last-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 2em;
    margin-bottom: 0
  }

  .MMM--vList_stackable>*:only-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 2em
  }

  .MMM--vList_indented {
    margin-left: 2em
  }

  .rtl .MMM--vList_indented {
    margin-right: 2em;
    margin-left: 0
  }

  ul.MMM--vList li {
    font-size: 14px
  }

  .MMM--vListtohList {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--vListtohList>* {
    float: left;
    margin-right: 1em
  }

  .rtl .MMM--vListtohList>* {
    float: right;
    *float: none;
    *display: inline;
    *zoom: 1;
    margin-left: 1em;
    margin-right: 0
  }

  .vListtohList_divided>* {
    width: 46%;
    margin-left: 0
  }

  .vListtohList_divided.MMM--hList_extraMargins li {
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .vListtohList_divider>*+* {
    padding-left: 1em;
    border-left: 2px solid #000000
  }

  .rtl .vListtohList_divider>*+* {
    padding-right: 1em;
    border-right: 2px solid #000000;
    padding-left: 0;
    border-left: none
  }

  .MMM--flexList_1to2column>* {
    width: 100%
  }

  .MMM--flexList_2to3column {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--flexList_2to3column>* {
    width: 50%;
    float: left
  }

  .rtl .MMM--flexList_2to3column>* {
    float: right
  }

  .MMM--flexList_2to3column>* a {
    padding-right: 20px
  }

  .MMM--flexList_spaced>* {
    margin: .85em 0
  }

  .MMM--columnGreyBG {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
  }

  .MMM--columnContainer {
    margin: 0 -10px
  }

  .MMM--columnList {
    font-size: 0;
    margin: 0px 0px
  }
}

@media screen and (min-width: 768px) and (min-width: 800px) {
  .MMM--columnList_cc4>* {
    width: 25%
  }
}

@media screen and (min-width: 768px) {
  .MMM--columnList_cc4_mobile_cc2>* {
    width: 25%
  }

  .MMM--columnList_cc2>* {
    width: 50%
  }

  .MMM--columnList_cc3>* {
    width: 33.333%
  }

  .MMM--columnList_cc4>* {
    width: 50%
  }

  .MMM--columnPanel {
    padding-left: 10px;
    padding-right: 10px
  }

  .MMM--columnList_mc3>* {
    width: 33.333333333%
  }

  .MMM--columnList_mc4>* {
    width: 33.333333333%
  }

  .MMM--columnList_mc5>* {
    width: 25%
  }
}

@media screen and (min-width: 768px) and (min-width: 960px) {
  .MMM--columnList_mc4>* {
    width: 25%
  }

  .MMM--columnList_mc5>* {
    width: 20%
  }
}

@media screen and (min-width: 768px) {

  .MMM--columnList_mc1 a,
  .MMM--columnList_mc2 a,
  .MMM--columnList_mc3 a,
  .MMM--columnList_mc4 a,
  .MMM--columnList_mc5 a {
    font-size: 14px
  }

  .mod-csscolumns .MMM--columnedList_4up {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4
  }

  .mod-no-csscolumns .MMM--columnedList_4up>* {
    width: 25%
  }

  .mod-csscolumns .MMM--columnedList_8up {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6
  }

  .mod-no-csscolumns .MMM--columnedList_8up>* {
    width: 16.6666667%
  }

  .MMM--twoColumn {
    display: table;
    padding: 30px 10px
  }

  .MMM--twoColumn-column {
    display: table-cell;
    width: 50%;
    margin-top: 0
  }

  .MMM--columnGreyBG .MMM--columnList>* {
    padding-bottom: 24px
  }

  .MMM--accordionList>*:first-child {
    border-top: none
  }

  .MMM--accordionList-trigger {
    padding: 10px 20px 10px 12px
  }

  .MMM--accordionList-infoContainer {
    padding: 0 20px 10px 49px
  }

  .rtl .MMM--accordionList-infoContainer {
    padding: 0 49px 10px 20px
  }

  .MMM--accordionList-trigger.MMM--isNotOnTablet {
    display: none
  }

  .MMM--tileList {
    font-size: 0
  }

  .MMM--tileList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    margin-top: 1em;
    margin-bottom: 0;
    vertical-align: top;
    border-right: 1px solid #4b4b4b;
    padding: 0 .5em;
    margin: .7em auto;
    line-height: .8em
  }

  .MMM--tileList li:last-child {
    border: 0
  }

  .MMM--panel {
    padding: 0 20px
  }

  .rtl .MMM--panel_divider {
    border-left: none;
    *margin-right: 1px
  }

  .MMM--panel_alpha {
    margin-left: -20px
  }

  .MMM--panel_omega {
    margin-right: -20px
  }

  .rtl .MMM--panel_alpha {
    margin-left: 0;
    margin-right: -20px
  }

  .rtl .MMM--panel_omega {
    margin-right: 0;
    margin-left: -20px
  }

  .MMM--accordionPanel {
    background: none
  }

  .MMM--padTop_flex {
    padding-top: 0
  }

  .MMM--padBottom_flex {
    padding-bottom: 0
  }

  .MMM--contentWrapper {
    padding: 0 20px 0 20px;
    *padding: 0
  }

  .MMM--contentWrapper_padded {
    padding: 0
  }

  .MMM--contentWrapper.MMM--contentWrapper_padded {
    padding: 0 20px 0 20px;
    *padding: 0
  }

  .MMM--contentWrapper_hasSidebar {
    padding: 0 20px 0 10px
  }

  .rtl .MMM--contentWrapper_hasSidebar {
    padding: 0 0 0 20px
  }

  .MMM--contentWrapper-hd {
    padding: 0 0 36px 8px;
    *padding: 0
  }

  .rtl .MMM--contentWrapper-bd {
    *width: 100%
  }

  .MMM--contentWrapper_sidebar {
    padding: 0 10px 0 20px
  }

  .MMM--contentWrapper_sidebar_hasHero {
    margin-top: -210px
  }

  .MMM--contentWrapper_hero {
    padding: 0;
    line-height: 0
  }

  .MMM--pageSection {
    padding: 30px 0 20px 0
  }

  .MMM--pageSection_pageHd {
    padding: 20px 0 20px 0;
    border: none
  }

  .MMM--pageSection_headingSpaced {
    margin-top: 15px
  }

  .MMM--pageSectionTitle {
    *overflow: visible;
    *zoom: 1;
    *margin-bottom: 2em
  }

  .MMM--pageSection_noDividers {
    padding-top: 0
  }

  .MMM--pageSectionHdg {
    *float: left
  }

  .rtl .MMM--pageSectionHdg {
    *float: right
  }

  .mix-MMM--bgLight {
    color: black;
    padding: 18px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#55FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#55FFFFFF)"
  }

  .mix-MMM--bgDark {
    color: white;
    padding: 18px;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000)"
  }

  .mix-MMM--bgDark p,
  .mix-MMM--bgDark h1,
  .mix-MMM--bgDark h3,
  .mix-MMM--bgDark h2,
  .mix-MMM--bgDark h4,
  .mix-MMM--bgDark h5,
  .mix-MMM--bgDark h6,
  .mix-MMM--bgDark a {
    color: white !important
  }

  .mix-MMM--bgDark .MMM--btn {
    color: #000000 !important
  }

  .MMM--modalContainer {
    left: 10%;
    right: 10%
  }

  .MMM--modalContainer_sidebar {
    left: 150%;
    margin-left: 0
  }

  .rtl .MMM--modalContainer {
    right: 50%;
    margin-right: -285px
  }

  .MMM--modalContainer_quickView {
    height: auto;
    top: 630px
  }

  .MMM--modalContainer-inner {
    padding: 10px 18px 20px 18px
  }

  .MMM--modalContainer-inner_secondary {
    border: none;
    padding: 0 10px
  }

  .MMM--modalInfo {
    float: left
  }

  .rtl .MMM--modalInfo {
    float: right
  }
}

@media screen and (min-width: 768px) and (min-width: 890px) {
  .MMM--bleedingEdge .MMM--heroCarouselContainer {
    margin-bottom: -13%
  }
}

@media screen and (min-width: 768px) {
  .MMM--bleedingEdgeLayout .MMM--bleedingSecondary {
    z-index: 1;
    background-color: white;
    position: relative;
    margin-left: 55px;
    margin-right: 55px;
    padding: 20px;
    display: block;
    margin-top: -8%
  }

  .MMM--bleedingEdgeLayout .MMM--mainContent {
    background-color: transparent;
    display: block;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    position: relative
  }

  .MMM--articleContent .MMM--isNotOnTablet {
    display: none
  }

  .MMM--articleContent .MMM--isOnTablet {
    display: block
  }

  .MMM--articleContent .mix-MMM--hdg_video {
    font-size: 56px
  }

  .MMM--hdg_1 {
    font-size: 36px;
    line-height: 45px
  }

  .MMM--hdg_2 {
    font-size: 24px;
    line-height: 30px
  }

  .MMM--hdg_4 {
    font-size: 18px;
    line-height: 23px
  }

  .MMM--hdg_5 {
    font-size: 12px
  }

  .MMM--subHdg {
    font-size: 14px
  }

  .MMM--hdg_btnMobile {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: none;
    color: #4b4b4b;
    margin-bottom: 15px;
    border-top: none;
    border-bottom: none;
    padding: 0
  }

  .rtl .MMM--hdg_btnMobile {
    padding: 0
  }

  .hdg_btnMobile_border {
    margin-bottom: 5px
  }

  .MMM--hdg_btnMobile:before {
    display: none
  }

  .MMM--headerPage {
    margin: 1em 0
  }

  .mix-MMM--hdg_center {
    text-align: center
  }

  .mix-MMM--hdg_video {
    font-size: 56px;
    font-size: 3.5rem
  }

  .MMM--mix-txt-align {
    text-align: inherit
  }

  .MMM--wysiwyg a.MMM--txt_whiteLink,
  a.MMM--txt_whiteLink {
    color: #FFF;
    text-decoration: none
  }

  .MMM--wysiwyg a.MMM--txt_whiteLink:link,
  a.MMM--txt_whiteLink:link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
  }

  .MMM--wysiwyg a.MMM--txt_whiteLink:visited,
  a.MMM--txt_whiteLink:visited {
    border-bottom: 1px dotted #FFF
  }

  .MMM--wysiwyg a.MMM--txt_whiteLink:hover,
  a.MMM--txt_whiteLink:hover {
    border-bottom: 1px solid #FFF
  }

  .MMM--blockLink {
    display: block
  }

  .MMM--relatedTitleLink {
    display: inline;
    margin-left: 30px;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.25;
    font-style: italic;
    font-weight: normal;
    padding: 5px 0 10px 0;
    margin-top: -15px
  }

  p.MMM--noZoneHeadingRelatedTitleLink {
    display: inline-block;
    font-size: 14px;
    margin-top: 0;
    line-height: 1.25;
    font-style: italic;
    font-weight: normal;
    padding: 5px 0 10px 0;
    margin-bottom: .75em
  }

  .rtl .MMM--relatedTitleLink {
    margin-left: 0;
    margin-right: 30px
  }

  .MMM--linkTransition {
    color: #4b4b4b
  }

  .MMM--twistyLink {
    display: block;
    position: relative;
    background-color: #eeeeee;
    background-image: -ms-linear-gradient(top, #f8f8f8 0%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f8f8f8 0%, #eee 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #eee));
    background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #eee 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0%, #eee 100%);
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #7a7a7a;
    text-decoration: none;
    *width: 100%
  }

  .MMM--twistyLink:hover,
  .MMM--twistyLink:active {
    color: #7a7a7a;
    text-decoration: none
  }

  .MMM--lytJust-third-close {
    margin-top: 1em;
    margin-bottom: 2em
  }

  .MMM--relatedTitleExtLink {
    float: right;
    display: inline-block
  }

  .MMM--txt_heroProminentLink {
    font-size: 16px;
    line-height: 20px
  }

  .MMM--txt_bodyProminentLink {
    font-size: 14px;
    line-height: 18px
  }

  .MMM--dplLoading {
    min-height: 700px
  }

  .MMM--triggerInactive {
    display: none
  }

  .mod-js .MMM--toggleIsHidden {
    display: none
  }

  .MMM--seo_callout {
    background: #f2f2f2;
    padding: 20px 20px 20px 20px
  }

  .MMM--backgroundOption2 {
    background: #fff;
    background-image: none
  }

  .MMM--isVisuallyHiddenMobile {
    border: 0;
    clip: auto;
    height: 100%;
    position: relative;
    width: 100%
  }

  .MMM--isVisuallyHiddenNotMobile {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    padding: 0;
    position: absolute;
    width: 1px
  }

  .MMM--bodyCopy {
    font-size: 14px
  }

  .MMM--bodyCopy.MMM--wysiwyg,
  .MMM--wysiwyg.MMM--bodyCopy {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--wysiwyg h1.MMM--bodyCopy {
    font-size: 14px;
    line-height: 1.25;
    font-weight: normal
  }

  .MMM--wysiwyg .MMM--hdg,
  .MMM--hdg {
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg h1,
  .MMM--wysiwyg h1.MMM--hdg_1,
  .MMM--hdg_1 {
    font-size: 24px;
    line-height: 1.25
  }

  .MMM--wysiwyg h2,
  .MMM--hdg_2,
  .MMM--wysiwyg h1.MMM--hdg_2 {
    font-size: 22px;
    line-height: 1.25
  }

  .MMM--wysiwyg h3,
  .MMM--hdg_3,
  .MMM--wysiwyg h1.MMM--hdg_3 {
    font-size: 20px;
    line-height: 1.25
  }

  .MMM--wysiwyg h4,
  .MMM--hdg_4,
  .MMM--wysiwyg h1.MMM--hdg_4 {
    font-size: 18px;
    line-height: 1.25
  }

  .MMM--hdg.MMM--hdg_4.MMM--txt_bold {
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg h5,
  .MMM--hdg_5,
  .MMM--wysiwyg h1.MMM--hdg_5 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--wysiwyg h6,
  .MMM--hdg_6,
  .MMM--wysiwyg h1.MMM--hdg_6 {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--hdg_btnMobile {
    display: block;
    position: relative;
    line-height: 1.25;
    padding: 15px 0 15px 15px
  }

  .rtl .MMM--hdg_btnMobile {
    padding-left: 0;
    padding-right: 15px
  }

  .MMM--hdg_btnMobile:hover {
    text-decoration: none;
    color: #030303
  }

  .MMM--hdg_btnMobile_sub {
    background-color: #eeeeee;
    padding-left: 71px
  }

  .MMM--hdg_btnMobile:before {
    content: '\e055';
    display: inline-block;
    font-size: 20px;
    margin-right: 17px
  }

  .rtl .MMM--hdg_btnMobile:before {
    margin-left: 17px
  }

  .MMM--hdg_btnMobile_closed:before {
    content: '\e055';
    color: #030303
  }

  .MMM--isActive>.MMM--hdg_btnMobile_closed:before,
  .MMM--hdg_btnMobile_closed.MMM--isActive:before,
  .MMM--contentToggle-trigger.MMM--isActive>.MMM--hdg_btnMobile_closed:before {
    content: '\e04f';
    color: #ff0000;
    padding-left: 1px
  }

  .MMM--wysiwyg .MMM--subHdg,
  .MMM--subHdg {
    font-size: 17px;
    margin-bottom: .75em;
    color: #4b4b4b
  }

  .MMM--pageTitleDescription {
    font-size: 18px;
    color: #838383
  }

  .MMM--IntroText {
    font-size: 14px
  }

  .mix-MMM--hdg_normal {
    font-weight: normal;
    font-style: normal
  }

  .mix-MMM--hdg_spaced {
    margin-bottom: .75em
  }

  .mix-MMM--hdg_smallSpaced {
    margin-bottom: .5em
  }

  .mix-MMM--hdg_lightGrey {
    color: #4b4b4b
  }

  .mix-MMM--hdg_mediumGrey {
    color: #555555
  }

  .mix-MMM--hdg_dark {
    color: #000000
  }

  .MMM--wysiwyg .MMM--flx_hdg_1,
  .MMM--flx_hdg_1 {
    font-size: 36px;
    font-weight: bold
  }

  .MMM--wysiwyg .MMM--flx_hdg_3,
  .MMM--flx_hdg_3 {
    font-size: 20px
  }

  .MMM--wysiwyg .MMM--flx_hdg_6,
  .MMM--flx_hdg_6 {
    font-size: 14px
  }

  .MMM--flx_sm_3 {
    font-size: 10px
  }

  .MMM--flx_md_1 {
    font-size: 12px
  }

  .MMM--flx_md_2 {
    font-size: 14px
  }

  .MMM--flx_md_3 {
    font-size: 16px
  }

  .MMM--heroMessage-txt {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.25
  }

  .MMM--largeMessage-txt {
    font-weight: bold;
    font-size: 42px;
    line-height: 1.25
  }

  .MMM--media_stackable .MMM--media-element,
  .rtl .MMM--media_alt.MMM--media_stackable .MMM--media-element {
    margin-right: 20px;
    margin-bottom: 2px
  }

  .MMM--media_alt.MMM--media_stackable .MMM--media-element,
  .rtl .MMM--media_stackable .MMM--media-element {
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 2px
  }

  .MMM--media-bd_wrapOnSmall {
    overflow: hidden
  }

  .MMM--media-element_blockOnSmall {
    display: block;
    float: left
  }

  .rtl .MMM--media-element_blockOnSmall {
    float: right
  }

  .MMM--media_alt .MMM--media-element_blockOnSmall {
    float: right
  }

  .rtl .MMM--media_alt .MMM--media-element_blockOnSmall {
    float: left
  }

  .MMM--columnPanel .MMM--media_stacked-mobileOnly {
    width: inherit
  }

  .MMM--media_stacked-mobileOnly .MMM--media-element {
    float: left;
    margin-right: 15px
  }

  .MMM--media_stacked-mobileOnly .MMM-borderClass {
    border: 1px solid #d3d3d3;
    width: 100px;
    height: 100px
  }

  .MMM--img_inset {
    width: 315px;
    margin: 0;
    margin-bottom: 1.5em
  }

  .MMM--img_carousel {
    width: 266px
  }

  .mix-MMM--img_stack {
    margin: 0;
    max-width: 200px
  }

  .MMM--imageHolder {
    margin: 0 auto;
    background: #ececec;
    height: 100px;
    line-height: 100px;
    width: 100px;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #727272
  }

  .MMM--icn_heroCarouselTrigger {
    position: relative;
    display: inline-block;
    top: 45%;
    top: 45%;
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    line-height: 100%;
    *display: inline;
    *zoom: 1
  }

  .MMM--icn_heroCarouselTrigger.MMM--icn {
    width: 100%
  }

  .MMM--fieldsetHeading {
    font-size: 14px
  }

  .mix-MMM-centeredItem {
    margin-left: auto;
    margin-right: auto
  }

  .MMM--textInput {
    font-size: 12px
  }

  .MMM--textbox_subscribe {
    max-width: 160px
  }

  .mix-MMM-Width60Max {
    max-width: 60%
  }

  .mix-MMM-Width65Max {
    max-width: 65%
  }

  .mix-MMM-Width70Max {
    max-width: 70%
  }

  .mix-MMM-Width75Max {
    max-width: 75%
  }

  .mix-MMM-Width80Max {
    max-width: 80%
  }

  .mix-MMM-Width85Max {
    max-width: 85%
  }

  .mix-MMM-Width90Max {
    max-width: 90%
  }

  .mix-MMM-Width95Max {
    max-width: 95%
  }

  .mix-MMM--vAlignBaseline {
    vertical-align: baseline
  }

  .MMM--alertMessage_alt {
    padding-left: 15px;
    text-align: left
  }

  .rtl .MMM--alertMessage_alt {
    text-align: right
  }

  .MMM--padTop-1 {
    padding-top: 0
  }

  .MMM--supportInfo {
    display: inline;
    position: relative;
    *zoom: 1
  }

  .rtl .MMM--supportInfo {
    *zoom: 1
  }

  .MMM--fieldHelp {
    font-size: 12px;
    font-weight: bold
  }

  .MMM--textInput-small {
    width: 195px
  }

  .MMM--Emailfield-container .selectContainer {
    width: 50%
  }

  .MMM--Emaillnk-container {
    float: right
  }

  .MMM--absolute_notOnMobile {
    position: absolute
  }

  .MMM--pageGap {
    margin-top: 40px
  }

  .MMM--contentPadded {
    padding: 0px
  }

  .MMM--contentPadded_clear {
    margin-left: -25px;
    margin-right: -25px
  }

  .MMM--contentPadded_second {
    padding: 15px 5px 15px 30px
  }

  .MMM--contentPadded_third {
    padding: 15px 5px 5px 10px
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  .MMM--grids-col_sidebar_tabletMargin {
    padding-top: 20px
  }
}

@media screen and (min-width: 768px) {
  .MMM--grids-col {
    float: left
  }

  .rtl .MMM--grids-col {
    float: right
  }

  .MMM--grids-col_primaryLayout {
    float: right
  }

  .rtl .MMM--grids-col_primaryLayout {
    float: left
  }

  .MMM--grids-col_main {
    width: -webkit-calc(100% - 225px);
    width: -moz-calc(100% - 225px);
    width: -ms-calc(100% - 225px);
    width: -o-calc(100% - 225px);
    width: calc(100% - 225px)
  }

  .mod-no-csscalc .MMM--grids-col_main {
    width: 71%
  }

  .MMM--grids-col_sidebar {
    width: 225px
  }

  .MMM--grids-col_sidebarLeft {
    width: 225px
  }

  .MMM--grids-col_contentMain {
    width: 100%
  }

  .MMM--grids-col_contentSidebar {
    width: 100%
  }

  .MMM--grids-col_contentSidebar_divided,
  .MMM--grids-col_contentSidebar_divided {
    width: 50%
  }

  .MMM--grids-col_half {
    width: 50%
  }

  .MMM--grids-col_pdpMain {
    width: 70%
  }

  .MMM--grids-col_pdpSideBar {
    width: 30%
  }

  .MMM--grids-col_65to50 {
    width: 65%
  }

  .MMM--grids-col_60to50 {
    width: 60%
  }

  .MMM--grids-col_50to65 {
    width: 50%
  }

  .MMM--grids-col_50to40 {
    width: 50%
  }

  .MMM--grids-col_40to50 {
    width: 40%
  }

  .MMM--grids-col_25 {
    width: 25%;
    *width: 24%
  }

  .MMM--grids_sidekicked {
    margin: 0 -13px
  }

  .MMM--5050-gridsLeft {
    width: 50%
  }

  .MMM--5050-gridsRight {
    width: 50%
  }

  .MMM--5050-gridsLeft .MMM--columnPanel.MMM--wysiwygBlocks {
    padding: 10px 10px 20px 10px
  }

  .MMM--tileLayout_paneled {
    margin-left: -20px;
    margin-right: -20px
  }

  .MMM--tileLayout-col {
    font-size: 12px
  }

  .MMM--tileLayout-col_small {
    width: 33.32%
  }

  .MMM--tileLayout-col_medium {
    width: 49.9%
  }

  .MMM--tileLayout-col_large {
    width: 49.9%
  }

  .MMM--tileLayout-col_relatedItems {
    width: 24.9%
  }

  .MMM--tileLayout-col_relatedItems_tabbed {
    width: 33.333333333%
  }

  .MMM--tileLayout-col_reviewFilter {
    width: 125px
  }

  .MMM--tileLayout-col_modelAttributes {
    width: 25%
  }

  .MMM--tileLayout-col_quartered {
    width: 25%
  }

  .MMM--tilePanel {
    padding: 0
  }

  .MMM--tilePanel_attribute {
    padding-left: 20px
  }

  .MMM--tilePanel_reviewFilter {
    padding-right: 20px
  }

  .MMM--tilePanel_featured {
    padding: 0 15px
  }

  .MMM--lytJust {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--lytJust-first {
    float: left;
    margin-right: 5px
  }

  .rtl .MMM--lytJust-first {
    float: right;
    *float: none;
    *display: inline;
    margin-right: 0;
    margin-left: 5px
  }

  .MMM--lytJust-second {
    line-height: 18px
  }

  .rtl .MMM--lytJust-second {
    *display: inline
  }

  .MMM--hList_2column {
    margin-bottom: 0
  }

  .MMM--hList_2column>* {
    width: 35%;
    margin-right: 10px;
    padding-right: 10%
  }

  .rtl .MMM--hList_2column> {
    padding-right: 0;
    margin-right: 0;
    margin-left: 10px;
    padding-left: 10%
  }

  .MMM--bodyCopy.MMM--wysiwyg .MMM--hList_2column {
    margin-bottom: 0
  }

  .MMM--bodyCopy.MMM--wysiwyg .MMM--hList_2column>* {
    margin-right: 10px;
    padding-right: 10%
  }

  .MMM--bodyCopy.MMM--wysiwyg .rtl .MMM--hList_2column> {
    padding-right: 0;
    margin-right: 0;
    margin-left: 10px;
    padding-left: 10%
  }

  .MMM--vList_stackable>*:last-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 2em;
    margin-bottom: 0
  }

  .MMM--vList_stackable>*:only-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 2em
  }

  .MMM--vList_indented {
    margin-left: 2em
  }

  .rtl .MMM--vList_indented {
    margin-right: 2em;
    margin-left: 0
  }

  ul.MMM--vList li {
    font-size: 14px
  }

  .MMM--vListtohList {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--vListtohList>* {
    float: left;
    margin-right: 1em
  }

  .rtl .MMM--vListtohList>* {
    float: right;
    *float: none;
    *display: inline;
    *zoom: 1;
    margin-left: 1em;
    margin-right: 0
  }

  .vListtohList_divided>* {
    width: 46%;
    margin-left: 0
  }

  .vListtohList_divided.MMM--hList_extraMargins li {
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .vListtohList_divider>*+* {
    padding-left: 1em;
    border-left: 2px solid #000000
  }

  .rtl .vListtohList_divider>*+* {
    padding-right: 1em;
    border-right: 2px solid #000000;
    padding-left: 0;
    border-left: none
  }

  .MMM--flexList_1to2column>* {
    width: 100%
  }

  .MMM--flexList_2to3column {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--flexList_2to3column>* {
    width: 50%;
    float: left
  }

  .rtl .MMM--flexList_2to3column>* {
    float: right
  }

  .MMM--flexList_2to3column>* a {
    padding-right: 20px
  }

  .MMM--flexList_spaced>* {
    margin: .85em 0
  }

  .MMM--columnGreyBG {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
  }

  .MMM--columnContainer {
    margin: 0 -10px
  }

  .MMM--columnList {
    font-size: 0;
    margin: 0px 0px
  }
}

@media screen and (min-width: 768px) and (min-width: 800px) {
  .MMM--columnList_cc4>* {
    width: 25%
  }
}

@media screen and (min-width: 768px) {
  .MMM--columnList_cc4_mobile_cc2>* {
    width: 25%
  }

  .MMM--columnList_cc2>* {
    width: 50%
  }

  .MMM--columnList_cc3>* {
    width: 16.66666%
  }

  .MMM--columnList_cc4>* {
    width: 50%
  }

  .MMM--columnPanel {
    padding-left: 10px;
    padding-right: 10px
  }

  .MMM--columnList_mc3>* {
    width: 33.333333333%
  }

  .MMM--columnList_mc4>* {
    width: 33.333333333%
  }

  .MMM--columnList_mc5>* {
    width: 25%
  }
}

@media screen and (min-width: 768px) and (min-width: 960px) {
  .MMM--columnList_mc4>* {
    width: 25%
  }

  .MMM--columnList_mc5>* {
    width: 20%
  }
}

@media screen and (min-width: 768px) {

  .MMM--columnList_mc1 a,
  .MMM--columnList_mc2 a,
  .MMM--columnList_mc3 a,
  .MMM--columnList_mc4 a,
  .MMM--columnList_mc5 a {
    font-size: 14px
  }

  .mod-csscolumns .MMM--columnedList_4up {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4
  }

  .mod-no-csscolumns .MMM--columnedList_4up>* {
    width: 25%
  }

  .mod-csscolumns .MMM--columnedList_8up {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6
  }

  .mod-no-csscolumns .MMM--columnedList_8up>* {
    width: 16.6666667%
  }

  .MMM--twoColumn {
    display: table;
    padding: 30px 10px
  }

  .MMM--twoColumn-column {
    display: table-cell;
    width: 50%;
    margin-top: 0
  }

  .MMM--columnGreyBG .MMM--columnList>* {
    padding-bottom: 24px
  }

  .MMM--accordionList>*:first-child {
    border-top: none
  }

  .MMM--accordionList-trigger {
    padding: 10px 20px 10px 12px
  }

  .MMM--accordionList-infoContainer {
    padding: 0 20px 10px 49px
  }

  .rtl .MMM--accordionList-infoContainer {
    padding: 0 49px 10px 20px
  }

  .MMM--accordionList-trigger.MMM--isNotOnTablet {
    display: none
  }

  .MMM--tileList {
    font-size: 0
  }

  .MMM--tileList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    margin-top: 1em;
    margin-bottom: 0;
    vertical-align: top;
    border-right: 1px solid #4b4b4b;
    padding: 0 .5em;
    margin: .7em auto;
    line-height: .8em
  }

  .MMM--tileList li:last-child {
    border: 0
  }

  .MMM--panel {
    padding: 0 20px
  }

  .rtl .MMM--panel_divider {
    border-left: none;
    *margin-right: 1px
  }

  .MMM--panel_alpha {
    margin-left: -20px
  }

  .MMM--panel_omega {
    margin-right: -20px
  }

  .rtl .MMM--panel_alpha {
    margin-left: 0;
    margin-right: -20px
  }

  .rtl .MMM--panel_omega {
    margin-right: 0;
    margin-left: -20px
  }

  .MMM--accordionPanel {
    background: none
  }

  .MMM--padTop_flex {
    padding-top: 0
  }

  .MMM--padBottom_flex {
    padding-bottom: 0
  }

  .MMM--contentWrapper {
    padding: 0 20px 0 20px;
    *padding: 0
  }

  .MMM--contentWrapper_padded {
    padding: 0
  }

  .MMM--contentWrapper.MMM--contentWrapper_padded {
    padding: 0 20px 0 20px;
    *padding: 0
  }

  .MMM--contentWrapper_hasSidebar {
    padding: 0 20px 0 10px
  }

  .rtl .MMM--contentWrapper_hasSidebar {
    padding: 0 0 0 20px
  }

  .MMM--contentWrapper-hd {
    padding: 0 0 36px 8px;
    *padding: 0
  }

  .rtl .MMM--contentWrapper-bd {
    *width: 100%
  }

  .MMM--contentWrapper_sidebar {
    padding: 0 10px 0 20px
  }

  .MMM--contentWrapper_sidebar_hasHero {
    margin-top: -210px
  }

  .MMM--contentWrapper_hero {
    padding: 0;
    line-height: 0
  }

  .MMM--pageSection {
    padding: 30px 0 20px 0
  }

  .MMM--pageSection_pageHd {
    padding: 20px 0 20px 0;
    border: none
  }

  .MMM--pageSection_headingSpaced {
    margin-top: 15px
  }

  .MMM--pageSectionTitle {
    *overflow: visible;
    *zoom: 1;
    *margin-bottom: 2em
  }

  .MMM--pageSection_noDividers {
    padding-top: 0
  }

  .MMM--pageSectionHdg {
    *float: left
  }

  .rtl .MMM--pageSectionHdg {
    *float: right
  }

  .mix-MMM--bgLight {
    color: black;
    padding: 18px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#55FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#55FFFFFF)"
  }

  .mix-MMM--bgDark {
    color: white;
    padding: 18px;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000)"
  }

  .mix-MMM--bgDark p,
  .mix-MMM--bgDark h1,
  .mix-MMM--bgDark h3,
  .mix-MMM--bgDark h2,
  .mix-MMM--bgDark h4,
  .mix-MMM--bgDark h5,
  .mix-MMM--bgDark h6,
  .mix-MMM--bgDark a {
    color: white !important
  }

  .mix-MMM--bgDark .MMM--btn {
    color: #000000 !important
  }

  .MMM--modalContainer {
    left: 10%;
    right: 10%
  }

  .MMM--modalContainer_sidebar {
    left: 150%;
    margin-left: 0
  }

  .rtl .MMM--modalContainer {
    right: 50%;
    margin-right: -285px
  }

  .MMM--modalContainer_quickView {
    height: auto;
    top: 630px
  }

  .MMM--modalContainer-inner {
    padding: 10px 18px 20px 18px
  }

  .MMM--modalContainer-inner_secondary {
    border: none;
    padding: 0 10px
  }

  .MMM--modalInfo {
    float: left
  }

  .rtl .MMM--modalInfo {
    float: right
  }
}

@media screen and (min-width: 768px) and (min-width: 890px) {
  .MMM--bleedingEdge .MMM--heroCarouselContainer {
    margin-bottom: -13%
  }
}

@media screen and (min-width: 768px) {
  .MMM--bleedingEdgeLayout .MMM--bleedingSecondary {
    z-index: 1;
    background-color: white;
    position: relative;
    margin-left: 55px;
    margin-right: 55px;
    padding: 20px;
    display: block;
    margin-top: -8%
  }

  .MMM--bleedingEdgeLayout .MMM--mainContent {
    background-color: transparent;
    display: block;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    position: relative
  }

  .MMM--articleContent .MMM--isNotOnTablet {
    display: none
  }

  .MMM--articleContent .MMM--isOnTablet {
    display: block
  }

  .MMM--articleContent .mix-MMM--hdg_video {
    font-size: 56px
  }

  .MMM--contentOffset {
    display: inline-block;
    *display: inline;
    *overflow: visible;
    *zoom: 1;
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4
  }

  .MMM--filterController {
    margin-bottom: 30px;
    padding: 20px
  }

  .MMM--filterCopy {
    font-size: 14px;
    line-height: 19px;
    color: #4B4B4B
  }

  .MMM--contentFilterList>li {
    border-left: 2px solid #808080
  }

  .rtl .MMM--contentFilterList>li {
    border-left: none;
    border-right: 2px solid #808080
  }

  .MMM--contentFilterList>li:first-child {
    border-left: none
  }

  .rtl .MMM--contentFilterList>li:first-child {
    border-right: none
  }

  .MMM--contentFilterLink {
    padding: 0 17px;
    font-size: 18px;
    margin-left: 0;
    line-height: 1;
    font-weight: bold;
    color: #808080;
    background: none;
    border: none
  }

  .MMM--contentFilterAllLink {
    font-weight: bold;
    color: #808080
  }

  .MMM--contentFilterAllLink.MMM--isActive,
  .MMM--contentFilterLink.MMM--isActive {
    cursor: default
  }

  .MMM--products-tabs_isActive .MMM--contentFilterLink,
  .MMM--contentFilterAllLink:hover,
  .MMM--contentFilterAllLink.MMM--isActive,
  .MMM--contentFilterAllLink:hover.MMM--isActive,
  .MMM--contentFilterLink.MMM--isActive,
  .MMM--contentFilterLink:hover {
    color: #ff0000;
    text-decoration: none;
    background: none;
    border: none
  }

  .MMM--contentList {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
    *zoom: 1
  }

  .MMM--contentList_sliderContent {
    padding: 0
  }

  .MMM--contentList-item {
    display: inline-block;
    width: 272px;
    margin-right: 20px;
    vertical-align: top;
    white-space: normal;
    *white-space: nowrap;
    *display: inline;
    *zoom: 1;
    *overflow: visible
  }

  .MMM--contentList-item a {
    *white-space: normal
  }

  .MMM--contentList-item_flex {
    width: 25%;
    margin-right: 0
  }

  .MMM--contentList-item_titles:first-child {
    background: none
  }

  .MMM--contentList-item_titles {
    background: url('../img/bkgd-2lineborder-desktop.png') no-repeat 0 14px;
    width: 160px;
    padding: 0 30px;
    margin-right: 0
  }

  .MMM--sliderContent_isHidden {
    display: none
  }

  .MMM--filter-drawer:before {
    display: none
  }

  .MMM--filtersWrapper {
    background: none;
    padding: 0;
    *width: 203px
  }

  .MMM--filterList>* {
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #d1d1d1;
    color: #000000
  }

  .MMM--filterList>*>a {
    font-size: 14px;
    background: none
  }

  .MMM--filterItem {
    padding: 0;
    background: none;
    font-size: 11px
  }

  .MMM--filterCategories {
    border-color: #d1d1d1;
    background: #f1f0f0
  }

  .MMM--filterHeadline {
    background: #000000;
    padding: 15px
  }

  .MMM--subFilterList {
    padding: 0 15px 5px 15px
  }

  .MMM--subFilterList>* {
    border: none;
    padding: 0;
    margin: 0
  }

  .MMM--subFilterList_directList a {
    padding: 0;
    background: none;
    font-size: 11px
  }

  .MMM--subFilterList>*>label {
    padding: .7em 0
  }

  .MMM--subFilterList>*:first-child>label {
    padding-top: 0
  }

  .MMM--selectedFilters {
    border-color: #d1d1d1;
    background: #a6a6a6;
    padding: 15px 15px 20px 15px
  }

  .MMM--selectedFilterList>* {
    margin-top: 10px
  }

  .MMM--selectedFilterList a {
    background: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000000
  }

  .MMM--selectedFilterList a.MMM--isMostRecent {
    background: #ffd200
  }

  .MMM--sortList>* {
    font-size: 12px
  }

  .rtl .MMM--mediaListFigure,
  .MMM--mediaListFigure {
    float: none;
    position: static;
    border: none;
    text-align: center
  }

  .MMM--mediaListDescription {
    margin-bottom: 14px;
    font-size: 12px
  }

  .MMM--mediaListMetaData {
    margin-bottom: 14px
  }

  .MMM--mediaListInfo {
    font-size: 12px
  }

  .MMM--attributeList {
    font-size: 14px
  }

  .MMM--attributeList>* {
    margin: .25em 0
  }

  .MMM--attributeList-child_hidden {
    display: none
  }

  .MMM--modelAttribute-hd {
    margin-bottom: 1em
  }

  .MMM--listView-item_divided {
    padding-bottom: 30px;
    margin-bottom: 23px
  }

  .MMM--changeList {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center
  }

  .MMM--changeList>* {
    display: inline
  }

  .MMM--changeList>*+* {
    margin-left: .3em;
    border-left: 1px solid #4b4b4b;
    padding-left: .5em
  }

  .MMM--related-bd {
    position: relative
  }

  .MMM--relatedCategory {
    border: 1px solid #cccccc;
    padding: 20px;
    *width: 1119px;
    *margin: 0 auto
  }

  .MMM--relatedCategory_tabbed {
    margin-left: 149px;
    *width: 959px
  }

  .rtl .MMM--relatedCategory_tabbed {
    margin-left: 0;
    margin-right: 149px
  }

  .MMM--relatedItems-tabs-Large .MMM--relatedCategory_tabbed {
    margin-left: 279px
  }

  .MMM--relatedItems-tabs-Large .rtl .MMM--relatedCategory_tabbed {
    margin-right: 279px
  }

  .MMM--relatedItems-tabs-Medium .MMM--relatedCategory_tabbed {
    margin-left: 239px
  }

  .MMM--relatedItems-tabs-Medium .rtl .MMM--relatedCategory_tabbed {
    margin-right: 239px
  }

  .MMM--relatedItems-tabs-Small .MMM--relatedCategory_tabbed {
    margin-left: 219px
  }

  .MMM--relatedItems-tabs-Small .rtl .MMM--relatedCategory_tabbed {
    margin-right: 219px
  }

  .MMM--relatedCategory-bd.MMM--isActive {
    display: block
  }

  .MMM--relatedCategory-ft {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold
  }

  .MMM--relatedItemsList {
    padding: 0
  }

  .MMM--relatedItemsList>* {
    margin: 0
  }

  .MMM--relatedItemsList>*:nth-child(n+5) {
    display: none
  }

  .relatedItemsList_tabbed>*:nth-child(n+4) {
    display: none
  }

  .MMM--relatedItems-tabs-nav {
    float: left;
    left: 0
  }

  .rtl .MMM--relatedItems-tabs-nav {
    left: auto;
    right: 0
  }

  .MMM--relatedItems-tabs-list {
    width: 150px;
    margin-top: 30px
  }

  .MMM--relatedItems-tabs-Large .MMM--relatedItems-tabs-list {
    width: 280px
  }

  .MMM--relatedItems-tabs-Medium .MMM--relatedItems-tabs-list {
    width: 240px
  }

  .MMM--relatedItems-tabs-Small .MMM--relatedItems-tabs-list {
    width: 220px
  }

  .MMM--relatedItems-tabs-list>* {
    width: 150px;
    *font-size: 0
  }

  .MMM--relatedItems-tabs-Large .MMM--relatedItems-tabs-list>* {
    width: 280px
  }

  .MMM--relatedItems-tabs-Medium .MMM--relatedItems-tabs-list>* {
    width: 240px
  }

  .MMM--relatedItems-tabs-Small .MMM--relatedItems-tabs-list>* {
    width: 220px
  }

  .MMM--relatedItems-tabs-list a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #4b4b4b
  }

  .MMM--relatedItems-tabs-list a.MMM--isActive {
    border: 1px solid #cccccc;
    border-right: none;
    padding: 9px 15px 9px 14px;
    background: #ffffff
  }

  .rtl .MMM--relatedItems-tabs-list a.MMM--isActive {
    border: 1px solid #cccccc;
    border-left: none;
    padding: 9px 14px 9px 15px
  }

  .MMM--relatedItems-tabs-content {
    *font-size: 0
  }

  .MMM--relatedItems-tabs-content li:nth-child(1) .MMM--isActive .MMM--relatedCategory_tabbed {
    min-height: 26px
  }

  .MMM--relatedItems-tabs-content li:nth-child(2) .MMM--isActive .MMM--relatedCategory_tabbed {
    min-height: 64px
  }

  .MMM--relatedItems-tabs-content li:nth-child(3) .MMM--isActive .MMM--relatedCategory_tabbed {
    min-height: 102px
  }

  .MMM--relatedItems-tabs-content li:nth-child(4) .MMM--isActive .MMM--relatedCategory_tabbed {
    min-height: 140px
  }

  .MMM--relatedItems-tabs-content li:nth-child(5) .MMM--isActive .MMM--relatedCategory_tabbed {
    min-height: 178px
  }

  .MMM--relatedItems-tabs-content li:nth-child(6) .MMM--isActive .MMM--relatedCategory_tabbed {
    min-height: 216px
  }

  .MMM--relatedItems-tabs-content li:nth-child(7) .MMM--isActive .MMM--relatedCategory_tabbed {
    min-height: 254px
  }

  .MMM--relatedItems-tabs-content li:nth-child(8) .MMM--isActive .MMM--relatedCategory_tabbed {
    min-height: 292px
  }

  .MMM--relatedItems-tabs-content li:nth-child(9) .MMM--isActive .MMM--relatedCategory_tabbed {
    min-height: 330px
  }

  .MMM--relatedItems-tabs-content li:nth-child(10) .MMM--isActive .MMM--relatedCategory_tabbed {
    min-height: 368px
  }

  .MMM--tileContent {
    width: 160px
  }

  .MMM--tileContent_compressed {
    margin-top: 0
  }

  .MMM--tileContent:hover {
    border-color: #cbcbcb
  }

  .MMM--tileContent_borderless {
    border: none
  }

  .MMM--tileContent_noHover:hover {
    border-color: transparent
  }

  .MMM--tileContent_fullContent:hover {
    border-color: #ffffff
  }

  .MMM--tileContent:hover>.MMM--tileContent-inner .MMM--btn_quickview {
    display: block
  }

  .MMM--tileContent_featured {
    padding: 1px;
    border: none;
    background: #b5b5b5;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YjViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(top, #b5b5b5 0%, #fff 75%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5b5b5), color-stop(75%, #fff));
    background-image: -webkit-linear-gradient(top, #b5b5b5 0%, #fff 75%);
    background-image: -o-linear-gradient(top, #b5b5b5 0%, #fff 75%);
    background-image: -ms-linear-gradient(top, #b5b5b5 0%, #fff 75%);
    background-image: linear-gradient(to bottom, #b5b5b5 0%, #fff 75%)
  }

  .MMM--tileContent-inner {
    padding: 15px 20px 0 20px
  }

  .MMM--tileContent-inner_fullImage {
    padding: 0
  }

  .MMM--tileContent-inner_featured {
    background: #ffffff
  }

  .MMM--tileContent-inner_compressed {
    padding: 0 20px 0 20px
  }

  .MMM--tileContent-inner-bd {
    padding-left: 0;
    padding-top: 12px
  }

  .rtl .MMM--tileContent-inner-bd {
    padding-right: 0;
    padding-top: 12px
  }

  .MMM--tileContent-inner-bd_large {
    padding-top: 22px
  }

  .MMM--tileTitle_tileView {
    height: 86px;
    font-size: 11px;
    line-height: 1.6;
    overflow: hidden
  }

  .MMM--tileTitle_carouselTile {
    height: auto;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden
  }

  .MMM--contentDetailBlock-content {
    float: left
  }

  .rtl .MMM--contentDetailBlock-content {
    float: right
  }

  .MMM--contentDetailBlock-content_media {
    margin-bottom: 15px;
    text-align: left
  }

  .rtl .MMM--contentDetailBlock-content_media {
    text-align: right
  }

  .MMM--contentDetailTitle {
    line-height: 29px
  }

  .MMM--contentDetailContain {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--contentDetailContain-bd {
    padding: 0;
    float: left;
    max-width: 73%
  }

  .rtl .MMM--contentDetailContain-bd {
    float: right;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--contentDetailContain-sideBar {
    overflow: hidden
  }

  .MMM--selectQty {
    display: inline-block;
    margin-bottom: 10px;
    *display: inline;
    *zoom: 1;
    *margin-bottom: 0
  }

  .MMM--supplementalContent {
    margin: 0
  }

  .MMM--supportModWrapper {
    display: table;
    border-spacing: 20px 25px;
    border-collapse: separate;
    margin: 0 -20px;
    *margin: 0
  }

  .MMM--supportModRow {
    display: table-row;
    width: 100%;
    *margin: 25px 0 0 0
  }

  .MMM--supportMod {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    margin-top: 0;
    padding: 10px 0;
    border: 1px solid #d1d1d1;
    *display: inline;
    *zoom: 1;
    *width: 445px
  }

  .MMM--supportModRow .MMM--supportMod {
    width: 20%
  }

  .MMM--supportMod_full {
    width: auto;
    display: block
  }

  .MMM--supportMod_full+.MMM--supportMod_full {
    margin-top: 25px
  }

  .MMM--supportMod_full .MMM--supportMod-content-bd_half_chatMod {
    width: 50%;
    float: left
  }

  .MMM--supportMod_full .MMM--supportMod-content-bd_half_chatBtn {
    width: auto;
    float: none
  }

  .rtl .MMM--supportMod_full .MMM--supportMod-content-bd_half_chatMod {
    float: right
  }

  .rtl .MMM--supportMod_full .MMM--supportMod-content-bd_half_chatBtn {
    float: left
  }

  .MMM--supportMod_full .MMM--supportMod-content_wrappedPrimary {
    display: inline-block;
    width: 40%;
    *display: inline;
    *zoom: 1
  }

  .MMM--supportMod_full .MMM--supportMod-content_wrappedSecondary {
    width: 85%
  }

  .MMM--supportMod-content {
    vertical-align: top
  }

  .MMM--supportMod-content+.MMM--supportMod-content {
    margin-left: 20px
  }

  .rtl .MMM--supportMod-content+.MMM--supportMod-content {
    margin-left: 0;
    margin-right: 20px
  }

  .MMM--supportMod-content+.MMM--supportMod-content_wrappedSecondary {
    margin-left: 0
  }

  .MMM--supportMod-content_dividedTabletBody {
    float: left
  }

  .rtl .MMM--supportMod-content_dividedTabletBody {
    float: right
  }

  .MMM--supportMod-content_dividedTabletBody+.MMM--supportMod-content_dividedTabletBody {
    margin-left: 20px
  }

  .rtl .MMM--supportMod-content_dividedTabletBody+.MMM--supportMod-content_dividedTabletBody {
    margin-left: 0;
    margin-right: 20px
  }

  .MMM--allModel {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--allModelHdg {
    margin-bottom: .5em
  }

  .MMM--allModel-hd {
    float: left;
    width: 100px;
    margin-right: 20px
  }

  .rtl .MMM--allModel-hd {
    float: right;
    margin-left: 20px;
    margin-right: 0
  }

  .MMM--allModel-bd {
    float: left;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px)
  }

  .mod-no-csscalc .MMM--allModel-bd {
    width: 74%
  }

  .rtl .MMM--allModel-bd {
    float: right
  }

  .MMM--allModel-ft {
    text-align: left
  }

  .rtl .MMM--allModel-ft {
    text-align: right
  }

  .MMM--modelFilter {
    margin: -25px -25px 25px -25px;
    padding: 25px 15px;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    background: white;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #fff 0%, #dedede 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dedede));
    background-image: -webkit-linear-gradient(top, #fff 0%, #dedede 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #dedede 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #dedede 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #dedede 100%)
  }

  .MMM--modelFilter-hd {
    float: left;
    width: 100px;
    margin-right: 20px
  }

  .MMM--modelFilter-hd .MMM--isActive {
    color: #ff0000
  }

  .MMM--modelFilter-hd .MMM--isActive .MMM--icn_arrowDown:before {
    color: #ff0000;
    content: '\e001'
  }

  .rtl .MMM--modelFilter-hd {
    float: right;
    margin-left: 20px;
    margin-right: 0
  }

  .MMM--modelFilter-bd {
    display: none;
    float: left;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px)
  }

  .mod-no-csscalc .MMM--modelFilter-bd {
    width: 74%
  }

  .rtl .MMM--modelFilter-bd {
    float: right
  }

  .MMM--allModelAttributeList .MMM--moreLink {
    padding-left: 20px
  }

  .MMM--allModelItemSpecs-element {
    float: none;
    margin-right: 0;
    width: 87px
  }

  .MMM--allModelItemSpecs-bd {
    float: none;
    width: auto;
    position: relative
  }

  .MMM--allModelItemImg {
    width: 85px
  }

  .MMM--allModelItemDetails-Title {
    margin-bottom: .5em
  }

  .MMM--allModelItemDetails-SKU {
    margin-bottom: .5em
  }

  .MMM--expandableInto-bd {
    padding: 10px 0
  }

  .MMM--expandableInto-ft {
    padding: 0 10px 10px 10px
  }

  .MMM--resultsViewToggle:hover {
    display: inline-block;
    padding: 10px 0;
    color: #9b9b9b
  }

  .MMM--resultsViewToggle:hover {
    text-decoration: none
  }

  .MMM--contextToggle.MMM--isActive:hover {
    color: #000000
  }

  .MMM--contextToggle:hover {
    color: inherit
  }

  .MMM--docType {
    font-size: 12px
  }

  .mod-csscolumns .MMM--columns-dataGroup {
    display: inline-block
  }

  .MMM--itemComparison {
    margin-top: 30px
  }

  .MMM--itemComparison-hd {
    margin-bottom: 30px
  }

  .MMM--comparisonTable {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 5px
  }

  .MMM--comparisonTable tbody th {
    font-weight: bold
  }

  .MMM--comparisonTable tbody tr>* {
    text-align: left;
    width: 25%;
    padding: 5px;
    vertical-align: top
  }

  .rtl .MMM--comparisonTable tbody tr>* {
    text-align: right
  }

  .MMM--comparisonTableHdg {
    padding: 5px;
    background: #e5e5e5;
    margin-bottom: 1em
  }

  .MMM--comparisonTableSubHdg {
    padding: 0 5px 10px 5px
  }

  .MMM--bestComparison {
    margin-left: 40px;
    color: #ff0000
  }

  .MMM--valueOption {
    background: #ffe5e5
  }

  .MMM--tableKey {
    margin-left: 30px
  }

  .MMM--comparisonItem {
    margin: 0 auto;
    width: 160px;
    border: 1px solid transparent
  }

  .MMM--comparisonItem_empty {
    background: #e0e0e0;
    border: 1px solid #cbcbcb
  }

  .MMM--comparisonItem-hd {
    text-align: center;
    padding: 10px 0
  }

  .MMM--comparisonItem-bd {
    padding: 0 25px
  }

  .MMM--comparisonItem-bd_emptyItem {
    padding: 0 10px;
    height: 120px
  }

  .MMM--comparisonItem-ft {
    margin: 0 5px;
    border-top: 1px dotted #000000;
    padding: 10px 0;
    text-align: center
  }

  .MMM--emptyItemHdg {
    margin-bottom: 1em
  }

  .MMM--variationsGallery {
    margin: 15px 0;
    text-align: left
  }

  .rtl .MMM--variationsGallery {
    text-align: right
  }

  .MMM--variationsList {
    margin: 0
  }

  .MMM--pdpTabVr {
    margin-bottom: 25px
  }

  .MMM--contentToggle-target_static {
    display: block
  }

  .MMM--contentToggle-target_alternate {
    display: block
  }

  .MMM--btn_quickview {
    display: none;
    padding: 11px 4px;
    min-width: 80px;
    position: absolute;
    top: 50px;
    left: 33px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-decoration: none;
    text-align: center;
    background-color: #ededed;
    border: 1px solid #aeaeae;
    cursor: pointer
  }

  .MMM--btn_quickview:hover {
    color: #000000
  }

  .MMM--productStyleCount {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 10px
  }

  .MMM--productStyleCount_modal {
    margin-bottom: 20px
  }

  .MMM--productStyleCount_tileView {
    display: block
  }

  .MMM--productStyleCount_listView {
    font-size: 12px
  }

  .MMM--productStyleCount_divided {
    border-bottom: 1px solid #888888
  }

  .MMM--productRating_tileView {
    display: block
  }

  .MMM--productRating_message {
    margin-left: -20px;
    margin-right: -20px;
    height: 18px
  }

  .MMM--productRating_listView {
    margin-right: 40px
  }

  .MMM--comparisonToggle {
    display: block;
    margin-bottom: 20px
  }

  .MMM--comparisonToggle-compareCTA {
    font-size: 10px
  }

  .MMM--comparisonToggle-checkbox {
    display: inline-block;
    margin-right: 8px;
    -webkit-appearance: checkbox;
    appearance: checkbox
  }

  .MMM--dat {
    display: table;
    *border-top: 1px solid #e5e5e5
  }

  .MMM--dat-row {
    display: table-row;
    *border-bottom: 1px solid #e5e5e5
  }

  .MMM--dat-cell {
    display: table-cell;
    padding: 7px 15px;
    *padding: 0
  }

  .MMM--dat>*>*:first-child {
    width: 200px
  }

  .dat-cell_specHeader {
    *float: left;
    *width: 200px;
    *margin-right: 15px;
    *margin-bottom: 0
  }

  .rtl .dat-cell_specHeader {
    *float: right;
    *margin-left: 15px;
    *margin-right: 0
  }

  .dat-cell_specDefinition {
    *float: left;
    *width: 505px
  }

  .rtl .dat-cell_specDefinition {
    *float: right
  }

  .MMM--videoMedia_Play {
    top: 0
  }

  .MMM--videoMedia_Play-bg {
    background-position: center center;
    -webkit-background-size: auto, auto;
    -moz-background-size: auto, auto;
    -o-background-size: auto, auto;
    background-size: auto, auto
  }

  .js-videowrapper,
  .MMM--videoWrapper {
    display: none;
    position: relative;
    height: 350px
  }

  .MMM--videoJS.video-js {
    position: absolute;
    width: 100%;
    height: 350px
  }

  .MMM--videoCloseBtn {
    cursor: pointer;
    padding: 10px 30px 10px 10px
  }

  .js-videoNavcontrols,
  .MMM--videoNavControls.showNav {
    position: relative;
    z-index: 9;
    left: 25px;
    float: right;
    padding-left: 2%;
    color: #FFFFFF
  }

  .js-videoNavcontrols a.previous,
  .js-videoNavcontrols a.next,
  .MMM--videoNavControls a.previous,
  .MMM--videoNavControls a.next {
    color: #FFFFFF;
    cursor: pointer;
    border-right: 1px solid #FFFFFF;
    padding: 0 .71429em
  }

  .js-videoNavcontrols a.previous.disable,
  .js-videoNavcontrols a.next.disable,
  .MMM--videoNavControls a.previous.disable,
  .MMM--videoNavControls a.next.disable {
    color: #595959;
    cursor: default;
    border-right: 1px solid #595959
  }

  .MMM--videoJS .vjs-tech {
    position: absolute
  }

  .MMM--videoJS .vjs-control-bar {
    position: absolute
  }

  .MMM--wysiwyg {
    line-height: 1.25;
    font-size: 14px;
    font-weight: normal
  }

  .MMM--bodyCopy.MMM--wysiwyg {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--couponContainer .MMM--media {
    text-align: left
  }

  .MMM--wysiwyg .MMM--siteSectionTitle,
  .MMM--siteSectionTitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 9px 0
  }

  .MMM--wysiwyg .MMM--pageTitleDescription {
    font-size: 16px;
    line-height: 1.25;
    padding: 0;
    color: #767676;
    font-weight: normal
  }

  .MMM--date {
    font-size: 12px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 1.25
  }

  .MMM--wysiwyg-Block-Portrait .MMM--bodyCopy.MMM--wysiwyg p .MMM--date,
  .MMM--wysiwyg-Block-Landscape .MMM--bodyCopy.MMM--wysiwyg p .MMM--date {
    font-size: 12px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 1.25
  }

  .MMM--wysiwyg-Block-Portrait .MMM--hdg_2,
  .MMM--wysiwyg-Block-Landscape .MMM--hdg_2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.17
  }

  .MMM--snapsSelBox-top {
    border-bottom: none;
    padding-bottom: 0
  }

  .MMM--snapsSelBox-title {
    padding-top: 0
  }

  .MMM--snapsSel-tableContainer {
    width: 100%
  }

  .MMM--snapsSel-tableMultiCol {
    border: inherit;
    overflow-y: inherit;
    -webkit-overflow-scrolling: touch
  }

  .MMM--snapsSel-searchedOnBlock {
    float: left
  }

  .MMM--snapsSel-BlockToFloatLeft {
    float: left
  }

  .MMM--snapsSel-BlockToFloatRight {
    margin: 0;
    display: inline;
    float: right
  }

  .MMM--snapsSelButtonContainer_reset {
    display: inline;
    margin-top: inherit
  }

  .MMM--snapsSel-txt {
    margin-top: -20px
  }

  .MMM--snapsSelBox input,
  .MMM--snapsSelBox select {
    padding: 10px 5px
  }

  .MMM--inlineBlockContainer-label {
    top: 12px
  }

  .MMM--imgSel-imageBlock {
    width: 170px
  }

  .mix-MMM--imgSel-imageBlock_centerOnMobile {
    margin: intial
  }

  .MMM--fancyDropDownDiv {
    max-width: 500px
  }

  .MMM--fancyDropDownDiv .MMM--fancyDropAnchor .MMM--fancyDropLabel {
    max-width: 438px
  }

  .js-listToPushDown .MMM--sideBox-bd a:hover,
  .js-listToPushDown .MMM--vList a.MMM--txt_bold:hover {
    color: #F00;
    text-decoration: none;
    border-bottom: 1px solid #000
  }

  .js-listToPushDown .MMM--sideBox-bd a,
  .js-listToPushDown .MMM--vList a.MMM--txt_bold {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .js-listToPushDown .MMM--sideBox-LSN-List .MMM--hdg {
    font-size: 16px
  }

  .rS-51-Content,
  .rS-55-LinkList,
  .rS-58-Tags div.MMM--contentPadded.sideBox {
    padding-left: 20px
  }

  .MMM--snapsSelBox .mix-MMM-inlineBlockContainer-width95px {
    width: 95px;
    color: #000000
  }

  .MMM--snapsSelBox .MMM--inlineBlockContainer-label {
    position: absolute;
    top: 5px;
    left: 10px;
    padding: 2px;
    padding-left: 18%;
    padding-top: 4%;
    color: #000000;
    line-height: 10px;
    background-color: #FFFFFF;
    pointer-events: none;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
  }

  .MMM--snapsSelBox .MMM--inlineBlockContainer {
    position: absolute;
    display: inline-block
  }

  .MMM--snapsSelBox .MMM--inlineBlockContainer label {
    padding-left: 6%;
    padding-top: 4%;
    color: #000000;
    font-size: 13px
  }

  .MMM--isOnMobile-rG-50 {
    display: none
  }
}

@media screen and (min-width: 768px) and (min-width: 890px) {
  .mix-MMM--img_maxFancy-rG-50 {
    max-width: 410px;
    max-height: 270px;
    cursor: pointer
  }

  .MMM--isOnDesktop-rG-50 {
    display: block
  }

  .MMM--isNotOnMobile-rG-50 {
    display: block
  }

  .MMM--isOnMobile-rG-50 {
    display: none
  }

  .MMM--isOnTablet-rG-50 {
    display: none
  }

  .MMM--isNotOnMobileModified {
    display: block
  }

  .MMM--isOnMobileModified {
    display: none
  }

  .MMM--rG-50-bleed {
    width: 80%;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    background: #fff;
    padding: 30px 0
  }

  a.MMM--More-Stories {
    float: right;
    margin-right: 80px;
    color: #4b4b4b;
    font-size: 12px;
    line-height: 14.5px
  }

  .MMM--rG-50-listItem {
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 0 0.7621%;
    text-align: left;
    vertical-align: top;
    width: 23%
  }
}

@media screen and (min-width: 768px) and (min-width: 890px) {
  .MMM--filterBox {
    background: url('../img/Story_Filter_Mesh_Bar.jpg') no-repeat;
    background-size: 100%
  }

  .MMM--columnList-rG-50 li.MMM--Tiles-listItem:nth-child(odd) {
    margin-left: 0
  }

  .MMM--filterBox {
    width: auto
  }

  .MMM--filterLabel {
    width: auto
  }

  .MMM--LabelPrimary {
    margin: 15px 5px
  }

  .MMM--filterBox-col-tags {
    width: 10%;
    margin-top: 15px
  }

  .MMM--Tag-container-open .MMM--filterBox-col-tags {
    padding-top: 24px;
    margin-right: -15px;
    margin-top: -15px
  }

  .MMM--tagContainer {
    margin: auto
  }

  .MMM-Tag-icn-close,
  .MMM-Tag-icn-open {
    margin-right: 20px
  }

  .MMM--tagBox {
    margin-top: -2px
  }

  .MMM--Tiles-listItem {
    width: 23%;
    padding: 0 0.7621% 2%;
    text-align: left;
    display: inline-block;
    text-align: left;
    vertical-align: top
  }

  .MMM--filterBox-col-primary {
    float: left;
    width: 44%
  }
}

@media screen and (min-width: 960px) {
  body {
    font-size: 14px;
    line-height: 1.25
  }

  body:after {
    content: 'largeContext'
  }

  .rtl a {
    *zoom: 1
  }

  .MMM--borderDivider {
    border: none;
    border-top: 5px solid #701616;
    border-bottom: 3px solid #ff0000
  }

  .MMM--hdg_2 {
    font-size: 24px;
    line-height: 30px
  }

  .mix-MMM--hdg_desktop {
    color: #000000;
    font-size: 14px
  }

  .MMM--featuredBox-hd {
    float: left;
    min-height: 65px;
    padding-top: 9px
  }

  .MMM--featuredBox-bd-table {
    display: table
  }

  .mix-MMM--bgWhite {
    background: #fff;
    padding: 8px
  }

  .mix-MMM--bgRed {
    background: #f00;
    padding: 8px
  }

  .mix-MMM--bgBlack {
    background: #000;
    padding: 8px
  }

  .MMM--backgroundOption2 {
    background: #fff;
    background-image: none
  }

  .MMM--flx_md_1 {
    font-size: 12px
  }

  .MMM--img_inset {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
  }

  .rtl .MMM--img_inset {
    float: right;
    margin-right: 0;
    margin-left: 10px
  }

  .MMM--img_inset_alt {
    float: right;
    margin-left: 10px
  }

  .rtl .MMM--img_inset_alt {
    float: left;
    margin-left: 0;
    margin-right: 10px
  }

  .mix-MMM--img_stack {
    max-width: 270px
  }

  .MMM--btn_action {
    top: 4px
  }

  .MMM--pageGap {
    margin-top: 30px
  }

  .MMM--contentPadded_second {
    padding: 50px 5px 15px 30px
  }

  .MMM--body_1440 .MMM--grids .MMM--grids,
  .MMM--body_1440 .MMM--grids .MMM--bleedingEdgeLayout {
    max-width: 1440px
  }

  .MMM--grids .MMM--grids,
  .MMM--grids .MMM--bleedingEdgeLayout {
    max-width: 1200px;
    margin: auto
  }

  .MMM--grids-col_third,
  .MMM--grids-col_third {
    width: 34%
  }

  .MMM--grids-col_contentMain,
  .MMM--grids-col_contentMain {
    width: 70%
  }

  .MMM--grids-col_contentSidebar,
  .MMM--grids-col_contentSidebar {
    width: 30%
  }

  .MMM--grids-col_flex,
  .MMM--grids-col_flex {
    width: 50%
  }

  .mod-no-csscalc .MMM--grids-col_main,
  .mod-no-csscalc .MMM--grids-col_main {
    width: 75%;
    *width: 975px
  }

  .MMM--grids-col_65to50,
  .MMM--grids-col_65to50 {
    width: 50%
  }

  .MMM--grids-col_60to50,
  .MMM--grids-col_60to50 {
    width: 50%
  }

  .MMM--grids-col_30to50,
  .MMM--grids-col_30to50 {
    width: 50%
  }

  .MMM--grids-col_50to65,
  .MMM--grids-col_50to65 {
    width: 60%
  }

  .MMM--grids-col_50to40,
  .MMM--grids-col_50to40 {
    width: 40%
  }

  .MMM--grids-col_40to50,
  .MMM--grids-col_40to50 {
    width: 50%
  }

  .MMM--grids-col_sidebar {
    padding-left: 10px;
    width: 215px
  }

  .MMM--leftGrid {
    float: right
  }

  .MMM-rightGrid {
    float: left
  }

  .MMM--5050-gridsLeft {
    width: 50%
  }

  .MMM--tileLayout_justified {
    margin-left: -40px
  }

  .rtl .MMM--tileLayout_justified {
    margin-left: 0;
    margin-right: -40px
  }

  .MMM--tileLayout_indented {
    padding: 0 90px
  }

  .MMM--tileLayout-col_small {
    width: 25%
  }

  .MMM--tileLayout-col_medium {
    width: 49.9%
  }

  .MMM--tileLayout-col_large {
    width: 49.9%
  }

  .MMM--tileLayout-col_relatedItems {
    width: 19.9%
  }

  .MMM--tileLayout-col_relatedItems_tabbed {
    width: 24.9%
  }

  .MMM--tileLayout-col_modelAttributes {
    width: 19.9%
  }

  .MMM--media-bd_table {
    display: table
  }

  .MMM--tileLayout-col_act {
    margin-top: 25px;
    margin-left: 20px
  }

  .MMM--panelRightGap {
    padding-right: 30px
  }

  .rtl .MMM--panelRightGap {
    padding-left: 30px;
    padding-right: 0
  }

  .MMM--accentPanel {
    padding: 0;
    margin: 0;
    border: none;
    padding-left: 30px;
    border-left: 1px dotted #000000
  }

  .rtl .MMM--accentPanel {
    padding-right: 30px;
    border-right: 1px dotted #000000;
    padding-left: 0;
    border-left: none
  }

  .MMM--hList_2column>* {
    width: 25%;
    margin-right: 10px;
    padding-right: 20%
  }

  .rtl .MMM--hList_2column>* {
    padding-right: 0;
    margin-right: 0;
    margin-left: 10px;
    padding-left: 20%;
    *vertical-align: top
  }

  .MMM--bodyCopy.MMM--wysiwyg .MMM--hList_2column>* {
    width: 25%;
    margin-right: 10px
  }

  .MMM--bodyCopy.MMM--wysiwyg .rtl .MMM--hList_2column>* {
    padding-right: 0;
    margin-right: 0;
    margin-left: 10px;
    *vertical-align: top
  }

  .MMM--flexList_1to2column {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--flexList_2to3column>* {
    width: 33.333%;
    *width: 31%
  }

  .MMM--flexList_1to2column>* {
    float: left;
    width: 45%;
    margin-right: 10px
  }

  .rtl .MMM--flexList_1to2column>* {
    float: right
  }

  .MMM--columnGreyBG {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px
  }

  .MMM--columnList {
    font-size: 0;
    margin: 0px 0px
  }

  .MMM--columnList_cc2>* {
    *width: 49%
  }

  .MMM--columnList_cc3>* {
    *width: 33.333%
  }

  .MMM--columnList_cc4>* {
    *width: 24%
  }

  .MMM--columnList_cc4>* {
    width: 25%
  }

  .MMM--columnList_mc4>* {
    width: 25%
  }

  .MMM--columnList_mc5>* {
    width: 20%
  }

  span.MMM--coupon-SelectCoupon {
    display: inline-block
  }

  .mod-csscolumns .MMM--columnedList_8up {
    -moz-column-count: 8;
    -webkit-column-count: 8;
    column-count: 8
  }

  .mod-no-csscolumns .MMM--columnedList_8up>* {
    width: 12.5%
  }

  .MMM--accordionList-trigger {
    padding: 0px 20px 17px 12px
  }

  .MMM--accordionList-infoContainer {
    padding: 0 20px 17px 49px
  }

  .rtl .MMM--accordionList-infoContainer {
    padding: 0 49px 17px 20px
  }

  .MMM--lytJust-third-close {
    margin-top: 2em;
    margin-bottom: 3em
  }

  .MMM--contentWrapper {
    padding: 0;
    clear: both
  }

  .MMM--contentWrapper.MMM--contentWrapper_padded {
    padding: 0 25px 0 25px
  }

  .MMM--contentWrapper-hd {
    padding: 0 0 30px 0
  }

  .MMM--contentWrapper_hasSidebar {
    padding: 0 20px 0 10px
  }

  .rtl .MMM--contentWrapper_hasSidebar {
    padding: 0 0 0 20px
  }

  .MMM--contentWrapper_sidebar {
    padding: 0
  }

  .MMM--contentWrapper_sidebar_hasHero {
    margin-top: -200px
  }

  .MMM--contentWrapper_hero {
    padding: 0
  }

  .grid-container p {
    padding: 0 0 0.8em
  }

  .MMM--articleContent .MMM--isOnMobile {
    display: none
  }

  .MMM--articleContent .MMM--isOnTablet {
    display: none
  }

  .MMM--articleContent .mix-MMM--hdg_video {
    font-size: 72px
  }

  .MMM--wrapperDiv {
    text-align: left
  }

  .MMM--bleedingEdgeLayout .MMM--bleedingHero {
    z-index: 1;
    min-height: 0%;
    background-color: transparent
  }

  .MMM--bleedingEdgeLayout .MMM--bleedingSecondary {
    z-index: 1;
    position: relative;
    margin-left: 55px;
    margin-right: 55px;
    padding: 20px;
    display: block;
    background-color: white;
    margin-top: -5%
  }

  .MMM--bleedingEdgeLayout .MMM--mainContent {
    background-color: transparent;
    display: block;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px
  }

  .MMM--courseSecured {
    bottom: 9px
  }

  .MMM--subNav {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--navItemList-hasSubNav_isOpen .MMM--subNavDrawer {
    display: block
  }

  .MMM--subNavDrawer {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px -3px 10px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px -3px 10px rgba(50, 50, 50, 0.4);
    box-shadow: 0px -3px 10px rgba(50, 50, 50, 0.4);
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    *top: 70px
  }

  .MMM--utilityNav .MMM--subNavDrawer {
    position: absolute;
    top: 50px
  }

  .MMM--utilityNav .subNavDrawer_util {
    top: 50px
  }

  .MMM--subNavDrawer_gsn {
    top: 51px;
    z-index: 9
  }

  .MMM--subNavDrawer-inner {
    padding: 50px 0 40px 0;
    background: #f1f0f0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWNlY2VjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(top, #fff 75%, #ececec 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #fff), color-stop(100%, #ececec));
    background-image: -webkit-linear-gradient(top, #fff 75%, #ececec 100%);
    background-image: -o-linear-gradient(top, #fff 75%, #ececec 100%);
    background-image: -ms-linear-gradient(top, #fff 75%, #ececec 100%);
    background-image: linear-gradient(to bottom, #fff 75%, #ececec 100%);
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--subNavDrawer-inner-content {
    float: left;
    width: 100%
  }

  .rtl .MMM--subNavDrawer-inner-content {
    float: right
  }

  .MMM--subNavDrawer-inner-content_1col {
    width: 25%
  }

  .MMM--subNavDrawer-inner-content_2col {
    width: 50%
  }

  .MMM--subNavDrawer-innerPanel {
    padding-left: 25px
  }

  .rtl .MMM--subNavDrawer-innerPanel {
    padding-left: 0;
    padding-right: 25px
  }

  .MMM--subNavDrawerPanel {
    margin: 0 25px 0 25px;
    padding-left: 120px;
    padding-right: 20px
  }

  .rtl .MMM--subNavDrawerPanel {
    padding-right: 120px;
    padding-left: 20px
  }

  .MMM--subNavHeading {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--utilityNav,
  .rtl .MMM--utilityNav {
    background-image: none;
    background-color: #f1f0f0
  }

  .MMM--utilityNav_branded {
    background: #ffffff
  }

  .MMM--utilityNav-item:before,
  .MMM--utilityNav-item:after {
    display: none;
    border: none
  }

  .MMM--profileMenu {
    padding-left: 0;
    font-size: 12px
  }

  .rtl .MMM--profileMenu {
    padding-right: 0
  }

  .MMM--companyInfo {
    position: relative
  }

  .MMM--subFilterList {
    *overflow: hidden
  }

  .MMM--subFilterList>* {
    font-size: 11px;
    *margin: 10px 0;
    *zoom: 1
  }

  .MMM--selectedFilterList a {
    font-size: 10px
  }

  .MMM--attributeList {
    font-size: 11px
  }

  .MMM--listView-item_divided {
    padding-bottom: 45px;
    margin-bottom: 40px
  }

  .MMM--relatedItemsList>*:nth-child(5) {
    display: inline-block
  }

  .MMM--relatedItemsList_tabbed>*:nth-child(4) {
    display: inline-block
  }

  .MMM--relatedItemsList_tabbed>*:nth-child(5) {
    display: none
  }

  .MMM--supportMod {
    padding: 10px 0px 10px 0px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    *display: inline;
    *zoom: 1;
    *width: 548px
  }

  .MMM--supportModRow .MMM--supportMod+.MMM--supportMod {
    *margin-left: 20px
  }

  .rtl .MMM--supportModRow .MMM--supportMod+.MMM--supportMod {
    *margin-left: 0px;
    *margin-right: 20px
  }

  .MMM--supportMod-content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1
  }

  .MMM--supportMod-content_secondaryContent {
    display: none;
    margin-left: 17%
  }

  .rtl .MMM--supportMod-content_secondaryContent {
    margin-left: 0;
    margin-right: 17%
  }

  .MMM--supportMod_full .MMM--supportMod-content_secondaryContent {
    display: inline-block;
    *display: inline;
    *zoom: 1
  }

  .MMM--supportMod_full .MMM--supportMod-content {
    width: 48%
  }

  .MMM--supportMod_full .MMM--supportMod-content-bd_half_chatMod {
    width: 100%;
    float: none
  }

  .MMM--supportMod_full .MMM--supportMod-content-bd_half_chatBtn {
    width: 100%
  }

  .rtl .MMM--supportMod_full .MMM--supportMod-content-bd_half_chatMod {
    float: none
  }

  .rtl .MMM--supportMod_full .MMM--supportMod-content-bd_half_chatBtn {
    float: none
  }

  .MMM--supportMod_full .MMM--supportMod-content_wrappedPrimary {
    width: 28%
  }

  .MMM--supportMod_full .MMM--supportMod-content_wrappedSecondary {
    display: inline-block;
    width: 38%;
    *display: inline;
    *zoom: 1
  }

  .MMM--supportMod-content+.MMM--supportMod-content_wrappedSecondary {
    margin-left: 20px
  }

  .MMM--supportMod-content_dividedTabletBody {
    float: none
  }

  .rtl .MMM--supportMod-content_dividedTabletBody {
    float: none
  }

  .MMM--supportMod-content_dividedTabletBody+.MMM--supportMod-content_dividedTabletBody {
    margin-left: 0
  }

  .rtl .MMM--supportMod-content_dividedTabletBody+.MMM--supportMod-content_dividedTabletBody {
    margin-left: 0;
    margin-right: 0
  }

  .MMM--allModel-hd {
    width: 200px
  }

  .MMM--allModel-bd {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: -o-calc(100% - 220px);
    width: calc(100% - 220px)
  }

  .mod-no-csscalc .MMM--allModel-bd {
    width: 74%
  }

  .MMM--modelFilter-hd {
    width: 200px
  }

  .MMM--modelFilter-bd {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: -o-calc(100% - 220px);
    width: calc(100% - 220px)
  }

  .MMM--allModelItemSpecs {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--allModelItemSpecs-bd {
    width: auto
  }

  .MMM--allModelItemDetails-Title {
    margin-bottom: .5em
  }

  .MMM--allModelItemDetails-SKU {
    margin-bottom: .5em
  }

  .MMM--actionOffset {
    margin-top: 2px
  }

  .MMM--actionOffset_checkbox {
    margin-top: 0
  }

  .MMM--actionOffset_low {
    margin-top: 8px
  }

  .MMM--videoMedia_Play:hover {
    opacity: 1
  }

  .video-js,
  .MMM--videoJS {
    width: 100%;
    height: 350px
  }

  .MMM--pageSectionTitle.MMM--wysiwyg .MMM--hdg {
    display: inline-block
  }

  .MMM--pageSectionTitle.MMM--wysiwyg .MMM--hdg.MMM--gapTop,
  .MMM--pageSectionTitle.MMM--wysiwyg .MMM--hdg.MMM--gapTopMed,
  .MMM--pageSectionTitle.MMM--wysiwyg .MMM--hdg.MMM--gapTopLrg,
  .MMM--pageSectionTitle.MMM--wysiwyg .MMM--hdg.MMM--gapBottom,
  .MMM--pageSectionTitle.MMM--wysiwyg .MMM--hdg.MMM--gapBottomMed,
  .MMM--pageSectionTitle.MMM--wysiwyg .MMM--hdg.MMM--gapBottomLrg,
  .MMM--pageSectionTitle.MMM--wysiwyg .MMM--hdg.MMM--contentPadded,
  .MMM--pageSectionTitle.MMM--wysiwyg .MMM--hdg.MMM--contentPadded_second {
    display: inline-block
  }

  .MMM--relatedTitleLink {
    margin-left: 40px;
    margin-left: 30px;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    line-height: 1.25;
    font-style: italic;
    font-weight: normal
  }

  .rtl .MMM--relatedTitleLink {
    margin-left: 0;
    margin-right: 40px
  }

  .MMM--linkTransition {
    font-size: 12px
  }

  .warningBlock-link {
    color: #FF0000;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%
  }

  .warningBlock-link:hover {
    text-decoration: none
  }

  .warningBlock-link span {
    display: block;
    position: relative;
    padding: 0 2px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
  }

  .warningBlock-link:hover span {
    background: #FF0000;
    color: #FFFFFF;
    -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    transform: translate3d(0px, 0px, -30px) rotateX(90deg)
  }

  .warningBlock-link span:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 2px;
    color: #FFFFFF;
    background: #FF0000;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg)
  }

  .rS-51-Content,
  .rS-55-LinkList,
  .rS-58-Tags div.MMM--contentPadded.sideBox {
    padding-left: 0px !important
  }

  .MMM--impSearchLeft {
    max-width: 55%;
    float: left;
    padding: 20px
  }

  .MMM--impSearchLeftBorder {
    border-right: 1px #ff0000 solid;
    padding-right: 20px
  }

  .MMM--impSearchRight {
    padding: 20px;
    float: left;
    width: 36%;
    max-width: 45%
  }

  .MMM--impSearchRight .MMM--padTop:first-child {
    padding-left: 0
  }
}

@media screen and (min-width: 1440px) {
  body:after {
    content: 'luxuryContext'
  }

  .MMM--themeWrapper {
    position: relative;
    width: 1440px;
    margin: 0 auto
  }

  .MMM--tileLayout_indented {
    padding: 0 20px
  }

  .MMM--tileLayout-col_small {
    width: 19.9%
  }

  .MMM--tileLayout-col_medium {
    width: 33.32%;
    *width: 33%
  }

  .MMM--tileLayout-col_large {
    width: 49.9%;
    *width: 49%
  }

  .MMM--tileLayout-col_relatedItems {
    width: 16.65%;
    *width: 15%;
    *zoom: 1;
    *display: inline
  }

  .MMM--tileLayout-col_relatedItems_tabbed {
    width: 19.9%;
    *width: 18%
  }

  .MMM--5050-gridsLeft {
    width: 50%
  }

  .MMM--bleedingEdgeLayout .MMM--bleedingHero {
    z-index: 1;
    min-height: 0%;
    background-color: transparent
  }

  .MMM--bleedingEdgeLayout .MMM--bleedingSecondary {
    z-index: 1;
    position: relative;
    margin-left: 55px;
    margin-right: 55px;
    padding-top: 20px;
    display: block;
    background-color: white
  }

  .MMM--bleedingEdgeLayout .MMM--mainContent {
    background-color: transparent;
    display: block;
    min-height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    position: static;
    padding: 20px
  }

  .MMM--columnList_cc2 .MMM--columnPanel {
    padding-left: 20px;
    padding-right: 20px
  }

  .MMM--subNavDrawerPanel {
    max-width: 1060px
  }

  .MMM--site-bd {
    *position: relative
  }

  .MMM--relatedItemsList>*:nth-child(6) {
    display: inline-block
  }

  .MMM--relatedItemsList_tabbed>*:nth-child(5) {
    display: inline-block
  }

  .MMM--relatedItemsList_tabbed>*:nth-child(n+5) {
    display: inline-block
  }

  .MMM--relatedItemsList_tabbed>*:nth-child(6) {
    display: none
  }

  .MMM--impSearchRight {
    width: 37%
  }

  .mix-MMM--img_maxFancy-rG-50 {
    max-height: 330px
  }
}

@media screen and (min-width: 1px) {
  .MMM--3Mfont {
    font-weight: normal
  }

  .MMM--hdg {
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg h1,
  .MMM--wysiwyg h1.MMM--hdg_1,
  .MMM--hdg_1 {
    font-size: 22px;
    line-height: 1.25
  }

  .MMM--wysiwyg h2,
  .MMM--hdg_2,
  .MMM--wysiwyg h1.MMM--hdg_2 {
    font-size: 20px;
    line-height: 1.25
  }

  .MMM--wysiwyg h3,
  .MMM--hdg_3,
  .MMM--wysiwyg h1.MMM--hdg_3 {
    font-size: 18px;
    line-height: 1.25
  }

  .MMM--wysiwyg h4,
  .MMM--hdg_4,
  .MMM--wysiwyg h1.MMM--hdg_4 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--hdg.MMM--hdg_4.MMM--txt_bold {
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg h5,
  .MMM--hdg_5,
  .MMM--wysiwyg h1.MMM--hdg_5 {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--wysiwyg h6,
  .MMM--hdg_6,
  .MMM--wysiwyg h1.MMM--hdg_6 {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--txt_sm_1 {
    font-size: 10px;
    line-height: 1.25
  }

  .MMM--txt_sm_2 {
    font-size: 11px;
    line-height: 1.25
  }

  .MMM--txt_sm_3 {
    font-size: 12px;
    line-height: 1.25
  }

  .MMM--txt_md_1 {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--txt_md_2 {
    font-size: 15px;
    line-height: 1.25
  }

  .MMM--txt_md_3 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--txt_md_4 {
    font-size: 17px;
    line-height: 1.25
  }

  .MMM--txt_md_5 {
    font-size: 18px;
    line-height: 1.25
  }

  .MMM--txt_md_6 {
    font-size: 19px;
    line-height: 1.25
  }

  .MMM--txt_md_7 {
    font-size: 20px;
    line-height: 1.25
  }

  .MMM--txt_md_8 {
    font-size: 21px;
    line-height: 1.25
  }

  .MMM--txt_md_9 {
    font-size: 22px;
    line-height: 1.25
  }

  .MMM--txt_md_10 {
    font-size: 23px;
    line-height: 1.25
  }

  .MMM--txt_md_11 {
    font-size: 24px;
    line-height: 1.25
  }

  .MMM--txt_lrg_1 {
    font-size: 25px;
    line-height: 1.25
  }

  .MMM--txt_lrg_2 {
    font-size: 26px;
    line-height: 1.25
  }

  .MMM--txt_lrg_3 {
    font-size: 27px;
    line-height: 1.25
  }

  .MMM--txt_lrg_4 {
    font-size: 28px;
    line-height: 1.25
  }

  .MMM--txt_lrg_5 {
    font-size: 29px;
    line-height: 1.25
  }

  .MMM--txt_lrg_6 {
    font-size: 30px;
    line-height: 1.25
  }

  .MMM--txt_lrg_7 {
    font-size: 31px;
    line-height: 1.25
  }

  .MMM--txt_lrg_8 {
    font-size: 32px;
    line-height: 1.25
  }

  .MMM--txt_lrg_9 {
    font-size: 33px;
    line-height: 1.25
  }

  .MMM--txt_hug_1 {
    font-size: 34px;
    line-height: 1.25
  }

  .MMM--txt_hug_2 {
    font-size: 42px;
    line-height: 1.25
  }

  .MMM--wysiwyg .MMM--flx_hdg_1,
  .MMM--flx_hdg_1 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg .MMM--flx_hdg_3,
  .MMM--flx_hdg_3 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--wysiwyg .MMM--flx_hdg_6,
  .MMM--flx_hdg_6 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--flx_sm_3 {
    font-size: 12px;
    line-height: 1.25
  }

  .MMM--flx_md_1 {
    font-size: 14px
  }

  .MMM--flx_md_2 {
    font-size: 16px
  }

  .MMM--flx_md_3 {
    font-size: 18px
  }

  .MMM--largeMessage-txt {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25
  }

  .MMM--heroMessage-txt {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.25
  }
}

@media screen and (min-width: 768px) {

  .MMM--bodyCopy.MMM--wysiwyg,
  .MMM--wysiwyg.MMM--bodyCopy {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--wysiwyg h1.MMM--bodyCopy {
    font-size: 14px;
    line-height: 1.25;
    font-weight: normal
  }

  .MMM--wysiwyg .MMM--hdg,
  .MMM--hdg {
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg h1,
  .MMM--wysiwyg h1.MMM--hdg_1,
  .MMM--hdg_1 {
    font-size: 24px;
    line-height: 1.25
  }

  .MMM--wysiwyg h2,
  .MMM--hdg_2,
  .MMM--wysiwyg h1.MMM--hdg_2 {
    font-size: 22px;
    line-height: 1.25
  }

  .MMM--wysiwyg h3,
  .MMM--hdg_3,
  .MMM--wysiwyg h1.MMM--hdg_3 {
    font-size: 20px;
    line-height: 1.25
  }

  .MMM--wysiwyg h4,
  .MMM--hdg_4,
  .MMM--wysiwyg h1.MMM--hdg_4 {
    font-size: 18px;
    line-height: 1.25
  }

  .MMM--hdg.MMM--hdg_4.MMM--txt_bold {
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg h5,
  .MMM--hdg_5,
  .MMM--wysiwyg h1.MMM--hdg_5 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--wysiwyg h6,
  .MMM--hdg_6,
  .MMM--wysiwyg h1.MMM--hdg_6 {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--hdg_btnMobile {
    display: block;
    position: relative;
    line-height: 1.25;
    padding: 15px 0 15px 15px
  }

  .rtl .MMM--hdg_btnMobile {
    padding-left: 0;
    padding-right: 15px
  }

  .MMM--hdg_btnMobile:hover {
    text-decoration: none;
    color: #030303
  }

  .MMM--hdg_btnMobile_sub {
    background-color: #eeeeee;
    padding-left: 71px
  }

  .MMM--hdg_btnMobile:before {
    content: '\e055';
    display: inline-block;
    font-size: 20px;
    margin-right: 17px
  }

  .rtl .MMM--hdg_btnMobile:before {
    margin-left: 17px
  }

  .MMM--hdg_btnMobile_closed:before {
    content: '\e055';
    color: #030303
  }

  .MMM--isActive>.MMM--hdg_btnMobile_closed:before,
  .MMM--hdg_btnMobile_closed.MMM--isActive:before,
  .MMM--contentToggle-trigger.MMM--isActive>.MMM--hdg_btnMobile_closed:before {
    content: '\e04f';
    color: #ff0000;
    padding-left: 1px
  }

  .MMM--wysiwyg .MMM--subHdg,
  .MMM--subHdg {
    font-size: 17px;
    margin-bottom: .75em;
    color: #4b4b4b
  }

  .MMM--pageTitleDescription {
    font-size: 18px;
    color: #838383
  }

  .MMM--IntroText {
    font-size: 14px
  }

  .mix-MMM--hdg_normal {
    font-weight: normal;
    font-style: normal
  }

  .mix-MMM--hdg_spaced {
    margin-bottom: .75em
  }

  .mix-MMM--hdg_smallSpaced {
    margin-bottom: .5em
  }

  .mix-MMM--hdg_lightGrey {
    color: #4b4b4b
  }

  .mix-MMM--hdg_mediumGrey {
    color: #555555
  }

  .mix-MMM--hdg_dark {
    color: #000000
  }

  .MMM--wysiwyg .MMM--flx_hdg_1,
  .MMM--flx_hdg_1 {
    font-size: 36px;
    font-weight: bold
  }

  .MMM--wysiwyg .MMM--flx_hdg_3,
  .MMM--flx_hdg_3 {
    font-size: 20px
  }

  .MMM--wysiwyg .MMM--flx_hdg_6,
  .MMM--flx_hdg_6 {
    font-size: 14px
  }

  .MMM--flx_sm_3 {
    font-size: 10px
  }

  .MMM--flx_md_1 {
    font-size: 12px
  }

  .MMM--flx_md_2 {
    font-size: 14px
  }

  .MMM--flx_md_3 {
    font-size: 16px
  }

  .MMM--heroMessage-txt {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.25
  }

  .MMM--largeMessage-txt {
    font-weight: bold;
    font-size: 42px;
    line-height: 1.25
  }
}

@media screen and (min-width: 960px) {
  .MMM--flx_md_1 {
    font-size: 12px
  }
}

@media screen and (min-width: 1px) {
  .MMM--hdg_btnMobile {
    font-weight: normal;
    font-style: normal;
    display: block;
    position: relative;
    color: #030303;
    background-color: #f2f2f2;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0 15px 15px
  }

  div.MMM--hdg_btnMobile {
    font-weight: bold
  }

  .rtl .MMM--hdg_btnMobile {
    padding-left: 0;
    padding-right: 15px
  }

  .MMM--hdg_btnMobile:hover {
    text-decoration: none;
    color: #030303
  }

  .MMM--hdg_btnMobile_sub {
    background-color: #eeeeee;
    padding-left: 71px
  }

  .MMM--hdg_btnMobile:before {
    content: '\e055';
    display: inline-block;
    font-size: 14px;
    margin-right: 17px
  }

  .rtl .MMM--hdg_btnMobile:before {
    margin-left: 17px
  }

  .MMM--hdg_btnMobile_closed:before {
    content: '\e055';
    color: #030303
  }

  .MMM--isActive>.MMM--hdg_btnMobile_closed:before,
  .MMM--hdg_btnMobile_closed.MMM--isActive:before,
  .MMM--contentToggle-trigger.MMM--isActive>.MMM--hdg_btnMobile_closed:before {
    content: '\e04f';
    color: #ff0000;
    padding-left: 1px
  }

  .MMM--hdg_btnMobile.MMM--icn {
    display: block
  }

  .MMM--btn,
  .MMM--articleContent .MMM--btn {
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background-color: #ffffff;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    overflow: hidden;
    position: relative;
    z-index: 5
  }

  .MMM--btn:visited,
  .MMM--btn:hover,
  .MMM--btn:active,
  .MMM--articleContent .MMM--btn:visited,
  .MMM--articleContent .MMM--btn:hover,
  .MMM--articleContent .MMM--btn:active {
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #000
  }

  .mix-MMM--btn_allCaps {
    text-transform: uppercase
  }

  .unicornButtonActive:not(.MMM--btn_noAnimation):hover,
  .unicornButtonActive:active {
    text-decoration: none;
    color: #ffffff;
    background: url("../img/GradientBar.svg");
    -moz-background: url("../img/GradientBar_deprecated.svg")
  }

  .MMM--btn_noAnimation:hover {
    text-decoration: underline
  }

  .MMM--btn+.MMM--btn {
    margin-left: .5em
  }

/*  .MMM--btn:before {
    background-color: #7ed1d2;
    z-index: -2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ''
  } */

  .MMM--btn.MMM--btn_psn:before,
  .MMM--btn.MMM--btn_filter:before,
  .MMM--btn.MMM--btn_actionItem:before,
  .MMM--btn.MMM--tagBtn:before,
  .MMM--btn.MMM--mobileSearchBtn:before,
  .MMM--btn.MMM--searchBtn:before,
  .MMM--btn.MMM--ctaBtn:before {
    display: none
  }

  .MMM--btn.MMM--btn_psn:not(.MMM--btn_noAnimation):hover,
  .MMM--btn.MMM--btn_filter:not(.MMM--btn_noAnimation):hover,
  .MMM--btn.MMM--btn_actionItem:not(.MMM--btn_noAnimation):hover,
  .MMM--btn.MMM--tagBtn:not(.MMM--btn_noAnimation):hover,
  .MMM--btn.MMM--mobileSearchBtn:not(.MMM--btn_noAnimation):hover,
  .MMM--btn.MMM--searchBtn:not(.MMM--btn_noAnimation):hover {
    background-color: inherit;
    color: #000000
  }

  .rtl .MMM--btn+.MMM--btn {
    margin-left: 0;
    margin-right: .5em
  }

  .MMM--btn_primary {
    background-color: #ffffff;
    color: #000000
  }

  .MMM--btn_primary:not(.MMM--btn_noAnimation):hover,
  .MMM--btn_primary:not(.MMM--btn_noAnimation):active {
    color: #ffffff
  }

  .MMM--btn_secondary {
    background-color: #cccccc;
    border-color: #000000;
    color: #000000
  }

  .MMM--btn_secondary:not(.MMM--btn_noAnimation):hover,
  .MMM--btn_secondary:not(.MMM--btn_noAnimation):active {
    background: none;
    background-color: #4b4b4b;
    color: #ffffff
  }

  .MMM--btn_tertiary,
  .MMM--btn_tertiary:visited,
  .MMM--btn_tertiary:active {
    background-color: #4B4B4B;
    border-color: #000000;
    color: #FFFFFF
  }

  .MMM--btn_tertiary:not(.MMM--btn_noAnimation):hover {
    color: #000000;
    background: none;
    background-color: #cccccc
  }

  .MMM--btn_selector {
    background: #025880;
    color: #ffffff;
    border: 1px solid #c0c0c0;
    display: block;
    width: 100%
  }

  .MMM--btn_secondary:before {
    background-color: #cccccc;
    z-index: -2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ''
  }

  .MMM--btn_tertiary:before {
    background-color: #4b4b4b;
    z-index: -2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ''
  }

  .MMM--btnOverlay {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg);
    z-index: -1;
    background: url("../img/GradientBar.svg")
  }

  .MMM--tertiaryOverlay {
    background: none;
    background-color: #cccccc
  }

  .MMM--secondaryOverlay {
    background: none;
    background-color: #4b4b4b
  }

  .mix-MMM--btn_fullWidth {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    *width: 98%
  }

  .mix-MMM--btn_fullWidthMobileOnly {
    padding: 10px 0;
    width: 100%;
    *width: 98%
  }

  .MMM--btn.mix-MMM--btn_fullWidthMobileOnly+.MMM--btn.mix-MMM--btn_fullWidthMobileOnly {
    margin-left: 0;
    margin-top: 10px
  }

  .mix-MMM--btn_paddingSlim {
    padding-top: 4.5px;
    padding-bottom: 4.5px
  }

  .mix-MMM--btn_noWrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .MMM--btn_promoCode {
    float: right;
    height: 30px;
    *height: 38px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    *margin-top: 1px;
    *position: relative;
    *z-index: 9999
  }

  .rtl .MMM--btn_promoCode {
    float: left;
    *position: absolute;
    *right: 255px;
    *border: none
  }

  .MMM--ENLRegisterButton {
    margin-top: 1em
  }

  .MMM--ENLPortletButton {
    margin-right: 10px;
    max-width: 45%
  }

  .MMM--mobileSearchBtn {
    -webkit-appearance: none;
    float: right;
    height: 38px;
    *height: 46px;
    *margin-top: 1px;
    *position: relative;
    *z-index: 9999;
    margin: 0;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 50px;
    color: #656565;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border: 1px solid #e5e4e4;
    border-radius: 0;
    cursor: pointer;
    background: #ffffff
  }

  .MMM--mobileSearchBtn:not(.MMM--btn_noAnimation):hover {
    text-decoration: none;
    color: #000000
  }

  .rtl .MMM--mobileSearchBtn {
    float: left
  }

  .MMM--searchBtn {
    -webkit-appearance: none;
    float: left;
    height: 38px;
    *height: 46px;
    *margin-top: 1px;
    margin: 0;
    padding: 0px 10px;
    *padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 50px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ff0000;
    cursor: pointer;
    background: #ff0000;
    position: static
  }

  .MMM--searchBtn:not(.MMM--btn_noAnimation):hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    border-bottom: 1px solid #000000
  }

  button.MMM--searchBtn {
    padding: 0 7px
  }

  .rtl .MMM--searchBtn {
    float: right
  }

  .MMM--btn_callout {
    width: 100%;
    color: #000000;
    background: #dedede;
    background-image: -ms-linear-gradient(bottom, #dedede 0%, #fdfdfd 100%);
    background-image: -moz-linear-gradient(bottom, #dedede 0%, #fdfdfd 100%);
    background-image: -o-linear-gradient(bottom, #dedede 0%, #fdfdfd 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dedede), color-stop(1, #fdfdfd));
    background-image: -webkit-linear-gradient(bottom, #dedede 0%, #fdfdfd 100%);
    background-image: linear-gradient(to top, #dedede 0%, #fdfdfd 100%);
    padding: 18px 0 17px 0;
    border: none
  }

  .MMM--btn_callout:not(.MMM--btn_noAnimation):hover,
  .MMM--btn_callout:focus {
    color: #000000;
    text-decoration: none
  }

  .MMM--btn_callout:active {
    color: #ffffff;
    background: #adadad;
    background-image: -ms-linear-gradient(bottom, #adadad 0%, #626262 100%);
    background-image: -moz-linear-gradient(bottom, #adadad 0%, #626262 100%);
    background-image: -o-linear-gradient(bottom, #adadad 0%, #626262 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #adadad), color-stop(1, #626262));
    background-image: -webkit-linear-gradient(bottom, #adadad 0%, #626262 100%);
    background-image: linear-gradient(to top, #adadad 0%, #626262 100%)
  }

  .MMM--btn_localization {
    color: #444444;
    border: none;
    padding: 0;
    background-color: transparent
  }

  a:hover .MMM--btn_localization,
  a:focus .MMM--btn_localization,
  a:active .MMM--btn_localization {
    color: #000000
  }

  .MMM--btn_filter,
  .MMM--btn_filter:not(.MMM--btn_noAnimation):hover,
  .MMM--btn_filter:focus,
  .MMM--btn_filter:active {
    background: #636363;
    border: 1px solid #a1a1a1;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--btn_filter.MMM--isActive {
    position: relative;
    z-index: 50;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    border-color: #ffffff
  }
}

@media screen and (min-width: 1px) {
  .MMM--btn_actionItem {
    background: #636262;
    color: #ffffff;
    border: 1px solid #a1a1a1;
    padding: 5px 10px;
    font-size: 14px;
    margin-left: .5em
  }

  .MMM--btn_actionItem:not(.MMM--btn_noAnimation):hover {
    text-decoration: underline
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--btn_subscribe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--toggle-All {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
  }
}

@media screen and (min-width: 1px) {

  a.MMM--ctaBtn,
  .MMM--wysiwyg a.MMM--ctaBtn,
  .MMM--ctaBtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 10px 25px;
    border: 1px solid #c0c0c0;
    cursor: pointer;
    background: #ff0000;
    width: 100%;
    border: none
  }

  div.mob-onlineItemCell a.MMM--ctaBtn {
    padding: 10px 0px
  }

  .MMM--wysiwyg a.MMM--ctaBtn {
    color: #ffffff;
    border: none
  }

  .MMM--ctaBtn:not(.MMM--btn_noAnimation):hover,
  a.MMM--ctaBtn:not(.MMM--btn_noAnimation):hover,
  .MMM--wysiwyg a.MMM--ctaBtn:not(.MMM--btn_noAnimation):hover {
    color: #ffffff;
    text-decoration: underline;
    border-bottom: none;
    background: #ff0000;
    border: none
  }

  .MMM--tagBtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #ff0000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #c0c0c0;
    cursor: pointer;
    background: #ffffff
  }

  .rS-58-Tags .MMM--tagBtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    color: #ff0000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #c0c0c0;
    cursor: pointer;
    background: #ffffff
  }

  .MMM--tagBtn:not(.MMM--btn_noAnimation):hover {
    color: #ffffff;
    background-color: #ff0000
  }

  .MMM--btn_action {
    padding: 8px 8px 6px 8px;
    margin-left: 12px;
    position: relative;
    top: 1px
  }

  .MMM--btn_action_delete {
    padding: 4px 8px 6px 8px
  }

  a.MMM--btn.MMM--btn_tertiary.MMM--btn_noAnimation {
    color: #ffffff
  }

  a.MMM--btn.MMM--btn_secondary.MMM--btn_noAnimation {
    color: #000000
  }

  .MMM--articleContent .MMM--btn:not(.MMM--btn_noAnimation):hover,
  .MMM--articleContent .MMM--btn:active {
    text-decoration: none;
    color: #ffffff;
    background: url("../img/GradientBar.svg")
  }

  .MMM--articleContent .MMM--btn+.MMM--btn {
    margin-left: .5em
  }

  .MMM--articleContent .MMM--btn:before {
    background-color: white;
    z-index: -2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ''
  }

  .MMM--articleContent .MMM--btn.MMM--btn_psn:before,
  .MMM--articleContent .MMM--btn.MMM--btn_filter:before,
  .MMM--articleContent .MMM--btn.MMM--btn_actionItem:before,
  .MMM--articleContent .MMM--btn.MMM--tagBtn:before,
  .MMM--articleContent .MMM--btn.MMM--mobileSearchBtn:before,
  .MMM--articleContent .MMM--btn.MMM--searchBtn:before {
    display: none
  }

  .MMM--articleContent .MMM--btn.MMM--btn_psn:not(.MMM--btn_noAnimation):hover,
  .MMM--articleContent .MMM--btn.MMM--btn_filter:not(.MMM--btn_noAnimation):hover,
  .MMM--articleContent .MMM--btn.MMM--btn_actionItem:not(.MMM--btn_noAnimation):hover,
  .MMM--articleContent .MMM--btn.MMM--tagBtn:not(.MMM--btn_noAnimation):hover,
  .MMM--articleContent .MMM--btn.MMM--mobileSearchBtn:not(.MMM--btn_noAnimation):hover,
  .MMM--articleContent .MMM--btn.MMM--searchBtn:not(.MMM--btn_noAnimation):hover {
    background-color: inherit;
    color: #000000
  }

  .MMM--articleContent .rtl .MMM--btn+.MMM--btn {
    margin-left: 0;
    margin-right: .5em
  }

  .MMM--articleContent .MMM--btn_primary {
    background-color: #ffffff;
    color: #000000
  }

  .MMM--articleContent .MMM--btn_primary:not(.MMM--btn_noAnimation):hover,
  .MMM--btn_primary:active {
    color: #ffffff
  }

  .MMM--articleContent .MMM--btn_secondary {
    background-color: #cccccc;
    border-color: #000000;
    color: #000000
  }

  .MMM--articleContent .MMM--btn_secondary:not(.MMM--btn_noAnimation):hover,
  .MMM--articleContent .MMM--btn_secondary:active {
    background: none;
    background-color: #4b4b4b;
    color: #ffffff
  }

  .MMM--articleContent .MMM--btn_tertiary {
    background-color: #4B4B4B;
    border-color: #000000;
    color: #FFFFFF
  }

  .MMM--articleContent .MMM--btn_tertiary:not(.MMM--btn_noAnimation):hover,
  .MMM--articleContent .MMM--btn_tertiary:active {
    color: #000000;
    background: none;
    background-color: #cccccc
  }

  .MMM--articleContent .MMM--btn_selector {
    background: #025880;
    color: #ffffff;
    border: 1px solid #c0c0c0;
    display: block;
    width: 100%
  }

  .MMM--articleContent .MMM--btn_secondary:before {
    background-color: #cccccc;
    z-index: -2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ''
  }

  .MMM--btn_tertiary:before {
    background-color: #4b4b4b;
    z-index: -2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ''
  }

  .MMM--btnOverlay {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg);
    z-index: -1;
    background: url("../img/GradientBar.svg")
  }

  .MMM--tertiaryOverlay {
    background: none;
    background-color: #cccccc
  }

  .MMM--secondaryOverlay {
    background: none;
    background-color: #4b4b4b
  }

  .mix-MMM--btn_fullWidth {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    *width: 98%
  }

  .mix-MMM--btn_fullWidthMobileOnly {
    padding: 10px 0;
    width: 100%;
    *width: 98%
  }

  .MMM--btn.mix-MMM--btn_fullWidthMobileOnly+.MMM--btn.mix-MMM--btn_fullWidthMobileOnly {
    margin-left: 0;
    margin-top: 10px
  }

  .mix-MMM--btn_paddingSlim {
    padding-top: 4.5px;
    padding-bottom: 4.5px
  }

  .MMM--btn_promoCode {
    float: right;
    height: 30px;
    *height: 38px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    *margin-top: 1px;
    *position: relative;
    *z-index: 9999
  }

  .rtl .MMM--btn_promoCode {
    float: left;
    *position: absolute;
    *right: 255px;
    *border: none
  }

  .MMM--ENLRegisterButton {
    margin-top: 1em
  }

  .MMM--ENLPortletButton {
    margin-right: 10px;
    max-width: 45%
  }

  .MMM--mobileSearchBtn {
    -webkit-appearance: none;
    float: right;
    height: 38px;
    *height: 46px;
    *margin-top: 1px;
    *position: relative;
    *z-index: 9999;
    margin: 0;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 50px;
    color: #656565;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border: 1px solid #e5e4e4;
    border-radius: 0;
    cursor: pointer;
    background: #ffffff
  }

  .MMM--mobileSearchBtn:not(.MMM--btn_noAnimation):hover {
    text-decoration: none;
    color: #000000
  }

  .rtl .MMM--mobileSearchBtn {
    float: left
  }

  .MMM--btn_callout {
    width: 100%;
    color: #000000;
    background: #dedede;
    background-image: -ms-linear-gradient(bottom, #dedede 0%, #fdfdfd 100%);
    background-image: -moz-linear-gradient(bottom, #dedede 0%, #fdfdfd 100%);
    background-image: -o-linear-gradient(bottom, #dedede 0%, #fdfdfd 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dedede), color-stop(1, #fdfdfd));
    background-image: -webkit-linear-gradient(bottom, #dedede 0%, #fdfdfd 100%);
    background-image: linear-gradient(to top, #dedede 0%, #fdfdfd 100%);
    padding: 18px 0 17px 0;
    border: none
  }

  .MMM--btn_callout:not(.MMM--btn_noAnimation):hover,
  .MMM--btn_callout:focus {
    color: #000000;
    text-decoration: none
  }

  .MMM--btn_callout:active {
    color: #ffffff;
    background: #adadad;
    background-image: -ms-linear-gradient(bottom, #adadad 0%, #626262 100%);
    background-image: -moz-linear-gradient(bottom, #adadad 0%, #626262 100%);
    background-image: -o-linear-gradient(bottom, #adadad 0%, #626262 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #adadad), color-stop(1, #626262));
    background-image: -webkit-linear-gradient(bottom, #adadad 0%, #626262 100%);
    background-image: linear-gradient(to top, #adadad 0%, #626262 100%)
  }

  .MMM--btn_localization {
    color: #444444;
    border: none;
    padding: 0;
    background-color: transparent
  }

  a:not(.MMM--btn_noAnimation):hover .MMM--btn_localization,
  a:focus .MMM--btn_localization,
  a:active .MMM--btn_localization {
    color: #000000
  }

  .MMM--btn_filter,
  .MMM--btn_filter:hover,
  .MMM--btn_filter:focus,
  .MMM--btn_filter:active {
    background: #636363;
    border: 1px solid #a1a1a1;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--btn_filter.MMM--isActive {
    position: relative;
    z-index: 50;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    border-color: #ffffff
  }
}

@media screen and (min-width: 1px) {
  .MMM--btn_actionItem {
    background: #636262;
    color: #ffffff;
    border: 1px solid #a1a1a1;
    padding: 5px 10px;
    font-size: 14px;
    margin-left: .5em
  }

  .MMM--btn_actionItem:hover {
    text-decoration: underline
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--btn_subscribe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--toggle-All {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
  }
}

@media screen and (min-width: 1px) {
  .MMM--tagBtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    color: #ff0000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #E1E1E1;
    cursor: pointer;
    background: #ffffff
  }

  .MMM--tagBtn:not(.MMM--btn_noAnimation):hover {
    border-bottom: 1px solid #c0c0c0;
    color: #ffffff
  }

  .MMM--btn_action {
    padding: 8px 8px 6px 8px;
    margin-left: 12px;
    position: relative;
    top: 1px
  }

  .MMM--btn_action_delete {
    padding: 4px 8px 6px 8px
  }

  .snaps--overflow .rG-70-CTALinks .MMM--vListtohList>* {
    margin-bottom: 1em
  }

  .MMM--btnOverlay {
    left: 0% \0;
    top: 0% \0
  }
}

@media screen and (min-width: 1px) and (-ms-high-contrast: active),
screen and (min-width: 1px) and (-ms-high-contrast: none) {
  .MMM--btnOverlay {
    top: 50% !important;
    left: 50% !important
  }
}

@media screen and (min-width: 1px) {

  .MMM--proactiveChat-online,
  .MMM--proactiveChat-offline {
    display: block;
    cursor: pointer;
    width: 170px;
    line-height: 40px;
    background-color: #CA2019;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #FFFFFF
  }

  .MMM--proactiveChat-online:hover,
  .MMM--proactiveChat-offline:hover {
    text-decoration: underline
  }
}

@media screen and (min-width: 768px) {
  .MMM--btn_selector {
    padding: 8px 25px;
    width: auto;
    border: 1px solid #ffffff;
    *padding: 5px 11px
  }

  .MMM--btn,
  .MMM--articleContent .MMM--btn {
    font-size: 14px;
    padding: 10px 35px
  }

  .mix-MMM--btn_fullWidthMobileOnly {
    padding: 10px 35px;
    width: auto;
    *width: auto
  }

  .MMM--btn.mix-MMM--btn_fullWidthMobileOnly+.MMM--btn.mix-MMM--btn_fullWidthMobileOnly {
    margin-left: .5em;
    margin-top: 0
  }

  .rtl .MMM--btn.mix-MMM--btn_fullWidthMobileOnly+.MMM--btn.mix-MMM--btn_fullWidthMobileOnly {
    margin-right: .5em;
    margin-top: 0
  }

  .MMM--btn_subscribe {
    *margin-top: .9em
  }

  .mix-MMM-MobileButton60Max {
    max-width: initial
  }

  .mix-MMM-MobileButton55Max {
    max-width: initial
  }

  .mix-MMM-MobileButton50Max {
    max-width: initial
  }

  .mix-MMM-MobileButton45Max {
    max-width: initial
  }

  .mix-MMM-MobileButton40Max {
    max-width: initial
  }

  .MMM--ENLRegisterButton {
    position: relative;
    top: -1px;
    margin-top: initial;
    margin-left: 15px
  }

  .MMM--serviceButtons {
    padding: 5px
  }

  .MMM--comparisonToggle-compareButton {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    padding: 6px 10px;
    text-align: center;
    min-width: 60px;
    border: 1px solid #a1a1a1;
    cursor: pointer;
    background-color: #888888
  }

  a.MMM--ctaBtn,
  .MMM--wysiwyg a.MMM--ctaBtn,
  .MMM--ctaBtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 10px 25px;
    border: 1px solid #c0c0c0;
    cursor: pointer;
    background: #ff0000;
    width: auto;
    border: none
  }

  .MMM--wysiwyg a.MMM--ctaBtn {
    color: #ffffff;
    border: none
  }

  .MMM--ctaBtn:hover,
  a.MMM--ctaBtn:hover,
  .MMM--wysiwyg a.MMM--ctaBtn:hover {
    color: #ffffff;
    text-decoration: underline;
    bottom-border: none;
    background: #ff0000;
    border: none
  }

  .mix-MMM--btn_linkInMobileOnly {
    background-color: transparent;
    display: inline;
    border: none;
    border-radius: 0;
    color: #000000;
    font-weight: 400
  }

  .mix-MMM--btn_linkInMobileOnly:hover {
    color: #000000
  }
}

@media screen and (min-width: 960px) {
  .MMM--btn_psn {
    padding: 4px 7px;
    font-size: 12px
  }

  .MMM--btn_callout {
    width: auto;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: underline;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 1px solid #ef6b6b \9;
    *border-left: 1px solid #ef6b6b;
    border-right: 1px solid rgba(0, 0, 0, 0.14);
    border-right: 1px solid #c61616 \9;
    *border-right: 1px solid #c61616;
    background-color: #a40102;
    background-image: -ms-linear-gradient(bottom, #a40102 0%, #c92626 100%);
    background-image: -moz-linear-gradient(bottom, #a40102 0%, #c92626 100%);
    background-image: -o-linear-gradient(bottom, #a40102 0%, #c92626 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a40102), color-stop(1, #c92626));
    background-image: -webkit-linear-gradient(bottom, #a40102 0%, #c92626 100%);
    background-image: linear-gradient(to top, #a40102 0%, #c92626 100%);
    padding: 29px 19px
  }

  .MMM--btn_callout:hover,
  .MMM--btn_callout:focus {
    color: #ffffff;
    text-decoration: underline
  }

  .rtl .MMM--btn_callout {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    border-right: 1px solid #ef6b6b \9;
    *border-right: 1px solid #ef6b6b;
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    border-left: 1px solid #c61616 \9;
    *border-left: 1px solid #c61616
  }

  .MMM--btn_callout:hover,
  .MMM--btn_callout:focus,
  .MMM--btn_callout:active {
    background-color: #a40102;
    background-image: -ms-linear-gradient(bottom, #ba0707 0%, #a40102 100%);
    background-image: -moz-linear-gradient(bottom, #ba0707 0%, #a40102 100%);
    background-image: -o-linear-gradient(bottom, #ba0707 0%, #a40102 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ba0707), color-stop(1, #a40102));
    background-image: -webkit-linear-gradient(bottom, #ba0707 0%, #a40102 100%);
    background-image: linear-gradient(to top, #ba0707 0%, #a40102 100%);
    padding: 29px 19px
  }

  .MMM--btn_localization {
    padding-right: .3em
  }

  .rtl .MMM--btn_localization {
    padding-right: 0;
    padding-left: .3em
  }
}

@media screen and (min-width: 1px) {
  .MMM--ingredients .MMM--ingredientCat {
    display: block;
    margin: 0 auto;
    border: 1px solid #797979;
    width: 170px;
    height: 40px;
    padding: 65px 0 65px 0;
    cursor: pointer;
    text-align: center;
    color: #4b4b4b
  }

  .MMM--ingredients .MMM--ingredientCat.MMM--isActive,
  .MMM--ingredients .MMM--ingredientCat:hover {
    background-color: #ff0000;
    color: #ffffff
  }

  .MMM--ingredients .MMM--ingredientList {
    display: none
  }

  .MMM--ingredients .MMM--ingredientList.MMM--isActive {
    display: block
  }

  .MMM--ingredients .MMM--ingredientsTable th {
    background-color: #D2D2D2;
    padding: 5px 10px;
    min-width: 105px;
    color: #000000;
    text-align: left;
    font-weight: 700
  }

  .MMM--ingredients .MMM--ingredientsTable td {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px
  }
}

@media screen and (min-width: 768px) {
  .MMM--ingredients .MMM--ingredientList {
    margin-left: 12%;
    margin-left: calc(25% - 86px);
    width: 75%
  }
}

@media screen and (min-width: 960px) {
  .MMM--ingredients .MMM--ingredientList {
    margin-left: 5%;
    margin-left: calc(12.5% - 86px)
  }

  .MMM--ingredients .MMM--ingredientsTable {
    max-width: 75%
  }

  .MMM--ingredients .MMM--ingredientsLinks {
    max-width: 75%
  }
}

@media screen and (min-width: 1px) {
  .rG-68-Titling .MMM--pageSectionTitle .MMM--bodyCopy {
    margin-top: 18px
  }

  .rG-18-Titling .MMM--pageSectionTitle .MMM--bodyCopy {
    margin-top: 18px
  }
}

@media screen and (min-width: 1px) {
  .rINT-03-KBSearchTopics-Search-MoxieKM .MMM--hList li {
    clear: both
  }
}

@media screen and (min-width: 1px) {
  .rC-58-HTML.MMM--contentWrapper {
    padding: 0px 15px
  }
}

@media screen and (min-width: 1px) and (min-width: 1px) {
  .rG-60-ThumbnailGrid .MMM--modalContainer .MMM--wysiwyg p {
    margin: 20px 0
  }

  .rG-60-ThumbnailGrid .Media-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 110%
  }

  .MMM--galleryThumbLink:hover {
    text-decoration: none
  }

  .MMM--galleryListItem {
    display: none;
    margin: 0
  }

  .MMM--galleryListItem:first-child {
    display: inline-block
  }

  .MMM--galleryNavigationContainer_carousel.MMM--isNotOnMobile {
    margin-top: -15px
  }

  .MMM--galleryListItem {
    list-style-type: none
  }

  .MMM--bodyCopy .MMM--galleryNavigationContainer_carousel li.MMM--heroCarouselNavigation-item {
    margin: 0 0 .5em 0px
  }
}

@media screen and (min-width: 1px) and (min-width: 450px) {
  .MMM--galleryFigure-mask {
    background-color: #f00;
    bottom: 0;
    color: #fff;
    display: none;
    margin: 0 5px 5px 5px;
    position: relative;
    left: 0;
    top: 26px;
    padding-left: 5px;
    width: 78px;
    height: 21px;
    z-index: 3
  }

  .MMM--galleryThumbLink.MMM--isActive .MMM--galleryFigure-mask {
    display: block
  }

  .MMM--galleryListItem {
    display: none
  }

  .MMM--galleryList-thumb-item img {
    width: 92px;
    height: 62px
  }

  .MMM--galleryList-thumb-item {
    display: inline-block;
    white-space: normal;
    margin-right: 15px
  }

  .rG-60-ThumbnailGrid .Media-wrapper {
    width: 100%
  }

  .MMM--bodyCopy .MMM--galleryNavigationContainer_carousel li.MMM--heroCarouselNavigation-item {
    margin: 0 0 .5em 0px
  }
}

@media screen and (min-width: 1px) and (min-width: 960px) {
  .MMM--galleryList {
    position: relative;
    overflow: hidden
  }

  .MMM--galleryListItem {
    display: none
  }

  .MMM--galleryListItem:first-child {
    display: inline-block
  }

  .MMM--gallery-thumb-Figure .MMM--galleryFigure-mask {
    background-color: #f00;
    bottom: 0;
    color: #fff;
    display: none;
    margin: 0 5px 5px 5px;
    position: relative;
    left: 0;
    top: 26px;
    padding-left: 5px;
    width: 112px;
    height: 21px;
    z-index: 3
  }

  .MMM--galleryThumbLink.MMM--isActive .MMM--galleryFigure-mask {
    display: block
  }

  .MMM--galleryList_thumb {
    margin: 0 auto;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%
  }

  .MMM--galleryList-thumb-item {
    display: inline-block;
    white-space: normal;
    margin-right: 15px
  }

  .MMM--galleryList-thumb-item img {
    width: 127px;
    height: 85px
  }

  .rG-60-ThumbnailGrid .MMM--modalContainer {
    border: none
  }

  .rG-60-ThumbnailGrid .Media-wrapper {
    width: 100%
  }

  .rG-60-ThumbnailGrid .MMM--gallery-thumbContainer {
    max-width: 860px
  }

  .MMM--bodyCopy .MMM--galleryNavigationContainer_carousel li.MMM--heroCarouselNavigation-item {
    margin: 0 0 .5em 0px
  }
}

@media screen and (min-width: 1px) {
  .rG-71-Alert.MMM--pageAlert {
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    text-align: center;
    *zoom: 1;
    padding: 0
  }

  .rG-30-NewsDetail .MMM--pageTitleDescription,
  .rG-80-NewsDetail .MMM--pageTitleDescription {
    display: block
  }

  .rG-80-NewsDetail .MMM--pageSectionTitle.MMM--wysiwyg .MMM--hdg,
  .rG-30-NewsDetail .MMM--pageSectionTitle.MMM--wysiwyg .MMM--hdg {
    margin-top: 12px
  }

  .rICO-103-ParallaxHero .MMM--IconicParallax {
    position: relative;
    padding: 20px
  }

  .rICo-103-ParallaxHero .MMM--img_carousel_hero {
    position: absolute
  }

  .rLMS-Common {
    padding: 0 20px 0 20px;
    clear: both
  }

  .rLMS-Common span,
  .rLMS-Common p {
    font-size: 16px
  }

  .rLMS-Common .MMM--carouselListItem_hero {
    background: none
  }

  .rLMS-Common .MMM--Tiles-listItem {
    padding-top: 0
  }

  .rLMS-Common .MMM--Tiles-listItem>div {
    background: #ffffff;
    padding-left: 0;
    padding-right: 0
  }

  .rLMS-Common .MMM--date {
    padding: 5px;
    color: #ffffff;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
    opacity: 0.99;
    margin-top: -25px
  }

  .rLMS-Common .MMM--heroCarouselTrigger {
    display: none
  }

  .rLMS-Common a.MMM--btn:before {
    background-color: #ffffff
  }

  .rLMS-Common .MMM--imgMright {
    margin-right: 5px;
    vertical-align: top;
    width: 16px;
    height: 16px
  }

  .rLMS-Common .mix-MMM--hdg_spaced {
    margin-bottom: 15px
  }

  .rLMS-Common .MMM--Tiles-listItem {
    width: 100%;
    max-width: 410px
  }

  .rLMS-Common .MMM--follow-lnk {
    width: 99%
  }

  .rLMS-Common .MMM--columnList li:hover .MMM--svgHover {
    visibility: visible
  }

  .rLMS-Common .MMM--isOnDevice {
    display: block
  }

  .rLMS-Common .MMM--Tiles-listItem:before {
    max-height: 960px
  }

  .rLMS-Common .MMM--loaderImg {
    position: static;
    display: none
  }

  .rLMS-Common .sessionStart {
    display: inline-block;
    margin-left: 22px;
    margin-top: -10px
  }

  .rLMS-Common .sessionEnd {
    display: inline-block;
    margin-left: 22px;
    margin-top: 10px;
    margin-right: 10px
  }

  .rLMS-Common .MMM--padTopMedCancel {
    padding-top: 27px
  }

  .rLMS-Common .js-courseTitle {
    min-height: 20px
  }

  .MMM--Color-sel-8,
  .MMM--Color-sel-9,
  .MMM--Color-sel-10,
  .MMM--Color-sel-14,
  .MMM--Color-sel-13,
  .MMM--Color-sel-8 .courseSecondaryCTA a,
  .MMM--Color-sel-9 .courseSecondaryCTA a,
  .MMM--Color-sel-10 .courseSecondaryCTA a,
  .MMM--Color-sel-13 .courseSecondaryCTA a,
  .MMM--Color-sel-14 .courseSecondaryCTA a {
    color: #ffffff
  }

  .MMM--Color-sel-8 .courseSecondaryCTA a,
  .MMM--Color-sel-9 .courseSecondaryCTA a,
  .MMM--Color-sel-10 .courseSecondaryCTA a,
  .MMM--Color-sel-13 .courseSecondaryCTA a,
  .MMM--Color-sel-14 .courseSecondaryCTA a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25)
  }

  .MMM--Color-sel-8 .courseSecondaryCTA a:hover,
  .MMM--Color-sel-9 .courseSecondaryCTA a:hover,
  .MMM--Color-sel-10 .courseSecondaryCTA a:hover,
  .MMM--Color-sel-13 .courseSecondaryCTA a:hover,
  .MMM--Color-sel-14 .courseSecondaryCTA a:hover {
    border-bottom: 1px solid #ffffff
  }

  .MMM--Color-sel-8 a.MMM--basicLink,
  .MMM--Color-sel-9 a.MMM--basicLink,
  .MMM--Color-sel-10 a.MMM--basicLink,
  .MMM--Color-sel-13 a.MMM--basicLink,
  .MMM--Color-sel-14 a.MMM--basicLink {
    border-bottom: none
  }

  .rLMS-54-CourseDetail .MMM--loaderImg {
    margin-left: 5%
  }

  .rLMS-50-3upCourses .MMM--isOnMobile {
    display: block
  }

  .rLMS-50-3upCourses .MMM--heroNavigationContainer {
    margin-top: 0
  }

  .rLMS-50-3upCourses .MMM--gapBottomMed {
    margin-bottom: 0px
  }

  .rLMS-50-3upCourses .MMM--img img {
    max-width: 365px;
    max-height: 270px;
    width: auto;
    min-height: 100px;
    height: auto;
    margin: 0 auto
  }

  .rLMS-50-3upCourses .MMM--img {
    display: block;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .rLMS-3upCoursesPanelHeading a.js-contentToggle-trigger_twisty {
    border-top: none;
    padding: 20px 20px 10px
  }

  .rLMS-3upCoursesPanelHeading .js-toggleCaoursel-target {
    padding: 2px 0 0 0;
    display: block;
    left: -9999px;
    position: relative;
    height: 0
  }

  .rLMS-51-CourseHero .MMM--imgMright {
    display: inline-block
  }

  .rLMS-51-CourseHero .MMM--fLeft p {
    display: inline-block
  }

  .rLMS-51-CourseHero .MMM--padRightLrg {
    padding-right: 30px
  }

  .rLMS-51-CourseHero .sessionTime .sessionStart {
    display: inline-block;
    min-width: 25%;
    position: absolute
  }

  .rLMS-51-CourseHero .sessionTime .sessionEnd {
    display: inline-block;
    padding-left: 25px;
    min-width: 100%
  }

  .rLMS-51-CourseHero .eventsContainer {
    overflow: hidden
  }

  .rLMS-51-CourseHero .MMM--contentWrapper {
    padding: 15px
  }

  .rLMS-51-CourseHero.MMM--contentWrapper {
    padding: 15px
  }

  .rLMS-51-CourseHero.MMM--contentWrapper .rLMS-51-CourseHero.MMM--heroCarouselContainer {
    padding: 15px
  }

  .rLMS-51-CourseHero.MMM--contentWrapper .rLMS-51-CourseHero.MMM--heroCarouselContainer .MMM--hdg_1 {
    word-break: break-word
  }

  .rLMS-52-CourseGrid {
    min-height: 300px;
    height: auto
  }

  .rLMS-52-CourseGrid .courseFilter {
    padding: 0
  }

  .rLMS-52-CourseGrid a.js-loadMore:before {
    background-color: #4b4b4b;
    z-index: -2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ''
  }

  .rLMS-52-CourseGrid .courseFilterSearch {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    padding-bottom: 20px
  }

  .rLMS-52-CourseGrid .MMM--courseSrchInput {
    float: left;
    box-sizing: content-box;
    border: 1px solid #e1e1e1;
    border-right: none;
    margin: 0;
    width: 100%;
    height: 38px;
    padding: 1px 1px 1px 12px;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 40px;
    vertical-align: middle
  }

  .rLMS-52-CourseGrid .MMM--courseSrchBtn {
    background-color: #ffffff;
    float: right;
    font-size: 16px;
    margin: 0;
    border: 1px solid #e1e1e1;
    border-left: none;
    height: 36px;
    padding: 2px 7px;
    cursor: pointer;
    color: #5a5a5a;
    position: relative
  }

  .rLMS-52-CourseGrid .courseFilterMenudiv {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    clear: both
  }

  .rLMS-52-CourseGrid .MMM--filters {
    line-height: 41px;
    padding-left: 10px;
    vertical-align: middle
  }

  .rLMS-52-CourseGrid .MMM--fancyDropDiv>a>span {
    line-height: 39px;
    vertical-align: middle;
    padding: 11px 10px
  }

  .rLMS-52-CourseGrid .MMM--filters-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-top: 0;
    z-index: 99;
    margin-top: 42px;
    width: 100%;
    width: calc(100% - 80px)
  }

  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter1,
  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter2,
  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter3 {
    padding-bottom: 10px
  }

  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter-title {
    font-weight: bold;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc
  }

  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter-checkbox {
    padding-bottom: 10px
  }

  .rLMS-52-CourseGrid .MMM--filter-checkboxSize {
    height: 16px;
    width: 16px
  }

  .rLMS-52-CourseGrid .sessionTime .sessionStart {
    display: inline-block;
    min-width: 100%;
    position: absolute
  }

  .rLMS-52-CourseGrid .sessionTime .sessionEnd {
    display: inline-block;
    padding-left: 25px;
    min-width: 100%
  }

  .rLMS-52-CourseGrid .courseFilterArrow {
    float: right;
    padding: 14px 13px 11px 15px;
    background-color: #000000;
    color: #ffffff
  }

  .rLMS-52-CourseGrid .MMM--filtersTitle {
    float: left;
    background: #FFF;
    line-height: 38px;
    color: #000;
    border: 1px solid #e1e1e1;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 20px
  }

  .rLMS-52-CourseGrid .MMM--icn_arrowUp {
    float: right;
    padding: 14px 13px 11px 15px;
    background-color: #FFFFFF;
    color: #000000
  }

  .rLMS-52-CourseGrid .courseFilterbar {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    background: url('../img/GreyMesh_FilterBar_Mobile.jpg');
    height: 205px
  }

  .rLMS-52-CourseGrid .courseSrchInputWrap {
    overflow: hidden
  }

  .rLMS-52-CourseGrid .MMM--popup-open .MMM--filters-content {
    display: block
  }

  .rLMS-52-CourseGrid .MMM--popup-open .MMM--icn_arrowDown {
    float: right;
    padding: 14px 13px 11px 15px;
    background-color: #FFFFFF;
    color: #000000
  }

  .rLMS-52-CourseGrid .MMM--popup-open .MMM--icn_arrowDown:before {
    content: '\e02b'
  }

  .rLMS-52-CourseGrid .js-popupTrig,
  .rLMS-52-CourseGrid .clearFilter {
    cursor: pointer
  }

  .rLMS-52-CourseGrid .MMM--fancyDropDiv .MMM--fancyDropList {
    width: 100%
  }

  .rLMS-52-CourseGrid .MMM--columnList {
    padding-bottom: 15px
  }

  .rLMS-52-CourseGrid .MMM--img img {
    max-width: 364px;
    max-height: 270px;
    width: auto;
    height: auto;
    margin: 0 auto
  }

  .rLMS-52-CourseGrid .MMM--img {
    display: block;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .rLMS-52-CourseGrid .MMM--padTopMedCancel {
    padding-top: 20px
  }

  .rLMS-52-CourseGrid .MMM--filter-title .MMM--filter-checkboxSize {
    margin: 3px
  }

  .rLMS-53-Dashboard.rLMS-Common {
    padding: 20px
  }

  .rLMS-53-Dashboard .MMM--imgMright {
    display: inline-block
  }

  .rLMS-53-Dashboard .MMM--fLeft p {
    display: inline-block
  }

  .rLMS-53-Dashboard .MMM--padRightLrg {
    padding-right: 30px
  }

  .rLMS-53-Dashboard .MMM--w5050 {
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 20px;
    min-height: auto
  }

  .rLMS-53-Dashboard .MMM--w5050:last-child {
    margin-bottom: 0
  }

  .rLMS-53-Dashboard .MMM--Title1,
  .rLMS-53-Dashboard .MMM--Title2 {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 25px
  }

  .rLMS-53-Dashboard .MMM--hugeText {
    font-weight: bold;
    font-size: 100px;
    vertical-align: text-bottom;
    padding: 15px 0 0 0;
    line-height: 1.25
  }

  .rLMS-53-Dashboard .MMM--icn.MMM--icn_arrowHollowRight {
    vertical-align: middle
  }

  .rLMS-53-Dashboard .MMM--txtCentered img,
  .rLMS-53-Dashboard .MMM--certImage {
    width: 115px;
    height: 160px
  }

  .rLMS-53-Dashboard .MMM--secondaryCTAContainer.MMM--padTopLrg {
    padding-top: 0
  }

  .rLMS-53-Dashboard .MMM--pieChartContainer svg {
    overflow: visible !important
  }

  .MMM--Manager-acc {
    display: none
  }

  .rLMS-54-CourseDetailImage {
    padding: 20px
  }

  .rLMS-54-CourseDetailImage .MMM--date {
    color: #ffffff;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
    opacity: 0.70;
    margin-top: -30px;
    padding: 5px 20px 8px 20px
  }

  .rLMS-54-CourseDetail.rLMS-Common {
    padding: 0
  }

  .rLMS-54-CourseDetail .courseDetailsWrapper {
    position: relative;
    max-width: 1200px;
    overflow: hidden;
    padding: 0 20px 0 20px
  }

  .rLMS-54-CourseDetail .courseDetailsWrapper .MMM--relatedTitleLink {
    display: block
  }

  .rLMS-54-CourseDetail .courseDetailsWrapper .MMM--courseSessions li ul li p {
    padding-top: 5px
  }

  .rLMS-54-CourseDetail .courseDetailsWrapper .MMM--CourseSchedule .sessionTitle {
    margin-top: -25px;
    padding-left: 20px
  }

  .rLMS-54-CourseDetail .MMM--heroStaticFigure {
    margin: 0;
    position: relative;
    max-width: 400px
  }

  .rLMS-54-CourseDetail .MMM--heroStaticFigure img {
    width: 100%
  }

  .rLMS-54-CourseDetail .MMM--secondaryLink-act {
    cursor: pointer
  }

  .MMM--heroCarouselContainer.rLMS-54-CourseDetail.js-coursedetail {
    clear: none;
    max-width: 700px;
    padding: 25px 0 0 0
  }

  .rC-58-HTML.MMM--contentWrapper .rLrn-50-CourseGrid {
    margin-left: -15px;
    margin-right: -15px
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .rLrn-50-CourseGrid .MMM--columnList_cc4>* {
    width: 100%
  }

  .rLrn-50-CourseGrid .mix-MMM--img_maxFancy {
    max-width: none
  }
}

@media screen and (min-width: 1px) {
  .rW-50-LightBox .MMM--modalContainer {
    width: 90%
  }

  .rW-50-LightBox .MMM--modalContainer .MMM--modalContainer-inner {
    padding: 10px 15px
  }

  .rW-50-LightBox .MMM--modalContainer .MMM--modalContainer-inner .MMM--carouselCaption {
    margin-top: -14px;
    padding-bottom: 14px;
    text-align: left
  }

  .rW-50-LightBox .MMM--modalContainer .MMM-modalContainer-header .MMM-modalContainer-header-txt {
    cursor: pointer
  }

  .MMM--modalContainer-header-txt {
    text-decoration: underline;
    cursor: pointer;
    text-decoration-color: rgba(0, 0, 0, 0.5)
  }

  .MMM--modalContainer-header-txt:hover {
    text-decoration: underline;
    cursor: pointer;
    text-decoration-color: #000
  }

  .rLrn-50-CourseGrid .MMM--courseError {
    color: red;
    text-align: center;
    padding: 2em;
    width: 80%;
    border: 1px solid;
    align-items: center;
    margin: auto
  }

  .rC-58-HTML.MMM--contentWrapper .rLrn-50-FeaturedCourses {
    margin-left: -15px;
    margin-right: -15px
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .rLrn-50-FeaturedCourses .MMM--columnList_cc4>* {
    width: 100%
  }

  .rLrn-50-FeaturedCourses .mix-MMM--img_maxFancy {
    max-width: none
  }
}

@media screen and (min-width: 1px) {
  .rW-50-LightBox .MMM--modalContainer {
    width: 90%
  }

  .rW-50-LightBox .MMM--modalContainer .MMM--modalContainer-inner {
    padding: 10px 15px
  }

  .rW-50-LightBox .MMM--modalContainer .MMM--modalContainer-inner .MMM--carouselCaption {
    margin-top: -14px;
    padding-bottom: 14px;
    text-align: left
  }

  .rW-50-LightBox .MMM--modalContainer .MMM-modalContainer-header .MMM-modalContainer-header-txt {
    cursor: pointer
  }

  .MMM--modalContainer-header-txt {
    text-decoration: underline;
    cursor: pointer;
    text-decoration-color: rgba(0, 0, 0, 0.5)
  }

  .MMM--modalContainer-header-txt:hover {
    text-decoration: underline;
    cursor: pointer;
    text-decoration-color: #000
  }

  .rLrn-50-FeaturedCourses .MMM--courseError {
    color: red;
    text-align: center;
    padding: 2em;
    width: 80%;
    border: 1px solid;
    align-items: center;
    margin: auto
  }

  .rLrn-52-CourseCatalog.MMM--CourseCatalog-Loaded {
    height: auto
  }

  .rLrn-52-CourseCatalog.MMM--CourseCatalog-HideContents div {
    opacity: 0
  }

  .rLrn-52-CourseCatalog {
    background-color: #F2F2F2;
    height: 500px;
    background-image: url("../img/icon110.gif");
    background-repeat: no-repeat;
    background-position: center
  }

  .rLrn-52-CourseCatalog .MMM--media-element {
    text-align: center
  }

  .rLrn-52-CourseCatalog .MMM--columnPanel .MMM--media_inset {
    padding: 20px 15px 24px
  }

  .rLrn-52-CourseCatalog .MMM--columnList_cc2 a img,
  .rLrn-52-CourseCatalog .MMM--columnList_cc3 a img,
  .rLrn-52-CourseCatalog .MMM--columnList_cc4 a img {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
  }

  .rLrn-52-CourseCatalog .mix-MMM--img_maxFancy {
    max-width: none
  }

  .rLrn-52-CourseCatalog .MMM--courseError {
    color: red;
    text-align: center;
    padding: 2em;
    width: 80%;
    border: 1px solid;
    align-items: center;
    margin: auto
  }

  .rLrn-52-CourseCatalog .courseCatalog-NCourses {
    width: auto;
    padding: 15px 15px 15px 0px;
    float: left
  }

  .rLrn-52-CourseCatalog .courseCatalog-NCourses span {
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filterAndSort {
    display: inline-block;
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-top: 1px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter.MMM--btn:before,
  .rLrn-52-CourseCatalog .MMM--rLrn_sort.MMM--btn:before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: 1px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort:hover,
  .rLrn-52-CourseCatalog .MMM--rLrn_filter:hover {
    border-color: #000000;
    text-decoration: none
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter {
    float: right;
    border-color: #000000;
    min-width: 112px;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 10px;
    font-size: 12px;
    height: 18px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter .MMM--icn_filterSliders {
    padding-right: 10px
  }

  .rLrn-52-CourseCatalog .MMM--clear_filters {
    display: none
  }

  .rLrn-52-CourseCatalog .MMM--show_clear_filters {
    visibility: visible
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort {
    width: auto;
    border-color: #000000;
    padding: 0px;
    float: right;
    height: 38px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort :focus {
    outline: none
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort .MMM--fancyDropDiv .MMM--fancyDropAnchor {
    border: none;
    background-color: transparent;
    text-transform: capitalize;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort .MMM--fancyDropDiv .MMM--fancyDropAnchor .MMM--fancyDropLabel {
    padding: 6px 0px 6px 0px;
    float: left;
    margin-left: 10px;
    font-weight: 200
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort .MMM--fancyDropDiv .MMM--fancyDropAnchor .MMM--icn_arrowUp {
    float: left;
    color: #000000;
    background-color: transparent;
    padding: 13px 0px 12px 0px !important;
    margin: 0px 10px;
    position: relative;
    border: none;
    transform: rotate(180deg)
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort .MMM--fancyDropDiv .MMM--fancyDropAnchor .MMM--icn_arrowDown {
    transform: rotate(0deg)
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort .MMM--fancyDropDiv .MMM--fancyDropAnchor .MMM--icn_arrowUp:before {
    content: '\e977'
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort .MMM--fancyDropDiv .MMM--fancyDropAnchor .MMM--icn_arrowDown:before,
  .rLrn-52-CourseCatalog .MMM--rLrn_sort .MMM--fancyDropDiv .MMM--fancyDropAnchor .MMM--icn.icn_arrowDown:before {
    content: '\e977'
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort .MMM--fancyDropDiv select {
    font-size: 12px;
    color: #4B4B4B;
    cursor: pointer
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort .MMM--fancyDropDiv:before {
    content: 'SORT: ';
    float: left;
    padding-left: 10px;
    font-size: 12px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown_hide {
    display: none
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown {
    width: 100vw;
    height: auto;
    left: 0px;
    top: 0px;
    visibility: visible;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    box-shadow: 2px 2px 6px rgba(204, 204, 204, 0.35);
    padding: 0px 25px 0px 25px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrnFilterObjectsContainer {
    overflow: auto;
    height: 100%;
    max-height: 80vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn-cancelAndApplyContainer {
    height: 70px;
    border-top: 1px solid #f2f2f2;
    padding-top: 10px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn_filter_dropdown_category {
    font-weight: 700;
    font-size: 18px;
    color: #4B4B4B;
    width: auto;
    flex-grow: 1;
    flex-basis: auto
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn_filter_dropdown_category .MMM--rLrn_filter_dropdown_inputs {
    font-weight: 200;
    font-style: normal;
    line-height: 30px;
    margin-top: 10px;
    font-size: 16px;
    min-width: 130px;
    max-width: 240px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn_filter_dropdown_category .MMM--rLrn_filter_dropdown_inputs .MMM--rLrn_filter_dropdown_inputs_hide {
    display: none;
    height: 0px;
    font-family: inherit
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn_filter_dropdown_category .MMM--rLrn_filter_dropdown_inputs span {
    display: block;
    line-height: normal;
    margin-left: 25px;
    margin-bottom: 10px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn_filter_dropdown_category .MMM--rLrn_filter_dropdown_inputs input[type='radio'] {
    float: left;
    margin-top: 1px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn_filter_dropdown_category .MMM--rLrn_filter_dropdown_inputs input[type='radio']:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #797979
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn_filter_dropdown_category .MMM--rLrn_filter_dropdown_inputs input[type='radio']:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: -1px;
    left: 0px;
    background-color: #0099FF;
    border: 3px solid #fff;
    box-shadow: 0px 0px 0px 1px #797979
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn_filter_dropdown_category .MMM--rLrn_filter_dropdown_inputs input[type='radio']:disabled:after {
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--filterCancelButton {
    border-color: #000
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--filterApplyButtonDisable {
    color: #CCCCCC;
    border-color: #ccc;
    text-decoration: none;
    cursor: auto
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--filterSeeResults {
    color: #FFFFFF;
    border-color: #e10000;
    background-color: #e10000;
    font-weight: 450;
    font-style: normal;
    cursor: pointer;
    margin-top: 10px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--filterSeeResults:hover {
    text-decoration: underline
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--filterSeeResults:before {
    background-color: #e10000
  }

  .rLrn-52-CourseCatalog .MMM--CourseCatalog-ShowLoader {
    z-index: 100;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    background: rgba(75, 75, 75, 0.1)
  }

  .rLrn-52-CourseCatalog .MMM--CourseCatalog-ShowLoader img {
    padding-top: 50%
  }

  .rLrn-51-Events .MMM--media-element {
    text-align: center
  }

  .rLrn-51-Events .MMM--columnList_cc2 a img,
  .rLrn-51-Events .MMM--columnList_cc3 a img,
  .rLrn-51-Events .MMM--columnList_cc4 a img {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
  }

  .rLrn-51-Events .MMM--eventDate {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 400
  }

  .rLrn-51-Events .MMM--eventDate span {
    display: block;
    line-height: normal
  }

  .rLrn-51-Events .MMM--eventDate .MMM--eventMonth {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 4px;
    font-size: 14px;
    color: #ffffff
  }

  .rLrn-51-Events .MMM--eventDate .MMM--eventDay {
    background-color: #ffffff;
    padding: 5px 2px 0px 2px;
    font-size: 22px;
    color: #000;
    line-height: 1.25;
    text-align: center
  }

  .rLrn-51-Events .MMM--eventDate .MMM--eventMultiDates {
    text-transform: uppercase
  }

  .rLrn-51-Events .MMM--mapLink {
    margin-left: 21px;
    white-space: nowrap
  }

  .rLrn-51-Events .MMM--bdCaption {
    margin-top: 0px
  }

  .rLrn-51-Events .MMM--courseAttrs i {
    vertical-align: middle;
    font-size: 14px
  }

  .rLrn-51-Events a.MMM--mapLink.MMM--txt_sm_3 {
    font-weight: 400
  }

  .rLrn-51-Events ul.MMM--vList.MMM--courseAttrs.MMM--colSpaced a {
    font-size: 14px
  }

  .rLrn-51-Events .MMM--columnGreyBG {
    margin: 0px 0px 25px 0px;
    padding: 24px 15px 0px 15px
  }

  .rLrn-51-Events h4.MMM--hdg {
    font-size: 16px
  }

  .rLrn-51-Events .MMM--bdCaption.MMM--txt_sm_3 {
    font-size: 14px
  }

  .rLrn-51-Events .MMM--grayEvents .MMM--columnGreyBG .MMM--columnList>* {
    padding-bottom: 40px
  }

  .rLrn-51-Events.MMM--clear.MMM--gapBottomMed.MMM--contentWrapper.MMM--contentWrapper_padded.js-courseGrid_wrap {
    padding: 0;
    margin: -15px
  }

  .rC-58-HTML.MMM--contentWrapper .rLrn-Course {
    margin-left: -15px;
    margin-right: -15px
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .rLrn-Course .MMM--columnList_cc4>* {
    width: 100%
  }

  .rLrn-Course .mix-MMM--img_maxFancy {
    max-width: none
  }
}

@media screen and (min-width: 1px) {
  .rW-50-LightBox .MMM--modalContainer {
    width: 90%
  }

  .rW-50-LightBox .MMM--modalContainer .MMM--modalContainer-inner {
    padding: 10px 15px
  }

  .rW-50-LightBox .MMM--modalContainer .MMM--modalContainer-inner .MMM--carouselCaption {
    margin-top: -14px;
    padding-bottom: 14px;
    text-align: left
  }

  .rW-50-LightBox .MMM--modalContainer .MMM-modalContainer-header .MMM-modalContainer-header-txt {
    cursor: pointer
  }

  .MMM--modalContainer-header-txt {
    text-decoration: underline;
    cursor: pointer;
    text-decoration-color: rgba(0, 0, 0, 0.5)
  }

  .MMM--modalContainer-header-txt:hover {
    text-decoration: underline;
    cursor: pointer;
    text-decoration-color: #000
  }

  .rLrn-Course .MMM--media-element {
    text-align: center
  }

  .rLrn-Course .MMM--columnList_cc2 a img,
  .rLrn-Course .MMM--columnList_cc3 a img,
  .rLrn-Course .MMM--columnList_cc4 a img {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
  }

  .rLrn-Course .MMM-errorContainer .MMM--error {
    font-family: "Microsoft YaHei";
    font-weight: 300;
    font-style: normal;
    color: #cc0000;
    line-height: 18px
  }

  .rLrn-Course .MMM-errorContainer .MMM--icn.MMM--icn_information {
    padding-right: 5px;
    font-size: 21px;
    padding: 11px 5px 9px 0px;
    color: #cc0000;
    margin-bottom: 4px
  }

  .rLrn-Course .MMM-errorContainer {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center
  }

  .rLrn-Course .js-originalText {
    display: none
  }

  .rLrn-Course .MMM--courseSecured:before {
    margin-top: -67px
  }

  .rLrn-Course .MMM--hdg a .textoverflowclamp span {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: inline-block;
    white-space: nowrap
  }

  .rLrn-Course .MMM--hdg a .textoverflowclamp span:nth-child(2) {
    white-space: nowrap
  }

  .rLrn-Course .MMM--hdg a:visited span,
  .rLrn-Course .MMM--hdg a:active span {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .rLrn-Course .MMM--hdg a:hover span {
    color: #000000;
    border-bottom: 1px solid #000000
  }

  .MMM--articleBody {
    margin-top: 10px
  }

  .MMM--hdg-CatNav-hdr {
    width: 65%;
    float: left
  }

  .MMM--hdr-lnk {
    width: 100%;
    margin: 10px auto;
    float: left
  }

  .MMM--hdr-lnk:hover {
    text-decoration: none;
    color: #ff0000
  }

  .MMM--markets {
    margin: 30px 0
  }

  .MMM--markets .MMM--hList a {
    text-decoration: none
  }

  .MMM--markets .MMM--hList a:hover {
    color: #4b4b4b
  }

  .MMM--markets .MMM--hList .MMM--txt_white:hover {
    color: #ffffff
  }

  .MMM--markets .MMM--hList li {
    border-bottom: 1px solid #cbcbcb
  }

  .MMM--markets .MMM--hList li:first-child {
    border-top: 1px solid #cbcbcb
  }

  .MMM-CatNav-Drawer.js-Drawer.mix-MMM--bgRed.MMM--drawer_isOpen {
    padding-bottom: 30px
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList li.MMM--navCat_isOpen {
    border-top: 1px solid #d2d2d2;
    padding-left: 5px
  }

  .MMM-CatNav-Drawer {
    margin-top: -2px;
    padding-bottom: 20px;
    display: none;
    width: 100%
  }

  .MMM--markets {
    margin: 30px -5px 30px 0
  }

  .MMM--markets .MMM-CatNav-Drawer .MMM--txt_italic {
    font-style: italic
  }

  .MMM--markets .MMM-CatNav-Drawer .MMM--hList li {
    border: none
  }

  .MMM--mkt-icn {
    margin: 0 -58px 0 0px;
    float: right
  }

  .MMM--lnk-container {
    margin-bottom: 15px;
    margin-left: 5px;
    width: 94%
  }

  .MMM--lnk-wrapper {
    padding-top: 10px
  }

  .MMM--CategoryNav-Container li.MMM--Drawer-main>* {
    margin: 0 5px 10px 5px
  }

  .MMM--markets .MMM--hList li {
    width: 75%;
    margin: 0 20px 0 0;
    padding: 20px 70px 20px 0
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList li.MMM--Drawer-main {
    width: 97%;
    float: left
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList .MMM--Drawer-sub li {
    width: 88%;
    padding-top: 0;
    padding-bottom: 1.75em
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList .MMM--Drawer-sub {
    float: none;
    margin-left: 5px
  }

  .MMM--mkt-icn {
    margin-right: -42px
  }

  .MMM--Drawer-sub .MMM--mkt-icn {
    margin: 0 -5px
  }

  .MMM-CatNav-Drawer {
    padding-left: 5px
  }

  .MMM--lnk-wrapper {
    margin-right: 15px
  }

  .MMM--Drawer-wrapper {
    width: 98%
  }
}

@media screen and (min-width: 1px) and (min-width: 1px) and (orientation: landscape) {
  .MMM--markets .MMM--hList li {
    width: 100%
  }

  .MMM--mkt-icn {
    margin-right: 20px
  }

  .MMM--Drawer-sub .MMM--mkt-icn {
    margin: 0 -35px
  }
}

@media screen and (min-width: 1px) {
  .rN-50-CategoryNav .MMM--markets.MMM--isOnTablet {
    margin-right: 0
  }

  .rN-50-CategoryNav .MMM--CategoryNav-Container .MMM--markets.MMM--isOnTablet .MMM--hList li.js-Markets.js-Nav {
    width: calc(50% - (10px + 68px + 5px) * 1)
  }

  .rN-50-CategoryNav .MMM--CategoryNav-Container .MMM--markets.MMM--isOnTablet .MMM-CatNav-Drawer.MMM--drawer_isOpen {
    width: calc(100% - (5px + 10px))
  }

  .rN-50-CategoryNav .MMM--Drawer-sub a,
  .rN-50-CategoryNav .MMM--lnk-container a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25)
  }

  .rN-50-CategoryNav .MMM--Drawer-sub a:visited,
  .rN-50-CategoryNav .MMM--Drawer-sub a:active,
  .rN-50-CategoryNav .MMM--lnk-container a:visited,
  .rN-50-CategoryNav .MMM--lnk-container a:active {
    color: #000
  }

  .rN-50-CategoryNav .MMM--Drawer-sub a:hover,
  .rN-50-CategoryNav .MMM--lnk-container a:hover {
    border-bottom: 1px solid #000
  }

  .MMM--navCat_isOpen a {
    color: #000
  }

  .rN-50-CategoryNav .MMM--hdr-lnk:hover {
    text-decoration: none;
    color: #4b4b4b
  }

  .rN-50-CategoryNav .MMM--hdr-lnk a.MMM--txt_red {
    float: left;
    width: 93%
  }

  .rN-50-CategoryNav .MMM--hdr-lnk a.MMM--txt_red:hover {
    text-decoration: none;
    color: #ff0000
  }

  .rS-55-LinkList .MMM--vList>* {
    margin: 0 0 1.75em 0
  }

  .rS-55-LinkList .MMM--vList>li:first-child {
    margin-top: 1.75em
  }

  .rS-55-LinkList .MMM--sideBox-hd .MMM--reversed {
    line-height: 1.25em;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    color: #000
  }

  .rS-55-LinkList .MMM--sideBox-bd a {
    font-family: "Microsoft YaHei";
    font-size: 16px
  }

  .rSel-54-Locator {
    background: #FFFFFF;
    width: 100%;
    margin: 20px auto
  }

  .rSel-54-Locator * {
    box-sizing: border-box
  }

  .rSel-54-Locator header {
    display: none;
    background-color: #FFFFFF;
    border: none;
    margin: 0 0 5px 0;
    width: 100%
  }

  .rSel-54-Locator nav {
    background-color: #FFFFFF;
    border: none;
    position: relative;
    width: 100%
  }

  .rSel-54-Locator main {
    position: relative;
    height: inherit;
    max-height: 80%;
    overflow: hidden
  }

  .rSel-54-Locator .enterAddress {
    padding-top: 25px;
    text-align: center;
    font-size: medium;
    padding-right: 50px
  }

  .rSel-54-Locator .js-zeroResults {
    padding-top: 25px;
    text-align: center;
    font-size: medium;
    color: #FF0000;
    padding-right: 50px
  }

  .rSel-54-Locator aside {
    background-color: #FFFFFF;
    padding-right: 50px;
    min-width: 380px;
    position: relative;
    width: 100%
  }

  .rSel-54-Locator iframe {
    display: none
  }

  .rSel-54-Locator input {
    font-family: inherit
  }

  .rSel-54-Locator input[type=radio] {
    margin: 5px 5px 5px 5px
  }

  .rSel-54-Locator input[type=range] {
    -webkit-appearance: none;
    background-color: #DDDDDD;
    background-image: -webkit-linear-gradient(left, transparent, transparent 50%, #4B4B4B 50%, #4B4B4B calc(50% + 3px), transparent calc(50% + 3px));
    background-image: -moz-linear-gradient(left, transparent, transparent 50%, #4B4B4B 50%, #4B4B4B calc(50% + 3px), transparent calc(50% + 3px));
    background-image: -ms-linear-gradient(left, transparent 0%, transparent 100%);
    background-image: -o-linear-gradient(left, transparent 0%, transparent 100%);
    border-left: 2px solid #4B4B4B;
    border-right: 2px solid #4B4B4B;
    height: 20px;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
    width: 100%;
    will-change: border, background-color
  }

  .rSel-54-Locator input[type=range]:focus {
    border-bottom: none;
    border-top: none;
    outline: none
  }

  .rSel-54-Locator input[type=range]::-webkit-slider-runnable-track {
    background: #4B4B4B;
    border: none;
    box-shadow: 0 0 0 #000000;
    cursor: pointer;
    height: 3px;
    width: 100%
  }

  .rSel-54-Locator input[type=range]:focus::-webkit-slider-runnable-track {
    background: #4B4B4B
  }

  .rSel-54-Locator input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #555555;
    border: none;
    box-shadow: 0 0 0 #000000;
    cursor: pointer;
    height: 20px;
    margin-top: -7px;
    width: 10px
  }

  .rSel-54-Locator input[type=range]::-moz-range-track {
    background: #4B4B4B;
    border: none;
    box-shadow: 0 0 0 #000000;
    cursor: pointer;
    height: 3px;
    width: 100%
  }

  .rSel-54-Locator input[type=range]::-moz-range-thumb {
    background: #555555;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 #000000;
    cursor: pointer;
    height: 20px;
    width: 10px
  }

  .rSel-54-Locator input[type=range]::-ms-track {
    background: #4B4B4B;
    box-shadow: 0 0 0 #000000;
    border: 0 solid transparent;
    color: transparent;
    cursor: pointer;
    height: 3px;
    width: 200px
  }

  .rSel-54-Locator input[type=range]::-ms-thumb {
    background: #4B4B4B;
    box-shadow: 0 0 0 #000000;
    border: 2px solid #4B4B4B;
    cursor: pointer;
    height: 20px;
    width: 10px
  }

  .rSel-54-Locator input[type=range]::-ms-fill-lower {
    background: #4B4B4B;
    box-shadow: 0 0 0 #000000
  }

  .rSel-54-Locator input[type=range]::-ms-fill-upper {
    background: #4B4B4B;
    box-shadow: 0 0 0 #000000
  }

  .rSel-54-Locator input[type=range]:focus::-ms-fill-lower {
    background: #4B4B4B;
    box-shadow: 0 0 0 #000000
  }

  .rSel-54-Locator input[type=range]:focus::-ms-fill-upper {
    background: #4B4B4B;
    box-shadow: 0 0 0 #000000
  }

  .rSel-54-Locator .MMM--locatorDisclaimer {
    border-top: 1px solid #FF0000;
    color: #FF0000;
    font-style: italic;
    height: 43px;
    padding: 0 10px 0 10px
  }

  .rSel-54-Locator .MMM--locatorDisclaimer p {
    padding: 13px 0 0 0
  }

  .rSel-54-Locator .MMM--filterBy {
    display: none;
    margin: 14px 0 0 0;
    min-width: 280px;
    position: relative;
    width: 100%
  }

  .rSel-54-Locator .MMM--filterBy h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    left: 50px;
    padding: 0 0 0 0;
    position: relative
  }

  .rSel-54-Locator .MMM--filterBy .MMM--icn_filterSliders {
    font-size: 27px;
    left: 10px;
    position: absolute;
    top: -1px
  }

  .rSel-54-Locator .MMM--filterBy .MMM--icn_chevronDown,
  .rSel-54-Locator .MMM--filterBy .MMM--icn_chevronUp {
    color: #FF0000;
    display: inline;
    font-size: 18px;
    margin: 5px 0 0 60px;
    padding: 0 0 0 0;
    position: absolute;
    transform: rotateZ(-90deg);
    transform-origin: center center
  }

  .rSel-54-Locator .MMM--filterBy .MMM--icn_chevronDown::after,
  .rSel-54-Locator .MMM--filterBy .MMM--icn_chevronUp::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 150px)
  }

  .rSel-54-Locator .MMM--filterByOptions {
    display: none;
    left: 0;
    position: absolute;
    min-width: 380px;
    top: 45px;
    width: auto;
    z-index: 2
  }

  .rSel-54-Locator .MMM--filterByWrapper {
    background-color: #DDDDDD;
    padding: 15px
  }

  .rSel-54-Locator .MMM--filterByLevelWrappers {
    float: left;
    width: 50%
  }

  .rSel-54-Locator .MMM--dealerLvl {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    display: inline-block;
    margin: 15px 0 0 0;
    min-width: 210px;
    padding: 10px 0 0 0;
    width: 100%
  }

  .rSel-54-Locator .MMM--dealerLvlLegend li {
    font-size: inherit;
    margin: 5px 15px 5px 0
  }

  .rSel-54-Locator .MMM--dealerLvlLegend .MMM--dealerLegendToolTip {
    display: block;
    font-style: italic;
    height: 16px;
    margin: 0;
    position: relative;
    cursor: pointer;
    width: 100%
  }

  .rSel-54-Locator .MMM--dealerLvlLegend .MMM--dealerLegendToolTip .MMM--legendLabel {
    text-decoration: underline;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .rSel-54-Locator .MMM--dealerLvlLegend .MMM--dealerLegendToolTip a {
    border-bottom: none
  }

  .rSel-54-Locator .MMM--dealerLvlLegend .MMM--dealerLegendToolTip .MMM--icn_information {
    font-size: 1.25em;
    margin: 0;
    padding: 0 5px 0 5px;
    position: absolute;
    top: -.0625em
  }

  .rSel-54-Locator .MMM-dealerLvl1ColorContainer,
  .rSel-54-Locator .MMM-dealerLvl2ColorContainer,
  .rSel-54-Locator .MMM-dealerLvl3ColorContainer,
  .rSel-54-Locator .MMM-dealerLvl4ColorContainer {
    border: 1.125px solid #4B4B4B;
    display: inline-block;
    height: 10px;
    margin: 0 8px 0 0;
    transform: translatey(1px);
    transform-origin: center center;
    width: 20px
  }

  .rSel-54-Locator .MMM--locationInput .MMM--label {
    font-weight: bold
  }

  .rSel-54-Locator .MMM--locationInput {
    clear: both;
    display: inline-block;
    padding: 0 75px 0 0;
    width: inherit
  }

  .rSel-54-Locator .MMM--locationInput .MMM--locationInputSearch {
    display: inline-block;
    position: relative;
    width: 100%;
    border: 1px solid
  }

  .rSel-54-Locator .MMM--locationInput label {
    display: block;
    font-size: 16px;
    padding: 10px 10px 5px 10px
  }

  .rSel-54-Locator .MMM--locationInput input {
    border: 1px solid transparent;
    height: 34px;
    padding: 5px 10px 5px 10px;
    width: inherit
  }

  .rSel-54-Locator .MMM--locationInput .MMM--icn_search {
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px
  }

  .rSel-54-Locator .MMM--locationInput .MMM--inputplaceClass {
    border: 1px solid #FF0000;
    color: #FF0000;
    background-color: #FFFFCC
  }

  .rSel-54-Locator .MMM--locationInput .MMM--inputplaceClass::-webkit-placeholder {
    color: currentColor
  }

  .rSel-54-Locator .MMM--locationInput .MMM--inputplaceClass::-moz-placeholder {
    color: currentColor
  }

  .rSel-54-Locator .MMM--locationInput .MMM--inputplaceClass::-ms-placeholder {
    color: currentColor
  }

  .rSel-54-Locator .MMM--locationInput .MMM--inputplaceClass::placeholder {
    color: currentColor
  }

  .rSel-54-Locator .MMM--locationInput .MMM--inputplaceClass+.MMM--icn_search::before {
    color: #FF0000
  }

  .rSel-54-Locator .MMM--useMyLocation {
    display: none;
    font-weight: bold;
    width: 100%;
    position: relative
  }

  .rSel-54-Locator .MMM--useMyLocation button {
    background-color: #4B4B4B;
    border: none;
    bottom: 11px;
    color: #FFFFFF;
    float: right;
    font-size: 20px;
    height: 34px;
    line-height: 1.75;
    position: absolute;
    right: 30px;
    speak: normal;
    width: 34px
  }

  .rSel-54-Locator .MMM--useMyLocation label {
    display: none
  }

  .rSel-54-Locator .MMM--distanceKey {
    display: none
  }

  .rSel-54-Locator .MMM--distanceKey label {
    float: left;
    font-weight: bold
  }

  .rSel-54-Locator .MMM--distanceBar {
    display: none;
    float: left;
    height: inherit;
    position: relative;
    vertical-align: top;
    width: auto
  }

  .rSel-54-Locator .MMM--toolTipContainer,
  .rSel-54-Locator .MMM--companyCertificationToolTipContainer {
    background-color: #FFFFFF;
    border: 1px solid currentColor;
    bottom: 40px;
    padding: 10px 10px 10px 10px;
    position: absolute;
    text-indent: 0;
    width: 100%;
    z-index: 99
  }

  .rSel-54-Locator .MMM--companyCertificationToolTipContainer {
    left: 0;
    bottom: 35px
  }

  .rSel-54-Locator .MMM--toolTipContainerHeading,
  .rSel-54-Locator .MMM--companyCertificationToolTipContainerHeading {
    border-bottom: 1px #000000 dashed;
    font-size: 20px;
    font-style: normal;
    margin: 0 0 10px 0;
    text-align: left
  }

  .rSel-54-Locator .MMM--toolTipContainerHeading .js-toggleToolTip,
  .rSel-54-Locator .MMM--companyCertificationToolTipContainerHeading .js-toggleCertificationToolTip {
    border: 1px solid #000000;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 22px
  }

  .rSel-54-Locator .MMM--businessResults {
    border-bottom: 1px solid #DDDDDD;
    margin: 10px 0 10px 0;
    padding: 10px 50px 15px 10px;
    position: relative;
    zoom: 1
  }

  @supports (columns: auto) {
    .rSel-54-Locator .MMM--businessResults {
      columns: auto;
      column-width: 320px;
      column-gap: 10px;
      column-fill: balance;
      column-rule: 1px solid #DDDDDD;
      column-span: none
    }
  }

  .rSel-54-Locator .MMM--businessResults:nth-of-type(2) {
    margin: 0 0 10px 0
  }

  .rSel-54-Locator .MMM--businessResults:last-of-type {
    margin: 10px 0 0 0
  }

  .rSel-54-Locator .MMM--businessResults::before,
  .rSel-54-Locator .MMM--businessResults::after {
    clear: both;
    content: ''
  }

  .rSel-54-Locator .MMM--businessResults::after {
    display: table
  }

  .rSel-54-Locator .MMM--businessMarker {
    left: -10px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 85px
  }

  .rSel-54-Locator .MMM--businessMarker .MMM--businessPin {
    font-size: 36px;
    height: 40px
  }

  .rSel-54-Locator .MMM--businessMarker .MMM--businessDistance {
    font-weight: bold
  }

  .rSel-54-Locator .MMM--businessMarker .MMM--icn_certification_number>.path1::after {
    content: attr(data-pin-number);
    color: #4B4B4B;
    font-family: "Microsoft YaHei";
    font-size: .275em;
    font-weight: bold;
    left: calc(50% - 10px);
    line-height: 1.5;
    position: absolute;
    text-align: center;
    top: .625em;
    width: 20px
  }

  .rSel-54-Locator .MMM--businessInformation {
    cursor: context-menu;
    margin: 0 0 10px 0;
    min-width: 280px;
    padding: 0 0 0 65px
  }

  .rSel-54-Locator .MMM--businessInformation p {
    margin: 5px 0 5px 0
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyBrand {
    height: auto;
    min-height: 45px
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyLogo,
  .rSel-54-Locator .MMM--businessInformation .MMM--companyName {
    display: inline-block;
    vertical-align: top
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyLogo {
    height: 40px;
    margin: 3px 10px 10px 0;
    max-width: 80px;
    overflow: hidden;
    padding: 0;
    float: right
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyLogo img {
    background-color: #DDDDDD;
    height: 40px;
    width: 80px
  }

  @supports (object-fit: cover) {
    .rSel-54-Locator .MMM--businessInformation .MMM--companyLogo img {
      object-fit: cover;
      object-position: center center
    }
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyLogo+.MMM--companyName {
    max-width: calc(100% - 90px)
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyName {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width: auto
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyName>* {
    margin: 3px 0 5px 0
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyAddress,
  .rSel-54-Locator .MMM--businessInformation .MMM--companyAddress>* {
    clear: both;
    margin: 0 0 5px 0
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyAddress>* {
    display: inline
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyDirections {
    clear: both
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyDirections .MMM--directionsLink {
    margin: 0 5px 0 5px
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyDirections {
    clear: both
  }

  .rSel-54-Locator .MMM--businessInformation .js-toggleContactInfo {
    cursor: pointer
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyContactInfoDropdown {
    display: none;
    margin: 0 0 10px 0
  }

  .rSel-54-Locator .MMM--businessInformation .MMM-contactChevron {
    font-size: 10px;
    padding-right: 5px;
    color: #FF0000
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyCertificationLevel,
  .rSel-54-Locator .MMM--businessInformation .MMM--companyCertificationDisclaimer {
    display: inline-block;
    margin: 0 0 5px 0
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyCertificationLevel {
    max-width: 195px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    background-color: #4B4B4B;
    color: #FFFFFF;
    padding: 5px 10px 3px 10px
  }

  @supports (box-decoration-break: clone) {
    .rSel-54-Locator .MMM--businessInformation .MMM--companyCertificationLevel {
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone
    }
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyCertificationLevel+span {
    cursor: pointer;
    display: inline-block;
    position: absolute
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyCertificationLevel+span::after {
    content: '';
    display: block;
    height: 150%;
    position: absolute;
    right: -25%;
    top: -25%;
    width: 150%
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyCertificationLevel+span .MMM--icn_information {
    font-size: 1.125em;
    padding: 0 2px 0 2px;
    transform: translateY(1.5px)
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyCertificationDisclaimer {
    display: block;
    font-style: italic
  }

  .rSel-54-Locator .MMM--businessInformation .MMM--companyCertification>p:first-child:not(.MMM--companyCertificationLevel) {
    margin-top: 33px
  }

  .MMM--share {
    background-color: #f2f2f2;
    border: 1px solid #CCCCCC;
    min-width: 115px;
    max-width: 198px;
    width: auto;
    z-index: 99
  }

  .MMM--share_br {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #000;
    width: 170px;
    display: block;
    margin: 0 15px
  }

  .MMM--share.MMM--isOnMobile {
    height: 48px;
    margin: 0;
    display: inline-block
  }

  .MMM--share .socialtitle {
    float: left;
    height: 32px;
    width: 40px;
    margin: 3px 3px 5px 0;
    border-right: 1px dotted #000000;
    background: url(/wps/wcm/connect/f00ec79f-b99f-4cd3-8c71-9c39ef7a4b78/Share_Icon.png?MOD=AJPERES&amp;CACHEID=f00ec79f-b99f-4cd3-8c71-9c39ef7a4b78) no-repeat
  }

  .MMM--share .socialtitle1 {
    float: left;
    border-right: 1px dotted #000000;
    font-size: 32px;
    margin: 5px 0 5px 0;
    padding-right: 8px;
    float: left
  }

  .MMM--share .MMM--socialIcn {
    padding-right: 0
  }

  .MMM--share .MMM-toprow {
    height: 40px;
    padding: 5px 15px
  }

  .MMM--share .MMM-toprow1 {
    height: 40px;
    padding: .4em 1.09em
  }

  .MMM--share ul {
    float: left;
    list-style-type: none;
    margin: 3px 0 5px -5px
  }

  .MMM--share ul li {
    margin: 0 0 0 11px;
    float: left;
    list-style-type: none
  }

  .MMM--share ul.MMM--sharerow {
    clear: both;
    margin: 0 5px;
    max-width: 190px;
    width: 100%
  }

  .MMM--share ul.MMM--rowfirst,
  .MMM--share ul.MMM--rowLast {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .MMM--share ul.MMM--rowLast {
    padding-top: 0;
    padding-bottom: 10px
  }

  .MMM--share ul li.MMM--sharecolumn {
    margin-top: 10px
  }

  .MMM--moreimg {
    display: inline-block;
    text-indent: -9999em;
    background: url(/wps/wcm/connect/e613e760-c3f3-405f-8e5f-032dd8c55fdd/more.png?MOD=AJPERES&amp;CACHEID=e613e760-c3f3-405f-8e5f-032dd8c55fdd) no-repeat;
    height: 32px;
    width: 32px
  }

  .MMM--lessimg {
    display: 32px;
    width: 32px;
    display: inline-block;
    text-indent: -9999em;
    background: url(/wps/wcm/connect/442b2126-871c-4193-b80e-c6301e3ec7a8/less.png?MOD=AJPERES&amp;CACHEID=442b2126-871c-4193-b80e-c6301e3ec7a8) no-repeat;
    height: 32px;
    width: 32px
  }

  .MMM--share .MMM--hide {
    display: none
  }

  .MMM--share .MMM--social {
    display: none
  }

  .MMM--share .socialtitle1 {
    float: left;
    border-right: 1px dotted #000000;
    font-size: 32px;
    margin: 5px 2px 5px 0;
    padding-right: 8px
  }

  .MMM--moreimg1 {
    height: 32px;
    width: 32px
  }

  .MMM--lessimg1 {
    height: 32px;
    width: 32px
  }

  .MMM--moreimg1 .MMM--icn {
    float: right;
    padding: 8px 9px
  }

  .MMM--lessimg1 .MMM--icn {
    float: right;
    padding: 9px 9px
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--shareBtn {
    margin: 0 15px 20px 15px;
    padding: 10px;
    border: 1px solid #c5c5c5;
    background: #f2f2f2;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #000000
  }

  .MMM--shareBtn .MMM--icn_share:before {
    font-size: 17px
  }

  .MMM--shareBtn .MMM--icn_arrowDown:before {
    font-size: 16px
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--socialShareList {
    display: inline-block;
    *display: inline;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--socialShareList>* {
    float: left;
    margin: 0 7px
  }
}

@media screen and (min-width: 1px) {
  .rU-50-SocialShare .MMM--share-container {
    width: 100%
  }

  .rU-50-SocialShare .MMM--share-container {
    position: relative;
    float: right;
    right: 0%
  }

  .rU-50-SocialShare .MMM--share {
    background: none;
    *border: 0px;
    border: none;
    min-width: 56px;
    max-width: 336px;
    width: auto;
    z-index: 99;
    height: 42px;
    float: right;
    position: relative;
    margin-top: 0%
  }

  .MMM--share-container.MMM--share-link+.MMM--bodyCopy.MMM--wysiwyg {
    clear: both
  }

  .rG-54-Stackable .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share {
    margin: 0px 13px
  }

  .rU-50-SocialShare .MMM--share .MMM--socialIcn {
    padding-right: 0;
    font-size: 0;
    border-bottom: none
  }

  .rU-50-SocialShare .MMM--share .MMM--socialIcn:before {
    font-size: 32px
  }

  .rU-50-SocialShare .MMM--socialIcn_reddit .path1:before,
  .rU-50-SocialShare .MMM--socialIcn_reddit .path2:before,
  .rU-50-SocialShare .MMM--socialIcn_reddit .path3:before,
  .rU-50-SocialShare .MMM--socialIcn_reddit .path4:before,
  .rU-50-SocialShare .MMM--socialIcn_reddit .path5:before,
  .rU-50-SocialShare .MMM--socialIcn_reddit .path6:before,
  .rU-50-SocialShare .MMM--socialIcn_reddit .path7:before,
  .rU-50-SocialShare .MMM--socialIcn_reddit .path8:before,
  .rU-50-SocialShare .MMM--socialIcn_reddit .path9:before {
    font-size: 32px
  }

  .rU-50-SocialShare .MMM--share .MMM--socialIcn:hover {
    border-bottom: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .socialtitle {
    border: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share ul li {
    padding: 5px 11px;
    float: left;
    margin: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share ul li:last-child {
    border-right: none;
    padding: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .shareLast {
    border-right: none;
    padding: 0
  }

  .rU-50-SocialShare .MMM--moreIcon {
    padding: 5px 11px;
    float: right
  }

  .rU-50-SocialShare a.MMM--moreIcon {
    border: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share ul {
    margin: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .MMM-toprow {
    height: 42px;
    padding: 0;
    float: right
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .socialtitle {
    float: right;
    height: 32px;
    width: 32px;
    margin: 0;
    border-right: none;
    background: url('../img/Share_Icon.png') no-repeat
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .socialtitle_grey {
    background: url('../img/Share_Icon_grey.png') no-repeat
  }

  .rU-50-SocialShare .MMM--share-container .MMM--socialIcn_gen {
    background: url('../img/icon.png') no-repeat
  }

  .rU-50-SocialShare .MMM--share-container .MMM--moreimg {
    display: none;
    text-indent: -9999em;
    background: none;
    height: 0;
    width: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--lessimg {
    display: inline-block;
    text-indent: -9999em;
    background: none;
    height: 0;
    width: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .MMM--hide {
    display: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .MMM--social {
    display: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .socialtitle2 {
    float: right;
    height: 32px;
    width: 32px;
    margin: 0;
    border-right: none;
    background: none;
    font-size: 32px;
    font-style: normal
  }

  .rU-50-SocialShare p.MMM--pageTitleDescription {
    margin-bottom: 40px;
    word-wrap: break-word
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container {
    width: 100%;
    float: left;
    position: relative;
    left: -26px
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .socialtitle {
    float: left;
    height: 32px;
    width: 32px;
    margin: 0;
    border-right: none;
    background: url('../img/Share_Icon.png') no-repeat
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share ul li {
    padding: 5px 11px;
    float: right;
    margin: 0
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .socialtitle2 {
    float: left
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .shareLast {
    float: left;
    padding: 0px
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share {
    background: none;
    *border: 0px;
    border: none;
    min-width: 56px;
    max-width: 336px;
    width: auto;
    z-index: 99;
    height: 42px;
    float: left;
    position: relative
  }

  .rU-50-SocialShare .MMM--contentPadded {
    padding-top: 0px;
    padding-right: 15px
  }

  .rU-50-SocialShare .MMM--moreIcon {
    padding: 5px 11px;
    float: right;
    padding-top: 0%
  }

  .rU-50-SocialShare .MMM--contentWrapper_padded {
    padding: 15px;
    padding-top: 0%
  }

  .rU-50-SocialShare .MMM--heroContentWrapper {
    background: #ffffff;
    text-align: left;
    padding: 20px 25px 0 25px;
    position: relative;
    margin: 0%
  }

  .rU-50-SocialShare .MMM--heroCarouselTitle {
    font-weight: bold;
    padding-bottom: 0%
  }

  .rU-50-SocialShare .MMM--gapTopMed {
    margin-top: 0
  }

  .rU-50-SocialShare .MMM--gapBottomLrg {
    margin-bottom: 0
  }

  .rU-50-SocialShare .MMM--socialIcn_facebook {
    width: 32px
  }

  .MMM--heroCarouselTitle {
    padding-bottom: 0px
  }

  .MMM--heroContentWrapper {
    margin-bottom: 2px
  }

  .rU-50-SocialShare .MMM--contentWrapper_padded {
    padding-top: 5px
  }

  .rG-54-Stackable .MMM--pageSectionTitle {
    clear: both
  }

  .rU-50-SocialShare a.MMM--socialIcn {
    color: #000
  }

  .rU-50-SocialShare a.MMM--socialIcn:visited,
  .rU-50-SocialShare a.MMM--socialIcn:hover,
  .rU-50-SocialShare a.MMM--socialIcn:active {
    color: #000;
    border: none
  }

  .MMM--backdrop {
    display: none;
    height: 100%;
    width: 0%;
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 300;
    background: #000000;
    *background: none;
    *height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    *filter: alpha(opacity=50);
    opacity: .5;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
  }

  .MMM--backdrop_isActive {
    display: block;
    position: fixed;
    left: 80%;
    width: 100%;
    margin-right: -80%;
    -moz-transition: left 1s ease-in-out;
    -webkit-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out
  }

  .MMM--backdrop.MMM--isActive {
    display: block;
    position: fixed;
    z-index: 300;
    width: 100%;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }

  .MMM--changePanel {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 13px;
    text-align: right
  }

  .rtl .MMM--changePanel {
    text-align: left
  }

  .MMM--closePanel {
    margin-top: 20px;
    text-align: right
  }

  .rtl .MMM--closePanel {
    text-align: left
  }

  .MMM--closeLink {
    font-size: 13px;
    font-weight: bold;
    color: #000000
  }

  .MMM--closeLink:hover,
  .MMM--closeLink:focus,
  .MMM--closeLink:active {
    color: #4b4b4b;
    text-decoration: none
  }

  .MMM--modalContainer {
    border: 1px solid #000000;
    background-color: #ffffff;
    display: none;
    left: 2%;
    margin: 0 auto;
    position: fixed;
    *position: absolute;
    *top: -10% !important;
    right: 2%;
    z-index: 950
  }

  .MMM--modalContainer.MMM--isActive {
    display: block
  }

  .MMM--modalContainer-header {
    text-align: right;
    background-color: #626262;
    color: #ffffff
  }

  .rtl .MMM--modalContainer-header {
    text-align: left
  }

  .MMM--modalContainer-inner {
    position: relative;
    border-top: 1px solid #000000
  }

  .MMM--modalContainer-header-closeLink {
    display: block;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase
  }

  .MMM--modalContainer-header-closeLink:hover {
    color: #ffffff;
    text-decoration: none
  }

  .MMM--modalContainer-header {
    color: #000000
  }

  .MMM--modalContainer-header {
    text-align: right;
    background-color: #626262;
    color: #ffffff
  }

  .rW-50-LightBox .MMM--modalContainer .MMM--rW-50-LghtThme {
    border: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    *filter: alpha(opacity=90);
    opacity: .9;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
  }

  .rW-50-LightBox .MMM--modalContainer-header .MMM--icn_close {
    cursor: pointer
  }

  .rW-50-LightBox .MMM--modalContainer-header .js-closeLink {
    cursor: pointer
  }

  .rW-50-LightBox .MMM--modalContainer-inner {
    max-height: 600px !important;
    border: 0px
  }

  .rW-50-LightBox .MMM--modalContainer-inner .MMM--tooltip-bd {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25em
  }

  .MMM--windowIcnPadding {
    padding-left: 6px
  }

  .rW-50-LightBox .MMM--rW-50-DrkThmeD .MMM--modalContainer-inner {
    font-size: 16px;
    background-color: transparent;
    padding: 10px;
    color: #FFFFFF
  }

  .rW-50-LightBox .MMM--rW-50-DrkThmeD .MMM--modalContainer {
    border: 1px solid #000000;
    background-color: #000000;
    display: none;
    left: 2%;
    margin: 0 auto;
    position: fixed;
    *position: absolute;
    *top: -10% !important;
    right: 2%;
    z-index: 950
  }

  .rW-50-LightBox .MMM--rW-50-DrkThmeD .MMM--modalContainer-header {
    background-color: #000000;
    opacity: .8
  }

  .rW-50-LightBox .MMM--rW-50-DrkThmeD .MMM--modalContainer-inner {
    background-color: #000;
    opacity: .8
  }

  .rW-50-LightBox .MMM--rW-50-DrkThmeD .mix-MMM--hdg_dark {
    color: #FFFFFF
  }

  .rW-50-LightBox .MMM--rW-03-DrkThmeD .MMM--isActive {
    font-size: 16px;
    background-color: transparent;
    padding: 10px;
    color: #626262
  }

  .rW-50-LightBox .MMM--rW-03-DrkThmeD .MMM--icn {
    color: #FFFFFF
  }

  .rW-50-LightBox .MMM--modalContainer-inner .MMM--tooltip-bd {
    font-weight: normal;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 1.25em
  }

  .rW-50-LightBox .MMM--rW-50-LghtThme .MMM--modalContainer-header .MMM--icn_close {
    color: #000000
  }

  .rW-50-LightBox .MMM--rW-50-DefaultThme .MMM--modalContainer-header .MMM--icn_close {
    color: #000000
  }

  .rW-50-LightBox .MMM--rW-50-DefaultThme .MMM--modalContainer-header {
    text-align: right;
    background-color: #ffffff;
    color: #000000
  }

  .rW-50-LightBox .MMM--modalContainer-header {
    background-color: #ffffff;
    opacity: .8
  }

  .rW-50-LightBox .MMM--modalContainer-header .MMM--icn_close {
    font-size: 18px;
    padding-top: 20px;
    padding-right: 20px
  }

  .rW-50-LightBox .MMM--modalContainer-inner .MMM--tooltip-bd p {
    padding-bottom: 30px
  }

  .rW-50-LightBox .MMM--modalContainer {
    width: 90%
  }

  .rW-50-LightBox .MMM--modalContainer .MMM--modalContainer .MMM--courseView {
    width: 100%
  }

  .rW-50-LightBox .MMM--modalContainer-header .MMM--modalContainer-header-txt {
    cursor: pointer
  }

  .rW-50-LightBox .MMM--modalContainer-header .MMM--modalContainer-header-txt:hover {
    text-decoration: underline;
    cursor: pointer
  }

  .js-toolTip {
    cursor: pointer
  }

  .MMM--tooltipContent {
    position: relative
  }

  .MMM--tooltipContent .MMM--tooltip {
    margin-top: 5px
  }

  .MMM--tooltip {
    position: relative;
    z-index: 100;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1;
    background: #ffffff;
    border: 1px solid #000000
  }

  .MMM--tooltip_inactive {
    display: none
  }

  .MMM--tooltipClose {
    display: block;
    background: #626262;
    text-align: right;
    margin-bottom: 15px;
    border-bottom: 1px solid #000000;
    height: 32px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer
  }

  .MMM--tooltipClose:active,
  .MMM--tooltipClose:hover {
    color: #ffffff
  }

  .rtl .MMM--tooltipClose {
    text-align: left
  }

  .MMM--closeTooltipTrigger {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000000;
    width: 32px;
    height: 28px;
    line-height: 32px;
    text-align: center
  }

  .MMM--closeTooltipTrigger:hover {
    color: #ffffff;
    background: #ff0000
  }

  .MMM--tooltip-hd {
    padding: 0 15px;
    margin-bottom: 15px
  }

  .MMM--tooltip-bd {
    padding: 0 15px 15px 15px;
    line-height: 1.3
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .MMM--tooltip_share {
    margin: -21px 15px 20px 15px;
    padding: 0 15px 10px 15px;
    text-align: center;
    border: 1px solid #c5c5c5;
    border-top: none;
    background: #f2f2f2
  }

  .MMM--tooltip_share .MMM--tooltipClose {
    display: none
  }

  .MMM--tooltip_share .MMM--tooltip-bd {
    padding: 0;
    border-top: 1px dotted #000000;
    padding-top: 15px
  }
}

@media screen and (min-width: 1px) {
  .MMM--rW--toolTip--Desktop {
    max-width: 290px;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    z-index: 102;
    display: none;
    width: 100%
  }

  .MMM--rW--toolTip--Mobile {
    max-width: 266px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    z-index: 102;
    display: none
  }

  .MMM--rW--toolTip-container-left,
  .MMM--rW--toolTip-container-right,
  .MMM--rW--toolTip-container-top,
  .MMM--rW--toolTip-container-bottom {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    width: 100%
  }

  .MMM--rW--toolTip-container-left:after,
  .MMM--rW--toolTip-container-left:before {
    right: 100%;
    top: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
  }

  .MMM--rW--toolTip-container-left:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFFFFF;
    border-width: 12px;
    margin-top: -12px
  }

  .MMM--rW--toolTip-container-left:before {
    border-color: rgba(153, 153, 153, 0);
    border-right-color: #CCCCCC;
    border-width: 13px;
    margin-top: -13px
  }

  .MMM--rW--toolTip-container-right:after,
  .MMM--rW--toolTip-container-right:before {
    left: 100%;
    top: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
  }

  .MMM--rW--toolTip-container-right:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #FFFFFF;
    border-width: 12px;
    margin-top: -12px
  }

  .MMM--rW--toolTip-container-right:before {
    border-color: rgba(153, 153, 153, 0);
    border-left-color: #CCCCCC;
    border-width: 13px;
    margin-top: -13px
  }

  .MMM--rW--toolTip-container-top:after,
  .MMM--rW--toolTip-container-top:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
  }

  .MMM--rW--toolTip-container-top:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFFFFF;
    border-width: 12px;
    margin-left: -12px
  }

  .MMM--rW--toolTip-container-top:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #CCCCCC;
    border-width: 13px;
    margin-left: -13px
  }

  .MMM--rW--toolTip-container-bottom:after,
  .MMM--rW--toolTip-container-bottom:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
  }

  .MMM--rW--toolTip-container-bottom:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFFFFF;
    border-width: 12px;
    margin-left: -12px
  }

  .MMM--rW--toolTip-container-bottom:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #CCCCCC;
    border-width: 13px;
    margin-left: -13px
  }

  .MMM--rW--toolTip-header {
    border-bottom: 1px solid #D2D2D2;
    margin: 0 10px;
    max-height: 100px
  }

  .MMM--rW--toolTip-heading {
    margin-left: -10px;
    margin-right: 4px
  }

  .MMM--rW--toolTip-hd {
    float: left;
    color: #4B4B4B;
    font-size: 16px;
    font-weight: normal;
    line-height: 2.3;
    margin-bottom: 15px;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #D2D2D2;
    width: 95%
  }

  .MMM--rW--toolTip-button {
    float: right;
    position: absolute;
    margin-left: 232px
  }

  .MMM--rW--toolTip-icn {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-top: 10px;
    background-position: 0 0
  }

  .MMM--rW--toolTip-inner {
    display: inline-block;
    line-height: 1.4;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 15px 15px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    box-sizing: border-box;
    width: 100%
  }

  .MMM--rW--toolTip_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #878787;
    z-index: 100
  }

  .MMM--rW--toolTip_content {
    display: none;
    position: absolute;
    left: 15px;
    overflow: auto
  }

  .rC-58-HTML.MMM--contentWrapper.MMM--lbWidth {
    width: 86%;
    width: calc(91% - 40px);
    margin: 0 4.5%
  }

  .rC-58-HTML.MMM--contentWrapper.MMM--lbPosition {
    position: absolute;
    z-index: 400
  }

  .rC-58-HTML.MMM--contentWrapper.MMM--lbBg {
    z-index: 900;
    background-color: #FFFFFF;
    padding: 50px 20px
  }

  .rC-58-HTML.MMM--contentWrapper.MMM--lbBg li {
    margin-top: 1em
  }

  .rC-58-HTML.MMM--contentWrapper.MMM--lbBg .closeLbl {
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1
  }

  .rC-58-HTML.MMM--contentWrapper.MMM--lbBg .MMM--blockFormList {
    paddingRight: 2%
  }

  .rC-58-HTML.MMM--contentWrapper.MMM--lbBg .MMM--eloquaForm-container {
    background-color: #F2F2F2;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (min-width: 768px) {
  .rC-58-HTML.MMM--contentWrapper {
    padding: 0px 20px
  }

  .rG-60-ThumbnailGrid .MMM--heroCarouselNavigation-item {
    margin: 0;
    width: 16%
  }

  .rG-71-Alert.MMM--pageAlert {
    padding: 20px
  }

  .MMM--grids-col_main .rG-26-ContentBox {
    margin-left: 25px;
    margin-right: 25px
  }

  .rG-80-NewsDetail .MMM--pageSectionTitle>.MMM--hdg_1 {
    width: calc(100% - 280px)
  }

  .rG-30-NewsDetail .MMM--pageSectionTitle.MMM--wysiwyg .rU-50-SocialShare .MMM--share-container,
  .rG-30-NewsDetail .MMM--pageSectionTitle.MMM--wysiwyg .rU-50-SocialShare .MMM--share-container {
    margin-top: 0
  }

  .rICO-103-ParallaxHero .MMM--heroStaticFigureOn {
    position: absolute
  }

  .rICO-103-ParallaxHero .MMM--heroCarouselButtonPositioner-bd {
    height: auto
  }

  .rLMS-Common {
    padding: 0 25px 0 25px
  }

  .rLMS-Common span,
  .rLMS-Common p {
    font-size: 14px
  }

  .rLMS-Common .MMM--fLeft {
    float: left
  }

  .rLMS-Common .MMM--w60 {
    max-width: 60%;
    float: left
  }

  .rLMS-Common .MMM--follow-lnk {
    float: none;
    padding-bottom: 25px;
    text-align: center
  }

  .rLMS-Common .MMM--imgMright {
    width: 14px;
    height: 14px
  }

  .rLMS-Common .MMM--relatedTitleLink {
    margin-left: 20px
  }

  .rLMS-50-3upCourses .MMM--isOnTablet {
    display: block;
    width: 100%;
    margin: 0 auto
  }

  .rLMS-50-3upCourses .MMM--isOnTablet ul li ul li {
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 0 1.761%;
    text-align: left;
    vertical-align: top;
    width: 41%
  }

  .rLMS-50-3upCourses .MMM--isOnMobile {
    display: none
  }

  .rLMS-50-3upCourses .MMM--heroNavigationContainer {
    margin-top: 25px
  }

  .rLMS-50-3upCourses .MMM--relatedTitleLink {
    margin-left: 20px
  }

  .rLMS-3upCoursesPanelHeading {
    padding: 0
  }

  .rLMS-3upCoursesPanelHeading .js-toggleCaoursel-target {
    display: block;
    left: 0;
    height: auto
  }

  .rLMS-51-CourseHero .MMM--heroCarouselContainer {
    padding: 20px
  }

  .rLMS-51-CourseHero .MMM--padTop {
    padding-top: 10px
  }

  .rLMS-51-CourseHero .sessionTime .sessionEnd {
    padding-left: 22px
  }

  .rLMS-51-CourseHero .courseSecondaryCTA {
    padding-top: 22px;
    float: left
  }

  .rLMS-51-CourseHero.MMM--contentWrapper {
    padding: 20px
  }

  .rLMS-52-CourseGrid .mix-MMM--btn_fullWidthMobileOnly {
    width: 100%;
    padding-right: 0;
    padding-left: 0
  }

  .rLMS-52-CourseGrid .MMM--Tiles-listItem {
    padding: 0 2%;
    width: 46%
  }

  .rLMS-52-CourseGrid .MMM--Tiles-listItem {
    padding-bottom: 2em
  }

  .rLMS-52-CourseGrid .MMM--courseSrchInput {
    width: 265px
  }

  .rLMS-52-CourseGrid .courseFilterSearch {
    float: left;
    max-width: 280px
  }

  .rLMS-52-CourseGrid .courseFilterMenus {
    float: right;
    clear: none
  }

  .rLMS-52-CourseGrid .courseFilterbar {
    height: 82px;
    margin-bottom: 20px;
    background: url('../img/TabletLrg_FilterBar.jpg');
    width: auto
  }

  .rLMS-52-CourseGrid .courseFilterMenudiv {
    width: 200px;
    float: left;
    clear: none
  }

  .rLMS-52-CourseGrid .courseFilterMenudiv:first-child {
    padding-right: 25px
  }

  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter1,
  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter2,
  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter3,
  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter4 {
    width: 22%;
    float: left;
    padding: 20px 25px 0 0
  }

  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter4 {
    padding-right: 0
  }

  .rLMS-52-CourseGrid .MMM--filters-content {
    padding: 25px;
    width: 84.5%;
    left: 8.5%;
    margin-top: 40px;
    border: 1px solid #e1e1e1
  }

  .rLMS-52-CourseGrid .clearFilter {
    padding: 0
  }

  .rLMS-52-CourseGrid .MMM--filtersTitle.active {
    border-bottom: 0;
    line-height: 38px;
    padding-bottom: 2px;
    z-index: 100
  }

  .rLMS-52-CourseGrid .MMM--filters,
  .rLMS-52-CourseGrid .MMM--fancyDropDiv>a>span {
    line-height: 39px
  }

  .rLMS-52-CourseGrid .MMM--bodyCopy.MMM--wysiwyg,
  .rLMS-52-CourseGrid .MMM--wysiwyg.MMM--bodyCopy {
    max-height: 160px;
    overflow: hidden
  }

  .rLMS-52-CourseGrid .MMM--filter-checkboxSize {
    height: 14px;
    width: 14px
  }

  .rLMS-53-Dashboard.rLMS-Common {
    padding: 25px
  }

  .rLMS-53-Dashboard .MMM--padTop {
    padding-top: 10px
  }

  .rLMS-53-Dashboard .MMM--clear {
    clear: none
  }

  .rLMS-53-Dashboard .MMM--w5050 {
    width: 42.7%;
    margin-bottom: 0;
    min-height: 380px;
    float: left
  }

  .rLMS-53-Dashboard .MMM--w5050.MMM--clear {
    margin-left: 1.563em
  }

  .rLMS-53-Dashboard .MMM--hugeText {
    padding: 0
  }

  .rLMS-53-Dashboard .MMM--certImage {
    padding-bottom: 5px
  }

  .rLMS-53-Dashboard .MMM--pieChartContainer {
    padding-top: 1.250em;
    min-height: 245px
  }

  .rLMS-53-Dashboard .nocourses .MMM--w5050 {
    min-height: 350px
  }

  .rLMS-53-Dashboard .nocourses .notRegistered {
    padding-top: 2.656em;
    padding: 2.656em 3em 0
  }

  .rLMS-Common.rLMS-54-CourseDetail {
    padding: 25px;
    padding-top: 0
  }

  .MMM--CourseSchedule .MMM--isOnDevice {
    padding-top: 10px
  }

  .rLMS-54-CourseDetailImage .MMM--date {
    margin-top: -37px;
    padding: 10px 15px
  }

  .rLMS-54-CourseDetail .costContainer {
    float: left;
    padding-right: 2em;
    padding-bottom: 20px
  }

  .rLMS-54-CourseDetail .cancelContainer {
    padding-bottom: 20px
  }

  .rLMS-54-CourseDetail .courseDetailsWrapper .MMM--relatedTitleLink {
    display: inline-block
  }

  .rLMS-54-CourseDetail .MMM--CourseSchedule .sessionTitle {
    margin-top: -22px
  }

  .rLMS-54-CourseDetail .MMM--heroStaticFigure {
    float: left;
    width: 35%
  }

  .rLMS-54-CourseDetailImage.MMM--heroCarouselContainer {
    padding: 25px
  }

  .MMM--heroCarouselContainer.rLMS-54-CourseDetail.js-coursedetail {
    padding: 0 0 0 25px;
    width: 60%;
    float: left
  }

  .rC-58-HTML.MMM--contentWrapper .rLrn-50-CourseGrid {
    margin-left: -20px;
    margin-right: -20px
  }

  .rW-50-LightBox .MMM--modalContainer .MMM--modalContainer-inner {
    padding: 10px 20px
  }

  .rLrn-50-CourseGrid .MMM--columnList .MMM--btn {
    padding-left: 5px;
    padding-right: 5px
  }

  .rC-58-HTML.MMM--contentWrapper .rLrn-50-FeaturedCourses {
    margin-left: -20px;
    margin-right: -20px
  }

  .rW-50-LightBox .MMM--modalContainer .MMM--modalContainer-inner {
    padding: 10px 20px
  }

  .rLrn-50-FeaturedCourses .MMM--columnList .MMM--btn {
    padding-left: 5px;
    padding-right: 5px
  }

  .rLrn-52-CourseCatalog .courseCatalog-NCourses {
    padding: 15px;
    float: left
  }

  .rLrn-52-CourseCatalog .courseCatalog-NCourses span {
    font-size: 14px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter {
    font-size: 14px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort {
    height: 40px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort .MMM--fancyDropDiv .MMM--fancyDropAnchor {
    font-size: 14px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort .MMM--fancyDropDiv select {
    font-size: 14px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_sort .MMM--fancyDropDiv:before {
    font-size: 14px
  }

  .rLrn-52-CourseCatalog .MMM--clear_filters {
    display: none
  }

  .rLrn-52-CourseCatalog .MMM--show_clear_filters {
    visibility: visible;
    float: right;
    height: 16px;
    margin-right: 15px;
    padding-top: 10px;
    text-decoration: underline;
    font-weight: 700
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown {
    width: calc(100% - 30px);
    height: auto;
    left: 15px;
    top: auto;
    padding: 0px 25px 55px 25px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrnFilterObjectsContainer {
    overflow: unset;
    height: auto
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn_filter_dropdown_category {
    margin-top: 25px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn_filter_dropdown_category .MMM--rLrn_filter_dropdown_inputs {
    min-width: 0px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn_filter_dropdown_category .MMM--rLrn_filter_dropdown_inputs input[type='radio']:after {
    left: -3px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn_filter_dropdown_category .MMM--rLrn_filter_dropdown_inputs input[type='radio']:checked:after {
    left: -2px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--rLrn-cancelAndApplyContainer {
    height: 0px;
    border-top: none;
    padding-top: 0px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--filterCancelButton {
    margin-right: 10px;
    position: absolute;
    right: 206px;
    bottom: 25px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--filterApplyButtonDisable {
    width: 180px;
    color: #CCCCCC;
    border-color: #ccc;
    text-decoration: none;
    cursor: auto;
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 10px 0px
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--filterSeeResults {
    width: 180px;
    color: #FFFFFF;
    border-color: #e10000;
    background-color: #e10000;
    font-weight: 450;
    font-style: normal;
    cursor: pointer
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--filterSeeResults:hover {
    text-decoration: underline
  }

  .rLrn-52-CourseCatalog .MMM--rLrn_filter_dropdown .MMM--filterSeeResults:before {
    background-color: #e10000
  }

  .rLrn-52-CourseCatalog .MMM--CourseCatalog-ShowLoader img {
    padding-top: 25%
  }

  .rLrn-51-Events .MMM--columnGreyBG {
    margin: 0px 0px 25px 0px;
    padding: 24px 20px 0px 20px
  }

  .rLrn-51-Events h4.MMM--hdg {
    font-size: 14px
  }

  .rLrn-51-Events .MMM--grayEvents .MMM--columnGreyBG .MMM--columnList>.MMM--rL_col {
    padding-bottom: 34px
  }

  .rLrn-51-Events .MMM--grayEvents .MMM--columnGreyBG .MMM--columnList>.MMM--last_row {
    padding-bottom: 24px
  }

  .rC-58-HTML.MMM--contentWrapper {
    padding: 0px 10px
  }

  .rC-58-HTML.MMM--contentWrapper .rLrn-Course {
    margin-left: -20px;
    margin-right: -20px
  }

  .rW-50-LightBox .MMM--modalContainer .MMM--modalContainer-inner {
    padding: 10px 20px
  }

  .rLrn-Course .MMM--columnList .MMM--btn {
    padding-left: 5px;
    padding-right: 5px
  }

  .rLrn-Course .MMM--media-element {
    line-height: 160px
  }

  .rLrn-Course .MMM--columnList_cc2 a img,
  .rLrn-Course .MMM--columnList_cc3 a img,
  .rLrn-Course .MMM--columnList_cc4 a img {
    max-height: 160px
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList li.MMM--Drawer-main {
    width: 97%
  }

  .MMM--Drawer-sub {
    width: 100%;
    padding-left: 5px
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList .MMM--Drawer-sub {
    margin-left: 0px
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList .MMM--Drawer-sub li {
    width: 35%;
    float: left
  }

  .MMM--Drawer-sub .MMM--mkt-icn {
    margin: 0px -46px 0 0
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList li {
    width: 35%;
    margin-right: 10px;
    padding: 20px 68px 20px 5px
  }

  .MMM--mkt-icn {
    margin-right: -53px
  }

  .MMM--CategoryNav-Container .MMM-CatNav-Drawer {
    width: 96.1%
  }

  .MMM--markets .MMM--hList {
    margin-right: -10px
  }

  .MMM--markets .MMM--hList li:first-child+li {
    border-top: 1px solid #d2d2d2
  }

  .MMM--markets .MMM--hList li:nth-child(-n+2) {
    border-top: 1px solid #d2d2d2
  }

  .MMM-CatNav-Drawer {
    margin-top: -2px
  }

  .MMM--markets .MMM-CatNav-Drawer .MMM--hList li:nth-child(-n+2) {
    border-top: none;
    border-bottom: none
  }

  .MMM--hdr-lnk {
    margin: 15px auto
  }

  .MMM--lnk-wrapper {
    margin-left: 5px;
    margin-right: 5px
  }
}

@media only screen and (min-width: 768px) and (min-width: 1px) and (orientation: portrait) {
  .MMM--CategoryNav-Container .MMM-CatNav-Drawer {
    width: 95.5%
  }
}

@media screen and (min-width: 768px) {
  .MMM--CategoryNav-Container .MMM--markets.MMM--isOnTablet .MMM--hList li {
    width: calc(50% - (10px + 68px + 5px) * 1)
  }

  .rS-55-LinkList .MMM--sideBox-hd .MMM--reversed {
    font-size: 18px
  }

  .rS-55-LinkList .MMM--sideBox-bd a {
    font-size: 14px
  }

  .rS-58-Tags {
    margin-top: 30px
  }

  .rS-58-Tags .MMM--hList_evenMargins>* {
    margin-right: 6px;
    margin-bottom: 6px
  }

  .rSel-54-Locator {
    background-color: #FFFFFF;
    height: 935px;
    margin: 50px auto 0 auto;
    overflow: hidden
  }

  .rSel-54-Locator header {
    display: none;
    background-color: #F2F2F2;
    border: none;
    height: 56px;
    margin-bottom: 10px
  }

  .rSel-54-Locator nav {
    background-color: #F2F2F2;
    border: none;
    height: 90px
  }

  .rSel-54-Locator aside {
    width: 340px;
    height: 100%;
    height: 841px\0/IE89;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #DDDDDD;
    padding: 10px;
    padding-right: 10px
  }

  .rSel-54-Locator .enterAddress {
    padding-top: 25px;
    text-align: center;
    font-size: medium;
    padding-right: 10px
  }

  .rSel-54-Locator .js-zeroResults {
    padding-top: 25px;
    text-align: center;
    font-size: medium;
    color: #FF0000;
    padding-right: 10px
  }

  .rSel-54-Locator .js-mapPlaceHolder {
    width: 100%;
    height: 90% \0/IE89;
    max-width: 525px;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: right
  }

  .rSel-54-Locator .MMM--businessResults {
    padding: 10px 10px 15px 10px
  }

  .rSel-54-Locator .MMM--filterBy {
    display: none;
    border-right: 1px solid #555555;
    display: inline-block;
    margin: 15px 0 0 0;
    position: relative;
    vertical-align: top;
    min-width: 300px;
    max-width: 350px;
    width: 40%
  }

  .rSel-54-Locator .MMM--filterBy h2 {
    left: 60px
  }

  .rSel-54-Locator .MMM--filterBy .MMM--icn_filterSliders {
    left: 20px;
    top: 0
  }

  .rSel-54-Locator .MMM--filterBy .MMM--icn_chevronDown,
  .rSel-54-Locator .MMM--filterBy .MMM--icn_chevronUp {
    margin: 0 0 0 0;
    padding: 5px 0 0 70px;
    transform: rotateZ(0deg)
  }

  .rSel-54-Locator .MMM--filterByOptions {
    display: none;
    position: absolute;
    width: 500px;
    top: 40px;
    left: 60px;
    z-index: 2
  }

  .rSel-54-Locator .MMM--filterByWrapper {
    background-color: #DDDDDD;
    padding: 15px
  }

  .rSel-54-Locator .MMM--filterByWrapper input[type=radio] {
    margin: 5px
  }

  .rSel-54-Locator .MMM--filterByLevelWrappers {
    width: 50%;
    float: left
  }

  .rSel-54-Locator .MMM--dealerLvl {
    position: absolute;
    top: 20%;
    border-top: 0;
    font-size: 1.125em;
    margin: 15px 0 0 0;
    padding: 0 0 0 53px;
    left: 322px;
    vertical-align: top;
    border-bottom: none;
    max-width: 65%
  }

  .rSel-54-Locatior .MMM--dealerLvlLegend {
    display: inline-block;
    height: 43px;
    margin: 0 auto 0 auto
  }

  .rSel-54-Locator .MMM--dealerLvlLegend li {
    display: inline-block;
    font-size: .875em;
    margin: 0 0 0 11px;
    min-width: calc(33% - 40px);
    text-align: left
  }

  .rSel-54-Locator .MMM--dealerLvlLegend li:not(.MMM--dealerLegendToolTip):nth-child(2n-1) {
    clear: right;
    margin: 0 40px 0 11px
  }

  .rSel-54-Locator .MMM--dealerLvlLegend .MMM--dealerLegendToolTip {
    height: 33px;
    float: left;
    margin: 5px 10px 5px 5px;
    min-width: 80px;
    max-width: 100px
  }

  .rSel-54-Locator .MMM--dealerLvlLegend .MMM--dealerLegendToolTip .MMM--legendLabel {
    text-decoration: underline;
    float: left;
    white-space: nowrap;
    width: 79px;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .rSel-54-Locator .MMM--locationInput {
    height: 43px;
    margin: 13px 0 0 0
  }

  .rSel-54-Locator .MMM--locationInput .MMM--label {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px 7.5px 20px
  }

  .rSel-54-Locator .MMM--locationInput {
    display: inline-block;
    width: 300px;
    max-width: 390px;
    padding: 0;
    position: relative;
    vertical-align: top
  }

  .rSel-54-Locator .MMM--locationInput label {
    position: absolute;
    width: 80px
  }

  .rSel-54-Locator .MMM--locationInput .MMM--locationInputSearch {
    margin: 0 0 13px 20px
  }

  .rSel-54-Locator .MMM--useMyLocation {
    display: none;
    margin: 13px 0 0 0;
    position: relative;
    vertical-align: top;
    width: 6%
  }

  .rSel-54-Locator .MMM--useMyLocation label {
    display: none
  }

  .rSel-54-Locator .MMM--useMyLocation button {
    line-height: 1.8;
    position: relative;
    top: 0;
    right: 0
  }

  .rSel-54-Locator .MMM--distanceKey {
    display: none;
    float: right;
    max-width: 325px;
    padding: 0 0 0 10px;
    position: relative;
    width: 45.5%
  }

  .rSel-54-Locator .MMM--distanceBar {
    height: inherit;
    margin: -11px 0 0 5px;
    padding: 0 0 9px 0;
    width: 200px;
    -ms-overflow-x: hidden;
    -ms-overflow-y: hidden
  }

  .rSel-54-Locator .MMM--distanceBar p {
    position: absolute;
    font-size: 10px;
    top: 8px
  }

  .rSel-54-Locator .MMM--distanceBar p.MMM--rangeLabel1 {
    left: 0
  }

  .rSel-54-Locator .MMM--distanceBar p.MMM--rangeLabel2 {
    right: 85px
  }

  .rSel-54-Locator .MMM--distanceBar p.MMM--rangeLabel3 {
    right: 0
  }

  .rSel-54-Locator .MMM--toolTipContainer {
    background-color: #FFFFFF;
    bottom: 0px;
    left: -125px;
    width: 400px;
    padding: 10px 10px 60px 10px;
    position: relative;
    margin: 0 0 0 -40px;
    border: 1px solid;
    z-index: 99
  }

  .MMM--share.MMM--isOnMobile {
    display: none
  }

  .MMM--share .MMM-toprow1 {
    padding: .4em 1.26em
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container {
    float: left;
    position: relative
  }

  .rU-50-SocialShare .MMM--shareAlignLeft.MMM--share-container .MMM--share .socialtitle {
    float: left;
    height: 32px;
    width: 32px;
    margin: 0;
    border-right: none;
    background: url('../img/Share_Icon.png') no-repeat
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share ul li {
    padding: 5px 11px;
    float: right;
    margin: 0
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .socialtitle2 {
    float: left
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .shareLast {
    float: left;
    padding: 0px
  }

  .rU-50-SocialShare .MMM--share-container {
    position: relative;
    float: right;
    width: auto;
    right: 9px
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share {
    z-index: 99;
    height: 42px;
    float: right;
    position: relative
  }

  .MMM--socialShareList {
    display: inline-block;
    *display: inline;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--socialShareList>* {
    float: left;
    margin: 0 7px
  }

  .ru-50-Socialshare .MMM--pageSectionTitle p.MMM--pageTitleDescription {
    margin-top: 40px
  }

  .rU-50-SocialShare .MMM--share-container {
    margin-top: -15px;
    float: right;
    width: 100%;
    right: 0%
  }

  .rU-50-SocialShare .MMM--share {
    background: none;
    *border: 0px;
    border: none;
    min-width: 56px;
    max-width: 336px;
    width: auto;
    z-index: 99;
    height: 42px;
    float: right;
    position: relative;
    margin-top: 0%
  }

  .rU-50-SocialShare .MMM--share .MMM--socialIcn {
    padding-right: 0;
    font-size: 0;
    border-bottom: none
  }

  .rU-50-SocialShare .MMM--share .MMM--socialIcn:before {
    font-size: 32px
  }

  .rU-50-SocialShare .MMM--share .MMM--socialIcn:hover {
    border-bottom: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .socialtitle {
    border: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share ul li {
    padding: 5px 11px;
    float: left;
    margin: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share ul li:last-child {
    border-right: none;
    padding: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .shareLast {
    border-right: none;
    padding: 0
  }

  .rU-50-SocialShare .MMM--moreIcon {
    padding: 5px 11px;
    float: right
  }

  .rU-50-SocialShare a.MMM--moreIcon {
    border: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share ul {
    margin: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .MMM-toprow {
    height: 42px;
    padding: 0;
    float: right
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .socialtitle {
    float: right;
    height: 32px;
    width: 32px;
    margin: 0;
    border-right: none;
    background: url('../img/Share_Icon.png') no-repeat
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .socialtitle_grey {
    background: url('../img/Share_Icon_grey.png') no-repeat
  }

  .rU-50-SocialShare .MMM--share-container .MMM--socialIcn_gen {
    background: url('../img/icon.png') no-repeat
  }

  .rU-50-SocialShare .MMM--share-container .MMM--moreimg {
    display: none;
    text-indent: -9999em;
    background: none;
    height: 0;
    width: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--lessimg {
    display: inline-block;
    text-indent: -9999em;
    background: none;
    height: 0;
    width: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .MMM--hide {
    display: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .MMM--social {
    display: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .socialtitle2 {
    float: right;
    height: 32px;
    width: 32px;
    margin: 0;
    border-right: none;
    background: none;
    font-size: 32px;
    font-style: normal
  }

  .rU-50-SocialShare p.MMM--pageTitleDescription {
    word-wrap: break-word
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container {
    float: left;
    position: relative;
    left: -26px;
    width: 100%
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .socialtitle {
    float: left;
    height: 32px;
    width: 32px;
    margin: 0;
    border-right: none;
    background: url('../img/Share_Icon.png') no-repeat
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share ul li {
    padding: 5px 11px;
    float: right;
    margin: 0
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .socialtitle2 {
    float: left
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .shareLast {
    float: left;
    padding: 0px
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share {
    background: none;
    *border: 0px;
    border: none;
    min-width: 56px;
    max-width: 336px;
    width: auto;
    z-index: 99;
    height: 42px;
    float: left;
    position: relative
  }

  .rU-50-SocialShare {
    margin-bottom: 0px
  }

  .rU-50-SocialShare .MMM--contentPadded {
    padding: 0
  }

  .rW-50-LightBox .MMM--modalContainer-inner .MMM--tooltip-bd {
    font-size: 14px
  }

  .rS-08-Tags.MMM--grids-col_sidebar {
    padding: 0px;
    width: 100%
  }

  .rW-50-LightBox .MMM--modalContainer-header .MMM--icn_close {
    font-size: 16px
  }

  .rW-50-LightBox .MMM--modalContainer-inner {
    height: 475px
  }

  .js-toolTip {
    position: relative;
    cursor: pointer;
    white-space: nowrap
  }

  .MMM--tooltip {
    position: fixed;
    width: 240px;
    top: 23%;
    right: 42%;
    white-space: normal;
    *position: relative;
    *left: 0;
    *width: 100%;
    *top: 0
  }

  .rtl .MMM--tooltip {
    *right: 0
  }

  .tooltip_share {
    position: absolute;
    width: 330px;
    top: 20px;
    right: 0
  }

  .MMM--rW--toolTip--Tablet {
    max-width: 290px;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    z-index: 102;
    display: none
  }

  .MMM--tooltipContent {
    position: relative
  }

  .MMM--rW--toolTip-button {
    float: right;
    position: absolute;
    margin-left: 264px
  }

  .rC-58-HTML.MMM--contentWrapper.MMM--lbWidth {
    width: 75%;
    width: calc(80% - 40px);
    margin: 0 10%
  }

  .rC-58-HTML.MMM--contentWrapper.MMM--lbBg {
    height: 600px;
    overflow-y: scroll
  }

  .rC-58-HTML.MMM--contentWrapper.MMM--lbBg .MMM--icn_close:hover {
    cursor: pointer
  }
}

@media screen and (min-width: 960px) {
  .rC-58-HTML.MMM--contentWrapper {
    padding: 0;
  }

  .rG-60-ThumbnailGrid .MMM--modalContainer-inner {
    margin-left: 15%
  }

  .rG-71-Alert.MMM--pageAlert {
    padding: 25px
  }

  .rG-80-NewsDetail .MMM--NewsDetailsFullStoryTitle .MMM--hdg,
  .rG-30-NewsDetail .MMM--NewsDetailsFullStoryTitle .MMM--hdg {
    display: inline-block
  }

  .rICO-103-ParallaxHero .MMM--IconicParallax {
    position: relative
  }

  .rICO-103-ParallaxHero .MMM--heroCarouselButtonPositioner {
    position: relative
  }

  .rICO-103-ParallaxHero .MMM--media-bd .MMM--wysiwyg,
  .rICO-103-ParallaxHero .MMM--floatLeft {
    margin: 20px
  }

  .rLMS-Common .MMM--contentWrapper {
    padding: 0 25px 0 25px
  }

  .rLMS-Common .MMM--w5050 {
    max-width: 49%;
    float: left
  }

  .rLMS-Common .MMM--Tiles-listItem {
    width: 31.8%;
    padding: 0 1.085%
  }

  .rLMS-Common .MMM--columnList li:first-child {
    padding-left: 0
  }

  .rLMS-Common .MMM--columnList li:last-child {
    padding-right: 0
  }

  .rLMS-Common .MMM--follow-lnk {
    float: left;
    text-align: left
  }

  .rLMS-Common .MMM--date span {
    padding-left: 20px;
    opacity: 0.99
  }

  .rLMS-Common .mix-MMM--hdg_spaced {
    margin-bottom: 25px
  }

  .rLMS-Common .MMM--Tiles-listItem {
    max-width: none
  }

  .rLMS-Common .MMM--isOnDevice {
    display: none
  }

  .rLMS-Common .MMM--w70 {
    width: 68%;
    float: left
  }

  .rLMS-Common .sessionStart {
    margin-left: 0;
    margin-top: 0
  }

  .rLMS-50-3upCourses .MMM--isOnTablet {
    display: none
  }

  .rLMS-50-3upCourses .MMM--gapBottomMed {
    margin-bottom: 24px
  }

  .rLMS-50-3upCourses .sessionStart {
    margin-left: 0;
    margin-top: 0
  }

  .rLMS-51-CourseHero .MMM--w5050.MMM--padTop {
    padding-top: 0
  }

  .rLMS-51-CourseHero .descContainer {
    width: 56%;
    float: left;
    padding-right: 2em
  }

  .rLMS-51-CourseHero .ctaContainer {
    width: 40%;
    float: left
  }

  .rLMS-51-CourseHero .costContainer {
    float: left;
    padding-right: 2em
  }

  .rLMS-51-CourseHero.MMM--contentWrapper {
    padding: 25px
  }

  .rLMS-52-CourseGrid .MMM--Tiles-listItem {
    padding: 0 1.085%;
    width: 31.1%
  }

  .rLMS-52-CourseGrid .MMM--heroCarouselContainer .MMM--columnList li:first-child {
    padding-left: 1.085%
  }

  .rLMS-52-CourseGrid .MMM--Tiles-listItem {
    padding-bottom: 2em
  }

  .rLMS-52-CourseGrid .MMM--filters-content {
    width: 76%;
    left: 19.7%
  }

  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter1,
  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter2,
  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter3,
  .rLMS-52-CourseGrid .MMM--filters-content .MMM--filter4 {
    width: 21%
  }

  .rLMS-Common.coursegridContent {
    padding: 10px 15px 0 15px
  }

  .rLMS-53-Dashboard .MMM--w5050.MMM--padTop {
    padding-top: 0
  }

  .rLMS-53-Dashboard .MMM--w5050 {
    width: 44.2%;
    min-height: 320px
  }

  .rLMS-53-Dashboard .MMM--hugeText {
    padding-left: 35%;
    padding-top: .656em
  }

  .rLMS-53-Dashboard .MMM--certImage {
    float: left;
    padding-left: 15%;
    padding-bottom: 0;
    padding-top: 2.656em
  }

  .rLMS-53-Dashboard .MMM--pieChartContainer {
    padding-top: 1.875em;
    min-height: 220px
  }

  .rLMS-53-Dashboard .MMM--secondaryCTAContainer.MMM--padTopLrg {
    padding-top: 30px
  }

  .rLMS-53-Dashboard .MMM--courseRecordContainer {
    min-height: 245px
  }

  .rLMS-53-Dashboard .nocourses .MMM--w5050 {
    min-height: 300px
  }

  .MMM--heroCarouselContainer .MMM--w70 {
    padding-right: 25px
  }

  .rLMS-54-CourseDetail.rLMS-Common .MMM--w70 {
    width: 63%
  }

  .rLMS-54-CourseDetail .courseDetailsWrapper .MMM--relatedTitleLink {
    display: none
  }

  .rLMS-54-CourseDetail .courseDetailsWrapper .MMM--w70.MMM--padTopMed,
  .rLMS-54-CourseDetail .courseDetailsWrapper .MMM--CourseSchedule {
    padding-top: 25px
  }

  .rLMS-54-CourseDetail .MMM--CourseSchedule {
    width: 275px;
    float: right
  }

  .rLMS-54-CourseDetail .MMM--heroStaticFigure {
    width: 40%
  }

  .rLMS-54-CourseDetail .costContainer,
  .rLMS-54-CourseDetail li.MMM--padBottomMed.MMM--fLeft.MMM--padRightMed {
    padding-bottom: 30px
  }

  .MMM--heroCarouselContainer.rLMS-54-CourseDetail.js-coursedetail {
    width: 56.5555%
  }

  .rC-58-HTML.MMM--contentWrapper .rLrn-50-CourseGrid {
    margin-left: -25px;
    margin-right: -25px
  }

  .rC-58-HTML.MMM--contentWrapper .rLrn-50-FeaturedCourses {
    margin-left: -25px;
    margin-right: -25px
  }

  .rLrn-51-Events .MMM--columnGreyBG {
    margin: 0px 0px 25px 0px;
    padding: 24px 25px 0px 25px
  }

  .rLrn-51-Events .MMM--columnPanel {
    padding: 0 10px
  }

  .rC-58-HTML.MMM--contentWrapper .rLrn-Course {
    margin-left: -25px;
    margin-right: -25px
  }

  .rLrn-Course .MMM--media-element {
    line-height: 145px
  }

  .rLrn-Course .MMM--columnList_cc2 a img,
  .rLrn-Course .MMM--columnList_cc3 a img,
  .rLrn-Course .MMM--columnList_cc4 a img {
    max-height: 145px
  }

  .rLrn-Course .MMM--courseSecured:before {
    margin-top: -35px
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList li.MMM--Drawer-main {
    width: 39%
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList li.MMM--Drawer-main .MMM--lnk-wrapper .MMM--lnk-container {
    margin-left: 0px
  }

  .MMM--Drawer-sub {
    width: 49%
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList .MMM--Drawer-sub li {
    width: 39%;
    float: left;
    padding-top: 0
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList .MMM--Drawer-sub li:nth-child(1),
  .MMM--CategoryNav-Container .MMM--markets .MMM--hList .MMM--Drawer-sub li:nth-child(2) {
    padding-top: 20px
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList li {
    width: 15%;
    margin-right: 1%;
    padding: 20px 8.28% 20px 5px
  }

  .MMM--CategoryNav-Container .MMM--markets .MMM--hList .MMM--Drawer-sub {
    float: left
  }

  .MMM--mkt-icn {
    margin-right: -48px
  }

  .MMM--Drawer-sub .MMM--mkt-icn {
    margin: 0px -20px 0 0
  }

  .MMM--Drawer-sub li:nth-of-type(even) .MMM--mkt-icn {
    margin-right: -28px
  }

  .MMM--CategoryNav-Container .MMM--hList {
    width: 100%
  }

  .MMM--CategoryNav-Container .MMM-CatNav-Drawer {
    width: 98.1%
  }

  .MMM--hdr-lnk {
    width: 35%;
    text-align: right
  }

  .MMM--markets .MMM--hList li:nth-child(-n+4) {
    border-top: 1px solid #d2d2d2
  }

  .MMM--markets .MMM-CatNav-Drawer .MMM--hList li:nth-child(-n+4) {
    border-top: none
  }

  .MMM--lnk-wrapper {
    margin-right: 5px
  }

  .MMM--col4-links-onlyOnDesktop .MMM--lnk-wrapper {
    width: 39%
  }

  .MMM--col4-links-onlyOnDesktop .MMM--Drawer-sub {
    width: 98%;
    margin-top: -10px
  }

  .MMM--CategoryNav-Container .MMM--col4-links-onlyOnDesktop .MMM--hList .MMM--Drawer-sub li {
    width: 19% !important
  }

  .MMM--CategoryNav-Container .MMM--col4-links-onlyOnDesktop .MMM--hList li {
    margin-right: 1% !important;
    padding: 10px 4.14% 10px 5px !important
  }

  .MMM--CategoryNav-Container .MMM--col4-links-onlyOnDesktop .MMM--hList .MMM--Drawer-sub li:nth-child(1),
  .MMM--CategoryNav-Container .MMM--col4-links-onlyOnDesktop .MMM--hList .MMM--Drawer-sub li:nth-child(2),
  .MMM--CategoryNav-Container .MMM--col4-links-onlyOnDesktop .MMM--hList .MMM--Drawer-sub li:nth-child(3),
  .MMM--CategoryNav-Container .MMM--col4-links-onlyOnDesktop .MMM--hList .MMM--Drawer-sub li:nth-child(4) {
    padding-top: 10px !important
  }

  .rSel-54-Locator .js-mapPlaceHolder {
    max-width: 770px
  }

  .rSel-54-Locator .enterAddress {
    padding-top: 25px;
    text-align: center;
    font-size: medium;
    padding-right: 10px
  }

  .rSel-54-Locator .js-zeroResults {
    padding-top: 25px;
    text-align: center;
    font-size: medium;
    color: #FF0000;
    padding-right: 10px
  }

  .rSel-54-Locator .MMM--toolTipContainer {
    left: -50px
  }

  .rSel-54-Locator .MMM--filterBy {
    display: none
  }

  .rSel-54-Locator .MMM--businessResults {
    padding: 10px 10px 15px 10px
  }

  .rSel-54-Locator .MMM--useMyLocation {
    display: none;
    max-width: 24.5%;
    min-width: 17.5%;
    padding: 0 0 0 1.5%;
    width: auto
  }

  .rSel-54-Locator .MMM--useMyLocation label {
    display: inline-block;
    vertical-align: top
  }

  .rSel-54-Locator .MMM--useMyLocation button {
    float: none
  }

  @supports (-webkit-text-stroke: 2px currentColor) or (text-stroke: 2px currentColor) {
    .rSel-54-Locator .MMM--useMyLocation button {
      background-color: transparent;
      right: 10px
    }
  }

  @supports (-webkit-text-stroke: 2px currentColor) or (text-stroke: 2px currentColor) {
    .rSel-54-Locator .MMM--useMyLocation .MMM--icn_location {
      -webkit-text-stroke: 2px #4B4B4B;
      text-stroke: 2px #4B4B4B
    }
  }

  .rSel-54-Locator .MMM--dealerLvl {
    position: absolute;
    top: 20%;
    border-top: 0;
    font-size: 1.125em;
    margin: 15px 0 0 0;
    padding: 0 0 0 15px;
    vertical-align: top;
    border-bottom: none;
    max-width: 65%
  }

  .rSel-54-Locator .MMM--dealerLvlLegend {
    margin: 0 auto 0 40px
  }

  .rSel-54-Locator .MMM--dealerLvlLegend li {
    margin: 5px 15px 5px 20px;
    min-width: auto
  }

  .rSel-54-Locator .MMM--dealerLvlLegend li:not(.MMM--dealerLegendToolTip):nth-child(2n-1) {
    clear: none;
    margin: 5px 15px 5px 10px
  }

  .rSel-54-Locator .MMM--dealerLvlLegend .MMM--dealerLegendToolTip .MMM--legendLabel {
    text-decoration: underline;
    float: left;
    white-space: nowrap;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .rSel-54-Locator .MMM--distanceKey {
    display: none;
    max-width: 375px;
    padding: 0 3% 0 0;
    width: 35.5%
  }

  .rU-50-SocialShare .MMM--share-container {
    right: 14px
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container {
    float: left;
    position: relative;
    left: -15px
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .socialtitle {
    float: left;
    height: 32px;
    width: 32px;
    margin: 0;
    border-right: none;
    background: url('../img/Share_Icon.png') no-repeat
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share ul li {
    padding: 5px 11px;
    float: right;
    margin: 0
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .socialtitle2 {
    float: left
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .shareLast {
    float: left;
    padding: 0px
  }

  .MMM--socialShareList {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--socialShareList>* {
    float: left;
    margin-right: 10px
  }

  .rtl .MMM--socialShareList>* {
    float: right;
    *float: none;
    *display: inline;
    *zoom: 1;
    margin-right: 0px;
    margin-left: 10px
  }

  .MMM--socialShareList {
    display: inline-block;
    *display: inline;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1
  }

  .MMM--socialShareList>* {
    float: left;
    margin: 0 7px
  }

  .rU-50-SocialShare .MMM--share-container {
    width: 60%
  }

  .rU-50-SocialShare .MMM--share-container {
    position: relative;
    float: right;
    right: 0%
  }

  .rU-50-SocialShare .MMM--share {
    background: none;
    *border: 0px;
    border: none;
    min-width: 56px;
    max-width: 336px;
    width: auto;
    z-index: 99;
    height: 42px;
    float: right;
    position: relative;
    margin-top: 0px
  }

  .rU-50-SocialShare .MMM--share .MMM--socialIcn {
    padding-right: 0;
    font-size: 0;
    border-bottom: none
  }

  .rU-50-SocialShare .MMM--share .MMM--socialIcn:before {
    font-size: 32px
  }

  .rU-50-SocialShare .MMM--share .MMM--socialIcn:hover {
    border-bottom: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .socialtitle {
    border: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share ul li {
    padding: 5px 11px;
    float: left;
    margin: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share ul li:last-child {
    border-right: none;
    padding: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .shareLast {
    border-right: none;
    padding: 0
  }

  .rU-50-SocialShare .MMM--moreIcon {
    padding: 5px 11px;
    float: right
  }

  .rU-50-SocialShare a.MMM--moreIcon {
    border: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share ul {
    margin: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .MMM-toprow {
    height: 42px;
    padding: 0;
    float: right
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .socialtitle {
    float: right;
    height: 32px;
    width: 32px;
    margin: 0;
    border-right: none;
    background: url('../img/Share_Icon.png') no-repeat
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .socialtitle_grey {
    background: url('../img/Share_Icon_grey.png') no-repeat
  }

  .rU-50-SocialShare .MMM--share-container .MMM--socialIcn_gen {
    background: url('../img/icon.png') no-repeat
  }

  .rU-50-SocialShare .MMM--share-container .MMM--moreimg {
    display: none;
    text-indent: -9999em;
    background: none;
    height: 0;
    width: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--lessimg {
    display: inline-block;
    text-indent: -9999em;
    background: none;
    height: 0;
    width: 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .MMM--hide {
    display: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .MMM--social {
    display: none
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share .socialtitle2 {
    float: right;
    height: 32px;
    width: 32px;
    margin: 0;
    border-right: none;
    background: none;
    font-size: 32px;
    font-style: normal
  }

  .ru-50-Socialshare .MMM--pageSectionTitle p.MMM--pageTitleDescription {
    margin-top: 40px;
    word-wrap: break-word
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container {
    width: 100%;
    float: left;
    position: relative;
    left: -26px
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .socialtitle {
    float: left;
    height: 32px;
    width: 32px;
    margin: 0;
    border-right: none;
    background: url('../img/Share_Icon.png') no-repeat
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share ul li {
    padding: 5px 11px;
    float: right;
    margin: 0
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .socialtitle2 {
    float: left
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share .shareLast {
    float: left;
    padding: 0px
  }

  .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share {
    background: none;
    *border: 0px;
    border: none;
    min-width: 56px;
    max-width: 336px;
    width: auto;
    z-index: 99;
    height: 42px;
    float: left;
    position: relative
  }

  .rG-57-Columns .rU-50-SocialShare .MMM--share-container .MMM--share {
    margin: 5px 0 0 0
  }

  .rG-54-Stackable .rU-50-SocialShare .MMM--share-container .MMM--share {
    margin: -30px 0 0 0
  }

  .rG-54-Stackable .rU-50-SocialShare .MMM--shareAlignLeft .MMM--share-container .MMM--share {
    margin: 0px 13px
  }

  .rG-68-Titling .rU-50-SocialShare .MMM--share-container .MMM--share {
    margin: 12px 0 0 0
  }

  .rU-50-SocialShare .MMM--share-container .MMM--share {
    margin: 12px 0 0 0
  }

  .rU-50-SocialShare {
    margin-bottom: 0px
  }

  .rU-50-SocialShare .MMM--contentPadded {
    padding: 0
  }

  .rU-50-SocialShare .MMM--share-container {
    width: 60%
  }

  .rW-50-LightBox .MMM--modalContainer-inner {
    height: 550px
  }

  .MMM--toolTipEdit {
    display: block
  }

  .MMM--rW--toolTip-button {
    float: right;
    position: absolute;
    margin-left: 261px
  }
}

@media screen and (min-width: 1440px) {
  .rG-74-ImageGallery .MMM--hdg {
    font-weight: normal;
    font-size: 20px
  }

  .rLMS-51-CourseHero .descContainer {
    width: 65%;
    padding-right: 3em
  }

  .rLMS-51-CourseHero .ctaContainer {
    width: 31.33333%
  }

  .rLMS-53-Dashboard .MMM--w5050 {
    width: 45.5%
  }

  .rLMS-53-Dashboard .MMM--hugeText {
    padding-right: 15%
  }

  .rLMS-54-CourseDetail.rLMS-Common .MMM--w70 {
    width: 72%
  }

  .rLMS-54-CourseDetail .MMM--heroStaticFigure {
    width: 100%
  }

  .MMM--heroCarouselContainer.rLMS-54-CourseDetail.js-coursedetail {
    width: 61%
  }

  .MMM--CategoryNav-Container .MMM-CatNav-Drawer {
    width: 97.6%
  }

  .MMM--Drawer-sub {
    width: 49%
  }

  .MMM--mkt-icn {
    margin-right: -58px
  }

  .MMM--Drawer-sub .MMM--mkt-icn {
    margin-right: -26px
  }

  .MMM--Drawer-sub li:nth-of-type(even) .MMM--mkt-icn {
    margin-right: -40px
  }

  .MMM--markets .MMM--hList li {
    width: 190px
  }

  .MMM--col4-links-onlyOnDesktop .MMM--Drawer-sub {
    width: 98%
  }

  .rSel-54-Locator .js-mapPlaceHolder {
    max-width: calc(100% - 380px)
  }

  .MMM--rW--toolTip-button {
    float: right;
    position: absolute;
    margin-left: 261px
  }
}

@font-face {
  font-family: "Microsoft YaHei";
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "Microsoft YaHei";
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: "Microsoft YaHei";
  font-weight: bold;
  font-style: italic
}

@font-face {
  font-family: "Microsoft YaHei";
  font-weight: normal;
  font-style: italic
}

@font-face {
  font-family: "Microsoft YaHei";
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: "Microsoft YaHei";
  font-weight: 200;
  font-style: italic
}

@media screen and (min-width: 1px) {
  .MMM--themeHdg_1 {
    font-size: 22px;
    line-height: 1.25
  }

  .MMM--hdg {
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg h1,
  .MMM--wysiwyg h1.MMM--hdg_1,
  .MMM--hdg_1 {
    font-size: 28px;
    line-height: 1.25
  }

  .MMM--wysiwyg h2,
  .MMM--hdg_2,
  .MMM--wysiwyg h1.MMM--hdg_2 {
    font-size: 20px;
    line-height: 1.25
  }

  .MMM--wysiwyg h3,
  .MMM--hdg_3,
  .MMM--wysiwyg h1.MMM--hdg_3 {
    font-size: 18px;
    line-height: 1.25;
    text-align: justify;
  }

  .MMM--wysiwyg h4,
  .MMM--hdg_4,
  .MMM--wysiwyg h1.MMM--hdg_4 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--hdg.MMM--hdg_4.MMM--txt_bold {
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg h5,
  .MMM--hdg_5,
  .MMM--wysiwyg h1.MMM--hdg_5 {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--wysiwyg h6,
  .MMM--hdg_6,
  .MMM--wysiwyg h1.MMM--hdg_6 {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--txt_sm_1 {
    font-size: 10px;
    line-height: 1.25
  }

  .MMM--txt_sm_2 {
    font-size: 11px;
    line-height: 1.25
  }

  .MMM--txt_sm_3 {
    font-size: 12px;
    line-height: 1.25
  }

  .MMM--txt_md_1 {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--txt_md_2 {
    font-size: 15px;
    line-height: 1.25
  }

  .MMM--txt_md_3 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--txt_md_4 {
    font-size: 17px;
    line-height: 1.25
  }

  .MMM--txt_md_5 {
    font-size: 18px;
    line-height: 1.25
  }

  .MMM--txt_md_6 {
    font-size: 19px;
    line-height: 1.25
  }

  .MMM--txt_md_7 {
    font-size: 20px;
    line-height: 1.25
  }

  .MMM--txt_md_8 {
    font-size: 21px;
    line-height: 1.25
  }

  .MMM--txt_md_9 {
    font-size: 22px;
    line-height: 1.25
  }

  .MMM--txt_md_10 {
    font-size: 23px;
    line-height: 1.25
  }

  .MMM--txt_md_11 {
    font-size: 24px;
    line-height: 1.25
  }

  .MMM--txt_lrg_1 {
    font-size: 25px;
    line-height: 1.25
  }

  .MMM--txt_lrg_2 {
    font-size: 26px;
    line-height: 1.25
  }

  .MMM--txt_lrg_3 {
    font-size: 27px;
    line-height: 1.25
  }

  .MMM--txt_lrg_4 {
    font-size: 28px;
    line-height: 1.25
  }

  .MMM--txt_lrg_5 {
    font-size: 29px;
    line-height: 1.25
  }

  .MMM--txt_lrg_6 {
    font-size: 30px;
    line-height: 1.25
  }

  .MMM--txt_lrg_7 {
    font-size: 31px;
    line-height: 1.25
  }

  .MMM--txt_lrg_8 {
    font-size: 32px;
    line-height: 1.25
  }

  .MMM--txt_lrg_9 {
    font-size: 33px;
    line-height: 1.25
  }

  .MMM--txt_hug_1 {
    font-size: 34px;
    line-height: 1.25
  }

  .MMM--txt_hug_2 {
    font-size: 42px;
    line-height: 1.25
  }

  .MMM--wysiwyg .MMM--flx_hdg_1,
  .MMM--flx_hdg_1 {
    font-size: 24px;
    line-height: 1.25
  }

  .MMM--wysiwyg .MMM--flx_hdg_3,
  .MMM--flx_hdg_3 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--wysiwyg .MMM--flx_hdg_6,
  .MMM--flx_hdg_6 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--flx_sm_3 {
    font-size: 12px;
    line-height: 1.25
  }

  .MMM--flx_md_1 {
    font-size: 14px
  }

  .MMM--flx_md_2 {
    font-size: 16px
  }

  .MMM--flx_md_3 {
    font-size: 18px
  }

  .MMM--largeMessage-txt {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25
  }

  .MMM--heroMessage-txt {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.25
  }
}

@media screen and (min-width: 768px) {

  .MMM--bodyCopy.MMM--wysiwyg,
  .MMM--wysiwyg.MMM--bodyCopy {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--wysiwyg h1.MMM--bodyCopy {
    font-size: 14px;
    line-height: 1.25;
    font-weight: normal
  }

  .MMM--themeHdg_1 {
    font-size: 24px
  }

  .MMM--wysiwyg .MMM--hdg,
  .MMM--hdg {
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg .mix-MMM--hdg_normal {
    font-weight: normal
  }

  .MMM--wysiwyg h1,
  .MMM--wysiwyg h1.MMM--hdg_1,
  .MMM--hdg_1 {
    font-size: 30px;
    line-height: 1.25
  }

  .MMM--wysiwyg h2,
  .MMM--hdg_2,
  .MMM--wysiwyg h1.MMM--hdg_2 {
    font-size: 22px;
    line-height: 1.25
  }

  .MMM--wysiwyg h3,
  .MMM--hdg_3,
  .MMM--wysiwyg h1.MMM--hdg_3 {
    font-size: 20px;
    line-height: 1.25
  }

  .MMM--wysiwyg h4,
  .MMM--hdg_4,
  .MMM--wysiwyg h1.MMM--hdg_4 {
    font-size: 18px;
    line-height: 1.25
  }

  .MMM--hdg.MMM--hdg_4.MMM--txt_bold {
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold
  }

  .MMM--wysiwyg h5,
  .MMM--hdg_5,
  .MMM--wysiwyg h1.MMM--hdg_5 {
    font-size: 16px;
    line-height: 1.25
  }

  .MMM--wysiwyg h6,
  .MMM--hdg_6,
  .MMM--wysiwyg h1.MMM--hdg_6 {
    font-size: 14px;
    line-height: 1.25
  }

  .MMM--hdg_btnMobile {
    display: block;
    position: relative;
    line-height: 1.25;
    padding: 15px 0 15px 15px
  }

  .rtl .MMM--hdg_btnMobile {
    padding-left: 0;
    padding-right: 15px
  }

  .MMM--hdg_btnMobile:hover {
    text-decoration: none;
    color: #030303
  }

  .MMM--hdg_btnMobile_sub {
    background-color: #eeeeee;
    padding-left: 71px
  }

  .MMM--hdg_btnMobile:before {
    content: '\e055';
    display: inline-block;
    font-size: 20px;
    margin-right: 17px
  }

  .rtl .MMM--hdg_btnMobile:before {
    margin-left: 17px
  }

  .MMM--hdg_btnMobile_closed:before {
    content: '\e055';
    color: #030303
  }

  .MMM--isActive>.MMM--hdg_btnMobile_closed:before,
  .MMM--hdg_btnMobile_closed.MMM--isActive:before,
  .MMM--contentToggle-trigger.MMM--isActive>.MMM--hdg_btnMobile_closed:before {
    content: '\e04f';
    color: #ff0000;
    padding-left: 1px
  }

  .MMM--wysiwyg .MMM--subHdg,
  .MMM--subHdg {
    font-size: 17px;
    margin-bottom: .75em;
    color: #4b4b4b
  }

  .MMM--pageTitleDescription {
    font-size: 18px;
    color: #838383
  }

  .MMM--IntroText {
    font-size: 14px
  }

  .mix-MMM--hdg_normal {
    font-weight: normal;
    font-style: normal
  }

  .mix-MMM--hdg_spaced {
    margin-bottom: .75em
  }

  .mix-MMM--hdg_smallSpaced {
    margin-bottom: .5em
  }

  .mix-MMM--hdg_lightGrey {
    color: #4b4b4b
  }

  .mix-MMM--hdg_mediumGrey {
    color: #555555
  }

  .mix-MMM--hdg_dark {
    color: #000000
  }

  .MMM--wysiwyg .MMM--flx_hdg_1,
  .MMM--flx_hdg_1 {
    font-size: 36px
  }

  .MMM--wysiwyg .MMM--flx_hdg_3,
  .MMM--flx_hdg_3 {
    font-size: 20px
  }

  .MMM--wysiwyg .MMM--flx_hdg_6,
  .MMM--flx_hdg_6 {
    font-size: 14px
  }

  .MMM--flx_sm_3 {
    font-size: 10px
  }

  .MMM--flx_md_1 {
    font-size: 12px
  }

  .MMM--flx_md_2 {
    font-size: 14px
  }

  .MMM--flx_md_3 {
    font-size: 16px
  }

  .MMM--heroMessage-txt {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.25
  }

  .MMM--largeMessage-txt {
    font-weight: bold;
    font-size: 42px;
    line-height: 1.25
  }
}

@media screen and (min-width: 960px) {
  .MMM--flx_md_1 {
    font-size: 12px
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Microsoft YaHei"
}

@media screen and (min-width: 960px) {
  .MMM--isOnMobile {
    display: none !important
  }

  .MMM--isOnTablet {
    display: none !important
  }

  .MMM--isOnDesktop:before,
  .MMM--isOnDesktop:after {
    display: none !important
  }

  .MMM--isOnMobile:before,
  .MMM--isOnMobile:after {
    display: none !important
  }

  .MMM--isOnTablet:before,
  .MMM--isOnTablet:after {
    display: none !important
  }
}

.lotusError {
  display: none
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .MMM--isOnMobile {
    display: none !important
  }

  .MMM--isNotOnTablet {
    display: none !important
  }

  .MMM--isOnDesktop {
    display: none !important
  }

  .MMM--isOnDesktop:before,
  .MMM--isOnDesktop:after {
    display: none !important
  }
}

@media screen and (max-width: 767px) {
  .MMM--isNotOnMobile {
    display: none !important
  }

  .MMM--isOnTablet {
    display: none !important
  }

  .MMM--isOnDesktop {
    display: none !important
  }
}

.MMM--bodyCopy a:hover {
  color: #FFF;
  background-color: #2BA3A2;
  border: 1px solid #2BA3A2;
}

/*# sourceMappingURL=phoenix.css.map */