@charset "UTF-8";
/*!
Theme Name: Saul Steinberg Foundation Theme
Theme URI: http://html5.mimoymima.com/
Description: a Framework for rapidly developing HTML5 based WordPress Themes
Version: 2.55
Author: Brent Lagerman
Author URI: http://html5.mimoymima.com/
*/
html {
  box-sizing: border-box; }

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

/*

GENERAL MIXINS: This project uses Bourbon so you can use any of the Bourbon mixins
http://bourbon.io/

- utility
- setting breakpoints

*/
/* ::: CHANGING THE DIRECTION OF CONTENT ::::::::::::::::::::::::::::::::::::::::: */
/* ::: HIDING CONTENT ::::::::::::::::::::::::::::::::::::::::: */
/* ::: BREAKPOINTS ::::::::::::::::::::::::::::::::::::::::: */
/* ::: BOURBON NEAT GRID HACKS ::::::::::::::::::::::::::::::::::::::::: */
html {
  background: #FFF;
  color: #191919; }

body {
  background: #FFF;
  color: #191919; }

.data-table th {
  background-color: #000;
  color: #FFF; }
.data-table td {
  border-bottom: 1px dotted #CCC; }

a:link, a:visited {
  color: #D94523; }

a:hover, a:active, a:focus {
  color: #000; }

.make-link {
  color: #D94523; }

.make-link:hover,
.make-link:focus,
.make-link:active {
  color: #000; }

.indicator a {
  background-color: #D94523; }

input, textarea, select {
  background: #EEE;
  color: #191919; }

/* ::: COLORED SECTIONS ::::::::::::::::::::::::::::::::: */
.orange-area {
  background-color: #D94523;
  color: #FFF; }
  .orange-area a:link, .orange-area a:visited {
    color: #FFF; }
  .orange-area a:hover, .orange-area a:focus, .orange-area a:active {
    color: #FFF; }
  .orange-area input[type='text']::-webkit-input-placeholder, .orange-area input[type='email']::-webkit-input-placeholder {
    color: #000; }
  .orange-area input[type='text']::-moz-placeholder, .orange-area input[type='email']::-moz-placeholder {
    color: #000; }
  .orange-area input[type='text']:-moz-placeholder, .orange-area input[type='email']:-moz-placeholder {
    color: #000; }
  .orange-area input[type='text']:-ms-input-placeholder, .orange-area input[type='email']:-ms-input-placeholder {
    color: #000; }
  .orange-area input[type='text']:hover::-webkit-input-placeholder, .orange-area input[type='text']:active::-webkit-input-placeholder, .orange-area input[type='email']:hover::-webkit-input-placeholder, .orange-area input[type='email']:active::-webkit-input-placeholder {
    color: #000; }
  .orange-area input[type='text']:hover::-moz-placeholder, .orange-area input[type='text']:active::-moz-placeholder, .orange-area input[type='email']:hover::-moz-placeholder, .orange-area input[type='email']:active::-moz-placeholder {
    color: #000; }
  .orange-area input[type='text']:hover:-moz-placeholder, .orange-area input[type='text']:active:-moz-placeholder, .orange-area input[type='email']:hover:-moz-placeholder, .orange-area input[type='email']:active:-moz-placeholder {
    color: #000; }
  .orange-area input[type='text']:hover:-ms-input-placeholder, .orange-area input[type='text']:active:-ms-input-placeholder, .orange-area input[type='email']:hover:-ms-input-placeholder, .orange-area input[type='email']:active:-ms-input-placeholder {
    color: #000; }
  .orange-area input[type='text']:focus, .orange-area input[type='email']:focus {
    color: #000;
    background-color: rgba(0, 0, 0, 0.5); }
    .orange-area input[type='text']:focus::-webkit-input-placeholder, .orange-area input[type='email']:focus::-webkit-input-placeholder {
      color: #000; }
    .orange-area input[type='text']:focus::-moz-placeholder, .orange-area input[type='email']:focus::-moz-placeholder {
      color: #000; }
    .orange-area input[type='text']:focus:-moz-placeholder, .orange-area input[type='email']:focus:-moz-placeholder {
      color: #000; }
    .orange-area input[type='text']:focus:-ms-input-placeholder, .orange-area input[type='email']:focus:-ms-input-placeholder {
      color: #000; }
  .orange-area input[type='submit']:link, .orange-area input[type='submit']:visited, .orange-area .button:link, .orange-area .button:visited {
    color: #FFF;
    background: #000; }
  .orange-area input[type='submit']:hover, .orange-area input[type='submit']:focus, .orange-area input[type='submit']:active, .orange-area .button:hover, .orange-area .button:focus, .orange-area .button:active {
    color: #000;
    background: #FFF; }

.white-area {
  background-color: #FFF;
  color: #191919; }
  .white-area a:link, .white-area a:visited {
    color: #D94523; }
  .white-area a:hover, .white-area a:focus, .white-area a:active {
    color: #000; }
  .white-area input[type='text']::-webkit-input-placeholder, .white-area input[type='email']::-webkit-input-placeholder {
    color: #D94523; }
  .white-area input[type='text']::-moz-placeholder, .white-area input[type='email']::-moz-placeholder {
    color: #D94523; }
  .white-area input[type='text']:-moz-placeholder, .white-area input[type='email']:-moz-placeholder {
    color: #D94523; }
  .white-area input[type='text']:-ms-input-placeholder, .white-area input[type='email']:-ms-input-placeholder {
    color: #D94523; }
  .white-area input[type='text']:hover::-webkit-input-placeholder, .white-area input[type='text']:active::-webkit-input-placeholder, .white-area input[type='email']:hover::-webkit-input-placeholder, .white-area input[type='email']:active::-webkit-input-placeholder {
    color: #000; }
  .white-area input[type='text']:hover::-moz-placeholder, .white-area input[type='text']:active::-moz-placeholder, .white-area input[type='email']:hover::-moz-placeholder, .white-area input[type='email']:active::-moz-placeholder {
    color: #000; }
  .white-area input[type='text']:hover:-moz-placeholder, .white-area input[type='text']:active:-moz-placeholder, .white-area input[type='email']:hover:-moz-placeholder, .white-area input[type='email']:active:-moz-placeholder {
    color: #000; }
  .white-area input[type='text']:hover:-ms-input-placeholder, .white-area input[type='text']:active:-ms-input-placeholder, .white-area input[type='email']:hover:-ms-input-placeholder, .white-area input[type='email']:active:-ms-input-placeholder {
    color: #000; }
  .white-area input[type='text']:focus, .white-area input[type='email']:focus {
    color: #000;
    background-color: rgba(0, 0, 0, 0.5); }
    .white-area input[type='text']:focus::-webkit-input-placeholder, .white-area input[type='email']:focus::-webkit-input-placeholder {
      color: #000; }
    .white-area input[type='text']:focus::-moz-placeholder, .white-area input[type='email']:focus::-moz-placeholder {
      color: #000; }
    .white-area input[type='text']:focus:-moz-placeholder, .white-area input[type='email']:focus:-moz-placeholder {
      color: #000; }
    .white-area input[type='text']:focus:-ms-input-placeholder, .white-area input[type='email']:focus:-ms-input-placeholder {
      color: #000; }
  .white-area input[type='submit'], .white-area .button {
    background: #D94523;
    color: #FFF; }
    .white-area input[type='submit']:link, .white-area input[type='submit']:visited, .white-area .button:link, .white-area .button:visited {
      color: #FFF;
      background: #D94523; }
    .white-area input[type='submit']:hover, .white-area input[type='submit']:focus, .white-area input[type='submit']:active, .white-area .button:hover, .white-area .button:focus, .white-area .button:active {
      color: #FFF;
      background: #000; }

/* ::: CLASSES ::::::::::::::::::::::::::::::::: */
.orange {
  color: #D94523; }

/*

BASE - HOW LOW CAN YOU GO?

Base is for standard things that don't change from project to project

*/
/* ::: modified version of RESET CSS 2.0 by Eric Meyer ::::::::::::::::::::::::::::::::::::::::: */
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

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

sub, sup {
  /* Specified in % so that the sup/sup is the
  right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
  interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
  the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
  is already set and you can remove this rule */
  vertical-align: baseline; }

sup {
  /* Move the superscripted text up */
  top: -0.5em; }

sub {
  /* Move the subscripted text down, but only
  half as far down as the superscript moved up */
  bottom: -0.25em; }

/* ::: HTML ELEMENTS ::::::::::::::::::::::::::::::::::::::::: */
a:link, a:visited {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover, a:active, a:focus {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  outline: none; }

/* ::: UTILITY ::::::::::::::::::::::::::::::::::::::::: */
.anchor:before {
  display: block;
  content: " ";
  margin-top: -60px;
  height: 40px;
  visibility: hidden; }

.noborder {
  border: none; }

.clear-fix:before,
.clear-fix:after {
  content: "";
  display: table; }

.clear-fix:after {
  clear: both; }

.clear-all {
  visibility: hidden;
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  height: 1px; }

/* ::: TABLES ::::::::::::::::::::::::::::::::::::::::: */
table {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 80%; }
  @media (min-width: 40.625em) {
    table {
      font-size: 90%;
      display: table; } }

th {
  font-weight: 600;
  white-space: nowrap;
  padding: .5em; }

td {
  padding: .5em; }

/* ::: OTHER BROWSER FIXES ::::::::::::::::::::::::::::::::::::::::: */
html {
  -webkit-font-smoothing: antialiased; }

@media all and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none; } }
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ::: NATURAL BOX LAYOUT MODEL for all elements ::::::::::::::::::::::::::::::::::::::::: */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* ::: WordPress ::::::::::::::::::::::::::::::::::::::::: */
img.aligncenter.size-full {
  max-width: 100%;
  display: block;
  margin: 5px auto;
  max-height: 520px; }

img.alignnone.size-full {
  max-width: 100%;
  margin: 5px auto;
  max-height: 520px; }

img.size-full {
  max-width: 100%;
  margin: 5px auto;
  max-height: 520px; }

img.alignright.size-full {
  padding: 4px;
  margin: 0 0 2px 15px;
  display: inline;
  max-width: 100%;
  max-height: 520px; }
  @media (min-width: 40.625em) {
    img.alignright.size-full {
      max-width: 40%; } }

img.alignleft.size-full {
  padding: 4px;
  margin: 0 15px 2px 0;
  display: block;
  max-width: 100%;
  float: none;
  max-height: 540px; }
  @media (min-width: 40.625em) {
    img.alignleft.size-full {
      max-width: 40%;
      float: left; } }

.thumbnail-grid img.alignleft.size-full {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inlin-block;
  float: left;
  max-width: 100%;
  max-height: 540px; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.flush-margin {
  margin: 0 !important; }

/* ::: WARNINGS ::::::::::::::::::::::::::::::::::::::::: */
.sys {
  text-align: left; }

/* a class you can add when doing production to hide elements and keep them accessible */
.access-hide {
  display: none; }

.make-link {
  text-decoration: none;
  margin-bottom: .5em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.make-link:hover,
.make-link:focus,
.make-link:active {
  cursor: pointer; }

ul.hide {
  margin: 0 0 0 1em !important;
  padding: 0 !important; }

.header-shown:before {
  content: "-";
  margin-right: .5em; }

.header-hidden:before {
  content: "+";
  margin-right: .5em; }

.indicator {
  position: absolute;
  z-index: 100;
  text-align: center;
  left: 0;
  top: 15em;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: left bottom;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: left bottom;
  -o-transform: rotate(90deg);
  -o-transform-origin: left bottom;
  transform: rotate(90deg);
  transform-origin: left bottom; }

.indicator a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: .3em 1em; }

.indicator a:link, .indicator a:visited {
  color: #FFF;
  background-color: #666; }

.indicator a:hover, .indicator a:focus, .indicator a:active {
  color: #FFF;
  background-color: #000;
  text-decoration: none;
  cursor: pointer; }

.js .js-ind, .js .hide {
  display: none; }

/* ::: LISTS ::::::::::::::::::::::::::::::::::::::::: */
.content-main ul {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1.5em; }
  @media (min-width: 40.625em) {
    .content-main ul {
      margin-left: 2em; } }
  .content-main ul li {
    margin: 0 2em .2em 0;
    list-style-type: square; }
  .content-main ul ul {
    margin: .5em 2em .8em 1em; }
    .content-main ul ul li {
      list-style-type: circle;
      margin: 0 2em .5em 1em; }

.content-main dl {
  margin: 2em 0; }
  .content-main dl dt {
    font-weight: 900;
    margin-top: 1.5em;
    margin-bottom: .5em; }

.content-main ol {
  margin-left: 1em; }
  @media (min-width: 40.625em) {
    .content-main ol {
      margin-left: 2em; } }
  .content-main ol li {
    margin-bottom: 1em; }
  .content-main ol ol {
    list-style-type: lower-alpha;
    margin: .2em 2em .8em 2em; }

@media (min-width: 40.625em) {
  .horiz-list {
    list-style-type: none;
    display: inline-block;
    width: 100%; }
    .horiz-list a {
      display: block;
      padding: 1em; }
    .horiz-list ul {
      display: inline-block; }
    .horiz-list li {
      display: block;
      width: 100%; } }
    @media (min-width: 40.625em) and (min-width: 40.625em) {
      .horiz-list li {
        display: inline-block;
        width: auto; } }

ul.no-bullet {
  margin-left: 0;
  list-style-type: none; }

ul.no-bullet li {
  margin-bottom: .5em; }

ul.link-list li {
  list-style-type: none; }

li.link-list a, ul.link-list li a {
  display: block;
  padding-left: 20px;
  margin-left: 20px; }

ul.pdf-link {
  padding-left: 20px;
  margin-left: 5px; }

ul.pdf-list li {
  list-style-type: none; }

li.pdf-list a, ul.pdf-list li a {
  display: block;
  padding-left: 20px;
  margin-left: 20px; }

/* ::: Misc ::::::::::::::::::::::::::::::::::::::::: */
pre {
  overflow: scroll;
  padding: 1em 2em;
  border-radius: .5em; }

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin-top: 0 !important; }

.fitvid {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.fitvid iframe, .fitvid object, .fitvid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@font-face {
  font-family: "cooper_hewittlight_italic";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/cooperhewitt-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/cooperhewitt-lightitalic-webfont.woff2") format("woff2"), url("./fonts/cooperhewitt-lightitalic-webfont.woff") format("woff"), url("./fonts/cooperhewitt-lightitalic-webfont.ttf") format("truetype"), url("./fonts/cooperhewitt-lightitalic-webfont.svg#cooper_hewittlight_italic") format("svg"); }
@font-face {
  font-family: "cooper_hewittlight";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/cooperhewitt-light-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/cooperhewitt-light-webfont.woff2") format("woff2"), url("./fonts/cooperhewitt-light-webfont.woff") format("woff"), url("./fonts/cooperhewitt-light-webfont.ttf") format("truetype"), url("./fonts/cooperhewitt-light-webfont.svg#cooper_hewittlight") format("svg"); }
@font-face {
  font-family: "cooper_hewitt";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/cooperhewitt-bookitalic-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/cooperhewitt-bookitalic-webfont.woff2") format("woff2"), url("./fonts/cooperhewitt-bookitalic-webfont.woff") format("woff"), url("./fonts/cooperhewitt-bookitalic-webfont.ttf") format("truetype"), url("./fonts/cooperhewitt-bookitalic-webfont.svg#cooper_hewitt") format("svg"); }
@font-face {
  font-family: "cooper_hewitt";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/cooperhewitt-book-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/cooperhewitt-book-webfont.woff2") format("woff2"), url("./fonts/cooperhewitt-book-webfont.woff") format("woff"), url("./fonts/cooperhewitt-book-webfont.ttf") format("truetype"), url("./fonts/cooperhewitt-book-webfont.svg#cooper_hewitt") format("svg"); }
body {
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  /* EDIT: new syntax for FF 15+ */
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

body {
  font-family: 'Source Sans Pro', "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .01em;
  font-weight: 300;
  line-height: 1.5;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures, contextual;
  font-feature-settings: "kern", "liga", "clig", "calt"; }
  @media (min-width: 40.625em) {
    body {
      font-size: 16px; } }
  @media (min-width: 61.25em) {
    body {
      font-size: 18px; } }

em, i {
  font-style: italic; }

strong {
  font-weight: 900; }

p {
  margin-bottom: 1.5em; }

blockquote {
  padding-left: 10%;
  padding-right: 10%; }

/*--- Links ---*/
a:link, a:visited {
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none; }

/*--- Headings ---*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1; }

h1 {
  font-size: 3rem;
  font-family: CenturyStd-Light, Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", times, serif;
  margin-bottom: 1.5em; }
  @media (min-width: 40.625em) {
    h1 {
      font-size: 3.5rem; } }
  @media (min-width: 61.25em) {
    h1 {
      font-size: 5rem; } }

h2 {
  text-transform: uppercase;
  margin-top: 2.5em;
  margin-bottom: .75em;
  font-size: 1.2rem;
  font-family: CenturyStd-Light, Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", times, serif; }
  @media (min-width: 40.625em) {
    h2 {
      font-size: 1.4rem; } }
  @media (min-width: 61.25em) {
    h2 {
      font-size: 1.5rem; } }
  @media (min-width: 75em) {
    h2 {
      font-size: 1.6rem; } }

h4 {
  font-weight: bold; }

/*
FORMS
*/
/* ::: ELEMENTS ::::::::::::::::::::::::::::::::::::::::: */
input, textarea, select {
  border: 0;
  outline: none;
  font-size: 1em;
  font-weight: 100;
  vertical-align: middle;
  padding: .7em 1em;
  font-family: 'Source Sans Pro', "Lucida Grande", Helvetica, Arial, sans-serif; }

input[type='text'], input[type='url'], input[type='file'], input[type='tel'], input[type='email'], textarea, select {
  width: 100%;
  border-radius: .2em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  input[type='text']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, input[type='file']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  input[type='text']::-moz-placeholder, input[type='url']::-moz-placeholder, input[type='file']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='email']::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  input[type='text']:-moz-placeholder, input[type='url']:-moz-placeholder, input[type='file']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='email']:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  input[type='text']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, input[type='file']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

select {
  height: 2.7em;
  width: 100%; }

input[type='submit'], .button {
  font-weight: 700;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: .7em 3em;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: .8em; }
  input[type='submit']:hover, input[type='submit']:focus, input[type='submit']:active, .button:hover, .button:focus, .button:active {
    text-decoration: none;
    cursor: pointer; }

.button.toggle {
  display: inline-block;
  border-bottom: 0; }
  .button.toggle:before {
    display: none; }

.button.red {
  background-color: #D94523; }

/* ::: GRAVITY FORMS ::::::::::::::::::::::::::::::::::::::::: */
.gform_body ul {
  list-style-type: none;
  margin: 0;
  margin-top: 1em; }
  .gform_body ul li {
    margin-bottom: .5em; }

li.gfield {
  list-style-type: none !important; }

.gfield_label {
  margin-top: 1.5em;
  display: block; }

.validation_error {
  background: #D94523;
  color: #FFF;
  margin: .5em;
  padding: 1.5em 1em;
  font-weight: bold; }

.validation_message {
  border-top: 2px solid #D94523;
  color: #D94523;
  margin: .5em;
  margin-bottom: 2em;
  padding-top: .5em;
  font-weight: bold;
  clear: both; }

.gform_footer {
  margin-top: 1em; }

.white-area .validation_message {
  color: red;
  border-top: .2em solid red; }
.white-area .validation_error {
  color: white;
  background-color: red; }

/* ::: MAILCHIMP EMAIL SIGNUP ::::::::::::::::::::::::::::::::::::::::: */
#mc-embedded-subscribe-form .mc-field-group {
  margin-bottom: .5em; }

/*

THIS SHEET IS FOR SITEWIDE STYLES RELATED TO:

- Layout
- Applying your color definitions from colors.scss
- Applying your typography definitions from type.scss

*/
/* ::: GENERAL ::::::::::::::::::::::::::::::::: */
.row {
  padding: 0 4%; }

::-moz-selection {
  background-color: #000;
  color: #FFF; }

::selection {
  background-color: #000;
  color: #FFF; }

.featherlight-loading .featherlight-content {
  min-height: 50%;
  min-width: 50%;
  overflow: hidden !important;
  position: relative; }
  .featherlight-loading .featherlight-content .featherlight-close-icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    animation: rotation 800ms infinite linear;
    border: 4px solid rgba(217, 69, 35, 0.2);
    border-left-color: #D94523;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    text-indent: -10000px; }

.template_gallery .featherlight .featherlight-content {
  padding: 0;
  border-bottom: none; }
  .template_gallery .featherlight .featherlight-content .feather-image {
    padding: 20px; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#nextPrevPages {
  margin-left: 1em;
  margin-right: 1em; }

.button-wrapper {
  list-style-type: none;
  margin-right: 2em;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1em; }
  .button-wrapper a {
    border: 2px solid #CCC;
    padding: .5em 1.5em;
    display: inline-block; }

.content-main ul.notes-list li {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  position: relative;
  list-style-type: none; }
  .content-main ul.notes-list li sup {
    position: absolute;
    left: 0;
    padding-top: 20px; }

.wp-caption-text {
  font-family: 'cooper_hewitt', sans-serif;
  font-variant-numeric: diagonal-fractions;
  -moz-font-feature-settings: "frac=1";
  -moz-font-feature-settings: "frac";
  -webkit-font-feature-settings: "frac";
  -ms-font-feature-settings: "frac";
  font-feature-settings: "frac"; }

.grey-box {
  background-color: #EEE;
  padding: 1em;
  margin-bottom: .5em; }
  .grey-box p {
    margin-bottom: 0;
    font-size: .8em; }

.section-divider {
  margin-top: 4em;
  margin-bottom: 5em; }

/* ::: SITE HEADER :::::::::::::::::::::::::::::::: */
.site-header h1 {
  display: none; }

/* ::: MAIN NAV ::::::::::::::::::::::::::::::::: */
.nav-main {
  /* Down States */ }
  .nav-main a {
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    line-height: 1.8em;
    padding: .5em 0; }

#shiftnav-main {
  background-color: #D94523; }
  #shiftnav-main .menu-item a {
    color: #FFF;
    font-size: .9em;
    font-weight: 700; }

#shiftnav-main ul.shiftnav-menu li.menu-item > .shiftnav-target, #shiftnav-main ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
  padding: 12px 25px; }

#shiftnav-main .shiftnav-menu-image-padded {
  padding: 25px 60px 25px 25px; }

.shiftnav-menu-image img {
  max-width: 90% !important;
  margin: 0 auto; }

/* ::: SIDE NAV ::::::::::::::::::::::::::::::::: */
.nav-header a {
  cursor: default;
  color: #666;
  text-align: center;
  display: block;
  border-bottom: 2px solid #EEE;
  padding-bottom: 2px;
  margin-top: 3em; }
.nav-header .sub-menu li a:link, .nav-header .sub-menu li a:visited {
  text-align: left;
  color: #D94523;
  cursor: pointer;
  display: inline;
  border-bottom: none; }
.nav-header .sub-menu li a:hover, .nav-header .sub-menu li a:active, .nav-header .sub-menu li a:focus {
  color: #000; }

/* ::: PAGINATION :: some default styling for the PageNavi Plugin ::::::::::::::::::::::::::::::: */
.wp-pagenavi {
  margin-top: 3em; }

.wp-pagenavi .pages {
  display: none; }

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current {
  background: #EEE;
  color: #666;
  border-radius: 1.3em;
  display: inline-block;
  text-decoration: none;
  margin: 0 .3em 12px;
  padding: .5em 1em;
  border: none; }

.nextpostslink, .previouspostslink {
  background: none !important; }

.wp-pagenavi span.current {
  background: #CCC;
  color: #FFF; }

.wp-pagenavi span {
  border: none; }

/* Col Sorter */
.col-sorter {
  padding: 1.5em;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  /* ::: CONTENT ::::::::::::::::::::::::::::::::: */
  /* ::: GALLERY: MAIN ::::::::::::::::::::::::::::::::: */
  /* ::: SIDEBAR: MAIN  -- also this is the header ::::::::::::::::::::::::::::::::: */ }
  @media (min-width: 40.625em) {
    .col-sorter {
      padding: 1.5em; } }
  @media (min-width: 61.25em) {
    .col-sorter {
      padding: 1em 2em; } }
  @media (min-width: 75em) {
    .col-sorter {
      padding: 1em 3em; } }
  .col-sorter::after {
    clear: both;
    content: "";
    display: table; }
  .col-sorter .content-main-wrapper {
    float: right;
    display: block;
    margin-left: 2.3576515979%;
    width: 100%; }
    .col-sorter .content-main-wrapper:last-child {
      margin-left: 0; }
    @media (min-width: 61.25em) {
      .col-sorter .content-main-wrapper {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 74.4105871005%; }
        .col-sorter .content-main-wrapper:last-child {
          margin-left: 0; } }
    .col-sorter .content-main-wrapper .content-main {
      max-width: 2000px;
      margin-left: auto;
      margin-right: auto; }
      .col-sorter .content-main-wrapper .content-main::after {
        clear: both;
        content: "";
        display: table; }
      .col-sorter .content-main-wrapper .content-main article h1.page-title {
        font-size: 3rem; }
        @media (min-width: 40.625em) {
          .col-sorter .content-main-wrapper .content-main article h1.page-title {
            font-size: 3.5rem; } }
        @media (min-width: 61.25em) {
          .col-sorter .content-main-wrapper .content-main article h1.page-title {
            font-size: 5rem; } }
      .col-sorter .content-main-wrapper .content-main article h1 {
        font-size: 2rem;
        margin-bottom: .45em;
        padding-right: 2em; }
        @media (min-width: 40.625em) {
          .col-sorter .content-main-wrapper .content-main article h1 {
            font-size: 2.5rem; } }
        @media (min-width: 61.25em) {
          .col-sorter .content-main-wrapper .content-main article h1 {
            font-size: 3rem; } }
        @media (min-width: 75em) {
          .col-sorter .content-main-wrapper .content-main article h1 {
            font-size: 3.5rem; } }
      .col-sorter .content-main-wrapper .content-main .section-title {
        margin-top: .2em;
        padding-bottom: .5em;
        margin-bottom: .75em;
        border-bottom: 4px solid #EEE; }
  .col-sorter .subnav-article {
    float: right;
    display: block;
    margin-left: 2.3576515979%;
    width: 100%; }
    .col-sorter .subnav-article:last-child {
      margin-left: 0; }
    @media (min-width: 40.625em) {
      .col-sorter .subnav-article {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 74.4105871005%; }
        .col-sorter .subnav-article:last-child {
          margin-left: 0; }
        .col-sorter .subnav-article:nth-child(2n) {
          margin-left: 0; }
        .col-sorter .subnav-article:nth-child(2n+1) {
          clear: right; } }
    @media (min-width: 61.25em) {
      .col-sorter .subnav-article {
        float: right;
        display: block;
        margin-left: 3.1684356888%;
        width: 65.6105214371%; }
        .col-sorter .subnav-article:last-child {
          margin-left: 0; } }
    .col-sorter .subnav-article figure.aligncenter, .col-sorter .subnav-article figure.alignnone {
      width: 100% !important;
      margin-bottom: 2.5em; }
      .col-sorter .subnav-article figure.aligncenter img, .col-sorter .subnav-article figure.alignnone img {
        max-width: 100% !important;
        max-height: 520px; }
    .col-sorter .subnav-article figure.alignleft, .col-sorter .subnav-article figure.alignright {
      width: 48% !important;
      margin-bottom: 2.5em; }
      .col-sorter .subnav-article figure.alignleft img, .col-sorter .subnav-article figure.alignright img {
        max-width: 100% !important;
        max-height: 520px; }
    .col-sorter .subnav-article .wp-caption .wp-caption-text {
      color: #666;
      font-size: 90%;
      line-height: 1.2;
      padding-top: 0em; }
      @media (min-width: 40.625em) {
        .col-sorter .subnav-article .wp-caption .wp-caption-text {
          font-size: 80%; } }
  .col-sorter .subnav {
    float: right;
    display: block;
    margin-left: 2.3576515979%;
    width: 65.8807828007%;
    margin-right: 17.0596085997%;
    font-weight: bold;
    padding-bottom: 1em;
    line-height: 1; }
    .col-sorter .subnav:last-child {
      margin-left: 0; }
    @media (min-width: 40.625em) {
      .col-sorter .subnav {
        margin-right: 0%;
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 23.2317613015%; }
        .col-sorter .subnav:last-child {
          margin-left: 0; } }
    @media (min-width: 61.25em) {
      .col-sorter .subnav {
        margin-right: 0%;
        float: right;
        display: block;
        margin-left: 3.1684356888%;
        width: 31.2210428741%; }
        .col-sorter .subnav:last-child {
          margin-left: 0; } }
    @media (min-width: 40.625em) {
      .col-sorter .subnav select {
        display: none; } }
    @media (min-width: 40.625em) {
      .col-sorter .subnav {
        border: 4px solid #EEE; } }
    .col-sorter .subnav div {
      padding: 0 1em 1.5em 1em;
      font-size: 70%; }
    .col-sorter .subnav ul {
      display: none;
      padding: 0;
      margin: 1.3em 0 0 0; }
      @media (min-width: 40.625em) {
        .col-sorter .subnav ul {
          display: block; } }
    .col-sorter .subnav li {
      list-style-type: none;
      margin: 1.3em 0 0 0;
      padding: 0; }
    .col-sorter .subnav li li {
      padding-left: 1.5em;
      text-indent: -.7em; }
    .col-sorter .subnav li li:before {
      content: "• ";
      color: #D94523;
      /* or whatever color you prefer */ }
    .col-sorter .subnav h1 {
      font-family: 'Source Sans Pro', "Lucida Grande", Helvetica, Arial, sans-serif;
      font-size: .9em;
      border-bottom: 4px solid #EEE;
      padding: 1em;
      margin-bottom: 0;
      text-align: center; }
  .col-sorter .subnav:first-child {
    margin-bottom: 2em; }
  .col-sorter .menu-subnavbio-container {
    display: none; }
    @media (min-width: 40.625em) {
      .col-sorter .menu-subnavbio-container {
        display: block; } }
  .col-sorter .current_page_item a, .col-sorter .current-page-ancestor a {
    color: #000 !important; }
  .col-sorter .gallery-main {
    float: right;
    display: block;
    margin-left: 2.3576515979%;
    width: 100%; }
    .col-sorter .gallery-main:last-child {
      margin-left: 0; }
    @media (min-width: 61.25em) {
      .col-sorter .gallery-main {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 74.4105871005%; }
        .col-sorter .gallery-main:last-child {
          margin-left: 0; }
        .col-sorter .gallery-main:nth-child(2n) {
          margin-left: 0; }
        .col-sorter .gallery-main:nth-child(2n+1) {
          clear: right; } }
    .col-sorter .gallery-main .work-filter-wrapper {
      margin: 0 1em 2em 1em; }
      .col-sorter .gallery-main .work-filter-wrapper select {
        min-width: 150px; }
      .col-sorter .gallery-main .work-filter-wrapper li {
        list-style-type: none;
        margin-bottom: 1em; }
        @media (min-width: 40.625em) {
          .col-sorter .gallery-main .work-filter-wrapper li {
            margin: .1em; } }
  .col-sorter .sidebar-main {
    float: right;
    display: block;
    margin-left: 2.3576515979%;
    width: 100%;
    text-align: center;
    font-size: 90%; }
    .col-sorter .sidebar-main .hamburger {
      position: absolute;
      left: 1.5em;
      top: 0;
      width: 30px; }
      @media (min-width: 61.25em) {
        .col-sorter .sidebar-main .hamburger {
          display: none; } }
      .col-sorter .sidebar-main .hamburger:hover {
        fill: #000; }
    .col-sorter .sidebar-main:last-child {
      margin-left: 0; }
    @media (min-width: 61.25em) {
      .col-sorter .sidebar-main {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 23.2317613015%; }
        .col-sorter .sidebar-main:last-child {
          margin-left: 0; } }
    .col-sorter .sidebar-main .saul-type {
      width: 200px;
      float: right; }
      @media (min-width: 40.625em) {
        .col-sorter .sidebar-main .saul-type {
          width: 300px; } }
      @media (min-width: 61.25em) {
        .col-sorter .sidebar-main .saul-type {
          float: right;
          display: block;
          margin-left: 2.3576515979%;
          width: 100%; }
          .col-sorter .sidebar-main .saul-type:last-child {
            margin-left: 0; } }
    .col-sorter .sidebar-main .saul-self {
      display: none; }
      @media (min-width: 61.25em) {
        .col-sorter .sidebar-main .saul-self {
          display: block;
          float: right;
          display: block;
          margin-left: 2.3576515979%;
          width: 100%; }
          .col-sorter .sidebar-main .saul-self:last-child {
            margin-left: 0; } }
    .col-sorter .sidebar-main nav {
      text-align: left;
      margin-left: 3em;
      margin-top: 2em;
      display: none; }
      @media (min-width: 61.25em) {
        .col-sorter .sidebar-main nav {
          display: block; } }
    .col-sorter .sidebar-main li {
      list-style-type: none; }
    .col-sorter .sidebar-main .logoimage {
      max-width: 100%; }
      @media (min-width: 61.25em) {
        .col-sorter .sidebar-main .logoimage {
          max-width: 90%; } }
      @media (min-width: 75em) {
        .col-sorter .sidebar-main .logoimage {
          max-width: 80%; } }
    .col-sorter .sidebar-main .saul-logo {
      max-width: 70%; }
      @media (min-width: 40.625em) {
        .col-sorter .sidebar-main .saul-logo {
          max-width: 50%; } }
      @media (min-width: 50em) {
        .col-sorter .sidebar-main .saul-logo {
          max-width: 50%;
          margin-top: -2em; } }
      @media (min-width: 61.25em) {
        .col-sorter .sidebar-main .saul-logo {
          max-width: 70%;
          margin-top: -2.8em; } }
      @media (min-width: 63.125em) {
        .col-sorter .sidebar-main .saul-logo {
          max-width: 70%;
          margin-top: -2.6em; } }
      @media (min-width: 75em) {
        .col-sorter .sidebar-main .saul-logo {
          max-width: 70%;
          margin-top: -1.8em; } }

/* ::: FOOTER ::::::::::::::::::::::::::::::::: */
.footer {
  clear: both;
  padding-top: 4em;
  /* Credit */ }
  .footer nav {
    display: none;
    text-align: center;
    border: 10px solid #EEE;
    margin: 2em 0 4em 0;
    padding: 2em; }
    .footer nav a {
      display: inline-block;
      padding: 1em; }
      @media (min-width: 75em) {
        .footer nav a {
          padding: 1.8em; } }
    .footer nav li {
      list-style-type: none; }
  .footer .credit {
    display: inline-block;
    margin: 0 1em; }
    .footer .credit h1 {
      color: #666;
      font-family: 'Source Sans Pro', "Lucida Grande", Helvetica, Arial, sans-serif;
      font-size: .8rem;
      font-weight: normal; }
  .footer .copyright {
    font-family: 'Source Sans Pro', "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: .8rem;
    display: inline-block;
    color: #666; }

/*

THIS SHEET IS FOR STYLING SPECIFIC PAGES ON YOUR SITE

- Layout
- Applying your color definitions from colors.scss
- Applying your typography definitions from type.scss

*/
/* ::: HOME ::::::::::::::::::::::::::::::::::::::::: */
.page_home .essay-promo {
  overflow: hidden; }
  .page_home .essay-promo .home-banner-wrapper {
    position: relative; }
    .page_home .essay-promo .home-banner-wrapper .home-banner-caption {
      position: absolute;
      bottom: 20px;
      right: 20px;
      font-size: 11px; }
  .page_home .essay-promo .home-banner {
    max-width: 100%; }
    @media (min-width: 40.625em) {
      .page_home .essay-promo .home-banner {
        max-width: 100%; } }
    @media (min-width: 61.25em) {
      .page_home .essay-promo .home-banner {
        max-width: 100%; } }
  .page_home .essay-promo .row {
    padding-top: 5em;
    padding-bottom: 5em; }
    @media (min-width: 40.625em) {
      .page_home .essay-promo .row {
        padding: 4em 8%; } }
    .page_home .essay-promo .row .button {
      display: inline-block;
      margin-top: 1em; }
.page_home .home-work {
  position: relative;
  height: 27em;
  background-size: 100%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  margin-top: -2em; }
  @media (min-width: 0em) {
    .page_home .home-work {
      height: 33em; } }
  @media (min-width: 25em) {
    .page_home .home-work {
      height: 32em; } }
  @media (min-width: 40.625em) {
    .page_home .home-work {
      height: 35em; } }
  @media (min-width: 50em) {
    .page_home .home-work {
      height: 42em; } }
  @media (min-width: 61.25em) {
    .page_home .home-work {
      height: 30em; } }
  @media (min-width: 75em) {
    .page_home .home-work {
      height: 38em; } }
  @media (min-width: 61.25em) {
    .page_home .home-work {
      background-size: 80%; } }
  .page_home .home-work .artwork-info {
    position: absolute;
    bottom: 1em;
    padding: 5em 4%; }
    @media (min-width: 40.625em) {
      .page_home .home-work .artwork-info {
        padding: 0;
        bottom: 2em;
        position: absolute;
        left: 8%;
        z-index: 50;
        background-color: transparent; } }
.page_home .home-chronology {
  position: relative; }
  .page_home .home-chronology img {
    position: relative;
    z-index: 10;
    width: 100%;
    display: block; }
  .page_home .home-chronology .chronology-info {
    background-color: #D94523;
    padding: 5em 4%; }
    @media (min-width: 40.625em) {
      .page_home .home-chronology .chronology-info {
        padding: 0;
        bottom: 4em;
        position: absolute;
        bottom: 4em;
        left: 8%;
        z-index: 50;
        background-color: transparent; } }
    .page_home .home-chronology .chronology-info h1 {
      color: #FFF;
      margin-bottom: 0;
      padding-right: .5em !important;
      margin-bottom: 1em !important; }
      @media (min-width: 40.625em) {
        .page_home .home-chronology .chronology-info h1 {
          margin-bottom: .5em !important; } }
    .page_home .home-chronology .chronology-info a.button {
      background-color: #000; }
      @media (min-width: 40.625em) {
        .page_home .home-chronology .chronology-info a.button {
          background-color: #D94523; } }

/* ::: ESSAY ::::::::::::::::::::::::::::::::::::::::: */
/* ::: ON VIEW ::::::::::::::::::::::::::::::::::::::::: */
ul#on-view-sub-nav {
  margin: 0; }
  ul#on-view-sub-nav li a {
    border: 1px solid #D94523;
    text-transform: uppercase;
    font-weight: bold; }

/* ::: BIOGRAPHY ::::::::::::::::::::::::::::::::::::::::: */
/* ::: THE FOUNDATION ::::::::::::::::::::::::::::::::::::::::: */
.page_the-foundation .content-main .horiz-list li {
  vertical-align: top;
  margin-bottom: 2em;
  display: inline-block; }
  .page_the-foundation .content-main .horiz-list li a {
    padding: 0; }

/* ::: CHRONOLOGY and ESSAY PAGES ::::::::::::::::::::::::::::::::::::::::: */
.title-w-author {
  margin-bottom: 35px; }
  .title-w-author .section-title {
    margin-bottom: 3px; }
  .title-w-author h5 {
    font-style: italic;
    font-size: 90%;
    margin-left: 4px; }
    @media (min-width: 40.625em) {
      .title-w-author h5 {
        font-size: 80%; } }
  @media (min-width: 40.625em) {
    .title-w-author {
      margin-bottom: 50px; } }

/* ::: IMAGE GALLERY ::::::::::::::::::::::::::::::::::::::::: */
.template_gallery .filter-heading {
  margin-bottom: 1.5em;
  margin-top: 3em; }
.template_gallery .work-filter-wrapper h1 {
  margin-bottom: .2em; }
@media (min-width: 40.625em) {
  .template_gallery .work-filter-wrapper select, .template_gallery .work-filter-wrapper .button {
    font-size: 80%; } }
.template_gallery .work-filter-wrapper .controls {
  display: block;
  clear: right;
  float: left; }
  .template_gallery .work-filter-wrapper .controls .link-control {
    text-transform: uppercase;
    font-size: 80%;
    font-weight: bold;
    padding: 1em; }
.template_gallery .results li {
  margin-bottom: 2em;
  list-style-type: none; }
  @media (min-width: 40.625em) {
    .template_gallery .results li {
      width: 250px;
      vertical-align: top; } }
  .template_gallery .results li img {
    max-width: 100%;
    max-height: 300px; }
.template_gallery .results h4 a {
  font-size: 70%;
  color: #000;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'cooper_hewitt', sans-serif;
  font-variant-numeric: diagonal-fractions;
  -moz-font-feature-settings: "frac=1";
  -moz-font-feature-settings: "frac";
  -webkit-font-feature-settings: "frac";
  -ms-font-feature-settings: "frac";
  font-feature-settings: "frac"; }
  .template_gallery .results h4 a:hover, .template_gallery .results h4 a:focus {
    color: #D94523; }

/* ::: NEWS PAGE ::::::::::::::::::::::::::::::::::::::::: */
.news-listing .news-item {
  margin-bottom: 3em; }
  .news-listing .news-item .post-category {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .05em; }
  .news-listing .news-item .news-title {
    padding: .5em 0;
    margin: 0;
    text-transform: none; }

/* ::: NEWS SINGLE PAGE ::::::::::::::::::::::::::::::::::::::::: */
.single-post .content-main article .page-title {
  padding-right: 0 !important;
  font-size: 2em !important;
  margin-bottom: 1.5em !important; }
  @media (min-width: 40.625em) {
    .single-post .content-main article .page-title {
      font-size: 3em !important; } }
.single-post .content-main article header h1 {
  font-size: 1.5em !important;
  padding-right: 0 !important; }
  @media (min-width: 40.625em) {
    .single-post .content-main article header h1 {
      font-size: 2em !important; } }
