@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}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}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-bio:after,.author-content:after,.author-gear:after,.comments-area:after,.infinite-wrap:after,.post-content:after,.product-content:after,.trending-grid-item a.deal-button:after,.trending-grid-items:after,a.product-button:after,nav.header-nav ul.sub-menu li.menu-item-object-ninetofive_guides: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:#08304e}.comments-area .navigation{padding:1em}.comment-reply-title{margin:0}#disqus_thread{padding:15px 20px 20px}.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}.trending-grid{background:#fff}.trending-grid-items{background:#333}.trending-grid-item{background-size:cover;cursor:pointer}.trending-grid-item:before{background:rgba(0,0,0,.5);content:'';display:block;height:100%;position:relative;width:100%}.trending-grid-item a.grid-link{color:#fff}.trending-grid-item header{display:block;float:none;position:absolute;bottom:0;padding:1.5em}@media (min-width:1024px){.trending-grid-item header{padding:2em 1.5em 1.5em 2em}}.trending-grid-item a.deal-button{display:inline-block;margin-top:10px;padding:.1em 1.4em .1em .35em;background-image:url(/wp-content/themes/vip/9to5-2015/assets/css/../../images/arrow-right-white.png);background-size:6px 12px;background-repeat:no-repeat;background-position:right .5em center;color:#fff;font-size:18px;font-weight:300;transition:background-color .5s ease}.color-scheme-mac .trending-grid-item a.deal-button{background-color:#4b8ec9}.color-scheme-google .trending-grid-item a.deal-button{background-color:#2C6735}.color-scheme-toys .trending-grid-item a.deal-button{background-color:#eb373e}.color-scheme-electrek .trending-grid-item a.deal-button{background-color:#15A6DB}.color-scheme-mac .trending-grid-item a.deal-button:active,.color-scheme-mac .trending-grid-item a.deal-button:focus,.color-scheme-mac .trending-grid-item a.deal-button:hover{background-color:#0d4d7c}.color-scheme-google .trending-grid-item a.deal-button:active,.color-scheme-google .trending-grid-item a.deal-button:focus,.color-scheme-google .trending-grid-item a.deal-button:hover{background-color:#16341B}.color-scheme-toys .trending-grid-item a.deal-button:active,.color-scheme-toys .trending-grid-item a.deal-button:focus,.color-scheme-toys .trending-grid-item a.deal-button:hover{background-color:#6B393B}.color-scheme-electrek .trending-grid-item a.deal-button:active,.color-scheme-electrek .trending-grid-item a.deal-button:focus,.color-scheme-electrek .trending-grid-item a.deal-button:hover{background-color:#00cacd}.trending-grid-item a.deal-button.deal-button-savings{background-position:right 12px center;background-size:10px 20px;display:table;box-sizing:border-box;padding-right:.5em;width:260px}.trending-grid-item a.deal-button .savings{display:table-cell;font-size:12px;padding-top:.5em;text-align:right;vertical-align:top;width:40%}.trending-grid-item a.deal-button .price{display:table-cell;font-size:32px;padding:0 .5em;vertical-align:top;width:60%}.color-scheme-toys .trending-grid-item:before{background:-webkit-gradient(left top,right top,color-stop(0%,rgba(0,0,0,.75)),color-stop(100%,rgba(235,55,62,.4)));background:linear-gradient(to right,rgba(0,0,0,.75) 0,rgba(235,55,62,.4) 100%)}.trending-post-title{color:#fff;font-size:1.4em;line-height:1.3em;font-weight:400;margin:0;text-shadow:1px 1px rgba(0,0,0,.8);max-width:100%}.trending-item-1{width:100%;position:relative}.trending-item-1 .trending-post-title{font-size:2.25em}@media (min-width:768px) and (max-width:1023px){.trending-item-1 .trending-post-title{font-size:2.5em}}@media (max-width:360px){.trending-item-1 .trending-post-title{font-size:1.5em}}@media (min-width:1024px){.trending-item-1{width:62%}.trending-item-1 a.deal-button{font-size:32px;background-size:10px 20px}.trending-item-1 .trending-post-title{font-size:3.25em}}.trending-item-1:before{display:block;content:"";width:100%;padding-top:48.31169%}.trending-item-1>.inner{position:absolute;top:0;left:0;right:0;bottom:0}.trending-item-2 .trending-post-title{font-size:1.7em}@media (max-width:360px){.trending-item-2 .trending-post-title{font-size:1.5em}}@media (min-width:768px) and (max-width:1023px){.trending-item-2 .trending-post-title{font-size:2.25em}}@media (min-width:1280px){.trending-item-2 .trending-post-title{font-size:2.25em}}.trending-column-2{width:100%}@media (min-width:1024px){.trending-column-2{width:38%}}@media (min-width:1024px){.trending-column-2,.trending-item-1{float:left}}.trending-item-2{width:100%;position:relative}.trending-item-2:before{display:block;content:"";width:100%;padding-top:39.53488%}.trending-item-2>.inner{position:absolute;top:0;left:0;right:0;bottom:0}.trending-item-3,.trending-item-4{float:left;width:50%;position:relative}.trending-item-3 .trending-post-title,.trending-item-4 .trending-post-title{font-size:16px}@media (min-width:550px) and (max-width:767px){.trending-item-3 .trending-post-title,.trending-item-4 .trending-post-title{font-size:20px}}@media (min-width:768px) and (max-width:1024px){.trending-item-3 .trending-post-title,.trending-item-4 .trending-post-title{font-size:20px}}@media (min-width:1024px){.trending-item-3 .trending-post-title,.trending-item-4 .trending-post-title{font-size:18px}}@media (min-width:1280px){.trending-item-3 .trending-post-title,.trending-item-4 .trending-post-title{font-size:20px}}@media (max-width:360px){.trending-item-3 .trending-post-title,.trending-item-4 .trending-post-title{font-size:14px}}.trending-item-3:before,.trending-item-4:before{display:block;content:"";width:100%;padding-top:78.48101%}.trending-item-3>.inner,.trending-item-4>.inner{position:absolute;top:0;left:0;right:0;bottom:0}@media (min-width:0) and (max-width:767px){.trending-item-3:before,.trending-item-4:before{padding-top:100%}}.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:#f9f9f9}@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;overflow:hidden}.ninetofive-feed .slick-slide .deal .deal-title{background:rgba(0,0,0,.6);position:absolute;z-index:2;color:#fff;font-size:1.05rem;line-height:1.5;margin:0;padding:.5em 1em;font-weight:400;bottom:0}@media (min-width:0) and (max-width:767px){.ninetofive-feed .slick-slide .deal .deal-title{font-size:1.2rem}}.ninetofive-feed .slick-slide .deal:hover .deal-img{-webkit-transform:scale(1.2);transform:scale(1.2)}.ninetofive-feed .slick-slide .deal .deal-img{background-size:cover;background-position:center;transition:all .5s;height:175px;width:100%;position:absolute;z-index:0;top:0;opacity:.8}.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 .title{color:#6B393B}.ninetofive-feed.ninetofive-toys .deal .deal-title{background:rgba(100,19,21,.8)}.ninetofive-feed.ninetofive-toys .deal:hover .deal-title{background:rgba(100,19,21,.9)}.ninetofive-feed.ninetofive-google .title{color:#16341B}.ninetofive-feed.ninetofive-google .deal .deal-title{background:rgba(44,103,53,.8)}.ninetofive-feed.ninetofive-google .deal:hover .deal-title{background:rgba(44,103,53,.9)}.ninetofive-feed.ninetofive-mac .title{color:#0d4d7c}.ninetofive-feed.ninetofive-mac .deal .deal-title{background:rgba(13,77,124,.8)}.ninetofive-feed.ninetofive-mac .deal:hover .deal-title{background:rgba(13,77,124,.9)}.ninetofive-feed.ninetofive-electrek .title{color:#00cacd}.ninetofive-feed.ninetofive-electrek .deal .deal-title{background:rgba(0,202,205,.8)}.ninetofive-feed.ninetofive-electrek .deal:hover .deal-title{background:rgba(0,202,205,.9)}#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}.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;min-height:1px}.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{background-color:#DCDDDE;max-width:100%;overflow:hidden;text-align:center}.inlinead.adsense{padding:20px 0}.inlinead>div,.inlinead>ins{padding:20px 0;margin:0 auto}.enable-fallbacks .inlinead>div,.enable-fallbacks .inlinead>ins{padding:0}@media only screen and (min-width:768px){.inlinead>div,.inlinead>ins{display:block;padding:25px 10px 25px 0}.enable-fallbacks .inlinead>div,.enable-fallbacks .inlinead>ins{padding: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}}.enable-fallbacks .author_ad{display:none!important}.fallback-unit{display:none}.enable-fallbacks .fallback-unit{display:block}.fallback-unit img{max-width:100%}.fallback-unit.river-unit{background-color:#dcddde;max-width:100%;overflow:hidden;text-align:center}.fallback-unit.river-unit>div{margin:0 auto;padding:20px 0}@media only screen and (min-width:768px){.fallback-unit.river-unit>div{padding:25px 10px 25px 0}}.author-unit{max-width:300px}.author-unit a{display:block;line-height:0;position:relative}.author-unit h3{background:rgba(0,0,0,.7);bottom:0;box-sizing:border-box;color:#fff;font-size:1.17em;font-weight:400;line-height:1.3;margin:0;padding:.25em .5em;position:absolute;text-align:left;width:100%}.post-body .author-unit h3{font-size:1em}@media (min-width:768px){.post-body .author-unit{float:right;margin-left:20px;width:300px;height:250px}}@media (min-width:1000px){.post-body .author-unit{margin:0 -105px 20px 20px}}.river-unit .author-unit{margin:0 auto}@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}}.product-content h2.sub-title{display:block;font-size:1.5em;padding-top:5px}.product-content div.feat-image-wrapper{margin-top:20px}.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}.product-content .overview{padding-top:10px;margin-top:30px;max-width:420px}.product-content .overview p{margin:0;color:#939598}.product-content .overview .count{font-weight:500}.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}.product_cta_image{line-height:1.3;position:relative;top:23px;z-index:100}.aside-post .product_cta_image{top:45px}.product_cta_aside a.product-button{background-size:6px 12px;background-position:right 12px center;margin-top:0}.product_cta_aside a.product-button .product-price{font-size:18px;line-height:1.3em;padding:.5em}.product_cta_lower{line-height:1.3;text-align:center;margin-bottom:30px}.product_cta_after_single{display:none}.single .product_cta_after_single{display:block}.single .infinite-wrap .product_cta_after_single{display:none}a.product-button{color:#fff!important;border:2px solid #f9f9f9;text-align:left;display:inline-block;margin-top:10px;padding:.1em 1.4em .1em .35em;background-image:url(/wp-content/themes/vip/9to5-2015/assets/css/../../images/arrow-right-white.png);background-size:10px 20px;background-repeat:no-repeat;background-position:right 12px center;font-size:18px;font-weight:300;transition:background-color .5s ease}.color-scheme-mac a.product-button{background-color:#4b8ec9}.color-scheme-google a.product-button{background-color:#2C6735}.color-scheme-toys a.product-button{background-color:#eb373e}.color-scheme-electrek a.product-button{background-color:#15A6DB}.color-scheme-mac a.product-button:active,.color-scheme-mac a.product-button:focus,.color-scheme-mac a.product-button:hover{background-color:#0d4d7c}.color-scheme-google a.product-button:active,.color-scheme-google a.product-button:focus,.color-scheme-google a.product-button:hover{background-color:#16341B}.color-scheme-toys a.product-button:active,.color-scheme-toys a.product-button:focus,.color-scheme-toys a.product-button:hover{background-color:#6B393B}.color-scheme-electrek a.product-button:active,.color-scheme-electrek a.product-button:focus,.color-scheme-electrek a.product-button:hover{background-color:#00cacd}a.product-button .product-price{font-size:32px;padding:.5em}a.product-button.has-savings{display:table;margin:0 auto;box-sizing:border-box;padding-right:.5em;width:300px}a.product-button.has-savings .product-price{display:table-cell;font-size:32px;padding:0 .5em;vertical-align:top;width:60%}a.product-button .product-savings-amount{display:table-cell;font-size:12px;padding-top:.5em;text-align:right;vertical-align:top;width:40%}.post-content{background-color:#fff}.post-content:nth-of-type(even){background-color:#f9f9f9}.post-content:nth-of-type(even) .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%);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:-webkit-flex;display:flex;-webkit-align-items:center;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;-webkit-align-self:stretch;align-self:stretch;-webkit-align-content:center;align-content:center;-webkit-align-items:center;align-items:center;-webkit-justify-content: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{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:200px;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;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;box-sizing:content-box}.aside-row .icon-twitter{color:#55acee}.color-scheme-toys .aside-title .aside-post-meta{display:none}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 p.aside-title-p .expired,.product-content .aside-posts .individual-aside .aside-title p.aside-title-p .expired{font-size:15px;vertical-align:middle;background-color:red;color:#fff;margin-right:4px;padding:4px}.post-content .aside-posts .individual-aside .aside-title p.aside-content-p,.product-content .aside-posts .individual-aside .aside-title p.aside-content-p{color:#58585d}.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{-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:960px!important;margin-left:-125px!important;margin-right:0!important}}@media (min-width:1024px){.post-content .aside-post .feat-image-wrapper{padding:0}}.related-guides-container{padding-bottom:1em}.related-guides-container h1{font:2.8em Questrial,sans-serif;font-weight:400;line-height:1.2em;padding:25px 20px;margin:0}@media (min-width:0) and (max-width:767px){.related-guides-container h1{font-size:2.2em;padding:10px 20px}}.related-guides-container .related-guides-item{width:33%;display:inline-block;padding:0 20px 20px;vertical-align:top;font-size:1.05em}.related-guides-container .related-guides-item h3{margin:5px 0;font-weight:400}@media (min-width:0) and (max-width:767px){.related-guides-container .related-guides-item{width:100%;padding:10px 20px}}.related-guides-container .related-guides-item .related-guides-item-image{min-height:110px;max-height:145px;overflow:hidden}@media (min-width:0) and (max-width:767px){.related-guides-container .related-guides-item .related-guides-item-image{max-height:100%}}.related-guides-container .related-guides-item .related-guides-item-image img{width:100%}@media (min-width:0) and (max-width:767px){.related-guides-container .related-guides-item p{font-size:1.25em}}.related-guides-container .related-guides-item .related-guides-action{text-align:center}.related-guides-container .related-guides-item .related-guides-action .related-guide-view-more{color:#fff;padding:5px 10px;text-transform:uppercase}.color-scheme-mac .related-guides-container .related-guides-item .related-guides-action .related-guide-view-more{background:#4b8ec9}.color-scheme-google .related-guides-container .related-guides-item .related-guides-action .related-guide-view-more{background:#2C6735}.color-scheme-toys .related-guides-container .related-guides-item .related-guides-action .related-guide-view-more{background:#eb373e}.color-scheme-electrek .related-guides-container .related-guides-item .related-guides-action .related-guide-view-more{background:#15A6DB}.color-scheme-mac .related-guides-container .related-guides-item .related-guides-action .related-guide-view-more:focus,.color-scheme-mac .related-guides-container .related-guides-item .related-guides-action .related-guide-view-more:hover{background:#0d4d7c}.color-scheme-google .related-guides-container .related-guides-item .related-guides-action .related-guide-view-more:focus,.color-scheme-google .related-guides-container .related-guides-item .related-guides-action .related-guide-view-more:hover{background:#16341B}.color-scheme-toys .related-guides-container .related-guides-item .related-guides-action .related-guide-view-more:focus,.color-scheme-toys .related-guides-container .related-guides-item .related-guides-action .related-guide-view-more:hover{background:#6B393B}.color-scheme-electrek .related-guides-container .related-guides-item .related-guides-action .related-guide-view-more:focus,.color-scheme-electrek .related-guides-container .related-guides-item .related-guides-action .related-guide-view-more:hover{background:#00cacd}#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}}@media (min-width:768px){.tax-ninetofive_guides .content{clear:both;overflow:hidden}.tax-ninetofive_guides .post-content.product{background-color:#f9f9f9;float:left;width:50%}.tax-ninetofive_guides .post-content.product .elastic-container{max-width:none}.tax-ninetofive_guides .post-content.product:nth-of-type(even) .aside-row{padding-left:0}.tax-ninetofive_guides .post-content.product:nth-of-type(odd) .aside-row{float:right}.tax-ninetofive_guides .post-content.product .aside-row{max-width:500px}.tax-ninetofive_guides .post-content.product:nth-of-type(4n-1),.tax-ninetofive_guides .post-content.product:nth-of-type(4n-2){background-color:#fff}}.product-content .guide-image{display:block;margin:0 auto;max-height:400px;max-width:100%;padding:2.14283em 0 0}@media (min-width:768px){.product-content .guide-image{float:right;padding:2.14284em 3.6em;max-height:600px;max-width:50%}}.product-content .guide-overview{margin:30px 10px 0}@media (min-width:768px){.product-content .guide-overview{margin:30px 20px 0}}.product-content .guide-overview a.btn{color:#fff;display:inline-block;float:right;font-weight:500;padding:1em 1.25em;text-decoration:none}.color-scheme-mac .product-content .guide-overview a.btn{background-color:#4b8ec9}.color-scheme-google .product-content .guide-overview a.btn{background-color:#2C6735}.color-scheme-toys .product-content .guide-overview a.btn{background-color:#eb373e}.color-scheme-electrek .product-content .guide-overview a.btn{background-color:#15A6DB}.color-scheme-mac .product-content .guide-overview a.btn:focus,.color-scheme-mac .product-content .guide-overview a.btn:hover{background-color:#0d4d7c}.color-scheme-google .product-content .guide-overview a.btn:focus,.color-scheme-google .product-content .guide-overview a.btn:hover{background-color:#16341B}.color-scheme-toys .product-content .guide-overview a.btn:focus,.color-scheme-toys .product-content .guide-overview a.btn:hover{background-color:#6B393B}.color-scheme-electrek .product-content .guide-overview a.btn:focus,.color-scheme-electrek .product-content .guide-overview a.btn:hover{background-color:#00cacd}.post-anchor-wrap{position:relative}.posts-anchor{display:block;height:43px;margin-top:-43px;visibility:hidden}@media (min-width:768px){.posts-anchor{height:81px;margin-top:-81px}.admin-bar .posts-anchor{height:113px;margin-top:-113px}}@media (min-width:600px) and (max-width:767px){.admin-bar .posts-anchor{height:85px;margin-top:-85px}}.product-content hr{background:#dcddde;border:0;clear:both;height:1px;margin:2em 10px .5em}@media (min-width:768px){.product-content hr{margin:2em 20px .5em}}.tax-ninetofive_guides .currently-reading,.tax-ninetofive_guides .news-feed-header{height:34px}@media (min-width:480px){.tax-ninetofive_guides .currently-reading,.tax-ninetofive_guides .news-feed-header{height:27px}}.tax-ninetofive_guides .news-feed-header .updated,.tax-ninetofive_guides .news-feed-header span.single-product{display:block}@media (min-width:480px){.tax-ninetofive_guides .news-feed-header .updated,.tax-ninetofive_guides .news-feed-header span.single-product{display:inline-block}}.tax-ninetofive_guides .news-feed-header .white-square-separator{display:none}@media (min-width:480px){.tax-ninetofive_guides .news-feed-header .white-square-separator{display:inline-block}}.tax-ninetofive_guides .product-content .currently-reading{width:100%}.tax-ninetofive_guides .stock-data{padding-bottom:3px}@media (min-width:480px){.tax-ninetofive_guides .stock-data{padding-bottom:6px}}.tax-ninetofive_guides .stock-data .stock-chart{top:34px}@media (min-width:480px){.tax-ninetofive_guides .stock-data .stock-chart{top:27px}}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.header-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);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);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);transform:rotate(45deg);top:8px;height:2px;width:20px}#search-toggle.active span.close:after{-webkit-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);transform:rotate(45deg)}}@media (min-width:0) and (max-width:767px){#nav-toggle.active span:after{-webkit-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}}@media (min-width:768px){.color-scheme-toys .header-top .header-right{padding-top:30px}}.color-scheme-toys .logo{padding-bottom:7px}@media (min-width:0) and (max-width:767px){.color-scheme-toys .logo img{margin:0;padding:6px 6px 0;width:160px}}.color-scheme-toys #mobile-main-nav-toggle{display:none}@media (min-width:0) and (max-width:767px){.color-scheme-toys .scroll-to-fixed-fixed #mobile-main-nav-toggle{display:block;top:8px;left:auto;right:50px;height:46px}.color-scheme-toys .scroll-to-fixed-fixed .guides-nav{display:none}.color-scheme-toys #mobile-search-icon .search-container:before{color:#646267;font-size:2em;right:20px;top:8px}.color-scheme-toys #search-toggle.active{top:8px;right:10px}}.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%);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.header-nav,nav.header-nav ul li.menu-item-has-children:hover>ul.sub-menu{display:block}@media (min-width:0) and (max-width:767px){nav.header-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.header-nav ul li.menu-item-has-children:hover>ul.sub-menu{display:none}}nav.header-nav ul.sub-menu{display:none;position:absolute;top:28px;left:0;padding:0;z-index:300}.color-scheme-mac nav.header-nav ul.sub-menu{background-color:#DBE8F4}.color-scheme-google nav.header-nav ul.sub-menu{background-color:#D4FFDB}.color-scheme-toys nav.header-nav ul.sub-menu{background-color:#fbe5e4}.color-scheme-electrek nav.header-nav ul.sub-menu{background-color:#CBEDFA}@media (min-width:768px) and (max-width:1024px){nav.header-nav ul.sub-menu{top:25px}}nav.header-nav ul.sub-menu li{display:block;text-align:left}nav.header-nav ul.sub-menu li.menu-item-object-ninetofive_guides{border-bottom:1px solid #dbe3ef}nav.header-nav ul.sub-menu li.menu-item-object-ninetofive_guides:first-of-type{padding-top:9px}nav.header-nav ul.sub-menu li.menu-item-object-ninetofive_guides a{width:100%;padding:0 13px;line-height:35px}nav.header-nav ul.sub-menu li.menu-item-object-ninetofive_guides img{max-height:40px;max-width:50px;position:absolute;top:8px;right:8px}nav.header-nav ul.sub-menu li.menu-item-object-ninetofive_guides.has-image a{line-height:45px;padding:5px 56px 5px 10px;position:relative}nav.header-nav ul.sub-menu li.menu-item-object-ninetofive_guides.has-image a span{line-height:18px;vertical-align:middle;display:inline-block}@media (min-width:1024px){nav.header-nav ul.sub-menu li.menu-item-object-ninetofive_guides.has-image a span{line-height:22px}}nav.header-nav ul.sub-menu li a{display:block}nav.header-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.header-nav{padding-left:10px;padding-right:10px;padding-bottom:11px;width:100%}}@media (min-width:768px) and (max-width:1024px){nav.header-nav{padding-left:0}}nav.header-nav ul{margin:0;padding:0;list-style:none}@media (min-width:0) and (max-width:767px){nav.header-nav ul{text-align:center;padding:0 4px 0 0}}nav.header-nav li{display:inline-block;position:relative}@media (min-width:0) and (max-width:767px){nav.header-nav li{text-align:center;display:block}}nav.header-nav li.menu-item-type-custom .sub-menu{max-height:240px;max-height:50vh;overflow-y:scroll;width:250px}@media (min-width:768px) and (max-width:1024px){nav.header-nav li.menu-item-type-custom .sub-menu{width:200px}}nav.header-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.header-nav a{font-size:1.3em;padding:13px 0}.color-scheme-mac nav.header-nav a{color:#78bbf4}.color-scheme-google nav.header-nav a{color:#83B38A}.color-scheme-toys nav.header-nav a{color:#EE7F84}.color-scheme-electrek nav.header-nav a{color:#00ABE4}}@media (min-width:768px) and (max-width:1024px){nav.header-nav a{font-size:.92em}}@media (min-width:768px){nav.header-nav a{padding-bottom:18px}}@media (min-width:1024px){nav.header-nav a{padding-bottom:14px}}nav.header-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-grid,.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;-webkit-transform:translateZ(0)}@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}}nav.guides-nav{height:50px;overflow:hidden}.color-scheme-mac nav.guides-nav{background-color:#4b8ec9}.color-scheme-google nav.guides-nav{background-color:#2C6735}.color-scheme-toys nav.guides-nav{background-color:#eb373e}.color-scheme-electrek nav.guides-nav{background-color:#15A6DB}.header-wrap:not(.scroll-to-fixed-fixed) nav.guides-nav{display:block!important}nav.guides-nav #guides-menu{height:50px!important;margin:0 auto;padding:0 0 0 3%;max-width:1080px;width:100%}nav.guides-nav #guides-menu.slick-initialized{padding-left:0}nav.guides-nav li{display:inline-block}nav.guides-nav a{color:#fff;display:block;font-weight:400;padding:0 1.5em 0 1em;text-decoration:none;text-transform:uppercase;line-height:50px;font-size:16px;cursor:grab}nav.guides-nav .sub-menu{display:none}nav.guides-nav .slick-list{width:92%}nav.guides-nav .slick-next.slick-disabled:before,nav.guides-nav .slick-prev.slick-disabled:before{opacity:0}nav.guides-nav .slick-prev:before{content:url(/wp-content/themes/vip/9to5-2015/assets/css/../../images/arrow-left-white.png)}nav.guides-nav .slick-next:before{content:url(/wp-content/themes/vip/9to5-2015/assets/css/../../images/arrow-right-white.png)}.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%);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-backface-visibility:hidden;-webkit-transform:scale(1);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:55%;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%);transform:translateY(-50%);-webkit-font-smoothing:antialiased}.currently-reading .single-product{text-transform:none}.currently-reading .single-product span{text-transform:uppercase}.stock-data{box-sizing:border-box;float:right;width:auto;text-align:right;height:30px;padding-bottom:6px;padding-left:20px;padding-right:20px}@media (min-width:0) and (max-width:767px){.stock-data{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%);transform:translateY(-50%)}.stock-data .change{color:red;display:none}.stock-data .change-up{color:#78be4a}@media (min-width:375px){.stock-data .change{display:inline-block}}.stock-data .stock-chart{display:none;position:absolute;right:0;top:27px;background-color:#000;padding:5px}.stock-data .stock-chart img{max-width:100%}.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}.stock-data.alt-link a{color:#fff}@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,.author-content .sub-title,.post-content .post-title,.post-content .sub-title,.product-content .post-title,.product-content .sub-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,.author-content .sub-title,.post-content .post-title,.post-content .sub-title,.product-content .post-title,.product-content .sub-title{font:2.2em Questrial,sans-serif;font-weight:400;padding:20px 10px 5px;line-height:1.2em}}.author-content .post-title a,.author-content .sub-title a,.post-content .post-title a,.post-content .sub-title a,.product-content .post-title a,.product-content .sub-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;font-size:1.1em}.author-content .post-meta:after,.post-content .post-meta:after,.product-content .post-meta:after{content:' ';display:block;clear:both;visibility:hidden}}.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}.author-content .post-meta .post-cats .article-label,.post-content .post-meta .post-cats .article-label,.product-content .post-meta .post-cats .article-label{display:none}.author-content .post-meta .post-cats a,.post-content .post-meta .post-cats a,.product-content .post-meta .post-cats a{background:#ebebeb;padding:3px 8px;display:inline-block;margin:0 10px 5px 0}.color-scheme-mac .author-content .post-meta .post-cats a:hover,.color-scheme-mac .post-content .post-meta .post-cats a:hover,.color-scheme-mac .product-content .post-meta .post-cats a:hover{background:#4b8ec9;color:#fff}.color-scheme-google .author-content .post-meta .post-cats a:hover,.color-scheme-google .post-content .post-meta .post-cats a:hover,.color-scheme-google .product-content .post-meta .post-cats a:hover{background:#2C6735;color:#fff}.color-scheme-toys .author-content .post-meta .post-cats a:hover,.color-scheme-toys .post-content .post-meta .post-cats a:hover,.color-scheme-toys .product-content .post-meta .post-cats a:hover{background:#eb373e;color:#fff}.color-scheme-electrek .author-content .post-meta .post-cats a:hover,.color-scheme-electrek .post-content .post-meta .post-cats a:hover,.color-scheme-electrek .product-content .post-meta .post-cats a:hover{background:#15A6DB;color:#fff}.color-scheme-mac .author-content .post-meta .post-cats a,.color-scheme-mac .post-content .post-meta .post-cats a,.color-scheme-mac .product-content .post-meta .post-cats a{color:#4b8ec9}.color-scheme-google .author-content .post-meta .post-cats a,.color-scheme-google .post-content .post-meta .post-cats a,.color-scheme-google .product-content .post-meta .post-cats a{color:#2C6735}.color-scheme-toys .author-content .post-meta .post-cats a,.color-scheme-toys .post-content .post-meta .post-cats a,.color-scheme-toys .product-content .post-meta .post-cats a{color:#eb373e}.color-scheme-electrek .author-content .post-meta .post-cats a,.color-scheme-electrek .post-content .post-meta .post-cats a,.color-scheme-electrek .product-content .post-meta .post-cats a{color:#15A6DB}.author-content .post-meta .post-cats a.featured_tag,.post-content .post-meta .post-cats a.featured_tag,.product-content .post-meta .post-cats a.featured_tag{color:#fff!important}.color-scheme-mac .author-content .post-meta .post-cats a.featured_tag,.color-scheme-mac .post-content .post-meta .post-cats a.featured_tag,.color-scheme-mac .product-content .post-meta .post-cats a.featured_tag{background-color:#4b8ec9}.color-scheme-google .author-content .post-meta .post-cats a.featured_tag,.color-scheme-google .post-content .post-meta .post-cats a.featured_tag,.color-scheme-google .product-content .post-meta .post-cats a.featured_tag{background-color:#2C6735}.color-scheme-toys .author-content .post-meta .post-cats a.featured_tag,.color-scheme-toys .post-content .post-meta .post-cats a.featured_tag,.color-scheme-toys .product-content .post-meta .post-cats a.featured_tag{background-color:#eb373e}.color-scheme-electrek .author-content .post-meta .post-cats a.featured_tag,.color-scheme-electrek .post-content .post-meta .post-cats a.featured_tag,.color-scheme-electrek .product-content .post-meta .post-cats a.featured_tag{background-color:#15A6DB}.color-scheme-mac .author-content .post-meta .post-cats a.featured_tag:active,.color-scheme-mac .author-content .post-meta .post-cats a.featured_tag:focus,.color-scheme-mac .author-content .post-meta .post-cats a.featured_tag:hover,.color-scheme-mac .post-content .post-meta .post-cats a.featured_tag:active,.color-scheme-mac .post-content .post-meta .post-cats a.featured_tag:focus,.color-scheme-mac .post-content .post-meta .post-cats a.featured_tag:hover,.color-scheme-mac .product-content .post-meta .post-cats a.featured_tag:active,.color-scheme-mac .product-content .post-meta .post-cats a.featured_tag:focus,.color-scheme-mac .product-content .post-meta .post-cats a.featured_tag:hover{background:#0d4d7c;color:#ebebeb}.color-scheme-google .author-content .post-meta .post-cats a.featured_tag:active,.color-scheme-google .author-content .post-meta .post-cats a.featured_tag:focus,.color-scheme-google .author-content .post-meta .post-cats a.featured_tag:hover,.color-scheme-google .post-content .post-meta .post-cats a.featured_tag:active,.color-scheme-google .post-content .post-meta .post-cats a.featured_tag:focus,.color-scheme-google .post-content .post-meta .post-cats a.featured_tag:hover,.color-scheme-google .product-content .post-meta .post-cats a.featured_tag:active,.color-scheme-google .product-content .post-meta .post-cats a.featured_tag:focus,.color-scheme-google .product-content .post-meta .post-cats a.featured_tag:hover{background:#16341B;color:#ebebeb}.color-scheme-toys .author-content .post-meta .post-cats a.featured_tag:active,.color-scheme-toys .author-content .post-meta .post-cats a.featured_tag:focus,.color-scheme-toys .author-content .post-meta .post-cats a.featured_tag:hover,.color-scheme-toys .post-content .post-meta .post-cats a.featured_tag:active,.color-scheme-toys .post-content .post-meta .post-cats a.featured_tag:focus,.color-scheme-toys .post-content .post-meta .post-cats a.featured_tag:hover,.color-scheme-toys .product-content .post-meta .post-cats a.featured_tag:active,.color-scheme-toys .product-content .post-meta .post-cats a.featured_tag:focus,.color-scheme-toys .product-content .post-meta .post-cats a.featured_tag:hover{background:#6B393B;color:#ebebeb}.color-scheme-electrek .author-content .post-meta .post-cats a.featured_tag:active,.color-scheme-electrek .author-content .post-meta .post-cats a.featured_tag:focus,.color-scheme-electrek .author-content .post-meta .post-cats a.featured_tag:hover,.color-scheme-electrek .post-content .post-meta .post-cats a.featured_tag:active,.color-scheme-electrek .post-content .post-meta .post-cats a.featured_tag:focus,.color-scheme-electrek .post-content .post-meta .post-cats a.featured_tag:hover,.color-scheme-electrek .product-content .post-meta .post-cats a.featured_tag:active,.color-scheme-electrek .product-content .post-meta .post-cats a.featured_tag:focus,.color-scheme-electrek .product-content .post-meta .post-cats a.featured_tag:hover{background:#00cacd;color:#ebebeb}@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;margin-top:10px}.author-content .post-cats:after,.post-content .post-cats:after,.product-content .post-cats:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height: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;text-align:center}@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,.post-content .feat-image-wrapper .feat-image.tall,.product-content .feat-image-wrapper .feat-image.tall{width:auto}.author-content .feat-image-wrapper .caption,.post-content .feat-image-wrapper .caption,.product-content .feat-image-wrapper .caption{position:absolute;bottom:-.25em;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.85) 0,transparent 100%);color:#fff;padding:.75em .5em 1.5em;text-align:center;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%;margin:0 auto;display:block;max-height:600px}.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}.author-content .feat-image-wrapper .feat-image.wide,.post-content .feat-image-wrapper .feat-image.wide,.product-content .feat-image-wrapper .feat-image.wide{max-height:600px}.color-scheme-toys .post-meta .byline,.color-scheme-toys .post-meta .icon-twitter,.color-scheme-toys .post-meta .time-twitter,.color-scheme-toys .post-meta .twitter-handle{display:none}.color-scheme-toys.single .post-meta .byline,.color-scheme-toys.single .post-meta .icon-twitter,.color-scheme-toys.single .post-meta .time-twitter,.color-scheme-toys.single .post-meta .twitter-handle{display:inline}.color-scheme-toys.single .infinite-wrap .post-meta .byline,.color-scheme-toys.single .infinite-wrap .post-meta .icon-twitter,.color-scheme-toys.single .infinite-wrap .post-meta .time-twitter,.color-scheme-toys.single .infinite-wrap .post-meta .twitter-handle{display:none}.single .feat-image-wrapper,.tax-ninetofive_families .feat-image-wrapper{max-width:100%;padding-left:0;padding-right:0}.archive.tax-ninetofive_families .post-content .feat-image-wrapper,.archive.tax-ninetofive_guides .post-content .feat-image-wrapper,.single .infinite-wrap .post-content .feat-image-wrapper{width:100%;max-width:1000px;margin:0 auto;position:relative;z-index:60;overflow:initial;text-align:center}@media screen and (min-width:1024px){.archive.tax-ninetofive_families .post-content .feat-image-wrapper,.archive.tax-ninetofive_guides .post-content .feat-image-wrapper,.single .infinite-wrap .post-content .feat-image-wrapper{padding-left:20px;padding-right:20px}}.archive.tax-ninetofive_families .post-content .feat-image-wrapper img,.archive.tax-ninetofive_guides .post-content .feat-image-wrapper img,.single .infinite-wrap .post-content .feat-image-wrapper img{margin-top:0!important}.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;font-size:16px;text-transform:uppercase;background:#ebebeb;padding:5px}.color-scheme-mac .post-cats a:active,.color-scheme-mac .post-cats a:focus,.color-scheme-mac .post-cats a:hover{background:#4b8ec9;color:#ebebeb}.color-scheme-google .post-cats a:active,.color-scheme-google .post-cats a:focus,.color-scheme-google .post-cats a:hover{background:#2C6735;color:#ebebeb}.color-scheme-toys .post-cats a:active,.color-scheme-toys .post-cats a:focus,.color-scheme-toys .post-cats a:hover{background:#eb373e;color:#ebebeb}.color-scheme-electrek .post-cats a:active,.color-scheme-electrek .post-cats a:focus,.color-scheme-electrek .post-cats a:hover{background:#15A6DB;color:#ebebeb}.color-scheme-mac .post-cats a{color:#4b8ec9}.color-scheme-google .post-cats a{color:#2C6735}.color-scheme-toys .post-cats a{color:#eb373e}.color-scheme-electrek .post-cats a{color:#15A6DB}@media (min-width:0) and (max-width:767px){.post-meta .tags{display:block}.post-meta .tags:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height: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:#0d4d7c;font-weight:400}.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);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}.author-bio-container{background:#f9f9f9}.author-gravatar{float:left;margin-right:1em;max-width:175px}@media (max-width:374px){.author-gravatar{margin:0 0 0 1em;float:right}}@media (max-width:600px){.author-gravatar{max-width:120px}}@media (min-width:768px){.author-bio-details{padding-right:1.5em}}.author-bio-details h3{padding-top:.5em}.color-scheme-mac .author-bio-details h3 a{color:#0d4d7c}.color-scheme-google .author-bio-details h3 a{color:#16341B}.color-scheme-toys .author-bio-details h3 a{color:#6B393B}.color-scheme-electrek .author-bio-details h3 a{color:#00cacd}.author-bio-details p.twitter{color:#78bbf4;font-size:1.2em;margin:.25em 0}.author-bio-details p.twitter a{color:#78bbf4}.author-bio-details p.twitter .icon-twitter{padding-right:.25em;position:relative;top:3px}@media (max-width:1023px){.author-bio,.author-gear{padding:0 10px}}@media (min-width:768px){.author-bio,.author-gear{float:left;width:50%}}.author-bio h3,.author-gear h3{font-family:Questrial,sans-serif;font-size:1.35em;font-weight:400;margin:0 0 .25em;padding-top:1em}@media (min-width:768px){.author-bio h3,.author-gear h3{padding-top:.5em}}.author-bio h3{font-size:22px;padding-top:1em}@media (min-width:768px){.author-bio h3{padding-top:4px}}.author-gear h3{font-size:1.2em}.author-gear h4{font-weight:400;line-height:1.3;margin:0}@media (max-width:374px){.author-gear h4{font-size:.8em}}.author-gear h4 a{color:#000}.author-gear-list{display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:space-between;justify-content:space-between}.author-gear-item{padding-bottom:.25em;width:32%}@media (min-width:0) and (max-width:767px){.author-gear-item{padding-bottom:1em}}.author-gear-item img{max-width:100%;height:auto}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}}@media (min-width:960px){.post-body img.size-full,.post-body img.size-large{width:960px;max-width:960px;margin-left:-105px}}.wp-caption{position:relative;text-align:center}.wp-caption.size-thumbnail-caption{max-width:150px}.wp-caption.size-thumbnail-caption .wp-caption-text{font-size:.8em;line-height:1em}.wp-caption.size-medium-caption{max-width:300px}.wp-caption.size-full-caption .wp-caption-text,.wp-caption.size-large-caption .wp-caption-text{padding:.75em 0 1.5em}@media (max-width:960px){.wp-caption.size-full-caption .wp-caption-text,.wp-caption.size-large-caption .wp-caption-text{max-width:100%}}@media (min-width:960px){.wp-caption.size-full-caption .wp-caption-text,.wp-caption.size-large-caption .wp-caption-text{left:-105px;width:960px}}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{position:absolute;bottom:-1em;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.85) 0,transparent 100%);color:#fff;padding:.75em 0 1.5em;text-align:center;width:100%}.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{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:polygon(0px 0,0 0,0 0,0 0);position:absolute!important;height:1px;width:1px;overflow:hidden}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-fill-container,.mejs-fill-container .mejs-container{width:100%;height:100%}.mejs-fill-container{overflow:hidden}.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:hover .mejs-captions-selector{visibility:visible}.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-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{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,.6);clip:auto;color:#0073aa;display:block;font-size:14px;font-weight:700;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:0 0}.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 .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:0}.media-embed-details .setting a:hover{color:red}.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-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{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-caption,.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.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{max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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-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:#ddd}.wp-playlist-playing{font-weight:700;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-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-add-media:before { content: "\f8d9"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-horizon:before { content: "\f8d8"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.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;
}

.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);
	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;
}
