@charset 'UTF-8';
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0 auto;
    padding: 0;
    width: 88%;
}
.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;
}@charset 'UTF-8';
/* Slider */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: 0.8;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 10px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content:url(/wp-content/themes/vip/9to5-2015/assets/css/../../images/arrow-left.png);
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content:url(/wp-content/themes/vip/9to5-2015/assets/css/../../images/arrow-right.png);
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{background:#fff;color:#000;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}a{background:0 0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}q:after,q:before{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}input[type=search]{box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}.elastic-container:after{content:" ";display:block;clear:both}@font-face{font-family:'9to5';src:url(/wp-content/themes/vip/9to5-2015/assets/css/../fonts/9to5.eot?pemy4j);src:url(/wp-content/themes/vip/9to5-2015/assets/css/../fonts/9to5.eot?pemy4j#iefix) format("embedded-opentype"),url(/wp-content/themes/vip/9to5-2015/assets/css/../fonts/9to5.woff2?pemy4j) format("woff2"),url(/wp-content/themes/vip/9to5-2015/assets/css/../fonts/9to5.ttf?pemy4j) format("truetype"),url(/wp-content/themes/vip/9to5-2015/assets/css/../fonts/9to5.woff?pemy4j) format("woff"),url(/wp-content/themes/vip/9to5-2015/assets/css/../fonts/9to5.svg?pemy4j#9to5) format("svg");font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:'9to5';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-pushup:before{content:"\e902"}.icon-mail:before{content:"\e900"}.icon-chevron-thin-right:before{content:"\e603"}.icon-feed:before{content:"\e901"}.icon-pinterest:before{content:"\e601"}.icon-google-plus:before{content:"\ea88"}.icon-facebook:before{content:"\ea8c"}.icon-twitter:before{content:"\ea91"}.icon-youtube:before{content:"\ea97"}.icon-search:before{content:"\e600"}.icon-reddit:before{content:"\e602"}#content:after,.author-content:after,.comments-area:after,.infinite-wrap:after,.post-content:after,.product-content:after{content:"";display:table;clear:both}#comment-navigation{overflow:hidden;display:none}.commentlist{padding:0 20px}.commentlist li{list-style-type:none;position:relative;padding:.3em}@media (min-width:768px){.commentlist li.depth-1:first-child>div .reply a{padding:0 .6em .3em}}.commentlist li .comment-author{font-size:.9em}.commentlist li .comment-author .avatar{float:left;margin:0 .5em 0 0;border-radius:15px}.commentlist .fn{font-style:normal}.commentlist .comment-meta{font-size:.8em;font-style:italic;line-height:.7em}.commentlist .reply{clear:both;margin:0 0 -5px 32px;line-height:18px}.commentlist .reply a{font-size:.9em;padding:.5em 1em .5em .5em}@media (min-width:768px){.commentlist .reply a{padding:0 .1em .3em .6em;transition:opacity .3s,width .3s;word-wrap:normal;white-space:nowrap}}.comments-area.post-body{padding:0;margin-bottom:0}.color-scheme-mac .comments-area.post-body{background-color:#EAF7FF}.color-scheme-google .comments-area.post-body{background-color:#f3fff5}.color-scheme-toys .comments-area.post-body{background-color:#fceeed}.color-scheme-electrek .comments-area.post-body{background-color:#e7f7fd}.comments-area .comment-respond{padding:15px 20px}@media (min-width:0) and (max-width:767px){.comments-area .comment-respond{padding-left:10px;padding-right:10px}}.comment-form-comment textarea{padding:15px;font-size:12px}.comment.odd{border:0}.comments-area h3{padding:5px 15px}@media (min-width:0) and (max-width:767px){.comments-area h3{margin:0 15px}}#reply-title{margin:0 auto;padding:0}.comment-form-comment textarea{width:100%;border:0}.comment-form,.comment-reply-title,.comments-area .navigation,.comments-area h3,ol.commentlist{max-width:1350px;margin:0 auto}.color-scheme-mac .comments-area a{color:#127edb}.color-scheme-google .comments-area a{color:#629169}.color-scheme-toys .comments-area a{color:#a5161c}.color-scheme-electrek .comments-area a{color:#409dbe}.comments-area .navigation{padding:1em}.comment-reply-title{margin:0}.media-modal-content{background:#fcfcfc;box-shadow:0 5px 15px rgba(0,0,0,.7)}.media-menu{background:#f3f3f3;border-right-color:#ccc}.media-menu>a{color:#0074a2}.media-menu .active,.media-menu .active:hover{color:#222}.media-frame-content{background:#fff;border-top-color:#ddd;border-bottom-color:#ddd}.media-menu .separator{border-top-color:#ddd;border-bottom:none}.media-sidebar{background:#f3f3f3;border-color:#ddd}.media-router .active,.media-router>a.active:last-child{background:#fff;border:1px solid #ddd;border-bottom:none}.details.attachment{box-shadow:0 0 0 1px #fff,0 0 0 5px #1e8cbe}.attachment .check{background:#eee;box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(0,0,0,.4)}.attachment.details .check{background-color:#1e8cbe;box-shadow:0 0 0 1px #fff,0 0 0 2px #1e8cbe}.media-frame input,.media-frame textarea{background:#fff}.ninetofive-discussion-the-content-wrapper .wp-editor-wrap{margin-bottom:60px}.ninetofive-discussion-the-content-wrapper .wp_themeSkin *,.ninetofive-discussion-the-content-wrapper .wp_themeSkin .mceText,.ninetofive-discussion-the-content-wrapper .wp_themeSkin a,.ninetofive-discussion-the-content-wrapper .wp_themeSkin div,.ninetofive-discussion-the-content-wrapper .wp_themeSkin iframe,.ninetofive-discussion-the-content-wrapper .wp_themeSkin img,.ninetofive-discussion-the-content-wrapper .wp_themeSkin span,.ninetofive-discussion-the-content-wrapper .wp_themeSkin table,.ninetofive-discussion-the-content-wrapper .wp_themeSkin tbody,.ninetofive-discussion-the-content-wrapper .wp_themeSkin td,.ninetofive-discussion-the-content-wrapper .wp_themeSkin tr{white-space:normal}.ninetofive-discussion-the-content-wrapper .wp_themeSkin tr.mceFirst .mceToolbar tr td{display:inline-block}.ninetofive-discussion-the-content-wrapper #insert-media-button{line-height:26px;padding:0 10px 1px}.ninetofive-discussion-the-content-wrapper .wp-editor-tools{z-index:0;position:absolute;bottom:-40px;left:0}.ninetofive-discussion-the-content-wrapper .wp-editor-tools .wp-media-buttons a{display:none}.ninetofive-discussion-the-content-wrapper .wp-editor-tools .wp-media-buttons a.add_media{display:inline-block}.clearlooks2{box-shadow:0 5px 15px rgba(0,0,0,.7)}.clearlooks2 .mceBottom,.clearlooks2 .mceBottom .mceCenter,.clearlooks2 .mceBottom .mceLeft,.clearlooks2 .mceBottom .mceRight,.clearlooks2 .mceMiddle .mceLeft,.clearlooks2 .mceMiddle .mceRight,.clearlooks2 .mceMiddle span{background-color:#fcfcfc}.clearlooks2 .mceFocus .mceTop span,.clearlooks2 .mceTop span{color:#222}.clearlooks2 .mceClose:before{color:#999}.clearlooks2 .mceClose:hover:before{color:#2ea2cc}.sticky-menu #TB_window{background:#f1f1f1}.mceAction,a .mceIcon{color:#777}a .mceIcon:hover{color:#333}.video-container{margin:1em 0;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video-container embed,.video-container iframe,.video-container object{position:absolute;top:0;left:0;width:100%;height:100%}embed,iframe,video{max-width:100%}.trending-wrapper{background-color:#DCDDDE}.trending-items{box-sizing:border-box;width:100%;float:left;display:none;background-color:#DCDDDE;padding:10px 0}@media (min-width:0) and (max-width:767px){.trending-items{padding:3px 0}}.trending-items.slick-initialized{display:block}.trending-items .title{text-transform:uppercase;font-size:.8em;font-weight:500;padding-bottom:3px}@media (min-width:0) and (max-width:767px){.trending-items .title{padding-bottom:0}}.trending-items p.trending-excerpt{font-size:.9em;margin:0;padding:0 12px}@media (min-width:0) and (max-width:767px){.trending-items p.trending-excerpt{font-size:1em;line-height:1.2em;margin:0;padding:0 12px}}.trending-items .slick-slide{font-weight:300;height:auto;text-align:center}@media (min-width:0) and (max-width:767px){.trending-items .slick-slide{padding:0 15px}}@media (min-width:0) and (max-width:767px){.trending-items .slick-list{height:41px;width:87%}}.trending-items a{color:#3c3c3f}.trending-items a:hover{color:#000}.feed-title-bar{clear:both;width:100%;margin:0 auto;color:#fff;text-transform:uppercase;height:30px}@media (min-width:0) and (max-width:767px){.feed-title-bar{font:1.2rem Questrial,sans-serif;height:27px}}.feed-title-bar .currently-reading{line-height:32px}@media (min-width:0) and (max-width:767px){.feed-title-bar .currently-reading{font-size:1.2rem;line-height:27px;height:27px}}.feed-title-bar.ninetofive-toys{background-color:#641315}.feed-title-bar.ninetofive-toys .social-icons a:hover{color:#eb373e}.feed-title-bar.ninetofive-google{background-color:#16341B}.feed-title-bar.ninetofive-google .social-icons a:hover{color:#5ab968}.feed-title-bar.ninetofive-mac{background-color:#0d4d7c}.feed-title-bar.ninetofive-mac .social-icons a:hover{color:#4b8ec9}.feed-title-bar.ninetofive-electrek{background-color:#00cacd}.feed-title-bar.ninetofive-electrek .social-icons a:hover{color:#15A6DB}.feed-title-bar .social-icons{position:static;font-size:1rem}.feed-title-bar .social-icons .icon-facebook{position:relative;top:-1px;font-size:1.05rem}.feed-title-bar .social-icons .icon-youtube3{font-size:1.2rem;top:1px;position:relative}.feed-title-bar .social-icons a{color:#fff;padding:2px}.feed-title-bar .feed-item-link{background:#000}.ninetofive-feed{box-sizing:border-box;width:100%;float:left;padding-left:.83333%;padding-right:.83333%;background-color:#939598}@media (min-width:0) and (max-width:767px){.ninetofive-feed li{padding:10px 0}.ninetofive-feed li .deal-img{display:none}.ninetofive-feed li .title{padding-top:0}}.ninetofive-feed .slick-dots{display:none}.ninetofive-feed .slick-slide{text-align:left;font-size:1em;font-weight:300;padding:0;height:auto}.ninetofive-feed .slick-slide .deal{height:175px;width:100%;float:left;margin-right:10px;position:relative}.ninetofive-feed .slick-slide .deal:hover .deal-title{color:#fff}.ninetofive-feed .slick-slide .deal:hover .deal-img{opacity:.15}.ninetofive-feed .slick-slide .deal .deal-title{position:absolute;z-index:2;color:#000;font-size:1.05rem;line-height:1.5;margin:0;padding:20px;font-weight:400;top:0}@media (min-width:0) and (max-width:767px){.ninetofive-feed .slick-slide .deal .deal-title{font-size:1.3rem}}.ninetofive-feed .slick-slide .deal .deal-img{background-size:cover;background-position:center;height:175px;width:100%;position:absolute;z-index:0;top:0;opacity:.15}.ninetofive-feed .slick-slide .title{color:#78be4a;font-size:1.1em;font-weight:400;padding-top:9px;margin:0;padding-bottom:2px;text-transform:uppercase}@media (min-width:1024px){.ninetofive-feed .slick-slide .title{padding-top:5px}}.ninetofive-feed .slick-slide .deal-copy{color:#58585d;margin:0;font-weight:400}.ninetofive-feed .slick-slide .deal-copy:hover{color:#000}.ninetofive-feed .slick-slide>*{font-size:1em;margin:0;padding:0}@media (min-width:768px){.ninetofive-feed .slick-slide>*{font-size:.9em}}.ninetofive-feed .slick-prev{text-align:center;left:2.5%}@media (min-width:0) and (max-width:767px){.ninetofive-feed .slick-prev{left:2%}}.ninetofive-feed .slick-next{text-align:center;right:2.5%}@media (min-width:0) and (max-width:767px){.ninetofive-feed .slick-next{right:2%}}.ninetofive-feed.ninetofive-toys{background-color:#fbe5e4}.ninetofive-feed.ninetofive-toys .title{color:#6B393B}.ninetofive-feed.ninetofive-toys .deal:hover{background:#641315}.ninetofive-feed.ninetofive-google{background-color:#D4FFDB}.ninetofive-feed.ninetofive-google .title{color:#16341B}.ninetofive-feed.ninetofive-google .deal:hover{background:#2C6735}.ninetofive-feed.ninetofive-mac{background-color:#DBE8F4}.ninetofive-feed.ninetofive-mac .title{color:#0d4d7c}.ninetofive-feed.ninetofive-mac .deal:hover{background:#0d4d7c}.ninetofive-feed.ninetofive-electrek{background-color:#CBEDFA}.ninetofive-feed.ninetofive-electrek .title{color:#00cacd}.ninetofive-feed.ninetofive-electrek .deal:hover{background:#00cacd}#community_category{display:inline-block;position:relative;border:1px solid #ddd;height:37px;width:171px;font-size:1em}#community_category:after,#community_category:before{content:" ";position:absolute;pointer-events:none}#community_category:before{width:2.25em;height:100%;top:0;right:0;background-color:#f5f5f5;border-left:1px solid #ddd}#community_category:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #bbb;right:.75em;top:50%;margin-top:-3px}#community_category select{padding:.25em 3.25em .25em .375em;-webkit-appearance:none;-moz-appearance:none;text-indent:.01px;text-overflow:'';box-shadow:none;border:none;outline:0;font-size:1em}#community_category select::-ms-expand{display:none}.color-scheme-mac .community-post a{background-color:#4b8ec9}.color-scheme-google .community-post a{background-color:#2C6735}.color-scheme-toys .community-post a{background-color:#eb373e}.color-scheme-electrek .community-post a{background-color:#15A6DB}.tips-form{display:none;position:absolute;width:430px;top:0;margin-right:270px;z-index:9999;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.5)}.color-scheme-mac .tips-form{background-color:#DBE8F4}.color-scheme-google .tips-form{background-color:#D4FFDB}.color-scheme-toys .tips-form{background-color:#fbe5e4}.color-scheme-electrek .tips-form{background-color:#CBEDFA}.color-scheme-mac .tips-form{color:#0d4d7c}.color-scheme-google .tips-form{color:#16341B}.color-scheme-toys .tips-form{color:#6B393B}.color-scheme-electrek .tips-form{color:#00cacd}.color-scheme-mac .tips-form a{color:#78bbf4}.color-scheme-google .tips-form a{color:#83B38A}.color-scheme-toys .tips-form a{color:#EE7F84}.color-scheme-electrek .tips-form a{color:#00ABE4}.tips-form:after{content:' ';position:absolute;top:-20px;right:20px;border-top:10px solid transparent;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid #f8f8f7}.tips-form h2{margin:0;padding:.5em 20px;background-color:#f8f8f7;font-size:1em;text-transform:uppercase;font-style:italic;border-radius:5px 5px 0 0}.tips-form .cancel{position:absolute;font-size:.8em;top:.5em;right:20px}.tips-form form{padding:20px}.tips-form input[type=text]{width:215px;margin-bottom:10px;-webkit-appearance:none;border:0;padding:5px}.tips-form textarea{display:block;height:90px;width:440px;max-width:100%;-webkit-appearance:none;border:0;padding:5px}.tips-form .submit-text{font-size:.8em}.tips-form input[type=submit]{float:right;padding:.5em 1em;height:auto;margin-left:1em;font-size:1.2em;color:#fff;-webkit-appearance:none;border:0;text-transform:uppercase}.color-scheme-mac .tips-form input[type=submit]{background-color:#0d4d7c}.color-scheme-google .tips-form input[type=submit]{background-color:#16341B}.color-scheme-toys .tips-form input[type=submit]{background-color:#6B393B}.color-scheme-electrek .tips-form input[type=submit]{background-color:#00cacd}@media (min-width:0) and (max-width:767px){.tips-form{width:270px;max-width:100%}}#tips-form-name{margin-right:10px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:150 dpi){.recommendation-dial{background-image:url(/wp-content/themes/vip/9to5-2015/assets/css/../../images/new-sprites-2x.png);background-size:400px auto}}.color-scheme-mac .product-content a{color:#78bbf4}.color-scheme-google .product-content a{color:#83B38A}.color-scheme-toys .product-content a{color:#EE7F84}.color-scheme-electrek .product-content a{color:#00ABE4}.product-content a.more-article{color:#58585d}.recommendation{width:120px;min-width:106px;font-size:.8em;text-align:center;font-weight:700}.recommendation-dial{height:34px;background:url(/wp-content/themes/vip/9to5-2015/assets/css/../../images/new-sprites.png) center top no-repeat;margin:0 auto}.no-recommend{background-position:-2px -494px;width:106px;height:33px}.somewhat-recommend{background-position:-110px -494px;width:106px;height:33px}.recommend{background-position:-1px -537px;width:106px;height:33px}.strongly-recommend{background-position:-110px -534px;width:106px;height:33px}.generations-table,.recommendations,article.gen{max-width:1000px;margin:0 auto}article.gen .article-label{margin-bottom:.15em}.generations-table h3{margin-bottom:.5em}.generations-table table{border-spacing:0}.color-scheme-mac .generations-table thead{background-color:#78bbf4}.color-scheme-google .generations-table thead{background-color:#83B38A}.color-scheme-toys .generations-table thead{background-color:#EE7F84}.color-scheme-electrek .generations-table thead{background-color:#00ABE4}.generations-table td{padding:5px}.generations-table th{font-weight:500}.generations-table tr:nth-child(even){background-color:#ececec}.leaderboard{padding:10px 0;text-align:center}.color-scheme-mac .leaderboard{background-color:#0d4d7c}.color-scheme-google .leaderboard{background-color:#16341B}.color-scheme-toys .leaderboard{background-color:#6B393B}.leaderboard .inlinead{background-color:transparent}.leaderboard .inlinead>div{background-color:transparent;padding:0}.color-scheme-electrek .leaderboard{background-color:#939598}.ad{margin:0 auto}@media (min-width:0) and (max-width:767px){.two-up-ads{display:none}}.post-leaderboard,.two-up-ads{box-sizing:border-box;width:100%;float:left;background-color:#ECECED;padding:25px 0}.post-leaderboard .ad-1,.post-leaderboard .ad-2,.two-up-ads .ad-1,.two-up-ads .ad-2{display:inline-block;height:250px;overflow:hidden}.post-leaderboard .ad-1,.two-up-ads .ad-1{box-sizing:border-box;width:50%;float:left;padding-left:.83333%;padding-right:.83333%;text-align:right}.post-leaderboard .ad-2,.two-up-ads .ad-2{box-sizing:border-box;width:50%;float:right;padding-right:.83333%;text-align:left;padding-left:40px}@media (min-width:0) and (max-width:767px){.post-leaderboard img{width:100%}}.post-leaderboard>*{margin:0 auto;text-align:center;display:block}.inlinead{text-align:center;max-width:100%;background-color:#DCDDDE;overflow:hidden}.inlinead.adsense{padding:20px 0}.inlinead>div,.inlinead>ins{padding:20px 0;margin:0 auto}@media only screen and (min-width:768px){.inlinead>div,.inlinead>ins{display:block;padding:25px 10px 25px 0}}.post-body .inlinead{background-color:transparent}.author_ad{width:300px;height:250px}@media (min-device-width:320px) and (max-device-width:479px){.author_ad{width:300px;height:250px}}@media (min-width:500px){.author_ad{width:320px;height:400px}}@media (min-device-width:480px) and (max-device-width:767px){.author_ad{width:300px;height:250px}}@media (min-width:768px){.author_ad{float:right;margin-left:20px;width:336px;height:280px}}@media (min-width:1000px){.author_ad{margin:0 -105px 20px 20px}}.post-content{background-color:#fff}.post-content:nth-of-type(odd){background-color:#f9f9f9}.post-content:nth-of-type(odd) .post-social-mobile a{border:3px solid #f9f9f9}.aside-row-fixed-height{float:left;height:78px}.aside-row-fixed-height .aside-img{overflow:hidden;height:100%;width:130px}.aside-row-fixed-height .aside-img .img-wrap{overflow:hidden;background:#fff;width:100%;text-align:center;display:inline-block;vertical-align:middle;height:78px}.aside-row-fixed-height .aside-img .img-wrap img{vertical-align:middle;width:auto;margin:0 auto;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);max-width:100%}.aside-row{box-sizing:border-box;width:100%;float:left;font-family:Questrial,sans-serif;font-weight:400;display:flex;align-items:center;padding-left:20px;padding-right:20px}@media (min-width:0) and (max-width:767px){.aside-row{padding-left:10px;padding-right:10px}.aside-row .aside-img{margin-left:-10px}}.aside-row .aside-img{width:130px;align-self:stretch;align-content:center;align-items:center;justify-content:center;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;margin-right:20px}@media (min-width:0) and (max-width:767px){.aside-row .aside-img{margin-right:10px}}.aside-row .aside-title{flex-grow:1;flex-shrink:0;flex-basis:200px;padding:10px 20px 10px 0}@media (min-width:0) and (max-width:767px){.aside-row .aside-title{padding:10px 10px 10px 0}}.aside-row .more-article-expand{width:18px;flex-grow:0;flex-shrink:0;box-sizing:content-box}.aside-row .icon-twitter{color:#55acee}a.more-article-expand:focus{outline:0}.post-content .aside-posts,.product-content .aside-posts{padding:0}.post-content .aside-posts .individual-aside,.product-content .aside-posts .individual-aside{padding:0;list-style-type:none}.post-content .aside-posts .individual-aside .aside-img .img-wrap,.product-content .aside-posts .individual-aside .aside-img .img-wrap{background:#fff;overflow:hidden}.post-content .aside-posts .individual-aside .aside-title p.aside-title-p,.product-content .aside-posts .individual-aside .aside-title p.aside-title-p{font-size:1.4em;line-height:1.2;color:#000;margin-top:6px;margin-bottom:6px}.post-content .aside-posts .individual-aside .aside-title .aside-post-meta,.product-content .aside-posts .individual-aside .aside-title .aside-post-meta{font-family:Roboto,sans-serif;margin-top:0;color:#939598;font-size:14px;margin-bottom:8px}.color-scheme-mac .post-content .aside-posts .individual-aside .aside-title .aside-post-meta a,.color-scheme-mac .product-content .aside-posts .individual-aside .aside-title .aside-post-meta a{color:#4b8ec9}.color-scheme-google .post-content .aside-posts .individual-aside .aside-title .aside-post-meta a,.color-scheme-google .product-content .aside-posts .individual-aside .aside-title .aside-post-meta a{color:#2C6735}.color-scheme-toys .post-content .aside-posts .individual-aside .aside-title .aside-post-meta a,.color-scheme-toys .product-content .aside-posts .individual-aside .aside-title .aside-post-meta a{color:#eb373e}.color-scheme-electrek .post-content .aside-posts .individual-aside .aside-title .aside-post-meta a,.color-scheme-electrek .product-content .aside-posts .individual-aside .aside-title .aside-post-meta a{color:#15A6DB}.color-scheme-mac .post-content .aside-posts .individual-aside .aside-title .aside-post-meta a:hover,.color-scheme-mac .product-content .aside-posts .individual-aside .aside-title .aside-post-meta a:hover{color:#0d4d7c}.color-scheme-google .post-content .aside-posts .individual-aside .aside-title .aside-post-meta a:hover,.color-scheme-google .product-content .aside-posts .individual-aside .aside-title .aside-post-meta a:hover{color:#16341B}.color-scheme-toys .post-content .aside-posts .individual-aside .aside-title .aside-post-meta a:hover,.color-scheme-toys .product-content .aside-posts .individual-aside .aside-title .aside-post-meta a:hover{color:#6B393B}.color-scheme-electrek .post-content .aside-posts .individual-aside .aside-title .aside-post-meta a:hover,.color-scheme-electrek .product-content .aside-posts .individual-aside .aside-title .aside-post-meta a:hover{color:#00cacd}@media (min-width:768px){.post-content .aside-posts .individual-aside .aside-title .aside-post-meta,.product-content .aside-posts .individual-aside .aside-title .aside-post-meta{font-size:14px}}@media (min-width:0) and (max-width:767px){.post-content .aside-posts .individual-aside .aside-title .aside-post-meta,.product-content .aside-posts .individual-aside .aside-title .aside-post-meta{font-size:13.2px}}.post-content .aside-posts .individual-aside .aside-post,.product-content .aside-posts .individual-aside .aside-post{display:none;clear:both;margin-left:auto;margin-right:auto;max-width:750px;padding-left:20px;padding-right:20px}@media (min-width:0) and (max-width:767px){.post-content .aside-posts .individual-aside .aside-post,.product-content .aside-posts .individual-aside .aside-post{padding-left:10px;padding-right:10px}}.post-content .aside-posts .individual-aside .aside-post .post-body,.product-content .aside-posts .individual-aside .aside-post .post-body{padding:0}.post-content .aside-posts .individual-aside .aside-post .post-body img,.product-content .aside-posts .individual-aside .aside-post .post-body img{max-width:100%;height:auto}.post-content .aside-posts .individual-aside .post-cats,.product-content .aside-posts .individual-aside .post-cats{font-size:.919rem;line-height:normal}.color-scheme-mac .post-content .aside-posts .individual-aside .post-cats a,.color-scheme-mac .product-content .aside-posts .individual-aside .post-cats a{color:#4b8ec9}.color-scheme-google .post-content .aside-posts .individual-aside .post-cats a,.color-scheme-google .product-content .aside-posts .individual-aside .post-cats a{color:#2C6735}.color-scheme-toys .post-content .aside-posts .individual-aside .post-cats a,.color-scheme-toys .product-content .aside-posts .individual-aside .post-cats a{color:#eb373e}.color-scheme-electrek .post-content .aside-posts .individual-aside .post-cats a,.color-scheme-electrek .product-content .aside-posts .individual-aside .post-cats a{color:#15A6DB}@media (min-width:0) and (max-width:767px){.post-content .aside-posts .individual-aside .post-cats,.product-content .aside-posts .individual-aside .post-cats{margin-bottom:10px;padding:0}}@media (min-width:0) and (max-width:767px){.post-content .aside-posts .individual-aside .post-body,.product-content .aside-posts .individual-aside .post-body{font-size:1.3em}}.post-content .aside-posts .individual-aside .post-social,.product-content .aside-posts .individual-aside .post-social{clear:both;font-size:1em}@media (min-width:0) and (max-width:767px){.post-content .aside-posts .individual-aside .post-social,.product-content .aside-posts .individual-aside .post-social{display:block;text-align:center}.post-content .aside-posts .individual-aside .post-social .mobile-hide,.product-content .aside-posts .individual-aside .post-social .mobile-hide{display:none}.post-content .aside-posts .individual-aside .post-social a,.product-content .aside-posts .individual-aside .post-social a{color:#fff;padding:6px 6px 10px 9px;font-size:.8em;margin:0 2px}.post-content .aside-posts .individual-aside .post-social a.comments,.post-content .aside-posts .individual-aside .post-social a.more-social,.product-content .aside-posts .individual-aside .post-social a.comments,.product-content .aside-posts .individual-aside .post-social a.more-social{font-size:.7em;padding:4px 10px;vertical-align:top}}.aside-row.opened .x-animate{-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.author-content .aside-row-fixed-height .img-wrap img{height:100%}@media (min-width:1024px){.aside-post .post-body img.size-full{max-width:1000px!important;margin-left:-125px!important;margin-right:0!important}}#dealsite,.daily-deals-list{display:none;font-size:1.2em;font-weight:400;line-height:1.5em}#dealsite img,#mobile-deals img{height:auto;max-width:100%}.page-template-daily-deals .content header{width:75%;margin-left:23%;text-align:left}.page-template-daily-deals .post-content a{color:#6B393B}.page-template-daily-deals #daily-deals-heading{padding-right:0;padding-left:0}.color-scheme-mac .daily-deals-list .current{background-color:#5892c4}.color-scheme-google .daily-deals-list .current{background-color:#78BE4A}.color-scheme-toys .daily-deals-list .current{background-color:#EB373E}.color-scheme-electrek .daily-deals-list .current{background-color:#15A6DB}.page-template-daily-deals-php .content header{text-align:center;margin-bottom:.5em}.page-template-daily-deals-php .content h2{margin:0}.spinner img{position:absolute;top:33%;left:50%;margin-left:-20px}.open-link{text-align:center;font-size:18px;padding-top:10px}.large-arrow{font-size:100px;line-height:1.1;color:#d6d6d6}.mobile-deals{text-align:center;margin:0 20px}.slide-nav{margin-top:15px!important;margin-bottom:15px!important;font-size:1.2em}#deals-jump{font-size:1.4em;text-align:center}#next-slide,#previous-slide{font-size:1.2em}#previous-slide{float:left}#next-slide{float:right}.flex-caption{text-align:center;display:none}#mobile-deals .flex-viewport{border:1px solid #AAA}.geo-location-links{padding:0;display:inline-block;margin:1.25em 0 0 1em}.geo-location-links li{list-style:none;display:inline-block;padding:7px;border-radius:4px;background:#ddd}.geo-location-links li a{display:inline-block}.geo-location-links li.current-location,.geo-location-links li:hover{background:#888}.color-scheme-google .geo-location-links li.current-location a{outline:#78BE4A solid 2px}.geo-ca a,.geo-us a{width:16px;height:11px;background:url(/wp-content/themes/vip/9to5-2015/assets/css/../../images/flags.png) no-repeat;text-indent:-90px;overflow:hidden}.geo-us a{background-position:-16px -11px}.geo-au a{background-position:-16px 0}.geo-ca a{background-position:-32px 0}.geo-gb a{background-position:0 -11px}@media only screen and (min-width:480px){.page-template-daily-deals-php .content header{margin-left:0}}@media only screen and (min-width:1070px){.mobile-deals{display:none}#dealsite,.daily-deals-list{display:block}.daily-deals-list{position:relative;top:-1em;padding:0}.daily-deals-list .navigate-deals{color:#bbb;padding-left:.25em}.daily-deals-list li{list-style-type:none}.daily-deals-list a{display:block;padding-left:.25em}.daily-deals-list .current{color:#fff}.daily-deals-list{float:left;width:25%}#dealsite{width:75%;float:left}#dealsite .default,#dealsite .special{background-color:#f7f7f7;border:1px solid #d6d6d6;text-align:center;padding:25% 0;font-size:18px}#dealsite img{border:1px solid}#dealsite{height:200px;position:relative}}@media only screen and (max-width:767px){#daily-deal-banner{display:none}.page-template-daily-deals-php .content header{width:100%;margin-left:0}.geo-location-links{display:block}}@media only screen and (min-width:768px){.page-template-daily-deals-php .content header{width:75%;margin-left:25%;text-align:left}.page-template-daily-deals-php .content h2{float:left}.open-link{text-align:left;float:right;font-size:20px}}header{display:inline-block}@media (min-width:0) and (max-width:767px){header{z-index:160}header.admin-stick{position:fixed;top:0}}#header-placeholder{display:none;height:103px;width:100%}@media (min-width:0) and (max-width:767px){#header-placeholder{display:none;height:68px}}.headerPlaceholder{display:none;margin-bottom:30px}@media (min-width:0) and (max-width:767px){.headerPlaceholder{margin-bottom:26px}}.header-wrap{position:relative;z-index:1000;clear:both}.color-scheme-mac .header-wrap{background-color:#DBE8F4}.color-scheme-google .header-wrap{background-color:#D4FFDB}.color-scheme-toys .header-wrap{background-color:#fbe5e4}.color-scheme-electrek .header-wrap{background-color:#CBEDFA}@media (min-width:0) and (max-width:767px){.header-wrap{-webkit-transform:translate3d(0,0,0)}.color-scheme-mac .header-wrap{background-color:#DBE8F4}.color-scheme-google .header-wrap{background-color:#D4FFDB}.color-scheme-toys .header-wrap{background-color:#fbe5e4}.color-scheme-electrek .header-wrap{background-color:#CBEDFA}}@media (min-width:768px) and (max-width:1024px){.header-wrap{-webkit-transform:translate3d(0,0,0)}.color-scheme-mac .header-wrap{background-color:#DBE8F4}.color-scheme-google .header-wrap{background-color:#D4FFDB}.color-scheme-toys .header-wrap{background-color:#fbe5e4}.color-scheme-electrek .header-wrap{background-color:#CBEDFA}}.header-wrap.stick{position:fixed;top:0;z-index:1000;margin:0 auto;width:100%}.header-wrap.stick .mobile-menu,.header-wrap.stick .trending-items{display:none}.header-wrap.admin-stick{position:fixed;top:32px;z-index:100;margin:0 auto;width:100%}@media (min-width:0) and (max-width:767px){.header-wrap.admin-stick{position:fixed;top:0}}.header-wrap.admin-stick .mobile-menu,.header-wrap.admin-stick .trending-items{display:none}@media (min-width:0) and (max-width:767px){.header-right,.logo,.mobile-menu,nav.site-nav{box-sizing:border-box;width:100%;float:left}}.mobile-menu{box-sizing:border-box;width:100%;float:left;padding-left:0;padding-right:0;min-height:26px}.color-scheme-mac .mobile-menu{background-color:#0d4d7c}.color-scheme-google .mobile-menu{background-color:#16341B}.color-scheme-toys .mobile-menu{background-color:#6B393B}@media (min-width:0) and (max-width:767px){.mobile-menu{position:relative;min-height:25px;z-index:170}}.mobile-menu .mobile-nav-toggle{display:none}@media (min-width:0) and (max-width:767px){.mobile-menu .mobile-nav-toggle{display:block;position:relative;height:25px;z-index:100}.mobile-menu .mobile-nav-toggle:active{top:0;left:0}}.mobile-menu ul{margin:0;padding:0;list-style:none;text-align:center;display:block}@media (min-width:768px){.mobile-menu ul{display:block}}@media (min-width:0) and (max-width:767px){.mobile-menu ul{display:none;padding:0 5px;margin-bottom:0;position:relative;z-index:170}}.mobile-menu li{display:inline-block}@media (min-width:768px){.mobile-menu li{display:inline-block}}@media (min-width:0) and (max-width:767px){.mobile-menu li{display:block;padding:4px 0}.mobile-menu li:last-child{border-bottom:0}.mobile-menu li a{font-size:1.3em;font-weight:300}}.mobile-menu a{color:#fff;display:block;font-size:1em;padding:6px 12px;text-decoration:none;text-transform:uppercase}@media (min-width:768px){.mobile-menu a{font-size:1em}}.color-scheme-mac .mobile-menu a:hover{color:#4b8ec9}.color-scheme-google .mobile-menu a:hover{color:#2C6735}.color-scheme-toys .mobile-menu a:hover{color:#eb373e}.color-scheme-electrek .mobile-menu a:hover{color:#15A6DB}.color-scheme-electrek .mobile-menu{background-color:#939598}@media (min-width:0) and (max-width:767px){#mobile-main-nav-toggle{position:absolute;top:0;left:0;width:40px;height:44px;cursor:pointer;padding:12px 35px 16px 0}#mobile-main-nav-toggle.active{background-color:#fff}#mobile-main-nav-toggle span,#mobile-main-nav-toggle span:after,#mobile-main-nav-toggle span:before{cursor:pointer;border-radius:1px;height:2px;width:20px;background:#58585d;position:absolute;display:block;content:'';transition:all 500ms ease-in-out}#mobile-main-nav-toggle span{left:10px;top:19px}#mobile-main-nav-toggle span:before{top:-5px}#mobile-main-nav-toggle span:after{bottom:-5px}}@media (min-width:0) and (max-width:767px){#mobile-main-nav-toggle.active span{background-color:transparent}#mobile-main-nav-toggle.active span:after,#mobile-main-nav-toggle.active span:before{top:0}#mobile-main-nav-toggle.active span:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.color-scheme-mac #mobile-main-nav-toggle.active span:before{background-color:#78bbf4}.color-scheme-google #mobile-main-nav-toggle.active span:before{background-color:#83B38A}.color-scheme-toys #mobile-main-nav-toggle.active span:before{background-color:#EE7F84}.color-scheme-electrek #mobile-main-nav-toggle.active span:before{background-color:#00ABE4}#mobile-main-nav-toggle.active span:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.color-scheme-mac #mobile-main-nav-toggle.active span:after{background-color:#78bbf4}.color-scheme-google #mobile-main-nav-toggle.active span:after{background-color:#83B38A}.color-scheme-toys #mobile-main-nav-toggle.active span:after{background-color:#EE7F84}.color-scheme-electrek #mobile-main-nav-toggle.active span:after{background-color:#00ABE4}#search-toggle .close{display:none}#search-toggle.active{background-color:#fff;position:absolute;top:0;right:0;height:50px;width:44px}#search-toggle.active .close{display:inline-block;position:absolute;right:17px;top:13px}#search-toggle.active span.close,#search-toggle.active span.close:after,#search-toggle.active span.close:before{cursor:pointer;border-radius:1px;position:absolute;display:block;content:'';right:6px}.color-scheme-mac #search-toggle.active span.close,.color-scheme-mac #search-toggle.active span.close:after,.color-scheme-mac #search-toggle.active span.close:before{background-color:#78bbf4}.color-scheme-google #search-toggle.active span.close,.color-scheme-google #search-toggle.active span.close:after,.color-scheme-google #search-toggle.active span.close:before{background-color:#83B38A}.color-scheme-toys #search-toggle.active span.close,.color-scheme-toys #search-toggle.active span.close:after,.color-scheme-toys #search-toggle.active span.close:before{background-color:#EE7F84}.color-scheme-electrek #search-toggle.active span.close,.color-scheme-electrek #search-toggle.active span.close:after,.color-scheme-electrek #search-toggle.active span.close:before{background-color:#00ABE4}#search-toggle.active span.close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:8px;height:2px;width:20px}#search-toggle.active span.close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);bottom:-10px;height:2px;width:20px}}@media (min-width:768px){#mobile-search-icon{display:none}}@media (min-width:0) and (max-width:767px){#mobile-search-icon .search-container{display:inline-block;position:absolute;right:0;top:10px;font-size:.9em}#mobile-search-icon .search-container:before{color:#58585d;right:12px;top:7px}}@media (min-width:0) and (max-width:767px){#nav-toggle{cursor:pointer;padding:12px 60px 16px 5px;display:block;text-align:center;position:relative;width:11px;margin:0 auto}#nav-toggle span{margin:0 auto;display:block;position:relative;padding-left:16px}}@media (min-width:0) and (max-width:767px){#nav-toggle span,#nav-toggle span:after,#nav-toggle span:before{transition:all 500ms ease-in-out;cursor:pointer;border-radius:1px;position:absolute;display:block;content:''}.color-scheme-mac #nav-toggle span,.color-scheme-mac #nav-toggle span:after,.color-scheme-mac #nav-toggle span:before{background-color:#4b8ec9}.color-scheme-google #nav-toggle span,.color-scheme-google #nav-toggle span:after,.color-scheme-google #nav-toggle span:before{background-color:#2C6735}.color-scheme-toys #nav-toggle span,.color-scheme-toys #nav-toggle span:after,.color-scheme-toys #nav-toggle span:before{background-color:#eb373e}.color-scheme-electrek #nav-toggle span,.color-scheme-electrek #nav-toggle span:after,.color-scheme-electrek #nav-toggle span:before{background-color:#15A6DB}}@media (min-width:0) and (max-width:767px){#nav-toggle span:before{top:-4px;height:2px;width:20px}}@media (min-width:0) and (max-width:767px){#nav-toggle span:after{bottom:-3px;height:2px;width:20px}}@media (min-width:0) and (max-width:767px){#nav-toggle.active span{background-color:transparent}}@media (min-width:0) and (max-width:767px){#nav-toggle.active span:after,#nav-toggle.active span:before{top:0}}@media (min-width:0) and (max-width:767px){#nav-toggle.active span:before{bottom:-5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}}@media (min-width:0) and (max-width:767px){#nav-toggle.active span:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);bottom:-5px}}.logo{box-sizing:border-box;width:33.33333%;float:left;display:block;padding:17px 0 17px 20px}@media (min-width:0) and (max-width:767px){.logo{padding:8px .83333% 10px;position:relative;box-sizing:border-box;width:100%;float:left}}@media (min-width:768px) and (max-width:1024px){.logo{width:30%}}.logo img{max-width:100%;width:250px}@media (min-width:0) and (max-width:767px){.logo img{margin:0 auto;display:block;width:148px}}.elastic-container.header-top{clear:both}@media (min-width:0) and (max-width:767px){.header-top{position:relative}}.header-top .header-right{width:100%;padding:0}@media (min-width:768px){.header-top .header-right{box-sizing:border-box;width:66.66667%;float:right;padding:10px 20px 0}}@media (min-width:1024px){.header-top .header-right{box-sizing:border-box;width:50%;float:right;padding:10px 20px 0}}.social{float:right;font-size:1.1em;height:24px;text-align:right;width:195px;padding-right:10px}@media (min-width:0) and (max-width:767px){.social{display:none}}.social a{color:#939598;padding:3px}.social a:hover{color:#58585d}.social .icon-facebook{font-size:1.1em}.social>*{display:inline-block;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0 2px}.search-container{float:right;font-family:Questrial,sans-serif;font-weight:400;position:relative}@media (min-width:768px){.search-container{display:block}}@media (min-width:0) and (max-width:767px){.search-container{box-sizing:border-box;width:100%;float:right;display:none;position:absolute;z-index:101;padding:0}}.search-container:before{font-family:'9to5';font-size:.9em;color:#939598;position:absolute;right:7px;top:8px;content:"\e600"}@media (min-width:0) and (max-width:767px){.search-container:before{right:15px;top:17px;font-size:1.2em}.color-scheme-mac .search-container:before{color:#78bbf4}.color-scheme-google .search-container:before{color:#83B38A}.color-scheme-toys .search-container:before{color:#EE7F84}.color-scheme-electrek .search-container:before{color:#00ABE4}}.search-container form{margin:0}@media (min-width:0) and (max-width:767px){input[type=search]{width:100%}}@media (min-width:0) and (max-width:767px){input[type=submit]{top:11px}}input[type=search]{color:#939598;font-family:Questrial,sans-serif;font-weight:400;font-size:1em;height:25px;padding-left:5px;border:none;width:200px;-webkit-appearance:none;outline:0;transition:width .2s ease,height .2s ease}@media (min-width:0) and (max-width:767px){input[type=search]{font-family:Questrial,sans-serif;font-weight:400;font-size:1.3em;height:46px;padding-left:10px;border:none;width:100%;-webkit-appearance:none;outline:0;transition:none;z-index:1001;border-bottom:2px solid #78bbf4}.color-scheme-mac input[type=search]{color:#0d4d7c}.color-scheme-google input[type=search]{color:#16341B}.color-scheme-toys input[type=search]{color:#6B393B}.color-scheme-electrek input[type=search]{color:#00cacd}}input[type=search]:focus{width:220px}@media (min-width:0) and (max-width:767px){input[type=search]:focus{width:100%;height:50px}}.search-container input[type=submit]{-webkit-appearance:none;border:0;background:0 0;display:inline;position:absolute;color:transparent;width:25px;top:0;right:10px;height:25px;padding:0;cursor:hand}.search-container input[type=submit]:focus{outline:0}input[type=search]:focus::-webkit-input-placeholder{opacity:0}@media (min-width:0) and (max-width:767px){.color-scheme-mac input[type=search]:focus::-webkit-input-placeholder{color:#0d4d7c}.color-scheme-google input[type=search]:focus::-webkit-input-placeholder{color:#16341B}.color-scheme-toys input[type=search]:focus::-webkit-input-placeholder{color:#6B393B}.color-scheme-electrek input[type=search]:focus::-webkit-input-placeholder{color:#00cacd}}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}input[type=search]::-webkit-input-placeholder{font-size:.95em;text-transform:uppercase}input[type=search]:-moz-placeholder{font-size:.95em;text-transform:uppercase}input[type=search]::-moz-placeholder{font-size:.95em;text-transform:uppercase}input[type=search]:-ms-input-placeholder{font-size:.95em;text-transform:uppercase}nav.site-nav,nav.site-nav ul li.menu-item-has-children:hover>ul.sub-menu{display:block}@media (min-width:0) and (max-width:767px){nav.site-nav{display:none;background-color:#fff;padding-bottom:0;position:absolute;top:37px;z-index:160;border-bottom:3px solid #939598;width:100%}}@media (min-width:0) and (max-width:767px){nav.site-nav ul li.menu-item-has-children:hover>ul.sub-menu{display:none}}nav.site-nav ul.sub-menu{display:none;position:absolute;top:26px;left:0;padding:0 5px 0 0;z-index:300}.color-scheme-mac nav.site-nav ul.sub-menu{background-color:#DBE8F4}.color-scheme-google nav.site-nav ul.sub-menu{background-color:#D4FFDB}.color-scheme-toys nav.site-nav ul.sub-menu{background-color:#fbe5e4}.color-scheme-electrek nav.site-nav ul.sub-menu{background-color:#CBEDFA}nav.site-nav ul.sub-menu li{display:block;text-align:left}ul.sub-menu li a{display:block}nav.site-nav{box-sizing:border-box;width:66.66667%;float:right;padding-left:20px;padding-right:20px;margin-top:6px;text-align:right}@media (min-width:0) and (max-width:767px){nav.site-nav{padding-left:10px;padding-right:10px;padding-bottom:11px;width:100%}}@media (min-width:768px) and (max-width:1024px){nav.site-nav{padding-left:0}}nav.site-nav ul{margin:0;padding:0;list-style:none}@media (min-width:0) and (max-width:767px){nav.site-nav ul{text-align:center;padding:0 4px 0 0}}nav.site-nav li{display:inline-block;position:relative}@media (min-width:0) and (max-width:767px){nav.site-nav li{text-align:center;display:block}}nav.site-nav a{color:#939598;display:block;font-family:Questrial,sans-serif;font-weight:400;font-size:1.2em;text-decoration:none;text-transform:uppercase;padding:5px 0 5px 10px}@media (min-width:0) and (max-width:767px){nav.site-nav a{font-size:1.3em;padding:13px 0}.color-scheme-mac nav.site-nav a{color:#78bbf4}.color-scheme-google nav.site-nav a{color:#83B38A}.color-scheme-toys nav.site-nav a{color:#EE7F84}.color-scheme-electrek nav.site-nav a{color:#00ABE4}}@media (min-width:768px) and (max-width:1024px){nav.site-nav a{font-size:.92em}}nav.site-nav a:hover{color:#58585d}@media (min-width:0) and (max-width:767px){.navigation-bar{position:absolute;bottom:0;width:100%;height:25px}}@media (min-width:0) and (max-width:767px){.color-scheme-mac li.current-menu-item a{color:#78bbf4}.color-scheme-google li.current-menu-item a{color:#83B38A}.color-scheme-toys li.current-menu-item a{color:#EE7F84}.color-scheme-electrek li.current-menu-item a{color:#00ABE4}}.color-scheme-mac li.current-menu-item a{color:#78bbf4}.color-scheme-google li.current-menu-item a{color:#83B38A}.color-scheme-toys li.current-menu-item a{color:#EE7F84}.color-scheme-electrek li.current-menu-item a{color:#00ABE4}.aside-posts>.individual-aside,.author-content,.news-feed-header,.post-content,.product-content,.trending-wrapper,.yesterday-news-feed-header,header{box-sizing:border-box;width:100%;float:left;padding:0}#news-placeholder,#old-news-placeholder{display:none;width:100%}#news-placeholder{height:110px}#old-news-placeholder{height:32px}.news-feed-header{position:relative}@media (min-width:0) and (max-width:767px){.news-feed-header{height:27px}}@media (min-width:0) and (max-width:767px){.news-feed-header.stick{position:relative;top:0}}@media (min-width:0) and (max-width:767px){.news-feed-header.stick.admin-stick{position:relative;top:0}}.community-post{width:49%;float:right;height:30px;padding-right:10px}.community-post a{float:right;display:inline-block;font-family:Questrial,sans-serif;font-size:1em;color:#fff;text-transform:uppercase;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.nav-social{display:none}@media (min-width:0) and (max-width:767px){.nav-social{font-size:1.3em;display:block;margin-bottom:25px}.nav-social a{display:inline-block}}.color-scheme-mac.post-type-archive-ninetofive_community .news-feed-header,.color-scheme-mac.single-ninetofive_community .news-feed-header{background-color:#0d4d7c;height:30px}.color-scheme-mac.post-type-archive-ninetofive_community .news-feed-header .community-post,.color-scheme-mac.single-ninetofive_community .news-feed-header .community-post{height:100%;display:inline-block}.color-scheme-mac.post-type-archive-ninetofive_community .news-feed-header .community-post a,.color-scheme-mac.single-ninetofive_community .news-feed-header .community-post a{height:100%;padding:9px 5px 0}@media (min-width:0) and (max-width:767px){.color-scheme-mac.post-type-archive-ninetofive_community .news-feed-header .community-post a,.color-scheme-mac.single-ninetofive_community .news-feed-header .community-post a{padding:11px;font-size:.8em}}.news-feed-header,.yesterday-news-feed-header{box-sizing:border-box;width:100%;float:left;background-color:#000;color:#fff;z-index:100;-webkit-transform:translate3d(0,0,0);padding-left:0;padding-right:0}.news-feed-header.stick,.yesterday-news-feed-header.stick{position:fixed;top:77px;z-index:100;margin:0 auto;width:100%}.news-feed-header.stick .mobile-menu,.news-feed-header.stick .trending-items,.yesterday-news-feed-header.stick .mobile-menu,.yesterday-news-feed-header.stick .trending-items{display:none}.news-feed-header.admin-stick,.yesterday-news-feed-header.admin-stick{position:fixed;top:109px;margin:0 auto;width:100%}.news-feed-header.admin-stick .mobile-menu,.news-feed-header.admin-stick .trending-items,.yesterday-news-feed-header.admin-stick .mobile-menu,.yesterday-news-feed-header.admin-stick .trending-items{display:none}.yesterday-news-feed-header{z-index:101;position:relative}.currently-reading{box-sizing:border-box;width:50%;float:left;font-size:1.3em;font-family:Questrial,sans-serif;font-weight:400;text-transform:uppercase;height:30px;padding-left:20px;padding-right:20px}@media (min-width:0) and (max-width:767px){.currently-reading{width:70%;font-size:1.2em;font-family:Questrial,sans-serif;font-weight:400;height:28px;padding-left:10px;padding-right:10px}}.currently-reading>*{margin:0;padding:0;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.currently-reading .single-product{text-transform:none}.stock-data{box-sizing:border-box;float:right;width:auto;text-align:right;height:30px;padding-left:20px;padding-right:20px}@media (min-width:0) and (max-width:767px){.stock-data{padding-bottom:0;padding-left:10px;padding-right:10px}}.stock-data .change,.stock-data .change-up,.stock-data .current{display:inline-block;font-family:Questrial,sans-serif;font-weight:400;font-size:1em;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.stock-data .change{color:red}@media (min-width:0) and (max-width:767px){.stock-data .change{display:none}}.stock-data .change-up{color:#78be4a}@media (min-width:0) and (max-width:767px){.stock-data .change-up{display:none}}.stock-data .stock-chart{display:none;position:absolute;right:0;top:27px;background-color:#000;padding:5px}.stock-data *,.stock-data>*{padding:0 3px;margin:0}.stock-data .change,.stock-data .change img,.stock-data .current,.stock-data .current p{padding-left:6px;padding-right:0}@media (min-width:0) and (max-width:767px){.home .currently-reading{width:50%}}@media (min-width:0) and (max-width:767px){.home .stock-data{padding-bottom:4px}}.home .stock-data .change,.home .stock-data .change-up{display:inline-block}@media (min-width:0) and (max-width:767px){.stock-data .change,.stock-data .change-up,.stock-data .current{font-size:1em}}.color-scheme-google.post-type-archive-ninetofive_community .news-feed-header,.color-scheme-google.single-ninetofive_community .news-feed-header{background-color:#16341B;height:30px}.color-scheme-google.post-type-archive-ninetofive_community .news-feed-header .community-post,.color-scheme-google.single-ninetofive_community .news-feed-header .community-post{height:100%;padding:9px 5px 0}.color-scheme-google.post-type-archive-ninetofive_community .news-feed-header .community-post a,.color-scheme-google.single-ninetofive_community .news-feed-header .community-post a{background-color:#2C6735;height:100%;padding:9px 5px 0}@media (min-width:0) and (max-width:767px){.color-scheme-google.post-type-archive-ninetofive_community .news-feed-header .community-post a,.color-scheme-google.single-ninetofive_community .news-feed-header .community-post a{padding:11px;font-size:.8em}}#content,.comments-area,.infinite-wrap{clear:both}.author-content .post-title,.post-content .post-title,.product-content .post-title{display:inline-block;font:3.2em Questrial,sans-serif;font-weight:400;line-height:1.2em;padding:25px 20px 0;margin:0}@media (min-width:0) and (max-width:767px){.author-content .post-title,.post-content .post-title,.product-content .post-title{font:2.2em Questrial,sans-serif;font-weight:400;padding:20px 10px 5px;line-height:1.2em}}.author-content .post-title a,.post-content .post-title a,.product-content .post-title a{color:#000}.author-content .post-meta,.post-content .post-meta,.product-content .post-meta{padding:15px 20px 20px;margin-bottom:20px;position:relative}@media (min-width:0) and (max-width:767px){.author-content .post-meta,.post-content .post-meta,.product-content .post-meta{padding:5px 10px 40px;font-size:1.1em}}.author-content .post-meta .icon-twitter,.post-content .post-meta .icon-twitter,.product-content .post-meta .icon-twitter{color:#4099ff;padding:0 2px}.color-scheme-mac .author-content .post-meta a,.color-scheme-mac .post-content .post-meta a,.color-scheme-mac .product-content .post-meta a{color:#4b8ec9}.color-scheme-google .author-content .post-meta a,.color-scheme-google .post-content .post-meta a,.color-scheme-google .product-content .post-meta a{color:#2C6735}.color-scheme-toys .author-content .post-meta a,.color-scheme-toys .post-content .post-meta a,.color-scheme-toys .product-content .post-meta a{color:#eb373e}.color-scheme-electrek .author-content .post-meta a,.color-scheme-electrek .post-content .post-meta a,.color-scheme-electrek .product-content .post-meta a{color:#15A6DB}.color-scheme-mac .author-content .post-meta a:hover,.color-scheme-mac .post-content .post-meta a:hover,.color-scheme-mac .product-content .post-meta a:hover{color:#0d4d7c}.color-scheme-google .author-content .post-meta a:hover,.color-scheme-google .post-content .post-meta a:hover,.color-scheme-google .product-content .post-meta a:hover{color:#16341B}.color-scheme-toys .author-content .post-meta a:hover,.color-scheme-toys .post-content .post-meta a:hover,.color-scheme-toys .product-content .post-meta a:hover{color:#6B393B}.color-scheme-electrek .author-content .post-meta a:hover,.color-scheme-electrek .post-content .post-meta a:hover,.color-scheme-electrek .product-content .post-meta a:hover{color:#00cacd}@media (min-width:0) and (max-width:767px){.author-content .post-cats,.post-content .post-cats,.product-content .post-cats{width:100%;text-align:left;display:block;font-size:1em}.author-content .post-cats.featured-adj,.post-content .post-cats.featured-adj,.product-content .post-cats.featured-adj{float:right;width:inherit;padding:4px 0}}.author-content .small-img,.post-content .small-img,.product-content .small-img{float:right;padding:10px}.author-content .feat-image-wrapper,.post-content .feat-image-wrapper,.product-content .feat-image-wrapper{width:100%;max-width:1000px;margin:0 auto;position:relative;z-index:60;overflow:initial}@media (min-width:1024px){.author-content .feat-image-wrapper,.post-content .feat-image-wrapper,.product-content .feat-image-wrapper{padding-left:20px;padding-right:20px}}.author-content .feat-image-wrapper .feat-image,.post-content .feat-image-wrapper .feat-image,.product-content .feat-image-wrapper .feat-image{display:inline-block;position:relative;overflow:hidden;width:100%}.author-content .feat-image-wrapper .feat-image.tall img,.post-content .feat-image-wrapper .feat-image.tall img,.product-content .feat-image-wrapper .feat-image.tall img{width:auto;max-width:100%;max-height:62.5VW;margin:0 auto;display:block}.author-content .feat-image-wrapper .feat-image.wide img,.post-content .feat-image-wrapper .feat-image.wide img,.product-content .feat-image-wrapper .feat-image.wide img{width:100%;height:auto;margin:0 auto;display:block}.single .feat-image-wrapper,.tax-ninetofive_families .feat-image-wrapper{max-width:100%;padding-left:0;padding-right:0}.post-cats{font-family:Roboto,sans-serif;font-size:1.05em;text-align:right;display:inline-block;float:right;margin:0}.post-cats a{font-weight:300;text-transform:uppercase}.color-scheme-mac .post-cats a:hover{color:#4b8ec9}.color-scheme-google .post-cats a:hover{color:#2C6735}.color-scheme-toys .post-cats a:hover{color:#eb373e}.color-scheme-electrek .post-cats a:hover{color:#15A6DB}@media (min-width:0) and (max-width:767px){.post-meta .tags{position:absolute;top:35px;left:10px}}.post-meta .article-label{font-family:Roboto,sans-serif;font-size:1.05em;float:right;color:#FFF;line-height:24px;padding:0 8px;margin:-3px 10px 0 0;font-weight:300;text-transform:uppercase}.color-scheme-mac .post-meta .article-label{background-color:#4b8ec9}.color-scheme-google .post-meta .article-label{background-color:#2C6735}.color-scheme-toys .post-meta .article-label{background-color:#eb373e}.color-scheme-electrek .post-meta .article-label{background-color:#15A6DB}@media (min-width:0) and (max-width:767px){.post-meta .article-label{margin-top:0}}a.twitter-handle{color:#939598}.post-meta>*{display:inline;color:#939598}.post-social ul,.post-social-mobile ul,.sd-social ul{list-style-type:none;margin:0;padding:0}.post-social li,.post-social-mobile li,.sd-social li{display:inline-block}.post-social .mobile-hide,.post-social-mobile .mobile-hide,.sd-social .mobile-hide{display:inline}.post-social a,.post-social-mobile a,.sd-social a{color:#fff;font-size:.6em;font-weight:300;padding:0 5px}.post-social a:hover,.post-social-mobile a:hover,.sd-social a:hover{color:#FFF}@media (min-width:0) and (max-width:767px){.post-social a.sd-button span,.post-social-mobile a.sd-button span,.sd-social a.sd-button span{display:none}}.post-social a.comments,.post-social-mobile a.comments,.sd-social a.comments{background-color:#000}.post-social a.comments:hover,.post-social-mobile a.comments:hover,.sd-social a.comments:hover{color:#fff}.post-social a.facebook,.post-social a.share-facebook,.post-social-mobile a.facebook,.post-social-mobile a.share-facebook,.sd-social a.facebook,.sd-social a.share-facebook{background-color:#3B5998}.post-social a.facebook:hover,.post-social a.share-facebook:hover,.post-social-mobile a.facebook:hover,.post-social-mobile a.share-facebook:hover,.sd-social a.facebook:hover,.sd-social a.share-facebook:hover{background-color:#2d4373}.post-social a.share-twitter,.post-social a.twitter,.post-social-mobile a.share-twitter,.post-social-mobile a.twitter,.sd-social a.share-twitter,.sd-social a.twitter{background-color:#4099ff}.post-social a.share-twitter:hover,.post-social a.twitter:hover,.post-social-mobile a.share-twitter:hover,.post-social-mobile a.twitter:hover,.sd-social a.share-twitter:hover,.sd-social a.twitter:hover{background-color:#0d7eff}.post-social a.gplus,.post-social a.share-google-plus-1,.post-social-mobile a.gplus,.post-social-mobile a.share-google-plus-1,.sd-social a.gplus,.sd-social a.share-google-plus-1{background-color:#dd4b39}.post-social a.gplus:hover,.post-social a.share-google-plus-1:hover,.post-social-mobile a.gplus:hover,.post-social-mobile a.share-google-plus-1:hover,.sd-social a.gplus:hover,.sd-social a.share-google-plus-1:hover{background-color:#c23321}.post-social a.share-pinterest,.post-social-mobile a.share-pinterest,.sd-social a.share-pinterest{background-color:#bd081c}.post-social a.share-pinterest:hover,.post-social-mobile a.share-pinterest:hover,.sd-social a.share-pinterest:hover{background-color:#8c0615}.post-social a.share-reddit,.post-social-mobile a.share-reddit,.sd-social a.share-reddit{background-color:#ff5700}.post-social a.share-reddit:hover,.post-social-mobile a.share-reddit:hover,.sd-social a.share-reddit:hover{background-color:#cc4600}.post-social a.more-social,.post-social a.share-more,.post-social-mobile a.more-social,.post-social-mobile a.share-more,.sd-social a.more-social,.sd-social a.share-more{background-color:#939598}.post-social a.more-social:hover,.post-social a.share-more:hover,.post-social-mobile a.more-social:hover,.post-social-mobile a.share-more:hover,.sd-social a.more-social:hover,.sd-social a.share-more:hover{color:#fff;background-color:#797b7f}.post-social a.comments,.post-social-mobile a.comments,.sd-social a.comments{color:#fff!important}.post-social a.sd-button,.post-social-mobile a.sd-button,.sd-social a.sd-button{color:#fff!important;padding:5px;margin:3px -5px 3px 3px}@media (min-width:0) and (max-width:767px){.post-social a.sd-button,.post-social-mobile a.sd-button,.sd-social a.sd-button{padding:6px 5px;vertical-align:middle;font-size:1em}}.post-social-mobile>*,.post-social>*,.sd-social>*{display:inline-block}.sd-content{position:relative}.sd-button{margin-right:-8px}.sd-button:before{font-family:'9to5';padding-right:6px}@media (min-width:0) and (max-width:767px){.sd-button:before{padding-right:3px}}.share-facebook a:before{content:"\ea8c"}.share-twitter a:before{content:"\ea91"}.share-google-plus-1 a:before{content:"\ea88"}.share-pinterest a:before{content:"\e601"}.share-reddit a:before{content:"\e602"}.sharing-hidden{position:absolute;top:30px;right:-8px;width:204px}@media (min-width:0) and (max-width:767px){.sharing-hidden{right:-2px}}a.share-email,a.share-pinterest,a.share-print,a.share-reddit{color:#fff;background-color:#000}.post-body .sharing-hidden a{z-index:200;position:relative}.post-body .sharing-hidden .share-email a,.post-body .sharing-hidden .share-pinterest a,.post-body .sharing-hidden .share-print a,.post-body .sharing-hidden .share-reddit a{padding:5px}.sharing-hidden li{margin:-2px}a.sd-button{padding:5px;margin:3px}.post-social-mobile{display:block;text-align:center;position:relative;bottom:12px}@media (min-width:0) and (max-width:767px){.post-social-mobile{text-align:center;position:relative}}.post-social-mobile a{color:#fff;padding:6px 8px;font-size:.8em;margin:0 -3px 0 0;border:3px solid #fff}@media (min-width:0) and (max-width:767px){.post-social-mobile a{padding:6px 8px;font-size:1.5em;margin:0 -3px 0 0;border:3px solid #fff}}.post-social-mobile a.comments,.post-social-mobile a.more-social{color:#fff;font-size:.8em;line-height:1.4em;padding:4px 10px;margin-right:-7px}@media (min-width:0) and (max-width:767px){.post-social-mobile a.comments,.post-social-mobile a.more-social{font-size:1em;line-height:1.4em;padding:6px 10px;vertical-align:middle}}.post-social-mobile .mobile-hide{display:inline}@media (min-width:0) and (max-width:767px){.post-social-mobile .mobile-hide{display:none}}.post-content .post-body{padding:0 20px;margin-top:-15px;margin-left:auto;margin-right:auto;box-sizing:content-box;max-width:750px}.post-content .post-body img{max-width:100%;height:auto}@media (min-width:0) and (max-width:767px){.post-content .post-body{padding-left:10px;padding-right:10px}}.color-scheme-mac .post-content .post-body a{color:#127edb}.color-scheme-google .post-content .post-body a{color:#78a47f}.color-scheme-toys .post-content .post-body a{color:#d21c24}.color-scheme-electrek .post-content .post-body a{color:#66B1CB}.generations-table,.post-body,.recommendations,article.gen{font-size:1.2em;line-height:1.5em;margin-bottom:30px;padding:15px 20px 0}@media (min-width:0) and (max-width:767px){.generations-table,.post-body,.recommendations,article.gen{position:relative;padding:5px 10px 0;font-size:1.3em}}.generations-table h1,.generations-table h2,.generations-table h3,.generations-table h4,.post-body h1,.post-body h2,.post-body h3,.post-body h4,.recommendations h1,.recommendations h2,.recommendations h3,.recommendations h4,article.gen h1,article.gen h2,article.gen h3,article.gen h4{font-weight:400}.generations-table h2,.generations-table h5,.post-body h2,.post-body h5,.recommendations h2,.recommendations h5,article.gen h2,article.gen h5{text-transform:uppercase}.generations-table h5,.post-body h5,.recommendations h5,article.gen h5{color:#939598;font-weight:300}.generations-table hr,.post-body hr,.recommendations hr,article.gen hr{border-top:1px dotted #939598}.generations-table code,.generations-table pre,.generations-table var,.post-body code,.post-body pre,.post-body var,.recommendations code,.recommendations pre,.recommendations var,article.gen code,article.gen pre,article.gen var{font-family:Roboto,sans-serif;font-size:.9em;word-wrap:break-word}.generations-table dt,.post-body dt,.recommendations dt,article.gen dt{font-weight:500}.generations-table .press-release,.generations-table blockquote,.post-body .press-release,.post-body blockquote,.recommendations .press-release,.recommendations blockquote,article.gen .press-release,article.gen blockquote{font-style:italic;margin-left:25px;padding-left:15px;border-left:3px solid #939598}.generations-table .press-release cite,.generations-table blockquote cite,.post-body .press-release cite,.post-body blockquote cite,.recommendations .press-release cite,.recommendations blockquote cite,article.gen .press-release cite,article.gen blockquote cite{font-style:normal;color:#939598}.generations-table .press-release img.alignright,.generations-table blockquote img.alignright,.post-body .press-release img.alignright,.post-body blockquote img.alignright,.recommendations .press-release img.alignright,.recommendations blockquote img.alignright,article.gen .press-release img.alignright,article.gen blockquote img.alignright{margin-right:0}.generations-table .press-release,.post-body .press-release,.recommendations .press-release,article.gen .press-release{font-family:"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;font-style:normal;border-left-color:#e9e8e3}.color-scheme-mac .generations-table a:hover,.color-scheme-mac .post-body a:hover,.color-scheme-mac .recommendations a:hover,.color-scheme-mac article.gen a:hover{color:#4b8ec9}.color-scheme-google .generations-table a:hover,.color-scheme-google .post-body a:hover,.color-scheme-google .recommendations a:hover,.color-scheme-google article.gen a:hover{color:#2C6735}.color-scheme-toys .generations-table a:hover,.color-scheme-toys .post-body a:hover,.color-scheme-toys .recommendations a:hover,.color-scheme-toys article.gen a:hover{color:#eb373e}.color-scheme-electrek .generations-table a:hover,.color-scheme-electrek .post-body a:hover,.color-scheme-electrek .recommendations a:hover,.color-scheme-electrek article.gen a:hover{color:#15A6DB}.generations-table .post-social,.post-body .post-social,.recommendations .post-social,article.gen .post-social{text-align:center;margin:45px 0 10px}.generations-table .post-social a,.post-body .post-social a,.recommendations .post-social a,article.gen .post-social a{font-size:.7em;padding:0 9px}@media (min-width:0) and (max-width:767px){.generations-table .post-social a,.post-body .post-social a,.recommendations .post-social a,article.gen .post-social a{font-size:.8em;padding:3px 9px}}.generations-table .post-social a.sd-button,.generations-table .post-social a.share-more,.post-body .post-social a.sd-button,.post-body .post-social a.share-more,.recommendations .post-social a.sd-button,.recommendations .post-social a.share-more,article.gen .post-social a.sd-button,article.gen .post-social a.share-more{padding:5px 10px;margin-right:3px;vertical-align:top}@media (min-width:0) and (max-width:767px){.generations-table .post-social a.sd-button,.generations-table .post-social a.share-more,.post-body .post-social a.sd-button,.post-body .post-social a.share-more,.recommendations .post-social a.sd-button,.recommendations .post-social a.share-more,article.gen .post-social a.sd-button,article.gen .post-social a.share-more{padding:8px 6px 6px;vertical-align:middle}}@media (min-width:0) and (max-width:767px){.generations-table .post-social .mobile-hide,.post-body .post-social .mobile-hide,.recommendations .post-social .mobile-hide,article.gen .post-social .mobile-hide{display:none}}.generations-table .sd-content li,.post-body .sd-content li,.recommendations .sd-content li,article.gen .sd-content li{margin:0}@media (min-width:0) and (max-width:767px){span.more-text{font-size:1.4em}}@-webkit-keyframes looping{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes looping{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes looping{0%{-webkit-transform:rotate(225deg);transform:rotate(225deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes looping{0%{-webkit-transform:rotate(225deg);transform:rotate(225deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.post-body.loading a.less-link .x-animate,.post-body.loading a.more-link .x-animate{-webkit-animation:looping .2s infinite;animation:looping .2s infinite}a.more-link{color:#fff;font-size:1.1em;font-weight:300;padding:10px 11px;text-transform:uppercase;margin:20px auto 0;display:block;width:235px;height:33px;box-sizing:border-box}.color-scheme-mac a.more-link{background-color:#4b8ec9}.color-scheme-google a.more-link{background-color:#2C6735}.color-scheme-toys a.more-link{background-color:#eb373e}.color-scheme-electrek a.more-link{background-color:#15A6DB}.color-scheme-electrek a.more-link:hover,.color-scheme-google a.more-link:hover,.color-scheme-mac a.more-link:hover,.color-scheme-toys a.more-link:hover{color:#fff}.color-scheme-mac a.more-link:hover{background-color:#0d4d7c}.color-scheme-google a.more-link:hover{background-color:#16341B}.color-scheme-toys a.more-link:hover{background-color:#6B393B}.color-scheme-electrek a.more-link:hover{background-color:#00cacd}a.more-link .x-animate{display:inline-block;width:18px;height:18px;position:relative;top:-2px;right:-11px;transition:.2s;-webkit-transform:translateZ(0);transform:translateZ(0)}@media (min-width:0) and (max-width:767px){a.more-link .x-animate{top:-4px}}a.more-link .x-animate:before{content:"";display:block;position:absolute;background-color:#fff;width:80%;height:1px;left:10%;top:47%}a.more-link .x-animate:after{content:"";display:block;position:absolute;background-color:#fff;width:1px;height:80%;left:47%;top:10%}a.less-link{color:#fff;font-size:1.1em;font-weight:300;padding:10px 11px;text-transform:uppercase;margin:0 auto;display:block;width:235px;height:33px}.color-scheme-mac a.less-link{background-color:#0d4d7c}.color-scheme-google a.less-link{background-color:#16341B}.color-scheme-toys a.less-link{background-color:#6B393B}.color-scheme-electrek a.less-link{background-color:#00cacd}@media (min-width:0) and (max-width:767px){a.less-link{background-color:transparent}}a.less-link.less-post:hover{color:#fff}.color-scheme-mac a.less-link.less-post:hover{background-color:#4b8ec9}.color-scheme-google a.less-link.less-post:hover{background-color:#2C6735}.color-scheme-toys a.less-link.less-post:hover{background-color:#eb373e}.color-scheme-electrek a.less-link.less-post:hover{background-color:#15A6DB}a.less-link .x-animate{display:inline-block;width:18px;height:18px;position:relative;top:-2px;right:-24px;transition:.2s;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}a.less-link .x-animate:before{content:"";display:block;position:absolute;background-color:#fff;width:80%;height:1px;left:10%;top:47%}a.less-link .x-animate:after{content:"";display:block;position:absolute;background-color:#fff;width:1px;height:80%;left:47%;top:10%}@media (min-width:0) and (max-width:767px){a.less-link,a.more-link{font-size:1.2em;height:30px}.extended{margin:0 auto}.contract-mobile{box-sizing:border-box;width:235px;margin:0 auto}.color-scheme-mac .contract-mobile{background-color:#0d4d7c}.color-scheme-google .contract-mobile{background-color:#16341B}.color-scheme-toys .contract-mobile{background-color:#6B393B}.color-scheme-electrek .contract-mobile{background-color:#00cacd}.color-scheme-mac .contract-mobile:hover{background-color:#4b8ec9}.color-scheme-google .contract-mobile:hover{background-color:#2C6735}.color-scheme-toys .contract-mobile:hover{background-color:#eb373e}.color-scheme-electrek .contract-mobile:hover{background-color:#15A6DB}}.contract-mobile{box-sizing:border-box}span.lesstext,span.moretext{color:#fff;position:relative;top:-5.5px}.product .expand{font-size:2em}@media (min-width:0) and (max-width:767px){.color-scheme-mac .expand-mobile{background-color:#4b8ec9}.color-scheme-google .expand-mobile{background-color:#2C6735}.color-scheme-toys .expand-mobile{background-color:#eb373e}.color-scheme-electrek .expand-mobile{background-color:#15A6DB}.color-scheme-mac .expand-mobile:hover{background-color:#0d4d7c}.color-scheme-google .expand-mobile:hover{background-color:#16341B}.color-scheme-toys .expand-mobile:hover{background-color:#6B393B}.color-scheme-electrek .expand-mobile:hover{background-color:#00cacd}}@-webkit-keyframes looping{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes looping{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.post-content.loading a.more-article .x-animate{-webkit-animation:looping .2s infinite;animation:looping .2s infinite}a.more-article{border:0;color:#58585d;margin:0 auto;display:block}.color-scheme-mac a.more-article:hover{color:#0d4d7c}.color-scheme-google a.more-article:hover{color:#16341B}.color-scheme-toys a.more-article:hover{color:#6B393B}.color-scheme-electrek a.more-article:hover{color:#00cacd}a.more-article .x-animate{display:inline-block;width:18px;height:18px;position:relative;top:0;right:0;transition:.2s;-webkit-transform:translateZ(0);transform:translateZ(0)}@media (min-width:0) and (max-width:767px){a.more-article .x-animate{width:20px;height:20px;top:0;left:0}}a.more-article .x-animate:before{content:"";display:block;position:absolute;background-color:#58585d;width:18px;height:1px;left:0;top:8px}a.more-article .x-animate:after{content:"";display:block;position:absolute;background-color:#58585d;width:1px;height:18px;left:8px;top:0}.infinite-loader{clear:both;display:block;margin:0 auto;border-bottom:6px solid rgba(75,142,201,.1);border-left:6px solid rgba(75,142,201,.1);border-right:6px solid rgba(75,142,201,.1);border-top:6px solid rgba(75,142,201,.4);border-radius:100%;height:50px;width:50px;-webkit-animation:loading .6s infinite linear;animation:loading .6s infinite linear}@-webkit-keyframes loading{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes loading{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.status-publish{margin:25px}@media (min-width:0) and (max-width:767px){.status-publish{margin:0 25px}}@media (min-width:768px){.status-publish{margin:0 25px}}.status-publish h1{font:3.2em Questrial,sans-serif;font-weight:400;line-height:1.2em;clear:both;padding-top:20px}@media (min-width:0) and (max-width:767px){.status-publish h1{font-size:2.2em}}.status-publish h1 a{color:#000}article.post-content.expired .post-title:before{content:'EXPIRED OFFER';font-size:15px;vertical-align:middle;background-color:red;color:#fff;margin-right:10px;padding:4px}#expired-modal{width:90%;margin:0 auto;border:5px solid red;padding:15px}#expired-modal .follow{text-align:center}#new-community-article input[type=text]{background-color:#fff;padding:3px 8px;font-size:1.7em;line-height:100%;height:1.7em;width:100%;outline:0;margin:0;border-width:2px;border-style:solid;border-color:#ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}#new-community-article .title{margin:1em auto}#new-community-article .title #title::-webkit-input-placeholder{color:#777;text-transform:none;padding-top:3px}#new-community-article .title #title::-moz-placeholder{color:#777;text-transform:none;padding-top:3px}#new-community-article .title #title:-ms-input-placeholder{color:#777;text-transform:none;padding-top:3px}#new-community-article .title #title:-moz-placeholder{color:#777;text-transform:none;padding-top:3px}#new-community-article .wp-editor-container{background:#fff;border:2px solid #e5e5e5}#new-community-article .wp-editor-container textarea{background:#fff}#new-community-article input[type=submit]{background:#5892c4;cursor:pointer;float:right}#new-community-article input[type=submit]:hover{background:#0D4D7C}.community-message{text-align:center;max-width:30em;margin:auto}.community-message a,.community-message a:active,.community-message a:focus{outline:0}.community-message h3{font-weight:400}.community-message .link{font-size:1.5em}.community-message .link i{font-size:2em;margin-right:.5em;position:relative;top:5px;color:#999}.community-message.login{width:100%}.community-message.login .link{text-align:left}.community-message.login .link i{float:left;top:0}.community-message.login .link a{display:block;line-height:1.3em}.community-message.login .link .small{font-size:.5em;display:block}.community-message .logos{font-size:3em}.community-message .logos .site-logo{width:30%}.community-message .logos .wordpress-logo{width:50%}.community-message .logos .plus{font-size:1.3em;width:15%}.discussion-error-message{background:#fff;border-left:4px solid #dd3d36;padding:.5em 1em;box-shadow:1px 1px 5px 0 #aaa;margin-bottom:2em;font-style:italic;font-size:13px}.discussion-error-message span{display:block}.post-type-archive-ninetofive_community #infinite-handle{position:absolute;bottom:0}.post-type-archive-ninetofive_community #infinite-handle span{background-color:#ececec;color:#5892c4}.post-type-archive-ninetofive_community #infinite-handle span:hover{background:#ccc}.post-type-archive-ninetofive_community .community-article-cta-handle{margin-top:1em}.post-type-archive-ninetofive_community .community-article-cta-handle a{background-color:#5892c4;color:#fff}.post-type-archive-ninetofive_community .community-article-cta-handle a:hover{background:#0D4D7C;text-decoration:none}.post-type-archive-ninetofive_community #infinite-handle,.post-type-archive-ninetofive_community .community-article-cta-handle{text-align:center;width:100%}.post-type-archive-ninetofive_community #infinite-handle a,.post-type-archive-ninetofive_community #infinite-handle span,.post-type-archive-ninetofive_community .community-article-cta-handle a,.post-type-archive-ninetofive_community .community-article-cta-handle span{width:90%;display:block;margin:auto;border-radius:3em;text-transform:uppercase;font-style:italic;cursor:pointer;font-size:13px;padding:6px 16px}.post-type-archive-ninetofive_community .community-article-cta.button{float:right;margin-top:1em}.post-type-archive-ninetofive_community #community-articles{padding-bottom:4em;position:relative}.post-type-archive-ninetofive_community #community-articles .infinite-loader{text-indent:0;text-align:center;position:absolute;width:100%;bottom:0}.post-type-archive-ninetofive_community #community-articles .infinite-loader .spinner{margin-left:-17px}.post-type-archive-ninetofive_community .main-content article{width:30%;margin:.5em 1.5%;border:1px solid #ccc;text-align:center;box-sizing:border-box}.post-type-archive-ninetofive_community .main-content article.popularity-0{opacity:.5}.post-type-archive-ninetofive_community .main-content article.popularity-1{opacity:.8}.post-type-archive-ninetofive_community .main-content article.popularity-10{opacity:1}.post-type-archive-ninetofive_community .main-content article.popularity-20{border-color:#0D4D7C}.post-type-archive-ninetofive_community .main-content article h2{font-size:1.5em;word-wrap:normal}.post-type-archive-ninetofive_community .main-content article .featured-image{width:100%;height:auto}.post-type-archive-ninetofive_community .main-content article img.avatar{display:block;margin:.8em auto}.post-type-archive-ninetofive_community .main-content article .post-info{padding:1em}.post-type-archive-ninetofive_community .main-content article .comments{background:#0D4D7C;font-size:.8em}.post-type-archive-ninetofive_community .main-content article .comments a{color:#fff}.post-type-archive-ninetofive_community .main-content article time{font-size:.8em;display:block}.post-type-archive-ninetofive_community .main-content article.loop-cta{border:none}.post-type-archive-ninetofive_community .main-content article.loop-cta a{margin:0;padding:1em 0;width:100%}.single-ninetofive_community summary.story-meta.widget{padding-bottom:0;text-align:center}.single-ninetofive_community summary.story-meta.widget nav{display:none}.single-ninetofive_community summary.story-meta.widget .avatar{float:none;display:block;margin:0 auto .5em}.single-ninetofive_community summary.story-meta.widget .date-time-sep{display:none}.single-ninetofive_community summary.story-meta.widget .author{line-height:1em}.single-ninetofive_community summary.story-meta.widget time{display:block;margin-top:.5em}.single-ninetofive_community summary.story-meta.widget time *{display:none}.single-ninetofive_community summary.story-meta.widget time .date{display:inline}.single-ninetofive_community summary.story-meta.widget .share-comments-list{display:none}.single-ninetofive_community .community-article-meta-cta{border-top:1px solid #E8E6E7;margin-top:1em;padding:1.5em}.single-ninetofive_community .breadcrumbs a{display:inline-block;text-transform:uppercase;padding:.5em 10px .5em 2.5em;background:#5892c4;color:#fff}.single-ninetofive_community .breadcrumbs a i{position:absolute;left:10px;top:0;line-height:1em;font-size:2.5em;margin-right:10px;float:left}.single-ninetofive_community .breadcrumbs a:hover{text-decoration:none;background:#0D4D7C}.single-ninetofive_community article.ninetofive_community>h1 a{color:#fff;background:#0D4D7C;padding:0 10px}.community-article-author-banner{margin-top:0;background:#0D4D7C;color:#fff;text-transform:uppercase;font-size:.8em;text-align:center}.author .community-article-author-banner{margin-bottom:1em}.community-article-cta.button{font-size:1.5em;color:#fff;background:#5892c4;width:240px;display:block;margin:auto;text-align:center;padding:.5em;box-sizing:border-box}.community-article-cta.button:hover{text-decoration:none;background:#0D4D7C}@media only screen and (max-width:1080px) and (min-width:768px),only screen and (max-width:580px){.post-type-archive-ninetofive_community .main-content article{width:47%}}@media only screen and (max-width:1080px){.post-type-archive-ninetofive_community .main-content>.community-article-cta.button{display:none}}@media only screen and (max-width:400px){.post-type-archive-ninetofive_community .main-content article{width:100%;margin:1em auto}}#new-community-article{padding-bottom:150px}#new-community-article input[type=submit]{border:0;background-color:#4b8ec9;color:#fff;font-size:1.1em;font-weight:300;padding:10px 11px;text-transform:uppercase;margin:20px auto 0;display:block;width:171px;height:37px;-webkit-appearance:none}@media (min-width:0) and (max-width:767px){#new-community-article input[type=submit]{width:100%;margin:30px auto 0}}#new-community-article .categories label{display:inline-block;padding-right:15px;vertical-align:middle;margin-top:-5px}@media (min-width:0) and (max-width:767px){#new-community-article .categories select{width:100%;margin:5px 0}}#new-community-article .categories{margin-top:6px;float:left;width:50%;height:37px;padding-top:12px}@media (min-width:0) and (max-width:767px){#new-community-article .categories{width:100%}}.author-content .bio{display:inline-block;margin-bottom:20px}.author-content .bio .avatar{float:right;margin:20px}.color-scheme-mac .author-content a{color:#78bbf4}.color-scheme-google .author-content a{color:#83B38A}.color-scheme-toys .author-content a{color:#EE7F84}.color-scheme-electrek .author-content a{color:#00ABE4}.affiliate-gear .aside-title,.affiliate-gear .expand{color:#58585d}.affiliate-gear .expand{font-size:2em}html{height:100%;box-sizing:border-box;overflow-x:hidden}*,:after,:before{box-sizing:inherit}body{font-family:Roboto,sans-serif;font-weight:300;font-size:16px;margin:0;overflow:hidden}@media (min-width:768px){body{font-size:14px}}body strong{font-weight:500}@media (min-width:0) and (max-width:767px){body,html{font-size:12px;min-width:320px}}.elastic-container{max-width:1000px;width:100%;margin:0 auto}a{border:0;border-style:none;text-decoration:none}.white-square-separator{content:" ";background:#fff;width:4px;height:4px;box-sizing:border-box;display:inline-block;vertical-align:middle;margin:0 5px;position:relative;top:-1px}.alignnone,a img.alignnone,img.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}a img.aligncenter,img.aligncenter{display:block;margin-left:auto;margin-right:auto;max-width:100%;height:auto}.alignleft,a img.alignleft,img.alignleft{float:left;margin:5px 20px 20px 0}.alignright,a img.alignright,img.alignright{float:right;margin:5px 0 20px 20px}@media (min-width:1000px){a img.alignleft,img.alignleft{margin-left:-105px}a img.alignright,img.alignright{float:right;margin-right:-105px}}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.gallery{clear:both}@media (min-width:1000px){.gallery{margin-left:-160px!important;margin-right:-160px!important}}@media (min-width:1000px){.jetpack-slideshow{margin-left:-100px;margin-right:-100px}}.fluid-width-video-wrapper,span.embed-youtube{height:0;overflow:hidden;padding-top:56.25%;position:relative}@media (min-width:1000px){.fluid-width-video-wrapper,span.embed-youtube{margin-left:-105px;margin-right:-105px;padding-top:67.5%}}.fluid-width-video-wrapper iframe,span.embed-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%}.instagram-media-rendered,.tumblr-embed-loaded,.twitter-tweet-rendered{margin:1em auto!important}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}body .post-content .post-body .pullquote{font-family:Roboto,sans-serif;font-weight:400;font-style:italic;font-size:1.8rem;line-height:1.4;text-transform:uppercase;width:35%;float:right;clear:right;margin:30px 0 30px 30px;color:#939598}body .post-content .post-body .pullquote:before{content:'';display:block;background:url(/wp-content/themes/vip/9to5-2015/assets/css/../../images/pullquote-bubble.png) no-repeat;height:52px}@media (min-width:0) and (max-width:767px){body .post-content .post-body .pullquote{float:none;width:auto;margin:20px 0;font-size:2rem;line-height:1.3}}@media (min-width:1024px){body .post-content .post-body .pullquote{margin-right:-105px}body .post-content .post-body .pullquote.un-align{margin-right:0;width:320px}}.mejs-offscreen{position:absolute!important;top:-10000px;left:-10000px;overflow:hidden;width:1px;height:1px}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-container:focus{outline:0}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(/wp-includes/js/mediaelement/bigplay.svg) no-repeat}.no-svg .mejs-overlay-button{background-image:url(/wp-includes/js/mediaelement/bigplay.png)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(/wp-includes/js/mediaelement/background.png);background:rgba(0,0,0,.9);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(/wp-includes/js/mediaelement/loading.gif) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(/wp-includes/js/mediaelement/background.png);background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(/wp-includes/js/mediaelement/controls.svg) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(/wp-includes/js/mediaelement/controls.png)}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-volume-button{}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(/wp-includes/js/mediaelement/background.png);background:rgba(50,50,50,.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(/wp-includes/js/mediaelement/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px 10px 0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:0}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url(/wp-includes/js/mediaelement/background.png);background:rgba(20,20,20,.5);white-space:pre-wrap}.me-cannotplay{}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(/wp-includes/js/mediaelement/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(/wp-includes/js/mediaelement/background.png);background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(/wp-includes/js/mediaelement/background.png);background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px!important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(/wp-includes/js/mediaelement/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33,248,248,1)}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:#fff;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:transparent url(/wp-includes/js/mediaelement/jumpforward.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:transparent url(/wp-includes/js/mediaelement/skipback.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}.mejs-container {
	clear: both;
}

.mejs-container * {
	font-family: Helvetica, Arial;
}

.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
	background: #222;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	display: table;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #0073aa;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.mejs-controls .mejs-offscreen {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.mejs-controls a:focus > .mejs-offscreen {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #0073aa;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 0;
	top: 15px;
	text-decoration: none;
	text-transform: none;
	width: auto;
}

.mejs-overlay-loading {
	background: transparent;
}

/* Override theme styles that may conflict with controls. */
.mejs-controls button:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.me-cannotplay {
	width: auto !important;
}

.media-embed-details .wp-audio-shortcode {
	display: inline-block;
	max-width: 400px;
}

.audio-details .embed-media-settings {
	overflow: visible;
}

.media-embed-details .embed-media-settings .setting span {
	max-width: 400px;
	width: auto;
}

.media-embed-details .embed-media-settings .checkbox-setting span {
	display: inline-block;
}

.media-embed-details .embed-media-settings {
	padding-top: 0;
	top: 28px;
}

.media-embed-details .instructions {
	padding: 16px 0;
	max-width: 600px;
}

.media-embed-details .setting p,
.media-embed-details .setting .remove-setting {
	color: #a00;
	font-size: 10px;
	text-transform: uppercase;
}

.media-embed-details .setting .remove-setting {
	padding: 0;
}

.media-embed-details .setting a:hover {
	color: #f00;
}

.media-embed-details .embed-media-settings .checkbox-setting {
	float: none;
	margin: 0 0 10px;
}

.wp-video {
	max-width: 100%;
	height: auto;
}

.wp_attachment_holder .wp-video,
.wp_attachment_holder .wp-audio-shortcode {
	margin-top: 18px;
}

video.wp-video-shortcode,
.wp-video-shortcode video {
	max-width: 100%;
	display: inline-block;
}

.video-details .wp-video-holder {
	width: 100%;
	max-width: 640px;
}

.wp-playlist {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 12px 0 18px;
	font-size: 14px;
	line-height: 1.5;
}

.wp-admin .wp-playlist {
	margin: 0 0 18px;
}

.wp-playlist video {
	display: inline-block;
	max-width: 100%;
}

.wp-playlist audio {
	display: none;
	max-width: 100%;
	width: 400px;
}

.wp-playlist .mejs-container {
	margin: 0;
	width: 100%;
}

.wp-playlist .mejs-controls .mejs-button button {
	outline: 0;
}

.wp-playlist-light {
	background: #fff;
	color: #000;
}

.wp-playlist-dark {
	color: #fff;
	background: #000;
}

.wp-playlist-caption {
	display: block;
	max-width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.5;
}

.wp-playlist-item .wp-playlist-caption {
	text-decoration: none;
	color: #000;
	max-width: -webkit-calc(100% - 40px);
	max-width: calc(100% - 40px);
}

.wp-playlist-item-meta {
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

.wp-playlist-item-title {
	font-size: 14px;
	line-height: 1.5;
}

.wp-playlist-item-album {
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wp-playlist-item-artist {
	font-size: 12px;
	text-transform: uppercase;
}

.wp-playlist-item-length {
	position: absolute;
	right: 3px;
	top: 0;
	font-size: 14px;
	line-height: 1.5;
}

.rtl .wp-playlist-item-length {
	left: 3px;
	right: auto;
}

.wp-playlist-tracks {
	margin-top: 10px;
}

.wp-playlist-item {
	position: relative;
	cursor: pointer;
	padding: 0 3px;
	border-bottom: 1px solid #ccc;
}

.wp-playlist-item:last-child {
	border-bottom: 0;
}

.wp-playlist-light .wp-playlist-caption {
	color: #333;
}

.wp-playlist-dark .wp-playlist-caption {
	color: #dedede;
}

.wp-playlist-playing {
	font-weight: bold;
	background: #f7f7f7;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-playing {
	background: #000;
	color: #fff;
}

.wp-playlist-current-item {
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px;
}

.wp-playlist .wp-playlist-current-item img {
	float: left;
	max-width: 60px;
	height: auto;
	margin-right: 10px;
	padding: 0;
	border: 0;
}

.rtl .wp-playlist .wp-playlist-current-item img {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.wp-playlist-current-item .wp-playlist-item-title,
.wp-playlist-current-item .wp-playlist-item-artist {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wp-audio-playlist .me-cannotplay span {
	padding: 5px 15px;
}
img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa; //darken( $gray, 10% )
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px 
		rgba( 46, 68, 83, .1 ) inset, 0 1px 1px 
		rgba( 46, 68, 83, .05 ); //gray-dark
	border-radius: 4px;
	padding: 24px;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
