/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./source/free-trials/free-trials-gateway.scss ***!
  \**************************************************************************************************************************************/
/**************************************/
/*********  A-Z List Panel    *********/
/**************************************/
.wp-a-z-list {
  background-color: #fff;
  padding: 60px 0px 45px 0px;
}

.wp-a-z-list .wp-title {
  font-weight: 300;
  margin-bottom: 30px !important;
  font-size: 30px;
  color: #444;
}

.wp-a-z-list .wp-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.wp-a-z-list .wp-list-container {
  /*
  display: -ms-flexbox;    
  display: -webkit-flex;   
  display: flex; 
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  */
  position: relative;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow: hidden;
  /*padding: 0px 30px;*/
  -moz-column-count: 4;
  -moz-column-gap: 30px;
  -webkit-column-count: 4;
  -webkit-column-gap: 30px;
  column-count: 4;
  column-gap: 30px;
  margin-top: 12px;
}

.wp-a-z-list .wp-list-container .wp-link-item {
  /*
  width: calc(25% - 12px);
  flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  display: inline-block;
  display: -ms-flexbox;    
  display: -webkit-flex;   
  display: flex; 
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  */
  width: 100%;
  margin-right: 12px;
  padding: 0px 0px 8px 0px;
  border-bottom: 1px solid #dadada;
  display: inline-block;
  margin: 0px 0px 8px 0px;
}

.wp-a-z-list .wp-list-container .wp-link-item a.wp-link,
.wp-a-z-list .wp-list-container .wp-link-item a.wp-link:visited,
.wp-a-z-list .wp-list-container .wp-link-item a.wp-link:hover {
  border: none !important;
  text-decoration: none;
  color: #666 !important;
  font-weight: 500 !important;
  font-size: 14px;
}

.wp-a-z-list .wp-list-container .wp-link-item a.wp-link:hover {
  border: none !important;
  text-decoration: none;
  color: #666 !important;
  font-weight: 700 !important;
}

.wp-a-z-list .wp-list-container > .wp-link-item.wp-no-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.wp-a-z-list .wp-subtitle {
  font-weight: 700;
  color: #000;
  font-size: 21px;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.wp-a-z-list .wp-product-set.wp-show .wp-subtitle .icon-hide {
  padding-right: 6px;
  visibility: visible;
}

.wp-a-z-list .wp-product-set .wp-subtitle .icon-hide {
  padding-right: 6px;
  visibility: hidden;
  position: absolute;
  top: 2px;
  left: 0px;
}

.wp-a-z-list .wp-product-set.wp-show .wp-subtitle .icon-show {
  visibility: hidden;
}

.wp-a-z-list .wp-product-set .wp-subtitle .icon-show {
  visibility: visible;
  position: absolute;
  top: 2px;
  left: 0px;
}

.wp-a-z-list .wp-product-set {
  padding-bottom: 0px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
}

.wp-a-z-list .wp-product-set.wp-show .wp-list-container {
  max-height: 7000px !important;
  display: inline-block;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.wp-a-z-list .wp-product-set .wp-list-container {
  max-height: 0px;
}

.wp-a-z-list .wp-additional {
  margin: 30px 0px 0px 0px;
}

.wp-a-z-list .wp-additional p {
  font-size: 14px;
  margin: 2px 0px;
  float: left;
  padding-right: 12px;
  color: #222;
  font-weight: 700;
}

.wp-a-z-list .wp-additional a {
  color: #444;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  .wp-a-z-list .wp-list-container {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 40.063em) {
  .wp-a-z-list .wp-list-container .wp-link-item {
    width: 100%;
  }
  .wp-a-z-list .wp-list-container {
    /*padding: 0px 0px 0px 30px;*/
  }
  .wp-a-z-list {
    padding: 40px 0px 50px 0px;
  }
  .wp-a-z-list .wp-list-container {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
}
.wp-align {
  padding: 0px 20px;
}

/**********************************/
/*********  FAQ Panel    *********/
/*********************************/
.wp-faq-title {
  color: #3c3c3c;
}

.wp-faq-accordion {
  margin-top: 30px;
  border-bottom: solid 1px #999;
}

.wp-faq-question {
  margin: 12px 0;
  border-top: solid 1px #999;
}

.wp-faq-question h3 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.10526316;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #3c3c3c;
}

.wp-faq-answer {
  margin: 8px 0 10px 28px;
  max-width: 800px;
}

.wp-faq-answer p {
  margin: 0px 0px 1em 0px;
  color: #3c3c3c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}

.wp-faq-accordion table {
  padding-top: 10px;
  cursor: pointer;
}

.wp-faq-accordion table td {
  vertical-align: top;
}

.wp-faq-accordion table td:first-of-type {
  width: 24px;
}

.wp-faq-accordion table td svg {
  stroke: #444;
}

.wp-faq-accordion table td span {
  color: #3c3c3c;
}

.wp-faq-accordion table td span:not([class*=accordion-heading]) {
  font-weight: 700;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.28571429;
}

.wp-faq-accordion table td h2 {
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.19047619;
  color: #2a2a2a;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Autodesk-Icon-Font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e60a";
}

.icon-login:before {
  content: "\e60d";
}

.icon-search:before {
  content: "\e610";
}

.icon-menu:before {
  content: "\e60e";
}

.icon-close-circle:before {
  content: "\e605";
}

.icon-arrow-dropdown-up:before {
  content: "\e602";
}

.icon-arrow-dropdown:before {
  content: "\e603";
}

.icon-arrow-down:before {
  content: "\e604";
}

.icon-arrow-up:before {
  content: "\e606";
}

.icon-close:before {
  content: "\e607";
}

.icon-hide:before {
  content: "\e609";
}

.icon-show:before {
  content: "\e612";
}

.icon-info:before {
  content: "\e60b";
}

.icon-jump-link:before {
  content: "\e60c";
}

.icon-play:before {
  content: "\e60f";
}

.icon-tip:before {
  content: "\e613";
}

.icon-external:before {
  content: "\e617";
}

.icon-fullscreen:before {
  content: "\e616";
}

.icon-share:before {
  content: "\e611";
}

.icon-view:before {
  content: "\e614";
}

.icon-arrow-cta:before {
  content: "\e608";
}

.icon-arrow-button:before {
  content: "\e615";
}

.icon-button-dropdown:before {
  content: "\e618";
}

.icon-button-download:before {
  content: "\e619";
}

.icon-facebook:before {
  content: "\e61a";
}

.icon-youtube:before {
  content: "\e61b";
}

.icon-twitter:before {
  content: "\e61c";
}

.icon-tumblr:before {
  content: "\e61d";
}

.icon-pinterest:before {
  content: "\e61e";
}

.icon-instagram:before {
  content: "\e61f";
}

.icon-googleplus:before {
  content: "\e620";
}

.icon-linkedin:before {
  content: "\e625";
}

.icon-email:before {
  content: "\e621";
}

.icon-blog:before {
  content: "\e622";
}

.icon-lock:before {
  content: "\e600";
}

.icon-pencil:before {
  content: "\e601";
}

.icon-alert:before {
  content: "\e623";
}

.icon-download:before {
  content: "\e624";
}

.icon-check:before {
  content: "\e626";
}

.icon-comments:before {
  content: "\e627";
}

.icon-image-carousel-arrow-right:before {
  content: "\e628";
}

.icon-show-thick:before {
  content: "\e63c";
}

.icon-image-carousel-arrow-left:before {
  content: "\e629";
}

.icon-user-profile:before {
  content: "\e62a";
}

.icon-file-upload-drag:before {
  content: "\e62b";
}

.icon-return:before {
  content: "\e62c";
}

.icon-cta-go-arrow-circle:before {
  content: "\e62d";
}

.icon-circle:before {
  content: "\e62e";
}

.icon-circle-o:before {
  content: "\e62f";
}

.icon-circle-o-thin:before {
  content: "\e630";
}

.icon-square:before {
  content: "\e631";
}

.icon-square-o:before {
  content: "\e632";
}

.icon-square-o-thin:before {
  content: "\e633";
}

.icon-triangle:before {
  content: "\e634";
}

.icon-triangle-o:before {
  content: "\e635";
}

.icon-triangle-o-thin:before {
  content: "\e636";
}

.icon-square-rounded:before {
  content: "\e637";
}

.icon-square-rounded-o:before {
  content: "\e638";
}

.icon-square-rounded-o-thin:before {
  content: "\e639";
}

.icon-cta-go-arrow:before {
  content: "\e63a";
}

.icon-alert-exclamation:before {
  content: "\e63b";
}

.icon-close-thick:before {
  content: "\e63d";
}

.icon-hide-thick:before {
  content: "\e63e";
}

.icon-education-students:before {
  content: "\e63f";
}

.icon-globe-international:before {
  content: "\e640";
}

.icon-cloud:before {
  content: "\e641";
}

.icon-sign-in:before {
  content: "\e642";
}

.icon-sign-out:before {
  content: "\e643";
}

.icon-target-audience:before {
  content: "\e644";
}

.icon-class-materials:before {
  content: "\e645";
}

.icon-filter:before {
  content: "\e646";
}

.icon-description:before {
  content: "\e647";
}

.icon-key-learning:before {
  content: "\e648";
}

.icon-pdf-file:before {
  content: "\e649";
}

.icon-ppt-file:before {
  content: "\e64a";
}

.icon-zip-file:before {
  content: "\e64b";
}

.icon-plus-thick:before {
  content: "\e64c";
}

.icon-three-circle-triangle:before {
  content: "\e64d";
}

.icon-transcript-outline:before {
  content: "\e900";
}

.icon-transcript-solid:before {
  content: "\e901";
}

.icon-cart-bubble:before {
  content: "\e902";
}

.icon-cart:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e904";
}

.icon-xing:before {
  content: "\e905";
}

.icon-cloud-filled:before {
  content: "\e906";
}

.icon-mac:before {
  content: "\e907";
}

.icon-windows:before {
  content: "\e908";
}

/* Navigation bar item padding */
/*
 * Corporate colors
 *
 */
/*
 * Theme Color Codes
 *
 */
/*
 * Theme Hover Color Codes
 *
 */
/* Navigation shared values */
/* Autocomplete dropdown shared values */
.global-utility-bar .wd-navigation-bar .wd-sso-menu-link:first-child {
  padding-top: 12px;
  padding-bottom: 4px;
}

.global-utility-bar .wd-navigation-bar .wd-sso-menu-link:last-child {
  padding-top: 4px;
  padding-bottom: 12px;
}

.global-utility-bar .wd-navigation-bar .wd-sso-menu-link:only-child {
  padding-top: 12px;
  padding-bottom: 12px;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-svg,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-svg {
  vertical-align: middle;
  width: 21px;
  height: 21px;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-caret,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-caret {
  font-size: 11px;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-title,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-title {
  border-bottom: 1px solid #dadada;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-trigger,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-trigger {
  padding: 0 6px;
}

@media only screen and (min-width: 40.063em) {
  .global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-trigger,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-trigger {
    padding: 0 12px;
  }
}
.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-trigger.visibility-visible,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-trigger.visibility-visible {
  background-color: #eee;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-trigger.visibility-visible .icon-svg-arrow-dropdown,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-trigger.visibility-visible .icon-svg-arrow-dropdown {
  display: none;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-trigger.visibility-hidden .icon-svg-arrow-dropdown-up,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-trigger.visibility-hidden .icon-svg-arrow-dropdown-up {
  display: none;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-trigger img,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-trigger img {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-popup,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-popup {
  background-color: #eee;
  border: 1px solid #dadada;
  list-style: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-popup a,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-popup a {
  color: #666;
  font-weight: bold;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-popup svg,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-popup svg {
  color: #999;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 22px;
  height: 22px;
}

@media only screen and (min-width: 64.063em) {
  .global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-container,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-container {
    position: relative;
  }
  .global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-container:before,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-container:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #eee;
    z-index: 2;
    pointer-events: none;
  }
  .global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-popup,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-popup {
    width: 282px;
    right: -1px;
  }
}
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-svg {
  color: #0696d7;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-caret {
  display: inline-block;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-caret .icon-svg-arrow-dropdown-up {
  color: #0696d7;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-text {
  display: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 40.063em) {
  .global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-text {
    display: block;
  }
}
.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-svg,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-caret {
  display: inline-block;
}

@media only screen and (min-width: 40.063em) {
  .global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-svg,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-caret {
    display: none;
  }
}
.global-utility-bar .wd-navigation-bar .wd-sso-container a {
  text-transform: none;
}

.global-utility-bar .wd-navigation-bar .wd-sso-container a.hide {
  display: none;
}

.global-utility-bar .wd-navigation-bar .wd-sso-container .wd-sso-signed-in-menu-popup a:hover {
  background-color: transparent;
}

/* Navigation bar item padding */
/*
 * Corporate colors
 *
 */
/*
 * Theme Color Codes
 *
 */
/*
 * Theme Hover Color Codes
 *
 */
/* Navigation shared values */
/* Autocomplete dropdown shared values */
.global-utility-bar .wd-navigation-bar .navigation-bar-search input::-webkit-input-placeholder {
  text-transform: uppercase;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search input:-moz-placeholder {
  text-transform: uppercase;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search input::-moz-placeholder {
  text-transform: uppercase;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search input:-ms-input-placeholder {
  text-transform: uppercase;
}

@media only screen and (min-width: 64.063em) {
  .global-utility-bar .wd-navigation-bar .navigation-bar-search {
    padding: 0 12px;
  }
}
.global-utility-bar .wd-navigation-bar .navigation-bar-search #cq-site-search {
  position: relative;
  display: inline-block;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search #cq-site-search-mobile .autocomplete-items {
  width: auto;
  top: 100%;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search .autocomplete-items {
  position: absolute;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  z-index: 99;
  top: 92%;
  left: 0;
  right: 0;
  width: 514px;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search .autocomplete-items.visible {
  display: block;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search .autocomplete-items.hidden {
  display: none;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search .autocomplete-items div {
  padding: 5px 11px;
  cursor: pointer;
  background-color: #ffffff;
  font-family: "Artifakt Element";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #3c3c3c;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search .autocomplete-items div:last-child {
  margin-bottom: 20px;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search .autocomplete-items div:hover {
  background-color: #eeeeee;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search .autocomplete-items div .selected {
  font-weight: 700;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search .autocomplete-active {
  background-color: #eeeeee !important;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search #cq-site-search-target-mobile {
  z-index: 10;
  position: absolute;
  top: 13px;
  right: 15px;
  width: 34px;
  height: 34px;
  pointer-events: all;
  cursor: pointer;
  background-color: transparent;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search svg {
  width: 14px;
  height: 34px;
  fill: currentColor;
  vertical-align: middle;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search svg.icon-search {
  width: 21px;
  height: 21px;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search svg.icon {
  color: #999;
  position: absolute;
  right: 8px;
  line-height: 30px;
  top: -1px;
  cursor: pointer;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search input {
  width: 156px;
  padding: 0.3em 0.25em 0.3em 0.65em;
  font-family: "Artifakt Element";
  height: 26px;
  font-size: 14px;
  line-height: initial;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search-inline {
  position: relative;
  display: none;
  line-height: 32px;
}

@media only screen and (min-width: 64.063em) {
  .global-utility-bar .wd-navigation-bar .navigation-bar-search-inline {
    display: inline-block;
  }
}
.global-utility-bar .wd-navigation-bar .navigation-bar-search-small-trigger {
  color: #4d4d4d;
  padding: 0 6px;
}

@media only screen and (min-width: 40.063em) {
  .global-utility-bar .wd-navigation-bar .navigation-bar-search-small-trigger {
    padding: 0 12px;
  }
}
.global-utility-bar .wd-navigation-bar .navigation-bar-search-small-trigger:hover {
  color: #006eaf;
}

@media only screen and (min-width: 64.063em) {
  .global-utility-bar .wd-navigation-bar .navigation-bar-search-small-trigger {
    display: none;
  }
}
.global-utility-bar .wd-navigation-bar .navigation-bar-search-small-trigger.visibility-visible {
  background: #eee;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search-small-target {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  background-color: #eee;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search-small-target input {
  padding: 0.3em 0.25em 0.3em 0.65em;
  width: 100%;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search-small-target svg {
  margin-top: -4px;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-search-small-target-container {
  position: relative;
}

/*
 * Corporate colors
 *
 */
/*
 * Theme Color Codes
 *
 */
/*
 * Theme Hover Color Codes
 *
 */
/* Navigation shared values */
/* Autocomplete dropdown shared values */
/* Navigation bar item padding */
@media only screen and (min-width: 64.063em) {
  .global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-container {
    position: relative;
  }
}
.global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-container .navigation-sign-out-container {
  display: inline-block;
}

@media only screen and (min-width: 64.063em) {
  .global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-container .navigation-sign-out-container {
    position: relative;
  }
  .global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-container .navigation-sign-out-container::before {
    content: "";
    position: absolute;
    background-color: #dadada;
    width: 1px;
    bottom: 10px;
    top: 10px;
    left: 0;
  }
}
.global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-link {
  display: inline-block;
  color: #4d4d4d;
  padding: 0 6px;
}

@media only screen and (min-width: 40.063em) {
  .global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-link {
    padding: 0 12px;
  }
}
.global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-link:hover {
  background-color: #eee;
  color: #006eaf;
}

@media only screen and (min-width: 64.063em) {
  .global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-link:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #eee;
    z-index: 2;
  }
}
.global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-link.visibility-visible {
  background: #eee;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-link span {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-link span {
    display: block;
  }
}
.global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-link > svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  vertical-align: middle;
}

@media only screen and (min-width: 64.063em) {
  .global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-link > svg {
    display: none;
  }
}
.global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-popup {
  background: #eee;
  border-bottom: 1px solid #dadada;
  left: 0;
  list-style: none;
  padding: 1em;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 64.063em) {
  .global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-popup {
    border: 1px solid #dadada;
    left: auto;
    min-width: 320px;
    right: -1px;
  }
}
.global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-popup svg {
  color: #bbb;
  display: inline-block;
  fill: currentColor;
  height: 20px;
  width: 20px;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-popup-item {
  border: none;
  margin-bottom: 8px;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-popup-item:last-child {
  border-top: 1px solid #dadada;
  margin-bottom: 0;
  margin-top: 12px;
  padding-top: 12px;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-popup-item-link {
  text-transform: none;
  outline: none;
  padding: 0;
  color: #888;
}

.global-utility-bar .wd-navigation-bar .navigation-bar-sign-in-popup-item-link:hover {
  color: #0696d7;
}

/*
 * @deprecated begins
 * @todo: to be removed after navigation content is migrated to use components
 */
.global-utility-bar .sign-in-modal {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 1em;
  border-bottom: 1px solid #ccc;
  background: #eee;
  margin: -1px 0 0 0;
  list-style: none;
  z-index: 5;
}

@media only screen and (min-width: 64.063em) {
  .global-utility-bar .sign-in-modal {
    border-top: 1px solid #ccc;
  }
}
.global-utility-bar li.sign-in-li .sign-in-modal a {
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}

.global-utility-bar .sign-in-modal li {
  border-right: none;
  line-height: 32px;
}

.global-utility-bar .sign-in-modal li a {
  text-transform: none;
}

.global-utility-bar .sign-in-modal li:last-child {
  border-top: 1px solid #dadada;
  margin-top: 13px;
  margin-top: 1.3rem;
  padding-top: 13px;
  padding-top: 1.3rem;
}

.global-utility-bar .sign-in-modal .icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #bbb;
  vertical-align: middle;
}

.global-utility-bar .sign-in-modal li a {
  display: inline-block;
}

.global-utility-bar .sign-in-li a.visibility-visible {
  background: #eee;
  position: relative;
  z-index: 6;
}

.global-utility-bar .sign-in-modal.visibility-target-hidden {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .global-utility-bar .sign-in-li {
    position: relative;
  }
  .global-utility-bar .sign-in-modal {
    right: -1px;
    left: auto;
    min-width: 320px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .global-utility-bar .toggle-sign-in .icon {
    display: none;
  }
  .global-utility-bar .sign-out-li .icon {
    display: none;
  }
}
/*
 * @deprecated ends
 */
/* Navigation bar item padding */
/*
 * Corporate colors
 *
 */
/*
 * Theme Color Codes
 *
 */
/*
 * Theme Hover Color Codes
 *
 */
/* Navigation shared values */
/* Autocomplete dropdown shared values */
.global-utility-bar .wd-navigation-bar .wd-sso-menu-link:first-child {
  padding-top: 12px;
  padding-bottom: 4px;
}

.global-utility-bar .wd-navigation-bar .wd-sso-menu-link:last-child {
  padding-top: 4px;
  padding-bottom: 12px;
}

.global-utility-bar .wd-navigation-bar .wd-sso-menu-link:only-child {
  padding-top: 12px;
  padding-bottom: 12px;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-svg,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-svg {
  vertical-align: middle;
  width: 21px;
  height: 21px;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-caret,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-caret {
  font-size: 11px;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-title,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-title {
  border-bottom: 1px solid #dadada;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-trigger,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-trigger {
  padding: 0 6px;
}

@media only screen and (min-width: 40.063em) {
  .global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-trigger,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-trigger {
    padding: 0 12px;
  }
}
.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-trigger.visibility-visible,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-trigger.visibility-visible {
  background-color: #eee;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-trigger.visibility-visible .icon-svg-arrow-dropdown,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-trigger.visibility-visible .icon-svg-arrow-dropdown {
  display: none;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-trigger.visibility-hidden .icon-svg-arrow-dropdown-up,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-trigger.visibility-hidden .icon-svg-arrow-dropdown-up {
  display: none;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-trigger img,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-trigger img {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-popup,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-popup {
  background-color: #eee;
  border: 1px solid #dadada;
  list-style: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-popup a,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-popup a {
  color: #666;
  font-weight: bold;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-popup svg,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-popup svg {
  color: #999;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 22px;
  height: 22px;
}

@media only screen and (min-width: 64.063em) {
  .global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-container,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-container {
    position: relative;
  }
  .global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-container:before,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-container:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #eee;
    z-index: 2;
    pointer-events: none;
  }
  .global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-popup,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-popup {
    width: 282px;
    right: -1px;
  }
}
.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-svg {
  color: #0696d7;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-caret {
  display: inline-block;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-in-menu-caret .icon-svg-arrow-dropdown-up {
  color: #0696d7;
}

.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-text {
  display: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 40.063em) {
  .global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-text {
    display: block;
  }
}
.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-svg,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-caret {
  display: inline-block;
}

@media only screen and (min-width: 40.063em) {
  .global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-svg,
.global-utility-bar .wd-navigation-bar .wd-sso-signed-out-menu-caret {
    display: none;
  }
}
.global-utility-bar .wd-navigation-bar .wd-sso-container a {
  text-transform: none;
}

.global-utility-bar .wd-navigation-bar .wd-sso-container a.hide {
  display: none;
}

.global-utility-bar .wd-navigation-bar .wd-sso-container .wd-sso-signed-in-menu-popup a:hover {
  background-color: transparent;
}

/*
 * Corporate colors
 *
 */
/*
 * Theme Color Codes
 *
 */
/*
 * Theme Hover Color Codes
 *
 */
/* Navigation shared values */
/* Autocomplete dropdown shared values */
.global-utility-bar .wd-navigation-bar .geo-navigation {
  display: inline-block;
  vertical-align: top;
}

.global-utility-bar .wd-navigation-bar .geo-navigation > ul {
  display: inline-block;
}

.global-utility-bar .wd-navigation-bar .geo-navigation li {
  border: none !important;
  list-style: none;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-site-selector {
  color: #4d4d4d;
  padding: 0 12px;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-site-selector:hover {
  color: #006eaf;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-site-selector:hover .icon-svg-globe-international {
  color: #006eaf;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-site-selector svg {
  width: 21px;
  height: 21px;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-site-selector .icon-svg-globe-international {
  color: #666666;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container {
  background: #fff;
  position: absolute;
  z-index: 20;
  right: 0;
  left: 0;
  width: 95%;
  padding: 1rem 32px 1rem 1rem;
  margin: 0.1rem auto auto auto;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container span {
  display: none;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container svg {
  width: 19px;
  height: 19px;
  color: #0696d7;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container svg.icon-svg-popup-arrow {
  width: 22px;
  height: 22px;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container a[class^=geo-navigation-popup-] {
  text-transform: none;
  border-bottom: 0px;
  color: #444;
  line-height: 1.36em;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container a[class^=geo-navigation-popup-]:hover {
  background-color: #fff;
  color: #444;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container-close {
  border: 0;
  height: 11px;
  position: absolute;
  right: 18px;
  top: 5px;
  width: 11px;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container-close svg {
  color: #888;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-content p {
  line-height: 1.6em;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-local-message {
  font-size: 1.14em;
  line-height: 1.42em;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container-dark {
  background-color: #555;
  color: #ccc;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container-dark svg,
.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container-dark a {
  color: #ffffff !important;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container-dark a[class^=geo-navigation-popup-]:hover {
  background-color: #555;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-popup-container-dark .geo-navigation-popup-content p {
  border-color: #666;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-loading-spinner {
  display: none;
  left: 50%;
  top: 50%;
}

.global-utility-bar .wd-navigation-bar .geo-navigation-loading-spinner.modal-content-open {
  display: block;
  position: fixed;
}

@media only screen and (min-width: 40.063em) {
  .global-utility-bar .wd-navigation-bar .geo-navigation-popup-container {
    left: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .global-utility-bar .wd-navigation-bar .geo-navigation {
    position: relative;
  }
  .global-utility-bar .wd-navigation-bar .geo-navigation-popup-container {
    width: 500px;
    left: auto;
  }
}
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78em;
  min-width: 20em;
  *zoom: 1;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .grid-column,
.row.collapse > .grid-columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.grid-column,
.grid-columns {
  position: relative;
  padding-left: 0em;
  padding-right: 0em;
  width: 100%;
  float: left;
}

@media only screen {
  @-ms-viewport {
    width: device-width;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .grid-column,
.grid-columns {
    position: relative;
    padding-left: 0em;
    padding-right: 0em;
    float: left;
  }
  .small-1 {
    position: relative;
    width: 8.33333%;
  }
  .small-2 {
    position: relative;
    width: 16.66667%;
  }
  .small-3 {
    position: relative;
    width: 25%;
  }
  .small-4 {
    position: relative;
    width: 33.33333%;
  }
  .small-5 {
    position: relative;
    width: 41.66667%;
  }
  .small-6 {
    position: relative;
    width: 50%;
  }
  .small-7 {
    position: relative;
    width: 58.33333%;
  }
  .small-8 {
    position: relative;
    width: 66.66667%;
  }
  .small-9 {
    position: relative;
    width: 75%;
  }
  .small-10 {
    position: relative;
    width: 83.33333%;
  }
  .small-11 {
    position: relative;
    width: 91.66667%;
  }
  .small-12 {
    position: relative;
    width: 100%;
  }
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*=grid-column] + [class*=grid-column]:last-child {
    float: right;
  }
  [class*=grid-column] + [class*=grid-column].end {
    float: left;
  }
  .grid-column.small-centered,
.grid-columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .grid-column.small-uncentered,
.grid-columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .grid-column.small-uncentered.opposite,
.grid-columns.small-uncentered.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .grid-column,
.grid-columns {
    position: relative;
    padding-left: 0em;
    padding-right: 0em;
    float: left;
  }
  .medium-1 {
    position: relative;
    width: 8.33333%;
  }
  .medium-2 {
    position: relative;
    width: 16.66667%;
  }
  .medium-3 {
    position: relative;
    width: 25%;
  }
  .medium-4 {
    position: relative;
    width: 33.33333%;
  }
  .medium-5 {
    position: relative;
    width: 41.66667%;
  }
  .medium-6 {
    position: relative;
    width: 50%;
  }
  .medium-7 {
    position: relative;
    width: 58.33333%;
  }
  .medium-8 {
    position: relative;
    width: 66.66667%;
  }
  .medium-9 {
    position: relative;
    width: 75%;
  }
  .medium-10 {
    position: relative;
    width: 83.33333%;
  }
  .medium-11 {
    position: relative;
    width: 91.66667%;
  }
  .medium-12 {
    position: relative;
    width: 100%;
  }
  .medium-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .medium-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .medium-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .medium-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*=grid-column] + [class*=grid-column]:last-child {
    float: right;
  }
  [class*=grid-column] + [class*=grid-column].end {
    float: left;
  }
  .grid-column.medium-centered,
.grid-columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .grid-column.medium-uncentered,
.grid-columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .grid-column.medium-uncentered.opposite,
.grid-columns.medium-uncentered.opposite {
    float: right !important;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .grid-column,
.grid-columns {
    position: relative;
    padding-left: 0em;
    padding-right: 0em;
    float: left;
  }
  .large-1 {
    position: relative;
    width: 8.33333%;
  }
  .large-2 {
    position: relative;
    width: 16.66667%;
  }
  .large-3 {
    position: relative;
    width: 25%;
  }
  .large-4 {
    position: relative;
    width: 33.33333%;
  }
  .large-5 {
    position: relative;
    width: 41.66667%;
  }
  .large-6 {
    position: relative;
    width: 50%;
  }
  .large-7 {
    position: relative;
    width: 58.33333%;
  }
  .large-8 {
    position: relative;
    width: 66.66667%;
  }
  .large-9 {
    position: relative;
    width: 75%;
  }
  .large-10 {
    position: relative;
    width: 83.33333%;
  }
  .large-11 {
    position: relative;
    width: 91.66667%;
  }
  .large-12 {
    position: relative;
    width: 100%;
  }
  .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*=grid-column] + [class*=grid-column]:last-child {
    float: right;
  }
  [class*=grid-column] + [class*=grid-column].end {
    float: left;
  }
  .grid-column.large-centered,
.grid-columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .grid-column.large-uncentered,
.grid-columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .grid-column.large-uncentered.opposite,
.grid-columns.large-uncentered.opposite {
    float: right !important;
  }
}
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 0;
  *zoom: 1;
}

[class*=block-grid-]:before,
[class*=block-grid-]:after {
  content: " ";
  display: table;
}

[class*=block-grid-]:after {
  clear: both;
}

[class*=block-grid-] > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0;
  }
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0;
  }
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0;
  }
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0;
  }
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0;
  }
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0;
  }
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0;
  }
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0;
  }
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0;
  }
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0;
  }
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0;
  }
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0;
  }
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 100%;
    padding: 0;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only {
  display: inherit !important;
}

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only {
  display: none !important;
}

/* Specific visibility for tables */
table.show-for-small,
table.show-for-small-only,
table.show-for-medium-down,
table.show-for-large-down,
table.hide-for-medium,
table.hide-for-medium-up,
table.hide-for-medium-only,
table.hide-for-large,
table.hide-for-large-up,
table.hide-for-large-only {
  display: table;
}

thead.show-for-small,
thead.show-for-small-only,
thead.show-for-medium-down,
thead.show-for-large-down,
thead.hide-for-medium,
thead.hide-for-medium-up,
thead.hide-for-medium-only,
thead.hide-for-large,
thead.hide-for-large-up,
thead.hide-for-large-only {
  display: table-header-group !important;
}

tbody.show-for-small,
tbody.show-for-small-only,
tbody.show-for-medium-down,
tbody.show-for-large-down,
tbody.hide-for-medium,
tbody.hide-for-medium-up,
tbody.hide-for-medium-only,
tbody.hide-for-large,
tbody.hide-for-large-up,
tbody.hide-for-large-only {
  display: table-row-group !important;
}

tr.show-for-small,
tr.show-for-small-only,
tr.show-for-medium-down,
tr.show-for-large-down,
tr.hide-for-medium,
tr.hide-for-medium-up,
tr.hide-for-medium-only,
tr.hide-for-large,
tr.hide-for-large-up,
tr.hide-for-large-only {
  display: table-row !important;
}

td.show-for-small,
td.show-for-small-only,
td.show-for-medium-down td.show-for-large-down,
td.hide-for-medium,
td.hide-for-medium-up,
td.hide-for-large,
td.hide-for-large-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up {
  display: table-cell !important;
}

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  .hide-for-small,
.hide-for-small-only,
.show-for-medium,
.show-for-medium-down,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only {
    display: inherit !important;
  }
  .show-for-small,
.show-for-small-only,
.hide-for-medium,
.hide-for-medium-down,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.hide-for-small,
table.hide-for-small-only,
table.show-for-medium,
table.show-for-medium-down,
table.show-for-medium-up,
table.show-for-medium-only,
table.hide-for-large,
table.hide-for-large-up,
table.hide-for-large-only {
    display: table;
  }
  thead.hide-for-small,
thead.hide-for-small-only,
thead.show-for-medium,
thead.show-for-medium-down,
thead.show-for-medium-up,
thead.show-for-medium-only,
thead.hide-for-large,
thead.hide-for-large-up,
thead.hide-for-large-only {
    display: table-header-group !important;
  }
  tbody.hide-for-small,
tbody.hide-for-small-only,
tbody.show-for-medium,
tbody.show-for-medium-down,
tbody.show-for-medium-up,
tbody.show-for-medium-only,
tbody.hide-for-large,
tbody.hide-for-large-up,
tbody.hide-for-large-only {
    display: table-row-group !important;
  }
  tr.hide-for-small,
tr.hide-for-small-only,
tr.show-for-medium,
tr.show-for-medium-down,
tr.show-for-medium-up,
tr.show-for-medium-only,
tr.hide-for-large,
tr.hide-for-large-up,
tr.hide-for-large-only {
    display: table-row !important;
  }
  td.hide-for-small,
td.hide-for-small-only,
td.show-for-medium,
td.show-for-medium-down,
td.show-for-medium-up,
td.show-for-medium-only,
td.hide-for-large,
td.hide-for-large-up,
td.hide-for-large-only,
th.hide-for-small,
th.hide-for-small-only,
th.show-for-medium,
th.show-for-medium-down,
th.show-for-medium-up,
th.show-for-medium-only,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-large-only {
    display: table-cell !important;
  }
}
/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
  .hide-for-small,
.hide-for-small-only,
.hide-for-medium,
.hide-for-medium-down,
.hide-for-medium-only,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-large-only {
    display: inherit !important;
  }
  .show-for-small-only,
.show-for-medium,
.show-for-medium-down,
.show-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.hide-for-small,
table.hide-for-small-only,
table.hide-for-medium,
table.hide-for-medium-down,
table.hide-for-medium-only,
table.show-for-medium-up,
table.show-for-large,
table.show-for-large-up,
table.show-for-large-only {
    display: table;
  }
  thead.hide-for-small,
thead.hide-for-small-only,
thead.hide-for-medium,
thead.hide-for-medium-down,
thead.hide-for-medium-only,
thead.show-for-medium-up,
thead.show-for-large,
thead.show-for-large-up,
thead.show-for-large-only {
    display: table-header-group !important;
  }
  tbody.hide-for-small,
tbody.hide-for-small-only,
tbody.hide-for-medium,
tbody.hide-for-medium-down,
tbody.hide-for-medium-only,
tbody.show-for-medium-up,
tbody.show-for-large,
tbody.show-for-large-up,
tbody.show-for-large-only {
    display: table-row-group !important;
  }
  tr.hide-for-small,
tr.hide-for-small-only,
tr.hide-for-medium,
tr.hide-for-medium-down,
tr.hide-for-medium-only,
tr.show-for-medium-up,
tr.show-for-large,
tr.show-for-large-up,
tr.show-for-large-only {
    display: table-row !important;
  }
  td.hide-for-small,
td.hide-for-small-only,
td.hide-for-medium,
td.hide-for-medium-down,
td.hide-for-medium-only,
td.show-for-medium-up,
td.show-for-large,
td.show-for-large-up,
td.show-for-large-only,
th.hide-for-small,
th.hide-for-small-only,
th.hide-for-medium,
th.hide-for-medium-down,
th.hide-for-medium-only,
th.show-for-medium-up,
th.show-for-large,
th.show-for-large-up,
th.show-for-large-only {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  .hide-for-small,
.hide-for-small-only,
.hide-for-medium,
.hide-for-medium-down,
.hide-for-medium-only,
.show-for-medium-up,
.show-for-large-up {
    display: inherit !important;
  }
  .show-for-small-only,
.show-for-medium,
.show-for-medium-down,
.show-for-medium-only,
.show-for-large,
.show-for-large-only,
.show-for-large-down {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.hide-for-small,
table.hide-for-small-only,
table.hide-for-medium,
table.hide-for-medium-down,
table.hide-for-medium-only,
table.show-for-medium-up,
table.show-for-large-up {
    display: table;
  }
  thead.hide-for-small,
thead.hide-for-small-only,
thead.hide-for-medium,
thead.hide-for-medium-down,
thead.hide-for-medium-only,
thead.show-for-medium-up,
thead.show-for-large-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small,
tbody.hide-for-small-only,
tbody.hide-for-medium,
tbody.hide-for-medium-down,
tbody.hide-for-medium-only,
tbody.show-for-medium-up,
tbody.show-for-large-up {
    display: table-row-group !important;
  }
  tr.hide-for-small,
tr.hide-for-small-only,
tr.hide-for-medium,
tr.hide-for-medium-down,
tr.hide-for-medium-only,
tr.show-for-medium-up,
tr.show-for-large-up {
    display: table-row !important;
  }
  td.hide-for-small,
td.hide-for-small-only,
td.hide-for-medium,
td.hide-for-medium-down,
td.hide-for-medium-only,
td.show-for-medium-up,
td.show-for-large-up,
th.hide-for-small,
th.hide-for-small-only,
th.hide-for-medium,
th.hide-for-medium-down,
th.hide-for-medium-only,
th.show-for-medium-up,
th.show-for-large-up {
    display: table-cell !important;
  }
}
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  .hide-for-small,
.hide-for-small-only,
.hide-for-medium,
.hide-for-medium-down,
.hide-for-medium-only,
.show-for-medium-up,
.show-for-large-up {
    display: inherit !important;
  }
  .show-for-small-only,
.show-for-medium,
.show-for-medium-down,
.show-for-medium-only,
.show-for-large,
.show-for-large-only,
.show-for-large-down {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.hide-for-small,
table.hide-for-small-only,
table.hide-for-medium,
table.hide-for-medium-down,
table.hide-for-medium-only,
table.show-for-medium-up,
table.show-for-large-up {
    display: table;
  }
  thead.hide-for-small,
thead.hide-for-small-only,
thead.hide-for-medium,
thead.hide-for-medium-down,
thead.hide-for-medium-only,
thead.show-for-medium-up,
thead.show-for-large-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small,
tbody.hide-for-small-only,
tbody.hide-for-medium,
tbody.hide-for-medium-down,
tbody.hide-for-medium-only,
tbody.show-for-medium-up,
tbody.show-for-large-up {
    display: table-row-group !important;
  }
  tr.hide-for-small,
tr.hide-for-small-only,
tr.hide-for-medium,
tr.hide-for-medium-down,
tr.hide-for-medium-only,
tr.show-for-medium-up,
tr.show-for-large-up {
    display: table-row !important;
  }
  td.hide-for-small,
td.hide-for-small-only,
td.hide-for-medium,
td.hide-for-medium-down,
td.hide-for-medium-only,
td.show-for-medium-up,
td.show-for-large-up,
th.hide-for-small,
th.hide-for-small-only,
th.hide-for-medium,
th.hide-for-medium-down,
th.hide-for-medium-only,
th.show-for-medium-up,
th.show-for-large-up {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.show-for-landscape,
table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape,
thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape,
tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape,
tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape,
td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.show-for-portrait,
table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait,
thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait,
tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait,
tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait,
td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

.pln {
  color: #000;
}

@media screen {
  .str {
    color: #080;
  }
  .kwd {
    color: #008;
  }
  .com {
    color: #800;
  }
  .typ {
    color: #606;
  }
  .lit {
    color: #066;
  }
  .pun, .opn, .clo {
    color: #660;
  }
  .tag {
    color: #008;
  }
  .atn {
    color: #606;
  }
  .atv {
    color: #080;
  }
  .dec, .var {
    color: #606;
  }
  .fun {
    color: red;
  }
}
@media print, projection {
  .str {
    color: #060;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #044;
  }
  .pun, .opn, .clo {
    color: #440;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #404;
  }
  .atv {
    color: #060;
  }
}
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888;
}

ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

li.L1, li.L3, li.L5, li.L7, li.L9 {
  background: #eee;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 * Corporate colors
 *
 */
/*
 * Theme Color Codes
 *
 */
/*
 * Theme Hover Color Codes
 *
 */
/* Navigation shared values */
/* Autocomplete dropdown shared values */
/* Navigation bar item padding */
/* ==========================================================================
   Autodesk.org border styles - Generates a recursive collection of borders
   ========================================================================== */
.wd-btw-1,
.wd-btw-1-sm {
  border-color: #999;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
}

.wd-btw-1-md,
.wd-btw-1-lg {
  border-color: #999;
  border-style: solid;
  border-width: 0;
  border-top-width: 0;
}

@media only screen and (min-width: 40.063em) {
  .wd-btw-1-sm {
    border-top-width: 0;
  }
  .wd-btw-1-md {
    border-top-width: 1px;
  }
}
@media only screen and (min-width: 64.063em) {
  .wd-btw-1-md {
    border-top-width: 0;
  }
  .wd-btw-1-lg {
    border-top-width: 1px;
  }
}
.wd-bbw-1,
.wd-bbw-1-sm {
  border-color: #999;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}

.wd-bbw-1-md,
.wd-bbw-1-lg {
  border-color: #999;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 0;
}

@media only screen and (min-width: 40.063em) {
  .wd-bbw-1-sm {
    border-bottom-width: 0;
  }
  .wd-bbw-1-md {
    border-bottom-width: 1px;
  }
}
@media only screen and (min-width: 64.063em) {
  .wd-bbw-1-md {
    border-bottom-width: 0;
  }
  .wd-bbw-1-lg {
    border-bottom-width: 1px;
  }
}
.wd-brw-1,
.wd-brw-1-sm {
  border-color: #999;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
}

.wd-brw-1-md,
.wd-brw-1-lg {
  border-color: #999;
  border-style: solid;
  border-width: 0;
  border-right-width: 0;
}

@media only screen and (min-width: 40.063em) {
  .wd-brw-1-sm {
    border-right-width: 0;
  }
  .wd-brw-1-md {
    border-right-width: 1px;
  }
}
@media only screen and (min-width: 64.063em) {
  .wd-brw-1-md {
    border-right-width: 0;
  }
  .wd-brw-1-lg {
    border-right-width: 1px;
  }
}
.wd-blw-1,
.wd-blw-1-sm {
  border-color: #999;
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
}

.wd-blw-1-md,
.wd-blw-1-lg {
  border-color: #999;
  border-style: solid;
  border-width: 0;
  border-left-width: 0;
}

@media only screen and (min-width: 40.063em) {
  .wd-blw-1-sm {
    border-left-width: 0;
  }
  .wd-blw-1-md {
    border-left-width: 1px;
  }
}
@media only screen and (min-width: 64.063em) {
  .wd-blw-1-md {
    border-left-width: 0;
  }
  .wd-blw-1-lg {
    border-left-width: 1px;
  }
}
.wd-baw-1,
.wd-baw-1-sm {
  border-color: #999;
  border-style: solid;
  border-width: 0;
  border-width: 1px;
}

.wd-baw-1-md,
.wd-baw-1-lg {
  border-color: #999;
  border-style: solid;
  border-width: 0;
  border-width: 0;
}

@media only screen and (min-width: 40.063em) {
  .wd-baw-1-sm {
    border-width: 0;
  }
  .wd-baw-1-md {
    border-width: 1px;
  }
}
@media only screen and (min-width: 64.063em) {
  .wd-baw-1-md {
    border-width: 0;
  }
  .wd-baw-1-lg {
    border-width: 1px;
  }
}
.wd-bt-0 {
  border-top: 0;
}

.wd-bb-0 {
  border-bottom: 0;
}

.wd-br-0 {
  border-right: 0;
}

.wd-bl-0 {
  border-left: 0;
}

.wd-ba-0 {
  border: 0;
}

.wd-bs-dashed {
  border-style: dashed;
}

.wd-bs-dotted {
  border-style: dotted;
}

/* Border colors */
.wd-bc-very-light-grey {
  border-color: #cccccc;
}

/* Very Light Grey */
.wd-bc-smoke {
  border-color: #dadada;
}

/* Smoke */
.wd-bc-white-smoke,
.wd-bc-eeeeee {
  border-color: #eeeeee;
}

/* ==========================================================================
   Normalize-extension: Redefines HTML tags
   ========================================================================== */
html {
  font-family: Calibri, Arial, sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #666;
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

video {
  width: 100%;
}

table {
  width: 100%;
}

/* ==========================================================================
   OOCSS: An alphabetical collection of common, modular styles
   ========================================================================== */
.wd-display-block {
  display: block;
}

.wd-display-inline-block {
  display: inline-block;
}

.wd-display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wd-flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wd-overflow-hidden {
  overflow: hidden;
}

.wd-cursor-pointer {
  cursor: pointer;
}

.wd-fixed-ratio {
  background: rgba(255, 255, 255, 0.5);
  height: 0;
  overflow: hidden;
  position: relative;
}

.wd-fixed-ratio-100 {
  padding-bottom: 100%;
}

.wd-fixed-ratio-75 {
  padding-bottom: 75%;
}

.wd-fixed-ratio-66 {
  padding-bottom: 66%;
}

.wd-fixed-ratio-5625 {
  padding-bottom: 56.25%;
}

.wd-fixed-ratio-50 {
  padding-bottom: 50%;
}

.wd-centered-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.wd-centered {
  margin: 0 auto;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wd-position-relative {
  position: relative;
}

.wd-no-outline {
  outline: 0 !important;
}

img.wd-centered {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

/*
 * Left offset classes
 */
.wd-left-minus-0 {
  left: 0px;
  width: calc(0px + 100%);
}

.wd-left-minus-2 {
  left: -2px;
  width: calc(2px + 100%);
}

.wd-left-minus-4 {
  left: -4px;
  width: calc(4px + 100%);
}

.wd-left-minus-6 {
  left: -6px;
  width: calc(6px + 100%);
}

.wd-left-minus-8 {
  left: -8px;
  width: calc(8px + 100%);
}

.wd-left-minus-10 {
  left: -10px;
  width: calc(10px + 100%);
}

.wd-left-minus-12 {
  left: -12px;
  width: calc(12px + 100%);
}

.wd-left-minus-16 {
  left: -16px;
  width: calc(16px + 100%);
}

.wd-left-minus-20 {
  left: -20px;
  width: calc(20px + 100%);
}

.wd-left-minus-24 {
  left: -24px;
  width: calc(24px + 100%);
}

.wd-left-minus-32 {
  left: -32px;
  width: calc(32px + 100%);
}

.wd-left-minus-48 {
  left: -48px;
  width: calc(48px + 100%);
}

.wd-left-minus-64 {
  left: -64px;
  width: calc(64px + 100%);
}

/* ==========================================================================
   Typography structure - Shared typographic styles
   ========================================================================== */
/*
 * Font weight
 */
.wd-bold {
  font-weight: 700;
}

.wd-normal {
  font-weight: 400;
}

.wd-light {
  font-weight: 300;
}

.wd-italic {
  font-style: italic;
}

/*
 * Font faces
 */
.wd-font-artifakt {
  font-face: "Artifakt";
}

.wd-font-artifakt-legend {
  font-family: "Artifakt Legend";
}

.wd-font-artifakt-element {
  font-family: "Artifakt Element";
}

/*
 * Standard font colors
 */
.wd-color-black {
  color: #000;
}

.wd-color-gray-20 {
  color: #333;
}

.wd-color-gray-25 {
  color: #444;
}

.wd-color-gray-40 {
  color: #666;
}

.wd-color-gray-50 {
  color: #7f7f7f;
}

.wd-color-gray-60 {
  color: #999;
}

.wd-color-gray-75 {
  color: #bfbfbf;
  fill: #bfbfbf;
}

.wd-color-gray-80 {
  color: #ccc;
}

.wd-color-white {
  color: #fff;
}

.wd-color-red {
  color: #ff3300;
}

.wd-color-adsk-blue {
  color: #0696d7;
}

/*
 * Standard font sizes
 */
.wd-font-12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.wd-font-14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
}

.wd-font-16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}

.wd-font-19 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.10526316;
}

.wd-font-21 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.19047619;
}

.wd-font-22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.13636364;
}

.wd-font-24 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.125;
}

.wd-font-30 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.13333333;
}

.wd-font-34 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.0625;
}

.wd-font-35 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.0625;
}

.wd-font-40 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.15;
}

.wd-font-45 {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.11111111;
}

.wd-font-50 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.12;
}

.wd-font-60 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.1;
}

/*
 * Lists
 */
.wd-inline-list > li {
  display: inline-block;
  vertical-align: top;
}

.wd-list-style-type-none {
  list-style-type: none;
}

.wd-list-style-type-disc {
  list-style-type: disc;
}

/*
 * Text modifiers
 */
.wd-uppercase {
  text-transform: uppercase;
}

.wd-strikethrough {
  text-decoration: line-through;
}

.wd-no-underline {
  text-decoration: none;
}

.wd-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wd-word-break {
  word-break: break-all;
}

/* Text alignment */
.wd-vam,
.wd-vertical-align-middle {
  vertical-align: middle;
}

.wd-tar,
.wd-text-align-right {
  text-align: right;
}

.wd-tal,
.wd-text-align-left {
  text-align: left;
}

.wd-tac,
.wd-text-align-center {
  text-align: center;
}

.wd-nw,
.wd-no-wrap {
  white-space: nowrap;
}

.wd-form--text-input--label {
  color: #222;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.wd-form--text-input input {
  background: #fff;
  border: solid 1px #ddd;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: inherit;
  padding: 0.5em;
  width: 100%;
  -webkit-transition: border 0.4s ease-out;
  -moz-transition: border 0.4s ease-out;
  -ms-transition: border 0.4s ease-out;
  -o-transition: border 0.4s ease-out;
  transition: border 0.4s ease-out;
}

.wd-form--text-input--error {
  color: #dd2222;
  opacity: 0;
  font-weight: bold;
  margin-top: 6px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.wd-form--text-input-error-state input {
  border: solid 1px #dd2222;
}

.wd-form--text-input-error-state .wd-form--text-input--error {
  opacity: 1;
}

.wd-form--radio-input input {
  vertical-align: baseline;
  margin-right: 0.5em;
}

.wd-form--radio-input span {
  vertical-align: middle;
  display: inline-block;
}

.wd-form--select {
  width: 100%;
  height: 36px;
  background: #fff;
  border: 1px solid #ddd;
}

.video-overlay {
  height: auto;
  width: auto;
  border: 0;
  margin: 0;
  padding: 0;
}

.video-thumbnail {
  z-index: 2;
  cursor: pointer;
}

.video-container {
  position: relative;
}

.video-element {
  z-index: 3;
  object-fit: initial;
}

/* ==========================================================================
   Generic Background Styles, to be applied to boxes, columns, etc.
   ========================================================================== */
/* Solid background colours*/
.wd-bg-white {
  background: #fff;
}

/* White */
.wd-bg-white-smoke {
  background: #eee;
}

/* White Smoke */
.wd-bg-very-light-grey {
  background: #ccc;
}

/* Very Light Grey */
.wd-bg-dim-grey {
  background: #666;
}

/* Dim Gray */
.wd-bg-charcoal {
  background: #444;
}

/* Charcoal */
.wd-bg-pacific-blue {
  background: #0696d7;
}

/* Pacific Blue */
.wd-bg-alice-blue {
  background: #E8F8FD;
}

/* Alice Blue */
.wd-bg-lily-white {
  background: #F7F9F8;
}

/* Lily White */
.wd-bg-mist-grey {
  background: #B3B7A5;
}

/* Mist Grey */
.wd-bg-star-dust {
  background: #A1A49B;
}

/* Star Dust */
.wd-bg-mantis {
  background: #87BC40;
}

/* Mantis */
.wd-bg-shamrock {
  background: #32BCAD;
}

/* Shamrock */
.wd-bg-denim {
  background: #1858A8;
}

/* Denim */
.wd-bg-racing-green {
  background: #005E30;
}

/* British Racing Green */
.wd-bg-surfie-green {
  background: #007272;
}

/* Surfie Green */
.wd-bg-transparent-grey {
  background: rgba(221, 221, 221, 0.75);
}

/* Gainsboro - 0.75 opacity */
.wd-bg-white-smoke-pale {
  background: #f5f5f5;
}

/* White Smoke */
.wd-bg-gainsboro {
  background: #ddd;
}

/* Gainsboro */
/* Gradient backgrounds */
.wd-bg-gradient-1 {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5f5f5, GradientType=0);
  /* IE6-9 */
}

.wd-bg-gradient-2 {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5, endColorstr=#eeeeee, GradientType=0);
  /* IE6-9 */
}

.wd-bg-gradient-3 {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee, GradientType=0);
  /* IE6-9 */
}

.wd-bg-gradient-4 {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dddddd, GradientType=0);
  /* IE6-9 */
}

/* Drop shadows */
.wd-shadow-white-smoke {
  box-shadow: 5px 5px 0 #eee;
}

.wd-shadow-very-light-grey {
  box-shadow: 5px 5px 0 #ccc;
}

.wd-shadow-dark-grey {
  box-shadow: 5px 5px 0 #aaa;
}

.wd-shadow-dim-grey {
  box-shadow: 5px 5px 0 #666;
}

.wd-shadow-charcoal {
  box-shadow: 5px 5px 0 #444;
}

.wd-shadow-nero {
  box-shadow: 5px 5px 0 #222;
}

/* ==========================================================================
   Basic styles for the accordion component
   ========================================================================== */
.accordion-heading [class^=icon-svg-] {
  fill: currentColor;
}

.accordion-heading.accordion-visibility-visible .accordion-heading-icon-visible {
  display: inline-block;
}

.accordion-heading.accordion-visibility-visible .accordion-heading-icon-hidden {
  display: none;
}

.accordion-heading.accordion-visibility-hidden .accordion-heading-icon-visible {
  display: none;
}

.accordion-heading.accordion-visibility-hidden .accordion-heading-icon-hidden {
  display: inline-block;
}

.accordion-target {
  display: none;
}

.accordion-target.accordion-visibility-target-visible {
  display: block;
}

.cssicon-star-five {
  display: block;
  color: #f90;
  margin-left: -2px;
  width: 16px;
  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -ms-transform: scale(0.15);
  -o-transform: scale(0.15);
  transform: scale(0.15);
}

.cssicon-star-five i {
  display: inline-block;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-bottom: 30px solid;
  transform: rotate(35deg);
}

.cssicon-star-five i:before {
  position: absolute;
  top: -20px;
  left: -28px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 30px solid;
  transform: rotate(-35deg);
  content: "";
}

.cssicon-star-five i:after {
  position: absolute;
  top: 0px;
  left: -50px;
  border-right: 50px solid transparent;
  border-left: 45px solid transparent;
  border-bottom: 30px solid;
  transform: rotate(-66deg);
  content: "";
}

/* ==========================================================================
   A tool to visualize grid columns on screen
   ========================================================================== */
#grid-overlay {
  background-color: transparent;
  display: none;
  left: 50%;
  height: 100%;
  margin: 0 auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 100;
}

#grid-overlay svg {
  width: 100%;
  height: 100%;
}

#grid-overlay line {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1;
}

#grid-overlay line:first-child,
#grid-overlay line:last-child {
  stroke: #000000;
  stroke-width: 2;
}

#grid-overlay .note {
  position: absolute;
  background: #f90;
  color: rgba(255, 255, 255, 0.75);
  padding: 0.5em 1em;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0.25em;
  top: 0.5em;
  left: 0.5em;
  margin: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border: 1px #fff solid;
}

#grid-overlay .note strong {
  background: #f00;
  border: 1px white solid;
  display: inline-block;
  padding: 0.25em;
  border-radius: 0.25em;
  color: #fff;
}

/* Stacked Icons */
.wd-icon-stack {
  position: relative;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.wd-icon-stack-inner,
.wd-icon-stack-outer {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.wd-icon-stack-inner {
  line-height: inherit;
  font-size: 0.75em;
}

.wd-icon-stack-outer {
  font-size: 1.25em;
}

.wd-lightbox-container {
  position: fixed;
  z-index: 30;
  display: none;
  left: 50%;
  width: 90%;
  height: 90%;
  top: 5%;
}

.wd-lightbox-container.modal-content-open {
  display: block;
}

.wd-lightbox-innercontainer {
  position: relative;
  left: -50%;
  overflow: auto;
  height: 100%;
}

.wd-lightbox-closebutton {
  position: absolute;
  top: 10px;
  text-decoration: none;
  left: 50%;
  margin-left: -35px;
  width: 21px;
  height: 21px;
}

/*
 * Social Share component styles
 */
.social-share a {
  border-bottom: none;
}

.social-share-toggle {
  display: none;
}

.social-share-label {
  display: none;
}

.social-share-toggle-label,
.social-share-toggle-icon {
  display: inline-block;
}

.social-share-link [class*=icon-] {
  display: inline-block;
}

.social-share-content {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-share-link {
  display: inline-block;
}

.social-share-collapsible {
  position: relative;
  display: inline-block;
}

.social-share-collapsible .social-share-link {
  display: block;
}

.social-share-collapsible .social-share-toggle {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #666;
  margin: 0;
  overflow: auto;
}

.social-share-collapsible .social-share-content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}

.social-share-collapsible .social-share-content.social-share-visibility-target-hidden {
  display: none;
}

.tabs-navigation {
  overflow: hidden;
  position: relative;
}

.tabs-navigation ul {
  margin: 32px 0 0 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.tabs-navigation ul li {
  vertical-align: bottom;
  margin-right: -4px;
}

.tabs-navigation ul li a {
  border: #ccc 1px solid;
  display: block;
  padding: 16px;
  text-decoration: none;
  outline: 0;
}

.tabs-navigation ul li a.active {
  font-weight: bold;
}

.reseller-affiliate.wd-modal {
  z-index: 1100;
}

.reseller-affiliate.wd-ts-base .wd-cta {
  min-width: initial;
}

.reseller-affiliate .wd-modal--window--body h2 {
  color: #666666;
}

.reseller-affiliate .row {
  min-width: initial;
}

.reseller-affiliate-logo-frame {
  width: 182px;
  height: auto;
  display: flex;
  align-items: center;
  margin: auto;
}

@media only screen and (min-width: 40.063em) {
  .reseller-affiliate-logo-frame {
    margin: 0px;
  }
}
.reseller-affiliate a.js-cancel-offer {
  border: 0px;
}

.reseller-affiliate h5 {
  text-transform: none;
}

.reseller-affiliate-banner {
  background-color: #006eaf;
  background-image: linear-gradient(94deg, #006eaf, #006eaf 53%, #0696d7 100%);
  padding: 14px 20px;
}

.reseller-affiliate-banner.hide {
  display: none;
}

.reseller-affiliate-banner.shown {
  display: block;
}

.reseller-affiliate-banner--wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Artifakt Element", "Artifakt", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #fff;
}

.reseller-affiliate-banner .reseller-affiliate-expert-elite {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  line-height: 19px;
}

.reseller-affiliate-banner .reseller-affiliate-expert-elite .expert-elite-text {
  font-weight: 300;
}

.reseller-affiliate-banner .expert-elite-seperator {
  display: none;
}

.reseller-affiliate-banner .reseller-affiliate-logo-frame {
  display: none;
}

.wp-title-overridden {
  margin-top: 120px !important;
}

@media only screen and (min-width: 40.063em) {
  .reseller-affiliate-banner {
    height: 90px;
    padding: 0px;
  }
  .reseller-affiliate-banner--wrapper {
    max-width: 1248px;
    margin: auto;
    height: 90px;
    padding: 16px;
  }
  .reseller-affiliate-banner.has-logo .reseller-affiliate-logo-frame {
    width: auto;
    height: 100%;
    display: block;
    position: relative;
    margin-left: 26px;
    padding: 0px 32px;
    display: flex;
    align-items: center;
  }
  .reseller-affiliate-banner.has-logo .reseller-affiliate-logo-frame::before {
    content: "";
    background-color: #fff;
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: -16px;
    left: 0px;
    bottom: -16px;
    right: 0px;
    transform: skewX(-24deg);
  }
  .reseller-affiliate-banner.has-logo .reseller-affiliate-logo-frame .reseller-affiliate-logo {
    transform: translate3d(0, 0, 0);
    max-height: 70px;
    max-width: 125px;
    object-fit: scale-down;
  }
  .reseller-affiliate-banner .reseller-affiliate-expert-elite {
    display: block;
    line-height: 24px;
  }
  .reseller-affiliate-banner.has-logo .reseller-affiliate-expert-elite {
    margin-left: 36px;
  }
  .reseller-affiliate-banner .expert-elite-seperator {
    display: inline;
    margin: 0px 12px;
  }
}
/* default styles for small screens */
.sino-interstitial.wd-modal {
  z-index: 1100;
}

.sino-interstitial.wd-ts-base .wd-cta {
  min-width: initial;
  width: 100%;
}

.sino-interstitial-logo-frame {
  width: 182px;
  height: auto;
  display: flex;
  align-items: center;
  margin: auto;
}

.sino-interstitial h5 {
  text-transform: none;
}

.sino-interstitial .sino-interstitial-close-modal [class^=icon-svg-],
.sino-interstitial [class*=" icon-svg-"] {
  height: 1.83em;
}

.sino-interstitial a:focus,
.sino-interstitial button:focus {
  outline: none;
}

.sino-interstitial .row {
  min-width: 0;
}

.sino-interstitial button.sino-interstitial-cta {
  cursor: pointer;
  min-width: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.6rem;
  line-height: 3.1rem;
  max-width: 30rem;
}

.sino-interstitial .js-agree-button .icon-svg-arrow-button {
  vertical-align: middle;
  padding-bottom: 0.3rem;
}

/* specific overrides for medium/large screens */
@media only screen and (min-width: 40.063em), only screen and (min-width: 64.063em) {
  .sino-interstitial-logo-frame {
    margin: 0px;
  }
  .sino-interstitial .row {
    min-width: initial;
  }
}
/*
NOTE: This CSS was moved from the flyout container flyout-container.less file in
autodeskwdecommerce62. The reason for this was so that we could make the vertical
spacing fixes in this CSS the standard way of vertically centering popups in general

See tech debt ticket: https://jira.autodesk.com/browse/WPE-4958
 */
.flyout-container .wd-c2c-modal .wd-modal--window--header {
  flex-shrink: 0;
}

.flyout-container .wd-c2c-modal .wd-modal--window--header .c2c-hide-modal [class^=icon-svg-],
.flyout-container .wd-c2c-modal .wd-modal--window--header [class*=" icon-svg-"] {
  height: 1.83em;
}

.flyout-container .wd-c2c-modal .wd-modal--window--header a:focus,
.flyout-container .wd-c2c-modal .wd-modal--window--header button:focus {
  outline: none;
}

.flyout-container .wd-c2c-modal .wd-modal--window--body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 75vh;
}

@media only screen and (min-width: 40.063em) {
  .flyout-container .wd-c2c-modal {
    justify-content: center;
    flex-direction: column;
  }
  .flyout-container .wd-c2c-modal .wd-modal--window {
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .flyout-container .wd-c2c-modal .wd-modal--window--body {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 64.063em) {
  .flyout-container .wd-c2c-modal.flexible {
    display: flex;
  }
}
#onesignal-popover-container #onesignal-popover-dialog #normal-popover {
  font-family: "Artifakt Element", "Artifakt", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#onesignal-popover-container #onesignal-popover-dialog #normal-popover .popover-button.primary {
  background-color: #0696D7 !important;
  border-radius: 0;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}

#onesignal-popover-container #onesignal-popover-dialog #normal-popover .popover-button.primary:hover {
  background-color: #0582ba !important;
}

#onesignal-popover-container #onesignal-popover-dialog #normal-popover #onesignal-popover-cancel-button {
  color: #444 !important;
  position: relative;
  text-transform: unset;
  border-bottom: 1px dashed #777;
  padding: 0px;
  margin: 6px 32px 6px 16px;
}

#onesignal-popover-container #onesignal-popover-dialog #normal-popover #onesignal-popover-cancel-button:hover {
  border-bottom-style: solid;
}

#onesignal-popover-container #onesignal-popover-dialog #normal-popover .popover-body-message {
  color: #3C3C3C !important;
}

#onesignal-popover-container #onesignal-popover-dialog #normal-popover .popover-button {
  padding: 6px 16px;
  font-weight: 700;
  letter-spacing: unset;
  font-size: 16px;
}

/* **************** Edited Text for Diff comparisons *************** */
/* -----|-----|-----|-----|-----|-----|-----|----- */
ins.textAdded {
  color: #696;
  background: #cfc;
  padding: 2px 3px;
  text-decoration: none;
}

del.textRemoved {
  color: #966;
  background: #fcc;
  padding: 2px 3px;
}

.wp-button-container .wd-button.wp-outline.wd-font-14.wd-button-responsive.wd-uppercase span {
  font-size: 14px;
  font-weight: 700;
  width: auto;
  text-align: left;
}

.wp-title-buy-online {
  font-family: ArtifaktLegend;
  font-weight: 800;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 1.2;
}

.wp-title, .wp-faq-title {
  font-family: ArtifaktLegend;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.2;
}

@media only screen and (min-width: 64.063em) {
  .footer-content .wp-footer-fat .xlarge-block-grid-1 > li {
    clear: both;
    width: 100%;
  }
}
.local-navigation .nav-link {
  font-size: 16px;
  font-size: 1.6rem;
}

.wp-clickable {
  cursor: pointer;
}

.wp-align {
  padding: 0px 20px;
}

span.pds-replacer-regular-price.wd-strikethrough {
  float: left;
  padding-left: 0 !important;
  padding-right: 0.25em;
}

.wp-product-card span.pds-replacer-done .pds-replacer-regular-price.wd-strikethrough {
  display: none;
}

.wp-view {
  position: absolute;
  top: 0px;
  height: 1px;
  width: 2px;
}

.wp-pos-rel {
  position: relative;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  .wp-view {
    width: 1px;
  }
}
@media only screen and (max-width: 40.063em) {
  .wp-view {
    width: 0px;
  }
}
/**************************************/
/*********** Banner *******************/
/**************************************/
.wp-banner-container {
  position: relative;
  background: #dadada;
  /* overflow:hidden; */
  /*
    background: url(/content/dam/autodesk/www/products/product-card-thumb/all-products-collections-background-1920x800.jpg); */
  /* Use this background if you replace collection with featured products. */
  /* background: url(/content/dam/autodesk/www/products/product-card-thumb/all-products-featured-background-1920x800.jpg); */
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-color: rgb(250, 250, 250);
  background-color: #fff;
  background-position: center bottom;
}

.wp-banner-container:before {
  content: "";
  width: 100%;
  background: white;
  background: -webkit-linear-gradient(#fff 0%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(#fff 0%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(#fff 0%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0px;
}

@media only screen and (max-width: 40.063em) {
  .wp-banner-container:before {
    height: 400px;
  }
  .wp-banner-container {
    background-size: 1000px auto;
    background-position: 40% calc(100% + 50px);
  }
}
/**************************************/
/********** Product Card **************/
/**************************************/
.wp-product-card {
  max-width: 700px;
  margin: auto;
  position: relative;
}

.wp-product-card .wp-product-desc {
  font-size: 14px;
  line-height: 1.36;
  text-align: left;
  color: #666666;
  margin: 18px 0px 0px 0px;
}

.wp-product-card .wp-product-desc .wp-product-long-desc,
.wp-product-card.wp-opened .wp-product-desc .wp-product-short-desc {
  opacity: 0;
  display: none;
}

.wp-product-card.wp-opened .wp-product-desc .wp-product-long-desc,
.wp-product-card .wp-product-desc .wp-product-short-desc {
  opacity: 1;
}

.wp-product-card.wp-opened .wp-product-desc .wp-product-long-desc {
  display: block;
  font-size: 14px;
}

.wp-product-card .wp-product-desc .wp-product-short-desc {
  display: inline;
  font-size: 14px;
}

/*
.wp-product-card.wp-large .wp-product-desc{
    margin: 18px 0px 15px 0px;
}*/
.wp-product-card .wp-product-cta {
  position: relative;
  color: #000;
  padding: 6px 0px 0px 0px;
  cursor: pointer;
  font-weight: 500;
}

.wp-product-card.wp-opened .text.section > .wp-cta-container:not(:nth-child(3)) {
  margin-top: 0px;
}

.wp-product-card.wp-opened .text.section .wp-cta-height > .wp-cta-container:not(:nth-child(2)) {
  margin-top: 0px;
}

.wp-product-card .wp-platform {
  margin-top: 11px;
}

.wp-product-card .wp-hr {
  width: 100%;
  height: 1px;
  background: #EEE;
  margin-top: 15px;
}
.wp-product-card .wp-hr.wp-hr-bottom {
  margin-top: 25px;
}

.wp-product-card .wp-pricing {
  font-family: ArtifaktElement, Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  margin-top: 7px;
}

.wp-product-card .wp-price-plan {
  font-size: 16px;
  font-family: ArtifaktElement, Arial, sans-serif;
  color: #000;
  font-weight: 700;
}

.wp-product-card .wp-pricing.wp-discounted .wp-discount {
  display: inline;
}

.wp-product-card .wp-pricing.wp-discounted .wp-discount hide {
  display: none;
}

.wp-product-card .wp-pricing .wp-discount {
  display: none;
}

.wp-product-card .wp-pricing .wp-discount {
  color: rgb(182, 182, 182);
  text-decoration: line-through;
}

.wp-product-card .wp-button-container {
  margin-top: 9px;
}

.wp-product-card .wp-button-container .button {
  width: 50%;
  padding-left: 7px;
  float: left;
  display: inline;
  position: relative;
  z-index: 0;
}

.wp-product-card.wp-full-button .wp-button-container .button, .wp-product-card.wp-full-button .wp-button-container .button.wp-grey {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: none;
  display: block;
}

.wp-product-card .wp-button-container .button.wp-grey {
  padding-right: 7px;
  padding-left: 0px;
}

.wp-product-card .wp-button-container .button.wp-grey .wd-button {
  background-color: #000;
}

.wp-product-card .wp-button-container .button.wp-grey:hover .wd-button {
  background-color: #000;
}

.wp-product-card .wp-expand, .wp-product-card .wp-minimize {
  font-size: 12px;
  padding: 9px 20px;
  border: 1px solid rgb(223, 223, 223);
  border-top: none;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  background-color: #fff;
}

.wp-product-card .wp-expand .icon-show, .wp-product-card .wp-minimize .icon-hide {
  color: #AAA;
}

.wp-product-card .wp-expand:hover, .wp-product-card .wp-minimize:hover {
  color: #000;
  background-color: #f5f5f5;
}

.wp-product-card .wp-expand:hover .icon-show, .wp-product-card .wp-minimize:hover .icon-hide {
  color: #000;
}

.wp-product-card.wp-opened .wp-expand {
  display: none;
}

.wp-product-card .wp-minimize {
  display: none;
}

.wp-product-card.wp-opened .wp-minimize {
  display: block;
}

.wp-product-card .wp-expand .icon-show {
  font-weight: 700;
  position: relative;
  top: 1px;
  padding-right: 6px;
  width: 15px;
}

.wp-product-card .wp-minimize .icon-hide {
  font-weight: 700;
  position: relative;
  top: 1px;
  padding-right: 6px;
  width: 15px;
}

.wp-product-card.wp-small .wp-pricing, .wp-product-card.wp-medium .wp-pricing {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  margin: 0px;
}

.wp-product-card.wp-opened .wp-pricing {
  max-height: 200px;
  margin-top: 12px;
}

.wp-product-card.wp-small .wp-button-container, .wp-product-card.wp-medium .wp-button-container {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  margin: 0px;
}

.wp-product-card.wp-opened .wp-button-container {
  max-height: 200px;
  margin-top: 5px;
}

.wp-product-card.wp-medium.wp-show-button .wp-button-container {
  max-height: 200px;
  margin-top: 9px;
}

.wp-product-card.wp-small .wp-hr, .wp-product-card.wp-medium .wp-hr {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  margin: 0px;
}

.wp-product-card.wp-opened .wp-hr {
  max-height: 10px;
  margin-top: 15px;
}

.wp-product-card .wp-platform {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  margin: 0px;
}

.wp-product-card.wp-opened .wp-platform {
  max-height: 90px;
  margin: 20px 0;
  font-size: 14px;
  color: #000;
}
.wp-product-card.wp-opened .wp-platform svg {
  fill: #000;
}

.wp-product-card .wp-cta-container {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  margin: 0px;
  opacity: 0;
  /* display:none; */
}

.wp-product-card.wp-opened .wp-cta-container {
  max-height: 500px;
  margin-top: 18px;
  opacity: 1;
  transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: max-height 0.5s linear;
  -webkit-transition: max-height 0.5s linear;
  /* display:block; */
}

.wp-product-card.wp-opened .wp-cta-container:nth-child(2) {
  margin-top: 0px;
}

.wp-product-card.wp-opened .wp-cta-container:nth-child(3) {
  margin-top: 0px;
}

.wp-product-card.wp-small .wp-product-desc {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  margin: 0px;
}

.wp-product-card.wp-opened .wp-product-desc {
  max-height: 200px;
  margin: 18px 0px 0px 0px;
}

.wp-product-card.wp-large.wp-opened .wp-product-desc {
  max-height: 200px;
  margin: 18px 0px 0px 0px;
}

.wp-product-card.wp-medium .wp-product-img {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  margin: 0px;
}

.wp-product-card.wp-small .wp-product-img {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  margin: 0px;
}

.wp-product-card.wp-opened .wp-product-img {
  max-height: 200px;
}

.wp-product-card.wp-small .wp-promo {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  margin: 0px;
}

.wp-product-card.wp-opened .wp-promo {
  max-height: 100px;
  margin-top: 17px;
}

.wp-product-card.wp-small.wp-show-promo .wp-promo {
  max-height: 100px;
  margin-top: 17px;
}

.wp-product-card .wp-product-logo {
  max-width: 100%;
  max-height: 32px;
}

.wp-product-card .wp-starting-msg, .wp-product-card .wp-price-varies-msg {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.wp-product-card .wp-starting-msg span {
  font-weight: 700;
  font-size: 24px;
}

.wp-product-card.wp-full-button .wp-button-container .button:nth-child(n+1) {
  margin-top: 8px;
}

.wp-product-card .wp-pricing.wp-alt-price {
  font-size: 14px;
}

.wp-product-card .wp-pricing.wp-alt-price .wp-term {
  line-height: 1.4;
}

.wp-product-card .wp-compare-after-price {
  display: none;
}

.wp-product-card.wp-opened .wp-compare-after-price {
  display: block;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  .wp-product-card .wp-product-logo {
    max-width: 100%;
    max-height: 32px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 775px) {
  .wp-product-card .wp-button-container .button {
    width: 100%;
    padding: 0px;
    margin-bottom: 8px;
  }
  .wp-product-card .wp-button-container .button.wp-grey {
    padding: 0px;
  }
}
@media only screen and (max-width: 40.063em) {
  .wp-product-card .wp-pricing {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    margin: 0px;
  }
  .wp-product-card .wp-button-container {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    margin: 0px;
  }
  .wp-product-card .wp-hr {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    margin: 0px;
  }
  .wp-product-card.wp-large .wp-hr {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    margin: 0px;
  }
  .wp-product-card.wp-large.wp-opened .wp-hr {
    max-height: 10px;
    margin-top: 15px;
  }
  .wp-product-card .wp-product-desc, .wp-product-card.wp-large .wp-product-desc {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    margin: 0px;
  }
  .wp-product-card .wp-product-img {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    margin: 0px;
  }
  .wp-product-card .wp-promo, .wp-product-card.wp-show-promo .wp-promo {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    margin: 0px;
  }
  .wp-product-card .wp-button-container .button {
    width: 100%;
    padding: 0px;
    margin-bottom: 8px;
  }
  .wp-product-card .wp-button-container .button.wp-grey {
    padding: 0px;
  }
  .wp-product-card.wp-opened .wp-product-desc {
    height: auto !important;
  }
  .wp-product-card.wp-large.wp-opened .wp-product-desc {
    height: auto !important;
  }
}
/**************************************/
/*********** Quick Filter *************/
/**************************************/
.wp-quick-filter {
  padding: 15px 0px 0px 0px;
  padding-top: 50px;
  /*border-bottom: 1px solid rgb(182,182,182);*/
}

.wp-top-banner {
  margin-bottom: 38px;
}

.wp-top-banner.wp-banner-object {
  min-height: 220px;
}

.wp-quick-filter .wp-title,
.wp-quick-filter .wp-title-buy-online {
  font-size: 34px;
  margin: 70px 0px 34px 0px;
  color: #0696d7;
  color: #444;
  font-weight: 500;
}

.wp-quick-filter .wp-title-buy-online {
  margin-bottom: 14px;
}

.wp-quick-filter .wp-subtitle {
  margin-bottom: 30px;
  max-width: 710px;
}

.wp-quick-filter ul {
  margin: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  margin-before: 0px;
  margin-after: 0px;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 0px;
}

.wp-quick-filter li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}

.wp-quick-filter p.wp-list-text, .wp-quick-filter p.wp-list-option {
  display: inline-block;
}

.wp-quick-filter p.wp-list-text {
  font-size: 19px;
  font-weight: 700;
  color: #222;
  width: 100%;
  margin: 0px 0px 9px 0px;
}

.wp-quick-filter p.wp-list-option {
  font-size: 12px;
  color: #666;
  border-bottom: 1px dashed #0696d7;
  cursor: pointer;
  border: 1px solid #dadada;
  padding: 4px 12px;
  text-transform: uppercase;
}

.wp-quick-filter p.wp-list-option:hover {
  background-color: #eee;
}

/**
.wp-quick-filter p.wp-list-option:active {
    color: #fff;
    border-bottom: none;
    background-color: #0696d7;
    cursor: pointer;
}**/
.wp-quick-filter p.wp-list-option.wp-selected {
  font-weight: 700;
  color: #fff;
  border: 1px solid #666;
  background-color: #666;
}

.wp-quick-filter {
  /* border-bottom: 1px solid #e3e2df; */
}

.wp-quick-filter .wp-hr {
  width: 100%;
  height: 1px;
  background: #dadada;
  margin: 20px 0px 15px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  .wp-quick-filter p.wp-list-option {
    font-size: 12px;
    color: #666;
    border-bottom: 1px dashed #0696d7;
    cursor: pointer;
    border: 1px solid #dadada;
    padding: 7px 11px;
    margin: 8px 0px;
    text-transform: uppercase;
  }
  .wp-quick-filter .wp-title {
    font-size: 34px;
    margin: 70px 0px 22px 0px;
  }
}
@media only screen and (max-width: 40.063em) {
  .wp-quick-filter .wp-title {
    margin: 70px 0px 20px 0px;
  }
  .wp-quick-filter h4 {
    color: #222;
    font-size: 19px;
    margin-bottom: 15px;
  }
  .wp-quick-filter select {
    font-size: 14px;
    padding: 6px;
  }
}
/**************************************/
/*********** Search Box   *************/
/**************************************/
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: none;
  list-style-type: none;
}

.ui-menu .ui-menu-item > div {
  padding: 2px 10px;
}

.ui-menu {
  margin: 0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  margin-before: 0em;
  margin-after: 0em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 0px;
  border: 1px solid #dadada;
  background: white;
  z-index: 7;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete .ui-menu-item .ui-state-active, .ui-autocomplete .ui-menu-item .ui-state-focus {
  background: rgb(243, 243, 243);
}

.wp-product-finder {
  padding-bottom: 21px;
}

.wp-product-finder h3.wp-caption {
  font-family: ArtifaktElement, Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.14;
  color: #000;
  margin-bottom: 13px;
}

.wp-product-finder .wp-flex {
  display: flex;
  -ms-display: flex;
  -webkit-display: flex;
}

.wp-product-finder .wp-flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.wp-search-controls {
  color: #000;
  font-family: ArtifaktElement, Arial, sans-serif;
}

.wp-product-finder .wp-search-controls > div {
  margin-bottom: 10px;
}

.wp-product-finder .wp-searchbar {
  border: 1px solid #000;
  padding: 0px 2px;
  width: 34%;
  min-width: 250px;
  overflow: hidden;
  height: 36px;
  z-index: 0;
}

.wp-product-finder .wp-searchbar .icon-search {
  font-size: 15px;
  position: relative;
  top: 3px;
  margin-left: 3px;
  fill: #000;
  cursor: pointer;
}

.wp-product-finder .wp-searchbar input {
  border: none;
  outline: none;
  width: calc(100% - 32px);
  padding-left: 11px;
  left: -3px;
  position: relative;
  top: 0px;
  height: 100%;
  font-size: 16px;
}

.wp-product-finder .wp-divider {
  margin-left: 10px;
  margin-right: 10px;
  border-left: 1px solid #dadada;
}

.wp-product-finder .wp-filter {
  min-width: 170px;
  width: 17%;
  border: 1px solid #000;
  padding: 8px 0px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  z-index: 1;
}

.wp-product-finder .wp-filter .wp-btn-text {
  margin: 0px 0px 0px 7px;
  font-family: ArtifaktElement, Arial, sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  max-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 37px);
}

.wp-product-finder .wp-filter .icon-arrow-dropdown {
  fill: #000;
  position: absolute;
  top: 7px;
  right: 10px;
  display: block;
  font-size: 20px;
}

.wp-product-finder .wp-filter.wp-selected .icon-arrow-dropdown {
  display: none;
}

.wp-product-finder .wp-filter .icon-arrow-dropdown-up {
  fill: #000;
  position: absolute;
  top: 7px;
  right: 10px;
  display: none;
  font-size: 20px;
}

.wp-product-finder .wp-filter.wp-selected .icon-arrow-dropdown-up {
  display: block;
}

.wp-product-finder .wp-filter.wp-selected {
  border: 1px solid #000;
}

.wp-product-finder .wp-filter.wp-selected .wp-btn-text {
  color: #000;
}

.wp-product-finder .wp-filter.wp-selected:hover {
  box-shadow: none;
}

.wp-product-finder .wp-windows-btn, .wp-product-finder .wp-mac-btn {
  border: 1px solid #000;
  padding: 8px 0px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.wp-product-finder .wp-windows-btn:hover, .wp-product-finder .wp-mac-btn:hover {
  background-color: #f5f5f5;
}

.wp-product-finder .wp-windows-btn.wp-selected:hover, .wp-product-finder .wp-mac-btn.wp-selected:hover {
  background-color: #0696D7;
}

.wp-product-finder .wp-windows-btn .wp-btn-text, .wp-product-finder .wp-mac-btn .wp-btn-text {
  margin: 0px 7px 0px 7px;
  color: #000;
  font-size: 14px;
}

.wp-product-finder .wp-windows-btn.wp-selected, .wp-product-finder .wp-mac-btn.wp-selected {
  background-color: #0696D7;
  border: 1px solid #0696D7;
}

.wp-product-finder .wp-windows-btn.wp-selected .wp-btn-text, .wp-product-finder .wp-mac-btn.wp-selected .wp-btn-text {
  color: #fff;
}

.wp-product-finder .wp-reset-btn {
  position: relative;
  padding: 8px 0px 8px 34px;
  cursor: pointer;
}

.wp-product-finder .wp-reset-btn:hover {
  color: #666;
}

.wp-product-finder .wp-reset-btn .icon-svg-reset {
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0px;
  top: 3px;
  fill: #222;
}

.wp-product-finder .wp-reset-btn svg {
  fill: #000;
}

.wp-product-finder .wp-reset-btn:hover svg {
  fill: #000;
}

.wp-product-finder .wp-reset-btn .wp-btn-text {
  margin: 0px;
  color: #000;
  font-size: 14px;
}

.wp-product-finder .wp-jump-btn {
  position: relative;
  padding: 8px 0px 8px 34px;
  cursor: pointer;
}

.wp-product-finder .wp-jump-btn .icon-cta-go-arrow-circle {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 2px;
  top: 5px;
  font-size: 30px;
  transform: rotate(90deg);
  fill: #000;
}

.wp-product-finder .wp-jump-btn:hover .icon-cta-go-arrow-circle {
  color: #000;
}

.wp-product-finder .wp-jump-btn .wp-btn-text {
  margin: 0px 7px 0px 0px;
  color: #000;
  font-size: 14px;
}

.wp-product-finder .wp-filter-container {
  background: white;
  color: #000;
  position: absolute;
  top: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: calc(100% + 2px);
  left: -1px;
  border: 1px solid #000;
  border-top: none;
  z-index: -1;
}

.wp-product-finder .wp-filter-container p:hover {
  background: #f5f5f5;
}

.wp-product-finder .wp-filter-container p {
  font-size: 14px;
  padding: 10px 10px;
}

.wp-product-finder .wp-search-controls #wd-filter-cont p {
  margin-top: 0px !important;
}

.wp-product-finder .wp-filter-container .wp-default-filter {
  display: none;
}

.wp-product-finder .wp-filter-container.wp-show, body.cq-wcm-edit .wp-product-finder .wp-filter-container {
  max-height: 1000px;
  padding: 0px;
  border: 1px solid #000;
}

.wp-product-finder .wp-search-tags > p {
  margin: 13px 18px 10px 0px;
  float: left;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  text-align: left;
  color: #000;
}

.wp-product-finder .wp-search-tags > ul {
  display: block;
  float: left;
  list-style-type: none;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  margin-before: 0px;
  margin-after: 0px;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 0px;
}

.wp-product-finder .wp-search-tags > ul li {
  margin: 7px 5px 0px 0px;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  color: #444444;
  padding: 5px 7px 8px 10px;
  background: #f5f5f5;
  float: left;
  position: relative;
  cursor: pointer;
}

.wp-product-finder .wp-search-tags > ul li .wp-close-divider {
  position: absolute;
  right: 26px;
  border-left: 1px solid #dadada;
  top: 0px;
  height: 100%;
  width: 1px;
}

.wp-product-finder .wp-search-tags > ul li i.icon-close {
  position: relative;
  top: 2px;
  margin-left: 15px;
}

.wp-product-finder .ui-helper-hidden-accessible {
  display: none;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  .wp-product-finder {
    max-width: 750px;
  }
  .wp-product-finder .wp-searchbar {
    order: 0;
    width: 100%;
  }
  .wp-product-finder .wp-search-controls .wp-divider {
    order: 8;
    display: block;
  }
  .wp-product-finder .wp-jump-btn {
    order: 9;
  }
  .wp-product-finder .wp-filter {
    order: 4;
    width: calc(100% - 394px);
  }
  .wp-product-finder .wp-windows-btn {
    order: 5;
  }
  .wp-product-finder .wp-mac-btn {
    order: 6;
  }
  .wp-product-finder .wp-reset-btn {
    order: 7;
  }
}
@media only screen and (max-width: 40.063em) {
  .wp-product-finder .wp-search-controls .wp-divider {
    display: none !important;
  }
  .wp-product-finder .wp-searchbar {
    width: 100%;
  }
  .wp-product-finder .wp-filter {
    width: 100%;
    margin-right: 0px;
  }
  .wp-product-finder .wp-reset-btn {
    width: calc(100% - 141px);
  }
  .wp-product-finder .wp-jump-btn {
    padding: 12px 0px 12px 34px;
    width: 100%;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin-top: 12px;
  }
  .wp-product-finder .wp-jump-btn .icon-cta-go-arrow-circle {
    top: 6px;
  }
}
/**************************************/
/*********** Promo Bar    *************/
/**************************************/
.wp-promo-bar a {
  color: #fff !important;
  border-bottom: none !important;
  background-color: transparent !important;
  font-size: 19px !important;
}

.wp-promo-bar {
  position: relative;
  width: 100%;
  bottom: 0px;
  z-index: 5;
  background: rgba(6, 150, 215, 0.8);
}

.wp-promo-bar p {
  margin: 20px 0px 12px 0px;
  position: relative;
  margin-left: 28px;
}

.wp-promo-bar .icon-cta-go-arrow {
  position: absolute;
  top: 4px;
  left: -24px;
  font-size: 14px;
  font-weight: 100;
}

.wp-promo-bar .icon-circle-o {
  position: absolute;
  top: 0px;
  font-size: 22px;
  left: -28px;
  font-weight: 100;
}

.wp-promo-bar .campaign {
  height: auto !important;
  height: initial !important;
}

.wp-promo-bar p.promo-canada {
  font-size: 19px;
  color: white;
  line-height: 1.2;
}

.wp-promo-bar .promo-canada a {
  border-bottom: 1px dashed white !important;
}

.wp-promo-bar .promo-canada a:hover {
  border-bottom: 1px solid white !important;
}

.wp-promo-bar .e-promotion {
  background: none;
  border: none;
  overflow: hidden;
}

.wp-promo-bar a {
  top: 16px;
  line-height: 21px;
}

.wp-promo-bar .e-promotion .row {
  min-width: 0px !important;
}

/**************************************/
/********** Collection Panel  *********/
/**************************************/
.wp-collection-panel {
  padding-top: 60px !important;
  padding-bottom: 0px;
  background: rgb(245, 245, 245);
}

.wp-collection-panel .wp-clickable {
  cursor: pointer;
}

/* old style 
.wp-collection-panel .wp-title{
    font-size: 34px;
    margin: 132px 0px 34px 0px;
    color: #0696d7;
    font-weight: 500;
} */
.wp-collection-panel .wp-title {
  font-weight: 300;
  margin-bottom: 25px;
  font-size: 30px;
  color: #444;
}

.wp-collection-panel .wp-collection-title {
  font-size: 19px;
  color: #222;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}

.wp-collection-panel .wp-collection-grid.row .grid-columns:nth-child(3n+1) {
  padding-right: 12px;
}

.wp-collection-panel .wp-collection-grid.row .grid-columns:nth-child(3n+2) {
  padding: 0px 6px;
}

.wp-collection-panel .wp-collection-grid.row .grid-columns:nth-child(3n) {
  padding-left: 12px;
}

.wp-collection-panel .wp-bottom-hr {
  width: 100%;
  height: 1px;
  background: #dadada;
  margin: 27px 0px 27px;
}

.wp-collection-panel .wp-product-card .wp-hr {
  background: #eee;
}

.wp-collection-panel .wp-product-card.wp-opened .wp-hr {
  background: #eee;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  .wp-collection-panel .wp-collection-grid.row .grid-columns:nth-child(3n+1) {
    padding-right: 12px;
    padding-left: 0px;
  }
  .wp-collection-panel .wp-collection-grid.row .grid-columns:nth-child(3n+2) {
    padding-right: 0px;
    padding-left: 12px;
  }
  .wp-collection-panel .wp-collection-grid.row .grid-columns:nth-child(3n) {
    padding-right: 12px;
    padding-left: 0px;
  }
  .wp-collection-panel {
    padding-bottom: 30px;
  }
  .wp-collection-panel .wp-product-card {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 40.063em) {
  .wp-collection-panel {
    padding-bottom: 22px;
  }
  .wp-collection-panel .wp-collection-grid.row .grid-columns:nth-child(3n+1) {
    padding: 0px;
  }
  .wp-collection-panel .wp-collection-grid.row .grid-columns:nth-child(3n+2) {
    padding: 0px;
  }
  .wp-collection-panel .wp-collection-grid.row .grid-columns:nth-child(3n) {
    padding: 0px;
  }
  .wp-collection-panel .wp-product-card {
    margin-bottom: 14px;
  }
}
/**************************************/
/********** Top Product Panel  ********/
/**************************************/
.wp-top-products {
  background-color: rgb(245, 245, 245);
  padding: 0px 0px 62px 0px;
  margin-bottom: 25px;
}

.wp-top-products .wp-top-products-grid .grid-columns:nth-child(3n+1) {
  padding-right: 12px;
}

.wp-top-products .wp-top-products-grid .grid-columns:nth-child(3n+2) {
  padding: 0px 6px;
}

.wp-top-products .wp-top-products-grid .grid-columns:nth-child(3n) {
  padding-left: 12px;
}

.wp-top-products .wp-top-products-grid .column-content > .decorative-box,
.wp-collection-grid .column-content > .decorative-box {
  margin-bottom: 24px;
}

.wp-top-products.wp-all.wp-filter .row .text.section .wp-title {
  font-weight: 300;
  margin-bottom: 25px;
  font-size: 30px;
  color: #444;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  .wp-top-products .row .grid-columns:nth-child(3n+1) {
    padding-right: 12px;
    padding-left: 0px;
  }
  .wp-top-products .row .grid-columns:nth-child(3n+2) {
    padding-right: 0px;
    padding-left: 12px;
  }
  .wp-top-products .row .grid-columns:nth-child(3n) {
    padding-right: 12px;
    padding-left: 0px;
  }
  .wp-top-products .wp-top-products-grid .column-content > .decorative-box {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 40.063em) {
  .wp-top-products .row .grid-columns:nth-child(3n+1) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wp-top-products .row .grid-columns:nth-child(3n+2) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wp-top-products .row .grid-columns:nth-child(3n) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wp-top-products .wp-top-products-grid .column-content > .decorative-box {
    margin-bottom: 14px;
  }
  .wp-top-products {
    padding: 40px 0px 50px 0px;
  }
}
/**************************************/
/********* Search Result Panel  *******/
/**************************************/
body:not(.cq-wcm-edit) .wp-results-panel {
  display: none;
}

body:not(.cq-wcm-edit) .wp-results-panel.wp-show-results {
  display: block;
  padding-bottom: 50px;
}

.wp-results-panel.wp-show-results.wp-show-recommended .wp-recommended-results,
.wp-results-panel.wp-show-results.wp-show-recommended .wp-recommended-text {
  display: block;
}

.wp-results-panel.wp-show-results.wp-show-additional .wp-additonal-results-divider {
  display: block;
}

.wp-results-panel.wp-show-results.wp-show-additional .wp-additional-results,
.wp-results-panel.wp-show-results.wp-show-additional .wp-additional-text {
  display: block;
}

.wp-results-panel.wp-show-results.wp-show-none .wp-no-results {
  display: block;
}

body:not(.cq-wcm-edit) .wp-results-panel .wp-recommended-results,
body:not(.cq-wcm-edit) .wp-results-panel .wp-recommended-text,
body:not(.cq-wcm-edit) .wp-results-panel .wp-additonal-results-divider,
body:not(.cq-wcm-edit) .wp-results-panel .wp-additional-results,
body:not(.cq-wcm-edit) .wp-results-panel .wp-additional-text,
body:not(.cq-wcm-edit) .wp-results-panel .wp-no-results {
  display: none;
}

body:not(.cq-wcm-edit) .wp-results-panel .wp-recommended-text.hide,
body:not(.cq-wcm-edit) .wp-results-panel .wp-additional-text.hide {
  display: none;
}

.wp-results-panel.standard-decorative-box .row.wp-align .code.section .wp-results-text {
  font-family: ArtifaktElement, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.93;
  color: #000;
  margin: 60px 0px 25px 0px;
}

.wp-results-panel .wp-results-section-text {
  font-family: ArtifaktElement, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 0px 20px 0px;
  font-size: 19px;
  color: #000;
}

.wp-results-panel .wp-results-grid .grid-columns:nth-child(3n+1) {
  padding-right: 12px;
}

.wp-results-panel .wp-results-grid .grid-columns:nth-child(3n+2) {
  padding: 0px 6px;
}

.wp-results-panel .wp-results-grid .grid-columns:nth-child(3n) {
  padding-left: 12px;
}

.wp-results-panel .wp-results-grid .column-content > .decorative-box {
  margin-bottom: 24px;
}

.wp-results-panel .wp-hr {
  background: rgb(223, 223, 223);
  width: 100%;
  height: 1px;
  margin: 15px 0px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  .wp-results-panel .wp-results-grid .grid-columns:nth-child(3n+1) {
    padding-right: 12px;
    padding-left: 0px;
  }
  .wp-results-panel .wp-results-grid .grid-columns:nth-child(3n+2) {
    padding-right: 0px;
    padding-left: 12px;
  }
  .wp-results-panel .wp-results-grid .grid-columns:nth-child(3n) {
    padding-right: 12px;
    padding-left: 0px;
  }
  .wp-results-panel .wp-results-grid .column-content > .decorative-box {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 40.063em) {
  .wp-results-panel .wp-results-grid .grid-columns:nth-child(3n+1) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wp-results-panel .wp-results-grid .grid-columns:nth-child(3n+2) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wp-results-panel .wp-results-grid .grid-columns:nth-child(3n) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wp-results-panel .wp-results-grid .column-content > .decorative-box {
    margin-bottom: 14px;
  }
}
/**************************************/
/******** Search Loading Panel  *******/
/**************************************/
.wp-loading {
  position: relative;
  width: 100%;
  height: 300px;
}

@-webkit-keyframes buy-container-infinite-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes buy-container-infinite-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-container:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
}

.loading-container:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  height: 80px;
  margin: -40px 0 0 -40px;
  width: 80px;
  -webkit-animation: buy-container-infinite-rotate 2s linear infinite;
  animation: buy-container-infinite-rotate 2s linear infinite;
  background: no-repeat 100% 100% url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3OS45NiA3OS45NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtvcGFjaXR5OjA7fS5jbHMtMntmaWxsOiM0NDQ7fS5jbHMtM3tvcGFjaXR5OjAuMDE7fS5jbHMtNHtvcGFjaXR5OjAuMDI7fS5jbHMtNXtvcGFjaXR5OjAuMDM7fS5jbHMtNntvcGFjaXR5OjAuMDQ7fS5jbHMtN3tvcGFjaXR5OjAuMDU7fS5jbHMtOHtvcGFjaXR5OjAuMDY7fS5jbHMtOXtvcGFjaXR5OjAuMDc7fS5jbHMtMTB7b3BhY2l0eTowLjA4O30uY2xzLTExe29wYWNpdHk6MC4wOTt9LmNscy0xMntvcGFjaXR5OjAuMTt9LmNscy0xM3tvcGFjaXR5OjAuMTE7fS5jbHMtMTR7b3BhY2l0eTowLjEyO30uY2xzLTE1e29wYWNpdHk6MC4xMzt9LmNscy0xNntvcGFjaXR5OjAuMTQ7fS5jbHMtMTd7b3BhY2l0eTowLjE1O30uY2xzLTE4e29wYWNpdHk6MC4xNjt9LmNscy0xOXtvcGFjaXR5OjAuMTc7fS5jbHMtMjB7b3BhY2l0eTowLjE4O30uY2xzLTIxe29wYWNpdHk6MC4xOTt9LmNscy0yMntvcGFjaXR5OjAuMjt9LmNscy0yM3tvcGFjaXR5OjAuMjE7fS5jbHMtMjR7b3BhY2l0eTowLjIyO30uY2xzLTI1e29wYWNpdHk6MC4yMzt9LmNscy0yNntvcGFjaXR5OjAuMjQ7fS5jbHMtMjd7b3BhY2l0eTowLjI1O30uY2xzLTI4e29wYWNpdHk6MC4yNjt9LmNscy0yOXtvcGFjaXR5OjAuMjc7fS5jbHMtMzB7b3BhY2l0eTowLjI4O30uY2xzLTMxe29wYWNpdHk6MC4yOTt9LmNscy0zMntvcGFjaXR5OjAuMzt9LmNscy0zM3tvcGFjaXR5OjAuMzE7fS5jbHMtMzR7b3BhY2l0eTowLjMyO30uY2xzLTM1e29wYWNpdHk6MC4zMzt9LmNscy0zNntvcGFjaXR5OjAuMzQ7fS5jbHMtMzd7b3BhY2l0eTowLjM1O30uY2xzLTM4e29wYWNpdHk6MC4zNjt9LmNscy0zOXtvcGFjaXR5OjAuMzc7fS5jbHMtNDB7b3BhY2l0eTowLjM4O30uY2xzLTQxe29wYWNpdHk6MC4zOTt9LmNscy00MntvcGFjaXR5OjAuNDt9LmNscy00M3tvcGFjaXR5OjAuNDE7fS5jbHMtNDR7b3BhY2l0eTowLjQyO30uY2xzLTQ1e29wYWNpdHk6MC40Mzt9LmNscy00NntvcGFjaXR5OjAuNDQ7fS5jbHMtNDd7b3BhY2l0eTowLjQ1O30uY2xzLTQ4e29wYWNpdHk6MC40Njt9LmNscy00OXtvcGFjaXR5OjAuNDc7fS5jbHMtNTB7b3BhY2l0eTowLjQ4O30uY2xzLTUxe29wYWNpdHk6MC40OTt9LmNscy01MntvcGFjaXR5OjAuNTt9LmNscy01M3tvcGFjaXR5OjAuNTt9LmNscy01NHtvcGFjaXR5OjAuNTE7fS5jbHMtNTV7b3BhY2l0eTowLjUyO30uY2xzLTU2e29wYWNpdHk6MC41Mzt9LmNscy01N3tvcGFjaXR5OjAuNTQ7fS5jbHMtNTh7b3BhY2l0eTowLjU1O30uY2xzLTU5e29wYWNpdHk6MC41Njt9LmNscy02MHtvcGFjaXR5OjAuNTc7fS5jbHMtNjF7b3BhY2l0eTowLjU4O30uY2xzLTYye29wYWNpdHk6MC41OTt9LmNscy02M3tvcGFjaXR5OjAuNjt9LmNscy02NHtvcGFjaXR5OjAuNjE7fS5jbHMtNjV7b3BhY2l0eTowLjYyO30uY2xzLTY2e29wYWNpdHk6MC42Mzt9LmNscy02N3tvcGFjaXR5OjAuNjQ7fS5jbHMtNjh7b3BhY2l0eTowLjY1O30uY2xzLTY5e29wYWNpdHk6MC42Njt9LmNscy03MHtvcGFjaXR5OjAuNjc7fS5jbHMtNzF7b3BhY2l0eTowLjY4O30uY2xzLTcye29wYWNpdHk6MC42OTt9LmNscy03M3tvcGFjaXR5OjAuNzt9LmNscy03NHtvcGFjaXR5OjAuNzE7fS5jbHMtNzV7b3BhY2l0eTowLjcyO30uY2xzLTc2e29wYWNpdHk6MC43Mzt9LmNscy03N3tvcGFjaXR5OjAuNzQ7fS5jbHMtNzh7b3BhY2l0eTowLjc1O30uY2xzLTc5e29wYWNpdHk6MC43Njt9LmNscy04MHtvcGFjaXR5OjAuNzc7fS5jbHMtODF7b3BhY2l0eTowLjc4O30uY2xzLTgye29wYWNpdHk6MC43OTt9LmNscy04M3tvcGFjaXR5OjAuODt9LmNscy04NHtvcGFjaXR5OjAuODE7fS5jbHMtODV7b3BhY2l0eTowLjgyO30uY2xzLTg2e29wYWNpdHk6MC44Mzt9LmNscy04N3tvcGFjaXR5OjAuODQ7fS5jbHMtODh7b3BhY2l0eTowLjg1O30uY2xzLTg5e29wYWNpdHk6MC44Njt9LmNscy05MHtvcGFjaXR5OjAuODc7fS5jbHMtOTF7b3BhY2l0eTowLjg4O30uY2xzLTkye29wYWNpdHk6MC44OTt9LmNscy05M3tvcGFjaXR5OjAuOTt9LmNscy05NHtvcGFjaXR5OjAuOTE7fS5jbHMtOTV7b3BhY2l0eTowLjkyO30uY2xzLTk2e29wYWNpdHk6MC45Mzt9LmNscy05N3tvcGFjaXR5OjAuOTQ7fS5jbHMtOTh7b3BhY2l0eTowLjk1O30uY2xzLTk5e29wYWNpdHk6MC45Njt9LmNscy0xMDB7b3BhY2l0eTowLjk3O30uY2xzLTEwMXtvcGFjaXR5OjAuOTg7fS5jbHMtMTAye29wYWNpdHk6MC45OTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmxvYWRlci1yaW5nLXRyYW5zcGFyZW50MjwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkNvbnRlbnQiPjxnIGNsYXNzPSJjbHMtMSI+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjM2LjY4IDAuMTcgMzkuOTggMCAzOS45OCAzLjk4IDM3LjAxIDQuMTMgMzYuNjggMC4xNyIvPjwvZz48ZyBjbGFzcz0iY2xzLTMiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzNC4yNSAwLjQ2IDM1Ljg4IDAuMjEgMzcuNTMgMC4xMiAzNy43NyA0LjA5IDM2LjI4IDQuMTYgMzQuODEgNC4zOSAzNC4yNSAwLjQ2Ii8+PC9nPjxnIGNsYXNzPSJjbHMtNCI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzEuODIuODRDMzIuOTEuNjUsMzQsLjUsMzUuMDkuMzNsLjQ4LDMuOTUtMi45NC40NloiLz48L2c+PGcgY2xhc3M9ImNscy01Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS40NCwxLjQ1LDMxLDFBMTAuODcsMTAuODcsMCwwLDEsMzIuNjYuN2wuNzIsMy45MWE5LjA3LDkuMDcsMCwwLDAtMS40NS4zbC0xLjQ0LjM3WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTYiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjEsMi4xNmEyNiwyNiwwLDAsMSwzLjE3LS45MmwxLDMuODZhMjIuNTUsMjIuNTUsMCwwLDAtMi44NS44M1oiLz48L2c+PGcgY2xhc3M9ImNscy03Ij48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjQuNzkgMyAyNy45IDEuODcgMjkuMSA1LjY2IDI2LjMgNi42OCAyNC43OSAzIi8+PC9nPjxnIGNsYXNzPSJjbHMtOCI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjIuNTYsNGEyNC4wOSwyNC4wOSwwLDAsMSwzLTEuMzJMMjcsNi40MkEyMC43NiwyMC43NiwwLDAsMCwyNC4zLDcuNjFaIi8+PC9nPjxnIGNsYXNzPSJjbHMtOSI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjAuMzgsNS4xNWMuOTQtLjU4LDItMSwyLjk1LTEuNDlMMjUsNy4yN2MtLjg4LjQ1LTEuODEuODEtMi42NiwxLjM0WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTEwIj48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xOC4yOCw2LjQzYy45NS0uNTcsMS44Ny0xLjE2LDIuODQtMS43TDIzLDguMjNjLS44Ny40OC0xLjcsMS0yLjU1LDEuNTNaIi8+PC9nPjxnIGNsYXNzPSJjbHMtMTEiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNi4yOCA3LjgzIDE3LjYgNi44NCAxOS4wMSA1Ljk4IDIxLjEgOS4zNiAxOS44MyAxMC4xNCAxOC42NCAxMS4wMyAxNi4yOCA3LjgzIi8+PC9nPjxnIGNsYXNzPSJjbHMtMTIiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE0LjMzLDkuMzJjLjg1LS43LDEuNzUtMS4zMywyLjYzLTJsMi4yOSwzLjI1Yy0uNzkuNi0xLjYxLDEuMTctMi4zNywxLjhaIi8+PC9nPjxnIGNsYXNzPSJjbHMtMTMiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEyLjUxLDExYy44My0uNzIsMS42LTEuNTIsMi40OC0yLjE4bDIuNDksMy4xYy0uOC41OS0xLjQ4LDEuMzItMi4yMywyWiIvPjwvZz48ZyBjbGFzcz0iY2xzLTE0Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMC43OSwxMi43MmMuMzgtLjQuNzItLjgzLDEuMTMtMS4ybDEuMjItMS4xMSwyLjY3LDIuOTQtMS4xLDFjLS4zNy4zMy0uNjguNzMtMSwxLjA4WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTE1Ij48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iOS4xNCAxNC41MyAxMS4zNiAxMi4wOSAxNC4yMSAxNC44NiAxMi4yMSAxNy4wNiA5LjE0IDE0LjUzIi8+PC9nPjxnIGNsYXNzPSJjbHMtMTYiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI3LjY3IDE2LjUgOC42NiAxNS4xNyA5LjE2IDE0LjUxIDkuNzEgMTMuOSAxMi43MiAxNi41IDEyLjIyIDE3LjA1IDExLjc3IDE3LjY0IDEwLjg4IDE4LjgzIDcuNjcgMTYuNSIvPjwvZz48ZyBjbGFzcz0iY2xzLTE3Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02LjI4LDE4LjUyYTI3LDI3LDAsMCwxLDEuOS0yLjdsMy4xNiwyLjQxYTIzLjQ3LDIzLjQ3LDAsMCwwLTEuNzEsMi40M1oiLz48L2c+PGcgY2xhc3M9ImNscy0xOCI+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjUuMDEgMjAuNjEgNi43MiAxNy43OSAxMC4wMyAyMCA4LjQ4IDIyLjU0IDUuMDEgMjAuNjEiLz48L2c+PGcgY2xhc3M9ImNscy0xOSI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMy45MSwyMi44MWEyNC43OCwyNC43OCwwLDAsMSwxLjU0LTIuOTJsMy40MywyQTIxLjM5LDIxLjM5LDAsMCwwLDcuNSwyNC41MloiLz48L2c+PGcgY2xhc3M9ImNscy0yMCI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMi45MSwyNWExMS44NywxMS44NywwLDAsMSwuNjYtMS41MUw0LjI4LDIybDMuNTUsMS43OS0uNjUsMS4zNGE5LjkyLDkuOTIsMCwwLDAtLjU5LDEuMzZaIi8+PC9nPjxnIGNsYXNzPSJjbHMtMjEiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIuMDYsMjcuMzVjLjM4LTEsLjc0LTIuMDgsMS4xNS0zLjFsMy42NSwxLjU3Yy0uMzcuOTItLjY5LDEuODYtMSwyLjc5WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTIyIj48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMS4zNyAyOS43MSAxLjc5IDI4LjExIDIuMzUgMjYuNTUgNi4xIDI3Ljg5IDUuNTggMjkuMjkgNS4yMSAzMC43MyAxLjM3IDI5LjcxIi8+PC9nPjxnIGNsYXNzPSJjbHMtMjMiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTS43OCwzMi4wOWMuMjQtMS4wNy41NC0yLjE0LjgxLTMuMjFMNS40MSwzMGMtLjI0LDEtLjUxLDEuOTItLjczLDIuODhaIi8+PC9nPjxnIGNsYXNzPSJjbHMtMjQiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTS40MSwzNC41MWwuMjUtMS42M0ExMS4zNCwxMS4zNCwwLDAsMSwxLDMxLjI2bDMuODguODZhOS40Nyw5LjQ3LDAsMCwwLS4yOSwxLjQ2bC0uMjIsMS40N1oiLz48L2c+PGcgY2xhc3M9ImNscy0yNSI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNLjE0LDM2Ljk1YTI1LjU4LDI1LjU4LDAsMCwxLC4zOS0zLjI4bDMuOTMuNjJhMjIuMTcsMjIuMTcsMCwwLDAtLjM1LDNaIi8+PC9nPjxnIGNsYXNzPSJjbHMtMjYiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIwLjAyIDM5LjQgMC4xOSAzNi4xIDQuMTQgMzYuNDggNCAzOS40NiAwLjAyIDM5LjQiLz48L2c+PGcgY2xhc3M9ImNscy0yNyI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNLjA4LDQxLjg1LDAsNDAuMmMwLS41NSwwLTEuMS4wNi0xLjY1bDQsLjE0YzAsLjUtLjA3LDEtLjA2LDEuNDlsLjA4LDEuNDlaIi8+PC9nPjxnIGNsYXNzPSJjbHMtMjgiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTS4yMyw0NC4zQy4xMyw0My4yLjExLDQyLjEsMCw0MWw0LS4xYy4wNiwxLC4wOCwyLC4xNywzWiIvPjwvZz48ZyBjbGFzcz0iY2xzLTI5Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0uNiw0Ni43MkMuNDYsNDUuNjMuMjEsNDQuNTUuMTcsNDMuNDVsNC0uMzRjMCwxLC4yNywyLC4zOSwyLjk1WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTMwIj48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xLjA4LDQ5LjEzYTI1LDI1LDAsMCwxLS42MS0zLjI1TDQuNCw0NS4zQTIxLjYyLDIxLjYyLDAsMCwwLDUsNDguMjJaIi8+PC9nPjxnIGNsYXNzPSJjbHMtMzEiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjY5IDUxLjUxIDAuODcgNDguMyA0Ljc2IDQ3LjQ4IDUuNSA1MC4zNiAxLjY5IDUxLjUxIi8+PC9nPjxnIGNsYXNzPSJjbHMtMzIiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIuNSw1My44MmEyNCwyNCwwLDAsMS0xLTMuMTRsMy44My0xLjA2YTIwLjcyLDIwLjcyLDAsMCwwLC45MiwyLjgzWiIvPjwvZz48ZyBjbGFzcz0iY2xzLTMzIj48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zLjQsNTYuMWMtLjQ5LTEtLjc5LTIuMDYtMS4xOS0zLjA4TDYsNTEuNzNjLjM3LjkyLjYzLDEuODgsMS4wNywyLjc3WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTM0Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00LjQ2LDU4LjMyYy0uNDctMS0xLTItMS40MS0zTDYuNzIsNTMuOGMuMzkuOTEuODUsMS43OSwxLjI3LDIuNjlaIi8+PC9nPjxnIGNsYXNzPSJjbHMtMzUiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI1LjY3IDYwLjQ1IDQuODEgNTkuMDQgNC4wOSA1Ny41NSA3LjY2IDU1LjggOC4zMSA1Ny4xNCA5LjA4IDU4LjQxIDUuNjcgNjAuNDUiLz48L2c+PGcgY2xhc3M9ImNscy0zNiI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNyw2Mi41NGMtLjYxLS45Mi0xLjE2LTEuODctMS43NC0yLjgxbDMuNDUtMmMuNTIuODQsMSwxLjcxLDEuNTYsMi41M1oiLz48L2c+PGcgY2xhc3M9ImNscy0zNyI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOC40Myw2NC41Yy0uNjQtLjktMS4zNy0xLjczLTEuOTMtMi42OGwzLjMzLTIuMTdjLjUuODYsMS4xNywxLjYsMS43NCwyLjQxWiIvPjwvZz48ZyBjbGFzcz0iY2xzLTM4Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMCw2Ni4zOWEyNC4xOCwyNC4xOCwwLDAsMS0yLjA3LTIuNTdsMy4xOS0yLjM3QTIwLjkxLDIwLjkxLDAsMCwwLDEzLDYzLjc2WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTM5Ij48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTEuNjUgNjguMiA5LjQzIDY1Ljc2IDEyLjQ2IDYzLjE5IDE0LjQ2IDY1LjQgMTEuNjUgNjguMiIvPjwvZz48ZyBjbGFzcz0iY2xzLTQwIj48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMy40Niw2OS44NmEyOC41NCwyOC41NCwwLDAsMS0yLjM4LTIuMjlMMTQsNjQuODNhMjUsMjUsMCwwLDAsMi4xNSwyLjA2WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTQxIj48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNS4zMyw3MS40NGEyNy43OCwyNy43OCwwLDAsMS0yLjUxLTIuMTVsMi43LTIuOTFhMjQuMjEsMjQuMjEsMCwwLDAsMi4yNiwxLjk0WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTQyIj48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMTcuMyA3Mi45MSAxNC42NSA3MC45MyAxNy4xNyA2Ny44NSAxOS41NiA2OS42MyAxNy4zIDcyLjkxIi8+PC9nPjxnIGNsYXNzPSJjbHMtNDMiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE5LjM3LDc0LjIxYTI0LjYsMjQuNiwwLDAsMS0yLjc2LTEuODJsMi4zMy0zLjIyYTIxLjI0LDIxLjI0LDAsMCwwLDIuNDgsMS42NFoiLz48L2c+PGcgY2xhc3M9ImNscy00NCI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjEuNSw3NS40M2MtMS0uNDYtMS45LTEuMTEtMi44Ni0xLjY2bDIuMTItMy4zNmMuODYuNDksMS42NywxLjA4LDIuNTcsMS41WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTQ1Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMy43MSw3Ni41Yy0xLS40OC0yLS45NC0zLTEuNDVsMS45MS0zLjQ4Yy44OC40NiwxLjc4Ljg3LDIuNjcsMS4zMVoiLz48L2c+PGcgY2xhc3M9ImNscy00NiI+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjI1Ljk5IDc3LjQxIDI0LjQ0IDc2Ljg0IDIyLjk1IDc2LjEzIDI0LjY0IDcyLjUzIDI1Ljk4IDczLjE4IDI3LjM4IDczLjY5IDI1Ljk5IDc3LjQxIi8+PC9nPjxnIGNsYXNzPSJjbHMtNDciPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI4LjMsNzguMjNjLTEtLjM0LTIuMDctLjc0LTMuMTEtMS4xMWwxLjQ3LTMuNjljLjkzLjMzLDEuODYuNywyLjgsMVoiLz48L2c+PGcgY2xhc3M9ImNscy00OCI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAuNjgsNzguODVjLTEuMDYtLjMtMi4xNS0uNDktMy4xOC0uODhsMS4yNC0zLjc4Yy45My4zNiwxLjkxLjUyLDIuODYuNzlaIi8+PC9nPjxnIGNsYXNzPSJjbHMtNDkiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMzLjA4LDc5LjM0YTI0LjQ0LDI0LjQ0LDAsMCwxLTMuMjMtLjcxbDEtMy44NWEyMS4xMiwyMS4xMiwwLDAsMCwyLjkuNjRaIi8+PC9nPjxnIGNsYXNzPSJjbHMtNTAiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzNS41MSA3OS43MSAzMi4yNCA3OS4yMSAzMy4wMSA3NS4zMSAzNS45NSA3NS43NiAzNS41MSA3OS43MSIvPjwvZz48ZyBjbGFzcz0iY2xzLTUxIj48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zOCw3OS44OGEyMy41MywyMy41MywwLDAsMS0zLjI5LS4yOWwuNTItMy45NGEyMC4zMSwyMC4zMSwwLDAsMCwzLC4yNloiLz48L2c+PGcgY2xhc3M9ImNscy01MiI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDAuNCw4MGMtMS4xLDAtMi4yLS4wOC0zLjMtLjEybC4yOC00YzEsMCwyLC4xNCwzLC4xMVoiLz48L2c+PGcgY2xhc3M9ImNscy01MyI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDIuODUsNzkuODNjLTEuMSwwLTIuMi4xNS0zLjMuMTJsMC00YzEsMCwyLS4wOCwzLS4xMVoiLz48L2c+PGcgY2xhc3M9ImNscy01NCI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDUuMjksNzkuNThhMjMuNTMsMjMuNTMsMCwwLDEtMy4yOS4yOWwtLjItNGEyMC4zMSwyMC4zMSwwLDAsMCwzLS4yNloiLz48L2c+PGcgY2xhc3M9ImNscy01NSI+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjQ3LjcyIDc5LjIxIDQ0LjQ1IDc5LjcxIDQ0LjAxIDc1Ljc2IDQ2Ljk1IDc1LjMxIDQ3LjcyIDc5LjIxIi8+PC9nPjxnIGNsYXNzPSJjbHMtNTYiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTUwLjEsNzguNjNhMjQuNDQsMjQuNDQsMCwwLDEtMy4yMy43MWwtLjY4LTMuOTJhMjEuMTIsMjEuMTIsMCwwLDAsMi45LS42NFoiLz48L2c+PGcgY2xhc3M9ImNscy01NyI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNTIuNDYsNzhjLTEsLjM5LTIuMTIuNTgtMy4xOC44OEw0OC4zNiw3NWMxLS4yNywxLjk0LS40NCwyLjg2LS43OVoiLz48L2c+PGcgY2xhc3M9ImNscy01OCI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNTQuNzcsNzcuMTJjLTEsLjM3LTIuMDYuNzgtMy4xMSwxLjExbC0xLjE2LTMuOGMuOTQtLjMsMS44Ni0uNjcsMi44LTFaIi8+PC9nPjxnIGNsYXNzPSJjbHMtNTkiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI1Ny4wMSA3Ni4xMyA1NS41MiA3Ni44NCA1My45NyA3Ny40MSA1Mi41OCA3My42OSA1My45NyA3My4xOCA1NS4zMSA3Mi41MyA1Ny4wMSA3Ni4xMyIvPjwvZz48ZyBjbGFzcz0iY2xzLTYwIj48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik01OS4yMSw3NWMtMSwuNTEtMiwxLTMsMS40NWwtMS42Mi0zLjYzYy44OS0uNDQsMS44LS44NSwyLjY3LTEuMzFaIi8+PC9nPjxnIGNsYXNzPSJjbHMtNjEiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYxLjMxLDczLjc3Yy0xLC41NS0xLjg1LDEuMi0yLjg2LDEuNjZsLTEuODQtMy41MmMuOS0uNDEsMS43MS0xLDIuNTctMS41WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTYyIj48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02My4zNCw3Mi40YTI0LjYsMjQuNiwwLDAsMS0yLjc2LDEuODJsLTIuMDUtMy40QTIxLjI0LDIxLjI0LDAsMCwwLDYxLDY5LjE3WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTYzIj48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjUuMzEgNzAuOTMgNjIuNjYgNzIuOTEgNjAuNCA2OS42MyA2Mi43OSA2Ny44NSA2NS4zMSA3MC45MyIvPjwvZz48ZyBjbGFzcz0iY2xzLTY0Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02Ny4xMyw2OS4yOWEyNy43OCwyNy43OCwwLDAsMS0yLjUxLDIuMTVsLTIuNDUtMy4xM2EyNC4yMSwyNC4yMSwwLDAsMCwyLjI2LTEuOTRaIi8+PC9nPjxnIGNsYXNzPSJjbHMtNjUiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTY4Ljg4LDY3LjU3YTI4LjU0LDI4LjU0LDAsMCwxLTIuMzgsMi4yOWwtMi42NC0zQTI1LDI1LDAsMCwwLDY2LDY0LjgzWiIvPjwvZz48ZyBjbGFzcz0iY2xzLTY2Ij48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNzAuNTMgNjUuNzYgNjguMzEgNjguMiA2NS40OSA2NS40IDY3LjUgNjMuMTkgNzAuNTMgNjUuNzYiLz48L2c+PGcgY2xhc3M9ImNscy02NyI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNzIsNjMuODJBMjQuMTgsMjQuMTgsMCwwLDEsNzAsNjYuMzlsLTMtMi42M2EyMC45MSwyMC45MSwwLDAsMCwxLjg3LTIuMzFaIi8+PC9nPjxnIGNsYXNzPSJjbHMtNjgiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTczLjQ2LDYxLjgyYy0uNTYuOTUtMS4yOSwxLjc4LTEuOTMsMi42OGwtMy4xNC0yLjQ0Yy41Ny0uODEsMS4yNC0xLjU2LDEuNzQtMi40MVoiLz48L2c+PGcgY2xhc3M9ImNscy02OSI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNzQuNzMsNTkuNzJjLS41OC45NC0xLjEzLDEuOS0xLjc0LDIuODFsLTMuMjgtMi4yNGMuNTUtLjgzLDEtMS42OSwxLjU2LTIuNTNaIi8+PC9nPjxnIGNsYXNzPSJjbHMtNzAiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI3NS44NiA1Ny41NSA3NS4xNCA1OS4wNCA3NC4yOSA2MC40NSA3MC44OCA1OC40MSA3MS42NSA1Ny4xNCA3Mi4zIDU1LjggNzUuODYgNTcuNTUiLz48L2c+PGcgY2xhc3M9ImNscy03MSI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNzYuOTEsNTUuMzNjLS40MywxLS45NCwyLTEuNDEsM0w3Miw1Ni40OWMuNDItLjkuODgtMS43OCwxLjI3LTIuNjlaIi8+PC9nPjxnIGNsYXNzPSJjbHMtNzIiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTc3Ljc1LDUzYy0uNCwxLS43MSwyLjA5LTEuMTksMy4wOGwtMy42NC0xLjZjLjQ0LS44OS43MS0xLjg1LDEuMDctMi43N1oiLz48L2c+PGcgY2xhc3M9ImNscy03MyI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNzguNDgsNTAuNjhhMjQsMjQsMCwwLDEtMSwzLjE0bC0zLjczLTEuMzhhMjAuNzIsMjAuNzIsMCwwLDAsLjkyLTIuODNaIi8+PC9nPjxnIGNsYXNzPSJjbHMtNzQiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI3OS4wOSA0OC4zIDc4LjI3IDUxLjUxIDc0LjQ2IDUwLjM2IDc1LjIgNDcuNDggNzkuMDkgNDguMyIvPjwvZz48ZyBjbGFzcz0iY2xzLTc1Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik03OS40OSw0NS44OGEyNSwyNSwwLDAsMS0uNjEsMy4yNUw3NSw0OC4yMmEyMS42MiwyMS42MiwwLDAsMCwuNTUtMi45MloiLz48L2c+PGcgY2xhc3M9ImNscy03NiI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNzkuNzksNDMuNDVjMCwxLjEtLjI5LDIuMTgtLjQ0LDMuMjdsLTMuOTItLjY3Yy4xMi0xLC4zNi0yLC4zOS0yLjk1WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTc3Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik03OS45Miw0MWMtLjA2LDEuMS0uMDksMi4yLS4xOSwzLjNsLTQtLjQyYy4wOS0xLC4xMS0yLC4xNy0zWiIvPjwvZz48ZyBjbGFzcz0iY2xzLTc4Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik03OS45LDM4LjU1YzAsLjU1LjA3LDEuMS4wNiwxLjY1bC0uMDgsMS42NS00LS4xOEw3Niw0MC4xOGMwLS41LDAtMS0uMDYtMS40OVoiLz48L2c+PGcgY2xhc3M9ImNscy03OSI+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9Ijc5Ljc3IDM2LjEgNzkuOTQgMzkuNCA3NS45NiAzOS40NiA3NS44MSAzNi40OCA3OS43NyAzNi4xIi8+PC9nPjxnIGNsYXNzPSJjbHMtODAiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTc5LjQyLDMzLjY3YTI1LjU4LDI1LjU4LDAsMCwxLC4zOSwzLjI4bC00LC4zYTIyLjE3LDIyLjE3LDAsMCwwLS4zNS0zWiIvPjwvZz48ZyBjbGFzcz0iY2xzLTgxIj48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik03OSwzMS4yNmExMS4zNCwxMS4zNCwwLDAsMSwuMzIsMS42MmwuMjUsMS42My0zLjk0LjU0LS4yMi0xLjQ3YTkuNDcsOS40NywwLDAsMC0uMjktMS40NloiLz48L2c+PGcgY2xhc3M9ImNscy04MiI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNzguMzcsMjguODhjLjI3LDEuMDcuNTYsMi4xMy44MSwzLjIxbC0zLjkuNzhjLS4yMi0xLS40OS0xLjkyLS43My0yLjg4WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTgzIj48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNzcuNjEgMjYuNTUgNzguMTcgMjguMTEgNzguNTggMjkuNzEgNzQuNzQgMzAuNzMgNzQuMzggMjkuMjkgNzMuODYgMjcuODkgNzcuNjEgMjYuNTUiLz48L2c+PGcgY2xhc3M9ImNscy04NCI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNzYuNzQsMjQuMjVjLjQxLDEsLjc3LDIuMDYsMS4xNSwzLjFsLTMuNzcsMS4yNmMtLjM1LS45My0uNjctMS44Ny0xLTIuNzlaIi8+PC9nPjxnIGNsYXNzPSJjbHMtODUiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTc1LjY4LDIybC43MiwxLjQ5QTExLjg3LDExLjg3LDAsMCwxLDc3LjA1LDI1bC0zLjY5LDEuNDlhOS45Miw5LjkyLDAsMCwwLS41OS0xLjM2bC0uNjUtMS4zNFoiLz48L2c+PGcgY2xhc3M9ImNscy04NiI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNzQuNTEsMTkuODlBMjQuNzgsMjQuNzgsMCwwLDEsNzYsMjIuODFsLTMuNTksMS43MWEyMS4zOSwyMS4zOSwwLDAsMC0xLjM4LTIuNjNaIi8+PC9nPjxnIGNsYXNzPSJjbHMtODciPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI3My4yMyAxNy43OSA3NC45NSAyMC42MSA3MS40OCAyMi41NCA2OS45MyAyMCA3My4yMyAxNy43OSIvPjwvZz48ZyBjbGFzcz0iY2xzLTg4Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik03MS43OCwxNS44MWEyNywyNywwLDAsMSwxLjksMi43bC0zLjM1LDIuMTRhMjMuNDcsMjMuNDcsMCwwLDAtMS43MS0yLjQzWiIvPjwvZz48ZyBjbGFzcz0iY2xzLTg5Ij48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNzAuMjUgMTMuOSA3MC44IDE0LjUxIDcxLjMgMTUuMTcgNzIuMjkgMTYuNSA2OS4wOCAxOC44MyA2OC4xOSAxNy42NCA2Ny43NCAxNy4wNSA2Ny4yNCAxNi41IDcwLjI1IDEzLjkiLz48L2c+PGcgY2xhc3M9ImNscy05MCI+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjY4LjYgMTIuMDkgNzAuODIgMTQuNTMgNjcuNzUgMTcuMDYgNjUuNzUgMTQuODYgNjguNiAxMi4wOSIvPjwvZz48ZyBjbGFzcz0iY2xzLTkxIj48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02Ni44MiwxMC40LDY4LDExLjUxYy40MS4zNy43NS44LDEuMTMsMS4ybC0yLjksMi43MWMtLjM0LS4zNi0uNjUtLjc1LTEtMS4wOGwtMS4xLTFaIi8+PC9nPjxnIGNsYXNzPSJjbHMtOTIiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTY1LDguNzljLjg4LjY2LDEuNjUsMS40NiwyLjQ4LDIuMThsLTIuNzMsMi44OWMtLjc1LS42NS0xLjQ0LTEuMzctMi4yMy0yWiIvPjwvZz48ZyBjbGFzcz0iY2xzLTkzIj48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02Myw3LjMyYy44OC42NywxLjc4LDEuMywyLjYzLDJsLTIuNTUsM2MtLjc2LS42My0xLjU4LTEuMi0yLjM3LTEuOFoiLz48L2c+PGcgY2xhc3M9ImNscy05NCI+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjYwLjk1IDUuOTggNjIuMzYgNi44NCA2My42OCA3LjgzIDYxLjMyIDExLjAzIDYwLjEzIDEwLjE0IDU4Ljg2IDkuMzYgNjAuOTUgNS45OCIvPjwvZz48ZyBjbGFzcz0iY2xzLTk1Ij48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik01OC44NCw0LjczYzEsLjUzLDEuODksMS4xMywyLjg0LDEuN0w1OS41MSw5Ljc2Yy0uODUtLjUxLTEuNjktMS0yLjU1LTEuNTNaIi8+PC9nPjxnIGNsYXNzPSJjbHMtOTYiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU2LjYzLDMuNjZjMSwuNSwyLC45MSwyLjk1LDEuNDlsLTIsMy40NmMtLjg0LS41My0xLjc3LS44OS0yLjY2LTEuMzRaIi8+PC9nPjxnIGNsYXNzPSJjbHMtOTciPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU0LjM3LDIuNzFhMjQuMDksMjQuMDksMCwwLDEsMywxLjMyTDU1LjY2LDcuNjFhMjAuNzYsMjAuNzYsMCwwLDAtMi43Mi0xLjE5WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTk4Ij48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNTIuMDYgMS44NyA1NS4xNyAzIDUzLjY2IDYuNjggNTAuODYgNS42NiA1Mi4wNiAxLjg3Ii8+PC9nPjxnIGNsYXNzPSJjbHMtOTkiPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQ5LjY5LDEuMjRhMjYsMjYsMCwwLDEsMy4xNy45Mkw1MS41OCw1LjkyYTIyLjU1LDIyLjU1LDAsMCwwLTIuODUtLjgzWiIvPjwvZz48ZyBjbGFzcz0iY2xzLTEwMCI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDcuMy43QTEwLjg3LDEwLjg3LDAsMCwxLDQ4LjkxLDFsMS42LjQxLTEsMy44M0w0OCw0LjkxYTkuMDcsOS4wNywwLDAsMC0xLjQ1LS4zWiIvPjwvZz48ZyBjbGFzcz0iY2xzLTEwMSI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDQuODcuMzNDNDYsLjUsNDcuMDUuNjUsNDguMTQuODRsLS44MSwzLjg5LTIuOTQtLjQ2WiIvPjwvZz48ZyBjbGFzcz0iY2xzLTEwMiI+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjQyLjQzIDAuMTIgNDQuMDggMC4yMSA0NS43MSAwLjQ2IDQ1LjE1IDQuMzkgNDMuNjcgNC4xNiA0Mi4xOSA0LjA5IDQyLjQzIDAuMTIiLz48L2c+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjM5Ljk4IDAgNDMuMjggMC4xNyA0Mi45NSA0LjEzIDM5Ljk4IDMuOTggMzkuOTggMCIvPjwvZz48L2c+PC9zdmc+);
  background-size: 100% 100%;
  content: "";
}

/**************************************/
/******** Search Error Panel  *********/
/**************************************/
body:not(.cq-wcm-edit) .wp-search-error.wp-hide {
  display: none;
}

.wp-search-error {
  display: block;
}

.wp-compare-checkbox {
  opacity: 0;
  /* display: none; */
  margin-top: 16px;
  margin-bottom: 16px;
  height: 0px;
}

.wp-product-card.wp-opened .wp-compare-checkbox .wp-hr,
.wp-product-card.wp-opened .wp-compare-checkbox .wp-hr {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.wp-product-card .wp-compare-checkbox label {
  display: inline-block;
}

/*.wp-product-card.wp-opened .wp-compare-checkbox label{
    margin-top: 15px !important;
}*/
.wp-compare-drawer-container {
  display: none;
}

.wp-product-card .wp-pricing div.wp-term {
  display: block;
}

/**************************************/
/******** AutoCAD Reveal list  ********/
/**************************************/
.wp-card-reveal-content {
  display: none;
}

.wp-card-reveal-content .wp-sorrent-list,
.wp-card-reveal-content .wp-sorrent-list li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  float: none;
  width: 100%;
}

.wp-card-reveal-content .wp-sorrent-list {
  margin-bottom: 12px !important;
  margin-top: 12px !important;
}

.wp-card-reveal-content .wp-sorrent-list li {
  display: block;
  color: #000;
}

.wp-medium .wp-card-reveal-content {
  max-height: 0px;
  transition: max-height 0.5s linear;
  -webkit-transition: max-height 0.5s linear;
}

.wp-medium.wp-opened .wp-card-reveal-content {
  display: block;
  max-height: 500px;
}

.wp-medium.wp-opened .wp-card-reveal-content.hide {
  display: none;
  max-height: 0px;
}

.wp-product-card.wp-opened .wp-product-list {
  margin-top: 18px !important;
}

.wp-mt-0 {
  margin-top: 0 !important;
}

.wp-product-card .wp-cta-container.wp-card-reveal-cta {
  margin-bottom: 0px;
}

.wp-product-card .wp-cta-container-2.wp-card-reveal-cta {
  margin-top: 0px;
}

.wp-product-card .wp-cta-container-3.wp-card-reveal-cta {
  margin-top: 0px;
}

.wp-product-card .icon-show-thick,
.wp-product-card .icon-hide-thick {
  font-size: 14px;
  fill: #000;
  top: 1px;
  position: relative;
  margin-right: 5px;
  padding: 2px 2px 2px 2px;
  display: inline-block;
  border-radius: 10px;
  width: 15px;
  height: 15px;
}

.wp-product-card-promo {
  display: block;
  position: relative;
  padding-left: 20px;
  min-height: 24px;
  margin-top: 3px;
}

.wp-product-card-promo svg {
  width: 14px;
  height: 14px;
  fill: #bbb;
  position: absolute;
  top: 2px;
  left: 0px;
}

.wp-product-card-promo-label {
  color: #3c3c3c;
}

/* Small cards */
.wp-sale.wp-small .wp-on-sale-ribbon.hide {
  margin-top: 72px;
  transition: margin-top 0.8s linear;
  -webkit-transition: margin-top 0.8s linear;
}

.wp-sale.wp-small.wp-no-compare .wp-on-sale-ribbon.hide {
  margin-top: 35px;
  transition: margin-top 0.4s linear;
  -webkit-transition: margin-top 0.4s linear;
}

/* Small cards opened */
/* medium cards */
/* large cards */
.wp-sale .wp-on-sale-ribbon.hide,
.wp-sale.wp-small.wp-opened .wp-on-sale-ribbon.hide {
  width: 100%;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  position: absolute;
  right: -8px;
  top: 0;
  /* margin-top: -9px; */
  margin-top: 21%;
  transition: margin-top 0.6s linear;
  -webkit-transition: margin-top 0.6s linear;
}

.wp-sale .wp-on-sale-ribbon-inner {
  right: 0px;
  top: -72px;
  position: absolute;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #000;
  padding: 6px 12px 6px 34px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  z-index: 0;
}

.wp-sale .wp-on-sale-ribbon.hide:after {
  top: -54px;
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0px;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #000;
}

.wp-on-sale-ribbon svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  position: absolute;
  top: 6px;
  left: 12px;
}

.local-navigation .nav-link {
  font-size: 16px;
  font-size: 1.6rem;
}

.wp-clickable {
  cursor: pointer;
}

.wp-align {
  padding: 0px 20px;
}

span.pds-replacer-regular-price.wd-strikethrough {
  float: left;
  padding-left: 0 !important;
  padding-right: 0.25em;
}

.wp-product-card span.pds-replacer-done .pds-replacer-regular-price.wd-strikethrough {
  display: none;
}

.wp-view {
  position: absolute;
  top: 0px;
  height: 1px;
  width: 2px;
}

.wp-pos-rel {
  position: relative;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  .wp-view {
    width: 1px;
  }
}
@media only screen and (max-width: 40.063em) {
  .wp-view {
    width: 0px;
  }
}
.wp-banner-container {
  position: relative;
  background: #dadada;
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-color: #fafafa;
  background-color: #fff;
  background-position: center bottom;
}

.wp-banner-container:before {
  content: "";
  width: 100%;
  background: white;
  background: -webkit-linear-gradient(#fff 0%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(#fff 0%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(#fff 0%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0px;
}

@media only screen and (max-width: 40.063em) {
  .wp-banner-container:before {
    height: 400px;
  }
  .wp-banner-container {
    background-size: 1000px auto;
    background-position: 40% calc(100% + 50px);
  }
}
.wp-product-card {
  max-width: 700px;
  margin: auto;
  position: relative;
}

.wp-product-card .wp-product-info-container {
  border: 1px solid #dfdfdf;
  padding: 20px;
  background: #fff;
  overflow: hidden;
}

.wp-small .wp-product-info-container {
  min-height: 168px;
}

.wp-product-card .wp-product-desc {
  font-size: 14px;
  line-height: 1.36;
  text-align: left;
  color: #666666;
}

.wp-product-card .wp-product-desc .wp-product-long-desc, .wp-product-card.wp-opened .wp-product-desc .wp-product-short-desc {
  opacity: 0;
  display: none;
}

.wp-product-card.wp-opened .wp-product-desc .wp-product-long-desc, .wp-product-card .wp-product-desc .wp-product-short-desc {
  opacity: 1;
}

.wp-product-card.wp-opened .wp-product-desc .wp-product-long-desc {
  display: block;
}

.wp-product-card .wp-product-desc .wp-product-short-desc {
  display: inline;
}

.wp-product-card .wp-product-cta {
  position: relative;
  padding: 6px 0px 0px 0px;
  cursor: pointer;
  font-weight: 500;
  margin-top: 10px;
}

.wp-product-card .wp-cta-container .wp-product-cta:first-child {
  padding-top: 0px;
}

.wp-product-card .wp-product-cta a {
  text-decoration: none;
  font-family: ArtifaktElement, Arial, sans-serif;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.wp-product-card .wp-product-cta a:hover {
  color: #444;
}

.wp-product-card .wp-product-cta .icon-cta-go-arrow-circle {
  font-size: 20px;
  color: #bbb;
  top: 4px;
  position: relative;
  padding-right: 5px;
  display: inline-block;
}

.wp-product-card .wp-product-cta a:hover .icon-cta-go-arrow-circle {
  color: #000;
}

.wp-product-card .wp-product-cta .icon-cta-go-arrow {
  position: relative;
  top: 0px;
  left: 4px;
  font-size: 11px;
  margin-right: 15px;
  color: #b6b6b6;
}

.wp-product-card .wp-product-cta .icon-circle-o {
  position: absolute;
  left: 0px;
  top: 9.5px;
  font-size: 18px;
  color: #b6b6b6;
}

.wp-product-card .wp-cta-container .wp-product-cta:first-child .icon-circle-o {
  top: 3px;
}

.wp-product-card .wp-product-cta:hover .icon-cta-go-arrow, .wp-product-card .wp-product-cta:hover .icon-circle-o {
  color: #666;
}

.wp-product-card .wp-cta-container .wp-product-cta:last-child {
  border: none;
  padding-bottom: 0px;
}

.wp-product-card.wp-opened .text.section > .wp-cta-container:not(:nth-child(3)) {
  margin-top: 0px;
}

.wp-product-card.wp-opened .text.section .wp-cta-height > .wp-cta-container:not(:nth-child(2)) {
  margin-top: 0px;
}

.wp-product-card .wp-hr {
  width: 100%;
  height: 1px;
  background: #EEE;
  margin-top: 15px;
}

.wp-product-card .wp-pricing {
  font-family: ArtifaktElement, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-top: 7px;
}

.wp-product-card .wp-pricing.wp-discounted .wp-discount {
  display: inline;
}

.wp-product-card .wp-pricing.wp-discounted .wp-discount hide {
  display: none;
}

.wp-product-card .wp-pricing .wp-discount {
  display: none;
}

.wp-product-card .wp-pricing .wp-discount {
  font-family: ArtifaktElement, Arial, sans-serif;
  font-weight: 700;
  color: #666;
  text-decoration: line-through;
}

.wp-product-card .wp-pricing .wp-term {
  display: none;
  font-size: 14px;
  line-height: 1.71;
  color: #000;
  font-weight: 500;
  padding-left: 3px;
}

.wp-product-card .wp-promo {
  font-size: 14px;
  margin-top: 17px;
  color: #000;
  font-weight: 700;
}

.wp-product-card .wp-button-container {
  margin-top: 9px;
}

.wp-product-card.wp-full-button .wp-button-container .button, .wp-product-card.wp-full-button .wp-button-container .button.wp-grey {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: none;
  display: block;
}

.wp-product-card .wp-button-container .button.wp-grey {
  padding-right: 7px;
  padding-left: 0px;
}

.wp-product-card .wp-button-container .button.wp-grey .wd-button {
  background-color: #777;
}

.wp-product-card .wp-button-container .button.wp-grey:hover .wd-button {
  background-color: #444;
}

.wp-product-card .wp-expand, .wp-product-card .wp-minimize {
  font-family: ArtifaktElement, Arial, sans-serif;
  font-size: 14px;
  padding: 9px 20px;
  border: 1px solid #dfdfdf;
  border-top: none;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  background-color: #fff;
}

.wp-product-card .wp-expand .icon-show, .wp-product-card .wp-minimize .icon-hide {
  color: #AAA;
}

.wp-product-card .wp-expand:hover, .wp-product-card .wp-minimize:hover {
  color: #000;
  background-color: #f5f5f5;
}

.wp-product-card .wp-expand:hover .icon-show, .wp-product-card .wp-minimize:hover .icon-hide {
  color: #666;
}

.wp-product-card.wp-opened .wp-expand {
  display: none;
}

.wp-product-card .wp-minimize {
  display: none;
}

.wp-free-trial-button-container {
  margin-top: 16px;
}
.wp-free-trial-button-container .wp-free-trial-button {
  font-family: ArtifaktElement, Arial, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  box-sizing: border-box;
  justify-content: space-between;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.43;
  font-weight: 700;
  background-color: none;
  border: 1px solid #000000 !important;
  color: #000 !important;
  box-shadow: 0 0 0 2px rgba(128, 128, 128, 0);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 8px 16px;
  position: relative;
}
.wp-free-trial-button-container .wp-free-trial-button .wp-icon {
  position: absolute;
  height: 1.2em;
  width: 1.2em;
  right: 10px;
  top: 10px;
}
.wp-free-trial-button-container .wp-free-trial-button:hover {
  box-shadow: 0px 0px 0px 1px #8080ff;
}

.wp-buy-button-container {
  display: none;
}

.wp-opened .wp-buy-button-container {
  display: block;
}
.wp-opened .wp-buy-button-container .wp-buy-button {
  margin-top: 10px;
  font-family: ArtifaktElement, Arial, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  box-sizing: border-box;
  justify-content: space-between;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.43;
  font-weight: 700;
  background-color: none;
  border: 1px solid #000000 !important;
  color: #000 !important;
  box-shadow: 0 0 0 2px rgba(128, 128, 128, 0);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 8px 16px;
  position: relative;
}
.wp-opened .wp-buy-button-container .wp-buy-button .wp-icon {
  position: absolute;
  height: 1.2em;
  width: 1.2em;
  right: 10px;
  top: 10px;
}
.wp-opened .wp-buy-button-container .wp-buy-button:hover {
  box-shadow: 0px 0px 0px 1px #8080ff;
}

.wp-compare-checkbox.wp-checkbox-sorrento-large {
  display: none !important;
}

@media only screen and (min-width: 64.063em) {
  .wp-compare-checkbox.wp-checkbox-sorrento-small {
    display: none !important;
  }
  .wp-compare-checkbox.wp-checkbox-sorrento-large {
    display: block !important;
  }
}
.wp-compare-bt-container {
  margin: 10px 0px 15px 0px;
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .wp-compare-bt-container {
    position: relative;
    float: right;
    margin: 2px 0px 25px 0px;
  }
  .wp-results-panel .wp-compare-bt-container {
    margin: 60px 0px 25px 0px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 1100px) {
  .wp-collection-panel .wp-title {
    max-width: 400px;
  }
  .wp-collection-panel .wp-compare-bt-container {
    margin-top: 42px;
  }
}
.wp-collection-grid {
  padding-top: 0px;
}

.wp-compare-back span {
  cursor: pointer;
}

.wp-compare-bt-tooltip {
  background-color: #666666;
  display: block;
  position: absolute;
  top: 42px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  opacity: 0;
  z-index: 2;
}

.wp-compare-bt-tooltip span:only-child, .wp-compare-bt-tooltip span:last-child {
  position: relative;
  z-index: 2;
  padding: 0 0 0 0;
  min-width: auto;
  width: auto;
}

.wp-compare-bt-tooltip:after {
  z-index: 1;
  background-color: #666;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -12px;
}

.wp-compare-bt-container svg {
  height: 16px !important;
  width: 21px !important;
}

.wp-compare-checkbox label {
  font-size: 16px;
  line-height: 12px;
  color: #000;
  font-weight: 700;
  padding-top: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  height: 25px;
  margin-bottom: -14px;
  overflow: hidden;
  position: relative;
  top: -5px;
}

.wp-opened .wp-compare-checkbox label {
  top: 0px;
}

.wp-compare-checkbox label {
  cursor: pointer;
}

.wp-compare-checkbox .compare-not-available {
  color: #000;
  font-weight: 500;
}

.wp-product-card.wp-medium .wp-compare-checkbox, .wp-product-card.wp-small .wp-compare-checkbox, .wp-compare-card-deactived .wp-medium .wp-compare-checkbox, .wp-compare-card-deactived .wp-opened .wp-compare-checkbox, .wp-opened .wp-compare-checkbox, .wp-opened.wp-small .wp-compare-checkbox, .wp-compare-card-active .wp-compare-checkbox, .wp-compare-walkthrought .wp-compare-checkbox {
  opacity: 1;
  height: 25px;
}

.wp-product-card.wp-medium .wp-compare-checkbox, .wp-product-card.wp-small .wp-compare-checkbox {
  margin-bottom: -4px;
}

.wp-compare-walkthrought .wp-product-card.wp-small .wp-compare-checkbox, .wp-compare-card-active .wp-product-card.wp-small .wp-compare-checkbox {
  margin-top: 14px;
  margin-bottom: -14px;
}

@keyframes compare-show-checkbox {
  from {
    opacity: 0;
    height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  to {
    opacity: 1;
    height: 25px;
    margin-top: 14px;
    margin-bottom: -4px;
  }
}
@keyframes compare-hide-checkbox {
  from {
    opacity: 1;
    height: 25px;
    margin-top: 14px;
    margin-bottom: -4px;
  }
  to {
    opacity: 0;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@keyframes compare-show-checkbox-mobile {
  from {
    opacity: 0;
    height: 0px;
    margin-top: 0px;
  }
  to {
    opacity: 1;
    height: 25px;
    margin-top: 14px;
    margin-bottom: -14px;
  }
}
@keyframes compare-hide-checkbox-mobile {
  from {
    opacity: 1;
    height: 25px;
    margin-top: 14px;
    margin-bottom: -14px;
  }
  to {
    opacity: 0;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.wp-product-card.wp-opened .wp-compare-checkbox .wp-hr, .wp-product-card.wp-opened .wp-compare-checkbox .wp-hr {
  margin-top: 0px;
  margin-bottom: 15px;
}

.wp-product-card.wp-opened .wp-compare-checkbox, .wp-compare-walkthrought .wp-product-card.wp-opened .wp-compare-checkbox, .wp-compare-card-active .wp-product-card.wp-opened .wp-compare-checkbox {
  height: 35px;
  margin-bottom: -4px;
}

.wp-compare-card-active .wp-sorrento-card .wp-compare-checkbox, .wp-sorrento-card.wp-opened .wp-compare-checkbox, .wp-compare-card-active .wp-sorrento-card.wp-opened .wp-compare-checkbox {
  height: 50px;
  margin-top: 20px;
}

.wp-compare-card-active .wp-sorrento-card .wp-compare-checkbox .wp-hr, .wp-sorrento-card.wp-opened .wp-compare-checkbox .wp-hr, .wp-compare-card-active .wp-sorrento-card.wp-opened .wp-compare-checkbox .wp-hr {
  margin-bottom: 14px;
}

.wp-compare-checkbox input[type=checkbox] {
  border: 1px solid #666;
  border-radius: 100%;
  content: "";
  cursor: pointer;
  background-color: #fff;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -5px;
}

.wp-opened .wp-compare-checkbox input[type=checkbox] {
  top: 0px;
}

.wp-compare-drawer-container {
  background: #fff;
  border-top: 1px #ccc solid;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -400px;
  padding: 14px 0 20px 0;
  z-index: 9;
  display: block;
  animation: compare-slide-down 0.6s;
  -webkit-box-shadow: 0px -1px 19px 2px rgba(171, 171, 171, 0.5);
  -moz-box-shadow: 0px -1px 19px 2px rgba(171, 171, 171, 0.5);
  box-shadow: 0px -1px 19px 2px rgba(171, 171, 171, 0.5);
}

.wp-compare-drawer-product {
  padding: 17px 18px 15px;
  border: solid 1px #eeeeee;
  background-color: #eeeeee;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
}

.wp-compare-drawer-product img.wp-product-logo {
  max-height: 18px;
}

.wp-compare-drawer-product.wp-compare-added {
  border: solid 1px #eeeeee;
  padding: 21px 50opx 21px 21px;
  background: white;
}

.wp-compare-tray-product {
  visibility: hidden;
}

.wp-compare-drawer-product.wp-compare-added .wp-compare-tray-product {
  visibility: visible;
}

@media only screen and (min-width: 40.063em) {
  .wp-compare-drawer-product {
    padding: 17px 50px 17px 21px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .wp-compare-drawer-product img.wp-product-logo {
    max-height: none;
  }
}
.wp-compare-remove-item {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 25px;
  font-size: 24px;
  color: #666;
}

.wp-compare-remove-item i {
  cursor: pointer;
}

.wp-compare-clear {
  margin-left: 19px;
  padding-left: 16px;
  border-left: 1px solid #e5e5e5;
  float: left;
}

.wp-compare-clear a {
  display: inline-block;
  margin: 0.375em 0 0.3em 0;
  color: #444;
}

.wp-compare-launch {
  float: left;
}

.wp-compare-launch .wd-button.disabled {
  background-color: #ccc;
  cursor: default;
}

.wp-compare-drawer-container .wp-align {
  position: relative;
}

.wp-compare-close-tray {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
}

.wp-compare-drawer-container .wp-compare-drawer-col {
  padding-top: 4px;
  padding-bottom: 4px;
}

@media only screen and (min-width: 40.063em) {
  .wp-compare-drawer-container .wp-compare-drawer-col {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wp-compare-drawer-container .wp-compare-drawer-col:nth-child(3) {
    padding-left: 8px;
  }
  .wp-compare-drawer-container .wp-compare-drawer-col:nth-child(1) {
    padding-right: 8px;
  }
  .wp-compare-drawer-container .wp-compare-drawer-col:nth-child(2) {
    padding: 0px 4px;
  }
}
@media only screen and (min-width: 64.063em) {
  .wp-compare-drawer-container {
    animation: slide-up 0.6s;
  }
}
.wp-compare-bt-container .wd-button {
  background-color: #777;
}

.wp-compare-bt-container .wd-button:hover, .wp-compare-card-active .wp-compare-bt-container .wd-button, .wp-compare-walkthrought.wp-compare-card-active .wp-compare-bt-container .wd-button {
  background-color: #0696d7;
}

.wp-compare-card-tray-active .wp-compare-drawer-container {
  bottom: 0px;
  animation: compare-slide-up 0.6s;
}

.wp-compare-card-tray-deactived .wp-compare-drawer-container {
  animation: compare-slide-down 0.6s;
  bottom: -400px;
}

@keyframes compare-slide-up {
  from {
    bottom: -400px;
  }
  to {
    bottom: 0;
  }
}
@keyframes compare-slide-down {
  from {
    bottom: 0px;
  }
  to {
    bottom: -400px;
  }
}
.wp-compare-walkthrought .wp-compare-bt-container .wp-compare-bt-tooltip {
  opacity: 1;
  animation: compare-show-tooltip 0.6s;
}

.wp-compare-walkthrought-done .wp-compare-bt-container .wp-compare-bt-tooltip {
  opacity: 0;
  animation: compare-hide-tooltip 0.6s;
}

@keyframes compare-show-tooltip {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes compare-hide-tooltip {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.compare-card .compare-block:nth-of-type(odd) {
  background-color: #fff;
}

.compare-card .compare-block:nth-of-type(even) {
  background-color: #f5f5f5;
}

.compare-card li {
  list-style-type: disc;
}

.compare-card .row {
  min-width: 0px !important;
}

.wd-button.wp-grey-btn {
  background-color: #888 !important;
}

.wd-button.wp-grey-btn:hover {
  background-color: #666 !important;
}

.compare-card .compare-block:nth-of-type(1) img, .compare-card .compare-block:nth-of-type(1) .image {
  height: 30px;
  width: 277px;
}

.compare-card .compare-block:nth-of-type(1) {
  cursor: pointer;
}

.compare-card .compare-block:nth-of-type(1) img, .compare-card .compare-block:nth-of-type(1) .image {
  height: 30px;
  width: 277px;
}

.compare-card .compare-block:nth-of-type(1) p {
  margin: 3px 0 0 0;
  transition: color 0.2s;
  font-size: 30px;
}

.compare-card {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.compare-card .compare-block {
  padding: 24px 32px;
}

.compare-card .compare-block:nth-of-type(1) {
  padding: 24px 8px 24px 32px !important;
}

.wp-compare-before-price, .wp-compare-price-replacer, .wp-compare-after-price {
  display: block;
}

.wp-compare-before-price {
  margin-bottom: 4px;
}

.wp-product-card.wp-opened .wp-compare-before-price {
  margin-bottom: -4px;
  margin-top: 9px;
}

.wp-compare-after-price {
  margin-top: 7px;
}

.wp-product-card.wp-small .wp-compare-after-price, .wp-product-card.wp-medium .wp-compare-after-price, .wp-product-card.wp-small .wp-compare-before-price, .wp-product-card.wp-medium .wp-compare-before-price {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  margin: 0px;
}

.wp-product-card.wp-opened .wp-compare-after-price {
  max-height: none;
  margin-top: 7px;
}

.compare-card .compare-block ul li {
  padding-bottom: 10px;
}

.compare-card .compare-block ul li:last-child {
  padding-bottom: 0px;
}

.compare-card .wp-cta-container {
  margin-top: 10px;
}

.compare-card .wp-cta-container a {
  font-size: 14px;
  text-decoration: none;
  border-bottom: 0px;
  display: table;
}

.compare-card .wp-cta-container a svg {
  display: table-cell;
  margin-right: 4px;
  fill: #444;
  width: 19px;
  height: 19px;
}

.compare-card .wp-cta-container a span {
  display: table-cell;
  vertical-align: middle;
  color: #444;
}

html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .wp-compare-view {
  z-index: 1;
  position: absolute;
  top: 0px;
  overflow: hidden;
  width: 100%;
  display: none;
  padding-bottom: 70px;
}

html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit).wp-compare-card-launch-compare .wp-compare-view {
  display: block;
  animation: view-show-compare-bg 0.3s;
  opacity: 1;
}

@keyframes view-show-compare-bg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit).wp-compare-card-launch-compare .wp-compare {
  animation: view-show-compare 1.6s;
  opacity: 1;
}

@keyframes view-show-compare {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes view-hide-compare {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wp-compare-view-title-separator {
  display: none;
}

.wp-upsell-logo {
  width: 65px;
  position: absolute;
}

.wp-upsell-content {
  margin-left: 65px;
}

.wp-upsell-row.row {
  position: relative;
}

.wp-upsell-row.row, .wp-upsell-row .row {
  min-width: 0px;
}

.wp-compare-coll-upsell h2 {
  font-size: 19px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.wp-compare-coll-upsell p {
  margin: 3px 0 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
}

.wp-compare-coll-upsell a {
  border-bottom: 0px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571429;
}

.wp-compare-view-upsell-separator {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .wp-compare-coll-upsell p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 3px 0;
  }
  .wp-compare-coll-upsell a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.icon-windows, .icon-mac {
  font-size: 18px;
  margin-left: 5px;
}

.wp-compare-free-trial {
  color: #444 !important;
  background-color: #FFF;
}

.wp-compare-free-trial:hover {
  color: #444 !important;
  background-color: #FFF;
}

.wp-compare-use-for .wp-list-no-style {
  list-style: none;
  margin-left: -20px;
  margin-top: -2px;
}

.wp-product-card .wp-pricing div.wp-term {
  display: block;
}

.wp-product-card .wp-product-cta a {
  display: block;
}

.wp-product-card .wp-cta-container {
  width: 100%;
}

.wp-product-card .wp-pricing.wp-alt-price .wp-term a {
  line-height: 1.71;
}

.wp-pricing-compare .wp-discount {
  color: #b6b6b6;
  text-decoration: line-through;
}

.wp-top-products .wp-default-all-products-grid .grid-columns:nth-child(3n+1) {
  padding-right: 8px;
}

.wp-top-products .wp-default-all-products-grid .grid-columns:nth-child(3n+2) {
  padding: 0px 4px;
}

.wp-top-products .wp-default-all-products-grid .grid-columns:nth-child(3n) {
  padding-left: 8px;
}

.wp-top-products .wp-default-all-products-grid .column-content > .decorative-box, .wp-collection-grid .column-content > .decorative-box {
  margin-bottom: 16px;
}

.wp-top-products .wp-title {
  font-weight: 300;
  margin-bottom: 25px;
  font-size: 30px;
  color: #444;
}

.wp-buy-online-compare .wp-free-trial-col {
  display: none;
}

.wp-buy-online-compare .wp-subscribe-col {
  width: 100%;
}

.wp-a-z-list .wp-list-container .wp-link-item a.wp-link, .wp-a-z-list .wp-list-container .wp-link-item a.wp-link:visited, .wp-a-z-list .wp-list-container .wp-link-item a.wp-link:hover {
  color: #000 !important;
}

.wp-compare-launch .wd-button span:first-child {
  font-size: 14px;
  min-width: 14em !important;
  text-align: left;
}

.wp-compare-launch .wd-button .icon-svg-arrow-button {
  float: right;
}

.text ul li, .text ol li {
  margin-top: 0px;
}

.wp-footer-fat .text ul li, .text ol li {
  margin-top: 8px;
}

.text ul {
  padding: 0;
}

.text ul.wp-compare-view-list {
  max-width: none;
}

.wp-compare-launch > .wd-button, .wp-compare-launch a:not(.wp-compare-free-trial).wd-button {
  padding: 0.7em 0.5em 0.7em 1em;
  background: #0696d7;
  border: none !important;
}

.wp-compare-launch > .wd-button, .wp-compare-launch a:not(.wp-compare-free-trial).wd-button:hover {
  background: #0582ba;
}

.wp-compare-button .button.section a.wp-compare-free-trial.wd-button {
  color: #444 !important;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: none !important;
}

.wp-cta-container > .wp-product-cta a {
  border-bottom: none !important;
}

ul.wd-pl-20.wd-mt-8.wp-compare-use-for {
  margin-top: 8px;
  padding-left: 20px;
}

ul.wd-pl-20.wd-mt-8.wp-compare-use-for ~ ul {
  margin-top: 8px;
  padding-left: 20px;
}

ul.wd-pl-20.wd-mt-8.wp-compare-use-for ~ ul li {
  font-size: 14px;
}

ul.wd-pl-20.wd-mt-8.wp-compare-use-for li {
  font-size: 14px;
}

.body-content .text ul.wd-pl-20.wd-mt-8.wp-compare-use-for li > a:not(.wd-link-context):only-child {
  border-bottom: 1px solid #2a2a2a !important;
  font-weight: 600 !important;
  color: #2a2a2a !important;
}

.compare-block .wp-platform span > svg {
  margin-left: 0.5em;
}

.wp-compare-coll-upsell .row.wd-ph-20 .wd-bg-white.wd-ph-20.wd-pv-20.wd-mv-20.grid-columns {
  padding-left: 2em;
  padding-right: 2em;
}

.wp-upsell-content .wd-bc-smoke.wd-pl-16.wd-ml-16.wp-same-height.wd-pv-4 .wd-icon {
  position: relative;
}

.wp-upsell-content .column-content.parsys .row .responsive-column-0.responsive-column.wd-blw-1-md.wd-blw-1-lg.wd-bc-smoke.wd-pl-16.wd-ml-16.wp-same-height.wd-pv-4 a {
  border-bottom: none;
}

.wp-compare-button .button.section .wd-button.wp-outline.wd-font-14.wd-button-responsive.wd-uppercase span {
  font-size: 14px;
  font-weight: 700;
  width: auto;
}

.wp-compare-button .button.section .wd-button.wp-outline.wd-font-14.wd-button-responsive.wd-uppercase.wp-compare-free-trial span .wd-icon {
  fill: #444;
}

.compare-block .text.section h4 {
  font-size: 14px;
  margin-top: 8px;
}

/**********************************/
/*********  Top Panel    *********/
/********************************/
.title > .cmp-title > .wp-title-buy-online {
  font-family: ArtifaktLegend;
  margin: 70px 0px 8px 0px;
  font-size: 34px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
}

.text > .cmp-text > .wp-subtitle {
  color: #212121;
  margin-bottom: 30px;
  font-size: 18px;
  max-width: 710px;
}

.wp-top-panel-cards {
  background-color: #FFF;
  background-image: url(../jpg/new-free-trials-bg.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}

.wp-trial-banner-items > .aem-Grid > .core-container:first-child .wp-item {
  margin-right: 10px;
  background: #fff;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.wp-trial-banner-items > .aem-Grid > .core-container:nth-child(2) .wp-item {
  margin-left: 10px;
  background: #fff;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.wp-trial-banner-items > .aem-Grid {
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.wp-trial-banner-items .wp-item {
  padding: 28px 24px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
}

.wp-trial-banner-items .wp-item h2 {
  color: #222;
  font-size: 24px;
  font-weight: 800;
  font-family: ArtifaktLegend;
  line-height: 1.17;
}

.wp-trial-banner-items .wp-item p {
  color: #212121;
  font-family: ArtifaktElement;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.36;
  margin-top: 10px;
  max-width: 500px;
}

.wp-trial-banner-items .wp-item a {
  color: #000;
  font-family: ArtifaktElement;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.36;
  border: none !important;
  text-decoration: none !important;
}

.lp-partners1 .wp-card:hover {
  box-shadow: 0px 1px 4px 1px #999;
  cursor: pointer;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78em;
  min-width: 20em;
}

@media only screen and (max-width: 40.063em) {
  .wp-trial-banner-items > .aem-Grid > .core-container:first-child .wp-item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .wp-trial-banner-items > .aem-Grid > .core-container:nth-child(2) .wp-item {
    margin-left: 0px;
  }
  .wp-trial-banner-items .wp-item {
    padding: 32px 32px 64px 32px;
    border: 1px solid #dcdcdc;
  }
}

/*# sourceMappingURL=free-trials-gateway.css.map*/