/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

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

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

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

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

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/*! Dropbox Blogs - v0.1.0 - 2015-02-11
 * http://10up.com
 * Copyright (c) 2015; * Licensed GPLv2+ */
@charset "UTF-8";a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background:#fff}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}a img{border:0}body,button,input,select,textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#5e676d;font-family:"Open Sans",sans-serif;font-size:14px;font-size:1.4rem;line-height:1.65}@media screen and (min-width:769px){body,button,input,select,textarea{font-size:17px;font-size:1.7rem}body.single,button.single,input.single,select.single,textarea.single{font-size:14px;font-size:1.4rem}}h1,h2,h3,h4,h5,h6{clear:both;text-align:center}h1{font-size:21px;font-size:2.1rem;font-weight:300;padding-bottom:1em}b,h2,h3,h4,h5,h6,strong{font-weight:700}@media screen and (min-width:769px){h1{font-size:28px;font-size:2.8rem}}h2,h3,h4,h5,h6{font-size:14px;font-size:1.4rem;margin:2em 0 1em}p{margin-bottom:1.5em}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}.entry-content blockquote p{color:#007ee5;font-size:28px;font-weight:200;line-height:1.5em}address{margin:0 0 1.5em}.syntaxhighlighter,pre{background:#fff;border:1px solid #979797;font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:12px!important;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.5em}.syntaxhighlighter table td.code code{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace!important;line-height:1.5!important;font-size:12px!important}code,kbd,tt,var{font-size:13px;font-size:1.3rem;font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}small,sub,sup{font-size:75%}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}big{font-size:125%}@font-face{font-family:dropbox-icons;src:url(/wp-content/themes/vip/dropbox/assets/css/../font/dropbox-icons.eot?67134191);src:url(/wp-content/themes/vip/dropbox/assets/css/../font/dropbox-icons.eot?67134191#iefix) format("embedded-opentype"),url(/wp-content/themes/vip/dropbox/assets/css/../font/dropbox-icons.woff?67134191) format("woff"),url(/wp-content/themes/vip/dropbox/assets/css/../font/dropbox-icons.ttf?67134191) format("truetype"),url(/wp-content/themes/vip/dropbox/assets/css/../font/dropbox-icons.svg?67134191#dropbox-icons) format("svg");font-weight:400;font-style:normal}[class*=" icon-"]:before,[class^=icon-]:before{font-family:dropbox-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}[class*=" icon-"]:before:hover,[class^=icon-]:before:hover,a{text-decoration:none}.icon-hatena:before{content:"\68";font-size:1.2em;vertical-align:bottom;margin-bottom:6px}.icon-googleplus:before{content:'\e800';margin-right:.4em}.icon-search:before{content:'\e801'}.icon-twitter:before{content:'\e802'}.icon-rightarrow:before{content:'\e803'}.icon-linkedin:before{content:'\e804'}.icon-facebook:before{content:'\e805'}.icon-comments:before{content:'\e806';text-decoration:none}.icon-menu:before{content:'\e807'}.icon-downarrow:before{content:'\e808'}.icon-rss-squared:before{content:'\e809'}.icon-mobile-nav{cursor:pointer;display:none}.icon-mobile-nav span{background:#007ee5;display:block;height:3px;width:22px}.icon-mobile-nav span+span{margin-top:3px}.icon-mobile-nav:hover{opacity:.8}@media only screen and (max-width:768px){.icon-mobile-nav{display:inline-block}}.icon-mobile-nav .icon-mobile-nav-1,.icon-mobile-nav .icon-mobile-nav-2,.icon-mobile-nav .icon-mobile-nav-3{transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out}.show-menu .icon-mobile-nav-1{-moz-transform:translate3d(0,6px,0) translateZ(0) scale(1,1) rotate(45deg);-ms-transform:translate3d(0,6px,0) translateZ(0) scale(1,1) rotate(45deg);-webkit-transform:translate3d(0,6px,0) translateZ(0) scale(1,1) rotate(45deg);transform:translate3d(0,6px,0) translateZ(0) scale(1,1) rotate(45deg)}.show-menu .icon-mobile-nav-2{opacity:0}.show-menu .icon-mobile-nav-3{-moz-transform:translate3d(0,-6px,0) translateZ(0) scale(1,1) rotate(-45deg);-ms-transform:translate3d(0,-6px,0) translateZ(0) scale(1,1) rotate(-45deg);-webkit-transform:translate3d(0,-6px,0) translateZ(0) scale(1,1) rotate(-45deg);transform:translate3d(0,-6px,0) translateZ(0) scale(1,1) rotate(-45deg)}pre code{display:block;padding:.5em}pre .clojure .built_in,pre .lisp .title,pre .nginx .title,pre .ruby .subst,pre .tag .title,pre code{color:#000}pre .addition,pre .aggregate,pre .apache .cbracket,pre .apache .tag,pre .bash .variable,pre .constant,pre .django .variable,pre .erlang_repl .function_or_atom,pre .flow,pre .markdown .header,pre .parent,pre .preprocessor,pre .ruby .symbol,pre .ruby .symbol .string,pre .rules .value,pre .rules .value .number,pre .smalltalk .class,pre .stream,pre .string,pre .tag .value,pre .template_tag,pre .tex .command,pre .tex .special,pre .title{color:#800}pre .annotation,pre .chunk,pre .comment,pre .diff .header,pre .markdown .blockquote,pre .template_comment{color:#888}pre .change,pre .date,pre .go .constant,pre .literal,pre .markdown .bullet,pre .markdown .link_url,pre .number,pre .regexp,pre .smalltalk .char,pre .smalltalk .symbol{color:#080}pre .apache .sqbracket,pre .array,pre .attr_selector,pre .clojure .attribute,pre .decorator,pre .deletion,pre .doctype,pre .envvar,pre .erlang_repl .reserved,pre .filter .argument,pre .important,pre .input_number,pre .javadoc,pre .label,pre .localvars,pre .markdown .link_label,pre .nginx .built_in,pre .pi,pre .pseudo,pre .ruby .string,pre .shebang,pre .tex .formula,pre .vhdl .attribute{color:#88F}pre .aggregate,pre .apache .tag,pre .bash .variable,pre .built_in,pre .css .tag,pre .go .typename,pre .id,pre .javadoctag,pre .keyword,pre .markdown .strong,pre .phpdoc,pre .request,pre .smalltalk .class,pre .status,pre .tex .command,pre .title,pre .winutils,pre .yardoctag{font-weight:700}pre .markdown .emphasis{font-style:italic}pre .nginx .built_in{font-weight:400}pre .coffeescript .javascript,pre .tex .formula,pre .xml .css,pre .xml .javascript,pre .xml .vbscript{opacity:.5}table .syntaxhighlighter{margin:0!important}.entry-content .javascript ol li,.entry-content .python ol li{margin:0}#code-compare{border-collapse:collapse;font-size:12px!important}#code-compare .syntaxhighlighter{border:0;font-size:12px!important;padding:.5em!important}#code-compare>tbody td{border:1px solid #ccc;max-width:325px}.widget select,img{max-width:100%}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}.entry-content ol,.entry-content ul{line-height:1.8em;margin:2em 0;padding-left:1.5em}.entry-content ol li,.entry-content ul li{margin-top:1.5em}.entry-content ol li:first-child,.entry-content ul li:first-child{margin-top:0}img{height:auto}figure{margin:0}table{border-collapse:separate;border-spacing:0;margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;outline:0}.details,.entry-footer,.header-cta,.main-navigation li,.main-navigation ul,.post-date,.site-footer .footer-block,textarea{vertical-align:top}.btn,button,input[type=button],input[type=reset],input[type=submit]{border:1px solid #007ee5;-webkit-border-radius:3px;border-radius:3px;background:#007ee5;color:#fff;cursor:pointer;-webkit-appearance:button;font-size:14px;font-size:1.4rem;line-height:1;padding:.7em 1.5em .5em}.btn:focus,.btn:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{opacity:.75;color:#fff}.btn{-webkit-appearance:none}.btn:visited{color:#fff}input[type=checkbox],input[type=radio]{padding:0}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=search],input[type=text],input[type=email],input[type=url],input[type=password],textarea{color:#666;border:1px solid #BDC4C9;background-clip:padding-box;-webkit-border-radius:3px;border-radius:3px}input[type=search]:focus,input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,textarea:focus{color:#111;border:1px solid #007ee5}input[type=search],input[type=text],input[type=email],input[type=url],input[type=password]{padding:3px}textarea{overflow:auto;padding-left:3px;width:100%}.site-search{display:block;background:#fff}@media screen and (min-width:769px){.site-search{background:0 0;display:inline-block;position:relative;top:10px;margin-left:1.25em;float:right}}.site-header .search-form{position:relative;right:0;top:-1px}@media screen and (min-width:769px){.site-header .search-form{top:1px}}.site-header .search-form i{color:#007ee5;position:absolute;top:3px;left:4px;font-size:22px;z-index:9}.site-header .search-field{background-color:transparent;border:none;cursor:pointer;height:37px;margin:3px 0;padding:0 0 0 34px;position:relative;-webkit-transition:width .4s ease,background .4s ease;transition:width .4s ease,background .4s ease;width:100%;z-index:10;color:#007ee5}.site-header .search-field::-webkit-input-placeholder{color:#007ee5}.site-header .search-field:-moz-placeholder{color:#007ee5}.site-header .search-field::-moz-placeholder{color:#007ee5}.site-header .search-field:-ms-input-placeholder{color:#007ee5}@media screen and (min-width:769px){.search-field,.site-header .search-field{width:1px}}.site-header .search-field:focus{background-color:#fff;border:1px solid #007ee5;cursor:text;outline:0;width:200px;z-index:8}.site-header .search-submit{display:none}#subscribe p{margin-bottom:1em;font-size:15px;font-size:1.5rem}#subscribe input{width:100%;margin-bottom:1.5em;padding:1.1em;display:none}#subscribe input[type=text]{background-color:transparent;margin-bottom:.75em;padding:10px 5px;display:block}@media screen and (min-width:769px){#subscribe p{font-size:20px;font-size:2rem}#subscribe input{display:block}#subscribe input[type=text]{margin-bottom:2em}}#subscriptions{font-size:14px;font-size:1.4rem;padding:0 1.6rem}@media screen and (min-width:769px){#subscriptions{padding:0}}#subscriptions p{font-size:14px;font-size:1.4rem;padding-top:1rem}@media screen and (max-width:768px){.site-header .search-field,.site-header .search-field:focus{background-color:#fff;cursor:text;outline:0;width:100%;z-index:8}.site-header .search-submit,.site-search{display:none}.main-navigation>ul{padding-top:70px}.site-search{width:100%;padding:.9em 1.5em;border-bottom:1px solid #979797;float:none}.site-header .search-field{border:none;height:32px}.site-header .search-field:focus{border:1px solid #007ee5}.site-header .search-form i{top:0}#subscribe{color:#007ee5}#subscribe input{border:1px solid #007ee5;padding:0;height:37px;font-size:14px;font-size:1.4rem}#subscribe input::-webkit-input-placeholder{color:#007ee5}#subscribe input:-moz-placeholder{color:#007ee5}#subscribe input::-moz-placeholder{color:#007ee5}#subscribe input:-ms-input-placeholder{color:#007ee5}}a,a:visited{color:#007ee5}a:active,a:focus,a:hover{outline:0;color:#005fc6;text-decoration:underline}a:active{text-decoration:none}.main-navigation{position:absolute;width:auto;right:0;left:inherit;top:0}@media screen and (min-width:769px){.main-navigation{transition:margin-top .4s ease;-moz-transition:margin-top .4s ease;-ms-transition:margin-top .4s ease;-o-transition:margin-top .4s ease;-webkit-transition:margin-top .4s ease;font-size:14px;font-size:1.4rem;float:right;padding-top:0;margin-top:22px;position:relative}.sticky .main-navigation{margin-top:-3px}}.main-navigation ul{list-style:none;margin:0;padding-left:0;display:inline-block}@media screen and (min-width:769px){.main-navigation ul #subscriptions,.main-navigation ul ul{position:absolute;z-index:99999;display:none;background:#FFF;border:1px solid #BDC4C9;background-clip:padding-box;-webkit-border-radius:4px;border-radius:4px;top:54px;left:50%;padding:16px 32px;margin-left:-129px}.main-navigation ul #subscriptions:after,.main-navigation ul #subscriptions:before,.main-navigation ul ul:after,.main-navigation ul ul:before{content:"";position:absolute;width:0;height:0;border-style:solid;border-color:transparent;border-top:0}.main-navigation ul #subscriptions:before,.main-navigation ul ul:before{top:-12px;left:50%;border-bottom-color:#BDC4C9;border-width:12px;margin-left:-13px}.main-navigation ul #subscriptions:after,.main-navigation ul ul:after{top:-11px;left:50%;border-bottom-color:#fff;border-width:11px;margin-left:-12px}}.main-navigation ul #subscriptions a,.main-navigation ul ul a{padding:1em 0;min-width:200px}.main-navigation ul #subscriptions .social,.main-navigation ul ul .social{width:100%;float:left;text-align:left}.main-navigation ul #subscriptions .social span,.main-navigation ul ul .social span{margin-right:5px}.main-navigation ul #subscriptions .social a,.main-navigation ul ul .social a{padding:0;margin-left:0;position:relative;display:inline-block;top:5px;min-width:0;border-bottom:none}.main-navigation ul #subscriptions .social a:hover,.main-navigation ul ul .social a:hover{text-decoration:none}.main-navigation ul #subscriptions .social i:before,.main-navigation ul ul .social i:before{font-size:24px;font-size:2.4rem}.main-navigation ul #subscriptions{min-height:165px;top:54px}.main-navigation ul #subscriptions .subscribe-response-msg{font-weight:700;padding-bottom:1em}.main-navigation ul #subscriptions .subscribe-response-msg.success{color:#3A9C68}.main-navigation ul #subscriptions .subscribe-response-msg.failed{color:#B93B38}.main-navigation ul #subscriptions input.failed{border-color:#B93B38}@media screen and (min-width:769px){.main-navigation ul #subscriptions{left:auto;min-height:auto;width:372px}}.main-navigation li{position:relative;display:inline-block}.main-navigation a{display:block;padding:1.4em 1.25em}.main-navigation a i:before{font-size:5px;font-size:.5rem;position:relative;top:-2px;margin-left:4px}.main-navigation a:active,.main-navigation a:focus{text-decoration:none}.main-navigation .menu-toggle{display:none;float:right;margin-top:1.25em;margin-bottom:.75em;margin-left:1em;padding:0!important}.main-navigation>ul>li>a:after{border-style:solid;border-width:5px 4px 0;border-color:#007ee5 transparent transparent;content:'';height:0;position:absolute;right:3px;top:48%;width:0}#menu-overlay{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.5);top:0;left:0;z-index:1;display:none}@media screen and (max-width:768px){.main-navigation .main-navigation.toggled .nav-menu,.main-navigation .menu-toggle,.main-navigation ul li{display:block}.main-navigation{width:100%;left:0;margin-top:55px}.main-navigation .menu-toggle{margin:0;padding:18px!important;position:fixed;right:0;top:0;z-index:50}.main-navigation ul{font-size:15px;font-size:1.5rem;background:#fff;clear:both}.main-navigation ul li a{border-bottom:1px solid #bdc4c9;display:block;padding:1.15em 1.5em}.main-navigation ul li a i:before{font-size:8px;font-size:.8rem;top:0}.main-navigation ul li #subscriptions{display:none;background-color:#f6f9fc}.main-navigation ul li ul{display:none;border-bottom:1px solid #bdc4c9}.main-navigation ul li ul a{min-width:auto;border-bottom:none}.main-navigation ul li ul li{background-color:#f6f9fc}.main-navigation ul li #menu-dropbox-blogs{background-color:#f6f9fc;padding-bottom:50px}.main-navigation>ul{display:none;max-height:0;overflow:hidden;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.main-navigation>ul>li>a:after{top:30px;right:20px}.main-navigation>ul>li>a.open:after{transform:rotate(180deg)}.admin-bar .main-navigation .menu-toggle{top:45px}}.site-main .comment-navigation,.site-main .paging-navigation,.site-main .post-navigation{margin:1em 0 4em;overflow:hidden}.comment-navigation .nav-previous,.paging-navigation .nav-previous,.post-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next,.paging-navigation .nav-next,.post-navigation .nav-next{float:right;text-align:right;width:50%}.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;background-clip:padding-box;-webkit-border-radius:3px;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:1.4rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.aligncenter,.alignleft,.alignnone,.alignright{display:block;margin:0 auto 20px}.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before{content:"";display:table}.clear:after,.comment-content:after,.entry-content:after,.site-content:after,.site-footer:after,.site-header:after{clear:both}.widget{margin:0 0 1.5em}.widget_search .search-submit{display:none}.content-area,.header-inner,.site-footer{max-width:1000px;margin:0 auto}.content-area{padding-top:0}@media screen and (min-width:769px){.content-area{padding-top:109px}}.site-main{max-width:680px;margin:0 auto;padding:0 15px}.site-header{transition:height .4s ease;-moz-transition:height .4s ease;-ms-transition:height .4s ease;-o-transition:height .4s ease;-webkit-transition:height .4s ease;width:100%;background:#fff;z-index:9;height:55px;position:fixed;top:auto}.site-header.active .main-navigation{overflow-y:auto}@media screen and (min-width:769px){.home .site-main{padding:1.25em 15px 0}.site-header{height:110px}.site-header.active .main-navigation{overflow-y:visible}.site-header.sticky{top:auto;height:60px}}.site-header.active .main-navigation>ul{display:block;max-height:none;padding-top:0}.site-header.active .main-navigation .site-search{max-height:500px;padding-top:.9em;padding-bottom:.9em;border-bottom:1px solid #979797;display:block}.header-inner{border-bottom:1px solid #979797;height:55px;margin:0 auto;padding:0}@media screen and (min-width:769px){.header-inner{padding:0 15px;transition:height .4s ease;-moz-transition:height .4s ease;-ms-transition:height .4s ease;-o-transition:height .4s ease;-webkit-transition:height .4s ease;height:110px;position:relative;margin:0 auto}.sticky .header-inner{height:60px}}@media screen and (min-width:992px){.header-inner{transition:height .4s ease;-moz-transition:height .4s ease;-ms-transition:height .4s ease;-o-transition:height .4s ease;-webkit-transition:height .4s ease;padding:0;height:110px;position:relative;margin:0 auto}.sticky .header-inner{height:60px}}.header-cta,.header-cta.replace-logo{transition:opacity .4s ease,top .4s ease}.header-cta{-moz-transition:opacity .4s ease,top .4s ease;-ms-transition:opacity .4s ease,top .4s ease;-o-transition:opacity .4s ease,top .4s ease;-webkit-transition:opacity .4s ease,top .4s ease;display:inline-block;padding:0}@media screen and (min-width:769px){.header-cta{padding:.86em .9em}}.header-cta a:hover{opacity:1;text-decoration:none;background:#F0F7FD}.header-cta a:active{background:#e0eefa}.header-cta .btn{font-size:13px;padding:6px 16px;background-color:#fff;color:#007ee5}.header-cta.replace-logo{-moz-transition:opacity .4s ease,top .4s ease;-ms-transition:opacity .4s ease,top .4s ease;-o-transition:opacity .4s ease,top .4s ease;-webkit-transition:opacity .4s ease,top .4s ease;position:absolute;font-size:17px;font-size:1.7rem;top:13px;left:15px;padding-left:0;opacity:0;z-index:-1}.sticky .header-cta.replace-logo{transition:opacity .4s ease,top .4s ease;-moz-transition:opacity .4s ease,top .4s ease;-ms-transition:opacity .4s ease,top .4s ease;-o-transition:opacity .4s ease,top .4s ease;-webkit-transition:opacity .4s ease,top .4s ease;opacity:1;z-index:10}@media screen and (min-width:769px){.header-cta.replace-logo{top:20px}.sticky .header-cta.replace-logo{left:10px;right:inherit;top:0}}@media screen and (min-width:992px){.sticky .header-cta.replace-logo{left:0;right:inherit;top:0}}.header-cta.hide-text{right:0;top:.25em;position:absolute}@media screen and (min-width:769px){.header-cta.hide-text{position:static;margin-top:4px}}@media all and (max-width:768px){.header-cta.hide-text{right:.25em;transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;-webkit-transition:opacity .4s ease;opacity:0;z-index:-1}.sticky .header-cta.hide-text{opacity:1;z-index:10}}@media all and (min-width:768px){.header-cta.replace-logo{left:0}}.site-footer{margin:0 15px;border-top:1px solid #979797}.site-footer .footer-menus,.site-footer .site-info{margin:0 auto}.site-footer .footer-menus:after,.site-footer .site-info:after{content:'';width:100%;display:inline-block;font-size:0;line-height:0}@media screen and (min-width:769px){.site-footer{margin:0 auto}.site-footer .footer-menus,.site-footer .site-info{text-align:auto;-ms-text-justify:auto;text-justify:auto}.site-footer .footer-menus:after,.site-footer .site-info:after{display:none}}.site-footer .footer-block{display:inline-block;width:30%;padding-top:2em;text-align:left;zoom:1}@media screen and (min-width:769px){.site-footer .footer-block{width:24%;display:inline-block}}.site-footer .footer-block.hide-mobile{display:none}.site-footer .footer-block.disclaimer{padding-top:0;width:100%}@media screen and (min-width:769px){.site-footer .footer-block.hide-mobile{display:inline-block}.site-footer .footer-block.disclaimer{width:24%;padding-top:2em}}.site-footer .footer-block .site-info{font-size:10px;font-size:1rem;color:gray;margin-bottom:20px;display:block}.site-footer .footer-block .site-info a,.site-footer .footer-block .site-info a:hover,.site-footer .footer-block .site-info a:visited{color:gray;text-decoration:none}.site-footer .footer-block span{font-weight:600;font-size:15px;font-size:1.5rem}.site-footer .footer-block aside{color:grey;font-size:12px;font-size:1.2rem;margin-bottom:0}.site-footer .footer-block .menu ul,.site-footer .footer-block ul.menu{list-style-type:none;margin-left:0;font-size:14px;font-size:1.4rem}@media screen and (min-width:769px){.site-footer .footer-block aside{margin-bottom:1em}.site-footer .footer-block .menu ul,.site-footer .footer-block ul.menu{font-size:15px;font-size:1.5rem}}.site-footer .footer-block .menu ul a,.site-footer .footer-block ul.menu a{padding:.25em 0;display:block;margin-bottom:5px;color:#5e676d}.site-footer .footer-block .menu ul a:hover,.site-footer .footer-block ul.menu a:hover{color:grey}.site-branding{content:"";display:table;float:left;min-height:55px;width:160px;margin-left:15px}.site-title,.site-title a,.sticky{display:block}@media screen and (min-width:769px){.site-footer .footer-block .menu ul a,.site-footer .footer-block ul.menu a{padding:0}.site-branding{border-bottom:none;margin-left:0;width:195px}.sticky .site-branding{transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;-webkit-transition:opacity .4s ease;height:45px}}.site-title{margin-top:.2em;padding-bottom:0;position:relative;z-index:10;width:100%}.site-title a{background:url(/wp-content/themes/vip/dropbox/assets/css/../../images/dropbox_blog_logo@2x.png) left center no-repeat;background-size:100%;text-indent:-999999999px;overflow:hidden;height:46px;opacity:1}@media screen and (min-width:769px){.site-title{transition:opacity .4s ease,margin-top .4s ease;-moz-transition:opacity .4s ease,margin-top .4s ease;-ms-transition:opacity .4s ease,margin-top .4s ease;-o-transition:opacity .4s ease,margin-top .4s ease;-webkit-transition:opacity .4s ease,margin-top .4s ease;text-align:left;margin-top:33px;margin-bottom:0;padding-bottom:0;margin-right:0}.sticky .site-title{margin-top:.25em}.site-title a{height:45px}}.sticky .site-title.replace-logo{transition:opacity .4s ease,margin-top .4s ease;-moz-transition:opacity .4s ease,margin-top .4s ease;-ms-transition:opacity .4s ease,margin-top .4s ease;-o-transition:opacity .4s ease,margin-top .4s ease;-webkit-transition:opacity .4s ease,margin-top .4s ease;opacity:0}#wpadminbar{position:fixed!important}.hentry{padding:3em 0 2.5em;border-bottom:1px solid #979797}.hentry:last-child,.home:not(.paged) .hentry,.single .hentry{border-bottom:none}@media screen and (min-width:769px){.hentry{padding:5em 0}}.hentry:first-of-type{padding:6em 0 2.5em}@media screen and (min-width:769px){.hentry:first-of-type{padding:2em 0 5em}}.single .hentry{padding:6em 0 5em}.byline,.updated:not(.published){display:none}.post-author{display:inline-block;max-width:12em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-date{display:inline-block}.post-date::before{content:"|";margin-right:3px;margin-left:3px}.comments-link{float:left}@media screen and (min-width:769px){.single .hentry{padding:5em 0}.comments-link{float:none}.comments-link::before{content:"|";margin-right:3px;margin-left:3px}}.entry-footer{display:block}.entry-footer .sharedaddy{float:none!important}.entry-footer .sd-social-icon-text .sd-content ul{margin:0!important;padding:0!important}@media screen and (min-width:769px){.entry-footer .sharedaddy{float:left!important}.entry-footer .sd-social-icon-text .sd-content ul{margin:0 0 .7em!important}}.entry-footer .sd-social-icon-text .sd-content ul li{display:inline-block;padding:0;margin-bottom:25px!important;width:49%;cursor:pointer;height:18px;position:relative;vertical-align:top}.entry-footer .sd-social-icon-text .sd-content ul li a.sd-button{display:inline;padding-left:0}@media screen and (min-width:769px){.entry-footer .sd-social-icon-text .sd-content ul li a.sd-button{display:inline-block;padding-left:5px}}.entry-footer .sd-social-icon-text .sd-content ul li.share-end{display:none}@media screen and (min-width:769px){.entry-footer .sd-social-icon-text .sd-content ul li.share-end{display:inline}.entry-footer .sd-social-icon-text .sd-content ul li{padding:.75em;display:inline;margin-bottom:0!important;width:auto;height:auto;position:initial;vertical-align:baseline}.entry-footer .sd-social-icon-text .sd-content ul li:first-child,.entry-footer .sd-social-icon-text .sd-content ul li:first-child a.sd-button{padding-left:0}}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:1em 0 0}.entry-content img,.entry-summary img,.page-content img{margin-top:20px}.entry-content a:hover img,.entry-summary a:hover img,.page-content a:hover img{text-decoration:none}.page-links{clear:both;margin:0 0 1.5em}.entry-title{line-height:1.3}.entry-title a{color:#5e676d}.entry-title a:hover{color:#007ee5;text-decoration:none}.page-header{padding:4em 0 2.5em;margin:0 15px}@media screen and (min-width:769px){.page-header{margin:0;padding:0}}.page-header .page-title{border-bottom:1px solid #A5A5A5;font-size:18px;font-weight:400;padding:40px 0;margin:0 auto;width:100%;position:relative}.page-header .page-title:after,.page-header .page-title:before{content:"";width:0;border-style:solid;border-width:10px 9px 0;position:absolute;margin-left:-10px;height:0;left:50%}.page-header .page-title:before{border-color:#fff transparent transparent;bottom:-10px;z-index:2}.page-header .page-title:after{border-color:#A5A5A5 transparent transparent;bottom:-11px;z-index:1}.entry-meta{color:grey;font-size:13px;font-size:1.3rem;text-align:center;margin:.5em 0 1em;line-height:1.75 em}.entry-meta .hide-mobile{display:none}@media screen and (min-width:769px){.entry-meta{text-align:left;font-size:13px;font-size:1.3rem}.entry-meta .hide-mobile{display:inline}}.entry-meta .details{float:none;text-align:center;margin-bottom:.75em}@media screen and (min-width:769px){.entry-meta .details{float:left;text-align:center;margin-right:4px;margin-bottom:0}}.entry-meta .social{font-size:13px;font-size:1.3rem;float:right;text-align:justify;display:inline-block}@media screen and (min-width:769px){.entry-meta .social{text-align:right}}.entry-footer,.entry-meta-footer{text-align:left}.entry-meta .social a{display:inline-block;cursor:pointer;margin-left:.75em;position:relative;top:-6px}.entry-meta .social a:hover{text-decoration:none}.entry-meta .social i{font-size:18px;font-size:1.8rem;vertical-align:baseline}.entry-meta:after{content:' ';display:block;clear:both}.entry-meta .icon-comments:before{font-size:18px;vertical-align:middle}.entry-footer .counter,.social .counter{display:none}@media screen and (min-width:769px){.entry-meta .social a{margin-left:1em;position:relative;top:-6px}.entry-footer .counter,.social .counter{display:inline}}.entry-meta-footer .cat-links{display:block;padding-bottom:5px}.wp-post-image{margin-top:1em}.entry-footer{padding-top:1.5em}@media screen and (min-width:769px){.entry-meta-footer .cat-links{display:inline}.entry-meta-footer .cat-links+.tags-links::before{content:"|";margin-right:3px;margin-left:3px}.entry-footer{text-align:center}}.entry-footer a{font-size:14px;font-size:1.4rem;margin:0 0 1.25em;width:43%;display:inline-block;cursor:pointer}#comments,.archive .format-aside .entry-title,.blog .format-aside .entry-title{display:none}@media screen and (min-width:769px){.entry-footer a{width:auto;margin:0 .75em}.entry-footer .icon-comments{margin:1px .25em}}.entry-footer .icon-comments::before{margin-left:0;margin-right:6px}@media screen and (min-width:769px){.entry-footer .icon-comments::before{margin-left:12px}}.error404 .page-title,.search-no-results .page-title,.search-results .page-title{padding-top:2em}.search-no-results .page-title .error{color:#C6664F}#comments{max-width:680px;margin:0 auto;padding:5em 15px}#disqus_thread{opacity:0;transition:opacity .5s ease-in}#disqus_thread.visible{opacity:1;transition:opacity .5s ease-in}.comment-count{border-top:1px solid #E5E5E5;text-align:center}.comment-toggle{border:1px solid #E5E5E5;cursor:pointer;padding:.5em;border-top:none;border-radius:0 0 5px 5px;color:#007ee5;max-width:50%;display:block;margin:0 auto;text-align:center}.comment-toggle-arrow,.comment-toggle-wrapper--active .comment-toggle .comment-toggle-arrow{transition:all .2s linear;border-left:5px solid transparent;border-right:5px solid transparent}.comment-toggle a,.comment-toggle a:focus,.comment-toggle a:hover{text-decoration:none}.comment-toggle:hover{background-color:#f2f2f2}.comment-toggle-arrow{display:inline-block;margin:2px 0 2px 1rem;width:0;height:0;border-top:5px solid #007ee5;border-bottom:0}.comment-toggle-wrapper--active{border-top:1px solid #E5E5E5}.comment-toggle-wrapper--active .comment-toggle .comment-toggle-arrow{border-bottom:5px solid #007ee5;border-top:0}.comment-divider{margin:0;background-color:#E5E5E5}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}#most-read,#related-stories{text-align:justify;-ms-text-justify:distribute-all-lines;text-justify:distribute-all-lines;margin:0 15px;padding:1.5em 0}@media screen and (min-width:769px){.comment-toggle{max-width:20%}#most-read,#related-stories{padding:2em 15px}}@media screen and (min-width:992px){#most-read,#related-stories{margin:0;padding:2em 0}}#most-read h3,#related-stories h3{font-weight:300;text-align:center;padding-bottom:1em;font-family:"Open Sans",sans-serif;margin:.5em 0 0;font-size:21px;font-size:2.1rem}#most-read .story,#related-stories .story{max-width:310px;width:48%;vertical-align:top;display:inline-block;zoom:1;color:#5e676d;text-align:left}#most-read .story:last-child,#related-stories .story:last-child{display:none}@media screen and (min-width:769px){#most-read h3,#related-stories h3{font-size:28px;font-size:2.8rem;margin:2em 0 1em}#most-read .story:last-child,#related-stories .story:last-child{display:inline-block}}#most-read .story p,#related-stories .story p{text-align:center;font-size:14px;font-size:1.4rem;margin:12px 0 10px}@media screen and (min-width:769px){#most-read .story p,#related-stories .story p{font-size:17px;font-size:1.7rem}#most-read .story,#related-stories .story{width:32%}}#most-read .story:hover,#related-stories .story:hover{text-decoration:underline}#most-read .story span,#related-stories .story span{width:100%;height:100px;background:50% 50% no-repeat #f5f5f5;overflow:hidden;background-size:100% auto;background-clip:padding-box;-webkit-border-radius:3px;border-radius:3px;display:inline-block}#most-read .story span.fallback,#related-stories .story span.fallback{background:url(/wp-content/themes/vip/dropbox/assets/css/../../images/fallback.png) center/cover no-repeat}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){#most-read .story span.fallback,#related-stories .story span.fallback{background:url(/wp-content/themes/vip/dropbox/assets/css/../../images/fallback-@2x.png) center/cover no-repeat}}#most-read .story span img,#related-stories .story span img{display:block;margin:0 auto}#most-read:after,#related-stories:after{content:'';width:100%;display:inline-block;font-size:0;line-height:0}#content-component{margin:0 15px;min-height:800px}@media screen and (min-width:769px){#most-read .story span,#related-stories .story span{height:180px}#content-component{margin:0}}#content-component .loading{text-align:center;margin-top:40px}#content-component ul#content-nav{margin:0;list-style:none;text-align:center;border-top:1px solid #979797;border-bottom:1px solid #979797}#content-component ul#content-nav li{display:inline-block}#content-component ul#content-nav li a{display:inline-block;padding:1.15em 1em;position:relative;font-size:14px;font-size:1.4rem}@media screen and (min-width:769px){#content-component ul#content-nav li a{padding:18px 14px}}#content-component ul#content-nav li a.active{color:#5e676d;font-weight:600}#content-component ul#content-nav li a.active:after,#content-component ul#content-nav li a.active:before{content:"";position:absolute;width:0;height:0;border-style:solid;border-color:transparent;border-bottom:0}#content-component ul#content-nav li a.active:before{bottom:-11px;left:50%;margin-left:-10px;border-top-color:#979797;border-width:11px}#content-component ul#content-nav li a.active:after{bottom:-10px;left:50%;margin-left:-9px;border-top-color:#fff;border-width:10px}#content-component .content{max-width:680px;margin:0 auto;padding:0 15px}.wp-caption,embed,iframe,object{max-width:100%}#content-component .content .hentry{padding:3em 0 2.5em;border-bottom:1px solid #979797}@media screen and (min-width:769px){#content-component .content .hentry{padding:5em 0}}#content-component .content .hentry:last-of-type{border-bottom:none}#content-component .content.active{display:block}#content-component nav.paging-navigation{border-top:1px solid #979797;font-size:1.5rem;overflow:hidden;margin:0 -15px;padding:1.5em 0}@media screen and (min-width:769px){#content-component nav.paging-navigation{margin:0;padding:1.5em 0 4em}}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley,img#wpstats{width:0;height:0;overflow:hidden}.blog-thumb{width:100%;max-height:380px;overflow:hidden}.blog-thumb img{display:block;float:none;margin:0 auto}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto 20px}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}
