/* ==========================================================================
   Partner Portal Pages 2018 Redesign
   ========================================================================== */

.partnerportal_partnerresources #interior.partnerPortal,
.partnerportal_default #interior.partnerPortal {
  padding: 60px 0 0;
}

.static #home {
  pointer-events: none;
  position: static;
}

.static #interior * {
  pointer-events: none;
}

.static #interior.partnerPortal {
  padding: 0;
  position: relative;
  top: -2px;
  z-index: -1;
}

#interior.partnerPortal {
  overflow: visible;
}

#interior.partnerPortal #news-blog {
  background: #fff;
  padding: 50px 5%;
}
/** Let new branding take this
#interior.partnerPortal .content {
  margin-top: 80px;
}
*/
#interior.partnerPortal .holder {
  max-width: 1300px;
  padding: 0;
  width: auto;
}

#interior .partner-welcome h1,
#interior .partner-categories h2 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

#interior h2.featured {
  display: block;
  position: relative;
  text-align: center;
}

#interior h2.featured > strong {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  padding-right: 40px;
  padding-bottom: 0.15em;
  position: relative;
  border-bottom: 2px solid #77d4f6;
  min-width: 9em;
  text-align: left;
}

#interior h2.featured > strong:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#interior h2.featured > strong + div {
  background: #eee;
  border-bottom: 1px solid #999;
  -webkit-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.08);
  display: none;
  font-size: 1rem;
  font-weight: 400;
  left: 0;
  line-height: 1.2;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 5;
}

#interior h2.featured > strong:hover + div,
#interior h2.featured > strong + div:hover {
  display: block;
}

#interior h2.featured > strong:hover:after {
  color: #00a9e0;
}

#interior h2.featured a {
  display: block;
  color: #000;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

#interior h2.featured a:hover {
  color: #00a9e0;
  border-color: #00a9e0;
}

.partnerPortal a {
  text-decoration: underline;
  color: #005776;
}
.partnerPortal a:hover {
  text-decoration: underline;
  color: #fa4616;
}

.partnerPortal .filters {
  background: #eee;
  padding: 10px 20px;
  text-align: center;
}

.partnerPortal .filters .clearfix {
  height: 40px;
  margin: 0 auto;
  max-width: 1024px;
}

.partnerPortal .filters input[type="text"] {
  background: #ebeae9;
  border: 2px solid #bbbaba;
  border-radius: 0;
  border-right: none;
  box-shadow: none;
  float: left;
  height: 40px;
  padding: 0 10px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  width: calc(100% - 48px);
  -webkit-appearance: none;
}

.partnerPortal .filters input[type="text"]:focus {
  background: #f9f9f9;
}

.partnerPortal .filters .clearfix input[type="submit"] {
  background: #ebeae9;
  border: 2px solid #bbbaba;
  border-left: none;
  color: #595959;
  font-family: "FontAwesome";
  font-size: 1.3rem;
  float: left;
  height: 40px;
  padding: 0;
  position: relative;
  width: 48px;
}

.partner-list {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 20px;
}

.partner-categories {
  min-height: 320px;
  padding: 40px 0;
  text-align: center;
}

.partner-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 45px;
  min-height: 155px;
}

.partner-icons a {
  display: block;
  min-height: 155px;
  text-decoration: none;
}

.partner-icons > div {
  font-size: 1.25rem;
  margin: 0 2%;
  width: 220px;
}

.partner-icons img {
  display: block;
  height: 95px;
  margin: 0 auto 10px;
  width: 95px;
}

.partner-icons img ~ img,
.partner-icons a:hover img {
  display: none;
}

.partner-icons a:hover img ~ img {
  display: block;
}

#interior .support-items .holder {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
  /* width: 100vw; */
}

.partnerportal_partnerresourcedetail #interior .support-items .holder {
  width: auto;
}

.portal-sort {
  background: #eee;
  padding-bottom: 20px;
  text-align: center;
}

.portal-sort .holder {
  position: relative;
}

.portal-sort span {
  border: none;
  background-color: #dcddde;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  margin: 10px 4px 0;
  padding: 0.6em 1em;
}

.portal-sort span.current {
  background-color: #00b0f2;
}

.portal-sort-categories {
  display: inline-block;
}

.portal-sort-options {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  display: none;
  font-size: 0.875rem;
  left: 50%;
  padding: 20px;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 472px;
  z-index: 40;
}

.portal-sort-options:hover,
.portal-sort-categories:hover + .portal-sort-options {
  display: block;
}

.portal-sort-options > div {
  height: 25vh;
  overflow-y: auto;
}

.portal-sort-options > input {
  margin-top: 20px;
}

.options-holder > label {
  font-weight: 600;
  font-size: 1.25rem;
  padding-left: 5px;
}

.options-holder > ul {
  column-count: 2;
  column-gap: 15px;
  list-style: none;
  margin: 8px 0 20px;
  padding-left: 15px;
}

.options-holder > ul li {
  display: table;
}

.options-holder > ul li input {
  cursor: pointer;
  display: table-cell;
  position: relative;
  top: 2px;
}

.options-holder > ul li label {
  cursor: pointer;
  display: table-cell;
  padding-left: 5px;
}

.options-holder > ul li input:hover + label,
.options-holder > ul li label:hover {
  text-decoration: underline;
}

/* https://app.asana.com/0/10290344319856/917774801974293 - Hide Global language dropdown */
#mobile-menu .menu-item:first-child,
.desktop .symbols .globe {
  display: none;
}

/* ==========================================================================
   Partner Portal Filter Revamp
   ========================================================================== */
#interior .support-header h2 {
  display: block;
  font-weight: 600;
  margin: 0 auto;
  max-width: 1300px;
  min-height: 116px;
  padding: 40px 10px;
}

.support-header {
  background-color: #fff;
  color: #222;
  text-transform: uppercase;
}

.support-types {
  background-color: #eee;
  min-height: 116px;
  width: 100%;
}

.support-types > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 116px;
  max-width: 1300px;
}

.support-filters {
  background-color: #eee;
  width: 100%;
}

.support-filters > div {
  background-color: #d7d7d7;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 82px;
  margin: 0 auto;
  padding: 18px 10px;
  max-width: 1300px;
}

.support-filters > div > * {
  margin: 0 10px;
}

.my-filter {
  font-size: 1.125rem;
  min-height: 42px;
  min-width: 200px;
  max-width: 280px;
  position: relative;
}

.my-filter-term {
  background-color: #ebebeb;
  border: 1px solid #959595;
  cursor: pointer;
  height: 42px;
  padding: 9px 30px 9px 15px;
  position: relative;
}

.my-filter-term:after {
  color: #222;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.my-filter-term.active ~ .my-filter-options {
  display: block;
}

.my-filter-choices a {
  color: #4c4c4c;
  display: block;
  font-size: 0.8rem;
  padding: 1px 12px;
  position: relative;
}

.my-filter-choices a:hover {
  color: #00a9e0;
}

.my-filter-choices a:after {
  content: "X";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.my-filter-choices a:first-child {
  margin-top: 10px;
}

.my-filter-options {
  background-color: #fff;
  border: 1px solid #959595;
  display: none;
  font-size: 0.875rem;
  left: -1px;
  max-height: 510px;
  overflow: hidden;
  padding: 20px 10px 10px;
  position: absolute;
  top: -1px;
  width: 300px;
  z-index: 1;
}

.my-filter-options > .filter-down,
.my-filter-options > .filter-up {
  color: #222;
  cursor: pointer;
  display: none;
  height: 20px;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
}

.my-filter-options > .filter-down {
  bottom: 10px;
}

.my-filter-options > .filter-up {
  top: 10px;
}

.filter-down:after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 1rem;
}

.filter-up:after {
  content: "\f0de";
  font-family: "FontAwesome";
  font-size: 1rem;
}

.my-filter-options > div {
  box-sizing: content-box;
  margin: 10px 0;
  max-height: 440px;
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
}

.my-filter-options ul {
  margin: 0;
  padding: 0;
}

.my-filter-options li {
  cursor: pointer;
}

.my-filter-options li:hover,
.my-filter-options label:hover,
.my-filter-options input[type="checkbox"]:hover + label {
  color: #00a9e0;
}

.my-filter-options input[type="checkbox"] {
  position: relative;
  top: 1px;
}

.my-filter-options label {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  padding-left: 3px;
  vertical-align: top;
  width: 90%;
}

.filter-clear,
.filter-apply {
  cursor: pointer;
  float: left;
}

.filter-apply {
  float: right;
}

.filter-apply,
.filter-apply a {
  color: #00a9e0;
}

.filter-apply a:hover {
  color: #0389b4;
}

.select-all {
  display: block;
}

.library-types,
.library-search {
  max-width: 48%;
}

.library-types {
  position: relative;
}

.library-types ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.library-types li {
  float: left;
}

.library-types li ~ li {
  margin-left: 15px;
}

.library-types li a {
  border: 1px solid transparent;
  border-bottom: none;
  color: #4c4c4c;
  display: inline-block;
  height: auto;
  padding: 10px 28px 10px 12px;
  position: relative;
}

.library-types li > a:after {
  color: #222;
  content: "\f0dd";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 8px;
}

.library-types li:hover a {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #222;
  border-bottom: none;
  color: #00a9e0;
}

.library-types li:hover > a:after {
  color: #00a9e0;
}

.library-types li div.overlay {
  background-color: #fff;
  color: #222;
  font-size: 1rem;
  height: 1px;
  left: 0;
  padding: 0 28px 0 12px;
  position: absolute;
  top: -1px;
  width: auto;
  z-index: 10;
}

.library-types li div.dropdown {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #222;
  cursor: pointer;
  float: left;
  left: -999em;
  padding: 0 0 5px;
  position: absolute;
  width: 280px;
  z-index: 5;
}

.library-types li div.dropdown a {
  background-color: transparent;
  border: none;
  color: #222;
  display: block;
  font-size: 0.875rem;
  height: auto;
  padding: 7px 10px 5px;
}

.library-types li:hover div.dropdown {
  left: auto;
  top: 43px;
}

.library-types li div.dropdown a:hover,
.library-types li div.dropdown a.selected {
  background-color: #00a9e0;
  color: #fff;
}

.library-search > div {
  display: inline-block;
  vertical-align: middle;
}

.library-search > div ~ div {
  margin-left: 20px;
}

.library-search input[type="submit"] {
  background-color: #eee;
  border: 1px solid #707070;
  border-right: none;
  color: #000;
  float: left;
  font-family: "FontAwesome";
  font-size: 1.5rem;
  height: 42px;
  padding: 0;
  width: 42px;
}

.library-search input[type="text"] {
  -webkit-appearance: none;
  background-color: #eee;
  border: 1px solid #707070;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  float: left;
  font-size: 1rem;
  height: 42px;
  width: 285px;
}

/* ==========================================================================
   Intro.js Styles https://introjs.com/
   ========================================================================== */
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(0, 0, 0, 0.4)),
    color-stop(100%, rgba(0, 0, 0, 0.9))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #00a9e0; /* Old browsers */
  background: -webkit-linear-gradient(
    top,
    #00a9e0 0%,
    #1e5799 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #00a9e0),
    color-stop(100%, #1e5799)
  ); /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #00a9e0 0%, #1e5799 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, #00a9e0 0%, #1e5799 100%); /* IE10+ */
  background: -o-linear-gradient(
    top,
    #00a9e0 0%,
    #1e5799 100%
  ); /* Opera 11.10+ */
  background: linear-gradient(to bottom, #00a9e0 0%, #1e5799 100%); /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a9e0', endColorstr='#1e5799', GradientType=0)"; /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=000000)"; /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.introjs-helperNumberLayer.nav {
  top: 56px;
  left: -14px;
}

.introjs-arrow {
  border: 5px solid transparent;
  content: "";
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  left: 20px;
  border-bottom-color: white;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: white;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: white;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: white;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
}
.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: white;
}
.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: white;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: white;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: white;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px / normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f4f4f4),
    to(#ececec)
  );
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ececec),
    to(#f4f4f4)
  );
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #bbb;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* ==========================================================================
   Support / Training
   ========================================================================== */
.resource-pager {
  background-color: #eee;
}

.resource-pager > div {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px 30px;
}

.resource-pager a {
  color: #00a4e4;
}

.resource-pager a:hover {
  text-decoration: underline;
}

.resource-pager a:not([href]) {
  color: #4c4c4c;
  cursor: text;
}

.resource-pager a:not([href]):hover {
  text-decoration: none;
}

.support-search {
  padding: 20px 0;
  background-color: #eee;
  margin-top: 0.75em;
}

.support-filter {
  background-color: #eee;
}

.support-search-holder input {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
  border: 2px solid #bbbaba;
  border-right: none;
  font-size: 1.25rem;
  padding: 0.15em 0.25em 0.25em;
  background-color: transparent;
}

.support-search-inputs {
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.support-search-text-input {
  flex-basis: calc(100% - 50px);
  border-right: none;
}

.support-search-btn {
  flex-basis: 50px;
  position: relative;
  background-color: transparent;
  border: 2px solid #bbbaba;
  border-left: none;
  padding: 0;
}

.support-search-btn .sb-icon-search {
  width: 100%;
  height: 40px;
  color: #5e5c5c;
  position: relative;
  background-color: transparent;
  font-size: 1.3rem;
}

.support-search-btn .sb-icon-search::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 39px;
}

.support-filter-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-filter-btns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  margin: 1rem;
  max-width: 768px;
  padding: 0;
}

.support-filter-btns ~ .support-filter-btns {
  max-width: none;
}

.support-filter-btns li {
  margin: 0.4em;
}

@media all and (-ms-high-contrast: none) {
  /* formerly .no-grid class */
  body :not(.list-view) .support-items-holder {
    display: flex;
    flex-wrap: wrap;
  }

  body :not(.list-view) .support-card {
    flex: 0 1 22%;
    margin: 1.5% 1.5%;
  }

  body .list-view .support-items-holder {
    display: block;
  }

  body .list-view .support-card {
    margin: 0 0 2rem;
  }
}

.support-filter-btns ~ .support-filter-btns {
  max-width: none;
}

.support-filter-btns ~ .support-filter-btns li {
  margin: 0;
}

.support-filter-btns select {
  min-width: 200px;
}

.support-filter-btns button {
  border: none;
  background-color: #dcddde;
  line-height: 1.2;
  padding: 0.6em 1em;
}

.support-filter-btns button.active {
  background-color: #00b0f2;
}

.support-view-btns {
  list-style: none;
  display: flex;
  font-size: 0;
  padding: 0;
}

.support-view-btns button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0 6px;
}

.grid-icon,
.list-icon {
  width: 35px;
  height: 22px;
}

.grid-icon use,
.list-icon use {
  fill: #b1afb0;
}

.grid-view-btn.active use,
.list-view-btn.active use {
  fill: #222;
}

.support-items {
  background-color: #eee;
  padding-bottom: 3rem;
  padding-top: 22px;
}

.support-items-holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /*grid-gap: 2em;*/
  grid-gap: calc((100vw / 70) + 10px);
}

.support-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 285px;
  position: relative;
}

.support-card .overlay {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.support-card:hover .overlay {
  opacity: 0.25;
}

.list-view .support-card {
  max-width: none;
  padding: 0.6rem 1.4rem;
}

.support-card-img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center top;
}

#interior .support-card h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.75rem 0.75rem 0;
}

.support-card p {
  font-size: 0.875rem;
  line-height: 1.29;
  margin: 0.75rem;
}

.support-card ul {
  display: none;
}

.support-card a:not(.overlay) {
  color: #00a9e0;
  font-weight: 600;
  position: relative;
  z-index: 10;
}

.support-card a:not(.overlay):hover {
  text-decoration: underline;
}

.support-card * {
  color: #222;
}

.support-card .q-a {
  display: flex;
  font-size: 0.875rem;
  margin: 1.9rem 1.8rem 1rem;
  line-height: 1.29;
}

.list-view .support-card .q-a {
  font-size: 1.25rem;
  margin: 0.75rem;
}

.list-view .support-card .q {
  float: left;
}

.list-view .support-card .answer {
  float: right;
  margin-left: 1rem;
}

.list-view .support-card .q-a * {
  display: inline;
  font-size: 1.25rem;
}

.support-card .q {
  width: 1.5rem;
  flex-shrink: 0;
  font-weight: 700;
}

.support-card .answer {
  margin-top: 1em;
  border-bottom: 1px solid;
  font-weight: 600;
  display: table;
}

.list-view .support-items-holder {
  grid-template-columns: 1fr;
}

.list-view .st-resource-img {
  display: none;
}

.list-view .support-card-img {
  display: none;
}

.faq-card.manufacturing {
  background-color: #e75941;
}

.faq-card.manufacturing * {
  color: #fff;
  border-color: #fff;
}

.faq-card.three-d-concept {
  background-color: #33fc28;
}

.faq-card.model-based {
  background-color: #ecbe02;
}

.faq-card.concept-gen {
  background-color: #f2931e;
}

.faq-card.concept-gen * {
  color: #fff;
  border-color: #fff;
}

.support-card-category {
  margin: auto 0.75rem 0.75rem;
  text-align: right;
  font-size: 0.75rem;
  border-top: 2px solid #2dccd3;
  padding-top: 1em;
}

.list-view .support-card-category {
  margin-top: 1.5em;
}

.concept-gen:not(.faq-card) .support-card-category,
.concept-gen.faq-answer-holder dl {
  border-color: #f2931e;
}

.three-d-concept:not(.faq-card) .support-card-category,
.three-d-concept.faq-answer-holder dl {
  border-color: #33fc28;
}

.model-based:not(.faq-card) .support-card-category,
.model-based.faq-answer-holder dl {
  border-color: #ecbe02;
}

.manufacturing:not(.faq-card) .support-card-category,
.manufacturing.faq-answer-holder dl {
  border-color: #e75941;
}

.multi-categories:not(.faq-card) .support-card-category,
.multi-categories.faq-answer-holder dl {
  border-color: #22DCCD3;
}

.faq-answer-holder {
  padding: 2.1rem 0 2.8rem;
}

.faq-header-holder {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.faq-header-holder h3 {
  font-weight: 400;
  font-size: 1.25rem;
}

.faq-answer-holder a {
  font-size: 1.2rem;
  color: #222;
}

.faq-answer-holder a:hover {
  border-bottom: 1px solid;
}

.faq-answer-holder dl {
  border-bottom: 1px solid;
  margin: 1.5rem 0 2rem;
}

.faq-answer-holder dt {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.faq-answer-holder dd {
  font-size: 1.25em;
  margin: 2rem 0;
  line-height: 1.35;
}

.faq-answer-holder dd > ul {
  padding-top: 15px;
}

.faq-helpful legend {
  margin-bottom: 1rem;
}

.faq-helpful button {
  background-color: #00b0f2;
  border: none;
  color: #fff;
  padding: 0.3em 1em;
  width: 6em;
}

.faq-helpful button:hover {
  background-color: #008fc3;
}

.grid-view .faq-page-card {
  min-height: 22.5em;
}

.video-support-title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 400;
  margin: 1em 0 1.25em;
}

.video-support-video {
  display: block;
  margin: 0 auto;
}

.video-support-text {
  font-size: 1.25rem;
  margin: 2.1em 0 0;
}

.st-resource-img {
  position: relative;
  border-bottom: thin solid rgb(94, 92, 92, 0.6);
}

.st-play-btn {
  position: absolute;
  width: 20%;
  left: 40%;
  top: 0;
  height: 98%;
  opacity: 0;
  transition: opacity 0.3s;
}

.support-card:hover .st-play-btn {
  opacity: 1;
}

.support-cta {
  padding-bottom: 40px;
}

.support-cta a {
  color: #00a9e0;
}

.support-cta a:hover {
  color: #349bc6;
  text-decoration: underline;
}

/* ==========================================================================
   Support Card Playlist Styles
   ========================================================================== */
.grid-view .support-video-num {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 1.125rem;
  left: 0;
  padding: 8px 15px;
  position: absolute;
  top: 0;
  z-index: 5;
}

.list-view .support-video-num {
  display: none;
}

.grid-view .support-card:hover .support-video-num {
  background-color: rgba(0, 0, 0, 0);
}

/* ==========================================================================
   Partner Resource Detail
   ========================================================================== */
#interior .resource-detail {
  padding-top: 30px;
  max-width: 1300px;
}

#interior .resource-detail h1 {
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}

.resource-detail .breadcrumb {
  padding-bottom: 20px;
}

.resource-detail .support-items {
  background-color: #f7f7f7;
}

.resource-detail .support-cta {
  text-align: center;
}

.resource-content {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 750px;
  padding-top: 30px;
  text-align: center;
}

.resource-content > a[target="_self"] {
  display: inline-block;
  margin-bottom: 15px;
}

.resource-content > p {
  text-align: left;
}

.resource-content .wistia_embed {
  height: auto !important;
}

.resource-img {
  border: 1px solid #545152;
  margin: 0 auto;
  display: block;
  max-width: 750px;
}

.resource-img img {
  max-width: 100%;
  width: 100%;
}

/* ==========================================================================
   Partner Event Detail
   ========================================================================== */
.partnerportal_eventdetail section {
  margin: 0 auto;
  max-width: 880px;
}

.partnerportal_eventdetail .event-detail {
  max-width: 940px;
  width: auto;
}

.partnerportal_eventdetail .event-detail .detail-content {
  max-width: 600px;
  width: auto;
}

/* ==========================================================================
   ALL Media Queries
   ========================================================================== */
/* max-width 1360px */
@media only screen and (max-width: 85em) {
  .holder:not(.selling-points):not(.req-lic-drop-holder) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .partnerportal_eventdetail #interior .content {
    padding: 0;
  }
}

/* max-width 1100px, mobile styles */
@media only screen and (max-width: 68.75em) {
  .support-filters > div {
    justify-content: center;
  }

  .support-filters > div > span {
    color: #222;
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 16px;
    text-align: center;
    width: 100%;
  }

  .support-filters > div > div {
    margin: 0 10px 15px;
  }

  .my-filter-options {
    width: auto;
  }
}

/* max-width 1023px, mobile styles */
@media only screen and (max-width: 63.938em) {
  .partner-icons > div {
    font-size: 1.125rem;
    margin: 0 2%;
    width: 220px;
  }

  .support-items-holder {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .partnerPortal .filters select {
    width: 100%;
  }

  .support-filter-holder {
    display: block;
  }

  .support-filter-btns {
    margin: 1rem 0;
    max-width: none;
    padding: 0 1rem;
    width: 100%;
  }

  .support-filter-btns ~ .support-filter-btns {
    display: block;
  }

  .support-filter-btns ~ .support-filter-btns li {
    margin: 0 auto;
    width: 50%;
  }

  #interior .resource-detail {
    padding-top: 0;
  }

  #interior .support-header h2 {
    font-size: 1.75rem;
    min-height: 80px;
    padding: 22px 20px;
  }

  .support-types > div {
    display: block;
    height: auto;
    min-height: 116px;
    padding: 20px;
  }

  .library-types,
  .library-search {
    max-width: 100%;
    min-height: 50px;
    width: 100%;
  }

  .library-search {
    margin-top: 10px;
  }

  .library-search > .clearfix {
    width: 80%;
  }

  .library-search input[type="text"] {
    width: calc(100% - 42px);
  }

  .my-filter {
    min-width: 0;
    max-width: none;
    width: 100%;
  }

  .my-filter-options {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80vw;
  }

  .partnerportal_eventdetail .event-detail .detail-content {
    max-width: none;
  }
}

/* max-width 767px */
@media only screen and (max-width: 47.9em) {
  .support-items-holder {
    grid-template-columns: 1fr 1fr;
  }

  .mobile .introjs-tooltip {
    margin-top: 40px !important;
  }

  .mobile.nav-is-active .introjs-tooltip {
    margin-top: -215px !important;
  }

  .mobile.nav-is-active .introjs-helperLayer {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .mobile.nav-is-elevated .menu-level {
    height: auto;
    top: -200px;
    overflow: visible;
  }

  .support-filter-btns ~ .support-filter-btns li {
    width: 80%;
  }

  .support-filters > div,
  .introjs-helperNumberLayer {
    display: none;
  }

  #interior .support-header h2 {
    min-height: 60px;
    padding: 12px 20px;
  }

  .library-types li {
    float: none;
    position: relative;
  }

  .library-types li ~ li {
    margin-left: 0;
  }

  .library-types li a {
    background-color: #f4f4f4;
    border: 1px solid #959595;
    width: 100%;
  }

  .library-types li:hover a {
    border-bottom: 1px solid #222;
  }

  .library-types li div.overlay,
  .library-types li div.dropdown,
  .library-search > .clearfix {
    width: 100%;
  }

  .library-types li:nth-child(-n + 2) {
    display: none;
  }

  .library-search > .clearfix {
    margin-bottom: 20px;
  }

  .library-search > div ~ div {
    margin-left: 0;
  }
}

@media (max-width: 767px) and (min-width: 280px) and (-ms-high-contrast: none),
  (max-width: 767px) and (min-width: 280px) and (-ms-high-contrast: active) {
  .support-filter-btns {
    display: block;
  }

  .support-filter-btns li {
    margin: 0 0 15px;
    width: 100%;
  }
}

/* max-width 748px */
@media only screen and (max-width: 46.75em) {
  .partner-icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partner-icons > div {
    margin: 0 2% 30px;
  }
}

/* max-width 600px */
@media only screen and (max-width: 37.5em) {
  .portal-sort-categories {
    display: block;
  }

  .portal-sort span {
    display: block;
    margin: 15px auto 0;
    width: 90%;
  }

  .portal-sort-options {
    width: 90%;
  }

  .options-holder > ul {
    column-count: 1;
  }
}

/* max-width 544px */
@media only screen and (max-width: 34em) {
  .support-items-holder {
    grid-template-columns: 1fr;
  }
}
