@font-face {
  font-family: 'bureaugrot-one-three';
  src: url('../fonts/bureaugrotonethree_regular-webfont.woff2') format('woff2'), url('../fonts/bureaugrotonethree_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #020202;
  font-family: "classico-urw", "Avenir Next", Arial, sans-serif;
}
a {
  color: #CA5004;
}
a:hover {
  color: #CA5004;
}
.navbar,
.footer-credit,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bureau-grot-condensed", "PT Sans Narrow Bold", "Oswald", sans-serif;
}
.navbar,
h5.top-tag,
h5.byline,
h3.widgettitle {
  font-weight: 400;
}
h1.entry-title {
  font-weight: 700;
}
blockquote {
  font-weight: 700;
}
.wp-block-pullquote,
.wp-block-pullquote.alignwide,
.wp-block-pullquote.alignfull,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  text-align: left;
}
@media (min-width: 769px) and (max-width: 979px) {
  .wp-block-pullquote.alignleft {
    margin-left: calc((100vw - 36px) * 0.06382979 * -1);
  }
  .wp-block-pullquote.alignright {
    margin-right: calc((100vw - 36px) * 0.06382979 * -1);
  }
}
@media (min-width: 980px) {
  .wp-block-pullquote.alignleft {
    margin-left: calc(-0.5 * (95vw * 0.17021276594) );
  }
  .wp-block-pullquote.alignright {
    margin-right: calc(-0.5 * (95vw * 0.17021276594) );
  }
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 50%;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: inherit;
}
.wp-block-pullquote blockquote,
.pull-quote,
blockquote.pull-quote,
.type-pull-quote,
blockquote.type-pull-quote {
  font-family: "bureau-grot-condensed", "PT Sans Narrow Bold", "Oswald", sans-serif;
  font-style: normal;
  line-height: 1.3;
  border: none;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1ch;
  padding-right: 1ch;
}
.wp-block-pullquote blockquote > :first-child,
.pull-quote > :first-child,
blockquote.pull-quote > :first-child,
.type-pull-quote > :first-child,
blockquote.type-pull-quote > :first-child {
  margin-top: 0;
}
.wp-block-pullquote blockquote > :last-child,
.pull-quote > :last-child,
blockquote.pull-quote > :last-child,
.type-pull-quote > :last-child,
blockquote.type-pull-quote > :last-child {
  margin-bottom: 0;
}
.wp-block-pullquote blockquote p,
.pull-quote p,
blockquote.pull-quote p,
.type-pull-quote p,
blockquote.type-pull-quote p {
  text-transform: uppercase;
}
.wp-block-pullquote blockquote p,
.pull-quote p,
blockquote.pull-quote p,
.type-pull-quote p,
blockquote.type-pull-quote p,
.wp-block-pullquote blockquote cite,
.pull-quote cite,
blockquote.pull-quote cite,
.type-pull-quote cite,
blockquote.type-pull-quote cite {
  font-style: normal;
  font-size: inherit;
}
.wp-block-pullquote blockquote::before,
.pull-quote::before,
blockquote.pull-quote::before,
.type-pull-quote::before,
blockquote.type-pull-quote::before,
.wp-block-pullquote blockquote::after,
.pull-quote::after,
blockquote.pull-quote::after,
.type-pull-quote::after,
blockquote.type-pull-quote::after {
  display: none;
}
.wp-block-pullquote blockquote > :first-child::before,
.pull-quote > :first-child::before,
blockquote.pull-quote > :first-child::before,
.type-pull-quote > :first-child::before,
blockquote.type-pull-quote > :first-child::before {
  content: "\201C";
  display: inline-block;
  width: 1ch;
  height: 1ch;
  margin-left: -1ch;
  color: #16A327;
}
.wp-block-pullquote blockquote > p:last-of-type::after,
.pull-quote > p:last-of-type::after,
blockquote.pull-quote > p:last-of-type::after,
.type-pull-quote > p:last-of-type::after,
blockquote.type-pull-quote > p:last-of-type::after {
  content: "\201D";
  display: inline-block;
  width: 1ch;
  height: 1ch;
  margin-right: -1ch;
  color: #16A327;
}
.wp-block-pullquote {
  border-top-width: 4px;
  border-top-style: solid;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.wp-block-pullquote.is-style-solid-color {
  border: solid transparent 1px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  border-top-width: 4px;
  border-top-style: solid;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-color: #020202;
  max-width: 80%;
  margin: 2em auto;
}
.wp-block-pullquote.is-style-solid-color blockquote > :first-child::before,
.wp-block-pullquote.is-style-solid-color blockquote > p:last-of-type::after {
  color: #CA5004;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: inherit;
}
.widget h5.top-tag,
h5.top-tag {
  color: #CA5004;
}
.widget h5.top-tag a,
h5.top-tag a {
  color: #CA5004;
}
.widget h5.top-tag a:hover,
h5.top-tag a:hover {
  color: #CA5004;
}
.single #page {
  max-width: 100%;
  padding: 0;
}
.archive-background,
#main .search-results {
  margin-top: 25px;
}
.two-col-content {
  display: flex;
  justify-content: stretch;
}
.two-col-content .left-col {
  min-width: 285px;
  min-height: 100%;
  margin-top: -115px;
  z-index: 1;
  color: white;
  border-right: 1px solid #D4D4D4;
}
@media (max-width: 768px) {
  .two-col-content .left-col {
    display: none;
  }
}
.two-col-content .left-col .scroll-nav {
  width: 100%;
  position: sticky;
  top: 0;
}
.two-col-content .left-col .scroll-nav .scroll-nav-logo {
  background: black;
  height: 115px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.two-col-content .left-col .scroll-nav-container {
  background: black;
  margin-bottom: 25px;
  max-height: 0;
  transition: max-height 0.15s ease-in-out;
}
.two-col-content .left-col .scroll-nav-container .single-nav {
  list-style: none;
  margin: 0;
}
.two-col-content .left-col .scroll-nav-container .single-nav li {
  border-top: 1px solid white;
  margin-bottom: 0;
}
.two-col-content .left-col .scroll-nav-container .single-nav li a {
  color: white;
  font-family: "bureau-grot-condensed", "PT Sans Narrow Bold", "Oswald", sans-serif;
  font-size: 20px;
  display: block;
  padding: 6px 10px;
}
.two-col-content .left-col .scroll-nav-container.is-active {
  max-height: 1000px;
  transition: max-height 0.15s ease-in-out;
}
.two-col-content .right-col {
  padding: 0 50px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .two-col-content .right-col {
    padding: 0 20px;
  }
}
.two-col-content .right-col .entry-content {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .two-col-content .right-col .photo-header-social-links,
  .two-col-content .right-col .social-heading {
    display: none;
  }
}
.sticky-nav-wrapper {
  display: block;
}
@media (min-width: 768px) {
  .sticky-nav-wrapper {
    display: none;
  }
}
.photo-header-social-links {
  text-align: left;
  list-style: none;
  margin-left: auto !important;
  margin-right: auto !important;
}
.photo-header-social-links .largo-follow.post-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .photo-header-social-links .largo-follow.post-social {
    justify-content: start;
  }
}
.photo-header-social-links .largo-follow.post-social span {
  background: none! important;
  margin: 0;
  display: inline-block;
}
.photo-header-social-links .largo-follow.post-social span a {
  padding: 20px 0;
}
.photo-header-social-links .largo-follow.post-social span a i {
  color: #8c2a00;
  background: white;
  border: 1px solid #D4D4D4;
  text-align: center;
  line-height: 10px;
  vertical-align: middle;
  font-size: 26px;
  margin: 0 2px;
  padding: 20px;
}
@media (max-width: 768px) {
  .photo-header-social-links .largo-follow.post-social span a i {
    font-size: 20px;
    padding: 10px;
  }
}
.photo-header-social-links .largo-follow.post-social span a i.icon-mail:before {
  display: inline;
}
.photo-header-social-links .largo-follow.post-social span a:hover {
  background: white;
}
.photo-header-social-links .largo-follow.post-social .more-social-links,
.photo-header-social-links .largo-follow.post-social .hidden-phone {
  display: none;
}
h5.social-heading {
  color: #534B47;
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 768px) {
  h5.social-heading {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
  }
}
.entry-content {
  margin-top: 2rem;
  color: #534B47;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content a:hover {
  color: #CA5004;
  background-color: #F8F4F2;
  text-decoration: none;
}
.entry-content .end-byline {
  font-style: italic;
  color: #534B47;
  font-size: 15px;
  margin: 50px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry-content .end-byline .by-author .author a {
  color: #534B47;
  text-decoration: none;
}
.entry-content .end-byline .by-author .author a:hover {
  background: none;
}
.entry-content .end-byline .sep {
  flex: 0.9 0 0;
  background: #534B47;
  font-size: 0;
  height: 1px;
}
.entry-content .end-byline .entry-date {
  float: right;
}
.entry-content .end-byline .edit-link {
  display: block;
}
.primary-content h1,
.primary-content h2,
.primary-content h3,
.primary-content h4,
.primary-content h5 {
  font-family: "bureaugrot-one-three", "bureau-grot-condensed", "Oswald", sans-serif;
  font-weight: 400;
  color: #020202;
  letter-spacing: 0.5px;
}
.primary-content h1 strong,
.primary-content h2 strong,
.primary-content h3 strong,
.primary-content h4 strong,
.primary-content h5 strong {
  font-weight: 400;
}
.author-description {
  font-size: 13px;
  font-style: italic;
}
body.normal.single article > header {
  clear: both;
  margin: 24px 17.0213%;
  position: relative;
}
.photo-header-background {
  display: flex;
  align-items: end;
  min-height: 475px;
  height: max-content;
  margin-left: calc(50% - 50vw) !important;
  max-width: 100vw;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 0!important;
  margin-bottom: 0px !important;
  z-index: 999;
}
@media (max-width: 768px) {
  .photo-header-background.no-photo .featured-image-container-content {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .photo-header-background {
    display: block;
    background-image: none!important;
    min-height: fit-content;
  }
}
.photo-header-background .featured-image-container-content {
  z-index: 1;
  max-width: inherit;
}
@media (min-width: 768px) {
  .photo-header-background .featured-image-container-content .featured-image-container-mobile-image {
    display: none;
  }
}
.photo-header-credit {
  width: 100vw;
  padding: 65px 0 10px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 34%, #000000 100%);
}
@media (max-width: 768px) {
  .photo-header-credit {
    padding: 7px 7px 0px 7px;
    background: none;
  }
}
.photo-header-credit p {
  font-style: italic;
  font-size: 14px;
  color: white;
  margin-bottom: 0;
  margin-left: 345px;
  padding-bottom: 5px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .photo-header-credit p {
    margin-left: 20px;
    padding-right: 35px;
    color: #534B47;
  }
}
.photo-header-credit p.photographer {
  font-weight: 600;
  font-size: 12px;
  color: white;
}
.single-article-header .top-categories {
  text-align: left;
}
@media (max-width: 768px) {
  .single-article-header .top-categories {
    margin-left: 0px;
    text-align: left;
  }
}
.single-article-header .top-categories h5.top-tag {
  display: inline;
  position: relative!important;
  text-align: left;
  margin-bottom: 0;
  width: 90%;
}
@media (max-width: 768px) {
  .single-article-header .top-categories h5.top-tag {
    text-align: left;
  }
}
.single-article-header .top-categories h5.top-tag a {
  font-family: "bureau-grot-condensed", "PT Sans Narrow Bold", "Oswald", sans-serif;
}
.single-article-header .top-categories h5.top-tag a:hover {
  text-decoration: underline;
}
.single-article-header .top-categories h5.top-tag + h5.top-tag::before {
  display: inline;
  content: ' | ';
  white-space: pre;
  color: #ADADAD;
}
.single-article-header .entry-title {
  font-family: "bureaugrot-one-three", "bureau-grot-condensed", "Oswald", sans-serif;
  font-weight: 400;
  color: #020202;
  font-size: 44px;
  text-align: left;
  max-width: 100%;
  line-height: 1.1em;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (min-width: 786px) {
  .single-article-header .entry-title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .single-article-header .entry-title {
    text-align: left;
  }
}
.single-article-header .subtitle {
  text-align: left;
  font-size: 19px;
  font-family: "classico-urw", "Avenir Next", Arial, sans-serif;
  font-weight: 100;
  margin-bottom: 0;
  color: inherit;
}
@media (min-width: 786px) {
  .single-article-header .subtitle {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .single-article-header .subtitle {
    text-align: left;
  }
}
.single-article-header .byline {
  text-align: left;
  font-size: 20px;
  font-family: "bureaugrot-one-three", "bureau-grot-condensed", "Oswald", sans-serif;
  max-width: 90%;
  margin: 1rem 0 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .single-article-header .byline {
    text-align: left;
  }
}
.single-article-header .byline .by-author {
  text-transform: uppercase;
}
.single-article-header .byline .by-author .author {
  font-weight: 400;
}
.single-article-header .byline .by-author .author a:hover {
  text-decoration: none;
}
.single-article-header .byline .edit-link {
  display: block;
  padding-left: 0!important;
}
@media (max-width: 768px) {
  .single-article-header .byline .edit-link {
    padding-left: 0!important;
  }
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container {
  display: flex;
  align-items: center;
  background: #020202;
}
@media (max-width: 768px) {
  .single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .column {
  flex: 1;
  max-height: 400px;
}
@media (max-width: 768px) {
  .single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .column {
    flex: auto;
    width: 100%;
    position: relative;
  }
  .single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .column.single-post-newsletter-signup-widget-signup-section {
    order: 2;
  }
  .single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .column.single-post-newsletter-signup-widget-image-section {
    order: 1;
  }
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section {
  color: white;
  padding: 40px;
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section p {
  color: #ADADAD;
  font-size: 16px;
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup .mc-field-group,
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup .clear {
  display: inline-block;
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup .mce-responses {
  display: none;
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup .mc-field-group {
  width: 75%;
}
@media (max-width: 768px) {
  .single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup .mc-field-group {
    width: 100%;
  }
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup .email {
  height: 48px;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  border-color: #CA5004;
  text-indent: 20px;
  background: transparent;
  color: white;
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup .email::placeholder {
  color: white;
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup .mce_inline_error[for="mce-EMAIL"] {
  max-width: 95.5%;
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup #mc-embedded-subscribe {
  height: 50px;
  margin-left: -2px;
  background: #CA5004;
  border-color: #CA5004;
  color: white;
  font-family: "bureau-grot-condensed", "PT Sans Narrow Bold", "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup .clear {
  width: 20%;
  margin-left: 0px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup .clear {
    width: 100%;
  }
  .single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup .clear #mc-embedded-subscribe {
    margin-left: 0;
    margin-top: 20px;
  }
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-signup-section #mc_embed_signup .clear#mce-responses {
  width: auto;
  margin-left: 0;
}
.single-post-newsletter-signup-widget .single-post-newsletter-signup-widget-container .single-post-newsletter-signup-widget-image-section img {
  max-height: inherit;
  height: 100%;
}
.archive .secondary-featured-post h5.top-tag {
  margin-top: 10px;
}
.archive h5.top-tag a {
  color: #ADADAD;
  text-decoration: none;
}
.archive h5.top-tag a:hover {
  text-decoration: underline;
  background: none;
}
.archive h2.entry-title a {
  text-decoration: none;
}
.archive h2.entry-title a:hover {
  text-decoration: underline;
  background: none;
}
#homepage-sidebar .largo-recent-posts .mediaplay {
  border-bottom: 1px solid #ADADAD;
  margin-left: 1.5rem;
}
.largo-recent-posts {
  padding-bottom: 1.5rem;
}
.largo-recent-posts > ul {
  margin: 0;
}
.largo-recent-posts > ul li :last-child {
  margin-bottom: 0;
}
.largo-recent-posts img.attachment-large {
  margin-bottom: 1.5rem;
  padding: 0;
}
.largo-recent-posts h5,
.largo-recent-posts p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.largo-recent-posts h5.top-tag {
  margin-top: 1.5rem;
}
.largo-recent-posts h5.top-tag a {
  font-size: 18px;
  font-weight: 400;
}
.largo-recent-posts h5.top-tag a:hover {
  text-decoration: none;
}
.largo-recent-posts h5 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.largo-recent-posts h5 a {
  color: #020202;
}
.largo-recent-posts p {
  color: #534B47;
}
.largo-recent-posts .mediaplay {
  font-family: "bureau-grot-condensed", "PT Sans Narrow Bold", "Oswald", sans-serif;
  color: #020202;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.75em;
  margin-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}
.largo-recent-posts .mediaplay a {
  display: table-cell;
  vertical-align: middle;
  color: #020202;
}
.largo-recent-posts .mediaplay a:hover {
  text-decoration: none;
}
.largo-recent-posts .mediaplay:hover .encircle {
  border-color: #020202;
  background-color: white;
  color: #020202;
}
.largo-recent-posts .encircle {
  padding-left: 0.2em;
  padding-top: 1px;
  display: inline-block;
  vertical-align: middle;
  height: 1.75em;
  width: 1.75em;
  line-height: calc(1.75em - 2px);
  box-sizing: border-box;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #CA5004;
  color: #CA5004;
  margin-right: 0.5em;
}
.largo-recent-posts .encircle * {
  box-sizing: border-box;
}
.largo-recent-posts p.morelink {
  width: calc(100% - 1.5rem - 1.5rem);
  margin: 0 auto;
  line-height: 2.5em;
  text-align: center;
  border: 1px solid #CA5004;
  text-transform: uppercase;
  color: #020202;
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: "bureau-grot-condensed", "PT Sans Narrow Bold", "Oswald", sans-serif;
  box-sizing: border-box;
}
.largo-recent-posts p.morelink a {
  color: #020202;
}
.largo-recent-posts p.morelink:hover {
  border-color: #020202;
  background-color: white;
}
.largo-recent-posts p.morelink:hover a {
  color: #020202;
  text-decoration: none;
}
.widget.saved-links .post-lead:first-of-type {
  clear: left;
}
.widget.saved-links div.post-lead {
  max-width: 25%;
  width: 25%;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  float: left;
  clear: none;
}
.widget.saved-links div.post-lead::before,
.widget.saved-links div.post-lead::after {
  display: none;
}
.widget.saved-links div.post-lead + .post-lead {
  border-left: 1px solid #ADADAD;
}
.widget.saved-links div.post-lead img.wp-post-image {
  margin: 0 auto 1.5rem;
  display: block;
  float: none;
}
.widget.saved-links div.post-lead h5 a {
  color: #020202;
}
.widget.saved-links div.post-lead h5 {
  margin-bottom: 0.75rem;
}
.widget.saved-links div.post-lead .source {
  font-family: "bureau-grot-condensed", "PT Sans Narrow Bold", "Oswald", sans-serif;
}
.widget.saved-links div.post-lead .source-label {
  display: none;
}
@media (max-width: 700px) {
  .widget.saved-links div.post-lead {
    width: 50%;
    max-width: 50%;
  }
  .widget.saved-links div.post-lead:nth-of-type( 2n + 1 ) {
    clear: left;
    border-left: none;
  }
}
.workday-related-posts .widgettitle {
  text-align: center;
  font-size: 42px;
  margin-bottom: 50px;
  font-family: "bureau-grot-condensed", "PT Sans Narrow Bold", "Oswald", sans-serif;
  font-weight: 600;
}
.workday-related-posts ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.workday-related-posts ul li {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin-right: 40px;
}
.workday-related-posts ul li:last-of-type {
  margin-right: 0;
}
.workday-related-posts ul li .workday-related-post-thumbnail {
  height: 150px;
}
.workday-related-posts ul li .workday-related-post-thumbnail .wp-post-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.workday-related-posts ul li h5.top-tag {
  margin-top: 25px;
}
.workday-related-posts ul li h5.top-tag a {
  font-size: 18px;
}
.workday-related-posts ul li h5.top-tag a:hover {
  text-decoration: none;
}
.workday-related-posts ul li h4 {
  margin-bottom: 10px;
}
.workday-related-posts ul li h4 a {
  color: #020202;
  font-size: 28px;
}
.workday-related-posts ul li h4 a:hover {
  text-decoration: none;
}
.workday-related-posts ul li p {
  color: #534B47;
}
@media (max-width: 768px) {
  .workday-related-posts ul {
    display: block;
  }
  .workday-related-posts ul li {
    margin-right: 0;
  }
  .workday-related-posts ul li .workday-related-post-thumbnail {
    height: auto;
  }
  .workday-related-posts ul li .workday-related-post-thumbnail .wp-post-image {
    max-height: auto;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  bottom: -5px;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
body {
  overflow-x: hidden;
}
#site-header {
  margin-top: 0;
  margin-bottom: 0;
}
#site-header .header-container {
  margin-left: calc(50.5% - 50vw) !important;
  max-width: 99.2vw;
  width: 99.2vw;
}
#site-header .header-container .header-container-inner {
  display: flex;
  justify-content: space-between;
}
#site-header .header-container .header-container-inner .nav-container {
  padding: 10px 0 10px 25px;
  display: flex;
  align-items: center;
}
#site-header .header-container .header-container-inner .links-container {
  display: flex;
  align-items: center;
}
#site-header .header_img {
  max-height: 61px;
  margin-right: 15px;
}
#site-header .search-button {
  display: flex;
  align-items: center;
  font-family: "bureaugrot-one-three", "bureau-grot-condensed", "Oswald", sans-serif;
  padding: 40px 45px;
  text-transform: uppercase;
  color: #020202;
}
#site-header .search-button .search-icon {
  margin: 0 5px 0 0;
}
#site-header .search-button label {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 1px;
}
#site-header .search-button label:hover {
  cursor: pointer;
}
#site-header .donate-button {
  background: #8C2A00;
  display: flex;
  align-items: center;
  color: white;
  padding: 40px 45px;
  font-family: "bureaugrot-one-three", "bureau-grot-condensed", "Oswald", sans-serif;
  text-transform: uppercase;
}
#site-header .donate-button:hover {
  background: #CA5004;
}
#site-header .donate-button .donate-icon {
  margin: 0 5px 0 0;
}
#site-header .donate-button label {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 1px;
}
#site-header .donate-button label:hover {
  cursor: pointer;
}
#main-nav {
  list-style: none;
  margin-left: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}
#main-nav .navbar-inner {
  padding: 5px 0;
}
#main-nav.navbar {
  border: none;
}
#main-nav .nav {
  width: -moz-fit-content;
  width: fit-content;
  float: none;
  margin: 0 auto;
}
#main-nav .nav li {
  display: inline;
  padding: 0 10px;
  text-transform: uppercase;
}
#main-nav .nav li a {
  color: #020202;
  font-weight: 400;
  font-size: 18px;
}
#main-nav .nav li a:hover {
  background: none;
}
#sticky-nav.navbar li:not(.home-icon) a {
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
#sticky-nav.navbar li.home-icon img {
  height: 45px;
}
#sticky-nav.navbar.sticky-navbar .nav-right #header-extras .donate a span {
  background-color: #16A327;
}
#main {
  margin-top: 0;
}
.footer-bg {
  background: #020202;
}
.footer-bg #site-footer #supplementary .widget {
  padding-left: 0!important;
  padding-right: 0!important;
}
.footer-bg #site-footer #supplementary .owl-stage .owl-item {
  margin-right: 0!important;
}
.footer-bg #site-footer #supplementary .owl-stage .owl-item .item img {
  border: none;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer-bg #site-footer #supplementary .owl-stage .owl-item {
    margin: 20px 0!important;
    width: 100%!important;
  }
}
.footer-bg #site-footer #boilerplate {
  padding-top: 50px;
  padding-bottom: 15px;
  border-top: 2px solid #ADADAD;
  font-family: "classico-urw", "Avenir Next", Arial, sans-serif;
}
.footer-bg #site-footer #boilerplate .row-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .footer-bg #site-footer #boilerplate .row-fluid .span6 {
    text-align: left;
  }
  .footer-bg #site-footer #boilerplate .row-fluid .span6.right {
    text-align: right;
  }
}
.footer-bg #site-footer #boilerplate .row-fluid .footer-bottom .footer-credit {
  font-weight: 500;
}
.footer-bg #site-footer #boilerplate .row-fluid #footer-social {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-bg #site-footer #boilerplate .row-fluid #footer-social li {
  display: inline-block;
  height: auto;
  border-left: 2px solid #ADADAD;
  padding: 5px 0;
}
.footer-bg #site-footer #boilerplate .row-fluid #footer-social li:last-of-type {
  border-right: 2px solid #ADADAD;
}
.footer-bg #site-footer #boilerplate .row-fluid #footer-social li a {
  padding-right: 15px;
  padding-left: 15px;
}
.footer-bg #site-footer #boilerplate .row-fluid #footer-social li a i {
  color: #71E26C;
  font-size: 16px;
}
@media (max-width: 768px) {
  .footer-bg #site-footer #boilerplate .row-fluid {
    display: block;
  }
}
/*# sourceMappingURL=css/style.css.map */