/* MinifyError
(1473,31): run-time error CSS1055: Expected media-query expression, found 'not'
(1482,31): run-time error CSS1055: Expected media-query expression, found 'screen'
(1491,31): run-time error CSS1055: Expected media-query expression, found 'screen'
 */
.horizontal-flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/*
    START: Common element override
*/
html,
span,
div,
input,
hr,
select,
textarea {
  outline: none;
}
main {
  outline: none !important;
}
body{
  font-family:"Microsoft Yahei",Arial,tahoma,arial!important;
}


body h3 {
  text-align: left;
}
html[dir='rtl'] body h3 {
  text-align: right;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: scrollbar;
  word-wrap: break-word;
  transition: margin-right ease-in-out 0.5s;
}
body.dialog-buffer {
  margin-right: 400px;
}
body h2 {
  text-align: center;
  color: #ffffff;
}
body hr {
  padding-bottom: 12px;
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  padding: 0;
  color: #949396;
  width: 100%;
}
body .btn-link-inline {
  padding: 0;
  margin: 0;
  min-width: 0;
  vertical-align: inherit;
}
body .btn-link-inline[disabled] {
  background-color: transparent !important;
  color: inherit !important;
}
body.modal-open {
  overflow-y: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}
body a:hover,
body a:focus {
  text-decoration: underline;
}
.footer-padding {
  padding-bottom: 68px;
}
table {
  border-width: 2px;
}
table tr,
table td {
  border-width: 2px;
  border-color: #bbb;
  padding: 4px;
}
table tr:first-child {
  border-top-style: none !important;
}
table td:first-child {
  border-left-style: none;
}
table.border-solid {
  border-style: solid;
}
table.border-solid tr {
  border-top-style: solid;
}
table.border-solid td {
  border-left-style: solid;
}
table.border-dotted {
  border-style: dotted;
}
table.border-dotted tr {
  border-top-style: dotted;
}
table.border-dotted td {
  border-left-style: dotted;
}
table.border-dashed {
  border-style: dashed;
}
table.border-dashed tr {
  border-top-style: dashed;
}
table.border-dashed td {
  border-left-style: dashed;
}
.no-list-spacing li {
  margin-bottom: 0;
}
.element-tabbable:focus {
  border: dotted thin;
  border-color: #777777;
  border-width: 1px;
  margin: -1px;
}
.element-tabbable:focus:active {
  border: none;
  margin: auto;
}
.win-icon.win-icon-Cancel {
  cursor: pointer;
}
.image-as-background {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.normalize-button {
  padding: 0;
  border: 0;
  min-width: unset;
  margin: 0;
}
.card {
  padding: 0;
  border: 3px solid #e6e6e6;
}
.card .card-header {
  padding: 8px 12px;
  position: relative;
  background-color: #e6e6e6;
}
.card .card-header-cancel {
  font-weight: 500;
  color: #0078d4;
  cursor: pointer;
}
.card .card-content {
  position: relative;
  padding: 12px;
  overflow: hidden;
  background-color: #ffffff;
}
.no-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container .container {
    width: 100%;
  }
}
/*
    END: Common element override
*/
/*
    START: Common classes override
*/
/* http://docs.angularjs.org/api/ng/directive/ngCloak */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.glyphicon-refresh-animate {
  animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}
.vertically-center {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontally-center {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
html[dir='rtl'] .horizontally-center {
  right: 50%;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
html[dir='rtl'] .absolute-center {
  right: 50%;
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.bold {
  font-weight: 600;
}
.alert-banner {
  font-weight: 600;
  padding: 20px;
  background-color: #F25022;
  color: #ffffff;
}
.alert-banner a {
  color: #ffffff;
  text-decoration: underline;
}
.bubble-content::after {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 10px;
  border-style: solid;
  border-width: 0 16px 12px 0;
  border-color: #ffffff transparent;
  width: 0;
}
.bubble-content.bubble-right::after {
  left: auto;
  right: 10px;
  top: auto;
  bottom: -12px;
  border-color: transparent #ffffff;
  border-width: 12px 0 0 16px;
}
.bubble-content.bubble-below::after {
  left: auto;
  right: auto;
  top: 100%;
  border-width: 12px 12px 12px 0;
}
.message .message-text {
  position: relative;
  padding: 12px;
  margin-right: 48px;
}
.message .message-text.virtual-agent-message-text {
  background: #f2f2f2;
  color: #000000;
}
.message .message-text.virtual-agent-message-text::after {
  border-color: #f2f2f2 transparent;
}
.message .message-text.virtual-agent-message-text.bubble-left::after {
  border-color: transparent #f2f2f2;
}
.message .message-text.virtual-agent-message-text::after {
  border-color: #f2f2f2 transparent;
}
.message .message-text.virtual-agent-message-text.bubble-left::after {
  border-color: transparent #f2f2f2;
}
.message .message-text.system-info-text {
  background: #cccccc;
  color: #000000;
}
.message .message-text.system-info-text::after {
  border-color: #cccccc transparent;
}
.message .message-text.system-info-text.bubble-left::after {
  border-color: transparent #cccccc;
}
.message .message-text.system-info-text::after {
  border-color: #cccccc transparent;
}
.message .message-text.system-info-text.bubble-left::after {
  border-color: transparent #cccccc;
}
.message .message-text.system-error-text {
  background: #e81123;
  color: #ffffff;
}
.message .message-text.system-error-text::after {
  border-color: #e81123 transparent;
}
.message .message-text.system-error-text.bubble-left::after {
  border-color: transparent #e81123;
}
.message .message-text.system-error-text::after {
  border-color: #e81123 transparent;
}
.message .message-text.system-error-text.bubble-left::after {
  border-color: transparent #e81123;
}
.message .message-text.agent-message-text {
  background: #0078d4;
  color: #ffffff;
}
.message .message-text.agent-message-text::after {
  border-color: #0078d4 transparent;
}
.message .message-text.agent-message-text.bubble-left::after {
  border-color: transparent #0078d4;
}
.message .message-text.agent-message-text::after {
  border-color: #0078d4 transparent;
}
.message .message-text.agent-message-text.bubble-left::after {
  border-color: transparent #0078d4;
}
.message .message-text.agent-message-text a {
  color: #ffffff;
  text-decoration: underline;
}
.message .message-text.user-message-text {
  background: rgba(0, 120, 215, 0.1);
  color: #000000;
  margin-left: 48px;
  margin-right: 0;
}
.message .message-text.user-message-text::after {
  border-color: rgba(0, 120, 215, 0.1) transparent;
}
.message .message-text.user-message-text.bubble-left::after {
  border-color: transparent rgba(0, 120, 215, 0.1);
}
.message .message-text.user-message-text::after {
  border-color: rgba(0, 120, 215, 0.1) transparent;
}
.message .message-text.user-message-text.bubble-left::after {
  border-color: transparent rgba(0, 120, 215, 0.1);
}
html[dir='rtl'] .message .message-text.user-message-text {
  margin-left: 0;
  margin-right: 48px;
}
html[dir='rtl'] .message .message-text {
  margin-left: 48px;
  margin-right: 0;
}
.message .message-error {
  color: #4d4d4d;
}
.message .message-button-container {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -12px;
}
.message .message-button-container .message-button {
  width: 100%;
  cursor: pointer;
}
.message-slots {
  overflow: hidden;
}
.message-slots .slot-list-container {
  margin-top: 8px;
}
.message-slots .slot-list-container .slot-list-option {
  margin: 2px 0;
  display: block;
  min-height: 34px;
  padding: 7px 2px 8px;
}
.message-slots .slot-list-container .slot-list-option:active,
.message-slots .slot-list-container .slot-list-option:focus {
  color: #666;
}
.message-slots .slot-dropdown-container {
  margin: 12px 20px 10px 0;
}
.message-slots .slot-dropdown-container .slot-dropdown-option {
  height: 44px;
}
html[dir='rtl'] .message-slots .slot-dropdown-container {
  margin: 12px 0 10px 20px;
}
.hide-message-slots .message-slots {
  opacity: 0;
}
.message-slot-slideup {
  animation-name: slot-slide-up;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
  padding-bottom: 12px;
}
.message-animation {
  width: 40px;
}
.message-animation .dot {
  display: inline-block;
  width: 5px;
  animation-iteration-count: infinite;
  animation-name: message-animation;
}
.message-animation .dot:before {
  content: "\E872";
  font-family: "Dev Center MDL2 Assets", "Membership MDL2 Assets";
}
.va-message-slideout {
  animation-name: message-slide-out;
  animation-duration: 400ms;
  animation-fill-mode: forwards;
}
@keyframes slot-slide-up {
  from {
    max-height: 238px;
  }
  to {
    max-height: 0;
  }
}
@keyframes message-slide-out {
  from {
    transform: scale(0);
    -ms-transform: scale(0);
    transform-origin: left;
    -ms-transform-origin: left;
  }
  to {
    transform: scale(1);
    -ms-transform: scale(1);
    transform-origin: left;
    -ms-transform-origin: left;
  }
}
@keyframes message-animation {
  from {
    color: #e2e2e2;
  }
  to {
    color: #4d4d4d;
  }
}
.clickable {
  cursor: pointer;
}
.skylight-nav-entry {
  display: table;
}
.skylight-nav-entry .skylight-image-container,
.skylight-nav-entry .skylight-nav-header {
  display: none;
}
.skylight-nav-entry,
.skylight-nav-entry .skylight-nav-details,
.skylight-nav-entry .skylight-nav-btn {
  width: 100%;
}
.skylight-nav-entry .skylight-nav-details {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0;
}
.skylight-nav-entry .skylight-nav-details .skylight-nav-header h1 {
  font-size: 36px;
  margin-bottom: 4px;
}
.skylight-nav-entry .skylight-nav-details .skylight-nav-header h2 {
  margin-bottom: 24px;
}
.skylight-nav-entry .skylight-nav-details img {
  display: inline-block;
}
.skylight-nav-entry .skylight-nav-details sup {
  left: 2px;
  font-size: 50%;
  top: -1em;
}
.skylight-nav-entry .skylight-image-container {
  width: 182px;
  float: left;
}
.skylight-nav-entry .skylight-head-icon {
  width: 40px;
  height: 28px;
  padding-right: 12px;
}
.skylight-nav-entry .btn.btn-primary.skylight-nav-btn {
  padding: 12px 24px;
  font-size: 13px;
  border-color: #ffffff;
  border-width: 0;
}
.skylight-nav-entry .btn.btn-primary.skylight-nav-btn:hover {
  border-color: #ffffff;
}
.skylight-nav-entry .btn.btn-primary.skylight-nav-btn .win-icon {
  top: -1px;
  padding-left: 4px;
}
@media (min-width: 540px) {
  .skylight-nav-entry {
    margin: 48px auto;
  }
  .skylight-nav-entry:not(.skylight-nav-collapsed) {
    min-height: 182px;
  }
  .skylight-nav-entry:not(.skylight-nav-collapsed) .skylight-nav-details {
    padding-left: 32px;
  }
  .skylight-nav-entry:not(.skylight-nav-collapsed) .skylight-nav-details img {
    display: none;
  }
  .skylight-nav-entry .skylight-image-container,
  .skylight-nav-entry .skylight-nav-header {
    display: block;
  }
  .skylight-nav-entry.skylight-nav-collapsed {
    margin-top: 24px;
    margin-bottom: -12px;
  }
  .skylight-nav-entry.skylight-nav-collapsed .btn.btn-primary.skylight-nav-btn {
    padding-top: 8px;
    padding-bottom: 7px;
  }
  .skylight-nav-entry .btn.btn-primary.skylight-nav-btn {
    border-width: 1px;
    width: auto;
  }
  .skylight-nav-entry .btn.btn-primary.skylight-nav-btn:hover,
  .skylight-nav-entry .btn.btn-primary.skylight-nav-btn:focus {
    background-color: #086cbf;
    border-color: #76b5e8;
  }
  .skylight-nav-entry .btn.btn-primary.skylight-nav-btn:active {
    background-color: #004e8c;
  }
}
.skylight-entry {
  max-width: 320px;
  width: 100%;
  margin: 12px auto;
  z-index: 1;
  /* Make message bubble appear to come from Virtual Agent Image */
}
.skylight-entry .bubble-content.bubble-below::after {
  border-width: 10px 12px 0 0;
}
.skylight-entry .message-bubble {
  background-color: #e2e2e2;
  margin-bottom: 4px;
  padding: 8px;
  position: relative;
  width: 60px;
  display: none;
}
.skylight-entry .message-bubble message-animation .message-animation {
  position: relative;
  padding: 10px;
  width: 60px;
  height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
html[dir='rtl'] .skylight-entry .message-bubble message-animation .message-animation {
  right: 50%;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.skylight-entry .message-bubble .message-bubble-content {
  width: 100%;
  opacity: 0;
}
.skylight-entry .message-bubble .message-bubble-content .message-bubble-header {
  font-family: 'Segoe UI Bold', 'Segoe UI';
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.skylight-entry .message-bubble .message-bubble-content.visible {
  opacity: 1;
}
.skylight-entry .message-bubble.full-width {
  width: 100%;
}
.skylight-entry .message-bubble:after {
  border-color: #e2e2e2 transparent;
  left: 50px;
  z-index: 1;
}
html[dir='rtl'] .skylight-entry .message-bubble:after {
  left: auto;
  right: 50px;
}
.skylight-entry button {
  width: 100%;
  height: 48px;
  color: #ffffff;
  background-color: #0078d4;
  text-overflow: ellipsis;
  padding: 0 20px;
  margin: 0;
}
.skylight-entry button span {
  vertical-align: middle;
}
.skylight-entry button:focus,
.skylight-entry button:hover,
.skylight-entry button:active {
  background-color: #086cbf;
}
.skylight-entry img {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
html[dir='rtl'] .skylight-entry img {
  margin-right: 0;
  margin-left: 4px;
}
@media (min-width: 540px) {
  .skylight-entry {
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin: 0;
  }
  .skylight-entry .message-bubble {
    display: block;
  }
  html[dir='rtl'] .skylight-entry {
    left: 20px;
    right: auto;
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  .radio:hover,
  .radio:focus,
  .radio:active {
    -ms-high-contrast-adjust: none;
    background-color: #1aebff;
    color: black;
  }
  .radio:not(:hover) label input:checked ~ span:before {
    background-color: #1aebff;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .radio:hover,
  .radio:focus,
  .radio:active {
    -ms-high-contrast-adjust: none;
    background-color: #37006e;
    color: white;
  }
  .radio:not(:hover) label input:checked ~ span:before {
    background-color: #37006e;
  }
}
/*
    END: common class override
*/
@media (min-width: 768px) {
  .site-footer {
    padding-bottom: 64px;
  }
}
#search-box .search-container {
  /* Home page */
  background-color: #0078d4;
  padding: 0;
  margin: 0;
  position: relative;
}
#search-box .search-container.other {
  /* Overrides for pages other then home page */
  padding-top: 24px;
  padding-bottom: 12px;
}
#search-box .search-container .commercial-search {
  margin-bottom: 16px;
}
#search-box .search-container .search-header {
  padding-bottom: 24px;
  color: #ffffff;
}
#search-box .primary-search {
  top: 0;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  color: #656565;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 6px;
  line-height: 24px;
}
#search-box .primary-search:active {
  color: #ffffff;
  background-color: #0078d4;
}
html[dir='rtl'] #search-box .form-control-feedback {
  left: 0;
  right: auto;
}
#search-box input[type="text"].search-text {
  box-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.8);
  height: 40px;
  padding: 9px 24px 11px 12px;
}
#search-box input[type="text"].search-text::-webkit-input-placeholder {
  color: #656565;
}
#search-box input[type="text"].search-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #656565;
}
#search-box input[type="text"].search-text:-ms-input-placeholder {
  color: #656565;
}
#search-box input[type="text"].search-text::-ms-clear {
  display: none;
}
#search-box input[type="text"].search-text:focus {
  background: #ffffff;
}
@media screen and (-ms-high-contrast: active) {
  #search-box input[type="text"].search-text {
    border-style: solid;
    border-color: #656565;
    border-width: 1px;
  }
}
#smc-survey-internal-feedback-button:hover,
#smc-survey-internal-feedback-button:focus {
  text-decoration: none;
}
.virtual-agent-window .va-intro-image {
  width: 130px;
}
.va-replay .virtual-agent-window .va-container {
  bottom: 0;
  padding-bottom: 12px;
}
.va-replay .virtual-agent-window .va-input {
  display: none;
}
.virtual-agent-window .va-container {
  position: fixed;
  top: 48px;
  bottom: 93px;
  width: 100%;
  margin: 0 auto 25px auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.virtual-agent-window .va-container.in-app-sdk {
  top: 0;
  bottom: 0;
}
.virtual-agent-window .va-container.native {
  width: 100%;
}
.virtual-agent-window .va-container .btn {
  margin-top: 4px;
}
.virtual-agent-window .va-container .instant-answer .btn {
  margin-top: 0;
}
.virtual-agent-window .va-container .va-section-header {
  border-bottom: 0px;
  padding-top: 32px;
}
.virtual-agent-window .va-container .va-media-container {
  margin-bottom: 12px;
}
.virtual-agent-window .va-container .bubble-content {
  display: inline-block;
}
.virtual-agent-window .va-container-inapp {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.virtual-agent-window .card h2 {
  text-align: left;
  color: #000000;
}
html[dir='rtl'] .virtual-agent-window .card h2 {
  text-align: right;
}
.virtual-agent-window .card .modality-icon {
  float: left;
}
html[dir='rtl'] .virtual-agent-window .card .modality-icon {
  float: right;
}
.virtual-agent-window .card .modality-icon-image {
  float: left;
  position: relative;
  top: 4px;
  width: 18px;
}
.virtual-agent-window .card .modality-content {
  display: inline;
}
.virtual-agent-window .card .modality-content div {
  margin-left: 37px;
}
html[dir='rtl'] .virtual-agent-window .card .modality-content div {
  margin-left: 0;
  margin-right: 37px;
}
.virtual-agent-window .card .container-fluid {
  padding: 0;
}
.virtual-agent-window .card .modality-schedule-callback .spinner-container.absolute-center {
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
}
.virtual-agent-window .card .modality-schedule-callback #CAD-asap-call-confirm {
  margin-top: 16px;
}
.virtual-agent-window .card .support-survey .chat-overlay {
  position: static;
  border: none;
  max-width: 100%;
  padding: 0;
  background-color: #ffffff;
}
.virtual-agent-window .card .support-survey .chat-overlay .section-header {
  border: none;
  padding: 0;
  margin: 0;
}
.virtual-agent-window .card .support-survey .section-header {
  display: none;
}
.virtual-agent-window .va-input {
  width: 100%;
  position: fixed;
  bottom: 0;
  overflow-x: hidden;
}
.virtual-agent-window .va-input.native {
  bottom: -8px;
}
.virtual-agent-window .va-input .va-chat-info {
  padding-bottom: 3px;
  padding-left: 12px;
}
.virtual-agent-window .va-input .va-chat-info.error {
  color: #e81123;
}
html[dir='rtl'] .virtual-agent-window .va-input .va-chat-info {
  padding-left: 0;
  padding-right: 12px;
}
.virtual-agent-window .va-input .va-input-container {
  position: relative;
}
.virtual-agent-window .va-input textarea {
  width: 100%;
  resize: none;
  transition: height ease-in-out 0.5s;
  height: 80px;
  padding-top: 12px;
  padding-right: 32px;
  padding-bottom: 0;
  padding-left: 12px;
  margin-bottom: 12px;
}
html[dir='rtl'] .virtual-agent-window .va-input textarea {
  padding-right: 12px;
  padding-left: 32px;
}
.virtual-agent-window .va-input textarea.native {
  margin-bottom: 0;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.virtual-agent-window .va-input .win-icon-Send {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  cursor: pointer;
}
html[dir='rtl'] .virtual-agent-window .va-input .win-icon-Send {
  left: 0;
  right: auto;
}
.virtual-agent-window .va-input .typing-indicator {
  opacity: 0.6;
  padding: 4px 12px;
}
.virtual-agent-window .va-input html[dir='rtl'] textarea {
  padding-right: 0;
  padding-left: 32px;
}
.virtual-agent-window .va-input html[dir='rtl'] .win-icon-Send {
  left: 0;
  right: auto;
}
.virtual-agent-dialog-container .separator-top,
.virtual-agent-window .separator-top {
  border-top: solid 1px #CCC;
}
.virtual-agent-dialog-container .message .search-result-panel,
.virtual-agent-window .message .search-result-panel {
  margin-bottom: 12px;
}
.virtual-agent-dialog-container .message .virtual-agent-assisted-support-link,
.virtual-agent-window .message .virtual-agent-assisted-support-link {
  padding-top: 16px;
  border-top: solid 1px #CCC;
}
.virtual-agent-banner {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  padding-top: 14px;
  padding-bottom: 17px;
}
.virtual-agent-banner .virtual-agent-banner-icon {
  float: left;
  padding-left: 12px;
}
.virtual-agent-banner .virtual-agent-banner-icon img {
  width: 24px;
  height: 24px;
}
html[dir='rtl'] .virtual-agent-banner .virtual-agent-banner-icon {
  float: right;
  padding-left: 0;
  padding-right: 12px;
}
.virtual-agent-banner .virtual-agent-banner-details {
  margin: 0 48px 0 48px;
}
.virtual-agent-banner .virtual-agent-banner-details .virtual-agent-banner-message {
  padding-bottom: 4px;
}
.virtual-agent-banner .virtual-agent-banner-details .virtual-agent-banner-action {
  display: block;
}
@media (max-width: 360px) {
  .virtual-agent-banner .virtual-agent-banner-details {
    font-size: 13px;
    line-height: 20px;
  }
}
.virtual-agent-banner .virtual-agent-banner-dismiss {
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  width: 48px;
  background-color: #f2f2f2;
}
.virtual-agent-banner .virtual-agent-banner-dismiss .win-icon {
  width: 16px;
  height: 16px;
}
.virtual-agent-banner .virtual-agent-banner-dismiss:hover,
.virtual-agent-banner .virtual-agent-banner-dismiss:active,
.virtual-agent-banner .virtual-agent-banner-dismiss:focus {
  background-color: #cccccc;
}
html[dir='rtl'] .virtual-agent-banner .virtual-agent-banner-dismiss {
  right: auto;
  left: 0;
}
.virtual-agent-banner .virtual-agent-banner-dismiss,
.virtual-agent-banner .virtual-agent-banner-details .virtual-agent-banner-action {
  padding: 0;
  border: 0;
  min-width: unset;
  margin: 0;
}
.quick-nav {
  /* Mobile First */
  margin-top: 4px;
  color: #0078d4;
  padding: 0 16px;
}
.quick-nav a:hover span.text-body,
.quick-nav a:active span.text-body {
  text-decoration: underline;
}
.quick-nav.other {
  /* Overrides for pages other than home page*/
  background-color: #0078d4;
  margin: 0;
  padding-bottom: 24px;
  max-width: none;
  width: 100%;
}
.quick-nav.other a {
  color: #ffffff;
}
.quick-nav.home a:hover {
  color: #000000;
  /* browser fallback */
  color: rgba(0, 0, 0, 0.6);
}
.quick-nav.home a:active {
  color: #000000;
  /* browser fallback */
  color: rgba(0, 0, 0, 0.4);
}
.quick-nav a {
  color: #0078d4;
  white-space: normal;
  text-align: left;
}
.quick-nav .win-icon {
  padding: 0 12px 0 0;
  font-size: 24px;
  vertical-align: middle;
}
.quick-nav .help-link {
  margin-top: 12px;
}
.quick-nav .help-link a {
  padding: 5px 0 7px;
}
.quick-nav .help-link .premier-img {
  width: 32px;
  height: 32px;
}
@media (max-width: 540px) {
  .quick-nav .help-link .premier-img {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 540px) {
  .quick-nav {
    text-align: center;
  }
  .quick-nav a {
    display: inline-block;
    vertical-align: middle;
  }
  .quick-nav .help-link {
    display: inline-block;
    padding-left: 32px;
    margin-top: 24px;
  }
  .quick-nav .help-link a {
    padding: 9px 8px 12px 8px;
  }
  .quick-nav .help-link:first-child {
    padding-left: 0;
  }
  .quick-nav .win-icon {
    font-size: 32px;
  }
}
@media (min-width: 540px) {
  .dropdown-toggle-header {
    display: none;
  }
  .landing-section-content {
    width: 100%;
    display: inline-block;
    height: auto !important;
  }
}
@media (max-width: 539px) {
  .dropdown-no-toggle-header {
    display: none;
  }
}
a.dropdown-toggle {
  padding: 0;
  margin: 0 10px;
  color: #4d4d4d;
  text-decoration: none;
}
a.dropdown-toggle:after {
  content: "\E70E";
}
.collapsed a.dropdown-toggle:after {
  content: "\E70D";
}
span.section-toggle {
  padding: 0;
  margin: 0 10px;
  color: #4d4d4d;
  text-decoration: none;
}
span.section-toggle:after {
  content: "\E70E";
}
.collapsed span.section-toggle:after {
  content: "\E70D";
}
/*
    Boostrap fix for IPhone where the links aren't clickable
*/
.dropdown-backdrop {
  position: static;
}
#connection-failed {
  height: 230px;
  padding: 20px;
}
/*
    END: Contact Wizard
*/
.home-hero {
  margin-left: -12px;
  margin-right: -12px;
}
.home-hero .home-hero-content {
  margin-right: 0px;
}
html[dir='rtl'] .home-hero .home-hero-content {
  margin-left: 0px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .home-hero .hero-extend-bg {
    margin-left: -1600px;
    margin-right: -1600px;
  }
}
.home-hero .hero-text {
  padding-top: 86px;
}
.home-hero .form-control {
  padding-right: 25px;
}
html[dir='rtl'] .home-hero .form-control {
  padding-left: 25px;
  padding-right: 8px;
}
.home-hero .va-button .hero-section-description {
  margin-top: 20px;
  margin-bottom: 28px;
}
.home-hero .va-button .hero-section-alt-description {
  margin-top: 20px;
}
.home-hero .search-container {
  margin-top: 24px;
}
.home-hero .search-text::-ms-clear {
  display: none;
}
.home-hero .primary-search {
  top: 0;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  color: #656565;
  margin: 2px;
  padding: 6px;
  line-height: 24px;
}
.home-hero .primary-search:active {
  color: #ffffff;
  background-color: #0078d4;
}
html[dir='rtl'] .home-hero .form-control-feedback {
  left: 0;
  right: auto;
}
.home-hero .background {
  min-width: 100%;
}
.home-hero .common-image {
  width: 247px;
  height: 239px;
  margin-bottom: auto;
  display: block;
}
@media (max-width: 539px) {
  .home-hero .hero-content {
    padding-top: 0px;
    padding-bottom: 36px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f2f2f2;
  }
}
@media (max-width: 539px) {
  .home-hero .hero-content-exp {
    padding-top: 36px;
  }
}
@media (min-width: 1400px) {
  .home-hero .jumbotron-hero {
    margin-left: -150px;
    margin-right: -150px;
  }
}
@media (max-width: 1399px) {
  .home-hero .jumbotron-hero {
    margin-left: -64px;
    margin-right: -64px;
  }
}
@media (max-width: 1083px) {
  .home-hero .jumbotron-hero {
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media (max-width: 767px) {
  .home-hero .jumbotron-hero {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 539px) {
  .home-hero .jumbotron-hero {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.home-hero .jumbotron-hero .hero-container .autosuggest {
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 1084px) {
  .home-hero .jumbotron-hero .hero-container .autosuggest {
    max-width: 855px;
  }
}
/*
    START: Link farm
*/
#link-farm {
  padding: 0;
}
#link-farm ul,
#link-farm ol {
  margin-top: 20px;
  margin-bottom: 0;
}
#link-farm .item-section {
  padding: 0;
  margin: 0;
}
@media (min-width: 540px) {
  #link-farm .item-section {
    padding-right: 16px;
  }
  html[dir='rtl'] #link-farm .item-section {
    padding-right: 0;
    padding-left: 16px;
  }
}
#link-farm a.dropdown-toggle {
  margin: 0;
}
#link-farm li:last-child {
  margin-bottom: 42px;
}
/*
    END: Link farm
*/
/*
    START: User Devices
*/
#user-products {
  background-color: #ffffff;
  min-height: 150px;
  padding-top: 25px;
}
.ms-products {
  margin-top: 4px;
}
.ms-products #home-products-list {
  margin: 0 16px 0 0;
}
html[dir='rtl'] .ms-products #home-products-list {
  margin: 0 0 0 16px;
}
.ms-products .win-icon {
  padding: 0 24px 24px 24px;
  font-size: 20px;
  vertical-align: middle;
}
.ms-products .product-hub-section {
  padding-top: 30px;
}
.ms-products .ms-products-header {
  text-align: center;
  margin-bottom: 48px;
  margin-top: 48px;
  color: #000000;
}
.ms-products .ms-product-list {
  padding-left: 0px;
}
.ms-products .ms-product-list .product-item {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 2px;
  text-align: left;
  width: 164px;
  min-height: 124px;
  border: none;
}
.ms-products .ms-product-list .product-item .product-name {
  color: #000000;
}
@media not screen and (-ms-high-contrast: active) {
  .ms-products .ms-product-list .product-item:focus,
  .ms-products .ms-product-list .product-item:hover {
    outline: 1px solid;
    outline-color: rgba(0, 0, 0, 0.2);
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  .ms-products .ms-product-list .product-item:focus,
  .ms-products .ms-product-list .product-item:hover,
  .ms-products .ms-product-list .product-item:active {
    background-color: #1aebff;
    border-color: #1aebff;
    color: #ffff00;
  }
  .ms-products .ms-product-list .product-item:focus .product-name,
  .ms-products .ms-product-list .product-item:hover .product-name,
  .ms-products .ms-product-list .product-item:active .product-name {
    color: #ffff00;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ms-products .ms-product-list .product-item:focus,
  .ms-products .ms-product-list .product-item:hover,
  .ms-products .ms-product-list .product-item:active {
    background-color: #37006e;
    border-color: #37006e;
    color: #00009f;
  }
  .ms-products .ms-product-list .product-item:focus .product-name,
  .ms-products .ms-product-list .product-item:hover .product-name,
  .ms-products .ms-product-list .product-item:active .product-name {
    color: #00009f;
  }
}
.ms-products .ms-product-list .product-image {
  margin: auto;
  height: 32px;
  width: 32px;
  display: block;
}
.ms-products .ms-product-list .product-name {
  text-align: center;
  min-height: 20px;
  margin: 16px 0;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.ms-products .ms-product-list .user-product-detail {
  color: #4d4d4d;
}
.ms-products .all-products-linkurl {
  display: block;
  text-align: center;
  margin: 30px 0 56px 0;
}
@media (min-width: 540px) {
  .ms-products {
    margin-top: 4px;
  }
  .ms-products .all-products-linkurl {
    margin-top: 18px;
    margin-bottom: 96px;
  }
  .ms-products .ms-product-list {
    padding-left: 0px;
  }
  html[dir='rtl'] .ms-products .ms-product-list {
    padding-right: 0px;
    padding-left: initial;
  }
  .ms-products .ms-product-list .product-item {
    padding: 20px 2px 20px 2px;
    display: block;
    text-align: left;
    width: 164px;
    min-height: 124px;
  }
  .ms-products .ms-product-list .product-item a {
    color: #000000;
  }
  .ms-products .ms-product-list .product-image {
    margin: auto;
    height: 64px;
    width: auto;
    display: block;
  }
  .ms-products .ms-product-list .product-name {
    min-height: 40px;
    margin: 16px 0;
    white-space: nowrap;
    overflow: initial;
  }
  .ms-products .ms-product-list .product-hub-item {
    width: auto;
    height: auto;
    display: block;
  }
  .ms-products .ms-product-list .product-hub-item a {
    color: #000000;
  }
  .ms-products .ms-product-list .product-hub-item:hover {
    border: 2px solid rgba(0, 0, 0, 0.2);
  }
  .ms-products .ms-product-list .product-hub-item:active {
    border: 2px solid rgba(0, 0, 0, 0.4);
  }
  .ms-products .ms-product-list .product-hub-name {
    font-size: 18px;
  }
  .ms-products .ms-product-list .product-hub-description {
    max-width: 300px;
  }
}
@media (min-width: 540px) and not screen and (-ms-high-contrast: active) {
  .ms-products .ms-product-list .product-item:hover {
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding: 18px 0 18px 0px;
  }
  .ms-products .ms-product-list .product-item:active {
    border: 2px solid rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 540px) and screen and (-ms-high-contrast: white-on-black) {
  .ms-products .ms-product-list .product-item:hover {
    border: 2px solid #1aebff;
    padding: 18px 0 18px 0px;
  }
  .ms-products .ms-product-list .product-item:active {
    border: 2px solid #1aebff;
  }
}
@media (min-width: 540px) and screen and (-ms-high-contrast: black-on-white) {
  .ms-products .ms-product-list .product-item:hover {
    border: 2px solid #37006e;
    padding: 18px 0 18px 0px;
  }
  .ms-products .ms-product-list .product-item:active {
    border: 2px solid #37006e;
  }
}
.ms-products .all-products-linkurl-no-margin {
  margin-bottom: 0px;
}
@media all and (max-width: 640px) {
  .ms-products .text-small {
    display: block;
    text-align: left;
  }
  .ms-products .text-regular {
    display: none;
    text-align: left;
  }
  html[dir='rtl']  .ms-products .text-small {
    text-align: right;
  }
  html[dir='rtl']  .ms-products .text-regular {
    text-align: right;
  }
}
@media all and (min-width: 640px) {
  .ms-products .text-small {
    display: none;
    text-align: left;
  }
  .ms-products .text-regular {
    display: block;
    text-align: left;
  }
  html[dir='rtl']  .ms-products .text-small {
    text-align: right;
  }
  html[dir='rtl']  .ms-products .text-regular {
    text-align: right;
  }
}
.image-height {
  height: 70px;
}
.product-image-height {
  max-height: 350px;
}
.product-page-modal .modal-dialog {
  width: 1018px;
  max-height: 636px;
  background-color: #ffffff;
}
/*
    END: Product Pages
*/
/*
    END: User Devices
*/
/* START: PluginDevices */
div[plugindevices] h2.text-subtitle {
  font-size: 20px !important;
}
/*   END: PluginDevices*/
/*
    START: Feedback container
*/
#feedback-wizard {
  position: fixed;
  bottom: 0;
  right: 0;
  min-width: 300px;
  background-color: #f2f2f2;
}
#feedback-submit {
  float: right;
  margin-bottom: 10px;
}
html[dir='rtl'] #feedback-submit {
  float: left;
}
#feedback-form {
  padding: 10px 20px;
}
#feedback-form .feedback-input-type {
  display: block;
}
#feedback-form .feedback-input-box {
  width: 100%;
}
#feedback-form .feedback-box {
  display: block;
  width: 100%;
  height: 90px;
  margin: 10px 0;
}
.btn-splash {
  color: #777777;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-splash:hover,
.btn.btn-splash:active,
.btn.btn-splash:focus {
  color: #333333;
}
/*
    END: Feedback container
*/
/*
    START: Loader Animations
*/
.progress-bar,
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
}
.progress-bar-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.progress-bar-top .progress {
  margin: 0;
}
.progress-bar-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.progress-bar-cover .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
}
.neutral {
  background-color: #f2f2f2;
  color: #4d4d4d;
}
.neutral .progress-bar {
  color: #4d4d4d;
}
.neutral .progress-bar .indeterminate-ring::after {
  background-color: #4d4d4d;
}
.spinner-container .progress {
  margin-left: auto;
  margin-right: auto;
}
.spinner-inline {
  top: 8px;
  position: relative;
}
/*
    END: Loader Animations
*/
/*
    START: Bing Auto Suggest
*/
.auto-suggest-results {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  z-index: 10;
}
.auto-suggest-results b {
  font-weight: 600;
}
.auto-suggest-results ul {
  border: 1px solid #e2e2e2;
  list-style-type: none;
  cursor: pointer;
  margin: 0;
  text-align: left;
}
.auto-suggest-results ul li {
  height: 44px;
  line-height: 44px;
  padding: 2px 11px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
}
.auto-suggest-results ul li:hover,
.auto-suggest-results ul li.selected {
  background-color: #f2f2f2;
}
html[dir='rtl'] .auto-suggest-results ul {
  text-align: right;
}
/*
    START: Online/Offline detection
*/
.online-detect {
  position: fixed;
  max-width: 540px;
  padding: 8px;
  margin: auto;
  background-color: #f2f2f2;
  z-index: 99999;
  border: #CCCCCC 1px solid;
}
@media (min-width: 540px) {
  .online-detect {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/*
    END: Online/Offline detection
*/
/*
    END: Bing Auto Suggest
*/
@media not screen and (-ms-high-contrast: active) {
  button:hover,
  button:active,
  button:focus {
    background-color: inherit;
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  button:hover,
  button:active,
  button:focus {
    -ms-high-contrast-adjust: none;
    background-color: #1aebff;
    border-color: #1aebff;
    color: black;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  button:hover,
  button:active,
  button:focus {
    -ms-high-contrast-adjust: none;
    background-color: #37006e;
    border-color: #37006e;
    color: white;
  }
}
/*
    START: All Products List
*/
.all-products-list .product-category {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 540px) {
  .all-products-list .product-category {
    padding: 0 32px 0 0;
  }
  html[dir='rtl'] .all-products-list .product-category {
    padding: 0 0 0 32px;
  }
}
.all-products-list .product-subcategory {
  color: #000000;
  text-align: inherit;
}
/*
    END: All Products List
*/
.responsive-iframe-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  /*16-9 aspect ratio*/
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.responsive-iframe-16-9 iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
    START : FileExchange
*/
.file-exchange {
  min-height: 650px;
}
.file-exchange .page-header {
  margin-top: 27px;
}
.file-exchange .file-list-section {
  padding-top: 35px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.file-exchange .file-list-section .left-panel .icon {
  font-size: 32px;
  padding-right: 20px;
}
.file-exchange .file-list-section .left-panel .file-count-message {
  opacity: 0.6;
}
.file-exchange .file-list-section .right-panel .icon {
  font-size: 16px;
  margin-right: 4px;
  padding-top: 4px;
  width: 24px;
  height: 24px;
}
.file-exchange .file-list-section .right-panel .item {
  margin-right: 48px;
  text-decoration: none !important;
}
.file-exchange .table-hover tr:hover {
  cursor: pointer;
}
.file-exchange .table-hover .hover:hover {
  background-color: #f2f2f2;
  color: #000000;
}
.file-exchange .selected-row {
  background-color: #0078d4;
  color: #ffffff;
}
.file-exchange .error-row {
  cursor: default;
  background-color: #a80000;
  color: #ffffff;
}
.file-exchange .file-size {
  text-align: right;
}
.file-exchange .select-column {
  width: 40px;
  min-width: 40px;
}
.file-exchange .select-column .win-icon {
  font-size: 14px;
}
.file-exchange .upload-progress .progress {
  margin: 4px 0;
}
.file-exchange .upload-progress[row-selected='true'] .progress .progress-bar {
  background-color: #ffffff !important;
}
.file-exchange .upload-progress[row-selected='true'] .progress .progress-bar:hover {
  background-color: #0078d4;
}
.file-exchange .span-align-middle {
  vertical-align: middle;
}
.file-exchange .authorization-message {
  margin-top: 29px;
}
/*
    END : FileExchange
*/
/*
    START : DAD & eDAD V2
*/
.accessibility .hero-content {
  background-color: #000000;
  opacity: 0.8;
  padding: 36px 8px;
  color: #ffffff;
}
.accessibility .hero-content .title {
  margin-bottom: 24px;
}
@media (min-width: 540px) {
  .accessibility .hero-content {
    padding: 36px 24px;
  }
}
.accessibility .display-inline-block {
  display: inline-block;
  float: none;
}
.accessibility .jumbotron-hero .background img {
  -ms-transform: translateX(-85%);
  -moz-transform: translateX(-85%);
  -webkit-transform: translateX(-85%);
  transform: translateX(-85%);
  margin-left: 85%;
}
.accessibility .jumbotron-hero .background img html[dir='rtl'] {
  -ms-transform: scaleX(-1) translateX(-185%);
  -moz-transform: scaleX(-1) translateX(-185%);
  -webkit-transform: scaleX(-1) translateX(-185%);
  transform: scaleX(-1) translateX(-185%);
  margin-left: 0 !important;
  margin-right: 85% !important;
  transform-origin: top left;
}
.accessibility .jumbotron-hero .hero-container {
  height: 400px;
}
@media (min-width: 1084px) {
  .accessibility .jumbotron-hero .hero-container {
    height: 600px;
  }
}
.accessibility .jumbotron-hero .hero-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.accessibility .jumbotron-hero .hero-content {
  height: 250px;
  width: 450px;
  padding-top: 38px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}
@media (min-width: 1084px) {
  .accessibility .jumbotron-hero .hero-content {
    height: 309px;
    width: 559px;
    padding-right: 64px !important;
  }
}
@media (min-width: 540px) {
  .accessibility {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.accessibility .connect-section {
  padding-bottom: 64px;
  padding-top: 40px;
  text-align: center;
}
.accessibility .connect-section .connect-with-expert-dad {
  margin-bottom: 40px;
}
.accessibility .connect-section .connect-with-expert-dad .header {
  margin-bottom: 38px;
  color: #000000;
}
.accessibility .connect-section .connect-with-expert-dad .connect-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}
.accessibility .connect-section .connect-with-expert-dad .connect-item .icon {
  height: 32px;
  width: 32px;
}
.accessibility .connect-section .connect-with-expert-dad .connect-item .title {
  margin-top: 19px;
  text-align: center;
}
.accessibility .connect-section .connect-with-expert-dad .connect-item .description {
  margin-top: 16px;
}
.accessibility .connect-section .connect-with-expert-edad .header {
  margin-bottom: 32px;
  color: #000000;
}
.accessibility .connect-section .connect-with-expert-edad .description {
  margin-bottom: 32px;
}
.accessibility .connect-section .connect-with-expert-edad .email-us {
  margin-bottom: 32px;
}
.accessibility .connect-section .deflection {
  padding-top: 40px;
  border-top: 1px solid #e2e2e2;
  margin-bottom: 24px;
}
.accessibility .connect-section .deflection .header {
  padding-bottom: 42px;
  color: #000000;
}
.accessibility .connect-section .deflection .deflection-item {
  display: inline-block;
}
.accessibility .connect-section .deflection .deflection-item .deflection-container {
  height: 74px;
  width: 226px;
  border: 1px solid #000000;
  margin-bottom: 24px;
  display: table;
  margin-right: 24px;
}
.accessibility .connect-section .deflection .deflection-item .deflection-container .content {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.accessibility .resources {
  background-color: #f2f2f2;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.accessibility .resources .header {
  margin-bottom: 34px;
  color: #000000;
}
.accessibility .resources .resources-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}
.accessibility .resources .resources-item .item-container {
  text-align: left;
}
.accessibility .resources .resources-item .item-container .description {
  margin-top: 15px;
}
.accessibility .resources .resources-item .item-container .refrence-link {
  margin-top: 13px;
}
.accessibility .feedback-section {
  padding-top: 40px;
  text-align: center;
}
.accessibility .feedback-section .header {
  margin-bottom: 34px;
  color: #000000;
}
.accessibility .feedback-section .feedback-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}
.accessibility .feedback-section .feedback-item .icon {
  height: 32px;
  width: 32px;
}
.accessibility .feedback-section .feedback-item .reference-link {
  margin-top: 13px;
}
/*
    END : DAD & eDAD V2
*/
/*
    START: lifecycle hub
*/
.lifecycle-home {
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 540px) {
  .lifecycle-home {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.lifecycle-home .hero-section-description {
  font-size: 16px;
}
.lifecycle-home .category-links {
  margin-top: 52px !important;
}
.lifecycle-home .index-item {
  margin-right: 20px;
}
.lifecycle-home .back-to-top {
  margin-right: 5px;
}
.lifecycle-home .jumbotron-hero .background img {
  -ms-transform: translateX(-85%);
  -moz-transform: translateX(-85%);
  -webkit-transform: translateX(-85%);
  transform: translateX(-85%);
  margin-left: 85%;
}
html[dir='rtl'] .lifecycle-home .jumbotron-hero .background img {
  -ms-transform: scaleX(-1) translateX(-185%);
  -moz-transform: scaleX(-1) translateX(-185%);
  -webkit-transform: scaleX(-1) translateX(-185%);
  transform: scaleX(-1) translateX(-185%);
  margin-left: 0 !important;
  margin-right: 85% !important;
  transform-origin: top left;
}
.lifecycle-home .panel-heading {
  height: 60px;
}
.lifecycle-home .panel-heading .panel-title {
  height: 60px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.lifecycle-home .panel-heading .panel-title .pp-category-title {
  height: 60px;
}
.lifecycle-home .panel-heading .panel-title .pp-category-title .win-icon {
  padding: 20px 8px 20px 0px;
}
.lifecycle-home .panel-heading .panel-title .pp-category-title .product-hub-chevron-icon {
  margin: 0 0 0 0;
}
.lifecycle-home .panel-collapse .product-hub-section {
  padding-left: 32px;
}
.lifecycle-search {
  margin-left: 0;
  margin-right: 0;
}
.lifecycle-search .link-styles {
  color: #0078d4;
  margin-left: 6px;
}
.lifecycle-search .form-searchbox {
  margin-top: 4px;
}
.lifecycle-search .serach-criteria {
  margin-bottom: 32px;
}
.lifecycle-search .serach-criteria .filter-selector-section {
  margin-bottom: 10px;
}
.lifecycle-search .serach-criteria .filter-selector-link {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.lifecycle-search .search-results .btn-link {
  padding: 0;
}
.lifecycle-search .search-results th {
  vertical-align: middle !important;
}
.lifecycle-search .search-results .btn {
  text-align: left !important;
}
.lifecycle-search .add-filters {
  padding: 0;
}
.lifecycle-search .add-filters .align-middle-span {
  vertical-align: middle;
}
.lifecycle-search .auto-suggest-wrapper {
  position: relative;
}
.lifecycle-search .search-button .btn {
  margin-top: 0;
}
.lifecycle-search .filter-section {
  margin-left: 0;
  margin-right: 0;
}
.lifecycle-search .filter-section .filter-section-item {
  padding: 20px;
}
.lifecycle-search .filter-section .filter-label {
  padding-bottom: 4px;
}
.lifecycle-search .filter-section .remove-filter {
  padding: 8px 5px;
}
.lifecycle-search .select-time-range {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .lifecycle-search .select-time-range {
    margin-top: 0;
  }
}
.lifecycle-search .select-time-range select {
  width: 100%;
}
.lifecycle-search .form-control {
  background-color: #ffffff !important;
}
.lifecycle-search input[type="text"]:disabled {
  background-color: #ffffff !important;
  cursor: not-allowed;
}
.lifecycle-search select:disabled {
  background-color: #ffffff !important;
}
.lifecycle-search .name-cloumn {
  width: 200px;
  padding-right: 15px;
}
html[dir='rtl'] .lifecycle-search .name-cloumn {
  margin-left: 15px;
}
.lifecycle-search .date-column {
  width: 200px;
  margin-left: 15px;
  margin-right: 15px;
}
.lifecycle-search .notes {
  padding-left: 15px;
}
html[dir='rtl'] .lifecycle-search .notes {
  margin-right: 15px;
}
.lifecycle-search .remove-filter a {
  color: #000000;
}
/*
    END: lifecycle hub
*/
/*
    START: Verify me  Page
*/
.verifyme {
  min-height: 460px;
}
.verifyme .formatedCode {
  font-weight: 500;
}
/*
    END: Verify me page
*/
/*
    START: Search Results Page
*/
.search-result-panel .search-result-display-link {
  color: #107c10;
}
.search-result-panel .search-result-title {
  padding-bottom: 4px;
}
.search-result-panel strong,
.search-result-panel b {
  font-weight: 600;
}
.search-results-page .search-results-page-description {
  margin-bottom: 24px;
}
.search-results-page .instant-answer {
  padding: 16px;
}
.instant-answer .instant-answer-title a:not(:link) {
  color: #333333;
}
.instant-answer ul.nav-tabs {
  display: table;
  width: 100%;
}
.instant-answer ul.nav-tabs li {
  margin-bottom: -2px;
  display: block;
}
@media (max-width: 539px) {
  .instant-answer ul.nav-tabs li {
    width: 100%;
  }
}
.instant-answer ul.nav-tabs,
.instant-answer ul.nav-tabs a {
  height: auto;
  font-size: 16px;
  border-bottom: 2px solid #e2e2e2;
}
.instant-answer ul.nav-tabs a {
  color: #333333;
  padding: 10px 15px;
  display: block;
}
.instant-answer ul.nav-tabs li.active a {
  border-color: #ffb900;
}
.instant-answer .ia-bullet {
  list-style-type: disc;
}
.instant-answer .ia-numbered {
  list-style-type: decimal;
}
.instant-answer .ia-bullet,
.instant-answer .ia-numbered {
  padding-left: 16px;
}
.instant-answer .ia-single-bullet {
  list-style-type: none;
  padding-left: 0;
}
.instant-answer .image-container {
  display: inline-block;
  position: relative;
}
.instant-answer .image-container .win-icon-Play {
  position: absolute;
  top: 45%;
  left: 45%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px;
  padding-left: 16px;
  border-radius: 50%;
  font-size: 200%;
  border: 2px solid #ffffff;
}
.instant-answer .image-container iframe {
  max-width: 100%;
}
.instant-answer .image-container:hover .win-icon-Play {
  background-color: rgba(0, 0, 0, 0.8);
}
.instant-answer .container {
  width: 100%;
  margin: 0;
}
.instant-answer .container-fluid {
  padding: 0;
}
.instant-answer .dropdown #instant-answer-solution-dropdown {
  width: 100%;
}
@media (min-width: 540px) {
  .instant-answer .dropdown #instant-answer-solution-dropdown {
    width: auto;
  }
}
.instant-answer .dropdown .dropdown-menu {
  right: 0;
}
html[dir="rtl"] .instant-answer .dropdown .dropdown-menu {
  left: 0;
}
@media (min-width: 540px) {
  .instant-answer .dropdown .dropdown-menu {
    right: auto;
  }
}
.instant-answer .instant-answer-extras-container {
  position: relative;
}
.instant-answer .instant-answer-show-more-less {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  height: 32px;
  padding: 0 0 0 12px;
}
.instant-answer .instant-answer-show-more-less .instant-answer-show-more-less-text {
  padding-right: 12px;
}
html[dir="rtl"] .instant-answer .instant-answer-show-more-less .instant-answer-show-more-less-text {
  padding-right: 0;
  padding-left: 12px;
}
html[dir="rtl"] .instant-answer .instant-answer-show-more-less {
  left: auto;
  right: 0;
  padding: 0 12px 0 0;
}
.instant-answer .instant-answer-survey button {
  margin-left: 8px;
}
.instant-answer .instant-answer-survey button:first-child {
  margin-left: 0;
}
html[dir="rtl"] .instant-answer .instant-answer-survey button {
  margin-left: 0;
  margin-right: 8px;
}
html[dir="rtl"] .instant-answer .instant-answer-survey button:first-child {
  margin-right: 0;
}
.instant-answer .instant-answer-survey .instant-answer-survey-question {
  margin-right: 0;
}
html[dir="rtl"] .instant-answer .instant-answer-survey .instant-answer-survey-question {
  margin-left: 0;
}
.instant-answer .instant-answer-survey img {
  width: 16px;
  height: 16px;
}
@media (min-width: 540px) {
  .instant-answer .instant-answer-survey .instant-answer-survey-question {
    margin-right: 16px;
  }
  html[dir="rtl"] .instant-answer .instant-answer-survey .instant-answer-survey-question {
    margin-right: 0;
    margin-left: 16px;
  }
  .instant-answer .instant-answer-survey .instant-answer-survey-buttons {
    display: inline;
  }
}
html[dir='rtl'] .search-pagination li a {
  float: right;
}
html[dir='rtl'] .search-pagination li.previous-pagination a span::before {
  content: "\E76C";
}
html[dir='rtl'] .search-pagination li.next-pagination a span::after {
  content: "\E76B";
}
/*
    END: Search Results Page
*/
/*
    START: Product Hub Page
*/
#product-hub .product-hub-dropdown {
  height: 64px;
}
#product-hub .product-hub-leftbar-line {
  width: 70%;
  text-align: left;
  padding-top: 10px;
  margin-top: 10px;
}
html[dir='rtl'] #product-hub .product-hub-leftbar-line {
  text-align: right;
}
#product-hub .content-section {
  margin-bottom: 24px;
}
#product-hub .content-section .section-header {
  margin-bottom: 0;
}
#product-hub .lefthand-section {
  margin-top: 0px;
  margin-bottom: 0px;
}
#product-hub .user-details {
  margin-top: 26px;
}
#product-hub .section-header {
  border-color: #949396;
}
@media (max-width: 540px) {
  #product-hub .section {
    margin-top: 0;
  }
  #product-hub .selector-section {
    margin-top: 16px;
  }
}
/*
    END: Product Hub Page
*/
#silent-signin-frame {
  position: absolute;
  left: -1000px;
}
html[dir='rtl'] #silent-signin-frame {
  left: auto;
  right: -1000px;
}
.f1-footer {
  /* Mobile First */
  background-color: #f2f2f2;
  margin-top: 64px;
}
.f1-footer .section {
  margin: 16px auto;
  padding: 10px 0;
}
.f1-footer .section .section-header {
  cursor: pointer;
}
@media (min-width: 540px) {
  .f1-footer {
    margin-top: 84px;
    padding-bottom: 16px;
  }
}
.selfhostpositioncontrol {
  position: fixed;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -45px;
  top: 50%;
  z-index: 400;
}
.selfhost-feedback-section a:link,
.selfhost-feedback-section a:visited,
.selfhost-feedback-section a:hover,
.selfhost-feedback-section a:active {
  text-decoration: none;
  color: #000000;
}
.selfhost-feedback-section #selfhostsectiontext {
  text-align: center;
  background-color: #ff8c00;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}
.selfhost-feedback-section #selfhostsectiontext a:link {
  color: #EFF7FB;
}
.selfhost-feedback-section #selfhostsectiontext a:visited,
.selfhost-feedback-section #selfhostsectiontext a:hover,
.selfhost-feedback-section #selfhostsectiontext a:active {
  color: #EFF7FB;
}
.selfhost-feedback-section .win-icon {
  color: #ffffff;
}
.language-selector-section {
  background-color: #505050;
  color: #ffffff;
  padding-bottom: 16px;
}
.language-selector-section #language-selector-title {
  display: inline;
}
.language-selector-section #language-selector-title:focus {
  outline: none;
}
.language-selector-section a,
.language-selector-section a:link,
.language-selector-section a:visited,
.language-selector-section a:hover,
.language-selector-section a:active {
  color: #e5e5e5;
  outline-color: #e5e5e5;
}
.language-selector-section button.win-icon-Cancel,
.language-selector-section button.win-icon-Cancel:link,
.language-selector-section button.win-icon-Cancel:visited,
.language-selector-section button.win-icon-Cancel:hover,
.language-selector-section button.win-icon-Cancel:active {
  color: #e5e5e5;
  outline-color: #e5e5e5;
  display: block;
  padding: 0px;
  min-width: initial;
}
.language-selector-section .win-icon.win-icon-Cancel {
  text-decoration: none;
}
.mwf-language-selector-section {
  background-color: #505050;
  color: #e5e5e5;
  padding-bottom: 16px;
}
.mwf-language-selector-section #language-selector-title {
  padding-top: 0px;
}
.mwf-language-selector-section #language-selector-title:focus {
  outline: none;
}
.mwf-language-selector-section a,
.mwf-language-selector-section a:link,
.mwf-language-selector-section a:visited,
.mwf-language-selector-section a:hover,
.mwf-language-selector-section a:active {
  color: #e5e5e5;
  outline-color: #e5e5e5;
}
.mwf-language-selector-section #close-button,
.mwf-language-selector-section #close-button:link,
.mwf-language-selector-section #close-button:visited,
.mwf-language-selector-section #close-button:hover,
.mwf-language-selector-section #close-button:active {
  color: #e5e5e5;
  outline-color: #e5e5e5;
  padding: 0px;
  margin: 0px;
  min-width: initial;
}
.mwf-language-selector-section #close-button span.glyph-cancel,
.mwf-language-selector-section #close-button:link span.glyph-cancel,
.mwf-language-selector-section #close-button:visited span.glyph-cancel,
.mwf-language-selector-section #close-button:hover span.glyph-cancel,
.mwf-language-selector-section #close-button:active span.glyph-cancel {
  font-size: 20px;
}
.mwf-language-selector-section a.glyph-cancel {
  font-size: 20px;
  cursor: pointer;
}
.mwf-language-selector-section span.c-heading-5 {
  padding: 0px;
}
.mwf-language-selector-section .language-selector-header {
  margin-top: 16px;
  margin-bottom: 24px;
}
.smc-footer {
  background-color: #f2f2f2;
}
.smc-footer a:hover,
.smc-footer a:focus {
  text-decoration: underline;
}
/*
    START: Error Content
*/
.ng-hide .error-content.error-500,
.ie8-content {
  display: none;
}
.error-content {
  padding-top: 64px;
}
.error-content .warning-symbol {
  font-size: 64px;
}
.content-article select {
  width: 150px;
}
.content-article.instant-answer select {
  width: auto;
}
.content-article h2 {
  color: #000000;
  text-align: left;
}
html[dir='rtl'] .content-article h2 {
  text-align: right;
}
div[dir='rtl'] .content-article h3 {
  text-align: right;
}
.content-article ul {
  list-style-type: disc;
  padding: 8px 24px;
}
.content-article ul.list-unstyled {
  list-style-type: none;
}
.content-article .internal-content-band .article-info {
  margin-top: 5px;
  font-size: 13px;
}
.content-article div[content-section]:not(.internal-content-section) {
  margin-bottom: 20px;
}
.content-article div [internal-content-body] .internal-content {
  border-width: 1px;
  border-color: #0078d4;
  border-style: solid;
  padding: 16px;
}
.content-article .section {
  margin-bottom: 12px;
}
.content-article .section img {
  padding: 12px;
}
.content-article .section.internal-content {
  border-width: 1px;
  border-color: #0078d4;
  border-style: solid;
  padding: 16px;
}
.content-article .section.hotfix-section,
.content-article .section.kb-banners-section {
  margin-bottom: 64px;
}
html[dir='rtl'] .content-article [style^="text-align: left"] {
  text-align: right !important;
}
html[dir='rtl'] .content-article [style^="text-align: right"] {
  text-align: left !important;
}
.content-article .pane {
  padding-bottom: 60px;
  margin-bottom: -12px;
}
.content-article .pane .pane-dropdown {
  max-width: 315px;
}
@media (min-width: 768px) {
  .content-article .pane {
    padding-left: 64px;
  }
  html[dir='rtl'] .content-article .pane {
    padding-right: 64px;
    padding-left: 0;
  }
}
.content-article img {
  max-width: 100%;
}
.content-article .section-body h1:not(.section-header),
.content-article .section-body h2:not(.section-header),
.content-article .section-body h3:not(.section-header),
.content-article .section-body h4:not(.section-header),
.content-article .section-body h5:not(.section-header) {
  margin-bottom: 32px;
}
.content-article .notice-section {
  margin-bottom: 32px;
}
.content-article a.disabled {
  pointer-events: none;
  cursor: default;
}
.content-article .imageAsset {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.content-article .imageAsset img {
  z-index: 1;
}
.content-article .imageAsset .caption {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
}
.content-article .inline-content > p {
  display: inline;
}
.notice {
  padding-top: 20px;
  padding-bottom: 20px;
}
.notice img.icon {
  height: 20px;
  padding-left: 2px;
  padding-right: 2px;
}
.notice .notice-text {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (-ms-high-contrast: white-on-black) {
  select option:hover,
  select option:focus {
    background-color: #1aebff;
    color: black;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  select option:hover,
  select option:focus {
    background-color: #37006e;
    color: white;
  }
}
.ms-contactus .modality-icon {
  float: left;
  margin-right: 8px;
  color: #0078d4;
}
html[dir='rtl'] .ms-contactus .modality-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ms-contactus .text-header {
  font-weight: 200;
  font-size: 34px;
}
.ms-contactus .text-title {
  font-size: 20px;
}
.ms-contactus .instant-answer-container {
  background-color: #f2f2f2;
  border: solid thin #f2f2f2;
  padding: 12px 24px;
}
.ms-contactus .instant-answer-container .text-subtitle {
  margin: 12px 0;
}
.ms-contactus .instant-answer-container .hr {
  margin-bottom: 12px;
}
.ms-contactus .contactus-banner {
  background-color: #f2f2f2;
  /* Larger screens */
}
.ms-contactus .contactus-banner .collection-text textarea {
  background-color: #ffffff;
  margin: 12px auto 20px auto;
}
@media (min-width: 768px) {
  .ms-contactus .contactus-banner {
    margin: 0 -48px;
    height: 444px;
    position: relative;
    float: none;
    /*
                There are two Contact Us banner images on different parts of the page to allow for different
                flows on different screen sizes.  Hide the small one for larger screens
            */
  }
  .ms-contactus .contactus-banner .contactus-banner-text {
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 500px;
    width: 45%;
  }
  .ms-contactus .contactus-banner .contactus-banner-text .text-header {
    padding-bottom: 24px;
  }
  .ms-contactus .contactus-banner .contactus-banner-text .intro-text {
    max-width: 350px;
  }
  .ms-contactus .contactus-banner .contactus-banner-text .intro-text .btn {
    margin-top: 24px;
  }
  .ms-contactus .contactus-banner .contactus-banner-img {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(50% - 350px);
    width: 248px;
  }
  .ms-contactus .contactus-banner .contactus-banner-img-small {
    display: none;
  }
}
@media (max-width: 767px) {
  .ms-contactus .contactus-banner {
    margin: 0 -36px;
    /*
                There are two Contact Us banner images on different parts of the page to allow for different
                flows on smaller screens.  Hide the larger one for smaller screens
            */
  }
  .ms-contactus .contactus-banner .text-header {
    padding-top: 32px;
    text-align: center;
  }
  .ms-contactus .contactus-banner .contactus-banner-text {
    text-align: center;
    margin: 0 auto;
    max-width: 350px;
  }
  .ms-contactus .contactus-banner .contactus-banner-text .intro-text {
    text-align: start;
    margin: 0 10px;
  }
  .ms-contactus .contactus-banner .contactus-banner-text .intro-text .btn {
    margin-top: 32px;
  }
  .ms-contactus .contactus-banner .contactus-banner-text .collection-text {
    text-align: start;
    margin: 0 10px;
  }
  .ms-contactus .contactus-banner .contactus-banner-text .btn {
    margin-bottom: 32px;
    width: 100%;
  }
  .ms-contactus .contactus-banner .contactus-banner-img-small {
    padding: 32px 0;
    margin: auto;
    width: 130px;
  }
  .ms-contactus .contactus-banner .contactus-banner-img {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 539px) {
  .ms-contactus .contactus-banner {
    margin: 0 -16px;
  }
}
.ms-contactus .contactus-link-farm {
  padding-bottom: 72px;
  float: none;
  width: 100%;
  margin: 0 auto;
}
.ms-contactus .contactus-link-farm .title-group .text-title,
.ms-contactus .contactus-link-farm .title-group .text-subtitle {
  margin-top: 32px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .ms-contactus .contactus-link-farm .title-group {
    margin: 0 8.3333333333%;
  }
}
.ms-contactus .contactus-link-farm .link-group {
  margin-top: 20px;
}
.ms-contactus .contactus-link-farm .link-description {
  margin-top: 12px;
}
.ms-contactus .modality-link {
  padding: 16px;
}
.ms-contactus .modality-link.clickable {
  cursor: pointer;
}
@media not screen and (-ms-high-contrast: active) {
  .ms-contactus .modality-link.contactus-link .link-description {
    color: #000000;
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  .ms-contactus .modality-link:hover,
  .ms-contactus .modality-link:focus,
  .ms-contactus .modality-link:active {
    -ms-high-contrast-adjust: none;
    background-color: #1aebff;
  }
  .ms-contactus .modality-link:hover .modality-icon,
  .ms-contactus .modality-link:focus .modality-icon,
  .ms-contactus .modality-link:active .modality-icon,
  .ms-contactus .modality-link:hover .text-body,
  .ms-contactus .modality-link:focus .text-body,
  .ms-contactus .modality-link:active .text-body,
  .ms-contactus .modality-link:hover .link-description,
  .ms-contactus .modality-link:focus .link-description,
  .ms-contactus .modality-link:active .link-description {
    color: black;
    background-color: #1aebff;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ms-contactus .modality-link:hover,
  .ms-contactus .modality-link:focus,
  .ms-contactus .modality-link:active {
    -ms-high-contrast-adjust: none;
    background-color: #37006e;
  }
  .ms-contactus .modality-link:hover .modality-icon,
  .ms-contactus .modality-link:focus .modality-icon,
  .ms-contactus .modality-link:active .modality-icon,
  .ms-contactus .modality-link:hover .text-body,
  .ms-contactus .modality-link:focus .text-body,
  .ms-contactus .modality-link:active .text-body,
  .ms-contactus .modality-link:hover .link-description,
  .ms-contactus .modality-link:focus .link-description,
  .ms-contactus .modality-link:active .link-description {
    color: white;
    background-color: #37006e;
  }
}
.ms-contactus .modality-link.contactus-link {
  max-width: 100%;
  margin-left: -16px;
}
.ms-contactus .modality-link.contactus-link .link-description {
  font-size: 14px;
}
.ms-contactus .links-section {
  margin-left: auto;
}
html[dir='rtl'] .ms-contactus .links-section {
  margin-right: auto;
}
.ms-contactus .contactus-collection .problem-request {
  margin-bottom: 48px;
}
.ms-contactus .contactus-collection .contactus-textarea {
  margin-bottom: 24px;
}
.ms-contactus .contactus-collection .contactus-textarea::-webkit-input-placeholder {
  font-style: italic;
}
.ms-contactus .contactus-collection .contactus-textarea:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.ms-contactus .contactus-collection .contactus-textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.ms-contactus .contactus-collection .contactus-textarea:-ms-input-placeholder {
  font-style: italic;
}
.ms-contactus .contactus-result {
  max-width: 1400px;
  padding-top: 32px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.ms-contactus .contactus-result .search-result-panel {
  margin-bottom: 20px;
}
.ms-contactus .contactus-result hr {
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}
.ms-contactus .contactus-result .prev-data {
  padding-bottom: 12px;
}
.ms-contactus .contactus-result .contactus-result-section {
  margin-bottom: 32px;
}
.ms-contactus .contactus-result .change-problem-button {
  min-width: 0;
  padding: 7px 0px;
  margin-top: 3px;
}
@media screen and (-ms-high-contrast: active) {
  .ms-contactus .contactus-result .change-problem-button {
    border-width: 2px;
  }
  .ms-contactus .contactus-result .change-problem-button:hover,
  .ms-contactus .contactus-result .change-problem-button:focus {
    text-decoration: none;
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  .ms-contactus .contactus-result .change-problem-button:hover,
  .ms-contactus .contactus-result .change-problem-button:focus {
    background-color: #1aebff;
    color: black;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ms-contactus .contactus-result .change-problem-button:hover,
  .ms-contactus .contactus-result .change-problem-button:focus {
    background-color: #37006e;
    color: white;
  }
}
.ms-contactus .contactus-result .external-link-card {
  width: 100%;
  background-color: #f2f2f2;
  padding: 12px;
  max-width: 315px;
}
.ms-contactus .contactus-result .external-link-card .card-content {
  margin-bottom: 12px;
}
.ms-contactus .contactus-result .service-agreement {
  margin: 24px 12px 12px 0;
}
@media (min-width: 768px) {
  .ms-contactus .contactus-result .modality-divider {
    display: none;
  }
}
.ms-contactus .self-help-solutions {
  padding: 0 20px 20px 0;
  float: left;
}
html[dir='rtl'] .ms-contactus .self-help-solutions {
  float: right;
}
.ms-contactus .display-problem-text {
  padding-top: 16px;
  padding-bottom: 32px;
  line-height: 22px;
}
.ms-contactus .display-problem-text .problem-text {
  display: inline-block;
  overflow: hidden;
  max-width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ms-contactus .contactus-viewmore {
  text-align: center;
}
.ms-contactus .contactus-normalwhitespace {
  white-space: normal;
}
.ms-contactus .contactus-header {
  padding-bottom: 40px;
  display: inline-block;
}
.ms-contactus .contactus-subtitle {
  padding-top: 0px;
  padding-bottom: 28px;
}
.ms-contactus .contactus-base {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ms-contactus .contactus-media-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.ms-contactus .drop-down {
  margin-left: 0;
  margin-right: 0;
}
.ms-contactus .drop-down .btn-dropdown {
  max-width: 315px;
}
.ms-contactus .selfhelp-description {
  margin-top: 4px;
}
.ms-contactus .all-products-button {
  display: block;
  margin: 0 auto;
  background: none;
  color: #0078d4;
}
@media not screen and (-ms-high-contrast: active) {
  .ms-contactus .all-products-button {
    border: none;
  }
  .ms-contactus .all-products-button:focus {
    outline: 1px dotted;
  }
}
@media screen and (-ms-high-contrast: active) {
  .ms-contactus .all-products-button {
    border: 2px solid;
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  .ms-contactus .all-products-button:hover,
  .ms-contactus .all-products-button:focus {
    background-color: #1aebff;
    color: black;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ms-contactus .all-products-button:hover,
  .ms-contactus .all-products-button:focus {
    background-color: #37006e;
    color: white;
  }
}
.font-blue {
  color: #0078d4;
}
ul.side-nav {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
}
ul.side-nav li {
  margin-bottom: 5px;
}
ul.side-nav .link-level-1 {
  max-width: 200px;
  padding-left: 2px;
}
ul.side-nav .link-level-2 {
  margin-left: 32px;
  max-width: 200px;
  padding-left: 2px;
}
html[dir='rtl'] ul.side-nav .link-level-2 {
  padding-left: 0;
  padding-right: 32px;
}
ul.side-nav .selected-nav {
  background-color: #0078d4;
}
ul.side-nav .selected-nav a {
  color: #ffffff;
}
ul.side-nav .nav-link a {
  color: #0078d4;
}
.object-table .spinner-label {
  text-align: center;
  margin: 15px 0;
}
.object-table .sortable-column-header:focus {
  background-color: #f2f2f2;
}
.object-table .sortable-column-header:hover {
  cursor: pointer;
}
.commercial-hub-container {
  min-height: 600px;
}
.commercial-hub {
  min-height: 760px;
}
.commercial-hub h2,
.commercial-hub h3,
.commercial-hub h4,
.commercial-hub h5,
.commercial-hub h6 {
  text-align: left;
  color: #000000;
}
html[dir='rtl'] .commercial-hub h2,
html[dir='rtl'] .commercial-hub h3,
html[dir='rtl'] .commercial-hub h4,
html[dir='rtl'] .commercial-hub h5,
html[dir='rtl'] .commercial-hub h6 {
  text-align: right;
}
.commercial-hub .commercial-unauthenticated {
  position: relative;
  text-align: center;
}
.commercial-hub .commercial-unauthenticated img {
  width: 100%;
}
html[dir='rtl'] .commercial-hub .commercial-unauthenticated img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
@media screen and (-ms-high-contrast: white-on-black) {
  .commercial-hub .commercial-unauthenticated .section-header {
    background-color: black !important;
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  .commercial-hub .commercial-unauthenticated .section-body p {
    background-color: black !important;
  }
}
@media (min-width: 768px) {
  .commercial-hub .commercial-unauthenticated .positioner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
  }
  .commercial-hub .commercial-unauthenticated .positioner .info-section {
    color: #000000;
    background-color: none;
    text-align: left;
    width: 500px;
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .commercial-hub .commercial-unauthenticated .info-section {
    margin-left: 8px;
    margin-top: 20px;
    color: #000000;
    background-color: none;
    text-align: left;
  }
}
.commercial-hub .commercial-unauthenticated .sign-in-button {
  margin-top: 48px;
}
.commercial-hub .commercial-unauthenticated .premier-message {
  margin-top: 80px;
  margin-bottom: 80px;
}
.commercial-hub .commercial-unauthenticated .premier-message .premier-message-title {
  margin-bottom: 8px;
  text-align: center;
}
.commercial-hub .entitlements-spinner {
  min-height: 320px;
  margin-top: 60px;
}
.commercial-hub .entitlements-spinner .spinner-label {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.commercial-hub .commercial .action-links {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 540px) {
  .commercial-hub .commercial .action-links {
    margin-bottom: 52px;
  }
}
.commercial-hub .commercial .action-links .action-link {
  text-align: center;
  background-color: #004e8c;
  border-color: #004e8c;
  color: #ffffff;
  border-style: solid;
  border-width: 2px;
  padding: 10px 0px 40px 0px;
  margin-bottom: 60px;
  height: 200px;
}
.commercial-hub .commercial .action-links .action-link .link-text-container {
  margin-bottom: 5px;
}
.commercial-hub .commercial .action-links .action-link .link-text-container .link-text {
  display: inline-block;
  font-size: 18px;
  padding-bottom: 5px;
}
.commercial-hub .commercial .action-links .action-link .link-description {
  font-size: 13px;
  margin-top: 10px;
  padding-top: 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.commercial-hub .commercial .action-links .action-link a,
.commercial-hub .commercial .action-links .action-link a:link {
  color: #ffffff;
  display: inline-block;
  padding: 20px;
}
.commercial-hub .commercial .action-links .action-link a:hover,
.commercial-hub .commercial .action-links .action-link a:focus {
  padding: 20px;
}
.commercial-hub .commercial .action-links .action-link a:hover .link-text-container .link-text,
.commercial-hub .commercial .action-links .action-link a:focus .link-text-container .link-text {
  text-decoration: underline;
}
.commercial-hub .commercial .action-links .action-link .action-image {
  height: 48px;
  width: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  display: block;
}
.commercial-hub .commercial .action-links .action-link .greyed-action {
  opacity: .4;
  filter: alpha(opacity=40);
}
@media (max-width: 540px) {
  .commercial-hub .commercial .action-links .action-link {
    margin-bottom: 8px;
  }
}
.commercial-hub .commercial .action-links .action-link.alternative-link {
  background-color: #ffffff;
  border-color: #e2e2e2;
  color: #000000;
}
.commercial-hub .commercial .action-links .action-link.alternative-link a,
.commercial-hub .commercial .action-links .action-link.alternative-link a:link {
  padding: 20px;
  color: #000000;
}
.commercial-hub .commercial .view-all .view-all-link {
  display: inline-block;
}
.commercial-hub .commercial .view-all .commercial-inline-spinner {
  display: inline-block;
  position: relative;
  top: 18px;
  left: 8px;
}
.commercial-hub .commercial-promotion {
  text-align: center;
  margin-bottom: 32px;
}
.commercial-hub .commercial-promotion .service-image {
  height: 130px;
  width: 158px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  display: block;
}
.commercial-hub .commercial-promotion h3 {
  text-align: center;
  margin-bottom: 25px;
}
.commercial-hub .commercial-promotion .service-description {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .commercial-hub .commercial-promotion .service-description {
    width: 70%;
  }
}
@media (min-width: 1084px) {
  .commercial-hub .commercial-promotion .service-description {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .commercial-hub .commercial-promotion .service-description {
    width: 50%;
  }
}
.commercial-hub .commercial-promotion p {
  margin-bottom: 20px;
}
.commercial-hub .commercial-promotion .supplementary-info {
  font-size: 13px;
}
.commercial-hub .commercial-promotion a {
  display: block;
  margin-bottom: 30px;
}
.commercial-hub .commercial-link-farm {
  margin-top: 58px;
}
.commercial-site-alerts {
  margin-top: -8px;
}
.commercial .commercial-spacer-50-top {
  margin-top: 50px;
}
.commercial .my-support-header {
  margin: 64px 0 12px 0;
}
.commercial .sign-in-message {
  margin: 15px 0;
}
.commercial .spinner-label {
  text-align: center;
  margin: 15px 0;
}
.commercial .register-form-div {
  margin-top: 32px;
}
.commercial .register-contract .register-link {
  overflow: auto;
}
.commercial .register-contract .register-contract-form-container {
  clear: both;
  margin-top: 16px;
  padding: 10px 0 32px 0;
  overflow: auto;
}
.commercial .register-contract .register-title {
  margin-top: 16px;
  margin-bottom: 16px;
}
.commercial .register-contract .register-margin {
  margin-top: 16px;
}
.commercial .register-contract .register-form input {
  width: 100%;
}
.commercial .register-contract .spinner-container {
  text-align: center;
}
.commercial .register-contract register-contract-modal {
  background-color: #4d4d4d;
}
.commercial .incidents-table .navigation-section {
  margin-top: 48px;
}
.commercial .incidents-table .navigation-section .new-support-request {
  margin-bottom: 48px;
}
.commercial .incidents-table .navigation-section .no-incidents-message {
  width: 50%;
}
.commercial .incidents-table .navigation-section .table-header .search-form {
  margin-top: 0;
}
.commercial .incidents-table .navigation-section .table-header .menus ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.commercial .incidents-table .navigation-section .table-header .menus ul .separator {
  border-right: 2px #bbb solid;
}
.commercial .incidents-table .navigation-section .table-header .menus ul li {
  float: left;
  margin: 0;
}
.commercial .incidents-table .navigation-section .table-header .menus ul li .menu-link {
  padding: 2px 16px;
  display: inline-block;
}
.commercial .incidents-table .navigation-section .table-header .menus ul li .menu-link-end {
  padding: 0 0 0 16px;
}
.commercial .incidents-table .navigation-section .table-header .menus ul li a {
  text-align: center;
  text-decoration: none;
}
.commercial .incidents-table .table-filters .calendar-group .calendar-icon {
  display: inline-block;
  height: 36px;
  width: 36px;
  padding: 8px 8px 8px 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-left-style: none;
  cursor: pointer;
}
.commercial .incidents-table .table-filters .calendar-group .calendar-icon:hover {
  border-color: #000000;
}
.commercial .incidents-table .table-filters .calendar-group .calendar-icon:focus {
  border-color: #0078d4;
}
html[dir='rtl'] .commercial .incidents-table .table-filters .calendar-group .calendar-icon {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  border-right-style: none;
}
.commercial .incidents-table .table-filters .calendar-group table td {
  padding: 0px 0px;
}
.commercial .incidents-table .table-filters .calendar-group table td button,
.commercial .incidents-table .table-filters .calendar-group table th button,
.commercial .incidents-table .table-filters .calendar-group table th {
  background-color: #ffffff !important;
}
.commercial .incidents-table .table-filters .calendar-group table td button,
.commercial .incidents-table .table-filters .calendar-group table th button {
  min-width: 100%;
  width: 100%;
  margin: 0px 0px;
}
.commercial .incidents-table .table-filters .calendar-group table td button.active,
.commercial .incidents-table .table-filters .calendar-group table th button.active {
  color: #000000;
}
.commercial .incidents-table .table-filters,
.commercial .incidents-table .column-selectors {
  padding: 40px;
  background-color: #f2f2f2;
}
.commercial .incidents-table .table-filters .apply-buttons-row,
.commercial .incidents-table .column-selectors .apply-buttons-row {
  margin-top: 40px;
}
.commercial .incidents-table .view-all {
  margin-top: 24px;
}
.commercial .incident-detail-header {
  margin-top: 36px;
  margin-bottom: 36px;
}
.commercial .incident-detail h2 {
  text-align: left;
}
html[dir='rtl'] .commercial .incident-detail h2 {
  text-align: right;
}
.commercial .incident-detail h3 {
  font-size: 1.12rem;
}
.commercial .incident-detail .incident-fields label {
  font-size: 0.808rem;
}
.commercial .incident-detail .incident-fields p {
  margin-bottom: 12px;
}
.commercial .incident-detail .incident-detail-show-more-link {
  margin-top: 15px;
  margin-bottom: 20px;
}
.commercial .incident-detail .engineer-notes ul {
  margin-left: 18px;
  margin-right: 18px;
}
.commercial .incident-detail .engineer-notes ul li {
  list-style: disc;
  margin-bottom: 8px;
  white-space: pre-line;
}
.commercial .incident-detail .engineer-notes ul li:last-child {
  margin-bottom: 20px;
}
@media (min-width: 540px) {
  .commercial .incident-detail .incident-messages .section-subtitle {
    width: 50%;
    display: inline-block;
  }
}
.commercial .incident-detail .incident-messages .win-icon-Mail {
  margin-right: 8px;
}
html[dir='rtl'] .commercial .incident-detail .incident-messages .win-icon-Mail {
  margin-right: 0;
  margin-left: 8px;
}
.commercial .incident-detail .incident-messages header {
  margin-bottom: 0;
}
.commercial .incident-detail .incident-messages .new-message-link {
  display: inline-block;
}
.commercial .incident-detail .incident-messages .message-table .message-field {
  padding: 12px;
  display: inline-block;
  width: 100%;
  overflow-wrap: break-word;
}
.commercial .incident-detail .incident-messages .message-table .message-subject {
  display: inline-block;
}
.commercial .incident-detail .incident-messages .message-table .message-subject-ellipsis {
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  overflow: hidden;
}
.commercial .incident-detail .incident-messages .message-table .message-subject-ellipsis > * {
  display: table-cell;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.commercial .incident-detail .incident-messages .message-table .column-header {
  font-size: 0.68rem;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.commercial .incident-detail .incident-messages .message-table .table-row {
  border-bottom: 1px solid #e2e2e2;
}
.commercial .incident-detail .incident-messages .message-table .message-row {
  cursor: pointer;
}
.commercial .incident-detail .incident-messages .message-table .message-row:hover,
.commercial .incident-detail .incident-messages .message-table .message-row:focus {
  background-color: #0078d4;
  color: #ffffff;
  border-left: 1px solid #0078d4;
  border-right: 1px solid #0078d4;
}
.commercial .incident-detail .incident-messages .message-table .message-row .sender-column {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.commercial .incident-detail .incident-messages .message-table .message-row .first-message {
  font-weight: bold;
}
.commercial .incident-detail .incident-messages .message-table .active-message {
  background-color: #f2f2f2;
}
.commercial .incident-detail .message-detail .message-header {
  padding: 16px;
}
.commercial .incident-detail .message-detail .message-header .message-reply-div {
  margin-top: 10px;
}
.commercial .incident-detail .message-detail .message-body {
  white-space: pre-line;
  padding: 8px 16px;
  margin-bottom: 24px 0;
}
.commercial .incident-detail .message-detail .message-nav-div {
  margin-top: 20px;
  padding: 0 16px;
}
.commercial .incident-detail .message-detail .message-nav-div a {
  display: inline-block;
  margin-right: 20px;
}
html[dir='rtl'] .commercial .incident-detail .message-detail .message-nav-div a {
  margin-right: 0px;
  margin-left: 20px;
}
.commercial .incident-detail .message-edit .message-edit-header-section {
  margin-top: 0;
  padding: 8px 16px;
}
.commercial .incident-detail .message-edit .message-edit-header-section .subject-input-box {
  margin-top: 0;
}
.commercial .incident-detail .message-edit .message-edit-header-section .message-reply-header {
  width: 50%;
  display: inline-block;
}
.commercial .incident-detail .message-edit .message-edit-header-section .message-attachment-link-section {
  max-width: 168px;
}
.commercial .incident-detail .message-edit .message-edit-header-section .message-attachment-link-section .max-file-size-information {
  margin-left: 16px;
}
.commercial .incident-detail .message-edit .message-edit-header-section label {
  margin-bottom: 8px;
}
.commercial .incident-detail .message-edit .message-edit-header-section .attachment-size-limit {
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.commercial .incident-detail .message-edit .message-edit-body-section {
  margin-top: 0px;
  border: 1px solid #f2f2f2;
}
.commercial .incident-detail .message-edit .message-edit-body-section textarea {
  width: 100%;
  border: none;
}
.commercial .incident-detail .message-edit .message-edit-body-section.has-error {
  border-color: #e81123;
}
.commercial .incident-detail .message-edit .message-edit-footer-section {
  background-color: #f2f2f2;
  padding: 20px 20px 20px 20px;
}
html[dir='rtl'] .commercial .incident-detail .message-edit .message-edit-footer-section {
  padding-left: 20px;
  padding-right: 0px;
}
.commercial .incident-detail .message-edit .message-edit-footer-section .message-edit-privacy {
  padding-left: 8px;
  padding-right: 8px;
}
.commercial .incident-detail .message-edit .message-edit-footer-section .message-edit-privacy span {
  font-size: 12px;
}
.commercial .incident-detail .message-edit .message-edit-footer-section .form-group {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 539px) {
  .commercial .incident-detail .message-edit .message-edit-footer-section .btn {
    min-width: 120px;
  }
}
@media (min-width: 540px) {
  .commercial .incident-detail .message-edit .message-edit-footer-section .message-edit-button-section .message-button-group {
    float: right;
  }
}
@media (max-width: 539px) {
  .commercial .incident-detail .message-edit .message-edit-footer-section .message-edit-button-section .message-button-group {
    padding-left: 8px;
    padding-right: 8px;
  }
  .commercial .incident-detail .message-edit .message-edit-footer-section .message-edit-button-section .message-button-group button {
    width: 48%;
  }
}
.commercial .incident-detail .message-edit .message-edit-footer-section .message-edit-button-section .message-send-wait {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 540px) {
  .commercial .incident-detail .message-edit .message-edit-footer-section .message-edit-button-section .message-send-wait {
    float: right;
  }
}
.commercial .accounts-hub {
  min-height: 760px;
}
.commercial .accounts-hub .register-form {
  width: 260px;
}
.commercial .accounts-hub .register-form input {
  width: 100%;
}
.commercial .accounts-hub .register-form .register-form-validation-error {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e81123;
  margin-bottom: 0px;
}
.commercial .premier-contacts {
  min-height: 760px;
}
.commercial .premier-contacts .no-incidents-message {
  margin-top: 34px;
}
.commercial .premier-contacts .contacts-section .by-phone-contacts {
  width: 75%;
}
.commercial .premier-contacts .contacts-section .contact-section {
  margin-bottom: 18px;
  width: 60%;
}
.commercial .premier-contacts .contacts-section .contacts-form {
  margin-top: 0;
  margin-bottom: 24px;
}
.commercial .premier-contacts .contacts-section .contact-section-country {
  margin-bottom: 0;
  margin-top: 16px;
}
.commercial .premier-contacts .contacts-section .contacts-list {
  margin-top: 22px;
  width: 75%;
}
.commercial .premier-contacts .contacts-section .contacts-list .label {
  font-size: 13px;
  font-weight: 400;
  color: #898989;
}
.commercial .premier-contacts .contacts-section .contacts-list .sla {
  font-size: 11px;
  font-weight: 400;
  color: #898989;
}
.commercial .files-container .file-container {
  background-color: #f2f2f2;
  display: inline-block;
  padding: 5px;
  margin: 5px 5px 5px 0;
}
html[dir='rtl'] .commercial .files-container .file-container {
  margin-left: 5px;
  margin-right: 0px;
}
.commercial .files-container .file-container .file-common {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  vertical-align: middle;
}
.commercial .files-container .file-container .file-name {
  max-width: 100px;
  text-align: left;
}
.commercial .files-container .file-container .file-remove {
  width: 20px;
  text-align: center;
}
.commercial .files-container .file-container .file-remove:hover,
.commercial .files-container .file-container .file-remove:focus {
  border: 1px dotted #333333;
}
.commercial .files-container .file-container .file-remove:hover {
  cursor: pointer;
}
.incident-creation-workflow {
  min-height: 625px;
}
.incident-creation-workflow h1 {
  font-weight: 300;
}
.incident-creation-workflow h2 {
  font-weight: 400;
}
.incident-creation-workflow h2,
.incident-creation-workflow h3,
.incident-creation-workflow h4,
.incident-creation-workflow h5,
.incident-creation-workflow h6 {
  text-align: left;
  color: #000000;
}
html[dir='rtl'] .incident-creation-workflow h2,
html[dir='rtl'] .incident-creation-workflow h3,
html[dir='rtl'] .incident-creation-workflow h4,
html[dir='rtl'] .incident-creation-workflow h5,
html[dir='rtl'] .incident-creation-workflow h6 {
  text-align: right;
}
.incident-creation-workflow hr {
  color: #bfbfbf;
}
.incident-creation-workflow .required:after {
  color: #e81123;
}
.incident-creation-workflow .header {
  margin-top: 45px;
  margin-bottom: 38px;
  font-size: 36px;
}
.incident-creation-workflow .step-number {
  opacity: .6;
  filter: alpha(opacity=60);
  margin-bottom: 6px;
}
.incident-creation-workflow .step-description {
  font-size: 18px;
  margin-bottom: 24px;
}
.incident-creation-workflow .product-suggestions-wrapper {
  position: relative;
}
.incident-creation-workflow .product-suggestions-wrapper .product-no-match {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  width: 100%;
  z-index: 10;
}
.incident-creation-workflow .product-suggestions-wrapper .product-no-match .inner-message {
  padding: 20px;
}
.incident-creation-workflow .product-disclaimers {
  clear: both;
}
.incident-creation-workflow .secondary-support-topics {
  clear: both;
}
.incident-creation-workflow .navigation-buttons {
  margin-top: 56px;
}
.incident-creation-workflow .contract-picker-form h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.incident-creation-workflow .contract-picker-form h4 {
  font-size: 13px;
  font-weight: 400;
}
.incident-creation-workflow .contract-picker-form .contract-group {
  margin-bottom: 30px;
}
.incident-creation-workflow .contract-picker-form .contract-group .radio-selector {
  display: table;
}
.incident-creation-workflow .contract-picker-form .contract-group .radio-selector input {
  margin: 8px;
  display: table-cell;
}
.incident-creation-workflow .contract-picker-form .contract-group .radio-selector label {
  display: table-cell;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}
.incident-creation-workflow .contract-picker-form .contract-group .contract-expire-date {
  margin-top: 5px;
  margin-left: 52px;
}
html[dir='rtl'] .incident-creation-workflow .contract-picker-form .contract-group .contract-expire-date {
  margin-right: 52px;
  margin-left: 0px;
}
.incident-creation-workflow .contract-picker-form .contract-group .contract-expire-date label {
  display: block;
}
.incident-creation-workflow .contract-picker-form .contract-group .contract-expire-date > span {
  display: block;
}
.incident-creation-workflow .contract-picker-form .contracts-table .radio-selector {
  vertical-align: middle;
}
.incident-creation-workflow .contract-picker-form .contracts-table .component-name {
  margin-left: 8px;
}
html[dir='rtl'] .incident-creation-workflow .contract-picker-form .contracts-table .component-name {
  margin-left: 0px;
  margin-right: 8px;
}
.incident-creation-workflow .contract-picker-form .contracts-table .remain-unit {
  text-align: right;
}
html[dir='rtl'] .incident-creation-workflow .contract-picker-form .contracts-table .remain-unit {
  text-align: left;
}
.incident-creation-workflow .contract-picker-form .contracts-table .expire-date {
  width: 30%;
}
.incident-creation-workflow .contract-picker-form .contract-group:last-of-type {
  margin-bottom: 0px;
}
.incident-creation-workflow .incident-severity-form .severity-group {
  display: table;
  margin-bottom: 32px;
}
.incident-creation-workflow .incident-severity-form .severity-group .severity-radio {
  display: table-cell;
  vertical-align: top;
}
.incident-creation-workflow .incident-severity-form .severity-group .severity-content {
  margin-left: 8px;
}
html[dir='rtl'] .incident-creation-workflow .incident-severity-form .severity-group .severity-content {
  margin-left: 0px;
  margin-right: 8px;
}
.incident-creation-workflow .incident-severity-form .severity-group .severity-content .severity-label {
  margin-bottom: 8px;
  font-size: 15px;
}
.incident-creation-workflow .incident-severity-form .severity-group .severity-content .severity-sla {
  font-size: 12px;
  color: #5e5e5e;
}
.incident-creation-workflow .incident-severity-form .severity-group .severity-content .severity-sla-bottom {
  margin-bottom: 20px;
}
.incident-creation-workflow .incident-severity-form .severity-group .severity-content .severity-sla-options {
  margin-bottom: 20px;
  display: table;
}
.incident-creation-workflow .incident-severity-form .severity-group .severity-content .severity-sla-options .severity-sla-option-input {
  display: table-cell;
  vertical-align: top;
}
.incident-creation-workflow .incident-severity-form .severity-group .severity-content .severity-sla-options .severity-sla-option-label {
  display: table-cell;
  vertical-align: top;
}
.incident-creation-workflow .incident-severity-form .severity-group .severity-content .severity-sla-options .severity-sla-option-label .severity-option {
  margin-left: 8px;
}
html[dir='rtl'] .incident-creation-workflow .incident-severity-form .severity-group .severity-content .severity-sla-options .severity-sla-option-label .severity-option {
  margin-left: 0px;
  margin-right: 8px;
}
.incident-creation-workflow .incident-severity-form .severity-group .severity-content .severity-sla-options:last-of-type {
  margin-bottom: 0px;
}
.incident-creation-workflow .incident-severity-form .severity-group .severity-no-radio {
  margin-left: 28px;
}
html[dir='rtl'] .incident-creation-workflow .incident-severity-form .severity-group .severity-no-radio {
  margin-left: 0px;
  margin-right: 28px;
}
.incident-creation-workflow .incident-severity-form .severity-group:last-of-type {
  margin-bottom: 0px;
}
.incident-creation-workflow .primary-contact-form .contact-method input {
  margin-right: 8px;
}
html[dir='rtl'] .incident-creation-workflow .primary-contact-form .contact-method input {
  margin-right: 0px;
  margin-left: 8px;
}
.incident-creation-workflow .primary-contact-form .contact-method-email {
  margin-top: 0px;
}
.incident-creation-workflow .primary-contact-form .contact-method-phone {
  margin-top: 12px;
  margin-bottom: 0px;
}
.incident-creation-workflow .primary-contact-form .contact-method-phone label {
  margin-bottom: 0px;
}
.incident-creation-workflow .incident-review {
  margin-top: 15px;
}
.incident-creation-workflow .incident-review .incident-property {
  margin-bottom: 10px;
}
.incident-creation-workflow .incident-review .incident-property label {
  font-weight: normal;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.incident-creation-workflow .incident-review .incident-property p {
  font-weight: 600;
}
.incident-creation-workflow .service-agreement {
  font-weight: 600;
  margin-top: 30px;
}
.incident-creation-workflow .service-agreement input {
  margin-right: 8px;
}
html[dir='rtl'] .incident-creation-workflow .service-agreement input {
  margin-right: 0;
  margin-left: 8px;
}
.incident-creation-workflow .privacy-statement {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 52px;
}
.incident-creation-workflow .incident-success header.incident-success-header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .incident-creation-workflow .incident-success .success-description {
    width: 50%;
  }
}
.incident-creation-workflow .incident-success .success-next-header {
  margin-top: 48px;
  margin-bottom: 19px;
}
.incident-creation-workflow .incident-success .what-next-description {
  margin-top: 19px;
}
@media (min-width: 768px) {
  .incident-creation-workflow .incident-success .what-next-description {
    width: 50%;
  }
}
.incident-creation-workflow .incident-success .what-next-description p {
  margin-bottom: 18px;
}
.incident-creation-workflow .submitting-wait-mask {
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 100;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.incident-creation-workflow .submitting-wait-spinner {
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin-top: -100px;
  margin-left: -200px;
  z-index: 101;
  background-color: #ffffff;
  border: 1px solid #0078d4;
}
.incident-creation-workflow .submitting-wait-spinner .spinner-container {
  margin-top: 50px;
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
  text-align: center;
}
.incident-creation-workflow .incident-description-form textArea {
  height: 247px;
}
.incident-creation-workflow .mobile-table > .mobile-table-row {
  padding: 20px 20px;
}
.incident-creation-workflow .mobile-table > .mobile-table-row:nth-child(odd) {
  background-color: #f2f2f2;
}
/*
    Image Text Block styling
*/
.image-text-blocks .menu-item {
  height: 80px;
  overflow: hidden;
}
.image-text-blocks .menu-item.clickable {
  cursor: pointer;
}
.image-text-blocks .menu-item.clickable:hover,
.image-text-blocks .menu-item.clickable:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.image-text-blocks .menu-item span {
  display: block;
}
.image-text-blocks .menu-item .content {
  display: inline;
}
.image-text-blocks .menu-item .win-icon {
  float: left;
  font-size: 32px;
  vertical-align: top;
  height: 80px;
  width: 80px;
  color: #0078d4;
  margin-right: 10px;
}
html[dir='rtl'] .image-text-blocks .menu-item .win-icon {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.image-text-blocks .menu-item .menu-title {
  color: #0078d4;
}
.image-text-blocks .menu-item .menu-description {
  color: rgba(0, 0, 0, 0.6);
}
.image-text-blocks a:hover {
  text-decoration: none;
}
.faq-section {
  margin-bottom: 24px;
}
.faq-section .section-title {
  margin: 0 !important;
}
.faq-section .link-expand {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
.faq-section .faq-chevron {
  float: left;
  color: #5c2d91;
  font-size: 12px;
  padding: 2px 0;
}
[dir='rtl'] .faq-section .faq-chevron {
  float: right;
}
.faq-section .link-expand-all {
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}
.faq-section .link-expand-image {
  float: left;
  display: block;
}
[dir='rtl'] .faq-section .link-expand-image {
  float: right;
}
.faq-section .link-expand-text {
  display: block;
  margin-left: 27px;
}
[dir='rtl'] .faq-section .link-expand-text {
  margin-right: 27px;
  margin-left: auto;
}
.faq-section .faq-panel-body {
  margin-left: 27px;
}
[dir='rtl'] .faq-section .faq-panel-body {
  margin-right: 27px;
  margin-left: auto;
}
.fre-hololens {
  color: #F2F2F2;
  background-color: #292929;
  width: 1021px;
}
.fre-hololens header {
  width: 100%;
  background-color: #0078d4;
}
.fre-hololens header h1 {
  padding: 8px 40px;
  font-size: 36px;
  font-weight: 200;
}
.fre-hololens .section {
  width: 100%;
  height: 370px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
}
.fre-hololens .section .overlay {
  float: left;
  margin: 0 40px;
  padding-top: 52px;
  max-width: 340px;
}
.fre-hololens .section .overlay h3 {
  padding-bottom: 24px;
  color: #F2F2F2;
  font-size: 36px;
  font-weight: 200;
}
.fre-hololens .section .overlay p {
  font-weight: 300;
  font-size: 20px;
}
.fre-hololens .section:nth-child(2n) .overlay {
  float: right;
}
.fre-hololens .section:nth-child(2n + 1) {
  background-position-x: right;
}
.fre-hololens footer {
  background-color: #BCBEC0;
  padding: 0 60px;
}
.fre-hololens footer .title {
  padding-top: 18px;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 400;
  color: #1E1E1E;
}
.fre-hololens footer .hl-f1-footer {
  margin-top: 4px;
  color: #0078d4;
  font-size: 18px;
  font-weight: 500;
}
.fre-hololens footer .hl-f1-footer div {
  display: inline-block;
  padding-right: 48px;
}
html[dir='rtl'] .fre-hololens footer .hl-f1-footer div:first-of-type {
  margin-right: 0;
  margin-left: 24px;
}
.fre-hololens footer .hl-f0-footer {
  margin-top: 18px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}
.fre-hololens footer .hl-f0-footer a,
.fre-hololens footer .hl-f0-footer a:link,
.fre-hololens footer .hl-f0-footer div {
  color: #626262;
}
.fre-hololens footer .hl-f0-footer .link {
  display: inline-block;
  width: 25%;
}
html[dir='rtl'] .fre-hololens footer .hl-f0-footer .link:first-of-type {
  margin-right: 0;
  margin-left: 24px;
}
.fre-hololens footer .hl-f0-footer .copyright-notice {
  float: right;
}
html[dir='rtl'] .fre-hololens footer .hl-f0-footer .copyright-notice {
  float: left;
}
.locations .locations-filter {
  background-color: #f2f2f2;
}
.locations .locations-filter .filter-field {
  margin-top: 24px;
}
.locations .locations-filter .filter-field .searchable-dropdown {
  padding-top: 5px;
  padding-bottom: 5px;
}
.locations .locations-filter .form-group {
  margin-top: 12px;
}
.locations .store-locator-results .results-count {
  font-size: 15px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.locations .store-locator-results .results-list {
  overflow-y: auto;
}
.locations .store-locator-results .results-list .store-name {
  color: #333333;
}
.locations .store-locator-results .results-list .store-description {
  color: #919191;
}
.locations .store-locator-results .location-info {
  margin-bottom: 32px;
}
.locations .store-locator-results .location-info li {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .locations .store-locator-results .location-info:nth-child(3n+1) {
    clear: none;
  }
  .locations .store-locator-results .location-info:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1084px) {
  .locations .store-locator-results .location-info:nth-child(2n+1) {
    clear: none;
  }
  .locations .store-locator-results .location-info:nth-child(4n+1) {
    clear: both;
  }
}
.searchable-dropdown {
  margin-bottom: 20px;
}
.searchable-dropdown .search-bar {
  position: relative;
}
.searchable-dropdown .search-bar .form-control {
  padding-right: 25px;
}
.searchable-dropdown .search-bar .win-icon {
  position: absolute;
  padding: 7px;
}
.searchable-dropdown .current-active {
  background-color: #0078d4;
  color: #ffffff;
}
.searchable-dropdown .item-block {
  display: block;
}
.searchable-dropdown .item-block .item {
  width: 400px;
  margin: auto;
  text-align: left;
  padding: 8px;
  cursor: pointer;
}
.searchable-dropdown .item-block .item .title {
  font-size: 18px;
}
.device-center-div {
  margin-top: 50px;
}
.device-center-div .devices-radio .offer-description {
  margin-top: 8px;
}
.device-center-div .radio.content-radio label input:checked ~ span {
  margin: 0px;
  padding: 11px 15px 15px 15px;
}
.device-center-div .radio.content-radio label:hover input ~ span {
  padding: 12px 16px 16px 16px;
}
.device-center-div .device-order-status {
  display: inline-flex;
}
.device-center-div .device-order-status span {
  padding-right: 5px;
  color: #0078d4;
  padding-bottom: 15px;
}
.device-center-div hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.device-center-div h2 {
  text-align: left;
  color: #000000;
}
html[dir='rtl'] .device-center-div h2 {
  text-align: right;
}
.device-center-div h1:focus,
.device-center-div h2:focus,
.device-center-div h3:focus,
.device-center-div div:focus {
  outline: none;
}
.device-center-div div.row:nth-child(5):not(.spacer-32-bottom) {
  display: flex;
  flex-wrap: wrap;
}
html[dir='rtl'] .surface-recovery-image-div .sequence .step {
  border-left-width: 0px;
  border-right: 2px dashed #666;
}
html[dir='rtl'] .surface-recovery-image-div .sequence .step.middle-align:last-of-type,
html[dir='rtl'] .surface-recovery-image-div .sequence .step:last-of-type {
  border-right-color: transparent;
}
.device-register-new {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.device-register-new div {
  font-size: 16px;
}
.modal-dialog-less-opacity {
  opacity: .2;
  pointer-events: none;
}
.modal-loading-spinner-position {
  position: absolute;
  top: 40%;
  left: 40%;
}
.device-list-item {
  cursor: pointer;
  text-align: center;
  padding-bottom: 20px;
}
.device-list-item img {
  width: auto;
  height: 64px;
  margin-bottom: 16px;
  display: inline-block;
}
.device-no-padding-top {
  padding-top: 0px !important;
}
.devices-radio-content,
.devices-radio {
  min-height: 180px;
}
@media screen and (-ms-high-contrast: white-on-black) {
  .devices-progress-bar {
    border: 1px solid #a8a8a8;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .devices-progress-bar {
    border: 1px solid #d6d6d6;
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  .alert-band .alert-warning {
    border: 1px solid #a8a8a8;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .alert-band .alert-warning {
    border: 1px solid #d6d6d6;
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  .alert-band .alert-info {
    border: 1px solid #a8a8a8;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .alert-band .alert-info {
    border: 1px solid #d6d6d6;
  }
}
.device-list-item-block:hover {
  outline: 1px solid;
  outline-color: rgba(0, 0, 0, 0.2);
}
.device-list-item-block:active {
  border: 2px solid rgba(0, 0, 0, 0.4);
}
.device-warranty-badge {
  display: inline-block;
  padding: 5px;
}
.row .display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row .display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.device-modal-item-height {
  height: 140px;
}
.device-warranty-item {
  display: inline-flex;
}
.device-modal-window .modal-dialog {
  width: 360px;
}
.repiar-order-icon {
  display: inline;
}
.confirmation-message {
  margin-top: 32px;
  margin-bottom: 32px;
}
.warranty-list-item {
  padding: 5px;
}
.warranty-list-item img {
  max-width: 72px;
  max-height: 72px;
}
.device-pages-nopadding {
  padding: 0px !important;
}
.device-pages-selfhelp-alert {
  padding: 20px !important;
}
.device-new-register {
  font-size: 32px !important;
}
.devices-gav-padding {
  padding: 5px;
}
.device-iframe-border {
  border: 0px;
}
.devices-gav-extended-postal {
  display: inline;
}
.device-item-block-content {
  text-align: center;
}
.devices-images-padding {
  padding-right: 2.5% !important;
}
.devices-new-order-textarea {
  padding: 10px !important;
}
.devices-vertical-align {
  vertical-align: top;
}
#register-new-device-modal #register-device-help-serial-toggle,
#esp-terms-modal #register-device-help-serial-toggle,
#register-new-device-view #register-device-help-serial-toggle,
#esp-terms-view #register-device-help-serial-toggle {
  padding: 0;
  text-align: left;
}
#register-new-device-modal .txtRegisterTitle,
#esp-terms-modal .txtRegisterTitle,
#register-new-device-view .txtRegisterTitle,
#esp-terms-view .txtRegisterTitle {
  margin-bottom: 36px;
}
#register-new-device-modal .inputSerialNumber,
#esp-terms-modal .inputSerialNumber,
#register-new-device-view .inputSerialNumber,
#esp-terms-view .inputSerialNumber {
  margin-bottom: 4px;
}
#register-new-device-modal .find-serial-help-image,
#esp-terms-modal .find-serial-help-image,
#register-new-device-view .find-serial-help-image,
#esp-terms-view .find-serial-help-image {
  height: 192px;
  margin-bottom: 34px;
}
#register-new-device-modal .terms-and-conditions,
#esp-terms-modal .terms-and-conditions,
#register-new-device-view .terms-and-conditions,
#esp-terms-view .terms-and-conditions {
  font-size: 15px;
  margin-bottom: 12px;
}
#register-new-device-modal .accept-terms-conditions label,
#esp-terms-modal .accept-terms-conditions label,
#register-new-device-view .accept-terms-conditions label,
#esp-terms-view .accept-terms-conditions label {
  display: inline;
  line-height: 20px;
}
#register-new-device-modal .placeholder,
#esp-terms-modal .placeholder,
#register-new-device-view .placeholder,
#esp-terms-view .placeholder {
  display: none;
}
.modal-backdrop.smc-modal-backdrop {
  background-color: #ffffff;
  opacity: .6;
  filter: alpha(opacity=60);
}
.antivirus-vendors-page .vendor-block {
  height: 152px;
  margin-bottom: 20px;
}
.antivirus-vendors-page .vendor-block .image-section {
  height: 74%;
}
.antivirus-vendors-page .vendor-block .info-section {
  margin-left: 12px;
  font-size: 12px;
}
/* Geo component styles */
.geo .geo-option {
  color: #0078d4;
  cursor: pointer;
}
.geo .geo-option:hover,
.geo .geo-option:active {
  text-decoration: underline;
}
/*location block page styles*/
.location-block label {
  font-weight: bold;
  display: block;
}
.location-block span {
  display: block;
  margin-top: 4px;
}
.location-block button {
  margin-top: 30px;
}
.location-block .spinner-widget {
  margin-left: 40px;
}
.spinner-small .ring {
  margin-top: 0px;
}
.spinner-small .ring.ring-medium {
  width: 24px;
  height: 24px;
  overflow: visible;
}
.spinner-small .ring.ring-medium .indeterminate-medium {
  width: 24px;
  height: 24px;
  overflow: visible;
}
/* disability answer desk styles */
.accessibility-page .accessibility-subtitle {
  color: #000000;
  text-align: left;
}
.accessibility-page .accessibility-hero-removemargin {
  margin-left: -24px;
  margin-right: -24px;
}
.accessibility-page .accessibility-hero {
  background-size: cover;
  position: relative;
  height: 600px;
}
.accessibility-page .accessibility-hero .section-header {
  border-bottom: none !important;
}
.accessibility-page .accessibility-innovators {
  padding-bottom: 60px;
}
.accessibility-page .accessibility-connect-options .icon-box {
  height: 250px;
  padding-top: 50px;
  color: #ffffff;
}
.accessibility-page .accessibility-connect-options .icon-box .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  z-index: 100;
  margin-top: 50px;
  height: 49%;
}
.accessibility-page .accessibility-connect-options .accessibility-contact-text {
  padding-left: 5px;
  padding-right: 5px;
}
.accessibility-page .accessibility-connect-options .dad-contactcard-item {
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  padding: 2px 1px 2px 1px;
  display: block;
  border: none;
}
.accessibility-page .accessibility-connect-options .dad-contactcard-item:focus,
.accessibility-page .accessibility-connect-options .dad-contactcard-item:hover {
  outline: 3px solid;
  outline-color: rgba(0, 0, 0, 0.4);
}
.accessibility-page .photo-box {
  text-align: left;
}
.accessibility-page .accessibility-information {
  width: 50%;
}
.accessibility-page .accessibility-hero-section {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
@media (max-width: 768px) {
  .accessibility-page .accessibility-information {
    width: 100%;
  }
}
/* answer desk purchase page styles */
.answer-desk-purchase-page .answer-desk-logo {
  margin-top: 8px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .answer-desk-purchase-page .answer-desk-logo {
    margin-bottom: 24px;
  }
}
.answer-desk-purchase-page .answer-desk-logo img {
  width: 100%;
  height: 100%;
  min-height: 63px;
}
.answer-desk-purchase-page .answer-desk-heading {
  margin: 0;
}
.answer-desk-purchase-page .answer-desk-bulleted-list {
  list-style-type: disc;
}
.answer-desk-purchase-page .answer-desk-pcsiframe {
  border: none;
  height: 100%;
  width: 100%;
  min-height: 1920px;
}
.answer-desk-purchase-page .answer-desk-img-tile {
  padding-top: 67.6%;
}
@media (min-width: 768px) {
  .answer-desk-purchase-page .answer-desk-img-tile {
    padding-top: 33.8%;
  }
}
@media (max-width: 767px) {
  .answer-desk-purchase-page .answer-desk-tile {
    padding: 48px 12px;
    min-height: 240px;
  }
}
@media (min-width: 540px) {
  .answer-desk-purchase-page .answer-desk-tile {
    padding-top: 67.6%;
  }
  .answer-desk-purchase-page .answer-desk-tile .answer-desk-tile-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  html[dir='rtl'] .answer-desk-purchase-page .answer-desk-tile .answer-desk-tile-content {
    left: 0;
    right: 50%;
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
@media (min-width: 768px) {
  .answer-desk-purchase-page .answer-desk-tile {
    padding-top: 33.8%;
  }
}
.answer-desk-purchase-page .answer-desk-tile-content {
  padding: 0 24px;
  width: 100%;
}
.answer-desk-purchase-page .answer-desk-tile-content img {
  margin-bottom: 24px;
}
.answer-desk-purchase-page .answer-desk-requirements {
  margin: 48px 0;
}
.answer-desk-purchase-page .answer-desk-requirements .list-item {
  display: list-item;
  margin: 12px 16px 0 16px;
}
.answer-desk-purchase-page .answer-desk-color-bg-light-blue {
  background: #2FB7EA;
}
.answer-desk-purchase-page .answer-desk-order-summary {
  width: 100%;
}
.answer-desk-purchase-page .answer-desk-order-summary.table > thead > tr > th {
  vertical-align: top;
}
.answer-desk-purchase-page .answer-desk-order-summary.table > tbody > tr > td {
  vertical-align: top;
  padding: 8px 16px;
}
.answer-desk-purchase-page .answer-desk-order-summary.table > tbody > tr > td:first-child {
  color: #898989;
}
.answer-desk-purchase-page .answer-desk-proccessing-order-spinner {
  padding-top: 60px;
}
/* LogMeIn eula page styles */
.logmein-eula-page {
  font-size: 12px;
}
.logmein-eula-page blockquote {
  font-size: inherit;
  padding: 0px 12px 0px 12px;
  margin: 0px;
}
.logmein-eula-page li,
.logmein-eula-page ul {
  margin-bottom: 0px;
}
.logmein-eula-page h1,
.logmein-eula-page h2,
.logmein-eula-page h3,
.logmein-eula-page h4,
.logmein-eula-page h5 {
  margin-bottom: 5px;
}
.logmein-eula-page p {
  font-size: inherit;
}
.logmein-eula-page p:last-child {
  margin-bottom: 5px;
}
.logmein-eula-page #eulaAcceptReject {
  padding-bottom: 10px;
}
.logmein-eula-page #logmein {
  padding-top: 10px;
}
.logmein-eula-page .eulaButton {
  margin: 0px 5px;
}
.logmein-eula-page .logmein-content {
  text-align: center;
  display: block;
}
.logmein-eula-page .logmein-pincode-dialog {
  color: #e81123;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.logmein-eula-page .scroll-pane {
  overflow: auto;
  float: left;
  border: thin solid #000000;
  height: 180px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: inherit;
}
.logmein-eula-page .last-review {
  padding: 10px;
  font-size: 10px;
  text-align: right;
  white-space: nowrap;
}
/*Internal signin page*/
.internal-signin p {
  margin-top: 30px;
  margin-bottom: 10px;
}
.indent-1 {
  margin-left: 40px;
}
.indent-2 {
  margin-left: 80px;
}
.indent-3 {
  margin-left: 120px;
}
.indent-4 {
  margin-left: 160px;
}
.indent-5 {
  margin-left: 200px;
}
.indent-6 {
  margin-left: 240px;
}
.indent-7 {
  margin-left: 280px;
}
.indent-8 {
  margin-left: 320px;
}
.indent-9 {
  margin-left: 360px;
}
.productslist-height {
  min-height: 500px;
}
.productslist-min-width {
  min-width: 400px;
}
.productslist-max-width {
  max-width: 400px;
}
.csa-next-button-width {
  width: 50% !important;
}
.csa-margin-right-fixed {
  margin-right: -48px;
}
.csa-contact-link-farm-width {
  max-width: 1920px;
}
.csa-contact-link-farm-styles {
  margin-right: -24px;
  margin-left: -24px;
  min-height: 110px;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  bottom: 0px;
  background-color: #f2f2f2;
}
.csa-contact-link-farm-description {
  padding: 4px 20px 0px 20px;
}
.csa-contact-link-description {
  margin-top: 2px;
}
.csa-chat-textbox-padding {
  padding: 0 20px 0 20px;
}
#chat-connecting-container .csa-connecting-display {
  display: inline-block;
}
#chat-connecting-container .csa-connecting-agent {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 15px 0;
}
#chat-connecting-container .csa-connecting-cancel {
  margin: 15px 0 15px 0;
  vertical-align: top;
  float: right;
  padding: 0;
  min-width: 50px !important;
}
#chat-connecting-container .position-status-text {
  margin-top: 113px;
  margin-bottom: 60px;
  text-align: center;
}
.imageStyleCSA {
  width: 130px;
  padding-bottom: 20px;
}
.csa-modality-left-padding {
  padding-left: 10px;
}
@media screen and (max-width: 539px) and (min-width: 320px) {
  .marginBottomFixed {
    margin-left: 8px;
  }
}
@media screen and (min-height: 610px) {
  .showDisabilityInApp {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .csaContentLeftAlign {
    text-align: left;
  }
}
.modality-wait-status-description {
  padding-bottom: 5px;
}
@media screen and (min-width: 321px) {
  .newCallbackWidth {
    width: 320px;
  }
}
@media screen and (max-width: 599px) and (min-width: 320px) {
  .enterprise-sku-width {
    width: 100%;
    float: left;
    padding: 9px;
  }
}
@media screen and (max-width: 899px) and (min-width: 600px) {
  .enterprise-sku-width {
    width: 48%;
    display: inline-table;
    padding: 9px;
  }
}
@media screen and (min-width: 900px) {
  .enterprise-sku-width {
    width: 33%;
    display: inline-table;
    padding: 9px;
  }
}
@media screen and (min-height: 700px) {
  .showEnterpriseInApp {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
  }
}
.csa-chat-agent-header-margin {
  margin: 8px 0;
}
.chat-agent-person-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* start of Overridde for menu-header*/
#Store-navigation {
  min-width: 0;
}
/*end of Overridde for menu-header*/
/* start of broad commercial */
.broad-commercial {
  min-height: 650px;
}
@media (max-width: 540px) {
  .broad-commercial {
    min-height: 320px;
  }
}
.broad-commercial .broad-commercial-workflows {
  background-color: #f2f2f2;
}
.broad-commercial .self-help-links-section {
  padding-top: 48px;
}
/* end of broad commercial */
/* start of case management */
.case-management {
  min-height: 650px;
}
@media (max-width: 540px) {
  .case-management {
    min-height: 320px;
  }
}
.case-management .case-creation-workflow .case-creation-flow-step {
  padding-bottom: 48px;
}
.case-management .case-creation-workflow .c-divider {
  margin-top: 5px;
  margin-bottom: -8px;
}
.case-management .case-creation-workflow .form-control {
  margin-top: 28px;
}
.case-management .case-creation-workflow select:focus {
  border: 2px solid #000000;
}
.case-management .case-creation-workflow textarea {
  height: 100px;
}
.case-management .case-creation-workflow .file-limit-messages {
  opacity: 0.75;
}
.case-management .case-creation-workflow .file-limit-messages.file-limit-messages-2 {
  margin-top: 8px;
}
.case-management .case-creation-workflow .c-file button.c-button.file-attach-button {
  margin-top: 12px;
}
.case-management .case-creation-workflow .c-radio legend.c-label {
  padding-top: 2px;
}
.case-management .case-creation-workflow .thank-user-section {
  background-color: #e6e6e6;
  padding-top: 48px;
  padding-bottom: 56px;
}
@media (max-width: 540px) {
  .case-management .case-creation-workflow .thank-user-section {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.case-management .case-creation-workflow .thank-user-section img.thank-icon {
  max-width: 200px;
}
@media (max-width: 540px) {
  .case-management .case-creation-workflow .thank-user-section img.thank-icon {
    float: left !important;
  }
}
/* end of case management */
/*beginning of css override for MWF*/
.smc-mwf h2 {
  color: #000000;
  text-align: inherit;
}
.smc-mwf select:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
.smc-mwf .margin-top-11 {
  margin-top: 11px;
}
.smc-mwf .margin-top-20 {
  margin-top: 20px;
}
.smc-mwf .margin-top-24 {
  margin-top: 24px;
}
.smc-mwf .margin-top-48 {
  margin-top: 48px;
}
.smc-mwf select {
  display: block;
  width: 100%;
  background-image: none;
  height: 36px;
  background-clip: padding-box;
  background-color: #ffffff;
  color: #000000;
  padding: 3px 0px 3px 6px;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.smc-mwf select:hover {
  border-color: rgba(0, 0, 0, 0.8);
}
.smc-mwf select option {
  padding: 5px 0;
}
.smc-mwf .file-attachment p {
  font-size: 13px;
}
.smc-mwf .c-checkbox legend.c-label {
  padding-bottom: 0px;
}
.narrator-span {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.checkbox label input[type="checkbox"]:focus ~ span::before {
  outline: 1px dashed;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
#uhf-g-nav ol li,
#uhf-g-nav ul li {
  margin-bottom: 0px;
}
#headerUniversalHeader .btn,
#headerUniversalHeader button,
#headerUniversalHeader input[type="button"],
#headerUniversalHeader input[type="submit"],
#headerUniversalHeader input[type="reset"] {
  min-width: 0;
  vertical-align: baseline;
}
#uhf-c-nav ol li,
#uhf-c-nav ul li {
  margin-bottom: 0px;
}
.smc-locale .locale-header {
  font-size: 24px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 24px;
}
.smc-locale .language-list {
  margin-bottom: 12px;
}
@media print {
  .noprint,
  #search-box {
    display: none;
  }
}
/*end of css override for MWF*/
.alert p a:hover {
  color: #0078d4;
}
.btn.btn-primary,
button.btn-primary,
input[type="button"].btn-primary,
input[type="submit"].btn-primary,
input[type="reset"].btn-primary {
  background-color: #0078d4;
  border-color: #0078d4;
}
@media not screen and (-ms-high-contrast: active) {
  .btn.btn-primary:hover,
  button.btn-primary:hover,
  input[type="button"].btn-primary:hover,
  input[type="submit"].btn-primary:hover,
  input[type="reset"].btn-primary:hover {
    border-color: #0078d4;
  }
  .btn.btn-primary:focus,
  button.btn-primary:focus,
  input[type="button"].btn-primary:focus,
  input[type="submit"].btn-primary:focus,
  input[type="reset"].btn-primary:focus {
    border-color: #b2b2b2;
    border-style: dotted;
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  .btn.btn-primary:hover,
  button.btn-primary:hover,
  input[type="button"].btn-primary:hover,
  input[type="submit"].btn-primary:hover,
  input[type="reset"].btn-primary:hover,
  .btn.btn-primary:focus,
  button.btn-primary:focus,
  input[type="button"].btn-primary:focus,
  input[type="submit"].btn-primary:focus,
  input[type="reset"].btn-primary:focus {
    -ms-high-contrast-adjust: none;
    background-color: #1aebff;
    border-color: #1aebff;
    color: black;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .btn.btn-primary:hover,
  button.btn-primary:hover,
  input[type="button"].btn-primary:hover,
  input[type="submit"].btn-primary:hover,
  input[type="reset"].btn-primary:hover,
  .btn.btn-primary:focus,
  button.btn-primary:focus,
  input[type="button"].btn-primary:focus,
  input[type="submit"].btn-primary:focus,
  input[type="reset"].btn-primary:focus {
    -ms-high-contrast-adjust: none;
    background-color: #37006e;
    border-color: #37006e;
    color: white;
  }
}
.btn.btn-default:focus,
button.btn-default:focus,
input[type="button"].btn-default:focus,
input[type="submit"].btn-default:focus,
input[type="reset"].btn-default:focus {
  border-style: dotted;
}
@media screen and (-ms-high-contrast: white-on-black) {
  .btn:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  .btn:focus,
  button:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus {
    border-color: #1aebff;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .btn:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  .btn:focus,
  button:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus {
    border-color: #37006e;
  }
}
.btn.active {
  background-color: #0078d4;
  border-color: #0078d4;
}
@media not screen and (-ms-high-contrast: active) {
  .btn.active:hover,
  .btn.active:focus {
    border-color: rgba(0, 120, 212, 0.6);
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  .btn.active:hover,
  .btn.active:focus {
    -ms-high-contrast-adjust: none;
    background-color: #1aebff;
    border-color: #1aebff;
    color: black;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .btn.active:hover,
  .btn.active:focus {
    -ms-high-contrast-adjust: none;
    background-color: #37006e;
    border-color: #37006e;
    color: white;
  }
}
.btn.btn-toggle-switch.active {
  background-color: #0078d4;
  border-color: #0078d4;
}
.btn.btn-toggle-switch.active:hover {
  background-color: rgba(0, 120, 212, 0.6);
  border-color: rgba(0, 120, 212, 0.6);
}
.search-icon:active,
.clear-icon:active {
  background-color: #0078d4;
}
.dropdown-menu li.active a {
  background-color: #0078d4;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  border-color: #0078d4;
}
input::-ms-clear:hover,
input::-ms-reveal:hover {
  color: #0078d4;
}
input::-ms-clear:active,
input::-ms-reveal:active {
  background-color: #0078d4;
}
input[type="radio"]:checked::-ms-check {
  border-color: #0078d4;
}
input[type="radio"]:hover:checked::-ms-check {
  border-color: #0078d4;
}
.radio label input[type="radio"]:focus ~ span::before {
  border-color: #0078d4;
}
.radio label input:checked ~ span::before {
  border-color: #0078d4;
}
input[type="checkbox"]:checked::-ms-check {
  background-color: #0078d4;
  border-color: #0078d4;
}
.checkbox label input[type="checkbox"]:focus ~ span::before {
  border-color: #0078d4;
}
.checkbox label input:checked ~ span::before {
  background-color: #0078d4;
  border-color: #0078d4;
}
progress::-ms-fill {
  color: #0078d4;
}
progress::-moz-progress-bar {
  background-color: #0078d4;
}
progress::-webkit-progress-value {
  background-color: #0078d4;
}
input[type="range"]::-ms-fill-lower {
  background-color: #0078d4;
}
input[type="range"]::-ms-thumb {
  background-color: #0078d4;
}
select:focus {
  background-color: rgba(0, 120, 212, 0.4);
}
select:focus::-ms-value {
  background-color: rgba(0, 120, 212, 0.4);
}
select option:focus {
  background-color: rgba(0, 120, 212, 0.4);
}
select option:checked {
  background-color: rgba(0, 120, 212, 0.4);
}
select option:active {
  background-color: rgba(0, 120, 212, 0.8);
}
select option:not(:checked):hover {
  background-color: rgba(0, 120, 212, 0.6);
}
select option:not(:checked):active {
  background-color: rgba(0, 120, 212, 0.8);
}
.form-searchbox input[type="text"]:focus,
.form-searchbox input[type="text"]:active {
  border-color: #0078d4;
}
.form-searchbox input[type="text"]:focus ~ .search-icon:hover {
  color: #0078d4;
}
.form-searchbox:active {
  border-color: #0078d4;
}
.form-support input[type="text"]:focus ~ .search-icon:hover {
  color: #0078d4;
}
.month-calendar-widget.ui-datepicker .ui-datepicker-calendar td a:hover {
  background-color: rgba(0, 120, 212, 0.6);
}
.month-calendar-widget.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  border-color: #0078d4;
}
.month-calendar-widget.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: #0078d4;
}
.month-calendar-widget.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  border-color: #0078d4;
}
.progress-bar {
  color: #0078d4;
}
.progress-bar.indeterminate-bar .dot {
  background-color: #0078d4;
}
.ring .indeterminate-ring::after {
  background-color: #0078d4;
}
.frame-header {
  background-color: #0078d4;
}
.contact-menu-container .header-wrapper.landing-page-header {
  background-color: #0078d4;
}
.menu-options .win-icon {
  color: #0078d4;
}
.message-window .chat-message-container .chat-bubble.agent-chat-bubble {
  color: #0078d4;
}
.message-window .chat-message-container .agent-message {
  background-color: #0078d4;
}
.message-window .chat-message-container .agent-message::after {
  border-color: transparent #0078d4;
}
.chat-header .end-button {
  background-color: #0078d4;
}
@media screen and (-ms-high-contrast: white-on-black) {
  .chat-header .end-button:hover,
  .chat-header .end-button:focus {
    -ms-high-contrast-adjust: none;
    background-color: #1aebff;
    color: black;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .chat-header .end-button:hover,
  .chat-header .end-button:focus {
    -ms-high-contrast-adjust: none;
    background-color: #37006e;
    color: white;
  }
}
.chat-overlay {
  border-color: #0078d4;
}
.star-rating.filled {
  color: #0078d4;
}
.chat-video .expandable-video.has-alert {
  background-color: #00bcf2;
}
.message.agent-message .message-text {
  background-color: #0078d4;
}
.message.agent-message .message-text::after {
  border-color: #0078d4 transparent;
}
.message.agent-message .message-text.bubble-left::after {
  border-color: transparent #0078d4;
}
.message.agent-message .message-text::after {
  border-color: #0078d4 transparent;
}
.message.agent-message .message-text.bubble-left::after {
  border-color: transparent #0078d4;
}
.virtual-agent-window .va-input .win-icon-Send.win-color-fg-blue {
  color: #0078d4 !important;
}
.client-info {
  color: #000000;
  float: left;
  position: absolute;
  left: -400px;
  border: 0px;
  width: 100px;
  height: 100px;
}
/* The Close Button */
.pidlddc-help-dialog-close {
    color: #aaaaaa;
    float: right;
    font-size: medium;
    font-weight: bold;
}

.pidlddc-help-dialog-close:hover,
.pidlddc-help-dialog-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

input.pidlddc-input-key.pidlddc-input-logo[type="text"] {
    background-position: 100%;
    background-repeat: no-repeat;
}

/* Busydiv block styles. */
.pidlddc-busy-block {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2000;
    background: #fff;
    opacity: 0.85;
}

.pidlddc-busy-block > div {
    top: 50%;
    left: 50%;
    margin-top: 0px;
}

.pidlddc-logo-image {
	height: 30px;
    margin-right: 6px; 
}

/* Busydiv progress styles. Extracted from http://getmwf.com/components/status/progress.html */
progress.c-progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  min-width: 296px;
  height: 4px; }

progress.c-progress::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0.2); }

progress.c-progress::-webkit-progress-value {
  background: #0078D7; }

progress.c-progress::-moz-progress-bar {
  background: #0078D7; }

progress.c-progress > [role="progressbar"] {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  min-width: 296px;
  width: 100%;
  height: 4px; }
  progress.c-progress > [role="progressbar"] > span {
    display: block;
    position: relative;
    height: 100%;
    background: #0078D7;
    color: #0078D7; }

.c-progress {
  display: block;
  margin-top: 12px; }
 .c-progress.f-indeterminate-local {
    position: relative; }
    .c-progress.f-indeterminate-local span {
      position: absolute;
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg);
      -webkit-animation: orbit 5.5s infinite;
      animation: orbit 5.5s infinite;
      }
      .c-progress.f-indeterminate-local span:after {
        content: '';
        position: absolute;
        border-radius: 100%;
        background: #0078D7;
        }
      .c-progress.f-indeterminate-local span:nth-child(2) {
        -webkit-animation-delay: 240ms;
                animation-delay: 240ms; }
      .c-progress.f-indeterminate-local span:nth-child(3) {
        -webkit-animation-delay: 480ms;
                animation-delay: 480ms; }
      .c-progress.f-indeterminate-local span:nth-child(4) {
        -webkit-animation-delay: 720ms;
                animation-delay: 720ms; }
      .c-progress.f-indeterminate-local span:nth-child(5) {
        -webkit-animation-delay: 960ms;
                animation-delay: 960ms; }
    .c-progress.f-indeterminate-local.f-progress-small {
      width: 20px;
      height: 20px; }
      .c-progress.f-indeterminate-local.f-progress-small span {
        width: 25px;
        height: 25px; }
        .c-progress.f-indeterminate-local.f-progress-small span:after {
          width: 3px;
          height: 3px; 
        }

@-webkit-keyframes dots {
  0%,
  20% {
    left: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0; }
  25% {
    opacity: 1; }
  35% {
    left: 45%;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  65% {
    left: 55%;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  75% {
    opacity: 1; }
  80%,
  100% {
    left: 100%;
    opacity: 0; } 
}

@keyframes dots {
  0%,
  20% {
    left: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0; }
  25% {
    opacity: 1; }
  35% {
    left: 45%;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  65% {
    left: 55%;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  75% {
    opacity: 1; }
  80%,
  100% {
    left: 100%;
    opacity: 0; } 
}
 

@-webkit-keyframes orbit {
  0% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  7% {
    -webkit-transform: rotate(345deg);
            transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  30% {
    -webkit-transform: rotate(455deg);
            transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  39% {
    -webkit-transform: rotate(690deg);
            transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  70% {
    -webkit-transform: rotate(815deg);
            transform: rotate(815deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  75% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  76% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
    opacity: 0; } 
}

@keyframes orbit {
  0% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    }
  7% {
    -webkit-transform: rotate(345deg);
    transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    }
  30% {
    -webkit-transform: rotate(455deg);
    transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    }
  39% {
    -webkit-transform: rotate(690deg);
    transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    }
  70% {
    -webkit-transform: rotate(815deg);
    transform: rotate(815deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    }
  75% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    }
  76% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
    opacity: 0;
    }
  100% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
    opacity: 0;
    } 
}

/* errorStroke styles */
button.pidlddc-errorstroke,input.pidlddc-errorstroke,input[type=text].pidlddc-errorstroke,select.pidlddc-errorstroke,div.pidlddc-errorstroke {
  border-color: rgba(232,17,35,.6)
}

div.pidlddc-errorstroke {
  border-style: solid;
  border-width: 1px;
}

button.pidlddc-errorstroke:hover,input.pidlddc-errorstroke:hover,input[type=text].pidlddc-errorstroke:hover,select.pidlddc-errorstroke:hover {
  border-color: #e81123
}

button.pidlddc-errorstroke:focus,input.pidlddc-errorstroke:focus,input[type=text].pidlddc-errorstroke:focus,select.pidlddc-errorstroke:focus {
  background-color: rgba(232,17,35,.2);
  border-color: rgba(232,17,35,.6)
}

button.pidlddc-errorstroke:focus:hover,input.pidlddc-errorstroke:focus:hover,input[type=text].pidlddc-errorstroke:focus:hover,select.pidlddc-errorstroke:focus:hover  {
  background-color: rgba(232,17,35,.2);
  border-color: #e81123
}

@media screen and (-ms-high-contrast:black-on-white) {
    input.pidlddc-errorstroke, select.pidlddc-errorstroke {
        border-color: rgba(55,0,110,.6);
    }

        input.pidlddc-errorstroke:hover, select.pidlddc-errorstroke:hover {
            border-color: #37006e;
        }

        input.pidlddc-errorstroke:focus, select.pidlddc-errorstroke:focus {
            background-color: rgba(55,0,110,.2);
            border-color: rgba(55,0,110,.6);
        }

            input.pidlddc-errorstroke:focus:hover, select.pidlddc-errorstroke:focus:hover {
                background-color: rgba(55,0,110,.2);
                border-color: #37006e;
            }
}


@media screen and (-ms-high-contrast:white-on-black) {
    input.pidlddc-errorstroke, select.pidlddc-errorstroke {
        border-color: rgba(27,236,255,.6);
    }

        input.pidlddc-errorstroke:hover, select.pidlddc-errorstroke:hover {
            border-color: #1becff;
        }

        input.pidlddc-errorstroke:focus, select.pidlddc-errorstroke:focus {
            background-color: rgba(27,236,255,.2);
            border-color: rgba(27,236,255,.6);
        }

            input.pidlddc-errorstroke:focus:hover, select.pidlddc-errorstroke:focus:hover {
                background-color: rgba(27,236,255,.2);
                border-color: #1becff;
            }
}

/*Error block*/
.pidlddc-error-block {
    color:red;
    text-wrap:normal;
}

.pidlddc-error {
    color:red;
    display:block;
}

.pidlddc-input-text,
.pidlddc-input-dropdown {
    width: 100%;
}

.pidlddc-group-inline .pidlddc-div-property {
    display: inline-block;
}

.pidlddc-text-bold {
    font-weight: bold;
}

.pidlddc-col-1 {
    width: 8.33%;
    width: calc(100% / 12);
}

.pidlddc-col-2 {
    width: 16.67%;
    width: calc(100% / 12 * 2);
}

.pidlddc-col-3 {
    width: 25%;
    width: calc(100% / 12 * 3);
}

.pidlddc-col-4 {
    width: 33.33%;
    width: calc(100% / 12 * 4);
}

.pidlddc-col-5 {
    width: 41.67%;
    width: calc(100% / 12 * 5);
}

.pidlddc-col-6 {
    width: 50%;
    width: calc(100% / 12 * 6);
}

.pidlddc-col-7 {
    width: 58.33%;
    width: calc(100% / 12 * 7);
}

.pidlddc-col-8 {
    width: 66.67%;
    width: calc(100% / 12 * 8);
}

.pidlddc-col-9 {
    width: 75%;
    width: calc(100% / 12 * 9);
}

.pidlddc-col-10 {
    width: 83.33%;
    width: calc(100% / 12 * 10);
}

.pidlddc-col-11 {
    width: 91.67%;
    width: calc(100% / 12 * 11);
}

.pidlddc-col-12 {
    width: 100%;
    width: calc(100% / 12 * 12);
}

.pidlddc-pad-right-2x {
    padding-right: 4px;
}

.pidlddc-pad-right-4x {
    padding-right: 8px;
}

.pidlddc-float-left {
    float: left;
}

.pidlddc-input-buttonlist {
    width: 100%;
    font-size: 15px;
    height: 50px;
    border: none;
    text-align: left;
    vertical-align: top;
    padding-left: 10px;
}

.pidlddc-input-buttonlist:nth-child(even) {
    background: none;
}

.pidlddc-input-buttonlist:nth-child(odd) {
    background: rgba(0, 0, 0, 0.1);
}

.pidlddc-input-buttonlist:hover {
    background: rgb(0, 120, 215);
    color: white; 
}

.pidlddc-input-buttonlist > .pidlddc-logo-image {
    margin-right: 20px;
    width: 40px;
    vertical-align: middle;
}

.pidlddc-input-buttonlist > .pidlddc-button.pidlddc-action-trigger {
    float: right;
    color: #37006e;
}

.pidlddc-input-buttonlist > .pidlddc-button.pidlddc-action-trigger:hover {
    background: rgb(0, 120, 215);
    color: white; 
}

/* These styles are defined for premierStandardModal.html */
#premierStandardModalContent .sp-premier-standard-modal-button-width {
  width: inherit;
}
body.modal-open {
  padding-right: 0px !important;
  overflow-y: auto;
}
.survey-modal-dialog {
  padding: 0;
  width: 600px;
  height: 424px;
}
.survey-modal-content {
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.survey-close-button-container {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  padding: 8px;
}
.survey-close-button-container button {
  cursor: pointer;
  background-color: transparent;
  min-width: 0px;
  padding: 0px;
}
.survey-iframe-container {
  height: 100%;
}
.mwf-survey-host {
  height: 350px;
}
@keyframes survey-invite-slide-in-kf {
  from {
    right: -90px;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -ms-transform: translateX(50%) rotate(-90deg);
    -webkit-transform: translateX(50%) rotate(-90deg);
    -moz-transform: translateX(50%) rotate(-90deg);
    -o-transform: translateX(50%) rotate(-90deg);
    transform: translateX(50%) rotate(-90deg);
  }
  to {
    right: 0px;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -ms-transform: translateX(50%) rotate(-90deg);
    -webkit-transform: translateX(50%) rotate(-90deg);
    -moz-transform: translateX(50%) rotate(-90deg);
    -o-transform: translateX(50%) rotate(-90deg);
    transform: translateX(50%) rotate(-90deg);
  }
}
@-webkit-keyframes survey-invite-slide-in-kf {
  from {
    right: -90px;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -ms-transform: translateX(50%) rotate(-90deg);
    -webkit-transform: translateX(50%) rotate(-90deg);
    -moz-transform: translateX(50%) rotate(-90deg);
    -o-transform: translateX(50%) rotate(-90deg);
    transform: translateX(50%) rotate(-90deg);
  }
  to {
    right: 0px;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -ms-transform: translateX(50%) rotate(-90deg);
    -webkit-transform: translateX(50%) rotate(-90deg);
    -moz-transform: translateX(50%) rotate(-90deg);
    -o-transform: translateX(50%) rotate(-90deg);
    transform: translateX(50%) rotate(-90deg);
  }
}
@keyframes survey-invite-slide-in-kf-rtl {
  from {
    left: -90px;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -ms-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  to {
    left: 0px;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -ms-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
@-webkit-keyframes survey-invite-slide-in-kf-rtl {
  from {
    left: -90px;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -ms-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  to {
    left: 0px;
    -ms-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -ms-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
.survey-invite [data-grid*=col-] {
  margin: 0;
  padding: 0;
  float: left !important;
}
.survey-invite [data-grid*=col-] .c-button {
  margin-top: 0;
  max-width: none;
  background-color: inherit;
}
.survey-invite [data-grid*=col-] .c-button:focus,
.survey-invite [data-grid*=col-] .c-button:hover {
  background-color: inherit;
}
.survey-invite [data-grid~=col-3] {
  width: 25%;
}
.survey-invite [data-grid~=col-9] {
  width: 75%;
}
.survey-invitation-background {
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .survey-invite {
    position: fixed;
    top: 45%;
    z-index: 400;
    line-height: 15px;
  }
  .survey-invite :not(:hover):not(:active) {
    border-color: #ffffff;
    border-width: 1px;
  }
  html[dir='ltr']  .survey-invite-slide-in {
    animation-name: survey-invite-slide-in-kf;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    -webkit-animation: survey-invite-slide-in-kf 1.5s forwards;
  }
  html[dir='rtl']  .survey-invite-slide-in {
    animation-name: survey-invite-slide-in-kf-rtl;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    -webkit-animation: survey-invite-slide-in-kf-rtl 1.5s forwards;
  }
  .survey-tab {
    display: block;
  }
  .survey-banner {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .survey-invite {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .survey-invite a,
  .survey-invite button {
    width: 100%;
    padding-top: 15px;
    outline: none;
    white-space: normal;
  }
  .survey-invite .feedback-buttonlink {
    color: #0078d4;
  }
  .survey-invite .padded-row {
    padding: 1px;
  }
  html[dir='ltr'] .survey-invite a,
  html[dir='ltr'] .survey-invite button {
    padding-left: 8px;
  }
  html[dir='ltr'] .survey-invite .padded-row {
    padding-left: 16px;
  }
  html[dir='ltr'] .survey-invite .feedback-buttonlink {
    padding-left: 4px;
  }
  html[dir='rtl'] .survey-invite a,
  html[dir='rtl'] .survey-invite button {
    padding-right: 8px;
  }
  html[dir='rtl'] .survey-invite .padded-row {
    padding-right: 16px;
  }
  html[dir='rtl'] .survey-invite .feedback-buttonlink {
    padding-right: 4px;
  }
  .survey-invite a:visited,
  .survey-invite a:active,
  .survey-invite button:visited,
  .survey-invite button:active {
    text-decoration: none;
  }
  .survey-invite a:hover,
  .survey-invite a:focus,
  .survey-invite button:focus,
  .survey-invite button:hover {
    text-decoration: underline;
  }
  .survey-invite #smc-survey-feedback-dismiss-mobile {
    padding-top: 10px;
    padding-bottom: 12px;
  }
  .survey-tab {
    display: none;
  }
  .survey-banner {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active) {
  button:hover,
  button:active,
  button:focus {
    background-color: inherit;
  }
}
@media screen and (-ms-high-contrast: white-on-black) {
  .survey-control-high-contrast:hover,
  .survey-control-high-contrast:active,
  .survey-control-high-contrast:focus {
    -ms-high-contrast-adjust: none;
    background-color: #1aebff;
    border-color: #1aebff;
    color: black;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .survey-control-high-contrast:hover,
  .survey-control-high-contrast:active,
  .survey-control-high-contrast:focus {
    -ms-high-contrast-adjust: none;
    background-color: #37006e;
    border-color: #37006e;
    color: white;
  }
}
/* This style sheet is intended for verticals with
   web pages using MWF that use utilize $uib-modal dialogs.
*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-header {
  min-height: 16.428571429px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 540px) {
  .modal-dialog {
    width: 600px;
  }
}
.modal {
  text-align: center;
}
.modal .modal-dialog {
  border: 1px solid #0078d4;
  max-width: calc(76%);
  margin: 12px auto;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.modal:before {
  content: "";
  height: 100vh;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
}
.modal .modal-content {
  padding: 16px;
}
.modal p:first-child {
  margin-top: 0;
}
.modal .btn {
  width: calc(48%);
}
.modal .btn:last-child {
  margin-right: 0px;
}
.modal .btn:only-child {
  float: right;
}
.modal .modal-footer {
  margin-top: 24px;
}
.modal-backdrop {
  background-color: #ffffff;
}
.modal-backdrop.in {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.notification-banner {
  min-height: 75px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
.notification-banner .link-banner:focus .notification-banner .link-banner:hover {
  cursor: pointer;
  text-decoration: underline;
}
.notification-banner .banner-container {
  cursor: inherit;
  text-decoration: inherit;
}
.notification-banner .banner-text {
  display: inline-block;
  text-align: left;
  line-height: normal;
  vertical-align: middle;
  color: #ffffff;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 80%;
  cursor: inherit;
  text-decoration: inherit;
}
.notification-banner .banner-image {
  width: 15%;
  height: 90px;
}
.notification-banner .banner-image-top-right {
  height: 65%;
  vertical-align: top;
  float: right;
}
.notification-banner .banner-image-bottom-right {
  height: 65%;
  vertical-align: bottom;
  float: right;
}
.notification-banner .banner-image-top-left {
  height: 65%;
  vertical-align: top;
  float: left;
}
.notification-banner .banner-image-bottom-left {
  height: 65%;
  vertical-align: bottom;
  float: left;
}
.notification-banner .banner-image-right {
  float: right;
}
.notification-banner .banner-image-left {
  float: left;
}
html[dir='rtl'] .notification-banner {
  background-position: left top;
}
html[dir='rtl'] .notification-banner .banner-text {
  text-align: right;
}
@media (max-width: 768px) {
  .notification-banner .banner-text {
    padding-right: 25px;
  }
  html[dir='rtl'] .notification-banner .banner-text {
    padding-left: 25px;
  }
}
@media (max-width: 540px) {
  .notification-banner .banner-text {
    font-size: 14px;
  }
}
@font-face {
    font-family: "Dev Center MDL2 Assets";
    src: url("/fonts/DevCMDL2.2.50.woff");
    src: url("/fonts/DevCMDL2.2.50.woff") format("woff"), url("/fonts/DevCMDL2.2.50.ttf") format("truetype"), url("/fonts/DevCMDL2.2.50.svg#web") format("svg");
}

@font-face {
    font-family: "Membership MDL2 Assets";
    src: url("/fonts/MemMDL2.2.50.woff");
    src: url("/fonts/MemMDL2.2.50.woff") format("woff"), url("/fonts/MemMDL2.2.50.ttf") format("truetype"), url("/fonts/MemMDL2.2.50.svg#web") format("svg");
}

.win-icon-size-xxs {
    font-size: 12px;
}

    .win-icon-size-xxs.win-icon-composite {
        height: 12px;
        width: 12px;
    }

.win-icon-size-xs {
    font-size: 16px;
}

    .win-icon-size-xs.win-icon-composite {
        height: 16px;
        width: 16px;
    }

.win-icon-size-sm {
    font-size: 20px;
}

    .win-icon-size-sm.win-icon-composite {
        height: 20px;
        width: 20px;
    }

.win-icon-size-md {
    font-size: 24px;
}

    .win-icon-size-md.win-icon-composite {
        height: 24px;
        width: 24px;
    }

.win-icon-size-ml {
    font-size: 32px;
}

    .win-icon-size-ml.win-icon-composite {
        height: 32px;
        width: 32px;
    }

.win-icon-size-lg {
    font-size: 48px;
}

    .win-icon-size-lg.win-icon-composite {
        height: 48px;
        width: 48px;
    }

.win-icon-size-xl {
    font-size: 64px;
}

    .win-icon-size-xl.win-icon-composite {
        height: 64px;
        width: 64px;
    }

.win-icon-composite {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}

.win-icon {
    font-family: "Dev Center MDL2 Assets", "Membership MDL2 Assets";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .middle-align .win-icon, .win-icon.middle-align {
        vertical-align: middle;
    }

.win-icon-composite .win-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.win-icon-ChevronDown:before {
    content: "";
}

.win-icon-ChevronUp:before {
    content: "";
}

.win-icon-Edit:before {
    content: "";
}

.win-icon-Add:before {
    content: "";
}

.win-icon-People:before {
    content: "";
}

.win-icon-Link:before {
    content: "";
}

.win-icon-Filter:before {
    content: "";
}

.win-icon-Search:before {
    content: "";
}

.win-icon-Forward:before {
    content: "";
}

.win-icon-Back:before {
    content: "";
}

.win-icon-Share:before {
    content: "";
}

.win-icon-FavoriteStar:before {
    content: "";
}

.win-icon-FavoriteStarFill:before {
    content: "";
}

.win-icon-CheckMark:before {
    content: "";
}

.win-icon-Up:before {
    content: "";
}

.win-icon-Down:before {
    content: "";
}

.win-icon-OEM:before {
    content: "";
}

.win-icon-Delete:before {
    content: "";
}

.win-icon-Play:before {
    content: "";
}

.win-icon-Pause:before {
    content: "";
}

.win-icon-ChevronLeft:before {
    content: "";
}

.win-icon-ChevronRight:before {
    content: "";
}

.win-icon-Globe:before {
    content: "";
}

.win-icon-Calendar:before {
    content: "";
}

.win-icon-AutoEnhanceOn:before {
    content: "";
}

.win-icon-Warning:before {
    content: "";
}

.win-icon-Financial:before {
    content: "";
}

.win-icon-Education:before {
    content: "";
}

.win-icon-Flag:before {
    content: "";
}

.win-icon-HalfStarLeft:before {
    content: "";
}

.win-icon-HalfStarRight:before {
    content: "";
}

.win-icon-PowerButton:before {
    content: "";
}

.win-icon-Home:before {
    content: "";
}

.win-icon-MapCompassTop:before {
    content: "";
}

.win-icon-MapCompassBottom:before {
    content: "";
}

.win-icon-IncidentTriangle:before {
    content: "";
}

.win-icon-Group:before {
    content: "";
}

.win-icon-View:before {
    content: "";
}

.win-icon-Clear:before {
    content: "";
}

.win-icon-Sync:before {
    content: "";
}

.win-icon-Download:before {
    content: "";
}

.win-icon-ZoomIn:before {
    content: "";
}

.win-icon-Switch:before {
    content: "";
}

.win-icon-Characters:before {
    content: "";
}

.win-icon-Contact2:before {
    content: "";
}

.win-icon-Permissions:before {
    content: "";
}

.win-icon-Tag:before {
    content: "";
}

.win-icon-World:before {
    content: "";
}

.win-icon-ChatBubbles:before {
    content: "";
}

.win-icon-Code:before {
    content: "";
}

.win-icon-Info:before {
    content: "";
}

.win-icon-PrototypingBoard:before {
    content: "";
}

.win-icon-Headset:before {
    content: "";
}

.win-icon-ProvisioningPackage:before {
    content: "";
}

.win-icon-Chart:before {
    content: "";
}

.win-icon-Robot:before {
    content: "";
}

.win-icon-Unknown:before {
    content: "";
}

.win-icon-Ribbon:before {
    content: "";
}

.win-icon-CodeAnalysis:before {
    content: "";
}

.win-icon-Operations:before {
    content: "";
}

.win-icon-List:before {
    content: "";
}

.win-icon-ErrorBadge:before {
    content: "";
}

.win-icon-ListMirrored:before {
    content: "";
}

.win-icon-EmojiNeutral:before {
    content: "";
}

.win-icon-Trackers:before {
    content: "";
}

.win-icon-AutoPay:before {
    content: "";
}

.win-icon-Market:before {
    content: "";
}

.win-icon-Savings:before {
    content: "";
}

.win-icon-Silver:before {
    content: "";
}

.win-icon-Design:before {
    content: "";
}

.win-icon-XboxController:before {
    content: "";
}

.win-icon-EditMirrored:before {
    content: "";
}

.win-icon-StatusErrorFull:before {
    content: "";
}

.win-icon-Certificate:before {
    content: "";
}

.win-icon-TaskStateComplete:before {
    content: "";
}

.win-icon-TaskStateInComplete:before {
    content: "";
}

.win-icon-TaskStateNotStarted:before {
    content: "";
}

.win-icon-TaskStateUpdated:before {
    content: "";
}

.win-icon-TaskStateCircleFull:before {
    content: "";
}

.win-icon-MusicApp:before {
    content: "";
}

.win-icon-ThisPC:before {
    content: "";
}

.win-icon-Tiles:before {
    content: "";
}

.win-icon-AppIconDefault:before {
    content: "";
}

.win-icon-Train2:before {
    content: "";
}

.win-icon-Teamwork:before {
    content: "";
}

.win-icon-CalendarMirrored:before {
    content: "";
}

.win-icon-GameClip:before {
    content: "";
}

.win-icon-Trophy:before {
    content: "";
}

.win-icon-TaskManager:before {
    content: "";
}

.win-icon-TaskManagerMirrored:before {
    content: "";
}

.win-icon-Miniatures:before {
    content: "";
}

.win-icon-LettersAndNumbers:before {
    content: "";
}

.win-icon-DataManagement:before {
    content: "";
}

.win-icon-DataManagementMirrored:before {
    content: "";
}

.win-icon-TrackersMirrored:before {
    content: "";
}

.win-icon-ContactCard:before {
    content: "";
}

.win-icon-MegaphoneArt64:before {
    content: "";
}

.win-icon-MultiplayerJoinChallenge:before {
    content: "";
}

.win-icon-ProfileSearch:before {
    content: "";
}

.win-icon-AppIconDefaultSettings:before {
    content: "";
}

.win-icon-Configuration:before {
    content: "";
}

.win-icon-InAppAgent:before {
    content: "";
}

.win-icon-ChatBot:before {
    content: "";
}

.win-icon-StarburstSuggested:before {
    content: "";
}

.win-icon-TwoKeys:before {
    content: "";
}

.win-icon-IOT:before {
    content: "";
}

.win-icon-ContactCardMirrored:before {
    content: "";
}

.win-icon-Signin:before {
    content: "";
}

.win-icon-CloudCompute:before {
    content: "";
}

.win-icon-Podium:before {
    content: "";
}

.win-icon-CloudSync:before {
    content: "";
}

.win-icon-Tournament:before {
    content: "";
}

.win-icon-DocumentApproval:before {
    content: "";
}

.win-icon-GlobalNavButton:before {
    content: "";
}

.win-icon-Wifi:before {
    content: "";
}

.win-icon-Bluetooth:before {
    content: "";
}

.win-icon-Connect:before {
    content: "";
}

.win-icon-InternetSharing:before {
    content: "";
}

.win-icon-VPN:before {
    content: "";
}

.win-icon-Brightness:before {
    content: "";
}

.win-icon-MapPin:before {
    content: "";
}

.win-icon-QuietHours:before {
    content: "";
}

.win-icon-Airplane:before {
    content: "";
}

.win-icon-Tablet:before {
    content: "";
}

.win-icon-QuickNote:before {
    content: "";
}

.win-icon-RememberedDevice:before {
    content: "";
}

.win-icon-Cancel:before {
    content: "";
}

.win-icon-More:before {
    content: "";
}

.win-icon-Settings:before {
    content: "";
}

.win-icon-Video:before {
    content: "";
}

.win-icon-Mail:before {
    content: "";
}

.win-icon-Phone:before {
    content: "";
}

.win-icon-Pin:before {
    content: "";
}

.win-icon-Shop:before {
    content: "";
}

.win-icon-Stop:before {
    content: "";
}

.win-icon-AllApps:before {
    content: "";
}

.win-icon-Zoom:before {
    content: "";
}

.win-icon-ZoomOut:before {
    content: "";
}

.win-icon-Microphone:before {
    content: "";
}

.win-icon-Camera:before {
    content: "";
}

.win-icon-Attach:before {
    content: "";
}

.win-icon-Send:before {
    content: "";
}

.win-icon-SendFill:before {
    content: "";
}

.win-icon-WalkSolid:before {
    content: "";
}

.win-icon-InPrivate:before {
    content: "";
}

.win-icon-FavoriteList:before {
    content: "";
}

.win-icon-PageSolid:before {
    content: "";
}

.win-icon-Refresh:before {
    content: "";
}

.win-icon-Lock:before {
    content: "";
}

.win-icon-BlockedSite:before {
    content: "";
}

.win-icon-ReportHacked:before {
    content: "";
}

.win-icon-EMI:before {
    content: "";
}

.win-icon-Blocked:before {
    content: "";
}

.win-icon-ReadingMode:before {
    content: "";
}

.win-icon-Favicon:before {
    content: "";
}

.win-icon-Remove:before {
    content: "";
}

.win-icon-Checkbox:before {
    content: "";
}

.win-icon-CheckboxComposite:before {
    content: "";
}

.win-icon-CheckboxFill:before {
    content: "";
}

.win-icon-CheckboxIndeterminate:before {
    content: "";
}

.win-icon-CheckboxCompositeReversed:before {
    content: "";
}

.win-icon-BackToWindow:before {
    content: "";
}

.win-icon-FullScreen:before {
    content: "";
}

.win-icon-ResizeTouchLarger:before {
    content: "";
}

.win-icon-ResizeTouchSmaller:before {
    content: "";
}

.win-icon-ResizeMouseSmall:before {
    content: "";
}

.win-icon-ResizeMouseMedium:before {
    content: "";
}

.win-icon-ResizeMouseWide:before {
    content: "";
}

.win-icon-ResizeMouseTall:before {
    content: "";
}

.win-icon-ResizeMouseLarge:before {
    content: "";
}

.win-icon-SwitchUser:before {
    content: "";
}

.win-icon-Print:before {
    content: "";
}

.win-icon-Save:before {
    content: "";
}

.win-icon-Mute:before {
    content: "";
}

.win-icon-BackSpaceQWERTY:before {
    content: "";
}

.win-icon-ReturnKey:before {
    content: "";
}

.win-icon-UpArrowShiftKey:before {
    content: "";
}

.win-icon-Cloud:before {
    content: "";
}

.win-icon-CommandPrompt:before {
    content: "";
}

.win-icon-Sad:before {
    content: "";
}

.win-icon-SIPMove:before {
    content: "";
}

.win-icon-SIPUndock:before {
    content: "";
}

.win-icon-SIPRedock:before {
    content: "";
}

.win-icon-EraseTool:before {
    content: "";
}

.win-icon-UnderscoreSpace:before {
    content: "";
}

.win-icon-GripperTool:before {
    content: "";
}

.win-icon-Dialpad:before {
    content: "";
}

.win-icon-PageLeft:before {
    content: "";
}

.win-icon-PageRight:before {
    content: "";
}

.win-icon-MultiSelect:before {
    content: "";
}

.win-icon-KeyboardLeftHanded:before {
    content: "";
}

.win-icon-KeyboardRightHanded:before {
    content: "";
}

.win-icon-KeyboardClassic:before {
    content: "";
}

.win-icon-KeyboardSplit:before {
    content: "";
}

.win-icon-Volume:before {
    content: "";
}

.win-icon-InkingTool:before {
    content: "";
}

.win-icon-Emoji2:before {
    content: "";
}

.win-icon-GripperBarHorizontal:before {
    content: "";
}

.win-icon-System:before {
    content: "";
}

.win-icon-Personalize:before {
    content: "";
}

.win-icon-Devices:before {
    content: "";
}

.win-icon-SearchAndApps:before {
    content: "";
}

.win-icon-TimeLanguage:before {
    content: "";
}

.win-icon-EaseOfAccess:before {
    content: "";
}

.win-icon-UpdateRestore:before {
    content: "";
}

.win-icon-HangUp:before {
    content: "";
}

.win-icon-ContactInfo:before {
    content: "";
}

.win-icon-Unpin:before {
    content: "";
}

.win-icon-Contact:before {
    content: "";
}

.win-icon-Memo:before {
    content: "";
}

.win-icon-Paste:before {
    content: "";
}

.win-icon-PhoneBook:before {
    content: "";
}

.win-icon-LEDLight:before {
    content: "";
}

.win-icon-WindowsLogo:before {
    content: "";
}

.win-icon-Error:before {
    content: "";
}

.win-icon-GripperBarVertical:before {
    content: "";
}

.win-icon-Unlock:before {
    content: "";
}

.win-icon-Slideshow:before {
    content: "";
}

.win-icon-GripperResize:before {
    content: "";
}

.win-icon-Megaphone:before {
    content: "";
}

.win-icon-Trim:before {
    content: "";
}

.win-icon-NewWindow:before {
    content: "";
}

.win-icon-SaveLocal:before {
    content: "";
}

.win-icon-Color:before {
    content: "";
}

.win-icon-DataSense:before {
    content: "";
}

.win-icon-SaveAs:before {
    content: "";
}

.win-icon-Light:before {
    content: "";
}

.win-icon-Effects:before {
    content: "";
}

.win-icon-AspectRatio:before {
    content: "";
}

.win-icon-DataSenseBar:before {
    content: "";
}

.win-icon-Redo:before {
    content: "";
}

.win-icon-Undo:before {
    content: "";
}

.win-icon-Crop:before {
    content: "";
}

.win-icon-PhotosApp:before {
    content: "";
}

.win-icon-PhotoCollection:before {
    content: "";
}

.win-icon-Album:before {
    content: "";
}

.win-icon-OpenWith:before {
    content: "";
}

.win-icon-Rotate:before {
    content: "";
}

.win-icon-PanoImmersive:before {
    content: "";
}

.win-icon-PanoIndicator:before {
    content: "";
}

.win-icon-PanoEnterMode:before {
    content: "";
}

.win-icon-RedEye:before {
    content: "";
}

.win-icon-ViewOriginal:before {
    content: "";
}

.win-icon-SetlockScreen:before {
    content: "";
}

.win-icon-ThumbnailView:before {
    content: "";
}

.win-icon-MapPin2:before {
    content: "";
}

.win-icon-Package:before {
    content: "";
}

.win-icon-Telemarketer:before {
    content: "";
}

.win-icon-ReadingList:before {
    content: "";
}

.win-icon-ShoppingCart:before {
    content: "";
}

.win-icon-Train:before {
    content: "";
}

.win-icon-Move:before {
    content: "";
}

.win-icon-Page:before {
    content: "";
}

.win-icon-Multitask:before {
    content: "";
}

.win-icon-BrowsePhotos:before {
    content: "";
}

.win-icon-Record:before {
    content: "";
}

.win-icon-TouchPointer:before {
    content: "";
}

.win-icon-LangJPN:before {
    content: "";
}

.win-icon-Ferry:before {
    content: "";
}

.win-icon-Highlight:before {
    content: "";
}

.win-icon-ActionCenterNotification:before {
    content: "";
}

.win-icon-Tab:before {
    content: "";
}

.win-icon-ResizeTouchNarrower:before {
    content: "";
}

.win-icon-ResizeTouchShorter:before {
    content: "";
}

.win-icon-DrivingMode:before {
    content: "";
}

.win-icon-RingerSilent:before {
    content: "";
}

.win-icon-OtherUser:before {
    content: "";
}

.win-icon-Admin:before {
    content: "";
}

.win-icon-CC:before {
    content: "";
}

.win-icon-SDCard:before {
    content: "";
}

.win-icon-CallForwarding:before {
    content: "";
}

.win-icon-SettingsDisplaySound:before {
    content: "";
}

.win-icon-TVMonitor:before {
    content: "";
}

.win-icon-Speakers:before {
    content: "";
}

.win-icon-Headphone:before {
    content: "";
}

.win-icon-DeviceLaptopPic:before {
    content: "";
}

.win-icon-DeviceLaptopNoPic:before {
    content: "";
}

.win-icon-DeviceMonitorRightPic:before {
    content: "";
}

.win-icon-DeviceMonitorLeftPic:before {
    content: "";
}

.win-icon-DeviceMonitorNoPic:before {
    content: "";
}

.win-icon-Game:before {
    content: "";
}

.win-icon-Nav2DMapView:before {
    content: "";
}

.win-icon-NavExplore3D:before {
    content: "";
}

.win-icon-StreetsideSplitMinimize:before {
    content: "";
}

.win-icon-StreetsideSplitExpand:before {
    content: "";
}

.win-icon-Car:before {
    content: "";
}

.win-icon-Walk:before {
    content: "";
}

.win-icon-Bus:before {
    content: "";
}

.win-icon-EatDrink:before {
    content: "";
}

.win-icon-SeeDo:before {
    content: "";
}

.win-icon-TiltUp:before {
    content: "";
}

.win-icon-TiltDown:before {
    content: "";
}

.win-icon-RotateMapRight:before {
    content: "";
}

.win-icon-RotateMapLeft:before {
    content: "";
}

.win-icon-ParkingLocation:before {
    content: "";
}

.win-icon-Touch:before {
    content: "";
}

.win-icon-MapDirections:before {
    content: "";
}

.win-icon-StartPoint:before {
    content: "";
}

.win-icon-StopPoint:before {
    content: "";
}

.win-icon-EndPoint:before {
    content: "";
}

.win-icon-History:before {
    content: "";
}

.win-icon-Location:before {
    content: "";
}

.win-icon-MapLayers:before {
    content: "";
}

.win-icon-Accident:before {
    content: "";
}

.win-icon-Work:before {
    content: "";
}

.win-icon-Construction:before {
    content: "";
}

.win-icon-Recent:before {
    content: "";
}

.win-icon-Bank:before {
    content: "";
}

.win-icon-DownloadMap:before {
    content: "";
}

.win-icon-MapApp:before {
    content: "";
}

.win-icon-Battery0:before {
    content: "";
}

.win-icon-Battery1:before {
    content: "";
}

.win-icon-Battery2:before {
    content: "";
}

.win-icon-Battery3:before {
    content: "";
}

.win-icon-Battery4:before {
    content: "";
}

.win-icon-Battery5:before {
    content: "";
}

.win-icon-Battery6:before {
    content: "";
}

.win-icon-Battery7:before {
    content: "";
}

.win-icon-Battery8:before {
    content: "";
}

.win-icon-Battery9:before {
    content: "";
}

.win-icon-BatteryCharging0:before {
    content: "";
}

.win-icon-BatteryCharging1:before {
    content: "";
}

.win-icon-BatteryCharging2:before {
    content: "";
}

.win-icon-BatteryCharging3:before {
    content: "";
}

.win-icon-BatteryCharging4:before {
    content: "";
}

.win-icon-BatteryCharging5:before {
    content: "";
}

.win-icon-BatteryCharging6:before {
    content: "";
}

.win-icon-BatteryCharging7:before {
    content: "";
}

.win-icon-BatteryCharging8:before {
    content: "";
}

.win-icon-BatterySaver0:before {
    content: "";
}

.win-icon-BatterySaver1:before {
    content: "";
}

.win-icon-BatterySaver2:before {
    content: "";
}

.win-icon-BatterySaver3:before {
    content: "";
}

.win-icon-BatterySaver4:before {
    content: "";
}

.win-icon-BatterySaver5:before {
    content: "";
}

.win-icon-BatterySaver6:before {
    content: "";
}

.win-icon-BatterySaver7:before {
    content: "";
}

.win-icon-BatterySaver8:before {
    content: "";
}

.win-icon-SignalBars1:before {
    content: "";
}

.win-icon-SignalBars2:before {
    content: "";
}

.win-icon-SignalBars3:before {
    content: "";
}

.win-icon-SignalBars4:before {
    content: "";
}

.win-icon-SignalBars5:before {
    content: "";
}

.win-icon-SignalNotConnected:before {
    content: "";
}

.win-icon-Wifi1:before {
    content: "";
}

.win-icon-Wifi2:before {
    content: "";
}

.win-icon-Wifi3:before {
    content: "";
}

.win-icon-SIMLock:before {
    content: "";
}

.win-icon-SIMMissing:before {
    content: "";
}

.win-icon-Vibrate:before {
    content: "";
}

.win-icon-RoamingInternational:before {
    content: "";
}

.win-icon-RoamingDomestic:before {
    content: "";
}

.win-icon-CallForwardInternational:before {
    content: "";
}

.win-icon-CallForwardRoaming:before {
    content: "";
}

.win-icon-JpnRomanji:before {
    content: "";
}

.win-icon-JpnRomanjiLock:before {
    content: "";
}

.win-icon-JpnRomanjiShift:before {
    content: "";
}

.win-icon-JpnRomanjiShiftLock:before {
    content: "";
}

.win-icon-StatusDataTransfer:before {
    content: "";
}

.win-icon-StatusDataTransferVPN:before {
    content: "";
}

.win-icon-StatusDualSIM2:before {
    content: "";
}

.win-icon-StatusDualSIM2VPN:before {
    content: "";
}

.win-icon-StatusDualSIM1:before {
    content: "";
}

.win-icon-StatusDualSIM1VPN:before {
    content: "";
}

.win-icon-StatusSGLTE:before {
    content: "";
}

.win-icon-StatusSGLTECell:before {
    content: "";
}

.win-icon-StatusSGLTEDataVPN:before {
    content: "";
}

.win-icon-StatusVPN:before {
    content: "";
}

.win-icon-WifiHotspot:before {
    content: "";
}

.win-icon-LanguageKor:before {
    content: "";
}

.win-icon-LanguageCht:before {
    content: "";
}

.win-icon-LanguageChs:before {
    content: "";
}

.win-icon-News:before {
    content: "";
}

.win-icon-USB:before {
    content: "";
}

.win-icon-Previous:before {
    content: "";
}

.win-icon-Next:before {
    content: "";
}

.win-icon-Help:before {
    content: "";
}

.win-icon-Upload:before {
    content: "";
}

.win-icon-Emoji:before {
    content: "";
}

.win-icon-TwoPage:before {
    content: "";
}

.win-icon-LeaveChat:before {
    content: "";
}

.win-icon-MailForward:before {
    content: "";
}

.win-icon-RotateCamera:before {
    content: "";
}

.win-icon-ClosePane:before {
    content: "";
}

.win-icon-OpenPane:before {
    content: "";
}

.win-icon-PreviewLink:before {
    content: "";
}

.win-icon-AttachCamera:before {
    content: "";
}

.win-icon-Bookmarks:before {
    content: "";
}

.win-icon-Document:before {
    content: "";
}

.win-icon-ProtectedDocument:before {
    content: "";
}

.win-icon-OpenInNewWindow:before {
    content: "";
}

.win-icon-MailFill:before {
    content: "";
}

.win-icon-ViewAll:before {
    content: "";
}

.win-icon-VideoChat:before {
    content: "";
}

.win-icon-Rename:before {
    content: "";
}

.win-icon-Go:before {
    content: "";
}

.win-icon-SurfaceHub:before {
    content: "";
}

.win-icon-Remote:before {
    content: "";
}

.win-icon-Click:before {
    content: "";
}

.win-icon-Shuffle:before {
    content: "";
}

.win-icon-SelectAll:before {
    content: "";
}

.win-icon-Orientation:before {
    content: "";
}

.win-icon-Import:before {
    content: "";
}

.win-icon-ImportAll:before {
    content: "";
}

.win-icon-Folder:before {
    content: "";
}

.win-icon-Webcam:before {
    content: "";
}

.win-icon-Picture:before {
    content: "";
}

.win-icon-Caption:before {
    content: "";
}

.win-icon-ShowResults:before {
    content: "";
}

.win-icon-Message:before {
    content: "";
}

.win-icon-Leaf:before {
    content: "";
}

.win-icon-CalendarDay:before {
    content: "";
}

.win-icon-CalendarWeek:before {
    content: "";
}

.win-icon-MailReplyAll:before {
    content: "";
}

.win-icon-Read:before {
    content: "";
}

.win-icon-ShowBcc:before {
    content: "";
}

.win-icon-HideBcc:before {
    content: "";
}

.win-icon-Cut:before {
    content: "";
}

.win-icon-PaymentCard:before {
    content: "";
}

.win-icon-Copy:before {
    content: "";
}

.win-icon-Important:before {
    content: "";
}

.win-icon-MailReply:before {
    content: "";
}

.win-icon-Sort:before {
    content: "";
}

.win-icon-DisconnectDrive:before {
    content: "";
}

.win-icon-MapDrive:before {
    content: "";
}

.win-icon-ContactPresence:before {
    content: "";
}

.win-icon-Priority:before {
    content: "";
}

.win-icon-GotoToday:before {
    content: "";
}

.win-icon-Font:before {
    content: "";
}

.win-icon-FontColor:before {
    content: "";
}

.win-icon-FolderFill:before {
    content: "";
}

.win-icon-Audio:before {
    content: "";
}

.win-icon-DisableUpdates:before {
    content: "";
}

.win-icon-Unfavorite:before {
    content: "";
}

.win-icon-OpenLocal:before {
    content: "";
}

.win-icon-Italic:before {
    content: "";
}

.win-icon-Underline:before {
    content: "";
}

.win-icon-Bold:before {
    content: "";
}

.win-icon-MoveToFolder:before {
    content: "";
}

.win-icon-LikeDislike:before {
    content: "";
}

.win-icon-Dislike:before {
    content: "";
}

.win-icon-Like:before {
    content: "";
}

.win-icon-AlignRight:before {
    content: "";
}

.win-icon-AlignCenter:before {
    content: "";
}

.win-icon-AlignLeft:before {
    content: "";
}

.win-icon-OpenFile:before {
    content: "";
}

.win-icon-ClearSelection:before {
    content: "";
}

.win-icon-FontDecrease:before {
    content: "";
}

.win-icon-FontIncrease:before {
    content: "";
}

.win-icon-FontSize:before {
    content: "";
}

.win-icon-CellPhone:before {
    content: "";
}

.win-icon-Reshare:before {
    content: "";
}

.win-icon-RepeatOne:before {
    content: "";
}

.win-icon-RepeatAll:before {
    content: "";
}

.win-icon-Calculator:before {
    content: "";
}

.win-icon-Directions:before {
    content: "";
}

.win-icon-Library:before {
    content: "";
}

.win-icon-PostUpdate:before {
    content: "";
}

.win-icon-NewFolder:before {
    content: "";
}

.win-icon-CalendarReply:before {
    content: "";
}

.win-icon-UnsyncFolder:before {
    content: "";
}

.win-icon-SyncFolder:before {
    content: "";
}

.win-icon-BlockContact:before {
    content: "";
}

.win-icon-SwitchApps:before {
    content: "";
}

.win-icon-AddFriend:before {
    content: "";
}

.win-icon-GoToStart:before {
    content: "";
}

.win-icon-BulletedList:before {
    content: "";
}

.win-icon-Scan:before {
    content: "";
}

.win-icon-Preview:before {
    content: "";
}

.win-icon-ZeroBars:before {
    content: "";
}

.win-icon-OneBar:before {
    content: "";
}

.win-icon-TwoBars:before {
    content: "";
}

.win-icon-ThreeBars:before {
    content: "";
}

.win-icon-FourBars:before {
    content: "";
}

.win-icon-Comment:before {
    content: "";
}

.win-icon-MusicInfo:before {
    content: "";
}

.win-icon-DockLeft:before {
    content: "";
}

.win-icon-DockRight:before {
    content: "";
}

.win-icon-DockBottom:before {
    content: "";
}

.win-icon-Repair:before {
    content: "";
}

.win-icon-Accounts:before {
    content: "";
}

.win-icon-Manage:before {
    content: "";
}

.win-icon-Street:before {
    content: "";
}

.win-icon-Printer3D:before {
    content: "";
}

.win-icon-RadioBullet:before {
    content: "";
}

.win-icon-Stopwatch:before {
    content: "";
}

.win-icon-AlarmClock:before {
    content: "";
}

.win-icon-Photo:before {
    content: "";
}

.win-icon-ActionCenter:before {
    content: "";
}

.win-icon-FullCircleMask:before {
    content: "";
}

.win-icon-ChromeMinimize:before {
    content: "";
}

.win-icon-ChromeMaximize:before {
    content: "";
}

.win-icon-ChromeRestore:before {
    content: "";
}

.win-icon-Annotation:before {
    content: "";
}

.win-icon-InkingToolFill:before {
    content: "";
}

.win-icon-HighlightFill:before {
    content: "";
}

.win-icon-ChromeClose:before {
    content: "";
}

.win-icon-Accept:before {
    content: "";
}

.win-icon-Swipe:before {
    content: "";
}

.win-icon-Fingerprint:before {
    content: "";
}

.win-icon-Handwriting:before {
    content: "";
}

.win-icon-ChromeBackToWindow:before {
    content: "";
}

.win-icon-ChromeFullScreen:before {
    content: "";
}

.win-icon-KeyboardStandard:before {
    content: "";
}

.win-icon-KeyboardDismiss:before {
    content: "";
}

.win-icon-Completed:before {
    content: "";
}

.win-icon-ChromeAnnotate:before {
    content: "";
}

.win-icon-Label:before {
    content: "";
}

.win-icon-Flashlight:before {
    content: "";
}

.win-icon-RotationLock:before {
    content: "";
}

.win-icon-Movies:before {
    content: "";
}

.win-icon-IBeam:before {
    content: "";
}

.win-icon-IBeamOutline:before {
    content: "";
}

.win-icon-FlickDown:before {
    content: "";
}

.win-icon-FlickUp:before {
    content: "";
}

.win-icon-FlickLeft:before {
    content: "";
}

.win-icon-FlickRight:before {
    content: "";
}

.win-icon-FeedbackApp:before {
    content: "";
}

.win-icon-HorizontalTabKey:before {
    content: "";
}

.win-icon-MobileTablet:before {
    content: "";
}

.win-icon-MusicAlbum:before {
    content: "";
}

.win-icon-Streaming:before {
    content: "";
}

.win-icon-OneDrive:before {
    content: "";
}

.win-icon-CompassNW:before {
    content: "";
}

.win-icon-ReturnToWindow:before {
    content: "";
}

.win-icon-LightningBolt:before {
    content: "";
}

.win-icon-CalculatorMultiply:before {
    content: "";
}

.win-icon-CalculatorAddition:before {
    content: "";
}

.win-icon-CalculatorSubtract:before {
    content: "";
}

.win-icon-CalculatorDivide:before {
    content: "";
}

.win-icon-CalculatorSquareroot:before {
    content: "";
}

.win-icon-CalculatorPercentage:before {
    content: "";
}

.win-icon-CalculatorNegate:before {
    content: "";
}

.win-icon-CalculatorEqualTo:before {
    content: "";
}

.win-icon-CalculatorBackspace:before {
    content: "";
}

.win-icon-Component:before {
    content: "";
}

.win-icon-DMC:before {
    content: "";
}

.win-icon-Dock:before {
    content: "";
}

.win-icon-MultimediaDMS:before {
    content: "";
}

.win-icon-MultimediaDVR:before {
    content: "";
}

.win-icon-MultimediaPMP:before {
    content: "";
}

.win-icon-PrintfaxPrinterFile:before {
    content: "";
}

.win-icon-Sensor:before {
    content: "";
}

.win-icon-StorageOptical:before {
    content: "";
}

.win-icon-Communications:before {
    content: "";
}

.win-icon-Projector:before {
    content: "";
}

.win-icon-Health:before {
    content: "";
}

.win-icon-Webcam2:before {
    content: "";
}

.win-icon-Input:before {
    content: "";
}

.win-icon-Mouse:before {
    content: "";
}

.win-icon-Smartcard:before {
    content: "";
}

.win-icon-SmartcardVirtual:before {
    content: "";
}

.win-icon-MediaStorageTower:before {
    content: "";
}

.win-icon-GameConsole:before {
    content: "";
}

.win-icon-Network:before {
    content: "";
}

.win-icon-StorageNetworkWireless:before {
    content: "";
}

.win-icon-StorageTape:before {
    content: "";
}

.win-icon-ChevronUpSmall:before {
    content: "";
}

.win-icon-ChevronDownSmall:before {
    content: "";
}

.win-icon-ChevronLeftSmall:before {
    content: "";
}

.win-icon-ChevronRightSmall:before {
    content: "";
}

.win-icon-ChevronUpMed:before {
    content: "";
}

.win-icon-ChevronDownMed:before {
    content: "";
}

.win-icon-ChevronLeftMed:before {
    content: "";
}

.win-icon-ChevronRightMed:before {
    content: "";
}

.win-icon-InkingToolFill2:before {
    content: "";
}

.win-icon-HighlightFill2:before {
    content: "";
}

.win-icon-EraseToolFill:before {
    content: "";
}

.win-icon-EraseToolFill2:before {
    content: "";
}

.win-icon-Dictionary:before {
    content: "";
}

.win-icon-DictionaryAdd:before {
    content: "";
}

.win-icon-ToolTip:before {
    content: "";
}

.win-icon-ChromeBack:before {
    content: "";
}

.win-icon-ShareBroadband:before {
    content: "";
}

.win-icon-DirectAccess:before {
    content: "";
}

.win-icon-DialUp:before {
    content: "";
}

.win-icon-DefenderApp:before {
    content: "";
}

.win-icon-Battery10:before {
    content: "";
}

.win-icon-Devices2:before {
    content: "";
}

.win-icon-ExpandTile:before {
    content: "";
}

.win-icon-PC1:before {
    content: "";
}

.win-icon-PresenceChicklet:before {
    content: "";
}

.win-icon-PresenceChickletVideo:before {
    content: "";
}

.win-icon-Reply:before {
    content: "";
}

.win-icon-SetTile:before {
    content: "";
}

.win-icon-Type:before {
    content: "";
}

.win-icon-Korean:before {
    content: "";
}

.win-icon-HalfAlpha:before {
    content: "";
}

.win-icon-FullAlpha:before {
    content: "";
}

.win-icon-Key12On:before {
    content: "";
}

.win-icon-ChineseChangjie:before {
    content: "";
}

.win-icon-QWERTYOn:before {
    content: "";
}

.win-icon-QWERTYOff:before {
    content: "";
}

.win-icon-ChineseQuick:before {
    content: "";
}

.win-icon-Japanese:before {
    content: "";
}

.win-icon-FullHiragana:before {
    content: "";
}

.win-icon-FullKatakana:before {
    content: "";
}

.win-icon-HalfKatakana:before {
    content: "";
}

.win-icon-ChineseBoPoMoFo:before {
    content: "";
}

.win-icon-ChinesePinyin:before {
    content: "";
}

.win-icon-DoubleChevronDown20:before {
    content: "";
}

.win-icon-TypedNote:before {
    content: "";
}

.win-icon-TypedNoteFill:before {
    content: "";
}

.win-icon-TypedNoteLetter:before {
    content: "";
}

.win-icon-AddRemoteDevice:before {
    content: "";
}

.win-icon-Ethernet:before {
    content: "";
}

.win-icon-TapAndSend:before {
    content: "";
}

.win-icon-LockSolid:before {
    content: "";
}

.win-icon-ConstructionCone:before {
    content: "";
}

.win-icon-XboxOneConsole:before {
    content: "";
}

.win-icon-DoubleChevronLeftMed:before {
    content: "";
}

.win-icon-Volume0:before {
    content: "";
}

.win-icon-Volume1:before {
    content: "";
}

.win-icon-Volume2:before {
    content: "";
}

.win-icon-Volume3:before {
    content: "";
}

.win-icon-CaretHollow:before {
    content: "";
}

.win-icon-CaretSolid:before {
    content: "";
}

.win-icon-FolderOpen:before {
    content: "";
}

.win-icon-BatteryCharging9:before {
    content: "";
}

.win-icon-Pinned:before {
    content: "";
}

.win-icon-PinFill:before {
    content: "";
}

.win-icon-PinnedFill:before {
    content: "";
}

.win-icon-BatteryUnknown:before {
    content: "";
}

.win-icon-WifiAttentionOverlay:before {
    content: "";
}

.win-icon-Model3D:before {
    content: "";
}

.win-icon-PageNav:before {
    content: "";
}

.win-icon-FitPage:before {
    content: "";
}

.win-icon-FitWidth:before {
    content: "";
}

.win-icon-PasswordKeyShow:before {
    content: "";
}

.win-icon-PasswordKeyHide:before {
    content: "";
}

.win-icon-BidiLtr:before {
    content: "";
}

.win-icon-BidiRtl:before {
    content: "";
}

.win-icon-PeriodKey:before {
    content: "";
}

.win-icon-PuncKey:before {
    content: "";
}

.win-icon-RevToggleKey:before {
    content: "";
}

.win-icon-RightArrowKeyTime1:before {
    content: "";
}

.win-icon-RightArrowKeyTime2:before {
    content: "";
}

.win-icon-LeftQuote:before {
    content: "";
}

.win-icon-RightQuote:before {
    content: "";
}

.win-icon-DownShiftKey:before {
    content: "";
}

.win-icon-UpShiftKey:before {
    content: "";
}

.win-icon-PuncKey0:before {
    content: "";
}

.win-icon-PuncKeyLeftBottom:before {
    content: "";
}

.win-icon-RightArrowKeyTime3:before {
    content: "";
}

.win-icon-RightArrowKeyTime4:before {
    content: "";
}

.win-icon-DullSound:before {
    content: "";
}

.win-icon-BackSpaceQWERTYSm:before {
    content: "";
}

.win-icon-BackSpaceQWERTYMd:before {
    content: "";
}

.win-icon-ReturnKeySm:before {
    content: "";
}

.win-icon-ForwardSm:before {
    content: "";
}

.win-icon-CommaKey:before {
    content: "";
}

.win-icon-DashKey:before {
    content: "";
}

.win-icon-DullSoundKey:before {
    content: "";
}

.win-icon-HalfDullSound:before {
    content: "";
}

.win-icon-RightDoubleQuote:before {
    content: "";
}

.win-icon-LeftDoubleQuote:before {
    content: "";
}

.win-icon-PuncKeyRightBottom:before {
    content: "";
}

.win-icon-PuncKey1:before {
    content: "";
}

.win-icon-PuncKey2:before {
    content: "";
}

.win-icon-PuncKey3:before {
    content: "";
}

.win-icon-PuncKey4:before {
    content: "";
}

.win-icon-PuncKey5:before {
    content: "";
}

.win-icon-PuncKey6:before {
    content: "";
}

.win-icon-PuncKey9:before {
    content: "";
}

.win-icon-PuncKey7:before {
    content: "";
}

.win-icon-PuncKey8:before {
    content: "";
}

.win-icon-Sunny:before {
    content: "";
}

.win-icon-Frigid:before {
    content: "";
}

.win-icon-Ringer:before {
    content: "";
}

.win-icon-PDF:before {
    content: "";
}

.win-icon-ThoughtBubble:before {
    content: "";
}

.win-icon-HeartBroken:before {
    content: "";
}

.win-icon-BatteryCharging10:before {
    content: "";
}

.win-icon-BatterySaver9:before {
    content: "";
}

.win-icon-BatterySaver10:before {
    content: "";
}

.win-icon-Diagnostic:before {
    content: "";
}

.win-icon-Equalizer:before {
    content: "";
}

.win-icon-Ready:before {
    content: "";
}

.win-icon-Process:before {
    content: "";
}

.win-icon-StoreLogoMed:before {
    content: "";
}

.win-icon-Info2:before {
    content: "";
}

.win-icon-ActionCenterAsterisk:before {
    content: "";
}

.win-icon-Beta:before {
    content: "";
}

.win-icon-SIP12Key:before {
    content: "";
}

.win-icon-SaveCopy:before {
    content: "";
}

.win-icon-StoreLogo:before {
    content: "";
}

.win-icon-CallForwardingMirrored:before {
    content: "";
}

.win-icon-MultiSelectMirrored:before {
    content: "";
}

.win-icon-Broom:before {
    content: "";
}

.win-icon-MusicInCollectionFill:before {
    content: "";
}

.win-icon-Asterisk:before {
    content: "";
}

.win-icon-CircleRing:before {
    content: "";
}

.win-icon-CircleFill:before {
    content: "";
}

.win-icon-AllAppsMirrored:before {
    content: "";
}

.win-icon-BookmarksMirrored:before {
    content: "";
}

.win-icon-BulletedListMirrored:before {
    content: "";
}

.win-icon-CallForwardInternationalMirrored:before {
    content: "";
}

.win-icon-CallForwardRoamingMirrored:before {
    content: "";
}

.win-icon-CaretHollowMirrored:before {
    content: "";
}

.win-icon-CaretSolidMirrored:before {
    content: "";
}

.win-icon-ChromeBackMirrored:before {
    content: "";
}

.win-icon-ClearSelectionMirrored:before {
    content: "";
}

.win-icon-ClosePaneMirrored:before {
    content: "";
}

.win-icon-ContactInfoMirrored:before {
    content: "";
}

.win-icon-DockRightMirrored:before {
    content: "";
}

.win-icon-DockLeftMirrored:before {
    content: "";
}

.win-icon-DoubleChevronLeftMedMirrored:before {
    content: "";
}

.win-icon-ExpandTileMirrored:before {
    content: "";
}

.win-icon-GoMirrored:before {
    content: "";
}

.win-icon-GripperResizeMirrored:before {
    content: "";
}

.win-icon-HelpMirrored:before {
    content: "";
}

.win-icon-ImportMirrored:before {
    content: "";
}

.win-icon-ImportAllMirrored:before {
    content: "";
}

.win-icon-LeaveChatMirrored:before {
    content: "";
}

.win-icon-MailForwardMirrored:before {
    content: "";
}

.win-icon-MailReplyMirrored:before {
    content: "";
}

.win-icon-MailReplyAllMirrored:before {
    content: "";
}

.win-icon-OpenPaneMirrored:before {
    content: "";
}

.win-icon-OpenWithMirrored:before {
    content: "";
}

.win-icon-PageNavMirrored:before {
    content: "";
}

.win-icon-ParkingLocationMirrored:before {
    content: "";
}

.win-icon-ResizeMouseMediumMirrored:before {
    content: "";
}

.win-icon-ResizeMouseSmallMirrored:before {
    content: "";
}

.win-icon-ResizeMouseTallMirrored:before {
    content: "";
}

.win-icon-ResizeTouchNarrowerMirrored:before {
    content: "";
}

.win-icon-SendMirrored:before {
    content: "";
}

.win-icon-SendFillMirrored:before {
    content: "";
}

.win-icon-ShowResultsMirrored:before {
    content: "";
}

.win-icon-ThumbnailViewMirrored:before {
    content: "";
}

.win-icon-Media:before {
    content: "";
}

.win-icon-SyncError:before {
    content: "";
}

.win-icon-GetHelpApp:before {
    content: "";
}

.win-icon-Devices3:before {
    content: "";
}

.win-icon-Lightbulb:before {
    content: "";
}

.win-icon-StatusCircle:before {
    content: "";
}

.win-icon-StatusTriangle:before {
    content: "";
}

.win-icon-StatusError:before {
    content: "";
}

.win-icon-StatusWarning:before {
    content: "";
}

.win-icon-Puzzle:before {
    content: "";
}

.win-icon-CalendarSolid:before {
    content: "";
}

.win-icon-HomeSolid:before {
    content: "";
}

.win-icon-ParkingLocationSolid:before {
    content: "";
}

.win-icon-ContactSolid:before {
    content: "";
}

.win-icon-ConstructionSolid:before {
    content: "";
}

.win-icon-AccidentSolid:before {
    content: "";
}

.win-icon-Jogging:before {
    content: "";
}

.win-icon-Money:before {
    content: "";
}

.win-icon-PersonalFinance:before {
    content: "";
}

.win-icon-PieSingle:before {
    content: "";
}

.win-icon-StockDown:before {
    content: "";
}

.win-icon-StockUp:before {
    content: "";
}

.win-icon-PopularAthletes:before {
    content: "";
}

.win-icon-GenericApp:before {
    content: "";
}

.win-icon-Drop:before {
    content: "";
}

.win-icon-BusSolid:before {
    content: "";
}

.win-icon-FerrySolid:before {
    content: "";
}

.win-icon-StartPointSolid:before {
    content: "";
}

.win-icon-StopPointSolid:before {
    content: "";
}

.win-icon-EndPointSolid:before {
    content: "";
}

.win-icon-AirplaneSolid:before {
    content: "";
}

.win-icon-TrainSolid:before {
    content: "";
}

.win-icon-WorkSolid:before {
    content: "";
}

.win-icon-ReminderFill:before {
    content: "";
}

.win-icon-Reminder:before {
    content: "";
}

.win-icon-Heart:before {
    content: "";
}

.win-icon-HeartFill:before {
    content: "";
}

.win-icon-Ticket:before {
    content: "";
}

.win-icon-EthernetError:before {
    content: "";
}

.win-icon-EthernetWarning:before {
    content: "";
}

.win-icon-StatusConnecting1:before {
    content: "";
}

.win-icon-StatusConnecting2:before {
    content: "";
}

.win-icon-StatusUnsecure:before {
    content: "";
}

.win-icon-WifiError0:before {
    content: "";
}

.win-icon-WifiError1:before {
    content: "";
}

.win-icon-WifiError2:before {
    content: "";
}

.win-icon-WifiError3:before {
    content: "";
}

.win-icon-WifiError4:before {
    content: "";
}

.win-icon-WifiWarning0:before {
    content: "";
}

.win-icon-WifiWarning1:before {
    content: "";
}

.win-icon-WifiWarning2:before {
    content: "";
}

.win-icon-WifiWarning3:before {
    content: "";
}

.win-icon-WifiWarning4:before {
    content: "";
}

.win-icon-Devices4:before {
    content: "";
}

.win-icon-NUIIris:before {
    content: "";
}

.win-icon-NUIFace:before {
    content: "";
}

.win-icon-VintageTVArt:before {
    content: "";
}

.win-icon-AzureLogo:before {
    content: "";
}

.win-icon-BingLogo:before {
    content: "";
}

.win-icon-MSNLogo:before {
    content: "";
}

.win-icon-OutlookLogoInverse:before {
    content: "";
}

.win-icon-OfficeLogo:before {
    content: "";
}

.win-icon-SkypeLogo:before {
    content: "";
}

.win-icon-XboxLogo:before {
    content: "";
}

.win-icon-MicrosoftLogoRed:before {
    content: "";
}

.win-icon-MicrosoftLogoGreen:before {
    content: "";
}

.win-icon-MicrosoftLogoBlue:before {
    content: "";
}

.win-icon-MicrosoftLogoYellow:before {
    content: "";
}

.win-icon-HeartBrokenArt:before {
    content: "";
}

.win-icon-ThoughtBubbleArt:before {
    content: "";
}

.win-icon-CortanaNotebook:before {
    content: "";
}

.win-icon-NUIFPStartSlideHand:before {
    content: "";
}

.win-icon-NUIFPStartSlideAction:before {
    content: "";
}

.win-icon-NUIFPContinueSlideHand:before {
    content: "";
}

.win-icon-NUIFPContinueSlideAction:before {
    content: "";
}

.win-icon-NUIFPRollRightHand:before {
    content: "";
}

.win-icon-NUIFPRollRightHandAction:before {
    content: "";
}

.win-icon-NUIFPRollLeftHand:before {
    content: "";
}

.win-icon-NUIFPRollLeftAction:before {
    content: "";
}

.win-icon-NUIFPPressHand:before {
    content: "";
}

.win-icon-NUIFPPressAction:before {
    content: "";
}

.win-icon-NUIFPPressRepeatHand:before {
    content: "";
}

.win-icon-NUIFPPressRepeatAction:before {
    content: "";
}

.win-icon-GiftCard:before {
    content: "";
}

.win-icon-DoubleBookmark:before {
    content: "";
}

.win-icon-MultitaskExpanded:before {
    content: "";
}

.win-icon-BackSpaceQWERTYLg:before {
    content: "";
}

.win-icon-ReturnKeyLg:before {
    content: "";
}

.win-icon-FastForward:before {
    content: "";
}

.win-icon-Rewind:before {
    content: "";
}

.win-icon-Photo2:before {
    content: "";
}

.win-icon-MobBattery0:before {
    content: "";
}

.win-icon-MobBattery1:before {
    content: "";
}

.win-icon-MobBattery2:before {
    content: "";
}

.win-icon-MobBattery3:before {
    content: "";
}

.win-icon-MobBattery4:before {
    content: "";
}

.win-icon-MobBattery5:before {
    content: "";
}

.win-icon-MobBattery6:before {
    content: "";
}

.win-icon-MobBattery7:before {
    content: "";
}

.win-icon-MobBattery8:before {
    content: "";
}

.win-icon-MobBattery9:before {
    content: "";
}

.win-icon-MobBattery10:before {
    content: "";
}

.win-icon-MobBatteryCharging0:before {
    content: "";
}

.win-icon-MobBatteryCharging1:before {
    content: "";
}

.win-icon-MobBatteryCharging2:before {
    content: "";
}

.win-icon-MobBatteryCharging3:before {
    content: "";
}

.win-icon-MobBatteryCharging4:before {
    content: "";
}

.win-icon-MobBatteryCharging5:before {
    content: "";
}

.win-icon-MobBatteryCharging6:before {
    content: "";
}

.win-icon-MobBatteryCharging7:before {
    content: "";
}

.win-icon-MobBatteryCharging8:before {
    content: "";
}

.win-icon-MobBatteryCharging9:before {
    content: "";
}

.win-icon-MobBatteryCharging10:before {
    content: "";
}

.win-icon-MobBatterySaver0:before {
    content: "";
}

.win-icon-MobBatterySaver1:before {
    content: "";
}

.win-icon-MobBatterySaver2:before {
    content: "";
}

.win-icon-MobBatterySaver3:before {
    content: "";
}

.win-icon-MobBatterySaver4:before {
    content: "";
}

.win-icon-MobBatterySaver5:before {
    content: "";
}

.win-icon-MobBatterySaver6:before {
    content: "";
}

.win-icon-MobBatterySaver7:before {
    content: "";
}

.win-icon-MobBatterySaver8:before {
    content: "";
}

.win-icon-MobBatterySaver9:before {
    content: "";
}

.win-icon-MobBatterySaver10:before {
    content: "";
}

.win-icon-DictionaryCloud:before {
    content: "";
}

.win-icon-ResetDrive:before {
    content: "";
}

.win-icon-VolumeBars:before {
    content: "";
}

.win-icon-Project:before {
    content: "";
}

.win-icon-NudgeUp:before {
    content: "";
}

.win-icon-NudgeDown:before {
    content: "";
}

.win-icon-MyWorld:before {
    content: "";
}

.win-icon-TaptoPlaceArt:before {
    content: "";
}

.win-icon-PickUpHologram:before {
    content: "";
}

.win-icon-AdjustHologram:before {
    content: "";
}

.win-icon-CloudDownload:before {
    content: "";
}

.win-icon-WindDirection:before {
    content: "";
}

.win-icon-WifiCallBars:before {
    content: "";
}

.win-icon-WifiCall0:before {
    content: "";
}

.win-icon-WifiCall1:before {
    content: "";
}

.win-icon-WifiCall2:before {
    content: "";
}

.win-icon-WifiCall3:before {
    content: "";
}

.win-icon-WifiCall4:before {
    content: "";
}

.win-icon-Family:before {
    content: "";
}

.win-icon-DeviceDiscovery:before {
    content: "";
}

.win-icon-RightArrowKeyTime0:before {
    content: "";
}

.win-icon-Bug:before {
    content: "";
}

.win-icon-MeetingPlanner:before {
    content: "";
}

.win-icon-Leisure:before {
    content: "";
}

.win-icon-DeliveryTruck:before {
    content: "";
}

.win-icon-HeadphoneAudio:before {
    content: "";
}

.win-icon-TabletMode:before {
    content: "";
}

.win-icon-StatusCircleLeft:before {
    content: "";
}

.win-icon-StatusTriangleLeft:before {
    content: "";
}

.win-icon-StatusErrorLeft:before {
    content: "";
}

.win-icon-StatusWarningLeft:before {
    content: "";
}

.win-icon-MobBatteryUnknown:before {
    content: "";
}

.win-icon-LockHTTPS:before {
    content: "";
}

.win-icon-NetworkTower:before {
    content: "";
}

.win-icon-CityNext:before {
    content: "";
}

.win-icon-CityNext2:before {
    content: "";
}

.win-icon-Courthouse:before {
    content: "";
}

.win-icon-Groceries:before {
    content: "";
}

.win-icon-Sustainable:before {
    content: "";
}

.win-icon-BuildingEnergy:before {
    content: "";
}

.win-icon-Section:before {
    content: "";
}

.win-icon-OneNoteLogoInverse:before {
    content: "";
}

.win-icon-GogglesArt:before {
    content: "";
}

.win-icon-DeveloperToolsArt:before {
    content: "";
}

.win-icon-ToggleFilled:before {
    content: "";
}

.win-icon-ToggleBorder:before {
    content: "";
}

.win-icon-SliderThumb:before {
    content: "";
}

.win-icon-ToggleThumb:before {
    content: "";
}

.win-icon-MiracastLogoSmall:before {
    content: "";
}

.win-icon-MiracastLogoLarge:before {
    content: "";
}

.win-icon-PLAP:before {
    content: "";
}

.win-icon-Badge:before {
    content: "";
}

.win-icon-SignalRoaming:before {
    content: "";
}

.win-icon-Giftbox:before {
    content: "";
}

.win-icon-MobileLocked:before {
    content: "";
}

.win-icon-InternetExplorerLogo:before {
    content: "";
}

.win-icon-VisualStudioLogo:before {
    content: "";
}

.win-icon-WhatsThis:before {
    content: "";
}

.win-icon-InsiderHubApp:before {
    content: "";
}

.win-icon-PersonalFolder:before {
    content: "";
}

.win-icon-HomeGroup:before {
    content: "";
}

.win-icon-MyNetwork:before {
    content: "";
}

.win-icon-KeyboardFull:before {
    content: "";
}

.win-icon-WindowsLogoLarge:before {
    content: "";
}

.win-icon-MobSignal1:before {
    content: "";
}

.win-icon-MobSignal2:before {
    content: "";
}

.win-icon-MobSignal3:before {
    content: "";
}

.win-icon-MobSignal4:before {
    content: "";
}

.win-icon-MobSignal5:before {
    content: "";
}

.win-icon-MobWifi1:before {
    content: "";
}

.win-icon-MobWifi2:before {
    content: "";
}

.win-icon-MobWifi3:before {
    content: "";
}

.win-icon-MobWifi4:before {
    content: "";
}

.win-icon-MobAirplane:before {
    content: "";
}

.win-icon-MobBluetooth:before {
    content: "";
}

.win-icon-MobActionCenter:before {
    content: "";
}

.win-icon-MobLocation:before {
    content: "";
}

.win-icon-MobWifiHotspot:before {
    content: "";
}

.win-icon-LanguageJpn:before {
    content: "";
}

.win-icon-MobQuietHours:before {
    content: "";
}

.win-icon-MobDrivingMode:before {
    content: "";
}

.win-icon-SpeedOff:before {
    content: "";
}

.win-icon-SpeedMedium:before {
    content: "";
}

.win-icon-SpeedHigh:before {
    content: "";
}

.win-icon-Commitments:before {
    content: "";
}

.win-icon-MusicNote:before {
    content: "";
}

.win-icon-FileExplorer:before {
    content: "";
}

.win-icon-FileExplorerApp:before {
    content: "";
}

.win-icon-LeftArrowKeyTime0:before {
    content: "";
}

.win-icon-MicOff:before {
    content: "";
}

.win-icon-MicSleep:before {
    content: "";
}

.win-icon-MicError:before {
    content: "";
}

.win-icon-PlaybackRate1x:before {
    content: "";
}

.win-icon-PlaybackRateOther:before {
    content: "";
}

.win-icon-CashDrawer:before {
    content: "";
}

.win-icon-BarcodeScanner:before {
    content: "";
}

.win-icon-ReceiptPrinter:before {
    content: "";
}

.win-icon-MagStripeReader:before {
    content: "";
}

.win-icon-EdgeLogo:before {
    content: "";
}

.win-icon-CompletedSolid:before {
    content: "";
}

.win-icon-GetStartedApp:before {
    content: "";
}

.win-icon-CompanionApp:before {
    content: "";
}

.win-icon-MicrosoftLogo:before {
    content: "";
}

.win-icon-WebNote:before {
    content: "";
}

.win-icon-Favicon2:before {
    content: "";
}

.win-icon-SwipeRevealArt:before {
    content: "";
}

.win-icon-MicOn:before {
    content: "";
}

.win-icon-MicClipping:before {
    content: "";
}

.win-icon-TabletSelected:before {
    content: "";
}

.win-icon-MobileSelected:before {
    content: "";
}

.win-icon-LaptopSelected:before {
    content: "";
}

.win-icon-TVMonitorSelected:before {
    content: "";
}

.win-icon-MoviesTVApp:before {
    content: "";
}

.win-icon-DeveloperTools:before {
    content: "";
}

.win-icon-MobCallForwarding:before {
    content: "";
}

.win-icon-MobCallForwardingMirrored:before {
    content: "";
}

.win-icon-BodyCam:before {
    content: "";
}

.win-icon-PoliceCar:before {
    content: "";
}

.win-icon-Draw:before {
    content: "";
}

.win-icon-DrawSolid:before {
    content: "";
}

.win-icon-Earthquake:before {
    content: "";
}

.win-icon-LowerBrightness:before {
    content: "";
}

.win-icon-CloudUpload:before {
    content: "";
}

.win-icon-ScrollUpDown:before {
    content: "";
}

.win-icon-RemoveHologram:before {
    content: "";
}

.win-icon-Uninstall:before {
    content: "";
}

.win-icon-DateTime:before {
    content: "";
}

.win-icon-DevicesClicker:before {
    content: "";
}

.win-icon-HoloLens:before {
    content: "";
}

.win-icon-Holograms:before {
    content: "";
}

.win-icon-Collection:before {
    content: "";
}

.win-icon-AirTap:before {
    content: "";
}

.win-icon-PressHold:before {
    content: "";
}

.win-icon-Sweepstakes:before {
    content: "";
}

.win-icon-Celebrity:before {
    content: "";
}

.win-icon-ButtonView:before {
    content: "";
}

.win-icon-Drag:before {
    content: "";
}

.win-icon-PartyLeader:before {
    content: "";
}

.win-icon-FacebookLogo:before {
    content: "";
}

.win-icon-TwitterLogo:before {
    content: "";
}

.win-icon-AddSurfaceHub:before {
    content: "";
}

.win-icon-DevUpdate:before {
    content: "";
}

.win-icon-Unit:before {
    content: "";
}

.win-icon-RemoveContent:before {
    content: "";
}

.win-icon-AddTo:before {
    content: "";
}

.win-icon-RemoveFrom:before {
    content: "";
}

.win-icon-RadioBtnOff:before {
    content: "";
}

.win-icon-RadioBtnOn:before {
    content: "";
}

.win-icon-RadioBullet2:before {
    content: "";
}

.win-icon-ExploreContent:before {
    content: "";
}

.win-icon-MixedMediaBadge:before {
    content: "";
}

.win-icon-GenericBill:before {
    content: "";
}

.win-icon-DisconnectDisplay:before {
    content: "";
}

.win-icon-Glasses:before {
    content: "";
}

.win-icon-Shield:before {
    content: "";
}

.win-icon-MianTuanLogo:before {
    content: "";
}

.win-icon-FoundSpace:before {
    content: "";
}

.win-icon-WhichSpace:before {
    content: "";
}

.win-icon-NewSpace:before {
    content: "";
}

.win-icon-FailSpace:before {
    content: "";
}

.win-icon-BitlockerForFiles:before {
    content: "";
}

.win-icon-ScrollMode:before {
    content: "";
}

.win-icon-ZoomMode:before {
    content: "";
}

.win-icon-PanMode:before {
    content: "";
}

.win-icon-FangHead:before {
    content: "";
}

.win-icon-FangBody:before {
    content: "";
}

.win-icon-WiredUSB:before {
    content: "";
}

.win-icon-WirelessUSB:before {
    content: "";
}

.win-icon-USBSafeConnect:before {
    content: "";
}

.win-icon-EmptyStateArt:before {
    content: "";
}

.win-icon-BookmarkList:before {
    content: "";
}

.win-icon-EmptyStateRLArt:before {
    content: "";
}

.win-icon-ChatInviteFriend:before {
    content: "";
}

.win-icon-Brush:before {
    content: "";
}

.win-icon-Shirt:before {
    content: "";
}

.win-icon-Crown:before {
    content: "";
}

.win-icon-Diamond:before {
    content: "";
}

.win-icon-PowerSettings:before {
    content: "";
}

.win-icon-ActionCenterNotificationMirrored:before {
    content: "";
}

.win-icon-ActionCenterMirrored:before {
    content: "";
}

.win-icon-ContinuumApp:before {
    content: "";
}

.win-icon-ResetDevice:before {
    content: "";
}

.win-icon-Feedback:before {
    content: "";
}

.win-icon-AdjustWithHand:before {
    content: "";
}

.win-icon-Subtitles:before {
    content: "";
}

.win-icon-SubtitlesAudio:before {
    content: "";
}

.win-icon-OpenFolderHorizontal:before {
    content: "";
}

.win-icon-eSIM:before {
    content: "";
}

.win-icon-eSIMNoProfile:before {
    content: "";
}

.win-icon-eSIMLocked:before {
    content: "";
}

.win-icon-eSIMBusy:before {
    content: "";
}

.win-icon-SignalError:before {
    content: "";
}

.win-icon-StreamingEnterprise:before {
    content: "";
}

.win-icon-Headphone0:before {
    content: "";
}

.win-icon-Headphone1:before {
    content: "";
}

.win-icon-Headphone2:before {
    content: "";
}

.win-icon-Headphone3:before {
    content: "";
}

.win-icon-Apps:before {
    content: "";
}

.win-icon-KeyboardBrightness:before {
    content: "";
}

.win-icon-KeyboardLowerBrightness:before {
    content: "";
}

.win-icon-SkipBack10:before {
    content: "";
}

.win-icon-SkipForward30:before {
    content: "";
}

.win-icon-TreeFolderFolder:before {
    content: "";
}

.win-icon-TreeFolderFolderFill:before {
    content: "";
}

.win-icon-TreeFolderFolderOpen:before {
    content: "";
}

.win-icon-TreeFolderFolderOpenFill:before {
    content: "";
}

.win-icon-MultimediaDMP:before {
    content: "";
}

.win-icon-KeyboardOneHanded:before {
    content: "";
}

.win-icon-Narrator:before {
    content: "";
}

.win-icon-RewardsLogo:before {
    content: "";
}

.win-icon-RewardsLogoSolid:before {
    content: "";
}

.win-icon-ReopenPages:before {
    content: "";
}

.win-icon-SearchMobile:before {
    content: "";
}

.win-icon-SearchPC:before {
    content: "";
}

.win-icon-EmojiTabPeople:before {
    content: "";
}

.win-icon-EmojiTabSmilesAnimals:before {
    content: "";
}

.win-icon-EmojiTabCelebrationObjects:before {
    content: "";
}

.win-icon-EmojiTabFoodPlants:before {
    content: "";
}

.win-icon-EmojiTabTransitPlaces:before {
    content: "";
}

.win-icon-EmojiTabSymbols:before {
    content: "";
}

.win-icon-EmojiTabTextSmiles:before {
    content: "";
}

.win-icon-EmojiTabFavorites:before {
    content: "";
}

.win-icon-EmojiSwatch:before {
    content: "";
}

.win-icon-ConnectApp:before {
    content: "";
}

.win-icon-CompanionDeviceFramework:before {
    content: "";
}

.win-icon-Ruler:before {
    content: "";
}

.win-icon-FingerInking:before {
    content: "";
}

.win-icon-StrokeErase:before {
    content: "";
}

.win-icon-PointErase:before {
    content: "";
}

.win-icon-ClearAllInk:before {
    content: "";
}

.win-icon-Pencil:before {
    content: "";
}

.win-icon-Marker:before {
    content: "";
}

.win-icon-InkingCaret:before {
    content: "";
}

.win-icon-InkingColorOutline:before {
    content: "";
}

.win-icon-InkingColorFill:before {
    content: "";
}

.win-icon-HardDrive:before {
    content: "";
}

.win-icon-NetworkAdapter:before {
    content: "";
}

.win-icon-Touchscreen:before {
    content: "";
}

.win-icon-NetworkPrinter:before {
    content: "";
}

.win-icon-CloudPrinter:before {
    content: "";
}

.win-icon-KeyboardShortcut:before {
    content: "";
}

.win-icon-BrushSize:before {
    content: "";
}

.win-icon-NarratorForward:before {
    content: "";
}

.win-icon-NarratorForwardMirrored:before {
    content: "";
}

.win-icon-SyncBadge12:before {
    content: "";
}

.win-icon-RingerBadge12:before {
    content: "";
}

.win-icon-AsteriskBadge12:before {
    content: "";
}

.win-icon-ErrorBadge12:before {
    content: "";
}

.win-icon-CircleRingBadge12:before {
    content: "";
}

.win-icon-CircleFillBadge12:before {
    content: "";
}

.win-icon-ImportantBadge12:before {
    content: "";
}

.win-icon-MailBadge12:before {
    content: "";
}

.win-icon-PauseBadge12:before {
    content: "";
}

.win-icon-PlayBadge12:before {
    content: "";
}

.win-icon-PenWorkspace:before {
    content: "";
}

.win-icon-Export:before {
    content: "";
}

.win-icon-ExportMirrored:before {
    content: "";
}

.win-icon-ButtonMenu:before {
    content: "";
}

.win-icon-XboxGold:before {
    content: "";
}

.win-icon-NewBoard:before {
    content: "";
}

.win-icon-BoardActivityFeed:before {
    content: "";
}

.win-icon-CalligraphyPen:before {
    content: "";
}

.win-icon-ToggleImage:before {
    content: "";
}

.win-icon-SingleBookmark:before {
    content: "";
}

.win-icon-SingleBookmarkSolid:before {
    content: "";
}

.win-icon-TwoPageSolid:before {
    content: "";
}

.win-icon-FitPageSolid:before {
    content: "";
}

.win-icon-FitWidthSolid:before {
    content: "";
}

.win-icon-FollowUser:before {
    content: "";
}

.win-icon-FilterPoly:before {
    content: "";
}

.win-icon-PrintLayout:before {
    content: "";
}

.win-icon-ReplyMirrored:before {
    content: "";
}

.win-icon-LockscreenDesktop:before {
    content: "";
}

.win-icon-Multitask16:before {
    content: "";
}

.win-icon-Play36:before {
    content: "";
}

.win-icon-AppsContent:before {
    content: "";
}

.win-icon-PenPalette:before {
    content: "";
}

.win-icon-GuestUser:before {
    content: "";
}

.win-icon-SettingsBattery:before {
    content: "";
}

.win-icon-TaskbarPhone:before {
    content: "";
}

.win-icon-LockScreenGlance:before {
    content: "";
}

.win-icon-MyMoviesTV:before {
    content: "";
}

.win-icon-ImageExport:before {
    content: "";
}

.win-icon-WifiEthernet:before {
    content: "";
}

.win-icon-ActionCenterQuiet:before {
    content: "";
}

.win-icon-ActionCenterQuietNotification:before {
    content: "";
}

.win-icon-DateTimeMirrored:before {
    content: "";
}

.win-icon-Wheel:before {
    content: "";
}

.win-icon-ButtonView2:before {
    content: "";
}

.win-icon-PaymentCardArt128:before {
    content: "";
}

.win-icon-RewardsLogoArt64:before {
    content: "";
}

.win-icon-CoffeeArt64:before {
    content: "";
}

.win-icon-SearchArt64:before {
    content: "";
}

.win-icon-MapPinArt64:before {
    content: "";
}

.win-icon-SpecialGiftArt64:before {
    content: "";
}

.win-icon-CommentArt64:before {
    content: "";
}

.win-icon-MobileTabletArt64:before {
    content: "";
}

.win-icon-DoubleShotArt64:before {
    content: "";
}

.win-icon-CheckboxArt64:before {
    content: "";
}

.win-icon-UnknownArt64:before {
    content: "";
}

.win-icon-GiftboxArt64:before {
    content: "";
}

.win-icon-LaptopArt64:before {
    content: "";
}

.win-icon-FoodAndDrinkArt64:before {
    content: "";
}

.win-icon-TeaArt64:before {
    content: "";
}

.win-icon-ShoppingCartArt64:before {
    content: "";
}

.win-icon-StarArt64:before {
    content: "";
}

.win-icon-HeartArt64:before {
    content: "";
}

.win-icon-TimerArt64:before {
    content: "";
}

.win-icon-GameArt64:before {
    content: "";
}

.win-icon-CalendarArt64:before {
    content: "";
}

.win-icon-BirthdayCakeArt64:before {
    content: "";
}

.win-icon-AirplaneArt64:before {
    content: "";
}

.win-icon-SunArt64:before {
    content: "";
}

.win-icon-FlowerArt64:before {
    content: "";
}

.win-icon-FallingLeafArt64:before {
    content: "";
}

.win-icon-SnowflakesArt64:before {
    content: "";
}

.win-icon-BasketBallArt64:before {
    content: "";
}

.win-icon-ClapperArt64:before {
    content: "";
}

.win-icon-CalculatorArt64:before {
    content: "";
}

.win-icon-MusicNoteArt64:before {
    content: "";
}

.win-icon-HeadphoneArt64:before {
    content: "";
}

.win-icon-CarArt64:before {
    content: "";
}

.win-icon-BookArt64:before {
    content: "";
}

.win-icon-PenWorkspaceMirrored:before {
    content: "";
}

.win-icon-PenPaletteMirrored:before {
    content: "";
}

.win-icon-StrokeEraseMirrored:before {
    content: "";
}

.win-icon-PointEraseMirrored:before {
    content: "";
}

.win-icon-ClearAllInkMirrored:before {
    content: "";
}

.win-icon-WebNoteMirrored:before {
    content: "";
}

.win-icon-BackgroundToggle:before {
    content: "";
}

.win-icon-Marquee:before {
    content: "";
}

.win-icon-XboxControllerArt64:before {
    content: "";
}

.win-icon-PlayerAchievement:before {
    content: "";
}

.win-icon-UnlockedAchievement:before {
    content: "";
}

.win-icon-AchievementLocked:before {
    content: "";
}

.win-icon-TrafficLight:before {
    content: "";
}

.win-icon-MeasureDistance:before {
    content: "";
}

.win-icon-MarketDown:before {
    content: "";
}

.win-icon-MouseReset48:before {
    content: "";
}

.win-icon-Mouse48:before {
    content: "";
}

.win-icon-MouseLeftClick48:before {
    content: "";
}

.win-icon-MouseScroll48:before {
    content: "";
}

.win-icon-PenReset48:before {
    content: "";
}

.win-icon-Pen48:before {
    content: "";
}

.win-icon-PenClick48:before {
    content: "";
}

.win-icon-TouchReset48:before {
    content: "";
}

.win-icon-TouchOrbit48:before {
    content: "";
}

.win-icon-TouchPan48:before {
    content: "";
}

.win-icon-TouchZoom48:before {
    content: "";
}

.win-icon-InteractionHelp:before {
    content: "";
}

.win-icon-CollectionAdd:before {
    content: "";
}

.win-icon-MyCollection:before {
    content: "";
}

.win-icon-BirthdayCake:before {
    content: "";
}

.win-icon-WavesArt64:before {
    content: "";
}

.win-icon-ForkKnifeSpoonArt64:before {
    content: "";
}

.win-icon-TVSetArt64:before {
    content: "";
}

.win-icon-GlobeArt64:before {
    content: "";
}

.win-icon-TrophyArt64:before {
    content: "";
}

.win-icon-PencilArt64:before {
    content: "";
}

.win-icon-MicrophoneArt64:before {
    content: "";
}

.win-icon-PlayButtonArt64:before {
    content: "";
}

.win-icon-PieArt64:before {
    content: "";
}

.win-icon-HealthyFoodArt64:before {
    content: "";
}

.win-icon-FootballArt64:before {
    content: "";
}

.win-icon-SoccerBallArt64:before {
    content: "";
}

.win-icon-GolfBallArt64:before {
    content: "";
}

.win-icon-BaseballArt64:before {
    content: "";
}

.win-icon-TennisBallArt64:before {
    content: "";
}

.win-icon-KernLoose:before {
    content: "";
}

.win-icon-KernTight:before {
    content: "";
}

.win-icon-Speech:before {
    content: "";
}

.win-icon-EditContact:before {
    content: "";
}

.win-icon-PopOut:before {
    content: "";
}

.win-icon-CRMReport:before {
    content: "";
}

.win-icon-Relationship:before {
    content: "";
}

.win-icon-OpenHand:before {
    content: "";
}

.win-icon-ResolveCase:before {
    content: "";
}

.win-icon-ClosedHand:before {
    content: "";
}

.win-icon-ButtonA:before {
    content: "";
}

.win-icon-ButtonB:before {
    content: "";
}

.win-icon-ButtonY:before {
    content: "";
}

.win-icon-ButtonX:before {
    content: "";
}

.win-icon-StatusCircle7:before {
    content: "";
}

.win-icon-StatusCheckmark7:before {
    content: "";
}

.win-icon-StatusErrorCircle7:before {
    content: "";
}

.win-icon-BackMirrored:before {
    content: "";
}

.win-icon-PublishContent:before {
    content: "";
}

.win-icon-Theme:before {
    content: "";
}

.win-icon-ApplicationGuard:before {
    content: "";
}

.win-icon-Remix3D:before {
    content: "";
}

.win-icon-TabCenter:before {
    content: "";
}

.win-icon-TabCenterSolid:before {
    content: "";
}

.win-icon-TabSweep:before {
    content: "";
}

.win-icon-LeftStick:before {
    content: "";
}

.win-icon-RightStick:before {
    content: "";
}

.win-icon-TriggerLeft:before {
    content: "";
}

.win-icon-TriggerRight:before {
    content: "";
}

.win-icon-BumperLeft:before {
    content: "";
}

.win-icon-BumperRight:before {
    content: "";
}

.win-icon-Dpad:before {
    content: "";
}

.win-icon-WalletApp:before {
    content: "";
}

.win-icon-ReadOutLoud:before {
    content: "";
}

.win-icon-ImportToCanvas:before {
    content: "";
}

.win-icon-HolographicApp:before {
    content: "";
}

.win-icon-HMD:before {
    content: "";
}

.win-icon-ControllerSpatial:before {
    content: "";
}

.win-icon-ControllerInertial:before {
    content: "";
}

.win-icon-ResetView:before {
    content: "";
}

.win-icon-MyStuff:before {
    content: "";
}

.win-icon-ReadingListAdd:before {
    content: "";
}

.win-icon-StatusCircleOuter:before {
    content: "";
}

.win-icon-StatusCircleInner:before {
    content: "";
}

.win-icon-StatusTriangleOuter:before {
    content: "";
}

.win-icon-StatusTriangleInner:before {
    content: "";
}

.win-icon-StatusTriangleExclamation:before {
    content: "";
}

.win-icon-StatusCircleExclamation:before {
    content: "";
}

.win-icon-StatusCircleErrorX:before {
    content: "";
}

.win-icon-StatusCircleCheckmark:before {
    content: "";
}

.win-icon-StatusCircleInfo:before {
    content: "";
}

.win-icon-GetHelpAppMirrored:before {
    content: "";
}

.win-icon-KeyboardOrbit48:before {
    content: "";
}

.win-icon-KeyboardPan48:before {
    content: "";
}

.win-icon-KeyboardZoom48:before {
    content: "";
}

.win-icon-KeyboardReset48:before {
    content: "";
}

.win-icon-ObjectSpin:before {
    content: "";
}

.win-icon-Paint3DLogo:before {
    content: "";
}

.win-icon-ScaleVolume:before {
    content: "";
}

.win-icon-HardDriveGroup:before {
    content: "";
}

.win-icon-StatusInfo7:before {
    content: "";
}

.win-icon-Beaker:before {
    content: "";
}

.win-icon-ChatArt80:before {
    content: "";
}

.win-icon-MouseOrbitArt48:before {
    content: "";
}

.win-icon-MousePanArt48:before {
    content: "";
}

.win-icon-MouseZoomArt48:before {
    content: "";
}

.win-icon-MouseResetArt48:before {
    content: "";
}

.win-icon-PenPanArt48:before {
    content: "";
}

.win-icon-ApplicationGuardArt80:before {
    content: "";
}

.win-icon-TextHighlight:before {
    content: "";
}

.win-icon-TextHighlightMirrored:before {
    content: "";
}

.win-icon-TextHighlightKorean:before {
    content: "";
}

.win-icon-Paint3DLogo2:before {
    content: "";
}

.win-icon-Sticker:before {
    content: "";
}

.win-icon-MagicSelect:before {
    content: "";
}

.win-icon-Doodle3D:before {
    content: "";
}

.win-icon-RemixLogo:before {
    content: "";
}

.win-icon-RemixLogoSolid:before {
    content: "";
}

.win-icon-Starburst:before {
    content: "";
}

.win-icon-ReadinessAndCollaborationServices:before {
    content: "";
}

.win-icon-Money:before {
    content: "";
}

.win-icon-HeadlessDevice:before {
    content: "";
}

.win-icon-OpenEnrollment:before {
    content: "";
}

.win-icon-ShopBrand:before {
    content: "";
}
