/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

#Stencil.has-scrolled #UH, #Stencil #UH {
  background: linear-gradient(to left, #7E1FFF 0%, #39007D 100%)!important;
  z-index: 150;
}

@media screen and (min-device-width: 320px) and (max-device-width: 1024px){
  .uhdiv, .uhdiv #UH {
    background: linear-gradient(to left, #7E1FFF 0%, #39007D 100%)!important;
    height: 3.2em;
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: content-box;
  }
  #yucs-btn-nav {
    display:none;
  }
  #Stencil body {
    margin-top:4.3em !important;
  }
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  background: #e1e2e1 none;
  font-family: 'Yahoo Sans', 'Helvetica Neue','HelveticaNeue', Helvetica, Arial, sans-serif;
  position: relative;
}

button,
a.button,
.button > a,
input.button,
input[type='submit'] {
  color: #fff;
  background: #178ffe;
  border: none;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 700; 
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
}

.button.outline {
  background: transparent;
}

.button.outline.blue {
/*  border: 1px solid #188fff;
  color: #188fff;*/ 
  background-color: #009cf4;
  color: #ffffff;
}

.button.outline.dark {
  border: 1px solid #9d9e9e;
  color: #2d353e;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"] {
  border: none;
  background: #fff;
  font-size: 14px;
  padding: 5px 10px;
}

select option:disabled {
  opacity: 1;
  color: #fff;
}

.site-header {
  background-image: linear-gradient(to left, #7E1FFF 0%, #39007D 100%);
  background-repeat: no-repeat;
  background-position: 0 -120px, 0 0;
  background-size: cover;
  padding-bottom: 200px;
  margin-top: -20px;
}

/* @media (min-width: 800px) {
  .site-header {
    border-top: 20px solid #400090;
  }
} */

@media (max-width: 800px) {
  .site-header {
    background-image: linear-gradient(to left, #7E1FFF 0%, #39007D 100%);
    background-position: 0 0;
    margin-bottom: 70px;
    padding-bottom: 130px;
  }
}

.site-header.mini {
  background-image: linear-gradient(to left, #7E1FFF 0%, #39007D 100%);
  background-position: 0 0;
  height: auto;
  padding-bottom: 0;
  overflow: hidden;
  margin-bottom: 0px;
}

.site-header.mini .toolbar {
  padding-bottom: 20px;
}

.site-header > .inner {
  margin: 0 auto;
}

.site-header > .inner .toolbar {
  padding-top: 20px;
  max-width: 1250px;
  width: 96%;
  margin: 0 auto;
}

.site-header > .inner .toolbar::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 800px) {
  .site-header > .inner .toolbar {
    text-align: center;
  }
}

.site-header > .inner .toolbar .logo {
  float: left;
  margin-right: 30px;
}

.site-header > .inner .toolbar .logo img {
  width: 80px;
  height: auto;
}

@media (max-width: 800px) {
  .site-header > .inner .toolbar .logo {
    float: none;
    margin: 0 auto;
  }
}

.site-header > .inner .toolbar .search {
  float: left;
}

.site-header > .inner .toolbar .icons {
  float: right;
  margin-top: 11px;
}

@media (max-width: 800px) {
  .site-header > .inner .toolbar .icons {
    display: none;
  }
}

.site-header > .inner .toolbar .icons ul, .site-header > .inner .toolbar .icons ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header > .inner .toolbar .icons ul li {
  display: block;
  float: left;
  margin: 0 0 0 20px;
}

.site-header > .inner .toolbar .icons ul li.avatar a {
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/account@2x.png") 0 0/cover no-repeat;
}

.site-header > .inner .toolbar .icons ul li.mail a {
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/mail@2x.png") 0 0/cover no-repeat;
  width: 23px;
}

.site-header > .inner .toolbar .icons ul li.settings a {
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/tool@2x.png") 0 0/cover no-repeat;
}

.site-header > .inner .toolbar .icons ul li a {
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  height: 16px;
  width: 16px;
}

.site-header > .inner .search-toggle {
  display: none;
}

@media (max-width: 800px) {
  .site-header > .inner .search-toggle {
    display: block;
    position: absolute;
    z-index: 80;
    right: 15px;
    top: 20px;
  }
  .site-header > .inner .search-toggle img {
    width: 22px;
    height: auto;
  }
}

.site-header > .inner .search {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row no-wrap;
  flex-flow: row no-wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 800px) {
  .site-header > .inner .search {
    width: 100%;
    clear: both;
    max-height: 0;
    overflow: hidden;
    transition: all 160ms ease-in-out;
  }
  .site-header > .inner .search.search-active {
    max-height: 80px;
    padding-top: 10px;
  }
}

.site-header > .inner .search input[type='search'] {
  padding: 8px 10px;
  width: 450px;
  box-sizing: border-box;
  border: 1px solid #d8dad8;
  border-radius: 2px;
  margin-right: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 800px) {
  .site-header > .inner .search input[type='search'] {
    width: 80%;
    margin: 0;
  }
}

.site-header > .inner .search button {
  border: 1px solid transparent;
  padding: 8px 10px;
  float: right;
}

@media (max-width: 800px) {
  .site-header > .inner .search button {
    white-space: nowrap;
  }
}

.site-header > .inner .intro {
  max-width: 1300px;
  width: 96%;
  margin: 0 auto;
  padding: 40px 0 20px;
  text-align: center;
  color: #fff;
}

@media (max-width: 800px) {
  .site-header > .inner .intro {
    padding: 20px 0;
    display: none;
  }
}

.site-header > .inner .intro h1 {
  font-size: 20px;
  margin: 0 0 10px;
}

.site-header > .inner .intro p {
  font-size: 12px;
  margin: 0;
}

.site-header > .inner .alerts, #container .alerts, .site-main > .inner .alerts, #container .alerts {
  padding: 0 13px;
  max-width: 930px;
  margin: 0 auto 0;
  /*margin-top: 25px;*/
}

.site-header > .inner .alerts .msg, #container .alerts .msg, .site-main > .inner .alerts .msg, #container .alerts .msg {
  color: #fff;
  padding: 10px 40px;
  font-size: 16px;
  text-align: center;
  position: relative;
  margin: 10px 0;
}

.site-header > .inner .alerts .message, #container .alerts .message, .site-main > .inner .alerts .message, #container .alerts .message  {
  color: #fff;
  padding: 10px 40px;
  font-size: 16px;
  text-align: center;
  position: relative;
  margin: 10px 0;
}

.site-header > .inner .alerts .msg a, #container .alerts .msg a, .site-main > .inner .alerts .msg a, #container .alerts .msg a {
  color: #fff;
  font-weight:bold;
  text-decoration: underline;
}

.site-header > .inner .alerts .message a, #container .alerts .message a, .site-main > .inner .alerts .message a, #container .alerts .message a {
  color: #fff;
  font-weight:bold;
  text-decoration: underline;
}

.site-header > .inner .alerts .msg .close, #container .alerts .msg .close, .site-main > .inner .alerts .msg .close, #container .alerts .msg .close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.site-header > .inner .alerts .msg .close img, #container .alerts .msg .close img, .site-main > .inner .alerts .msg .close img, #container .alerts .msg .close img {
  height: 12px;
  width: auto;
}

.site-header > .inner .alerts .msg.success, #container .alerts .msg.success, .site-main > .inner .alerts .msg.success, #container .alerts .msg.success {
  background: #00c1a5;
  background-image: url("https://s.yimg.com/pj/sh/20180611812/img/alert2@2x.png"), linear-gradient(to right, #00C17F, #12BBB6);
  background-position: 12px, 0px;
  background-size: 16px, cover;
  background-repeat: no-repeat;
}

.site-header > .inner .alerts .msg.error, #container .alerts .msg.error, .site-main > .inner .alerts .msg.error, #container .alerts .msg.error {
  background: #ff520d;
  background-image: url("https://s.yimg.com/pj/sh/20180611812/img/alert1@2x.png"), linear-gradient(to right, #ff7129, #ff8b13);
  background-position: 12px, 0px;
  background-size: 16px, cover;
  background-repeat: no-repeat;
}

.site-header > .inner .alerts .message.notify, #container .alerts .message.notify, .site-main > .inner .alerts .message.notify, #container .alerts .message.notify {
  background: #ff520d;
  background-image: url("https://s.yimg.com/pj/sh/20180611812/img/alert2@2x.png"), linear-gradient(to right, #ff7129, #ff8b13);
  background-position: 12px, 0px;
  background-size: 16px, cover;
  background-repeat: no-repeat;
}

.site-header > .inner .alerts .msg.hidden, #container .alerts .msg.hidden, .site-main > .inner .alerts .msg.hidden, #container .alerts .msg.hidden {
  display: none;
}

@media (max-width: 800px) {
  .site-header > .inner .alerts .msg, #container .alerts .msg, .site-main > .inner .alerts .msg, #container .alerts .msg {
    /*width: 99%;*/
    margin: 10px 0;
  }
}

.site-header > .inner .subnav {
  background: #fff;
}

.site-header > .inner .subnav ul {
  padding: 10px;
  max-width: 1270px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}

.site-header > .inner .subnav ul li {
  display: inline-block;
}

.site-header > .inner .subnav ul li a {
  display: block;
  font-size: 16px;
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/LeftArrow@2x-dark.png") left 10px center/16px 12px no-repeat;
  padding-left: 35px;
}

.site-header > .inner .subnav ul li.social {
  float: right;
  margin-top: 5px;
}

.site-header > .inner .subnav ul li.social a {
  padding: 0 0 0 30px;
  background: transparent;
  color: #178ffe;
  font-weight: 600;
  margin-top: 4px;
}

@media (max-width: 800px) {
  .site-header > .inner .subnav ul li.social a {
    padding: 0 0 0 10px;
  }
  .site-header > .inner .subnav ul li.social a img {
    max-height: 20px;
  }
}

.site-header > .inner .subnav ul li.social img {
  max-height: 24px;
  margin-top: -3px;
}

.site-main {
  max-width: 1300px;
  margin: -180px auto 0;
}

.site-main .page {
  background: #f8f8f8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 2px 0 #a4a1a8;
  width: 96%;
  padding: 4px 25px;
  margin: 0 auto;
  max-width: 1300px;
  padding-bottom: 25px;
}

.site-main .page::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 800px) {
  .site-main .page {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}

.site-main .page .inner {
  background: #fff;
  border: 1px solid #979ba7;
  border-radius: 10px;
  overflow: visible;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row no-wrap;
  flex-flow: row no-wrap;
}

.site-main .page .inner::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 800px) {
  .site-main .page .inner {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    border-radius: 0;
    border-radius: 5px;
    /*border-top: 0;*/
  }
}

.site-main .page .sidebar {
  display: block;
  border-right: 1px solid #979ba7;
  width: 340px;
}

@media (max-width: 800px) {
  .site-main .page .sidebar {
    border: none;
    width: 100%;
  }
}

.site-main .page .sidebar .inner {
  border: none;
  padding: 20px;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  overflow:visible; /* CESELFHELP-3159 */
}

/*
.site-main .page .sidebar .inner > div + div {
  margin-top: 40px;
}
*/
/*
.contact {
  margin-top: 40px;
}
*/

.site-main .page .sidebar ul, .site-main .page .sidebar ul li {
  /* display: inline; */ /* disabling from default style... this style conflicts with selectBoxIt */
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0;

}

.site-main .page .sidebar .category select {
  display: block;
  border: 1px solid #979ba7;
  width: 100%;
  padding: 15px 40px 15px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("https://s.yimg.com/pj/sh/20180611812/img/chevron2@2x-color.png") right 15px center/22px 12px no-repeat;
  white-space:pre-wrap;
}

.related {
  border: 1px solid #979ba7;
  padding: 3px 15px 0;
  border-radius: 5px;
  margin-bottom: 40px;
  background: #fff;
}

.related ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.related li {
  display: block;
}

.related li a {
  text-decoration: none;
  color: #188fff;
  display: block;
  padding: 4px 0 5px;
  font-size: 16px;
}

.site-main .page .sidebar .links a {
  display: block;
  color: #2d353e;
  padding: 10px 0;
  text-decoration: none;
  font-size: 12px;
}

.site-main .page .sidebar .topics h2 {
  font-size: 20px;
  margin-top: 40px;
}

.site-main .page .sidebar .topics form {
  display: none;
}

.site-main .page .sidebar .topics ul {
  position: relative;
  left: -20px;
  width: 100%;
}

.site-main .page .sidebar .topics ul li {
  display: block;
  padding-left: 20px;
  border-bottom: 1px solid #d8dad8;
  /* width: calc(100% + 19px); */ /* disabling from default style... this style conflicts with selectBoxIt */
}

.site-main .page .sidebar .topics ul li.active a {
  font-weight: bold;
  color: #188fff;
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/bluechevron4@2x.png") right center/10px 16px no-repeat;
}

.site-main .page .sidebar .topics ul li a {
  display: block;
  font-size: 13px;
  padding: 15px 0;
  color: #000;
  text-decoration: none;
}

.site-main .page .sidebar .topics ul li:first-child {
  border-top: 1px solid #d8dad8;
}

@media (max-width: 800px) {
  .site-main .page .sidebar .topics h2 {
    display: none;
  }
  .site-main .page .sidebar .topics ul {
    display: none;
  }
  .site-main .page .sidebar .topics form {
    display: block;
    margin-top: 10px;
  }
  .site-main .page .sidebar .topics form select {
    border: 0;
    padding: 5px 0 5px 15px;
    border: 1px solid #979ba7;
    border-radius: 5px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: #fff url("https://s.yimg.com/pj/sh/20180611812/img/chevron1@2x-color.png") right 20px center/12px auto no-repeat;*/
    font-weight: 500;
    color: #000000;
  }

  .mobile-topics-wrapper::after {
    content: "▾";
    color: #969ba6;
    font-size: 24px;
    position: absolute;
    right: 41px;
    margin-top: 0px;
  }

}

/*.site-main .page .sidebar .contact {
  padding: 15px;
  border: 1px solid #d8dad8;
  border-radius: 5px;
}*/

@media (max-width: 800px) {
  .site-main .page .sidebar .contact {
    display: none;
  }
}

.site-main .page .sidebar .contact .button {
  display: block;
  font-size: 14px;
  padding: 7px;
}

.site-main .page .sidebar .contact .button + .button {
  margin-top: 5px;
}

.site-main .page .sidebar .social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column no-wrap;
  flex-flow: column no-wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
  margin-top: 20px;
}

.site-main .page .sidebar .social li {
  display: inline-block;
}

.site-main .page .sidebar .social li img {
  max-width: 28px;
}

.site-main .page .sidebar.mobile {
  display: none;
}

@media (max-width: 800px) {
  .site-main .page .sidebar.mobile {
    display: block;
    padding: 0 20px 20px;
  }
  .site-main .page .sidebar.mobile .contact {
    display: block;
  }
}

.site-main .page .content + .sidebar {
  border: none;
}

.site-main .page .content {
  width: 100%;
  position: relative;
}

.site-main .page .content .actions {
  float: right;
  margin: -1px -1px 0 0;
}

.site-main .page .content .actions ul {
  overflow: hidden;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.site-main .page .content .actions ul, .site-main .page .content .actions ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-main .page .content .actions ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-main .page .content .actions ul li a {
  background: #e1e2e1;
  display: block;
  height: 100%;
  padding: 20px;
  border: 1px solid #979ba7;
  border-right: none;
  color: #26282a;
  text-decoration: none;
  font-size: 14px;
}

.site-main .page .content .actions ul li.mail a:before {
  content: " ";
  width: 22px;
  height: 16px;
  display: block;
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/mail_fill@2x-dark.png") 0 0/22px 16px no-repeat;
  margin: 0 auto 5px;
}

.site-main .page .content .actions ul li.fix a:before {
  content: " ";
  width: 16px;
  height: 16px;
  display: block;
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/Tool@2x-dark.png") 0 0/16px 16px no-repeat;
  margin: 0 auto 5px;
}

.site-main .page .content .actions ul li.pop a {
  background: #ff8b12 linear-gradient(to left, #ff7129, #ff8b13);
  color: #fff;
}

.site-main .page .content .actions ul li.pop a span:first-child {
  font-size: 11px;
  display: inline-block;
  max-width: 120px;
  vertical-align: baseline;
  line-height: 1.5;
}

.site-main .page .content .actions ul li.pop a span:last-child {
  font-size: 14px;
  display: inline-block;
}

.site-main .page .content .actions ul li.pop a span:last-child:before {
  content: " ";
  width: 16px;
  height: 16px;
  display: block;
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/account@2x.png") 0 0/cover no-repeat;
  margin: 0 auto 5px;
}

@media (max-width: 800px) {
  .site-main .page .content .actions ul {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px;
  }
  .site-main .page .content .actions ul li {
    display: inline-block;
    margin: 0 0 10px 10px;
  }
  .site-main .page .content .actions ul li a {
    font-size: 12px;
    padding: 5px 10px;
    padding: 10px 20px;
    border: 1px solid #979ba7;
  }
  .site-main .page .content .actions ul li a:before {
    display: none !important;
  }
  .site-main .page .content .actions ul li a span:before {
    display: none !important;
  }
  .site-main .page .content .actions ul li a span:first-child {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .site-main .page .content .actions + .pagination {
    display: none;
  }
}

.site-main .page .content .articles {
  clear: both; /*Removing, may break something.*/
  margin-top: 20px;
}

.site-main .page .content .articles.no-results {
  padding: 20px;
}

.site-main .page .content .articles.no-results h1 {
  color: #9013fe;
  font-weight: 200;
  font-size: 42px;
}

.site-main .page .content .articles article a {
  text-decoration: none;
  color: #2d353e;
  display: block;
  padding: 20px 40px 20px 80px;
  position: relative;
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/chevron4@2x.png") right 20px center/8px 14px no-repeat;
}

@media (max-width: 800px) {
  .site-main .page .content .articles article a {
    padding: 20px 40px 20px 50px;
  }
}

.site-main .page .content .articles article a:before {
  content: " ";
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  position: absolute;
  background: transparent url("https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/document.svg") 0 0/cover no-repeat;
  background-size: 20px;
  width: 27px;
  height: 29px;
}

@media (max-width: 800px) {
  .site-main .page .content .articles article a:before {
    left: 10px;
  }
}

.site-main .page .content .articles article a h1 {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}

.site-main .page .content .articles article a p {
  padding: 0;
  font-size: 11px;
}

.site-main .page .content .articles article.starred a:before {
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/star_fill@2x.png") center center/cover no-repeat;
  height: 25px;
  opacity: 1;
}

.site-main .page .content .faq {
  padding: 20px;
  clear: both;
}

.site-main .page .content .faq .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 650px;
}

.row{
  display: flex;
  width: 100%;
}

@media (max-width: 800px) {
  .site-main .page .content .faq .grid {
    padding-top: 0;
    max-height: none;
  }
}

.site-main .page .content .faq article {
  border: 1px solid #ff8b12;
  border-radius: 3px;
  margin: 10px;
  width: calc(33.33% - 20px);
  padding: 15px;
}

article.filler {
  border-color: rgba(255, 255, 255, 0.0) !important;
}

@media (max-width: 875px) {
  .site-main .page .content .faq .grid {
    max-height: 900px;
  }
  .site-main .page .content .faq article {
    width: calc(100% - 20px);
    margin: 0 0 10px 10px;
  }
  .row {
    display: inline-block;
  }
}

@media (max-width: 800px) {
  .site-main .page .content .faq article {
    width: 100%;
    margin: 0 0 10px;
  }
  .row {
    width: 100%;
    display: block;
  }
  article.filler {
    display: none;
  }
}

.site-main .page .content .faq a:first-child {
  display:block;
  margin-bottom: 20px;
  text-decoration: none;
}

.site-main .page .content .faq article .num {
  font-size: 36px;
  padding: 0 0 10px;
}

.site-main .page .content .faq article a {
  text-decoration: none;
  color: #000;
}

.site-main .page .content .faq article h1 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}

.site-main .page .content .faq article.full {
  width: calc(100% - 20px);
}

@media (max-width: 800px) {
  .site-main .page .content .faq article.full {
    width: 100%;
    margin-top: 0;
  }
}

.site-main .page .content .faq article.full h1, .site-main .page .content .faq article.full .num {
  display: inline-block;
  vertical-align: middle;
}

.site-main .page .content .faq article.full .num {
  padding: 0 10px 0 0;
}

@media (max-width: 800px) {
  .site-main .page .content .faq article.full h1, .site-main .page .content .faq article.full .num {
    display: block;
  }
}

/* Begin premium_phone_support */
.site-main .page .content .faq-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.faq-grid-row {
  display: flex;
  width: 100%;
}
.faq-grid-child {
  border: 1px solid #979ba7;
  border-radius: 3px;
  margin: 10px;
  width: calc(33.33% - 20px);
  padding: 15px;
}
.faq-grid-child:first-child {
  flex-grow: 2;
}
@media (max-width: 875px) {
  .faq-grid-row {
    flex-direction: column;
  }
  .site-main .page .content .faq-grid-child {
    width: calc(100% - 20px);
    margin: 0 0 10px 10px;
  }
  .faq-grid-child:first-child {
    order: 1;
  }
   div #phone-support-bar {
    font-size: 18px;
  }

  div #phone-support-bar .liveagent a{
    background-position: 10px 7px;
    background-size: 33px 33px;
    padding: 0px 20px 0px 50px;
  }
}
@media (max-width: 800px) {
  .site-main .page .content .faq-grid-child {
    width: 100%;
    margin: 0 0 10px;
  }
}
.site-main .page .content .faq-grid article.partial {
  /*override default grid article style*/
  width: auto;
  margin: 0;
  border: none;
  padding: 0;
}
@media (max-width: 800px) {
  .site-main .page .content .faq article.partial {
    margin-top: 0;
  }
}
.site-main .page .content .faq article.partial h1,
.site-main .page .content .faq article.partial .num {
  display: inline-block;
  vertical-align: middle;
}
.site-main .page .content .faq article.partial .num {
  padding: 0 10px 0 0;
}
@media (max-width: 800px) {
  .site-main .page .content .faq article.partial h1, 
  .site-main .page .content .faq article.partial .num {
    display: block;
  }
}
#phone-support-bar {
  background: #ccc;
  background-image: linear-gradient(to right, #A1397A 0%, #7A1DF8 100%);
  font-size: 14px;
  padding: 20px 0 10px 10px;
  font-weight: bold;
  border-radius: 7px;
}
#phone-support-bar .liveagent a{
  color: #fff;
  background-image: url("https://s.yimg.com/pj/sh/2022031437/img/phone.svg");
  padding: 0px 20px 0px 40px;
  background-repeat: no-repeat;
  display:block;
  background-position: 10px 7px;
  text-decoration: none;
}
#phone-support-bar-mobile {
  background: #ccc;
  background-image: linear-gradient(to right, #A1397A 0%, #7A1DF8 100%);
  font-size: 18px;
  padding: 20px 0 20px 10px;
  font-weight: bold;
  border-radius: 7px;
  margin-bottom: 20px;
}
#phone-support-bar-mobile .liveagent a{
  color: #fff;
  background-image: url("https://s.yimg.com/pj/sh/2022031437/img/phone.svg");
  padding: 0px 20px 0px 40px;
  background-repeat: no-repeat;
  display:block;
  background-position: 10px 7px;
  text-decoration: none;
}

@media (max-width: 800px) {
  div #phone-support-bar {
    display:none;
  }
}
@media (min-width: 800px) {
  div #phone-support-bar-mobile {
    display:none;
  }
}
/* End premium_phone_support */

.site-main .page .content .options ul, .site-main .page .content .options ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-main .page .content .options ul li {
  display: block;
  padding: 10px 20px;
}

.site-main .page .content .solutions {
  text-align: center;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row no-wrap;
  flex-flow: row no-wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #d8dad8;
  padding: 50px 0;
}

@media (max-width: 800px) {
  .site-main .page .content .solutions {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 20px 0;
  }
}

.site-main .page .content .solutions .solution {
  border-radius: 5px;
  margin: 0 40px;
  width: 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row no-wrap;
  flex-flow: row no-wrap;
  background: #979ba7;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}

.site-main .page .content .solutions .solution:nth-child(odd) {
  margin-right: 20px;
}

.site-main .page .content .solutions .solution:nth-child(even) {
  margin-left: 20px;
}

@media (max-width: 800px) {
  .site-main .page .content .solutions .solution {
    width: 90%;
  }
  .site-main .page .content .solutions .solution:nth-child(odd), .site-main .page .content .solutions .solution:nth-child(even) {
    margin: 0 auto 20px;
  }
}

.site-main .page .content .solutions .solution:last-child {
  margin-bottom: 0 !important;
}

.site-main .page .content .solutions .solution .image {
  width: 50%;
}

@media (max-width: 800px) {
  .site-main .page .content .solutions .solution .image {
    display: none;
  }
}

.site-main .page .content .solutions .solution .image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.site-main .page .content .solutions .solution .text {
  width: 50%;
  padding: 50px 20px;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
}

@media (max-width: 800px) {
  .site-main .page .content .solutions .solution .text {
    width: 100%;
  }
}

.site-main .page .content .solutions .solution .text h2 {
  font-size: 18px;
  padding: 0;
  margin: 0 0 10px;
  text-align: left;
}

.site-main .page .content .solutions .solution .text h2:first-child:last-child {
  text-align: center;
  margin: 0;
}

.site-main .page .content .solutions .solution .text a {
  color: #fff;
}

.site-main .page .content .solutions .solution .text ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.site-main .page .content .solutions .solution .text ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.site-main .page .content .solutions .solution .text ul li a {
  display: block;
  padding: 10px 0;
  font-size: 11px;
  color: #fff;
}

@media (max-width: 800px) {
  .site-main .page.has-sidebar .inner {
    padding-top: 10px;
  }
  .site-main .page.has-sidebar .inner > div + div {
    margin-top: 0;
  }
  .site-main .page.has-sidebar .inner ul.social {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.site-header.mini + .site-main {
  margin-top: 40px;
}

.site-navigation {
  background: #fff;
  margin: 0 auto 3px;
  position: relative;
  z-index: 95;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 96%;
  max-width: 1300px;
  border-bottom: 2px solid #366cb2;
}

.site-navigation ul {
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 83px;
}

.site-navigation ul, .site-navigation ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 800px) {
  .site-navigation ul {
    display: none !important;
  }
}

.site-navigation ul li {
  display: block;
  /*border-left: 1px solid #e1e2e1;*/
  /*padding-bottom: 3px;*/
  width: 12%;
  margin-bottom: -21px;
  margin-top: 3px;
}

.site-navigation ul li.active a {
  font-weight: bold;
  color: #ff8b12;
  border-bottom: 4px solid #ff8b12;
}

.site-navigation ul li.more {
  max-width: 90px;
}

.site-navigation ul li.more a {
  padding: 4px 0 15px;
  font-size: 14px;
  /*background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/chevron5@2x.png") right top 65%/16px 10px no-repeat;*/
}

/*.site-navigation ul li.more::after {
  content: "▾";
  color: #000000;
  font-size: 20px;
  position: relative;
  top: -23px;
}*/

.site-navigation #pvpopup ul li a {
  font-size: 14px;
}

.site-navigation ul li.more.active > a {
  /*background-image: url("https://s.yimg.com/pj/sh/20180611812/img/chevron-orange-up.png");*/
}

.site-navigation ul li.more.active::after {
  color: #188ffe;
}

.site-navigation ul li a {
  display: block;
  padding: 30px 0 15px;
  font-size: 18px;
  text-decoration: none;
  color: #730af7;
  border-bottom: 4px solid transparent;
  transition: all 140ms ease;
}

.site-navigation .site-navigation-more {
  padding: 0;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  z-index: 99;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  text-align: left;
  transition: max-height 160ms ease-in-out;
}

.site-navigation .site-navigation-more h3 {
  margin: 0 15px;
}

.site-navigation .site-navigation-more ul {
  /*
			display:flex;
			flex-flow:row wrap;
			justify-content:flex-start;
			align-items:flex-start;
			*/
  display: block !important;
  -moz-columns: 5;
  columns: 5;
  padding: 15px;
  margin: 0;
  text-align: left;
}

@media screen and (min-device-width: 320px) and (max-device-width: 1024px){
  .site-navigation .site-navigation-more {
    overflow: auto;
  }
  .site-navigation .site-navigation-more ul {
    columns: 2;
  }
}

.site-navigation .site-navigation-more ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  page-break-inside: avoid;
  break-inside: avoid;
}

.site-navigation .site-navigation-more ul li a {
  display: block;
  padding: 5px;
  border: none;
  background: transparent;
  color: #26282a;
  font-weight: normal;
}

.site-navigation .site-navigation-more .section:first-child {
  padding-top: 15px;
}

.site-navigation .site-navigation-more .section:last-child {
  padding-bottom: 5px;
}

.site-navigation.more-active .site-navigation-more {
  max-height: 400px;
}

.site-navigation .mobile-nav {
  display: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.site-navigation .mobile-nav select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #fff; /*url("https://s.yimg.com/pj/sh/20180611812/img/chevron5@2x.png") right 15px center/14px auto no-repeat;*/
  border: none;
  text-align: left;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 15px;
}

.site-navigation .mobile-nav::after {
  content: "▾";
  color: #000000;
  font-size: 25px;
  position: absolute;
  right: 13px;
  margin-top: 5px;
}

.site-navigation .mobile-nav select option,
.site-navigation .mobile-nav select optgroup {
  text-align: left;
}

.site-navigation .mobile-nav select optgroup[label] {
  margin: 20px 0;
  font-size: 14px;
}

.site-navigation .mobile-nav select option {
  padding: 5px 10px 10px 20px;
  font-size: 13px;
}

.site-navigation .mobile-nav select option:disabled {
  opacity: 1;
  font-weight: bold;
  color: #9013fe;
  padding-left: 10px;
}

@media (max-width: 800px) {
  .site-navigation .mobile-nav {
    display: block;
  }
}

body.more-nav:after {
  content: " ";
  position: absolute;
  z-index: 90;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pagination {
  float: right;
  clear: both;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

/*@media (max-width: 800px) {
.pagination {
  margin-bottom: 20px;
}}
*/

.pagination ul, .pagination ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a {
  color: #188ffe;
  text-decoration: none;
  display: inline-block;
  padding: 3px;
  margin: 2px 2px 0;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.pagination ul li.active a {
  border-color: #188ffe;
}

.pagination ul li.prev {
  margin-right: 15px;
}

.pagination ul li.next {
  margin-left: 15px;
}

.site-footer {
  text-align: center;
  padding: 30px 0;
}

.site-footer > .inner {
  max-width: 1300px;
  margin: 0 auto;
}

.site-footer > .inner .site-navigation-footer ul, .site-footer > .inner .site-navigation-footer ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer > .inner .site-navigation-footer ul li {
  display: inline-block;
  padding: 0 15px;
  font-size: 12px;
}

.site-footer > .inner .site-navigation-footer ul li:not(.pop) a {
  color: gray;
  text-decoration: none;
}

.site-footer > .inner .site-navigation-footer ul li a {
  color: gray;
  text-decoration: none;
}

.site-footer > .inner .site-navigation-footer ul li a:hover {
  color: #188fff;
}

.modal {
  position: fixed;
  z-index: 151; /* changing from mayday value of 100 to display over UH */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal > .inner {
  position: absolute;
  /* z-index: 95; */
  background: #fff;
  width: 90%;
  margin: 5%;
  padding: 25px;
  border-radius: 5px;
}

.modal > .inner .close {
  position: fixed;
  right: 120px;
  top: 120px;
}

@media (max-width: 800px) {
  .modal > .inner .close {
    right: 50px;
    top: 50px;
  }
}

.modal > .inner .close img {
  height: auto;
  width: 20px;
}

.modal.region > .inner h2 {
  margin: 0 30px 30px 0;
}

.modal.region > .inner ul {
  display: block;
  margin: 0;
  padding: 0;
  -moz-columns: 5;
  columns: 5;
}

@media (max-width: 800px) {
  .modal > .inner ul {
    -moz-columns: unset;
    columns: unset;
    overflow: auto;
  }

  .modal.region > .inner ul {
    -moz-columns: unset;
    columns: unset;
    height: 60vh;
    overflow: auto;
    -moz-columns: 1;
    columns: 1;
  }

}

.modal.region > .inner ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.modal.region > .inner ul li a {
  display: block;
  padding: 10px 0;
  color: #2d353e;
  font-size: 14px;
  text-decoration: none;
}

.modal > .inner ul li a:hover {
  color: #188fff;
}

body .modal {
  display: none !important;
}

body.article-modal {
  /*
	position:fixed !important;
	overflow:hidden !important;
	height:100vh !important;
	-webkit-overflow-scrolling:touch !important;
	*/
}

body.article-modal .modal.article {
  display: block !important;
}

@media (max-width: 800px) {
  body.article-modal .modal.article .inner {
    height: auto;
    min-height: 100vh;
  }
}

body.region-modal {
  position: fixed !important;
  overflow: hidden !important;
  height: 100vh !important;
}

body.region-modal .modal.region {
  display: block !important;
}

@media (max-width: 800px) {
  body.region-modal .modal.article > .inner {
    width: 100vw;
    height: calc(100vh - 130px);
    overflow: auto;
    margin-top: 130px;
  }
  body.region-modal .modal.article > .inner .close {
    right: 50%;
    top: 20px;
    transform: translateX(50%);
  }
}

body.article-modal {
  overflow: hidden;
}

body.article-modal .site-header {
  width: 100vw;
}

@media (max-width: 800px) {
  body.article-modal {
    position: fixed !important;
    overflow: hidden !important;
    height: 100vh !important;
  }
  body.article-modal .modal.article > .inner {
    position: relative;
    width: 100vw;
    height: calc(100vh - 130px);
    margin-top: 120px;
  }
  body.article-modal .modal.article > .inner .close {
    right: 50%;
    top: 30px;
    transform: translateX(50%);
  }
  body.article-modal .modal.article > .inner .content {
    overflow: auto;
    height: calc(100vh - 180px);
  }
}

@media only screen and (max-width: 800px) and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  body.article-modal .modal.article > .inner .content {
    height: calc(100vh - 240px);
  }
}

@media only screen and (max-width: 800px) and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  body.article-modal .modal.article > .inner .content {
    height: calc(100vh - 200px);
  }
}

body.page-article div.page {
  background: transparent;
  border: 0;
  padding: 0;
}

body.page-article div.page > .inner {
  border: 0;
  padding: 25px;
}

body.page-article div.page > .inner .content {
  padding: 0 5%;
}

body.page-article div.page > .inner .content h1 {
  color: #9013fe;
  font-weight: 200;
  font-size: 42px;
}

body.page-article div.page > .inner .content p, body.page-article div.page > .inner .content li {
  font-size: 13px;
  line-height: 1.5;
}

body.page-article div.page > .inner .content ol {
  counter-reset: ol;
  margin: 0;
  padding: 0;
}

body.page-article div.page > .inner .content ol li {
  margin: 20px 0;
  position: relative;
}

body.page-article div.page > .inner .content ol>li {
  display: block;
  padding: 0 30px;
  list-style: outside none none;
}

body.page-article div.page > .inner .content ol>li:before
{
  position: absolute;
    left:	0 !important;
  counter-increment: ol;
  content: counter(ol);
  display: inline-block;
  padding: 5px 8px;
  margin-right: 20px;
  line-height: 1;
  background: #ff8b12;
  color: #fff;
  border-radius: 50%;
}

body.page-article div.page > .inner .content ol[type="A"]{
  counter-reset: ol;
  margin: 0;
  padding: 0;
}

body.page-article div.page > .inner .content ol[type="A"] li:before {
  counter-increment: ol;
  content: counter(ol, upper-alpha);
  display: inline-block;
  padding: 5px 8px;
  margin-right: 20px;
  line-height: 1;
  background: #ff8b12;
  color: #fff;
  border-radius: 50%;
}

.feedback {
  margin: 20px 0;
}

.feedback form > div {
  display: none;
  font-size: 13px;
  line-height: 1.4;
}

.feedback form > div:first-child {
  display: block;
}

.feedback form > div .other-comment {
  display: none;
}

.feedback form > div.q1 p {
  display: inline-block;
  margin-right: 10px;
}

.feedback form > div.q2 label {
  display: inline-block;
  padding: 5px;
}

.feedback form > div.q2 textarea {
  display: block;
  width: 100%;
  max-width: 260px;
  padding: 5px;
  border: 1px solid #d8dad8;
}

.feedback form > div.q2 .submit {
  margin-top: 10px;
}

.feedback form > div.thanks p {
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/checkmark@2x.png") left center/16px auto no-repeat;
  padding-left: 25px;
}

.feedback.q2 form > div {
  display: none !important;
}

.feedback.q2 form > div.q2 {
  display: block !important;
}

.feedback.other form > div {
  display: none !important;
}

.feedback.other form > div.q2,
.feedback.other form div.other-comment {
  display: block !important;
}

.feedback.thanks form > div {
  display: none !important;
}

.feedback.thanks form > div.thanks {
  display: block !important;
}

.modal.article {
  /* position: absolute; */
  height: 100%;
  min-height: 100vh;
}

.modal.article .inner {
  margin: 0;
  height: 100vh;
  overflow: auto;
  width: 75vw;
  border-radius: 0;
}

@media (max-width: 800px) {
  .modal.article .inner {
    overflow: visible;
  }
}

.modal.article .close {
  position: fixed;
  z-index: 99;
  right: 8vw;
}

.modal.article .close img {
  width: 60px;
}

.modal.article .content {
  padding: 0 5%;
}

.modal.article .content h1 {
  color: #9013fe;
  font-weight: 200;
  font-size: 42px;
}

.modal.article .content p, .modal.article .content li {
  font-size: 13px;
  line-height: 1.5;
}

.modal.article .content ol {
  counter-reset: ol;
  margin: 0;
  padding: 0;
}

.modal.article .content ol li {
  display: block;
  margin: 20px 0;
  padding: 0;
}

.modal.article .content ol li:before {
  counter-increment: ol;
  content: counter(ol);
  display: inline-block;
  padding: 5px 8px;
  margin-right: 20px;
  line-height: 1;
  background: #ff8b12;
  color: #fff;
  border-radius: 50%;
}

body.page-search .site-main .page .filtering {
  background: #39007D;
  color: #fff;
  width: calc(100% + 50px);
  margin: -25px 0 0 -25px;
  padding: 20px 50px 19px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

@media (max-width: 800px) {
  body.page-search .site-main .page .filtering {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin: 0 auto;
  }
}

body.page-search .site-main .page .filtering > div {
  display: inline-block;
  font-size: 13px;
}

#chooseaprod img {
  width: 26px;
  height: 10px;
  padding-left: 4px;
  display: none;
}

body.page-search .site-main .page .filtering #chooseaproddiv {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  border: 0;
  padding: 0 20px 0 0;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

body.page-search .site-main .page .filtering #chooseaproddiv a {
  color: #fff;
  font-weight: normal;
  /*background: transparent url("https://s.yimg.com/zz/combo?pj/sh/20180611812/img/chevron1@2x-color.png") right center/16px 10px no-repeat;*/
  display: inline-block;
}

#chooseaproddiv a::after {
  content: "▾";
  color: #ffffff;
  position: absolute;
  font-size: 18px;
  margin-left: 2px;
  margin-top: -2px;
}

body.page-search .site-main .page .filtering + .content {
  padding: 25px 60px;
}

@media (max-width: 800px) {
  body.page-search .site-main .page .filtering + .content {
    padding: 25px 0;
    background: #fff;
  }
}

body.page-support .site-main .page {
  padding: 0;
}

body.page-support .site-main .page .login {
  background: #a170de url("https://s.yimg.com/pj/sh/20180611812/img/bg-circle.png") -50px center/cover no-repeat;
  padding: 40px 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row no-wrap;
  flex-flow: row no-wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (max-width: 800px) {
  body.page-support .site-main .page .login {
    background-position: right center;
  }
}

@media (max-width: 800px) {
  body.page-support .site-main .page .login {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}

body.page-support .site-main .page .login .form {
  width: 40%;
}

@media (max-width: 800px) {
  body.page-support .site-main .page .login .form {
    width: 100%;
  }
}

body.page-support .site-main .page .login .form form {
  width: 80%;
  background: #2d353e;
  padding: 20px;
  margin: 0 auto;
  color: #fff;
}

@media (max-width: 800px) {
  body.page-support .site-main .page .login .form form {
    width: 90%;
  }
}

body.page-support .site-main .page .login .form form > div {
  display: block;
  position: relative;
  padding: 5px 0;
}

body.page-support .site-main .page .login .form form > div .clear {
  position: absolute;
  height: auto;
  width: 14px;
  right: 10px;
  bottom: 15px;
}

body.page-support .site-main .page .login .form form > div label {
  display: block;
  padding: 0 3px;
  font-size: 11px;
  color: #979ba7;
}

body.page-support .site-main .page .login .form form > div input, body.page-support .site-main .page .login .form form > div select {
  width: 100%;
  background: #2d353e;
  border: none;
  border-bottom: 1px solid #188fff;
  padding: 3px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

body.page-support .site-main .page .login .form form > div input::-webkit-input-placeholder, body.page-support .site-main .page .login .form form > div select::-webkit-input-placeholder {
  opacity: 1;
}

body.page-support .site-main .page .login .form form > div input::-moz-placeholder, body.page-support .site-main .page .login .form form > div select::-moz-placeholder {
  opacity: 1;
}

body.page-support .site-main .page .login .form form > div input:-ms-input-placeholder, body.page-support .site-main .page .login .form form > div select:-ms-input-placeholder {
  opacity: 1;
}

body.page-support .site-main .page .login .form form > div input::placeholder, body.page-support .site-main .page .login .form form > div select::placeholder {
  opacity: 1;
}

body.page-support .site-main .page .login .form form > div input:focus, body.page-support .site-main .page .login .form form > div select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #188fff;
}

body.page-support .site-main .page .login .form form > div select {
  padding-right: 23px;
  background: #2d353e url("https://s.yimg.com/pj/sh/20180611812/img/chevron2@2x.png") right 10px center/14px 8px no-repeat;
}

body.page-support .site-main .page .login .form form > div select option {
  margin: 0;
  padding: 0;
}

body.page-support .site-main .page .login .form button {
  display: block;
  width: 100%;
  margin-top: 15px;
  background: #188fff;
}

body.page-support .site-main .page .login .text {
  text-align: right;
  color: #fff;
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 5%;
}

@media (max-width: 800px) {
  body.page-support .site-main .page .login .text {
    width: 100%;
  }
}

body.page-support .site-main .page .login .text h2 {
  max-width: 300px;
  margin-bottom: 0;
}

body.page-support .site-main .page .login .text p {
  font-size: 11px;
  max-width: 180px;
}

@media (max-width: 800px) {
  body.page-support .site-main .page .login .text p {
    display: none;
  }
}

body.page-support .site-main .page.not-hvc .login,
body.page-support .site-main .page.hvc .login {
  background: #2d353e;
  padding: 20px 0;
}

body.page-support .site-main .page.not-hvc .content .solutions,
body.page-support .site-main .page.hvc .content .solutions {
  background: #36e0c1;
}

body.page-support .site-main .page.not-hvc .content .solutions .solution,
body.page-support .site-main .page.hvc .content .solutions .solution {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  background: #1ec5a6;
  width: 25%;
  margin: 0 20px;
}

@media (max-width: 800px) {
  body.page-support .site-main .page.not-hvc .content .solutions .solution,
  body.page-support .site-main .page.hvc .content .solutions .solution {
    width: calc(100% - 40px);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  body.page-support .site-main .page.not-hvc .content .solutions .solution .image,
  body.page-support .site-main .page.hvc .content .solutions .solution .image {
    display: none;
  }
}

body.page-support .site-main .page.not-hvc .content .solutions .solution .image, body.page-support .site-main .page.not-hvc .content .solutions .solution .text,
body.page-support .site-main .page.hvc .content .solutions .solution .image,
body.page-support .site-main .page.hvc .content .solutions .solution .text {
  width: 100%;
}

body.page-support .site-main .page.not-hvc .content .solutions .solution .image,
body.page-support .site-main .page.hvc .content .solutions .solution .image {
  max-height: 140px;
}

body.page-support .site-main .page.not-hvc .content .solutions .solution.sorry,
body.page-support .site-main .page.hvc .content .solutions .solution.sorry {
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  box-shadow: none;
}

body.page-support .site-main .page.hvc .content .solutions {
  background: #21d87d;
}

body.page-support .site-main .page.hvc .content .solutions .solution {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  background: #21d87d;
}

body.page-support-search .site-main .page .filtering {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #979ba7;
}

body.page-support-search .site-main .page .filtering .filters ul {
  margin: 0;
  padding: 0 100px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

body.page-support-search .site-main .page .filtering .filters ul li {
  display: inline-block;
}

body.page-support-search .site-main .page .filtering .filters ul li a {
  color: #188fff;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 20px;
}

body.page-support-search .site-main .page .filtering .filters ul li a strong {
  color: #26282a;
  display: block;
  font-weight: normal;
}

body.page-support-search .site-main .page .filtering .filters ul li a span {
  color: #188fff;
  display: block;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.page-support-search .site-main .page .filtering .filters ul li.active {
  opacity: 1;
}

body.page-support-search .site-main .page .filtering .filters ul li.active ~ li {
  opacity: .5;
  display: none;
}

@media (max-width: 800px) {
  body.page-support-search .site-main .page .filtering .filters ul {
    padding: 0;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

body.page-support-search .site-main .page .content {
  overflow: hidden;
  padding: 0 100px;
}

@media (max-width: 800px) {
  body.page-support-search .site-main .page .content {
    padding: 0;
  }
}

body.page-support-search .site-main .page .content .options ul {
  display: block !important;
}

body.page-support-search .site-main .page .content .options ul, body.page-support-search .site-main .page .content .options ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.page-support-search .site-main .page .content .options ul li {
  display: block !important;
}

body.page-support-search .site-main .page .content .options ul li a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #d8dad8;
  text-decoration: none;
  color: #2d353e;
}

body.page-support-search .site-main .page .content .options ul li a:hover {
  color: #188fff;
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/bluechevron4@2x.png") right 10px center/8px auto no-repeat;
}

body.page-support-search .site-main .page .content .options ul li:first-child a {
  border-top: 1px solid #d8dad8;
}

body.page-support-search .site-main .page .content .review {
  float: left;
  width: 35%;
  margin-right: 5%;
}

@media (max-width: 800px) {
  body.page-support-search .site-main .page .content .review {
    clear: both;
    width: 100%;
    float: none;
  }
}

body.page-support-search .site-main .page .content .review h2 {
  margin-top: 30px;
}

body.page-support-search .site-main .page .content .review ul li a {
  background: transparent url("https://s.yimg.com/pj/sh/20180611812/img/pencil.png") right 10px center/16px auto no-repeat !important;
}

body.page-support-search .site-main .page .content .connect {
  float: left;
  width: 60%;
  border: 1px solid #979ba7;
  padding: 30px;
  border-radius: 5px;
  margin-top: 20px;
}

@media (max-width: 800px) {
  body.page-support-search .site-main .page .content .connect {
    clear: both;
    width: 100%;
    float: none;
  }
}

body.page-support-search .site-main .page .content .connect h2 {
  margin-top: 0;
}

body.page-support-search .site-main .page .content .connect ul li a {
  padding: 20px;
}

body.page-support-search .site-main .page .content .connect ul li a img {
  width: 22px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 800px) {
  p > iframe {
    width: 100%;
  }
}

/* Begin Redirect Overlay Style */
.owr {
  z-index: 201;
  position: fixed;
  top:200px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-mask {
  z-index: 200;
  position: fixed;
  left:0;
  top:0;
  height:100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.4;
}
.owr .lbc {
  width:460px;
  background-color:#DDD;
}

.owr .lbc {box-shadow:none;border:0;border-radius:5px;}

.owr .overlay-hd {
  height: 20px;
  background-color:#CCC;
  position: relative;
  box-shadow:none;
  border:0;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}

.owr .lbc .overlay-hd .close-button {
  /*background-color:transparent;*/
  position: absolute;
  top:3px;
  right: 5px;
  background-image:url('https://s.yimg.com/pj/sh/20180611812/img/help.icon-sprite.png') !important;
  background-repeat:no-repeat;
  box-shadow:none;
  border:none;
  background-position:-245px -190px;
  width:13px;
  height:13px;
  padding:0;
  border-radius:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)" !important;
}

.owr .overlay-bd {
  padding: 7px 15px 15px 15px;
}

@media only screen and (max-width: 480px) {
  .owr .lbc {
    max-width:287px;
  }
}

/* End Redirect Overlay Style */

.pop.region {
  display: none;
}

/* twisties */
article a.rm {
  font-weight:bold;
  padding: 5px 30px;
  /*font-size: 15px;*/
  background: url("https://s.yimg.com/zz/combo?pj/sh/20180611812/img/article3sp.png") no-repeat 0 -198px;
}
html[dir=rtl] article a.rm {
  background: url("https://s.yimg.com/zz/combo?pj/sh/20180611812/img/article3sp.png") no-repeat right -198px;
}
article h3 > a.rm {
  font-size: 15px;
}
article h2 > a.rm {
  padding: 0 30px;
}
article a.rm.twisty-close {
  background: url("https://s.yimg.com/zz/combo?pj/sh/20180611812/img/article3sp.png") no-repeat 0 -223px;
}
html[dir=rtl] article a.rm.twisty-close {
  background: url("https://s.yimg.com/zz/combo?pj/sh/20180611812/img/article3sp.png") no-repeat right -223px;
}

/* tool tips */
article .ttText,article .icon-tooltip {
  position:relative;
}
article .ttOverlay {
  display:none;/*hide tooltip overlay until anyone hovers*/
  border:1px solid #eef1f3;
  box-shadow:3px 0 10px #eef1f3;
  border-left:3px solid #198fff;
  margin:0 0 0 10px;
  padding:20px;
  width: 300px;
  position:absolute;
  background:#fff;
}
html[dir=rtl] article .ttOverlay{
  right: 105%;
  border:1px solid #eef1f3;
  border-right:3px solid #198fff;
}
article .ttText:hover .ttOverlay{ /*show show it when hover*/
  display:inline;
}

/* text styles */

article {
  color:#4a4949;
  font-family: "Yahoo Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height:1.5;
  font-size:15px;
  margin:0;
}

article p {
  font-size: 16px;
}

article ul,article ol{
  padding: 0 25px;
}

article h1,article h3,article h4,article h5,article h6{
  margin:5px 0;
}

article h1{
  font-size:30px;
}

article h2{
  font-size:26px;
}

article h3{
  font-size:22px;
}

article h4{
  font-size:20px;
}

article h5{
  font-size:18px;
}

article h6{
  font-size:16px;
}

article h1, article h3, article h4, article h5, article h6 {font-weight:normal;}

article h2{
  font-weight:normal;
  margin-top: 30px !important;
  margin-bottom: -5px !important;
}

article p{
  font-size:16px;
}

article a{
  color:#0a80e3;
  text-decoration:none;
}

article pre{
  font-size:15px;
  font-family: Courier;
  color:#818386;
  word-break: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

article blockquote{
  margin:0;
  padding:0 0 20px 20px;
  float: left;
  width: 100%;
}

html[dir=rtl] article blockquote{
  margin:0;
  padding:0 20px 20px 0;
  float: right;
  width: 100%;
}

article .acod{
  color:#2d1451;
  background-color:#f1f1f1;
  padding:20px;
}
article .acod p{
  margin:0;
}

/* tip */
article .icn {
  width:19px;
  height:19px;
  display:inline-block;
  margin-right:10px;
  vertical-align: middle;
  margin-top: -2px;
}
article .asp{
  /* padding:5px 10px 5px 0px; */
  border-top:1px solid #edf0f2;
  border-bottom:1px solid #edf0f2;
  margin:10px 0;
}
article .asp p{
  font-size:15px;
}
article .icn{
  width:19px;
  height:19px;
  display:inline-block;
  margin-right:10px;
  vertical-align: middle;
  margin-top: -2px;
}
html[dir=rtl] article .icn{
  margin-right:0;
  margin-left:10px;
}
article .ainfo{
  background-color:#f2f8fd;
}

article .acau .icn{
  background:url('https://s.yimg.com/zz/combo?pj/sh/20180611812/img/article3sp.png') no-repeat;
  background-position: 0 -528px;
}

article .atip .icn{
  background:url('https://s.yimg.com/zz/combo?pj/sh/20180611812/img/article3sp.png') no-repeat;
  background-position: 0 -553px;
}

article .ainfo .icn{
  background:url('https://s.yimg.com/zz/combo?pj/sh/20180611812/img/article3sp.png') no-repeat;
  background-position: 0 -578px;
}

/* columns */
article .cl2{
  overflow:hidden;
}
article .cl2-1,article .cl2-2{
  float:left;
  width:20%;
  padding:10px 11.5% 10px 1.5%;
}
article .w100{
  width:80%;
  padding:10px 10%;
}
article .w50{
  width:48%;
  padding:0 5px 0 0;  /* was 10px 5%;*/
}
article .w33{
  width:23.33%;
  padding:10px 5%;
}

html[dir=rtl] article .cl2-1,html[dir=rtl] article .cl2-2{
  float:right;
}

/* table */
article table {
  border-collapse: collapse;
}

article td {
  border: 1px solid #eef1f3;
}

article table tr td,article table tr th{
  padding:12px 20px;
}

article table tr:first-child td {
  background:#fff;/*dadded030915*/
}

article table tr th{
  background:#f1f1f1;
  border: 1px solid #ddd;/*dmodified*/
}

/* fix desktop alignment when version selector empty */
.empty-version-spacer {
  height:46px;
}

@media (max-width: 800px) {
  .empty-version-spacer {
    height:0px;
  }
}

html[data-useragent*='MSIE'] #ad-free, html[data-useragent*='rv:11'] #ad-free {
  margin-left: -15px;
}

.site-main .page .content .actions ul li.liveagent a:before {
  content: " ";
  width: 16px;
  height: 16px;
  display: block;
  background: transparent url("https://s.yimg.com/pj/sh/20180972206/img/phone.png") 0 0/16px 16px no-repeat;
  margin: 0 auto 5px;
}

.site-main .page .content .actions ul li.mysubscriptions a:before {
  content: " ";
  width: 16px;
  height: 16px;
  display: block;
  background: transparent url("https://s.yimg.com/pj/sh/20180972206/img/my-subscription2.png") 0 0/16px 16px no-repeat;
  margin: 0 auto 5px;
}

.site-main .sischaticon {
  position: fixed;
  height: 90px;
  bottom: 20px;
  right: 20px;
  /*opactity: 0;*/
  z-index: 99;
}

.sischaticon.active {
  -webkit-animation: bounce-in-bottom 1.1s both;
  animation: bounce-in-bottom 1.1s both;
}

#insync-iframe {
  position: fixed;
  width:0px;
  height:0px;
  background:transparent;
  margin:0;
  right:0;
  bottom:0;
  border:none;
  overflow:hidden;
  display:block;
  z-index:1000;
  border-radius:0px;
  box-shadow:none;
}

@keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/*
@media screen and (min-device-width: 320px) and (max-device-width: 1024px){

  .site-main .sischaticon{
    position: fixed;
    height: 90px;
    bottom: 4%;
    left: 77%;
  }
}
*/
/*
Yahoo Sans: https://s.yimg.com/cv/ae/sports/fonts/2017/yahoosans2.css
*/

.YahooSans-ExtraLight {
  font-family: "Yahoo Sans" !important;
  font-weight: 200 !important;
  font-style: normal !important;
  font-stretch: normal !important;
}

.YahooSans-Light {
  font-family: "Yahoo Sans" !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-stretch: normal !important;
}

.YahooSans-Regular {
  font-family: "Yahoo Sans" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-stretch: normal !important;
}

.YahooSans-Italic {
  font-family: "Yahoo Sans" !important;
  font-weight: 400 !important;
  font-style: italic !important;
  font-stretch: normal !important;
}

.YahooSans-Medium {
  font-family: "Yahoo Sans" !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-stretch: normal !important;
}

.YahooSans-Semibold {
  font-family: "Yahoo Sans" !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-stretch: normal !important;
}

.YahooSans-Bold {
  font-family: "Yahoo Sans" !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-stretch: normal !important;
}

.YahooSans-ExtraBold {
  font-family: "Yahoo Sans" !important;
  font-weight: 800 !important;
  font-style: normal !important;
  font-stretch: normal !important;
}

.YahooSans-Black {
  font-family: "Yahoo Sans" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  font-stretch: normal !important;
}

@font-face {
  font-family: "Yahoo Sans";
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraLight.eot");
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraLight.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraLight.woff2") format("woff2"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans";
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Light.eot");
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Light.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Light.woff2") format("woff2"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans";
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Regular.eot");
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Regular.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Regular.woff2") format("woff2"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans";
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Italic.eot");
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Italic.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Italic.woff2") format("woff2"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Yahoo Sans";
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Medium.eot");
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Medium.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Medium.woff2") format("woff2"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans";
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Semibold.eot");
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Semibold.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Semibold.woff2") format("woff2"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans";
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Bold.eot");
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Bold.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Bold.woff2") format("woff2"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans";
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraBold.eot");
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraBold.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraBold.woff2") format("woff2"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans";
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Black.eot");
  src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Black.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Black.woff2") format("woff2"),
  url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}


html, body, article {
  font-family: "Yahoo Sans";
}
article.full {
  color: #000000;
}
#alertdiv, #announcementdiv {
  font-size: 14px;
  text-align: left;
  border-radius: 5px;
}

.empty-version-spacer {
  height: 0px;
}


div#pltpcs.topics h2 {
  margin-top: 0;
}

div#pltpcs.topics ul li a.topicLink {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div#pltl.contact {
  margin: 37px 0 0;
  padding: 0;
  border-style: none;
}
div#pltl.contact a.button.outline.blue {
  background-color: #009cf4;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  width: 231px;
  margin-right: auto;
  margin-left: auto;
}

.selectboxit.versions.selectboxit-enabled.selectboxit-btn {
  font-weight: bold;
  margin-bottom: 15px;
  border-radius: 4px;
  margin-left: -12px;
  height: 38px;
}
.selectboxit-text {
  margin-top: -4px;
}

div#faqdiv.faq a article.full div.num,
div#faqdiv.faq div.grid article a div.num {
  display: none;
}
div#faqdiv.faq {
  padding-top: 0;
}
.site-main .page .content .faq article {
  border: 1px solid #979ba7;
  padding: 13px;
}
div#faqdiv.faq a article.full {
  margin-bottom: -10px;
}

@media (max-width: 800px) {
  #faqdiv.faq a article.full {
    margin-top: 0px !important;
  }
}

.selectboxit.versions.selectboxit-enabled.selectboxit-btn {
  margin-bottom: 20px;
  font-weight: 500;
  border-radius: 5px;
  width: 100% !important;
  height: 35px;
  border-width: 1px !important;
  background-image:  none !important;
  border-color: #969ba6 !important;
  color: #000000;
  margin-left: -11px;
}

@media (max-width: 800px) {
  .selectboxit.versions.selectboxit-enabled.selectboxit-btn {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}

.selectboxit.versions.selectboxit-enabled.selectboxit-btn::after {
  content: "▾";
  color: #969ba6;
  position: absolute;
  top: 4px;
  font-size: 24px;
  right: 11px;
}
.selectboxit-text {
  margin-top: -6px;
  margin-left: -3px !important;
  color: #000000 !important;
}


.selectboxit-options.selectboxit-list {
  margin-top: -21px !important;
  margin-left: -11px !important;
}
.selectboxit-options.selectboxit-list li {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 5px !important;
  font-weight: 600;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff !important;
  background-color: #009cf2 !important;
  background-image: none !important;
}
.selectboxit-option-anchor {
  margin-left: -5px !important;
  margin-top: -5px !important;
  margin-bottom: -5px !important;
  padding-left: 22px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.selectboxit-options.selectboxit-list {
  position: absolute !important;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}


div#help-articles.articles article a h1 {
  font-weight: 600;
}
div#help-articles.articles article a p {
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 0;
}
.site-main .page .content .articles article a {
  padding-bottom: 5px;
}
.site-main .page .content .articles article a:before {
  top: 40px;
  left: 53px;
}
@media (max-width: 800px) {
  .site-main .page .content .articles article a:before {
    left: 17px;
  }
}

span.see-more-arrow {
  font-size: 23px;
  top: -6px;
  position: relative;
}

.site-navigation ul{
  padding: 17px 0 0 0;
}
.site-navigation ul li {
  display: block;
  /*border-left: 1px solid #e1e2e1;*/
  /* padding-bottom: 3px; */
  width: 12%;
}
.site-navigation ul li a{
  font-weight: 400;
  color: #4e4e4e;
  padding: 20px 0 15px;
  font-size: 16px;
}
.site-header > .inner .intro h1{
  font-size: 31px;
}
.site-navigation ul li.active a{
  font-weight: 700;
  border-bottom: hidden;
  color: #198fff;
}
..site-navigation ul li.more{
  max-width: 107px;
}
.site-navigation ul li.more a{
  padding: 4px 0 15px;
  font-size: 14px;
}
.site-navigation {
  background: #fff;
  margin: 0 auto 3px;
  position: relative;
  z-index: 95;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 96%;
  max-width: 1300px;
  border-bottom: 2px solid #366cb2;
}

@media (max-width: 800px) {

  .site-navigation {
    border-radius: 5px;
    border-bottom: none;
  }

}

.site-navigation-more ul li a{
  background: none;
}
.more-active ul li.active a{
  border-bottom: hidden;
}
 /* account icon css */
  .site-navigation ul li a[data-refkey="PROD_ACCT"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-account.svg) right 49% top 6%/19px 8px no-repeat;
    background-size: 16px;
  }
  /* account icon active css */
  .site-navigation ul li.active a[data-refkey="PROD_ACCT"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-account-active.svg) right 49% top 6%/19px 8px no-repeat;
    background-size: 16px;
  }
  /* mail icon css */
  .site-navigation ul li a[data-refkey^="PROD_MAIL"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-mail.svg) right 50% top 3%/19px 8px no-repeat;
    background-size: 18px;
  }
  /* mail icon active css */
  .site-navigation ul li.active a[data-refkey^="PROD_MAIL"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-mail-active.svg) right 50% top 3%/19px 8px no-repeat;
    background-size: 18px;
  }
  /* sports icon css */
  .site-navigation ul li a[data-refkey^="PROD_SPORTS"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-sports.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  /* sports icon active css */
  .site-navigation ul li.active a[data-refkey^="PROD_SPORTS"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-sports-active.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li a[data-refkey^="PROD_FIN"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-finance.svg) right 49% top 3%/19px 8px no-repeat;
    background-size: 18px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_FIN"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-finance-active.svg) right 49% top 3%/19px 8px no-repeat;
    background-size: 18px;
  }
  /* Subscriptions icon css */
  .site-navigation ul li a[data-refkey^="PROD_SUBSCRIPT"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-subscriptions.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_SUBSCRIPT"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-subscriptions-active.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li:nth-child(6) a{
           background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-more-active.svg) right 49% top 1%/19px 8px no-repeat;
          background-size: 16px;
  }


/* additional product icons added */

  /* answers */
  .site-navigation ul li a[data-refkey^="PROD_ANSW"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_answ_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_ANSW"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_answ_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }

   /* fin desk */
   .site-navigation ul li a[data-refkey^="PROD_FIN"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_fin_desk_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_FIN"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_fin_desk_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }

   /* front */
   .site-navigation ul li a[data-refkey^="PROD_FRONT"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_front_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_FRONT"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_front_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }

   /* grps */
   .site-navigation ul li a[data-refkey^="PROD_GRPS"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_grps_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_GRPS"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_grps_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }

   /* hkauct */
   .site-navigation ul li a[data-refkey^="PROD_HKAUCT"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_hkauct_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_HKAUCT"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_hkauct_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }

   /* hkdeals */
   .site-navigation ul li a[data-refkey^="PROD_HKDEALS"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_hkdeals_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_HKDEALS"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_hkdeals_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
   /* mail web */
   .site-navigation ul li a[data-refkey^="PROD_MAIL"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_mail_web_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_MAIL"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_mail_web_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }

   /* news */
   .site-navigation ul li a[data-refkey^="PROD_NEWS"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_news_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_NEWS"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_news_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
      

   /* omg */
   .site-navigation ul li a[data-refkey^="PROD_OMG"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_omg_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_OMG"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_omg_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
 
  
   /* SPORTS NEWS */
   .site-navigation ul li a[data-refkey^="PROD_SPORTS"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_sports_spnews_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_SPORTS"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_sports_spnews_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
         

   /* SEARCH */
   .site-navigation ul li a[data-refkey^="PROD_SRCH"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_srch_desk_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_SRCH"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_srch_desk_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }  


   /* SUBSCRIPT SELECT */
   .site-navigation ul li a[data-refkey^="PROD_SUBSCRIPT"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_subscript_select_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_SUBSCRIPT"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_subscript_select_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }    



   /* TV */
   .site-navigation ul li a[data-refkey^="PROD_TV"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_tv_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_TV"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_tv_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }     


   /* TWAUCT DESK */
   .site-navigation ul li a[data-refkey^="PROD_TWAUCT"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_twauct_desk_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_TWAUCT"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_twauct_desk_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }       


   /* TWSTOCK WEB */
   .site-navigation ul li a[data-refkey^="PROD_TWSTOCK"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_twstock_web_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_TWSTOCK"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_twstock_web_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }         



   /* TWSTOCK WEB */
   .site-navigation ul li a[data-refkey^="PROD_TWSTOCK"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_twstock_web_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_TWSTOCK"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_twstock_web_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }           


  /* WEATH ANDROID */
  .site-navigation ul li a[data-refkey^="PROD_WEATH"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_weath_android_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_WEATH"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_weath_android_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }     

  /* MOBILE */
  .site-navigation ul li a[data-refkey^="PROD_MOBILE"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_mobile_gray.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }
  .site-navigation ul li.active a[data-refkey^="PROD_MOBILE"]{
    background: transparent url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon_prod_mobile_blue.svg) right 49% top 1%/19px 8px no-repeat;
    background-size: 16px;
  }     

.site-navigation ul li.more a{
         background: none;
}
.site-navigation-more ul li a {
  background: none !important;
  color: #000000 !important;
  font-weight: 500 !important;
}
@media (max-width: 800px) {
  article a {
    margin-bottom: 0 !important;
  }
  body.page-search {
    background-color: #ffffff; 
  }
}

.related h2 {
	font-weight: 600 !important;
}

.inner .sidebar .inner img {
  max-width:100%;
  height:auto !important;
}

#ybar-inner-wrap {
  margin-left: 28px !important;
}

/* Orange bar update */


#alert-bar {
  display: flex;
  background: #ccc;
  justify-content: space-between;
  background-image: linear-gradient(to right, #7E1FFF 0%, #FF8902 100%);
  font-size: 16px;
  padding: 17px 0 17px 0;
  margin: 10px 0 10px 0;
  font-weight: 500;
  border-radius: 7px;
  }


#covid19 {
  padding: 0 20px;
  
}



#alert-bar a.alert-news {
  

  color: #fff;
  background-image: url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-live.svg);
  padding: 0 29px;
  background-repeat: no-repeat;
  
  align-content: space-between;
  text-decoration: underline;
  display:block;
}

#alert-bar a.alert-news:hover{
    color:#f1f1f1;
}

/* accesslinks styles */
.access-links{
  display:flex;
}

#alert-bar .liveagent a{

  color: #fff;
  background-image: url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-livesupport.svg);
  padding: 0 29px;
  background-repeat: no-repeat;
  display:block;
  background-position: 0 2px;
  text-decoration: underline;
}

#alert-bar .liveagent a:hover{
  color:#f1f1f1;
}

#alert-bar .pop a{
  color: #fff;
  background-image: url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-signinhelper.svg);
  padding: 0 29px;
  background-repeat: no-repeat;
  display:block;
  background-position: 0 1px;
  
}


#alert-bar .pop a:hover{
  color:#f1f1f1;
}


#alert-bar .pop a .p_sub3{
	text-decoration: underline;
}

#alert-bar .pop a .p_sub3:hover{
 color:#f1f1f1;	
}

#alert-bar .pop a .p_sub1{
  font-weight:300;
  text-decoration: none;
}



#alert-bar .mail a{
  color: #fff;
  background-image: url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-mailrestore1.svg);
  padding: 0 29px;
  background-repeat: no-repeat;
  display:block;
  background-position: 0 3px;
  text-decoration: underline;
}

#alert-bar .mail a:hover{
  color:#f1f1f1;
}


#alert-bar .mysubscriptions a{
  color: #fff;
  background-image: url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-subscriptions1.svg);
  padding: 0 29px;
  background-repeat: no-repeat;
  display:block;
  text-decoration: underline;
}

#alert-bar .mysubscriptions a:hover{
  color:#f1f1f1;
}


#alert-bar .fix a{
  color: #fff;
  background-image: url(https://membership-cdn.s3.amazonaws.com/yahoo/help/icons/icon-newapplication.svg);
  padding: 0 29px;
  background-repeat: no-repeat;
  display:block;
  text-decoration: underline;

}

#alert-bar .fix a:hover{
  color:#f1f1f1;
}




@media screen and (max-width: 800px){

  #alert-bar{
    font-size:15px;
    display: flex;
    flex-direction: column;
    line-height:25px;
  }
  .access-links{
    flex-direction: column;
    padding: 7px 0;

  }

  #alert-bar a.alert-news{
    background-position: left center;
    padding: 0 10px 0 29px;
  
  }
  #alert-bar .liveagent a{
    margin-left: 21px;
    padding: 5px 29px;
    background-position: left center;
   
  }

  #alert-bar .pop a{
    margin-left: 21px;
    padding: 8px 10px 0 29px;
    background-position: left center;
    text-decoration: none;
    
  
  }
  #alert-bar .mail a{
    margin-left: 21px;
    padding: 5px 29px;
    background-position: left center;
  
  
  }

#alert-bar .mysubscriptions a{
    margin-left: 21px;
    padding: 5px 29px;
    background-position: left center;
  
  
  }
  #alert-bar .fix a{
    margin-left: 21px;
    padding: 5px 29px;
    background-position: left center;
  
  
  }

}
/* orange bar end */


/* Yahoo Serif Font  */
.YahooSerifDisplay-Light-Web {
  font-family: "Yahoo Serif Display";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.YahooSerifDisplay-Regular-Web {
  font-family: "Yahoo Serif Display";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.YahooSerifDisplay-Bold-Web {
  font-family: "Yahoo Serif Display";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.YahooSerifDisplay-Extrabold-Web {
  font-family: "Yahoo Serif Display";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.YahooSerifDisplay-Black-Web {
  font-family: "Yahoo Serif Display";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Yahoo Serif Display";
  src: url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Light-Web.eot");
  src: url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Light-Web.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Light-Web.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Serif Display";
  src: url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Regular-Web.eot");
  src: url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Regular-Web.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Regular-Web.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Serif Display";
  src: url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Bold-Web.eot");
  src: url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Bold-Web.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Bold-Web.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Serif Display";
  src: url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Extrabold-Web.eot");
  src: url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Extrabold-Web.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Extrabold-Web.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Extrabold-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Serif Display";
  src: url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Black-Web.eot");
  src: url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Black-Web.eot?#iefix") format("embedded-opentype"),
  url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Black-Web.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010261751/css/fonts/yahoo-serif/YahooSerifDisplay-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

.YahooSansCond-Light {
  font-family: "Yahoo Sans Cond";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.YahooSansCond-LightItalic {
  font-family: "Yahoo Sans Cond";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.YahooSansCond-Regular {
  font-family: "Yahoo Sans Cond";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.YahooSansCond-RegularItalic {
  font-family: "Yahoo Sans Cond";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.YahooSansCond-Medium {
  font-family: "Yahoo Sans Cond";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.YahooSansCond-MediumItalic {
  font-family: "Yahoo Sans Cond";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.YahooSansCond-Bold {
  font-family: "Yahoo Sans Cond";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.YahooSansCond-BoldItalic {
  font-family: "Yahoo Sans Cond";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.YahooSansCond-XBold {
  font-family: "Yahoo Sans Cond";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.YahooSansCond-XBoldItalic {
  font-family: "Yahoo Sans Cond";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.YahooSansCond-Black {
  font-family: "Yahoo Sans Cond";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.YahooSansCond-BlackItalic {
  font-family: "Yahoo Sans Cond";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Yahoo Sans Cond";
  src: url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-Light.woff") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans Cond";
  src: url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-LightItalic.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Yahoo Sans Cond";
  src: url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-Regular.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans Cond";
  src: url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-RegularItalic.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Yahoo Sans Cond";
  src: url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-Medium.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans Cond";
  src: url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-MediumItalic.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Yahoo Sans Cond";
  src: url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-Bold.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans Cond";
  src: url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-BoldItalic.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Yahoo Sans Cond";
  src: url(".https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-XBold.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-XBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans Cond";
  src: url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-XBoldItalic.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-XBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Yahoo Sans Cond";
  src: url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-Black.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Yahoo Sans Cond";
  src: url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-BlackItalic.woff2") format("woff2"),
  url("https://s.yimg.com/pj/sh/202010281412/css/fonts/yahoo-sans-condensed/YahooSansCond-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

/* End Yahoo Font *//*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* font: 14px Helvetica, Arial; */ /* disabling for help theme */
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px; /* Height of the drop down */
  line-height: 20px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*float: left*/;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  /*border-top-right-radius: 6px;*/
  /*border-top-left-radius: 6px;*/
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  /*border-bottom-right-radius: 6px;*/
  /*border-bottom-left-radius: 6px;*/
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
/*
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
*/
/* End Default Theme */
/*
  Help Theme
  -------------
  Note: Used for selfhelp
*/

.selectboxit-container {
  width: 100%;
  font-size:16px;
  z-index: 90;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 0px;
}

.selectboxit-text, .selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 0px;
}

.selectboxit-container .selectboxit-options { 
  border-radius:0px;
}

.site-main .page .sidebar .category .selectboxit {
  display: block;
  border: 1px solid #979ba7;
  width: 100%;
  padding: 12px 37px 12px 12px; 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("https://s.yimg.com/pj/sh/20180611812/img/chevron2@2x-color.png") right 15px center/22px 12px no-repeat;
  white-space:pre-wrap;
}

.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: auto;
  /*white-space:pre-wrap;*/
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-options.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}


.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0F69FF, #0081F2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0F69FF), to(#0081F2));
  background-image: -webkit-linear-gradient(top, #0F69FF, #0081F2);
  background-image: -o-linear-gradient(top, #0F69FF, #0081F2);
  background-image: linear-gradient(to bottom, #0F69FF, #0081F2);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.selectboxit-container .selectboxit {
  border-radius:0px;
}

/* end help theme */
