/*
	Variables
*/
/*
	Project Mixins
*/
.metafont {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Arial, Helvetica, Helmet, Freesans, sans-serif;
}
.bodyfont {
  font-family: "Helvetica Neue", Arial, Helvetica, Helmet, Freesans, sans-serif;
}
.diminuitive-heading {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Arial, Helvetica, Helmet, Freesans, sans-serif;
}
/*
	Generic utility mixins 
	
*/
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  -o-background-size: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.inline-list li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  zoom: 1;
}
.ie7-inline-block {
  *display: inline;
  /* IE7 inline-block hack */

  zoom: 1;
}
.isoc-blog-section {
  /* typography */

  /* Author page header */
  /* Sidebar */

  /* List of posts */
  /* Article nav links */

  /* Homepage */

  /* Section home page */

  /* Utility classes */

}
.isoc-blog-section .isoc-blog-wrapper {
  padding-top: 0;
}
.isoc-blog-section h1 {
  font-size: 2.25em;
  letter-spacing: -1px;
}
.isoc-blog-section .sub-title {
  font-size: 1.3125em;
  margin-top: 0.25em;
}
.isoc-blog-section .pre-title {
  font-size: 0.5em;
  display: block;
  color: #545350;
  line-height: 1.2em;
}
.isoc-blog-section h2 {
  font-size: 1.75em;
}
.isoc-blog-section h3 {
  font-size: 1.3125em;
}
.isoc-blog-section h4 {
  font-size: .875em;
  text-transform: uppercase;
}
.isoc-blog-section h5 {
  font-size: .875em;
}
.isoc-blog-section .longform-content h2,
.isoc-blog-section .longform-content h3 {
  font-weight: normal;
}
.isoc-blog-section .column {
  float: left;
  /* For IE 7 */

  zoom: 1;
  *display: inline;
}
.isoc-blog-section .two-columns.left-primary .column-one {
  width: 65.4713115%;
  /* 639px */

  margin-bottom: 0;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.isoc-blog-section .two-columns.left-primary .column-one:before,
.isoc-blog-section .two-columns.left-primary .column-one:after {
  content: "";
  display: table;
}
.isoc-blog-section .two-columns.left-primary .column-one:after {
  clear: both;
}
.isoc-blog-section .two-columns.left-primary .column-two {
  width: 34.5286885%;
  /* 316px */

  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.isoc-blog-section .two-columns.left-primary .column-two:before,
.isoc-blog-section .two-columns.left-primary .column-two:after {
  content: "";
  display: table;
}
.isoc-blog-section .two-columns.left-primary .column-two:after {
  clear: both;
}
.isoc-blog-section #block-views-featured-blog-block-1 .views-row-1 {
  margin-right: 3.286385%;
}
.isoc-blog-section #block-views-featured-blog-block-1 .views-row:before,
.isoc-blog-section #block-views-featured-blog-block-1 .views-row:after {
  content: "";
  display: table;
}
.isoc-blog-section #block-views-featured-blog-block-1 .views-row:after {
  clear: both;
}
.isoc-blog-section #block-views-featured-blog-block-1 .views-row {
  width: 48.3568075%;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  float: left;
}
.isoc-blog-section .header-bordered {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.isoc-blog-section .node-blog {
  padding-right: 3.286385%;
  margin-bottom: 2em;
}
.isoc-blog-section .column-one {
  margin-bottom: 2em;
}
.isoc-blog-section .pull-top {
  margin-top: -4em;
  position: relative;
  z-index: 1;
  background: #fff;
}
.isoc-blog-section .major-title {
  font-size: 3em;
  margin-bottom: 0;
  line-height: 1.1em;
}
.isoc-blog-section .page-title {
  padding-right: 3.286385%;
}
.isoc-blog-section .header-meta {
  font-size: 1em;
  padding-top: 0.75em;
}
.isoc-blog-section .intro-para {
  font-size: 1.375em;
}
.isoc-blog-section blockquote {
  font-size: 1.5em;
  line-height: 1.25em;
  padding-left: 1em;
}
.isoc-blog-section .pull-quote.float-right {
  text-align: right;
}
.isoc-blog-section .no-border {
  border: none;
}
.isoc-blog-section .subscribe-button {
  position: absolute;
  top: 1em;
  right: 0;
}
/* hmm
.isoc-blog-section .region-featureright {
  border-left: 1px solid #e7e7e7;
}
*/
.isoc-blog-section .region-featureright.lighter-box {
  border-bottom: none;
}
.isoc-blog-section .homepage-featured-sidebar {
  border-top: none;
  padding-top: 0;
}
.isoc-blog-section .post-list-thumbnail {
  max-width: 10em;
  width: 100%;
  float: left;
  margin-right: 3%;
  margin-left: 0;
  visibility: visible;
  display: block;
}
.isoc-blog-section .post-list-title {
  clear: both;
  font-size: 1.3125em;
}
.isoc-blog-section .article-nav-link {
  width: 50%;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  zoom: 1;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  -o-background-size: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */

  border: 1px solid #e7e7e7;
  border-top: none;
}
.isoc-blog-section .next-article {
  border-left: none;
}
.isoc-blog-section #block-quicktabs-popular-blogs {
  border-right: none;
  margin-bottom: 2em;
  margin-left: 6.231454%;
}
.isoc-blog-section .view-department-blogs h3,
.isoc-blog-section #block-views-featured-blog-block h3 {
  font-size: 1.75em;
}
.isoc-blog-section .section-home-header .sub-title {
  clear: none;
}
.isoc-blog-section .section-home-icon {
  max-width: none;
  margin-bottom: 0;
}
.isoc-blog-section .section-break {
  padding-top: 3em;
  margin-top: 1em;
}
#block-views-whos-writing-block-1,
.isoc-blog-section #block-views-related-blog-posts-block-2,
.isoc-blog-section .padded-single-column,
.isoc-blog-section #quicktabs-popular_blogs_inner {
  padding: 1.25em 6.231454%;
  /* 21px left and right padding in a single column */

}
.isoc-blog-section .float-content-item-right {
  float: right;
  margin-left: 3%;
  max-width: 50% !important;
}
.isoc-blog-section .float-content-item-left {
  float: left;
  margin-right: 3%;
  max-width: 50% !important;
}
