html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.button {
  display: block;
  padding: 0.3125em 0.625em;
  border-radius: 5px;
  background: #a51c30;
  color: #fff; }

/* Q&A Heading */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: gray;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Default Link Styles */
a {
  color: #a51c30;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #aa172d;
    text-decoration: none; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

body {
  font-size: 11pt;
  font-family: Georgia, serif;
  color: #333; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.25; }
  @media only screen and (min-width: 48em) {
    h1, h2, h3, h4, h5, h6 {
      line-height: 1.0625em; } }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: gray;
    line-height: 0; }

h1 {
  font-size: 2.532em; }

h2 {
  font-size: 1.744em; }

h3,
h2.h2-small {
  font-size: 1.4645em; }

h4,
h3.h3-small {
  font-size: 1.0205em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.75em; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square; }

ul.circle {
  list-style-type: circle; }

ul.disc {
  list-style-type: disc; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

blockquote,
blockquote p {
  line-height: 1.4;
  color: #6c6c6c;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300; }
  .pull-quote blockquote, .pull-quote
  blockquote p {
    color: #999999;
    font-weight: 300; }

/* Blockquotes */
.pull-quote blockquote {
  margin: 0 0 1.25em;
  padding: 0.9375em 0; }

blockquote p {
  font-size: 1em; }
  @media only screen and (min-width: 48em) {
    blockquote p {
      font-size: 1.375em; } }
  blockquote p:before, blockquote p:after {
    display: inline;
    font-weight: 700;
    color: #a51c30;
    font-size: 1.25em;
    position: relative;
    top: 0.125em; }
  blockquote p:before {
    content: "\201C";
    margin-right: 0.1875em;
    line-height: 1; }
  blockquote p:after {
    content: "\201D";
    margin-left: 0.1875em;
    line-height: 1px; }

cite {
  font-family: "franklin-gothic-urw", sans-serif;
  display: block;
  font-size: 18px;
  color: #252525;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 700;
  border: none; }
  cite:before {
    content: "\2014 \0020"; }
  cite a,
  cite a:visited {
    color: #252525; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: help;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.25; } }

/* Q & A */
.q-and-a {
  font-size: 24px;
  line-height: 1.25;
  margin-top: 40px;
  margin-bottom: 22px;
  font-weight: 700; }
  @media only screen and (min-width: 48em) {
    .q-and-a {
      margin-top: 60px;
      margin-bottom: 27px; } }

body {
  background: #f4f4f4; }
  @media only screen and (min-width: 106.25em) {
    body {
      background: #e7e7e7; } }
  body.mfp-gallery--open {
    overflow: hidden;
    width: 100%; }

.section-break:before {
  content: '***';
  text-align: center;
  display: block;
  letter-spacing: .375em;
  font-weight: 900;
  color: #8c8c8c;
  margin: 0;
  font-size: 2em; }

.section-break span.break-span {
  display: none; }

.page-wrap {
  overflow: hidden;
  *zoom: 1; }
  .page-wrap:before, .page-wrap:after {
    content: " ";
    display: table; }
  .page-wrap:after {
    clear: both; }

#page {
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background: #f4f4f4;
  transition: opacity 300ms;
  -webkit-transform-style: preserve-3d;
  padding-top: 45px; }
  @media only screen and (min-width: 55em) {
    #page {
      padding-top: 0; } }
  @media only screen and (min-width: 106.25em) {
    #page {
      max-width: 89.0625em;
      margin: 0 auto;
      box-shadow: 0 0px 20px #e2e2e2; } }
  #page:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99; }
    .ie8 #page:before {
      background: url("../images/rgba-0-0-0-0.75.png"); }

#content {
  background: #f4f4f4;
  position: relative;
  transition: transform 300ms; }
  @media only screen and (min-width: 55em) {
    #content {
      box-shadow: inset 0 10px 10px -10px #8c8c8c; } }
  .mobile-nav-open #content {
    -webkit-overflow-scrolling: touch; }

#main {
  position: relative; }

*, *:before, *:after {
  box-sizing: border-box; }

a img {
  border: none; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%;
  min-width: 100% !important; }

a {
  text-decoration: none;
  line-height: inherit; }

a:hover, a:focus {
  text-decoration: none;
  transition: all 0.3s ease; }

p a, p a:visited {
  line-height: inherit; }

.visuallyhidden {
  display: none; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.print-only {
  display: none; }

/* hide text before typekit loads? */
/* .wf-loading {
	p,a,h1,h2,h3,h4,h5,h6 {
		visibility: hidden;
	}
}
.wf-sp {
	p,a,h1,h2,h3,h4,h5,h6 {
		visibility: visible;
	}
} */
.post-format a {
  color: #b3b3b3 !important;
  margin-right: 5px; }
  .post-format a:hover {
    color: #aa172d !important; }

.single .entry-theme a {
  clear: both;
  font-weight: 500;
  background: #a51c30;
  color: #fff;
  display: inline-block;
  padding: 15px 30px 15px 9999em;
  margin: 30px 0 0 -9999em;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1em;
  position: relative; }
  @media only screen and (min-width: 55em) {
    .single .entry-theme a {
      font-size: 1.3125em; } }
  .single .entry-theme a:hover {
    text-decoration: none;
    background: #aa172d; }

.full-size-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4; }

.group-row {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  margin-bottom: 0;
  *zoom: 1; }
  .group-row:before, .group-row:after {
    content: " ";
    display: table; }
  .group-row:after {
    clear: both; }
  @media only screen and (min-width: 48em) {
    .group-row {
      margin-bottom: 1.875em;
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left; } }

@media only screen and (min-width: 48em) {
  .eh-item {
    opacity: 0; }
    .eh-item p:last-child {
      margin-bottom: 0; } }

.single .mobile-summary.entry-summary .more, .read-more {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  font-size: 1em; }
  @media only screen and (min-width: 48em) {
    .single .mobile-summary.entry-summary .more, .read-more {
      font-size: 1.125em; } }

.moretag {
  font-size: 0.9375em;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  color: inherit;
  display: block;
  margin-top: 1.25em; }

.drop-cap, .single-feature .content-container .entry-content.feature-content > p:nth-of-type(1):first-letter {
  float: left;
  font-size: 5.3125em;
  line-height: 1;
  margin-right: 15px;
  color: #a51c30;
  margin-bottom: -10px; }

.drop-cap-small {
  font-size: 370%;
  float: left;
  line-height: .9;
  margin-right: 10px;
  color: #a51c30; }

.attribution {
  display: block;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #8c8c8c;
  font-weight: 400;
  font-size: 90%;
  padding: 0 0.125em;
  margin: 0 0 6px 0; }

.entry-title {
  font-weight: 500; }

.entry-meta, .byline {
  color: #8c8c8c;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-size: 0.875em; }
  @media only screen and (min-width: 48em) {
    .entry-meta, .byline {
      font-size: 11pt; } }
  .entry-meta .author-name, .byline .author-name {
    text-transform: uppercase; }

.page .hentry .hentry {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  padding-top: 0.9375em; }

.page .hentry .entry-content ul, .page .hentry .entry-content ol {
  list-style-position: inside; }
  @media only screen and (min-width: 55em) {
    .page .hentry .entry-content ul, .page .hentry .entry-content ol {
      max-width: 90%; } }
  @media only screen and (min-width: 75em) {
    .page .hentry .entry-content ul, .page .hentry .entry-content ol {
      max-width: 80%; } }

.page .hentry .entry-content ul {
  list-style-type: disc; }

.page .hentry .entry-content ol {
  list-style-type: decimal; }

.screen-reader-text {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.spinner {
  width: 68px;
  height: 24px;
  display: block;
  background: url(../images/loading_graybg.gif) no-repeat;
  margin: 0 auto; }
  .panel-even .spinner {
    background: url(../images/loading_whitebg.gif) no-repeat; }
  .cssanimations .spinner {
    display: inline-block;
    font-size: 2em;
    margin: 0 0 0 -.5em;
    position: absolute;
    left: 50%;
    top: 10%;
    width: 1em;
    background: none;
    height: auto; }
    .cssanimations .spinner:before, .cssanimations .spinner:after {
      content: "";
      display: block;
      height: .5em;
      position: absolute;
      width: .5em;
      border-radius: 50%; }
    .cssanimations .spinner:before {
      animation: load-before 1s ease-in-out infinite;
      animation: zoom-before .66s ease-in-out infinite;
      background: #8c8c8c; }
    .cssanimations .spinner:after {
      animation: load-after 1s ease-in-out infinite;
      animation: zoom-after .66s ease-in-out infinite;
      background: #a51c30; }

.bg-white {
  background: #fff; }

#iosFocusHack {
  display: none; }

.image-loading {
  color: #fff;
  text-align: center;
  display: block;
  opacity: 1;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  height: 50px;
  margin-top: -25px;
  line-height: 50px;
  z-index: 1;
  animation: spin 2s infinite linear; }
  .cycle-slide-active .image-loading {
    display: block; }

@media only screen and (min-width: 48em) {
  .cssanimations .animate-up {
    -ms-transform: translateY(200px);
        transform: translateY(200px);
    opacity: 1;
    animation: moveUp 0.65s ease forwards; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes moveUp {
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes load-before {
  0% {
    left: 0;
    transform: scale(1.1); }
  50% {
    left: 80%;
    transform: scale(1); }
  100% {
    left: 0;
    transform: scale(1.1); } }

@keyframes load-after {
  0% {
    left: 80%;
    transform: scale(1.1); }
  50% {
    left: 0;
    transform: scale(1); }
  100% {
    left: 80%;
    transform: scale(1.1); } }

@keyframes zoom-before {
  0% {
    z-index: 0; }
  50% {
    z-index: 1; }
  100% {
    z-index: 0; } }

@keyframes zoom-after {
  0% {
    z-index: 1; }
  50% {
    z-index: 0; }
  100% {
    z-index: 1; } }

@keyframes floating {
  0% {
    transform: translate(0, 0px); }
  65% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0px); } }

.single .featured-media {
  width: 100%;
  padding: 0;
  margin-bottom: 3.75em; }
  @media only screen and (min-width: 48em) {
    .single .featured-media {
      position: relative;
      padding-left: 0.9375em;
      padding-right: 0.9375em;
      width: 100%; } }
  .single .featured-media .featured-gallery {
    margin-left: -9999em;
    margin-right: -9999em;
    padding-right: 9999em;
    padding-left: 9999em;
    margin-top: -3.75em;
    background: #1b1b1b; }
    @media only screen and (min-width: 48em) {
      .single .featured-media .featured-gallery {
        margin-top: -3.75em;
        padding-top: 3.75em;
        padding-bottom: 3.75em; } }

.single .post-embed-media {
  margin-bottom: 1.25em; }

.single .hentry {
  background: #fff; }

.single .entry-header-container {
  *zoom: 1;
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  background: #f4f4f4; }
  .single .entry-header-container:before, .single .entry-header-container:after {
    content: " ";
    display: table; }
  .single .entry-header-container:after {
    clear: both; }
  @media only screen and (min-width: 55em) {
    .single .entry-header-container {
      padding-top: 3.75em;
      padding-bottom: 3.75em; } }

.single .entry-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
  float: none; }
  @media screen and (min-width: 768px) {
    .single .entry-header {
      max-width: 768px; } }
  @media screen and (min-width: 880px) {
    .single .entry-header {
      max-width: 940px; } }
  @media screen and (min-width: 1200px) {
    .single .entry-header {
      max-width: 1200px; } }
  .single .entry-header:before, .single .entry-header:after {
    content: " ";
    display: table; }
  .single .entry-header:after {
    clear: both; }
  .single .entry-header .entry-meta {
    *zoom: 1;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }
    .single .entry-header .entry-meta:before, .single .entry-header .entry-meta:after {
      content: " ";
      display: table; }
    .single .entry-header .entry-meta:after {
      clear: both; }
  .single .entry-header .entry-title-wrap {
    position: relative;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }

.single .panel .entry-header {
  max-width: none; }

.single .entry-department {
  color: #8c8c8c;
  display: block;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300; }
  @media only screen and (min-width: 48em) {
    .single .entry-department {
      display: block;
      font-size: 1em;
      position: absolute;
      bottom: 100%; } }

@media only screen and (min-width: 55em) {
  .single .no-theme .entry-header .entry-meta {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 33.3333333333%;
    float: left; } }

@media only screen and (min-width: 75em) {
  .single .no-theme .entry-header .entry-meta {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 25%;
    float: left; } }

@media only screen and (min-width: 55em) {
  .single .no-theme .entry-header .entry-title-wrap {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 66.6666666667%;
    float: left; } }

@media only screen and (min-width: 75em) {
  .single .no-theme .entry-header .entry-title-wrap {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 75%;
    float: left; } }

@media only screen and (min-width: 48em) {
  .single .no-theme .entry-header .entry-title-wrap .entry-title {
    font-size: 2.25em; } }

.single .content-container {
  padding: 3.75em 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
  *zoom: 1;
  clear: both; }
  @media screen and (min-width: 768px) {
    .single .content-container {
      max-width: 768px; } }
  @media screen and (min-width: 880px) {
    .single .content-container {
      max-width: 940px; } }
  @media screen and (min-width: 1200px) {
    .single .content-container {
      max-width: 1200px; } }
  .single .content-container:before, .single .content-container:after {
    content: " ";
    display: table; }
  .single .content-container:after {
    clear: both; }
  .single .content-container:before, .single .content-container:after {
    content: " ";
    display: table; }
  .single .content-container:after {
    clear: both; }
  .single .content-container .entry-content {
    font-size: 1.125em; }

.single .entry-title {
  margin: 0 0 .25em 0;
  font-weight: 300;
  font-size: 2em; }
  @media only screen and (min-width: 55em) {
    .single .entry-title {
      font-size: 2.625em; } }

.single .entry-content {
  line-height: 1.7; }
  .single .entry-content .figure p {
    max-width: 100% !important;
    margin-bottom: 0.625em; }
    .single .entry-content .figure p img {
      display: block; }
  .single .entry-content blockquote p {
    max-width: 100% !important; }
    .single .entry-content blockquote p:first-letter {
      font-size: 1em !important;
      padding: 0 !important;
      line-height: 1 !important;
      float: none !important; }
  .single .entry-content ul {
    list-style-position: outside;
    margin-left: 2.1875em;
    list-style-type: disc; }
    .single .entry-content ul li {
      margin-bottom: 0.625em; }
  .single .entry-content .gallery-wrapper {
    margin-bottom: 1.25em;
    width: 100%;
    padding: 0.3125em; }
    .single .entry-content .gallery-wrapper .cycle-slideshow.main-gallery {
      margin-top: 0.9375em; }

@media only screen and (min-width: 55em) {
  .single .entry-theme a {
    float: left; } }

.single footer.entry-meta {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }
  .single footer.entry-meta:before {
    content: '***';
    text-align: center;
    display: block;
    letter-spacing: 0.375em;
    font-weight: 900;
    color: #8c8c8c;
    margin: 0.9375em 0 1.875em 0; }
    .ie8 .single footer.entry-meta:before {
      display: none; }
  @media only screen and (min-width: 48em) {
    .single footer.entry-meta:before {
      display: none; } }
  @media only screen and (min-width: 55em) {
    .single footer.entry-meta {
      position: relative;
      padding-left: 0.9375em;
      padding-right: 0.9375em;
      width: 25%;
      right: 75%;
      left: auto;
      float: left; } }
  .single footer.entry-meta .entry-summary {
    color: #8c8c8c;
    font-weight: 300;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.125em;
    display: none; }
    @media only screen and (min-width: 55em) {
      .single footer.entry-meta .entry-summary {
        display: block;
        margin: 0 0 1.875em 0; } }
    .single footer.entry-meta .entry-summary p:last-child {
      margin: 0; }
    .single footer.entry-meta .entry-summary ul {
      list-style-position: inside; }
      .single footer.entry-meta .entry-summary ul li {
        list-style-type: disc;
        line-height: 1.2; }
        .single footer.entry-meta .entry-summary ul li + li {
          margin-top: 0.3125em; }
      .single footer.entry-meta .entry-summary ul:last-child {
        margin: 0; }

.single .entry-summary-title {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.25em;
  font-weight: 700; }
  @media only screen and (min-width: 55em) {
    .single .entry-summary-title {
      font-size: 1.5em; } }

.single .mobile-summary.entry-summary {
  display: block;
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  border: none;
  height: 150px;
  overflow: hidden; }
  .single .mobile-summary.entry-summary .more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    z-index: 3;
    font-size: 0.875em;
    text-transform: uppercase; }
  @media only screen and (min-width: 55em) {
    .single .mobile-summary.entry-summary {
      display: none; } }
  .single .mobile-summary.entry-summary:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(bottom, #fff, rgba(255, 255, 255, 0)); }

.single .entry-taxonomies {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875em;
  margin: 1.875em 0 0;
  padding: 0.9375em;
  background: #f6f6f6; }
  @media only screen and (min-width: 75em) {
    .single .entry-taxonomies {
      padding: 1.875em; } }
  @media only screen and (min-width: 55em) {
    .single .entry-taxonomies {
      border: none;
      margin: 0; } }
  .single .entry-taxonomies li + li {
    margin-top: 0.9375em; }
  .single .entry-taxonomies li a {
    font-weight: 500; }
  .single .entry-taxonomies .meta-label {
    color: #252525;
    font-weight: 700; }

.single .further-reading {
  margin-top: 1.875em; }
  .single .further-reading ul {
    margin: 0; }
  .single .further-reading li {
    line-height: 1.2;
    font-size: 0.875em;
    font-weight: 500;
    margin-bottom: 0; }
    .single .further-reading li + li {
      margin-top: 1.875em; }

.single .further-reading-heading {
  margin-top: 0;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 700;
  font-size: 1em; }

.single-post .entry-content,
.single-book-review .entry-content,
.single-bulletin-post .entry-content,
.single-letter-from-the-dean .entry-content,
.single-class-notes .entry-content,
.single-tribe_alert .entry-content {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 55em) {
    .single-post .entry-content,
    .single-book-review .entry-content,
    .single-bulletin-post .entry-content,
    .single-letter-from-the-dean .entry-content,
    .single-class-notes .entry-content,
    .single-tribe_alert .entry-content {
      position: relative;
      padding-left: 0.9375em;
      padding-right: 0.9375em;
      width: 75%;
      left: 25%;
      right: auto;
      float: left;
      padding-left: 2.8125em; }
      .single-post .entry-content.no-meta,
      .single-book-review .entry-content.no-meta,
      .single-bulletin-post .entry-content.no-meta,
      .single-letter-from-the-dean .entry-content.no-meta,
      .single-class-notes .entry-content.no-meta,
      .single-tribe_alert .entry-content.no-meta {
        float: none;
        padding-left: 0.9375em;
        left: 0; } }
  @media only screen and (min-width: 55em) {
    .single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6, .single-post .entry-content hr, .single-post .entry-content .post-embed-media,
    .single-book-review .entry-content h1,
    .single-book-review .entry-content h2,
    .single-book-review .entry-content h3,
    .single-book-review .entry-content h4,
    .single-book-review .entry-content h5,
    .single-book-review .entry-content h6,
    .single-book-review .entry-content hr,
    .single-book-review .entry-content .post-embed-media,
    .single-bulletin-post .entry-content h1,
    .single-bulletin-post .entry-content h2,
    .single-bulletin-post .entry-content h3,
    .single-bulletin-post .entry-content h4,
    .single-bulletin-post .entry-content h5,
    .single-bulletin-post .entry-content h6,
    .single-bulletin-post .entry-content hr,
    .single-bulletin-post .entry-content .post-embed-media,
    .single-letter-from-the-dean .entry-content h1,
    .single-letter-from-the-dean .entry-content h2,
    .single-letter-from-the-dean .entry-content h3,
    .single-letter-from-the-dean .entry-content h4,
    .single-letter-from-the-dean .entry-content h5,
    .single-letter-from-the-dean .entry-content h6,
    .single-letter-from-the-dean .entry-content hr,
    .single-letter-from-the-dean .entry-content .post-embed-media,
    .single-class-notes .entry-content h1,
    .single-class-notes .entry-content h2,
    .single-class-notes .entry-content h3,
    .single-class-notes .entry-content h4,
    .single-class-notes .entry-content h5,
    .single-class-notes .entry-content h6,
    .single-class-notes .entry-content hr,
    .single-class-notes .entry-content .post-embed-media,
    .single-tribe_alert .entry-content h1,
    .single-tribe_alert .entry-content h2,
    .single-tribe_alert .entry-content h3,
    .single-tribe_alert .entry-content h4,
    .single-tribe_alert .entry-content h5,
    .single-tribe_alert .entry-content h6,
    .single-tribe_alert .entry-content hr,
    .single-tribe_alert .entry-content .post-embed-media {
      max-width: 90%; } }
  @media only screen and (min-width: 75em) {
    .single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6, .single-post .entry-content hr, .single-post .entry-content .post-embed-media,
    .single-book-review .entry-content h1,
    .single-book-review .entry-content h2,
    .single-book-review .entry-content h3,
    .single-book-review .entry-content h4,
    .single-book-review .entry-content h5,
    .single-book-review .entry-content h6,
    .single-book-review .entry-content hr,
    .single-book-review .entry-content .post-embed-media,
    .single-bulletin-post .entry-content h1,
    .single-bulletin-post .entry-content h2,
    .single-bulletin-post .entry-content h3,
    .single-bulletin-post .entry-content h4,
    .single-bulletin-post .entry-content h5,
    .single-bulletin-post .entry-content h6,
    .single-bulletin-post .entry-content hr,
    .single-bulletin-post .entry-content .post-embed-media,
    .single-letter-from-the-dean .entry-content h1,
    .single-letter-from-the-dean .entry-content h2,
    .single-letter-from-the-dean .entry-content h3,
    .single-letter-from-the-dean .entry-content h4,
    .single-letter-from-the-dean .entry-content h5,
    .single-letter-from-the-dean .entry-content h6,
    .single-letter-from-the-dean .entry-content hr,
    .single-letter-from-the-dean .entry-content .post-embed-media,
    .single-class-notes .entry-content h1,
    .single-class-notes .entry-content h2,
    .single-class-notes .entry-content h3,
    .single-class-notes .entry-content h4,
    .single-class-notes .entry-content h5,
    .single-class-notes .entry-content h6,
    .single-class-notes .entry-content hr,
    .single-class-notes .entry-content .post-embed-media,
    .single-tribe_alert .entry-content h1,
    .single-tribe_alert .entry-content h2,
    .single-tribe_alert .entry-content h3,
    .single-tribe_alert .entry-content h4,
    .single-tribe_alert .entry-content h5,
    .single-tribe_alert .entry-content h6,
    .single-tribe_alert .entry-content hr,
    .single-tribe_alert .entry-content .post-embed-media {
      max-width: 80%; } }
  .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6,
  .single-book-review .entry-content h4,
  .single-book-review .entry-content h5,
  .single-book-review .entry-content h6,
  .single-bulletin-post .entry-content h4,
  .single-bulletin-post .entry-content h5,
  .single-bulletin-post .entry-content h6,
  .single-letter-from-the-dean .entry-content h4,
  .single-letter-from-the-dean .entry-content h5,
  .single-letter-from-the-dean .entry-content h6,
  .single-class-notes .entry-content h4,
  .single-class-notes .entry-content h5,
  .single-class-notes .entry-content h6,
  .single-tribe_alert .entry-content h4,
  .single-tribe_alert .entry-content h5,
  .single-tribe_alert .entry-content h6 {
    font-weight: 700; }
  @media only screen and (min-width: 55em) {
    .single-post .entry-content p, .single-post .entry-content li,
    .single-book-review .entry-content p,
    .single-book-review .entry-content li,
    .single-bulletin-post .entry-content p,
    .single-bulletin-post .entry-content li,
    .single-letter-from-the-dean .entry-content p,
    .single-letter-from-the-dean .entry-content li,
    .single-class-notes .entry-content p,
    .single-class-notes .entry-content li,
    .single-tribe_alert .entry-content p,
    .single-tribe_alert .entry-content li {
      max-width: 90%; } }
  @media only screen and (min-width: 75em) {
    .single-post .entry-content p, .single-post .entry-content li,
    .single-book-review .entry-content p,
    .single-book-review .entry-content li,
    .single-bulletin-post .entry-content p,
    .single-bulletin-post .entry-content li,
    .single-letter-from-the-dean .entry-content p,
    .single-letter-from-the-dean .entry-content li,
    .single-class-notes .entry-content p,
    .single-class-notes .entry-content li,
    .single-tribe_alert .entry-content p,
    .single-tribe_alert .entry-content li {
      max-width: 80%; } }
  .single-post .entry-content p.wp-caption-text, .single-post .entry-content figure.wp-caption, .single-post .entry-content p.caption, .single-post .entry-content li.wp-caption-text, .single-post .entry-content li.caption,
  .single-book-review .entry-content p.wp-caption-text,
  .single-book-review .entry-content figure.wp-caption,
  .single-book-review .entry-content p.caption,
  .single-book-review .entry-content li.wp-caption-text,
  .single-book-review .entry-content li.caption,
  .single-bulletin-post .entry-content p.wp-caption-text,
  .single-bulletin-post .entry-content figure.wp-caption,
  .single-bulletin-post .entry-content p.caption,
  .single-bulletin-post .entry-content li.wp-caption-text,
  .single-bulletin-post .entry-content li.caption,
  .single-letter-from-the-dean .entry-content p.wp-caption-text,
  .single-letter-from-the-dean .entry-content figure.wp-caption,
  .single-letter-from-the-dean .entry-content p.caption,
  .single-letter-from-the-dean .entry-content li.wp-caption-text,
  .single-letter-from-the-dean .entry-content li.caption,
  .single-class-notes .entry-content p.wp-caption-text,
  .single-class-notes .entry-content figure.wp-caption,
  .single-class-notes .entry-content p.caption,
  .single-class-notes .entry-content li.wp-caption-text,
  .single-class-notes .entry-content li.caption,
  .single-tribe_alert .entry-content p.wp-caption-text,
  .single-tribe_alert .entry-content figure.wp-caption,
  .single-tribe_alert .entry-content p.caption,
  .single-tribe_alert .entry-content li.wp-caption-text,
  .single-tribe_alert .entry-content li.caption {
    max-width: 100%; }
  .single-post .entry-content .hlt-content-block p,
  .single-book-review .entry-content .hlt-content-block p,
  .single-bulletin-post .entry-content .hlt-content-block p,
  .single-letter-from-the-dean .entry-content .hlt-content-block p,
  .single-class-notes .entry-content .hlt-content-block p,
  .single-tribe_alert .entry-content .hlt-content-block p {
    max-width: 100%; }

.single-post img,
.single-book-review img,
.single-bulletin-post img,
.single-letter-from-the-dean img,
.single-class-notes img,
.single-tribe_alert img {
  padding: 0.625em 0 0.9375em 0; }
  @media only screen and (max-width: 30em) {
    .single-post img,
    .single-book-review img,
    .single-bulletin-post img,
    .single-letter-from-the-dean img,
    .single-class-notes img,
    .single-tribe_alert img {
      display: block;
      margin: 0 auto;
      padding-top: 0; } }

.wp-caption {
  max-width: 100%; }
  .wp-caption img {
    display: block;
    padding: 0; }
  @media only screen and (max-width: 48em) {
    .wp-caption {
      max-width: 100%;
      float: none;
      *zoom: 1;
      margin: 0.9375em auto;
      padding: 0.9375em 0;
      text-align: center; }
      .wp-caption:before, .wp-caption:after {
        content: " ";
        display: table; }
      .wp-caption:after {
        clear: both; } }

p.wp-caption-text, figure.wp-caption, p.caption {
  color: #252525;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  margin: 5px 0 1.875em 0;
  font-size: 15px;
  line-height: 1.15; }

/* this is for pull content captions that are no longer using a shortcode for insertion,
so they no longer have the wp-caption-text class */
figure.wp-caption {
  margin-top: 0; }
  figure.wp-caption img {
    margin-bottom: 5px; }

.alignleft, .figure.left {
  line-height: 1.25; }
  .alignleft img, .figure.left img {
    display: block;
    position: relative; }
  @media only screen and (min-width: 30em) {
    .alignleft, .figure.left {
      float: left;
      margin: 0 0.9375em 0.9375em 0; } }

.alignright, .figure.right {
  margin: 0 auto;
  display: block; }
  .alignright img, .figure.right img {
    display: block;
    position: relative; }
  @media only screen and (min-width: 30em) {
    .alignright, .figure.right {
      float: right;
      margin: 0 0 0.9375em 0.9375em; } }

img.alignright, img.figure.right, img.alignleft, img.figure.left {
  position: relative;
  top: 0;
  margin-bottom: 10px; }

.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px; }
  @media only screen and (min-width: 48em) {
    .aligncenter {
      margin-bottom: 0; } }

@media only screen and (min-width: 48em) {
  .figure p {
    margin-bottom: 0 !important;
    max-width: 100%; } }

@media only screen and (min-width: 55em) {
  img.alignright, img.figure.right {
    margin-right: -10%; } }

@media only screen and (min-width: 75em) {
  img.alignright, img.figure.right {
    margin-right: -20%;
    margin-right: calc(-20% + -1.875em); } }

.social-share {
  margin: 1.875em 0 0 0; }
  @media only screen and (min-width: 55em) {
    .social-share {
      float: right;
      margin: 1.875em -0.3125em 0 0; } }
  .social-share .social-networks {
    margin: 0; }
  .social-share ul {
    margin: 0; }
  .social-share li {
    display: inline-block;
    font-size: 1.5em;
    line-height: 2em; }
  .social-share i {
    transition: all 0.3s ease; }
  .social-share a {
    color: #8c8c8c;
    padding: 0 0.3125em;
    font-weight: normal; }
    .social-share a:visited {
      color: #8c8c8c; }
    .social-share a:hover {
      color: #a51c30; }
      .social-share a:hover .icon-facebook-sign {
        color: #3c5b98; }
      .social-share a:hover .icon-twitter {
        color: #38bee9; }
      .social-share a:hover .icon-gplus {
        color: #d24937; }
      .social-share a:hover .icon-linkedin-sign {
        color: #4999bd; }
      .social-share a:hover .icon-envelope {
        color: #a51c30; }
  .no-theme .social-share {
    clear: both;
    margin: 0.9375em 0 0 -0.9375em;
    float: none; }
    @media only screen and (min-width: 55em) {
      .no-theme .social-share ul {
        float: right; } }

.footer-social-share {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }
  .footer-social-share h4.visuallyhidden {
    display: inline-block;
    visibility: visible;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    border-top: 1px solid #000;
    padding-top: 0.9375em; }
  .footer-social-share .social-share {
    text-align: center; }
    .footer-social-share .social-share a:first-of-type {
      padding-left: 0; }
  @media only screen and (min-width: 48em) {
    .footer-social-share .social-share {
      text-align: left; }
    .footer-social-share.no-meta .social-share {
      float: left;
      padding-left: 0;
      left: 0; } }
  @media only screen and (min-width: 55em) {
    .footer-social-share .social-share {
      position: relative;
      padding-left: 0.9375em;
      padding-right: 0.9375em;
      width: 75%;
      left: 25%;
      right: auto;
      float: left;
      padding-left: 2.8125em; } }

.no-theme .footer-social-share .social-share ul {
  float: left;
  clear: both;
  width: 100%; }

.mejs-controls div.mejs-horizontal-volume-slider {
  width: 59px !important; }

.single-format-image .content-container,
.single-format-video .content-container {
  padding-top: 0; }
  @media only screen and (min-width: 48em) {
    .single-format-image .content-container,
    .single-format-video .content-container {
      padding-top: 3.75em; } }

.assistive-text {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
  font-size: 0.75em;
  display: block;
  text-align: right; }
  @media only screen and (min-width: 48em) {
    .assistive-text {
      display: none; } }

.post-header-subtitle {
  font-size: 1.1875em;
  font-weight: 400;
  color: #6c6c6c;
  margin-top: -0.3125em; }
  @media only screen and (min-width: 55em) {
    .post-header-subtitle {
      font-size: 1.5em; } }

.hero-image {
  text-align: center;
  margin: 0 -0.9375em; }
  .hero-image img {
    display: block; }
  @media only screen and (min-width: 55em) {
    .hero-image {
      margin: 0 -45% 1.875em -45%; } }

.feature-image {
  position: relative;
  margin-bottom: 1.875em;
  max-height: 610px;
  overflow: hidden; }
  @media only screen and (min-width: 55em) {
    .feature-image {
      margin-bottom: 0; } }
  .feature-image img {
    display: block;
    width: 100%;
    height: auto; }

.feature-image-info {
  background: #fff;
  z-index: 10; }
  @media only screen and (min-width: 55em) {
    .single-feature .feature-image-info .wp-caption-text, .single-feature .feature-image-info .caption {
      padding: 0 0.9375em;
      text-align: center;
      max-width: 600px;
      margin: 10px auto 0 auto; }
    .feature-image-info .wp-caption-text .attribution, .feature-image-info .caption .attribution {
      margin: 5px 0; }
    .feature-image-info .wp-caption-text.only-attribution, .feature-image-info .only-attribution.caption {
      text-align: right;
      max-width: none; } }
  .feature-image-info .wp-caption-text .attribution, .feature-image-info .caption .attribution {
    color: #8c8c8c;
    font-size: 1.125em;
    display: block;
    margin: 0; }
    @media only screen and (min-width: 48em) {
      .feature-image-info .wp-caption-text .attribution, .feature-image-info .caption .attribution {
        font-size: 1.25em; } }

@media only screen and (min-width: 48em) {
  .has-image .feature-image {
    min-height: 200px; } }

@media only screen and (min-width: 75em) {
  .has-image .feature-image {
    min-height: 350px; } }

.has-image .feature-info-wrap {
  text-align: center;
  overflow: auto;
  padding: 0 0.9375em; }
  @media only screen and (min-width: 55em) {
    .has-image .feature-info-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      z-index: 6; }
      .single-feature .has-image .feature-info-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 2;
        display: block; }
      .has-image .feature-info-wrap.feature-info-wrap--overlay:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 2;
        display: block; } }

.has-image .feature-info {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .has-image .feature-info {
      max-width: 768px; } }
  @media screen and (min-width: 880px) {
    .has-image .feature-info {
      max-width: 940px; } }
  @media screen and (min-width: 1200px) {
    .has-image .feature-info {
      max-width: 1200px; } }
  .has-image .feature-info:before, .has-image .feature-info:after {
    content: " ";
    display: table; }
  .has-image .feature-info:after {
    clear: both; }
  @media only screen and (min-width: 48em) {
    .has-image .feature-info {
      display: table;
      height: 100%;
      position: relative; } }
  .has-image .feature-info a {
    display: block; }
    @media only screen and (min-width: 48em) {
      .has-image .feature-info a {
        color: #fff; }
        .has-image .feature-info a:hover {
          color: #fff; } }

@media only screen and (min-width: 55em) {
  .feature-info-content {
    display: table-cell; }
    .feature-info-content .entry-meta {
      clear: both;
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      z-index: 2; }
    .feature-info-content.feature-info-content--horizontal_right .entry-meta {
      max-width: none; }
    .feature-info-content.middle {
      vertical-align: middle;
      text-align: center; }
      .feature-info-content.middle .entry-title {
        margin: 0 auto; }
    .feature-info-content.bottom_left {
      vertical-align: bottom;
      text-align: left;
      padding: 0 0.9375em 1.875em 0.9375em; }
      .feature-info-content.bottom_left .entry-title {
        clear: left;
        padding-top: 15px;
        margin: 0; }
      .feature-info-content.bottom_left .social-share {
        margin-left: -0.3125em; }
    .feature-info-content.bottom_right {
      vertical-align: bottom;
      text-align: right;
      padding: 0 0.9375em 1.875em 0.9375em; }
      .feature-info-content.bottom_right .entry-theme {
        top: 45px; }
      .feature-info-content.bottom_right .entry-title {
        clear: left;
        float: right; }
      .feature-info-content.bottom_right .social-share {
        margin-right: -0.3125em; } }

.feature-info-content .feature-info-content__inner {
  max-width: 660px;
  padding-bottom: 40px;
  padding-top: 40px; }

.feature-info-content.feature-info-content--vertical_top, .feature-info-content.feature-info-content--vertical_center, .feature-info-content.feature-info-content--vertical_bottom, .feature-info-content.feature-info-content--horizontal_left, .feature-info-content.feature-info-content--horizontal_center, .feature-info-content.feature-info-content--horizontal_right {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%; }
  .panel-type-single_post_feature .feature-info-content.feature-info-content--vertical_top .read-more, .panel-type-single_post_feature .feature-info-content.feature-info-content--vertical_center .read-more, .panel-type-single_post_feature .feature-info-content.feature-info-content--vertical_bottom .read-more, .panel-type-single_post_feature .feature-info-content.feature-info-content--horizontal_left .read-more, .panel-type-single_post_feature .feature-info-content.feature-info-content--horizontal_center .read-more, .panel-type-single_post_feature .feature-info-content.feature-info-content--horizontal_right .read-more {
    margin-top: 0;
    padding-top: 0; }

.feature-info-content.feature-info-content--vertical_top {
  -ms-flex-align: start;
      align-items: flex-start; }

.feature-info-content.feature-info-content--vertical_center {
  -ms-flex-align: center;
      align-items: center; }

.feature-info-content.feature-info-content--vertical_bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.feature-info-content.feature-info-content--horizontal_left {
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: left; }
  .feature-info-content.feature-info-content--horizontal_left .read-more {
    text-align: left; }

.feature-info-content.feature-info-content--horizontal_center {
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center; }

.feature-info-content.feature-info-content--horizontal_right {
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: right; }
  .panel-type-single_post_feature .feature-info-content.feature-info-content--horizontal_right .entry-title {
    max-width: none; }
  .panel-type-single_post_feature .feature-info-content.feature-info-content--horizontal_right .read-more {
    text-align: right; }

.single-feature .no-image.entry-header,
.panel-type-single_post_feature .no-image.entry-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1; }
  @media screen and (min-width: 768px) {
    .single-feature .no-image.entry-header,
    .panel-type-single_post_feature .no-image.entry-header {
      max-width: 768px; } }
  @media screen and (min-width: 880px) {
    .single-feature .no-image.entry-header,
    .panel-type-single_post_feature .no-image.entry-header {
      max-width: 940px; } }
  @media screen and (min-width: 1200px) {
    .single-feature .no-image.entry-header,
    .panel-type-single_post_feature .no-image.entry-header {
      max-width: 1200px; } }
  .single-feature .no-image.entry-header:before, .single-feature .no-image.entry-header:after,
  .panel-type-single_post_feature .no-image.entry-header:before,
  .panel-type-single_post_feature .no-image.entry-header:after {
    content: " ";
    display: table; }
  .single-feature .no-image.entry-header:after,
  .panel-type-single_post_feature .no-image.entry-header:after {
    clear: both; }

.single-feature.single .entry-header, .single-feature .entry-header,
.panel-type-single_post_feature.single .entry-header,
.panel-type-single_post_feature .entry-header {
  float: none;
  margin: 0 auto;
  padding: 3.75em 0;
  position: relative;
  z-index: 6;
  max-width: none; }
  .single-feature.single .entry-header .byline, .single-feature .entry-header .byline,
  .panel-type-single_post_feature.single .entry-header .byline,
  .panel-type-single_post_feature .entry-header .byline {
    float: none;
    display: block;
    width: 100%;
    margin: 0; }
    @media only screen and (min-width: 55em) {
      .single-feature.single .entry-header .byline, .single-feature .entry-header .byline,
      .panel-type-single_post_feature.single .entry-header .byline,
      .panel-type-single_post_feature .entry-header .byline {
        margin: 0.9375em 0 0; } }
  .single-feature.single .entry-header .entry-title, .single-feature .entry-header .entry-title,
  .panel-type-single_post_feature.single .entry-header .entry-title,
  .panel-type-single_post_feature .entry-header .entry-title {
    line-height: 1.1;
    font-family: Georgia, sans-serif;
    font-size: 2.625em;
    font-weight: normal; }
    @media only screen and (max-width: 55em) {
      .single-feature.single .entry-header .entry-title, .single-feature .entry-header .entry-title,
      .panel-type-single_post_feature.single .entry-header .entry-title,
      .panel-type-single_post_feature .entry-header .entry-title {
        font-size: 2.625em !important; } }
    @media only screen and (min-width: 55em) {
      .single-feature.single .entry-header .entry-title, .single-feature .entry-header .entry-title,
      .panel-type-single_post_feature.single .entry-header .entry-title,
      .panel-type-single_post_feature .entry-header .entry-title {
        margin: 0 auto;
        max-width: 100%;
        font-size: 2em;
        text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); } }
    @media only screen and (min-width: 55em) {
      .single-feature.single .entry-header .entry-title, .single-feature .entry-header .entry-title,
      .panel-type-single_post_feature.single .entry-header .entry-title,
      .panel-type-single_post_feature .entry-header .entry-title {
        font-size: 2.625em; } }
    .single-feature.single .entry-header .entry-title a, .single-feature .entry-header .entry-title a,
    .panel-type-single_post_feature.single .entry-header .entry-title a,
    .panel-type-single_post_feature .entry-header .entry-title a {
      color: #333; }
      @media only screen and (min-width: 48em) {
        .single-feature.single .entry-header .entry-title a, .single-feature .entry-header .entry-title a,
        .panel-type-single_post_feature.single .entry-header .entry-title a,
        .panel-type-single_post_feature .entry-header .entry-title a {
          color: #333; } }
  .single-feature.single .entry-header .entry-subtitle, .single-feature .entry-header .entry-subtitle,
  .panel-type-single_post_feature.single .entry-header .entry-subtitle,
  .panel-type-single_post_feature .entry-header .entry-subtitle {
    font-size: 2em;
    margin: 10px auto !important; }
    @media only screen and (max-width: 55em) {
      .single-feature.single .entry-header .entry-subtitle, .single-feature .entry-header .entry-subtitle,
      .panel-type-single_post_feature.single .entry-header .entry-subtitle,
      .panel-type-single_post_feature .entry-header .entry-subtitle {
        font-size: 1em !important; } }

.single-feature .social-share,
.panel-type-single_post_feature .social-share {
  clear: both;
  float: none;
  margin-bottom: 1.875em; }
  @media only screen and (min-width: 55em) {
    .single-feature .social-share,
    .panel-type-single_post_feature .social-share {
      margin-top: 1.875em;
      margin-bottom: 0; } }
  .single-feature .social-share a,
  .panel-type-single_post_feature .social-share a {
    padding-top: 0;
    padding-bottom: 0; }
  .single-feature .social-share li,
  .panel-type-single_post_feature .social-share li {
    line-height: 1; }

.single-feature .has-image.entry-header,
.panel-type-single_post_feature .has-image.entry-header {
  padding: 0;
  z-index: 4; }
  @media only screen and (min-width: 55em) {
    .single-feature .has-image.entry-header .entry-title, .single-feature .has-image.entry-header .entry-title a, .single-feature .has-image.entry-header .social-share a,
    .panel-type-single_post_feature .has-image.entry-header .entry-title,
    .panel-type-single_post_feature .has-image.entry-header .entry-title a,
    .panel-type-single_post_feature .has-image.entry-header .social-share a {
      color: #fff;
      position: relative;
      z-index: 7; }
      .single-feature .has-image.entry-header .entry-title:hover, .single-feature .has-image.entry-header .entry-title a:hover, .single-feature .has-image.entry-header .social-share a:hover,
      .panel-type-single_post_feature .has-image.entry-header .entry-title:hover,
      .panel-type-single_post_feature .has-image.entry-header .entry-title a:hover,
      .panel-type-single_post_feature .has-image.entry-header .social-share a:hover {
        color: #fff; } }

.wf-loading [id*="feature-title"] {
  visibility: hidden; }

.single-feature .feature-body, .single-feature.single footer.entry-meta {
  padding: 0 0.9375em; }
  @media only screen and (min-width: 48em) {
    .single-feature .feature-body, .single-feature.single footer.entry-meta {
      padding: 0 96px; } }
  @media only screen and (min-width: 55em) {
    .single-feature .feature-body, .single-feature.single footer.entry-meta {
      padding: 0 96px; } }
  @media only screen and (min-width: 75em) {
    .single-feature .feature-body, .single-feature.single footer.entry-meta {
      padding: 0 224px; } }

.feature-template-default.single.single-feature .entry-title.entry-subtitle {
  max-width: 60% !important; }

.feature-template-default.single.single-feature .entry-meta,
.feature-template-default.single.single-feature .byline {
  color: #fff !important; }

.single-feature .no-image.entry-header .entry-theme {
  top: 3.75em; }

.single-feature .no-image.entry-header .entry-title {
  text-shadow: none; }

.single-feature .hentry {
  max-width: none; }

.single-feature .feature-body {
  clear: both; }
  .single-feature .feature-body:after {
    content: '***';
    text-align: center;
    display: block;
    letter-spacing: 0.375em;
    font-weight: 900;
    color: #8c8c8c;
    margin: 0.9375em 0 1.875em 0;
    font-size: 2em; }

.single-feature .content-container .entry-content.feature-content {
  line-height: 1.7;
  left: 0;
  /* 		@media only screen and (min-width: 75em) {
						@include grid-column(10, $center: true);
					}	 */
  /* 		h1,h2,h3 {
						color: lighten($header-font-color,40%);
					} */ }
  @media only screen and (min-width: 48em) {
    .single-feature .content-container .entry-content.feature-content {
      font-size: 1.375em; } }
  .single-feature .content-container .entry-content.feature-content > p:nth-of-type(1) {
    font-size: 1.125em; }
    @media only screen and (min-width: 48em) {
      .single-feature .content-container .entry-content.feature-content > p:nth-of-type(1) {
        font-size: 1.25em; } }
  @media only screen and (min-width: 48em) {
    .single-feature .content-container .entry-content.feature-content p {
      font-size: 1em; } }
  .single-feature .content-container .entry-content.feature-content .hero-image .wp-caption-text, .single-feature .content-container .entry-content.feature-content .hero-image .caption {
    margin: 0.625em auto 1.875em auto;
    max-width: 785px;
    font-size: 0.8125em;
    padding: 0 1.25em; }
    @media only screen and (min-width: 48em) {
      .single-feature .content-container .entry-content.feature-content .hero-image .wp-caption-text, .single-feature .content-container .entry-content.feature-content .hero-image .caption {
        text-align: left; } }
    @media only screen and (min-width: 55em) {
      .single-feature .content-container .entry-content.feature-content .hero-image .wp-caption-text, .single-feature .content-container .entry-content.feature-content .hero-image .caption {
        font-size: 0.6875em;
        margin: 0.625em auto; } }

@media only screen and (min-width: 48em) {
  .single-feature .post-embed-media {
    margin-left: -96px;
    margin-right: -96px; } }

@media only screen and (min-width: 55em) {
  .single-feature .post-embed-media {
    margin-left: -96px;
    margin-right: -96px; } }

@media only screen and (min-width: 75em) {
  .single-feature .post-embed-media {
    margin-left: -224px;
    margin-right: -224px; } }

@media only screen and (min-width: 48em) {
  .single-feature .wp-caption {
    font-size: 15px; } }

.single-feature p.wp-caption-text, .single-feature figure.wp-caption, .single-feature p.caption {
  max-width: 100%; }

@media only screen and (min-width: 48em) {
  .single-feature .pull-right, .single-feature div.alignright, .single-feature div.figure.right {
    margin-right: -96px; } }

@media only screen and (min-width: 55em) {
  .single-feature .pull-right, .single-feature div.alignright, .single-feature div.figure.right {
    margin-right: -96px; } }

@media only screen and (min-width: 75em) {
  .single-feature .pull-right, .single-feature div.alignright, .single-feature div.figure.right {
    margin-right: -224px; } }

@media only screen and (min-width: 48em) {
  .single-feature .pull-left, .single-feature div.alignleft, .single-feature div.figure.left {
    margin-left: -96px; } }

@media only screen and (min-width: 55em) {
  .single-feature .pull-left, .single-feature div.alignleft, .single-feature div.figure.left {
    margin-left: -96px; } }

@media only screen and (min-width: 75em) {
  .single-feature .pull-left, .single-feature div.alignleft, .single-feature div.figure.left {
    margin-left: -224px; } }

.single-feature .pull-quote {
  font-size: 1em; }

.single-feature .pull-content {
  font-size: 1em; }
  .single-feature .pull-content img {
    padding: 0; }
  .single-feature .pull-content .pull-left, .single-feature .pull-content .alignleft, .single-feature .pull-content .figure.left {
    margin-left: 0; }
  .single-feature .pull-content .pull-right, .single-feature .pull-content .alignright, .single-feature .pull-content .figure.right {
    margin-right: 0; }

@media only screen and (min-width: 48em) {
  .single-feature img.alignright, .single-feature img.figure.right {
    margin-right: 0; } }

@media only screen and (min-width: 48em) {
  .single-feature img.alignleft, .single-feature img.figure.left {
    margin-left: 0; } }

@media only screen and (min-width: 55em) {
  .single-feature .pull-left, .single-feature .pull-right {
    width: 50%; } }

@media only screen and (min-width: 75em) {
  .single-feature .pull-left, .single-feature .pull-right {
    width: 50%; } }

.single-feature .entry-theme {
  margin-top: 1.875em;
  margin-bottom: 0.9375em;
  font-size: 0.875em;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 55em) {
    .single-feature .entry-theme {
      top: 0;
      margin: 0; } }
  .single-feature .entry-theme a {
    margin-top: 0 !important; }
    @media only screen and (max-width: 55em) {
      .single-feature .entry-theme a {
        margin-left: auto;
        margin-right: auto;
        padding: 0.9375em;
        display: inline-block; } }

.single-feature .pull-quote blockquote {
  margin: 0;
  text-align: left; }

.single-feature blockquote {
  margin: 2.5em 0 2.5em 0;
  padding: 0;
  font-size: 1.125em;
  text-align: center; }
  .single-feature blockquote p {
    margin: 0; }

.single-feature .blockquote-cite {
  font-size: 0.75em; }

.single-feature .pull-center, .single-feature .pull-longform {
  clear: both; }
  .single-feature .pull-center > p:last-child, .single-feature .pull-longform > p:last-child {
    margin-bottom: 0; }

.single-feature.single .entry-header .entry-meta {
  padding: 0; }

.single-feature.single footer.entry-meta {
  right: auto;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1; }
  @media screen and (min-width: 768px) {
    .single-feature.single footer.entry-meta {
      max-width: 768px; } }
  @media screen and (min-width: 880px) {
    .single-feature.single footer.entry-meta {
      max-width: 940px; } }
  @media screen and (min-width: 1200px) {
    .single-feature.single footer.entry-meta {
      max-width: 1200px; } }
  .single-feature.single footer.entry-meta:before, .single-feature.single footer.entry-meta:after {
    content: " ";
    display: table; }
  .single-feature.single footer.entry-meta:after {
    clear: both; }
  .single-feature.single footer.entry-meta .social-share {
    text-align: center; }
  .single-feature.single footer.entry-meta .entry-taxonomies {
    text-align: center;
    border: none;
    padding: 1.875em;
    margin: 1.875em auto 0 auto;
    background: #f6f6f6; }
    .single-feature.single footer.entry-meta .entry-taxonomies li {
      display: block;
      margin: 0.3125em 0; }
  .single-feature.single footer.entry-meta .about-the-author {
    margin: 1.875em auto 0 auto;
    *zoom: 1; }
    .single-feature.single footer.entry-meta .about-the-author:before, .single-feature.single footer.entry-meta .about-the-author:after {
      content: " ";
      display: table; }
    .single-feature.single footer.entry-meta .about-the-author:after {
      clear: both; }
    .single-feature.single footer.entry-meta .about-the-author h4 {
      margin-top: 0; }
  .single-feature.single footer.entry-meta .author-image {
    max-width: 75px;
    float: left;
    margin: 0 0.9375em 0.3125em 0; }
    @media only screen and (min-width: 30em) {
      .single-feature.single footer.entry-meta .author-image {
        max-width: 140px;
        margin: 0 0.9375em 0.9375em 0; } }
    .single-feature.single footer.entry-meta .author-image + .author-bio {
      max-width: 100%; }
  .single-feature.single footer.entry-meta .author-bio {
    margin: 0 auto; }
    .single-feature.single footer.entry-meta .author-bio h4 {
      font-weight: 700;
      font-family: "franklin-gothic-urw-cond", sans-serif; }
  .single-feature.single footer.entry-meta .social-share {
    margin-top: 0; }

.single-feature .entry-taxonomies {
  background: none; }

.single-feature .further-reading {
  clear: both;
  background: none;
  margin: 1.875em auto 0 auto; }
  .single-feature .further-reading h3 {
    font-size: 1.25em; }
  .single-feature .further-reading a {
    color: #333; }
    .single-feature .further-reading a:hover {
      color: #aa172d; }
  .single-feature .further-reading li {
    width: 100%;
    padding: 0 0.9375em;
    margin-top: 0 !important;
    margin-bottom: 0.9375em; }
    .single-feature .further-reading li .byline {
      margin-bottom: 0; }
    .single-feature .further-reading li .entry-content {
      width: 100%;
      left: auto;
      right: auto;
      float: none;
      border-bottom: 10px solid transparent;
      *zoom: 1; }
      .single-feature .further-reading li .entry-content:before, .single-feature .further-reading li .entry-content:after {
        content: " ";
        display: table; }
      .single-feature .further-reading li .entry-content:after {
        clear: both; }
    .single-feature .further-reading li .entry-title {
      font-size: 1.25em;
      width: 100%;
      max-width: 100%; }
  .single-feature .further-reading .additional-posts {
    margin: 0 -0.9375em;
    *zoom: 1; }
    .single-feature .further-reading .additional-posts:before, .single-feature .further-reading .additional-posts:after {
      content: " ";
      display: table; }
    .single-feature .further-reading .additional-posts:after {
      clear: both; }
    .single-feature .further-reading .additional-posts .entry-title {
      font-weight: 500; }
    .single-feature .further-reading .additional-posts.column-1 .entry-image {
      position: relative;
      padding-left: 0.9375em;
      padding-right: 0.9375em;
      width: 41.6666666667%;
      float: left;
      padding-left: 0; }
    @media only screen and (min-width: 48em) {
      .single-feature .further-reading .additional-posts.column-2 li .entry-image {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 41.6666666667%;
        float: left;
        padding-left: 0; } }
    @media only screen and (min-width: 55em) {
      .single-feature .further-reading .additional-posts.column-2 li {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 50%;
        float: left; } }
    @media only screen and (min-width: 55em) {
      .single-feature .further-reading .additional-posts.column-3 li {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 33.3333333333%;
        float: left; } }

@media only screen and (min-width: 55em) {
  .panel-type-single_post_feature .has-image.entry-header .dark-text .entry-title a {
    box-shadow: none !important;
    color: #000;
    transition: all 0.15s linear; }
    .panel-type-single_post_feature .has-image.entry-header .dark-text .entry-title a:focus, .panel-type-single_post_feature .has-image.entry-header .dark-text .entry-title a:hover {
      color: #a51c30 !important;
      transition: all 0.15s linear; } }

@media only screen and (min-width: 55em) {
  .panel-type-single_post_feature .has-image.entry-header .dark-text .entry-title.entry-subtitle,
  .panel-type-single_post_feature .has-image.entry-header .dark-text .byline {
    color: #000; } }

@media only screen and (min-width: 55em) {
  .panel-type-single_post_feature .dark-text .read-more.read-more--feature a {
    border-color: #000;
    color: #000;
    transition: all 0.15s linear; }
    .panel-type-single_post_feature .dark-text .read-more.read-more--feature a:focus, .panel-type-single_post_feature .dark-text .read-more.read-more--feature a:hover {
      border-color: #000;
      background-color: #000;
      color: #fff;
      transition: all 0.15s linear; } }

@media only screen and (min-width: 55em) {
  .panel-type-single_post_feature .has-image.entry-header .light-text .byline {
    color: #fff; } }

/* Firefox bumps the dropcaps up, and I can't figure out why, so I'm targetting firefox here */
@-moz-document url-prefix() {
  .single-feature .feature-content > p:nth-of-type(1):first-letter, .panel-type-single_post_feature .feature-body p:nth-of-type(1):first-letter {
    margin-top: 10px; } }

* {
  background: transparent !important;
  color: black !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  -ms-filter: none !important; }

/* Black prints faster: h5bp.com/s */
a, a:visited {
  text-decoration: underline; }

sup.print-only {
  font-size: 75%;
  vertical-align: super;
  margin-left: 2px;
  display: inline-block; }

abbr[title]:after {
  content: " (" attr(title) ")"; }

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
  content: ""; }

/* Don't show links for images, or javascript/internal links */
thead {
  display: table-header-group; }

/* h5bp.com/t */
img {
  max-width: 100% !important; }

.content-container img {
  max-width: 28.125em !important;
  page-break-inside: avoid !important; }

@page {
  margin: 1.5cm 0.5cm 2cm 0.5cm; }

/* Cross Browser Compatibility ---------------------- */
/* ==========================================================================
  Global
   ========================================================================== */
@page {
  margin: 1.5cm; }

html, body {
  overflow: visible; }

body {
  background: #fff !important;
  color: #000 !important;
  width: 100%;
  margin: 0;
  padding: 0; }

body, #page, .single .entry-header-container {
  background: #fff; }

img.alignleft, img.figure.left, img.alignright, img.figure.right {
  max-width: 300px !important; }

.alignleft, .figure.left {
  float: left;
  margin: 0 0.9375em 0.9375em 0;
  clear: left; }

.alignright, .figure.right {
  float: right;
  margin: 0 0 0.9375em 0.9375em;
  clear: right; }

img.alignright, img.figure.right, img.figure.right {
  margin-right: 0 !important;
  top: 0; }

img.alignleft, img.figure.left, img.figure.left {
  margin-left: 0 !important;
  top: 0; }

#page {
  overflow: visible;
  padding: 0; }
  #page * {
    color: black !important;
    box-shadow: none;
    background: transparent !important; }

#masthead {
  margin: 15pt 0;
  box-shadow: none;
  position: relative; }

.site-branding {
  width: 200pt;
  margin: 0 auto;
  float: none;
  font-size: 90%; }
  .site-branding:after {
    content: "today.harvard.edu";
    display: block;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    top: -0.5em; }

.mobile-toggle,
.social-share,
.nav-bar,
.header-right,
.news-carousel-section,
.footer-navigation,
.bulletin-nav-bar,
.further-reading,
#desktop-bulletin-issue-nav,
.mobile-navigation,
.themes-subnavigation,
#harvard-alert,
.site-footer,
.bulletin-navigation {
  display: none; }

.fluid-width-video-wrapper {
  padding: 0 !important; }

p a:link {
  color: inherit;
  font-weight: bold; }
  p a:link[href$=".jpg"]:after, p a:link[href$=".png"]:after {
    display: none; }

img a:link:after {
  content: '';
  display: none !important; }

.entry-title-wrap {
  width: 100% !important; }

/* ==========================================================================
  Single
   ========================================================================== */
/* All
   ========================================================================== */
.single .entry-header-container {
  margin: 0;
  padding-top: 1.875em; }

.single .byline {
  font-size: 1em; }

.single .entry-content {
  width: 100%;
  left: 0; }
  .single .entry-content ul li {
    margin-bottom: 0; }

.single p {
  max-width: 100% !important; }

.single .entry-theme a {
  background: none;
  color: inherit;
  margin: 1.875em 10pt 0 0;
  padding: 0;
  text-decoration: none; }
  .single .entry-theme a:before {
    content: 'Theme: ';
    display: inline-block;
    margin-right: 5px;
    font-weight: 300; }

.single .content-container {
  padding-top: 0; }

.single .entry-header .entry-title, .single .entry-header .entry-title {
  display: block !important;
  font-family: "franklin-gothic-urw", sans-serif !important;
  opacity: 1 !important;
  font-size: 3em; }

.single .feature-title {
  font-size: 3em !important; }

.single .entry-taxonomies {
  display: none; }

.print-only {
  display: block; }

.footnote-links {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  list-style: decimal;
  list-style-position: inside;
  word-break: break-all; }
  .footnote-links:before {
    content: 'Links';
    display: block;
    font-size: 15pt;
    font-weight: 500;
    font-family: "franklin-gothic-urw", sans-serif; }
  .footnote-links li {
    margin-bottom: .5em;
    line-height: 1.2; }

/* Features
   ========================================================================== */
.single-feature .content-container .entry-content.feature-content > p:nth-of-type(1):first-letter, .panel-type-single_post_feature .feature-body p:nth-of-type(1):first-letter {
  float: none;
  font-size: inherit;
  color: inherit;
  margin: 0; }

.single-feature .entry-theme {
  margin: 1.875em 0; }

.feature-info-wrap {
  opacity: 1 !important;
  margin-bottom: 15pt; }
  .feature-info-wrap .byline {
    font-size: 1.5em; }

.feature-info {
  overflow: hidden; }

.feature-image {
  position: relative;
  margin-bottom: 1.875em;
  max-height: 610px;
  overflow: hidden; }

.feature-image-info .wp-caption-text, .feature-image-info .caption {
  text-align: center; }

.pull-content {
  font-family: sans-serif;
  position: relative;
  padding: 0.9375em 0 2.8125em 0;
  margin: 0 0 1.25em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  *zoom: 1; }
  .pull-content img.alignleft, .pull-content img.figure.left, .pull-content img.alignright, .pull-content img.figure.right {
    top: 0; }
  .pull-content .alignleft, .pull-content .figure.left {
    float: left;
    margin: 0 0.9375em 0.9375em 0;
    max-width: none; }
  .pull-content .alignright, .pull-content .figure.right {
    float: right;
    margin: 0 0.9375em 0.9375em 0;
    max-width: none; }
  .pull-content:before, .pull-content:after {
    content: " ";
    display: table; }
  .pull-content:after {
    clear: both; }
  .pull-content strong, .pull-content b {
    font-weight: 700; }
  .pull-content .content {
    overflow: hidden;
    position: relative;
    font-size: 14px; }
    .pull-content .content:before {
      display: none; }
    .pull-content .content > p:last-child {
      margin-bottom: 0; }
  .pull-content .view-more {
    display: none; }
  .pull-content.pull-content-open {
    padding-bottom: 0.9375em; }
    .pull-content.pull-content-open .content {
      max-height: none; }
      .pull-content.pull-content-open .content:before {
        display: none; }
    .pull-content.pull-content-open .view-more {
      display: none; }

.pull-quote:after {
  display: none; }

.pull-right {
  width: 33.3333%;
  min-width: 250px;
  padding: 0.9375em 0 0.9375em 1.875em;
  margin: 0 0 1.875em 1.875em;
  float: right;
  border-left: 1px solid #ccc;
  border-top: none;
  border-bottom: none; }
  .pull-right .content {
    max-height: none; }
  .pull-right.pull-quote {
    padding-left: 1.875em;
    padding-right: 1.875em; }
    .pull-right.pull-quote:after {
      content: '';
      position: absolute;
      top: 15px;
      left: -15px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 15px solid #efefef; }

.pull-left {
  width: 33.3333%;
  min-width: 250px;
  padding: 0.9375em 1.875em 0.9375em 0;
  margin: 0 1.875em 1.875em 0;
  float: left;
  border-right: 1px solid #ccc;
  border-top: none;
  border-bottom: none; }
  .pull-left .content {
    max-height: none; }
  .pull-left.pull-quote {
    padding-right: 1.875em;
    padding-left: 1.875em; }
    .pull-left.pull-quote:after {
      content: '';
      position: absolute;
      top: 15px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid #efefef;
      right: -15px; }

.pull-center, .pull-longform {
  padding: 0.9375em 0;
  margin: 0 0 1.25em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .pull-center .content, .pull-longform .content {
    max-height: none; }
  .pull-center > p:last-child, .pull-longform > p:last-child {
    margin-bottom: 0; }

.pull-longform {
  padding: 0.9375em 0;
  margin: 0 0 1.25em 0;
  position: relative; }

.pull-quote {
  position: relative;
  margin-bottom: 1.25em;
  border: none;
  margin-bottom: 0; }
  .pull-quote p {
    max-width: 100%; }
  .pull-quote > p {
    /* this is to remove margin from the cite */
    margin-bottom: 0; }
  .pull-quote blockquote {
    margin: 0;
    padding: 0; }
    .pull-quote blockquote p {
      margin: 0; }
  .pull-quote cite {
    margin-top: 0.9375em; }

iframe {
  display: none; }

/* Roundups
   ========================================================================== */
.roundup-header {
  border: none !important; }

/* ==========================================================================
  Panels
   ========================================================================== */
/* Roundup
   ========================================================================== */
.panel-type-single_post_roundup .entry-details {
  display: block; }

.roundup-item {
  height: auto !important;
  box-shadow: none;
  background: none; }

/* Masonry
   ========================================================================== */
.wookmarked {
  height: auto !important; }
  .wookmarked li {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important; }
