/*

	Styles from this sheet should move into either the grid.css or flavor-css.php.
	Any color declaration – unless we know it will ALWAYS appear over white, as in .post-content – should move to flavor
	Any width declarations need to move to grid and be adjusted for the various media queries
	Anything else that is general can go to grid.css

*/

.label {
	font-weight: bold;
	display: inline-block;
	width: 80px;
}
/*#on-air td {
	font-size: 85%;
}*/

/* IE
	.oldie #dl-control-wrapper .next - should be removed
	.ie9 #secondary .widgettitle - needs filter:none; or same ie8 filter fix
*/

.ie7 #siteheader {
	position: relative;
	z-index: 1;
}
.ie7 #mainwrapper {
	position: relative;
}
.ie7.oldie #primary-navigation,
.ie7.oldie #takeover-submenu {
	border-right: none;
	text-align: center;
}
.ie7 #primary-nav-wrapper li .sub-menu,
.ie7 #takeover-submenu-wrapper li .sub-menu {
	text-align: left;
}
.ie7 .archive-title .rss {
	display: block;
}
.ie7 #social-links {
	list-style-type: none;
}
.ie7 #author-info li,
.ie7 #author-info li a {
	display: block;
	float: left;
}
.ie7 #author-info-wrapper #author-avatar {
	clear: left;
}
.oldie .calendar.loop h4.event-date,
.oldie .calendar.loop .the-excerpt {
	margin-bottom: 8px;
}
.oldie .calendar.loop .read-more-link {
	margin-right: 8px;
}
.oldie .calendar.loop h4.event-date {
	display: block;
}
.ie7 .featured-author .author-avatar .view-link {
	border: none;
}

.ie8 .ione-widget-authors a {
	vertical-align: baseline !important;
}


/* Make Back button flush left and push content below a bit (single-ione_media_gallery.php) */
h3.gallery-title {
	margin:0 0 5px 0;
}


/* Extra spacing added to BP Newletter widget description text */
.ione-widget-bp_newsletter_signup .description {
	margin-bottom: 10px;
}


/* iOne MojoPages widget styles */
#secondary .ione-widget-mojopages .widgettitle {
	overflow: hidden;
}


/* Disqus styles */
.dsq-community-box, .dsq-global-toolbar-dropdown-container, #dsq-content .dsq-login-button-disqus {
	display: none !important;
}


/* Community blogs styles */
.ione-community-blogs_tab {
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #fff;
	border-left: 2px solid #c8c8c8;
	border-right: 2px solid #c8c8c8;
	border-top: 2px solid #c8c8c8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: inline-block;
	font-weight: 600;
	height: 25px;
	line-height: 25px;
	margin-right: 7px;
	padding: 2px 10px;
	position: relative;
	top: 2px;
}
#ione-community-blogs_tab_left {
	height: 27px;
}
#ione-community-blogs_tab_right {
	background-color: #f0f0f0;
}
#ione-community-blogs_recent_posts .loop {
	border: 2px solid #c8c8c8;
	margin: 0;
	overflow: hidden;
	padding-left: 9px;
	width: 647px;
}
#ione-community-blogs_recent_posts .loop .post {
	border: none;
	margin: 9px 8px 9px 0;
	padding: 0;
}
#ione-community-blogs_recent_posts .thumbnail,
#ione-community-blogs_recent_posts .comments-link,
#ione-community-blogs_recent_posts .category-title,
#ione-community-blogs_recent_posts .read-more-link,
#ione-community-blogs_recent_posts .featured-author-wrapper,
#ione-community-blogs-posts .thumbnail,
#ione-community-blogs-posts .comments-link,
#ione-community-blogs-posts .category-title,
#ione-community-blogs-posts .read-more-link,
#ione-community-blogs-posts .featured-author-wrapper {
	display: none;
}

#ione-community-blogs_recent_posts .loop .entry-title,
#ione-community-blogs_recent_posts .loop .post .entry-title a {
	margin-right: 20px;
}
#ione-community-blogs_blogs {
	border: 2px solid #c8c8c8;
	display: none;
	padding: 10px;
}


/* Page links between Previous page and Next page links */
.sharedaddy { display: none; }
.pagenumbers .numbers {
	display: inline-block;
	margin: 0 15px;
}
.pagenumbers, .post-content p.pagenumbers {
	font-size: 25px;
	text-align: center;
}

/* Left column - Category Menus Lists */
#leftcolumn {
	width: 160px;
}
#leftcolumn .menu {
	list-style: none;
}
#leftcolumn .menu h3 {
	font-size: 113%;
}
#leftcolumn .menu li {

}

#has-category-menu {
	float: left;
	width: 500px;
}
#has-category-menu .thumbnail.ione-315 {
	width: 220px;
	height: 132px;
}
.loop.two #has-category-menu .loop-post-content {
	width: 265px;
}
.oomph-calendar {
	color: #555;
	width: 95%;
	margin: 10px 0;
}

.oomph-calendar caption,
.oomph-calendar td,
.oomph-calendar th {
	text-align: center;
}
.oomph-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.oomph-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.oomph-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Single Calendar "Post view overrides */
.oomph-calendar.single-calendar-event {
	width: auto;
	text-align: left;
}
/*
 * Some of these styles may be overridden in the main IONE stylesheet
 * Typically they are commented out in this stylesheet.
 */
#single-dynamic-carousel {
	overflow: hidden;
	margin: 0 0 1em 0;
	padding: 0 28px 0 36px;
	position: relative;
}

#single-dynamic-carousel-controls .control-wrapper {
	height: 100%;
	display: none;
	width: 32px;
	position: absolute;
	z-index: 10;
	/*background: #a0a1a5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwYTFhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGQ1ZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/*background: -moz-linear-gradient(top,  #a0a1a5 0%, #d4d5d7 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a1a5), color-stop(100%,#d4d5d7)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #a0a1a5 0%,#d4d5d7 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #a0a1a5 0%,#d4d5d7 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #a0a1a5 0%,#d4d5d7 100%); /* IE10+ */
	/*background: linear-gradient(top,  #a0a1a5 0%,#d4d5d7 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a1a5', endColorstr='#d4d5d7',GradientType=0 ); /* IE6-8 */
}

#single-dynamic-carousel.scrollable #single-dynamic-carousel-controls .control-wrapper {
	display: block;
}
#single-dynamic-carousel-controls .control-wrapper a {
	cursor: pointer;
	height: 38px;
	text-indent: -9999em;
	width: 34px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
}

#single-dynamic-carousel-controls .prev-control-wrapper,
#single-dynamic-carousel-controls .prev-control-wrapper a {
	left: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#single-dynamic-carousel-controls .prev-control-wrapper a {
	background: #6e6f71 url(/wp-content/themes/vip/ione2/functions/single-dynamic-carousel/images/prev.png) no-repeat center center;
}

#single-dynamic-carousel-controls .next-control-wrapper,
#single-dynamic-carousel-controls .next-control-wrapper a {
	right: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#single-dynamic-carousel-controls .next-control-wrapper a {
	background: #6e6f71 url(/wp-content/themes/vip/ione2/functions/single-dynamic-carousel/images/next.png) no-repeat center center;
}

#single-dynamic-carousel ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 1000%;
}
#single-dynamic-carousel ul li {
	display: block;
	height: 100%;
	float: left;
	margin: 0 8px 1em 0;
	padding: 2px;
	width: 144px;
	/*background: #a0a1a5;  Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwYTFhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGQ1ZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	/*background: -moz-linear-gradient(top,  #a0a1a5 0%, #d4d5d7 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a1a5), color-stop(100%,#d4d5d7));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #a0a1a5 0%,#d4d5d7 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #a0a1a5 0%,#d4d5d7 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #a0a1a5 0%,#d4d5d7 100%);*/ /* IE10+ */
	/*background: linear-gradient(top,  #a0a1a5 0%,#d4d5d7 100%);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a1a5', endColorstr='#d4d5d7',GradientType=0 ); IE6-8 */
}

#single-dynamic-carousel ul li:hover {
	/*background: #d4d5d7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMGExYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/*background: -moz-linear-gradient(top,  #d4d5d7 0%, #a0a1a5 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d7), color-stop(100%,#a0a1a5)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #d4d5d7 0%,#a0a1a5 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #d4d5d7 0%,#a0a1a5 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #d4d5d7 0%,#a0a1a5 100%); /* IE10+ */
	/*background: linear-gradient(top,  #d4d5d7 0%,#a0a1a5 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d5d7', endColorstr='#a0a1a5',GradientType=0 ); /* IE6-8 */
}

#single-dynamic-carousel ul li a {
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
}

#single-dynamic-carousel ul li a .the-image {
	display: block;
	position: relative;
	width: 144px;
	height: 86px;
	overflow: hidden;
	margin-bottom: 2px;
}

#single-dynamic-carousel ul li a img { position: relative; }

#single-dynamic-carousel ul li a img.data-src {
	display: none;
}

#single-dynamic-carousel ul li a .the-title {
	display: block;
	font-size: 93%;
	text-align: center;
}
.sailthru-signup-widget .sailthru-signup-widget-close {
  display: none; }
.sailthru-signup-widget input, .sailthru-signup-widget button, .sailthru-signup-widget select, .sailthru-signup-widget textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0; }
.sailthru-signup-widget .form {
  display: block;
  margin-top: 0em; }
.sailthru-signup-widget textarea {
  overflow: auto;
  vertical-align: top;
  background-color: white;
  flex-direction: column;
  resize: auto;
  cursor: auto;
  padding: 2px;
  white-space: pre-wrap;
  word-wrap: break-word; }
.sailthru-signup-widget label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }
.sailthru-signup-widget input[type="radio"],
.sailthru-signup-widget input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }
.sailthru-signup-widget select {
  text-transform: none;
  margin: 0;
  border: 1px solid #cccccc; }
.sailthru-signup-widget select[multiple],
.sailthru-signup-widget select[size] {
  height: auto; }
.sailthru-signup-widget .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  vertical-align: middle;
  background-color: #fff; }
.sailthru-signup-widget .form-group {
  margin-bottom: 15px; }
.sailthru-signup-widget .radio input[type="radio"] {
  margin: 4px 5px 0 5px;
  margin-top: 1px \9;
  line-height: normal; }
.sailthru-signup-widget .radio label {
  display: block;
  margin-bottom: 0;
  font-weight: normal; }
.sailthru-signup-widget .checkbox input[type="checkbox"] {
  margin: 4px 5px 0 5px;
  margin-top: 1px \9;
  line-height: normal; }
.sailthru-signup-widget .checkbox label {
  display: block;
  margin-bottom: 0;
  font-weight: normal; }

#sailthru-modal {
  position: absolute;
  width: auto;
  min-width: 450px;
  height: auto;
  z-index: 9999;
  text-align: center;
  vertical-align: middle;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background: #fff;
  padding: 20px;
  text-align: left;
  -moz-box-shadow: 3px 3px 3px 3px #ebebeb;
  -webkit-box-shadow: 3px 3px 3px 3px #ebebeb;
  box-shadow: 3px 3px 3px 3px #ebebeb; }
/* @file Ione Diversity Jobs Widget
 * --------------------------------------------------------------------------------- */
/* Inside Widget */
.diversity-one-widget {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

/* Banner */
.diversity-one-widget .ione-diversity-one-banner-header {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 1em;
	padding: 1em 0;
}

.diversity-one-widget .ione-diversity-one-banner-footer {
	border-top: 1px solid #d2d2d2;
	margin-top: 1em;
	padding-top: 1em;
}

.diversity-one-widget .ione-diversity-one-banner-header img,
.diversity-one-widget .ione-diversity-one-banner-footer img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.ione-diversity-one-more, #secondary .widget_ione-diversity_one_jobs .ione-diversity-one-more {
	border-top: none;
	text-align: center;
}

.diversity-one-widget .ijobs-promo-text {
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 16px;
}

/* Form */
.diversity-one-widget #searchform {
	margin-bottom: 1em;
}

.diversity-one-widget #searchform .lift-search-form-filters {
	border: none;
	margin: 0;
	padding: 0;
}

.diversity-one-widget #searchform .lift-search-form-filters li {
	margin: 0;
}

.diversity-one-widget #searchform .lift-search-form-filters select,
.diversity-one-widget #searchform .lift-search-form-filters input[type="text"] {
	border: none;
	background: none;
	border-radius: 0;
	-webkit-appearance: none;
	background-color: #f3f3f3;
	border: 1px solid #c6c6c6;
	margin-bottom: 1em;
	text-indent: 5px;
	color: #878787;
	height: 35px;
	padding: 0;
	width: 100%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

.diversity-one-widget #searchform .lift-search-form-filters select {
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/vip/ione2/css/../images/ijob-button.png);
	background-position: center right;
}

.diversity-one-widget #searchform .lift-search-form-filters ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.diversity-one-widget #searchform #searchsubmit {
	background: #00b2cf;
	border: none;
	color: #ffffff !important;
	font-weight: bold;
	padding: 1em 0;
	text-transform: uppercase;
	width: 100%;
	border-radius: 0;
}

.diversity-one-widget #searchform #searchsubmit:hover {
	cursor: pointer;
}

/* Listings */
.diversity-one-widget .ione-diversity-one-jobs-listings {
	height: 324px;
	overflow-y: scroll;
	overflow-x: none;
}

.diversity-one-widget .ione-diversity-one-job {
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: .5em;
	padding-bottom: .5em;
}

.diversity-one-widget .ione-diversity-one-job .jobs-apply {
	float: right;
}

.diversity-one-widget .ione-diversity-one-job .jobs-apply a {
	background: #3369E8;
	color: #fff !important;
	font-weight: bold;
	display: block;
	padding: .5em;
	text-decoration: none;
	text-transform: uppercase;
}

.diversity-one-widget .ione-diversity-one-job .jobs-apply a:hover {
	color: #fff;
	text-decoration: underline;
}

.diversity-one-widget .ione-diversity-one-job .jobs-meta .job-detail {
	color: #3d3d3d;
	margin-bottom: 0;
	max-width: 68%;
}

.diversity-one-widget .ione-diversity-one-job .jobs-meta .job-detail a {
	color: #3369E8 !important;
	text-decoration: underline;
}

.diversity-one-widget .ione-diversity-one-job .jobs-meta .job-location {
	margin-bottom: .25em;
}
.diversity-one-static {
	width: 279px;
	height: 466px;
	background: url(/wp-content/themes/vip/ione2/css/../images/diversityone_static.jpg) center top no-repeat;
}

#job-widget-in-post-area {
	margin: 10px auto;
	padding: 0 20px 10px;
	max-width: 450px;
	background: #eee;
	display: none;
}

#job-widget-in-post-area .diversity-one-widget .ione-diversity-one-job {
	border-bottom: none;
}

#job-widget-in-post-area .diversity-one-widget .ione-diversity-one-banner-header {
	border-bottom: none;
}

#job-widget-in-post-area .jobs-meta {
    font-size: 1.25em;
    line-height: 1.25em;
}

#job-widget-in-post-area .job-title {
	font-weight: bold;
}

#job-widget-in-post-area .diversity-one-widget .ijobs-promo-text {
	font-size: 1.5em;
}

#job-widget-in-post-area p {
	text-align: center;
	font-weight: bold;
}

@-moz-document url-prefix() {

	#taxonomy_ione_jobs_state_id, #taxonomy_ione_jobs_region_id, #taxonomy_ione_jobs_category_id {
		background-image: none !important;
	}
}
img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

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


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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

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

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

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


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
