@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
.display-none {
  display: none !important;
}
.display-block {
  display: block !important;
}
.opacity-zero {
  opacity: 0 !important;
}
.clear-both {
  width: 100% !important;
  clear: both !important;
}
.margin-0 {
  margin: 0 !important;
}
.text-align-center {
  text-align: center !important;
}
.text-align-right {
  text-align: right !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.full-width {
  width: 100%;
}
.constrained-width {
  width: 90%;
  margin: 0 auto;
}
.position-relative {
  position: relative;
}
.no-bg:first-child h1, .no-bg:first-child h2, .no-bg:first-child h3, .no-bg:first-child h4, .no-bg:first-child h5 {
  margin-top: -0.2em !important;
}
.user-select-none {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
nav a {
  text-decoration: none;
}
/*$font1: 'CooperHewitt', 'Droid Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
 $font2: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;*/
@font-face {
    font-family: CooperHewitt;
    src: url("fonts/cooper-hewitt/CooperHewitt-Medium.otf") format("opentype");
}
@font-face {
    font-family: CooperHewittSemi;
    src: url("fonts/cooper-hewitt/CooperHewitt-Semibold.otf") format("opentype");
}
/* for borders */
.bg-color1 {
  background-color: #fff;
}
.bg-color2 {
  background-color: #e9e0dd;
}
.bg-color3 {
  background-color: #394;
}
.category-bgcolor-health {
  background-color: #655ca9 !important;
}
.category-bgcolor-resources {
  background-color: #fd7703 !important;
}
.category-bgcolor-columnists {
  background-color: #ff4b59 !important;
}
.category-bgcolor-tech,
.category-bgcolor-environment-social-and-governance {
  background-color: #00a89d !important;
}
.category-bgcolor-gossip {
  background-color: #9744a6 !important;
}
.category-bgcolor-experts {
  background-color: #073360 !important;
}
.color-white a:link, .color-white a:visited, .color-white a:hover, .color-white a:active {
  color: #fff;
  font-weight: 400;
}
html {
  background-color: #fff;
  overflow-y: scroll;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  color: #222;
  margin: 0;
}
h1, .h1, h2, .h2 {
  font-family: 'CooperHewitt', 'Droid Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
}
h3, .h3, h4, .h4 {
  font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
}
h1.smaller-caps {
  text-transform: uppercase;
  font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
}
p {
  line-height: 1.6;
}
p, li, label {
  font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
  color: #222;
}
input, select, textarea, button {
  font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
}
a {
  text-decoration: none;
}
p a {
  border-bottom: 1px solid #dcdcdc;
  font-weight: 600;
}
a:link, a:visited {
  color: #333;
  transition: color 0.3s linear;
}
a:hover, a:active, a.hover-state {
  color: #34d;
  transition: color 0.1s linear;
}
.centered-container {
  position: relative;
}
header#masthead {
  position: relative;
  z-index: 40;
}
header#masthead button.menu-toggle {
  border: none;
  background-color: transparent;
  float: right;
  text-align: right;
  font-size: 28px;
  padding: 0;
  margin: 0;
  position: relative;
}
header#masthead button.menu-toggle:before {
  margin: 0;
}
div.site-branding {
  float: left;
}
div.site-branding .site-title {
  margin: 0;
  position: relative;
  top: 0;
}
div.site-branding .site-title a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}
div.site-branding .site-title a img {
  display: block;
}
div.site-branding .site-title a:link, div.site-branding .site-title a:visited, div.site-branding .site-title a:active {
  transition: background-color 0.3s linear;
  color: #fff;
}
div.site-branding .site-title a:hover {
  transition: background-color 0.1s linear;
  color: #fff;
}
.heading-beside-top-logo {
  float: left;
  margin: 0;
}
.color-white .heading-beside-top-logo {
  color: #fff;
}
/* temp */
#middle iframe {
  background-color: #bbb;
}
.heading-beside-top-logo {
  color: #eb0011;
}
/* /temp */
nav#site-navigation {
  float: right;
  clear: none;
}
nav#site-navigation ul {
  text-align: right;
}
nav#site-navigation ul li {
  font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
}
.color-white nav#site-navigation ul li a:link, .color-white nav#site-navigation ul li a:visited, .color-white nav#site-navigation ul li a:active, .color-white nav#site-navigation ul li a:hover {
  color: #fff;
}
button.menu-toggle {
  color: #333;
}
button.menu-toggle:focus {
  outline: none;
}
#site-navigation {
  height: 0;
}
#site-navigation.toggled {
  height: auto;
}
#top-menu form input.search-field {
  max-width: calc(100% - 85px);
}
.featured-unit {
  position: relative;
}
.featured-unit article {
  z-index: 20;
  position: relative;
}
.featured-unit article h1.section-title {
  text-transform: uppercase;
  color: #fff;
}
.featured-unit article h1.section-title a:link, .featured-unit article h1.section-title a:visited {
  color: #fff;
}
.featured-unit article h1.section-title a:hover, .featured-unit article h1.section-title a:active {
  color: #fff;
  /* #ddd */
  text-decoration: underline;
}
.featured-unit article .site-main-width {
  position: relative;
}
.featured-unit .featured-unit-title, .featured-unit .featured-unit-meta {
  position: relative;
  z-index: 50;
}
.featured-unit .featured-unit-title .four-way-pad {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  position: relative;
}
.featured-unit .featured-unit-title .four-way-pad h1 {
  padding: 0;
  line-height: 1.4;
  position: relative;
  display: inline;
  background-color: #fff;
}
.featured-unit .featured-unit-meta {
  clear: both;
}
.featured-unit.featured-unit-stockhead-radio .feature-cat-i {
  padding-bottom: 20px;
}
.featured-unit .white-tri {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 120px;
  overflow: hidden;
  background-color: white;
  border-color: transparent;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%); /* crop to triangle shape */
}

@media (max-width: 799px) {

  .featured-unit .white-tri {
    height: 40px;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  /* correct white tri size and clipping on small desktops for article pages */
  body.single-post .featured-unit:not(.category-bgcolor-stockhead-tv) .white-tri {
    height: 460px;
    clip-path: polygon(0 30%, 100% 12%, 100% 100%, 0% 100%);
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* correct white tri size and clipping on small desktops for article pages */
  body.single-post .featured-unit:not(.category-bgcolor-stockhead-tv) .white-tri {
    height: 220px;
    clip-path: polygon(0 54%, 100% 0, 100% 100%, 0% 100%);
  }
}

.post-thumbnail a {
  width: 100%;
  display: block;
}
.post-thumbnail a img.size-stockhead_lee_mic-featured-image {
  width: 100%;
  display: block;
}
.post-thumbnail .sub-text {
  margin-bottom: 0;
}
.overhang-spacer {
  width: 100%;
  margin-bottom: 50px;
  height: 1px;
  margin-top: 80px;
  /* main.js will update this */
  clear: both;
}
body.single .overhang-spacer {
  /* less gap needed on article pages */
  margin-bottom: 40px;
}
/* page: just in */
body.page-id-631 .overhang-spacer {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 800px) {
  body.page-id-631 .overhang-spacer {
    margin-top: 24px;
  }
}
@media (min-width: 1101px) {
  body.page-id-631 .overhang-spacer {
    margin-top: 40px;
  }
}


.first-section-top-padding {
  padding-top: 40px;
}
.boxes article {
  position: relative;
  border: 1px solid #ddd;
}
.boxes article .badge-trending {
  position: absolute;
  top: 11px;
  right: 18px;
  padding: 0.5em 1em 0.5em 2.25em;
  font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.0875em;
  background: #EB0010 url('../graphic/icon-star.svg') 0.5em center / 11px auto no-repeat;
  color: white;
  pointer-events: none;
}
.pagination .next-for-infinite-scroll {
  display: none;
}
p.category-tag {
  margin: 0;
  position: absolute;
  background-color: #555;
  color: #fff;
  z-index: 10;
}
p.category-tag.bgcolor-category-the-secret-broker{
  background-color: #00a89d;
}
p.category-tag.bgcolor-category-uncategorized {
  background-color: #555;
}
p.category-tag.bgcolor-category-health {
  background-color: #655ca9;
}
p.category-tag.bgcolor-category-resources {
  background-color: #fd7703;
}
p.category-tag.bgcolor-category-columnists {
  background-color: #ff4b59;
}
p.category-tag.bgcolor-category-tech {
  background-color: #00a89d;
}
p.category-tag.bgcolor-category-gossip {
  background-color: #9744a6;
}
p.category-tag.bgcolor-category-experts {
  background-color: #073360;
}
p.category-tag.bgcolor-category-energy {
  background-color: #bb822c;
}
section.widget {
  width: 100%;
}
section.widget h2.widget-title {
  margin: 0;
  padding: 24px 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
section.widget ul, section.widget p {
  margin: 0;
  padding: 5px 0;
}
section.widget ul {
  padding: 20px 0;
}
section.widget ul li {
  list-style: none;
  padding: 5px 0;
}
section.widget ul li .text-bullet {
  float: left;
  color: #888;
  width: 60px;
}
section.widget ul li .text-bullet .month {
  text-transform: uppercase;
}
section.widget ul li .text-bullet .datenum {
  font-size: 26px;
  position: relative;
  top: -6px;
}
section.widget ul li .after-text-bullet {
  width: calc(100% - 60px);
  float: right;
}
section.widget ul li .text-bullet-sml {
  float: left;
  width: 40px;
}
section.widget ul li .text-bullet-sml span {
  color: #888;
  font-size: 22px;
  position: relative;
  top: -3px;
}
section.widget ul li .after-text-bullet-sml {
  width: calc(100% - 40px);
  float: right;
}
h2.widget-title {
  background-color: #FFFFFF;
}

section.widget.headerbg-resources h2.widget-title {
    margin: 0;
    padding: 24px 10px;
    text-align: left;
    text-transform: none;
    color: #fd7703;
	font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
	font-size: 23px;
}
section.widget.headerbg-experts h2.widget-title {
    margin: 0;
    padding: 24px 10px;
    text-align: left;
    text-transform: none;
    color: #073360;
	font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
	font-size: 23px;
	padding: 0px 0px 24px;
	    line-height: 30px;
}
section.widget.headerbg-health h2.widget-title {
    margin: 0;
    padding: 24px 10px;
    text-align: left;
    text-transform: none;
    color: #655ca9;
	font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
	font-size: 23px;
}
section.widget.headerbg-tech h2.widget-title {
    margin: 0;
    padding: 24px 10px;
    text-align: left;
    text-transform: none;
    color: #00a89d;
	font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
	font-size: 23px;
}
section.widget.headerbg-gossip h2.widget-title {
    margin: 0;
    padding: 24px 10px;
    text-align: left;
    text-transform: none;
    color: #9744a6;
	font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
	font-size: 23px;
}
section.widget.headerbg-columnists h2.widget-title {
  background-color: #ff4b59;
}
section.widget.headerbg-uncategorized h2.widget-title {
  background-color: #555;
}
section.widget.widget_subscribe_to_news h2.widget-title, div.mobile-subscribe-to-news h2.widget-title {
  background-color: #fff;
  color: #03273f;
  font-size: 15px;
  padding-bottom: 10px;
}
section.widget.widget_subscribe_to_news form, div.mobile-subscribe-to-news form {
  background-color: #fff;
  padding: 0;
  box-sizing: border-box;
}
section.widget.widget_subscribe_to_news form p, div.mobile-subscribe-to-news form p {
  width: 80%;
  margin: 0 auto;
  padding: 8px 0 0;
}
section.widget.widget_subscribe_to_news form p input, div.mobile-subscribe-to-news form p input {
  color: #03273f;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #03273f;
  width: 100%;
  padding: 4px 2px 5px;
  margin-bottom: 20px;
  font-size: 14px;
}
section.widget.widget_subscribe_to_news form p ::-webkit-input-placeholder, div.mobile-subscribe-to-news form p ::-webkit-input-placeholder {
  color: #80a7db;
}
section.widget.widget_subscribe_to_news form p :-moz-placeholder, div.mobile-subscribe-to-news form p :-moz-placeholder {
  color: #80a7db;
}
section.widget.widget_subscribe_to_news form p ::-moz-placeholder, div.mobile-subscribe-to-news form p ::-moz-placeholder {
  color: #80a7db;
}
section.widget.widget_subscribe_to_news form p :-ms-input-placeholder, div.mobile-subscribe-to-news form p :-ms-input-placeholder {
  color: #80a7db;
}
section.widget.widget_subscribe_to_news form button, div.mobile-subscribe-to-news form button {
  display: block;
  padding: 7px 10px;
  width: 100%;
  border: none;
  background-color: #16b335;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'CooperHewitt', 'Droid Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
}
section.widget.widget_subscribe_to_news p.sub-text, div.mobile-subscribe-to-news p.sub-text {
  font-size: 12px;
}
div.mobile-subscribe-to-news {
  margin-bottom: 22px;
  max-width: 420px;
  margin: 0 auto;
}
div.mobile-subscribe-to-news h2.widget-title {
  padding: 24px 10px 5px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.tagcloud a {
  font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
}
.author-with-pic {
  padding-bottom: 40px;
}
.author-with-pic .profile-pic {
  float: left;
}
.author-with-pic .author-title-and-name {
  float: left;
  width: calc(100% - 80px);
  box-sizing: border-box;
}
.author-title {
  margin-bottom: 0;
  color: #ff4b59;
}
.author-name {
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}
a.profile-pic {
  display: block;
  border-radius: 200px;
  overflow: hidden;
}
a.profile-pic:link, a.profile-pic:visited {
  background-color: #ff9aa1;
  transition: background-color 0.4s linear;
}
a.profile-pic:hover, a.profile-pic:active {
  background-color: #ffb9bd;
  transition: background-color 0.2s linear;
}
a.profile-pic img {
  width: 100%;
}
h2.button-line {
  text-align: center;
}
h2.button-line a {
  display: inline-block;
  padding: 10px 20px 5px;
  border-radius: 0px;
  border: 2px solid #888;
  text-transform: uppercase;
}
.googletag-container-vert, .googletag-container-landscape {
  text-align: center;
  overflow: hidden;
}
#footer-container {
  background-color: #03273f;
}
#footer-container .site-footer .footer-logo {
  position: relative;
}
#footer-container .site-footer .footer-logo a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
}
#footer-container .site-footer .footer-logo a img {
  display: block;
}
#footer-container .site-footer .footer-logo a:link, #footer-container .site-footer .footer-logo a:visited, #footer-container .site-footer .footer-logo a:active {
  transition: background-color 0.3s linear;
  background-color: #eb0011;
  color: #fff;
}
#footer-container .site-footer .footer-logo a:hover {
  background-color: #c6242f;
  transition: background-color 0.1s linear;
  color: #fff;
}
#footer-container .site-footer a, #footer-container .site-footer p {
  color: #fff;
}
#footer-container .site-footer #footer-widgets section.widget ul {
  padding: 0;
}
#footer-container .site-footer #footer-widgets section.widget ul li {
  padding: 0 0 3px;
}
#footer-container .site-footer #footer-widgets section.widget a {
  text-transform: uppercase;
}
#footer-container .site-footer #footer-widgets section.social-media .icon-wrapper a.icon {
  width: 35px;
  height: 35px;
  margin: 0 0 0 20px;
  display: block;
  float: left;
}
#footer-container .site-footer #footer-widgets section.social-media .icon-wrapper a.icon:first-child {
  margin-left: 0;
}
#footer-container .site-footer #footer-widgets section.social-media .icon-wrapper a.icon img {
  width: 100%;
}
@media (min-width: 1251px) {
  nav#site-navigation .menu-top-container ul li.exclude-on-desktop {
    display: none;
  }
}
@media (max-width: 1250px) {
  .menu-desktop-only-top-container {
    display: none;
  }
}
#top-banner {
  min-height: 250px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  #top-banner {
    min-height: 90px;
  }
}
.single-content-mobile-ad {
  margin-bottom: 12px;
}
section.widget_categorizedtagcloudwidget h2.widget-title {
  margin-bottom: 12px;
}
section.widget_categorizedtagcloudwidget span a {
  font-family: 'CooperHewitt', 'Droid Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
}
/*.special-report-meta-replace {
 font-weight: 900;
 color: $red;
 }*/
.entry-meta span.special-report-meta-replace {
  /*	font-weight: 900;
   color: #565656;*/
  font-size: 16px;
}
.dianomi {
  margin-bottom: 70px;
}
/* phone (incl. Galaxy Note) vert-orient */
@media (max-width: 450px) {
  .centered-container {
    width: 100%;
  }
  .centered-container-mobile {
    margin: 0 auto;
    width: 90%;
  }
  h1, .h1 {
    font-size: 28px;
    margin: 0 0 10px;
  }
  h1.smaller-caps {
    font-size: 22px;
  }
  h2, .h2 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  h3, .h3 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  h4, .h4 {
    font-size: 13px;
    margin: 0 0 6px;
  }
  .entry-meta span, .entry-footer span {
    font-size: 13px;
  }
  .nav-links {
    font-size: 13px;
  }
  p, .p, li, .li {
    font-size: 17px;
  }
  .sub-text, figcaption {
    font-size: 12px;
  }
  p, .p {
    margin: 6px 0 12px;
  }
  .section-med {
    margin-bottom: 14px;
  }
  .content-area {
    /* padding: 12px  34px; */
    padding: 12px 0;
  }
  .single .content-area {
	 padding: 12px 20px 34px;
  }
  header#masthead {
    background-color: #eb0011;
    padding: 14px 0;
    min-height: 65px;
  }
  header#masthead button.menu-toggle {
    color: #fff;
  }
  div.site-branding {
    width: 190px;
  }
  div.site-branding .site-title {
    left: 0;
  }
  div.site-branding .site-title a {
    width: 100%;
    padding: 4% 5%;
  }
  div.site-branding.smaller-logo {
    width: 160px;
    height: 20px;
  }
  div.site-branding.smaller-logo .site-title a {
    padding: 0;
  }
  h1.heading-beside-top-logo {
    clear: both;
    color: #fff;
    font-size: 17px;
  }
  nav#site-navigation .menu-top-container {
    clear: both;
  }
  nav#site-navigation .menu-top-container ul {
    padding-top: 19px;
  }
  nav#site-navigation .menu-top-container ul li {
    display: block;
    float: none;
    margin-left: 20px;
    font-weight: 700;
    font-size: 18px;
    padding: 4px 0;
  }
  nav#site-navigation .menu-top-container ul li a:link, nav#site-navigation .menu-top-container ul li a:visited, nav#site-navigation .menu-top-container ul li a:active, nav#site-navigation .menu-top-container ul li a:hover {
    color: #fff;
  }
  nav#site-navigation.opposite-small-logo {
    position: relative;
    top: -42px;
  }
  nav#site-navigation.opposite-small-logo-single {
    position: relative;
    top: -20px;
  }
  .featured-unit {
    background-color: #e9e0dd;
  }
  .featured-unit article h1.section-title {
    padding: 6px 3px;
  }
  .featured-unit article .site-main-width .post-thumbnail {
    width: 100%;
    top: 0;
    left: 0;
  }
  .featured-unit article .site-main-width .post-thumbnail .sub-text {
    display: none;
  }
  .featured-unit .featured-unit-title, .featured-unit .featured-unit-meta {
    clear: both;
  }
  .featured-unit .featured-unit-title .four-way-pad {
    box-shadow: 0px -8px 0 9px #fff, 0px -1px 0 9px #fff;
  }
  .featured-unit .featured-unit-title p.category-tag {
    top: -26px;
    left: 0px;
    font-size: 14px;
  }
  .featured-unit .featured-unit-meta {
    right: 0;
    padding-top: 5px;
  }
    .single-post .featured-unit .featured-unit-meta {
    right: 0;
    padding-top: 5px;
	margin-top: 0px;
  }
  .dark-bg p {
    color: #fff;
  }
  .dark-bg p a:link, .dark-bg p a:visited, .dark-bg p a:hover, .dark-bg p a:active {
    color: #fff;
  }
  .overhang-spacer {
    display: none;
  }
  .boxes.centered-container-mobile .newsletter-form {
    margin: 10px 0 25px !important;
    display: block;
    width: 100%;
  }
  p.category-tag {
    padding: 0px 5px 2px;
  }
  .desktop-only {
    display: none;
  }
  .section {
    padding-bottom: 20px;
  }
  #footer-container .site-footer .footer-logo {
    width: 260px;
    height: 50px;
  }
  #footer-container .site-footer .footer-logo a {
    padding: 4% 5%;
  }
  #footer-container .site-footer .site-info {
    padding: 10px 0 40px;
    max-width: 700px;
    margin: 0 auto;
  }
  #footer-container .site-footer #footer-widgets section.widget {
    width: 50%;
    float: left;
    padding-top: 20px;
  }
  #footer-container .site-footer #footer-widgets section.social-media {
    width: 100%;
    clear: both;
  }
  #footer-container .site-footer #footer-widgets section.social-media .icon-wrapper {
    margin: 0 auto;
    width: 270px;
  }
  #top-banner {
    margin: 5px 0 20px;
  }
}
/* nexus 7 vertical or phone landscape */
@media (min-width: 451px) and (max-width: 799px) {
  .centered-container {
    width: 100%;
  }
  .centered-container-mobile {
    margin: 0 auto;
    width: 90%;
  }
  h1, .h1 {
    font-size: 33px;
    margin: 0 0 10px;
  }
  h1.smaller-caps {
    font-size: 27px;
  }
  h2, .h2 {
    font-size: 23px;
    margin: 0 0 10px;
  }
  h3, .h3 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  h4, .h4 {
    font-size: 15px;
    margin: 0 0 6px;
  }
  .entry-meta span, .entry-footer span {
    font-size: 15px;
  }
  .nav-links {
    font-size: 15px;
  }
  p, .p, li, .li {
    font-size: 17px;
  }
  .sub-text, figcaption {
    font-size: 12px;
  }
  p, .p {
    margin: 8px 0 14px;
  }
  .section-med {
    margin-bottom: 14px;
  }
  .content-area {
    padding: 20px 20px 40px;
  }
  header#masthead {
    background-color: #eb0011;
    padding: 14px 0;
    min-height: 65px;
  }
  header#masthead button.menu-toggle {
    color: #fff;
  }
  div.site-branding {
    width: 190px;
  }
  div.site-branding .site-title {
    left: 0;
  }
  div.site-branding .site-title a {
    width: 100%;
    padding: 4% 5%;
  }
  div.site-branding.smaller-logo {
    width: 160px;
    height: 20px;
  }
  div.site-branding.smaller-logo .site-title a {
    padding: 0;
  }
  h1.heading-beside-top-logo {
    clear: both;
    color: #fff;
    font-size: 18px;
  }
  nav#site-navigation .menu-top-container {
    clear: both;
  }
  nav#site-navigation .menu-top-container ul {
    padding-top: 19px;
  }
  nav#site-navigation .menu-top-container ul li {
    display: block;
    float: none;
    margin-left: 20px;
    font-weight: 700;
    font-size: 18px;
    padding: 4px 0;
  }
  nav#site-navigation .menu-top-container ul li a:link, nav#site-navigation .menu-top-container ul li a:visited, nav#site-navigation .menu-top-container ul li a:active, nav#site-navigation .menu-top-container ul li a:hover {
    color: #fff;
  }
  nav#site-navigation.opposite-small-logo {
    position: relative;
    top: -42px;
  }
  nav#site-navigation.opposite-small-logo-single {
    position: relative;
    top: -20px;
  }
  .featured-unit {
    background-color: #e9e0dd;
  }
  .featured-unit article h1.section-title {
    padding: 6px 3px;
  }
  .featured-unit article .site-main-width .post-thumbnail {
    width: 100%;
    top: 0;
    left: 0;
  }
  .featured-unit article .site-main-width .post-thumbnail .sub-text {
    display: none;
  }
  .featured-unit .featured-unit-title, .featured-unit .featured-unit-meta {
    clear: both;
  }
  .featured-unit .featured-unit-title .four-way-pad {
    box-shadow: 0px -10px 0 11px #fff, 0px -1px 0 11px #fff;
  }
  .featured-unit .featured-unit-title p.category-tag {
    top: -25px;
    left: 0px;
  }
  .featured-unit .featured-unit-meta {
    right: 0;
    padding-top: 8px;
  }
  .dark-bg p {
    /*color: #fff;&
  }
  .dark-bg p a:link, .dark-bg p a:visited, .dark-bg p a:hover, .dark-bg p a:active {
    /*color: #fff;*/
  }
  .overhang-spacer {
    display: none;
  }
  .boxes article, .boxes .article-margins {
    margin: 15px 0 30px;
  }
  .boxes article {
    width: 100%;
    padding: 0 0 12px;
  }
  .boxes article div.img-crop {
    width: 100%;
    overflow: hidden;
    height: 80px;
    /* js will change this to be width*10/17 */
  }
  .boxes article div.img-crop img {
    width: 100%;
    height: auto;
  }
  .boxes article header {
    position: relative;
  }
  .boxes article header p.category-tag {
    top: -16px;
    left: 11px;
  }
  .boxes article header h2 {
    margin: 0;
    padding: 14px 9px 8px 11px;
  }
  .boxes article header p.entry-meta {
    margin: 0;
    padding-left: 11px;
  }
  .boxes.centered-container-mobile .newsletter-form {
    margin: 15px 0 30px !important;
    display: block;
    width: 100%;
  }
  p.category-tag {
    padding: 1px 6px 3px;
  }
  .desktop-only {
    display: none;
  }
  .section {
    padding-bottom: 25px;
  }
  #footer-container .site-footer .footer-logo {
    width: 260px;
    height: 50px;
  }
  #footer-container .site-footer .footer-logo a {
    padding: 4% 5%;
  }
  #footer-container .site-footer .site-info {
    padding: 10px 0 40px;
    max-width: 700px;
    margin: 0 auto;
  }
  #footer-container .site-footer #footer-widgets section.widget {
    width: 50%;
    float: left;
    padding-top: 15px;
  }
  #footer-container .site-footer #footer-widgets section.social-media {
    width: 100%;
    clear: both;
  }
  #footer-container .site-footer #footer-widgets section.social-media .icon-wrapper {
    margin: 0 auto;
    width: 270px;
  }
  #top-banner {
    margin: 5px 0 20px;
  }
}
/* tablet (incl. iPad mini) vert */
@media (min-width: 800px) and (max-width: 1100px) {
  .centered-container-mobile {
    width: 100%;
  }
  .centered-container {
    margin: 0 auto;
    width: 85%;
  }
  h1, .h1 {
    font-size: 36px;
    margin: 0 0 10px;
  }
  h1.smaller-caps {
    font-size: 31px;
  }
  h2, .h2 {
    font-size: 21px;
    margin: 0 0 8px;
  }
  h3, .h3 {
    font-size: 15px;
    margin: 0 0 18px;
  }
  h4, .h4 {
    font-size: 14px;
    margin: 0 0 6px;
  }
  .entry-meta span, .entry-footer span {
    font-size: 14px;
  }
  .nav-links {
    font-size: 14px;
  }
  p, .p, li, .li {
    font-size: 18px;
  }
  .sub-text, figcaption {
    font-size: 13px;
  }
  p, .p {
    margin: 9px 0 14px;
  }
  .section-med {
    margin-bottom: 18px;
  }
  .site-branding {
    height: 66px;
  }
  .content-area, .site-main-width {
    width: calc(100% - 340px);
    float: left;
  }
  .site-content .widget-area, .widget-area-width {
    float: right;
    width: 300px;
  }
  header#masthead {
    background-color: #e9e0dd;
  }
  header#masthead button.menu-toggle {
    top: 8px;
  }
  header#masthead.color-white button.menu-toggle {
    color: #fff;
  }
  div.site-branding {
    width: 397px;
  }
  div.site-branding.smaller-logo {
    width: 260px;
  }
  div.site-branding .site-title {
    left: -15px;
  }
  div.site-branding .site-title a {
    width: 100%;
    padding: 4% 5%;
  }
  div.site-branding .site-title a:link, div.site-branding .site-title a:visited, div.site-branding .site-title a:active {
    background-color: #eb0011;
  }
  div.site-branding .site-title a:hover {
    background-color: #c6242f;
  }
  h1.heading-beside-top-logo {
    color: #333;
    font-weight: 400;
    font-size: 21px;
    padding: 0;
    clear: both;
    position: absolute;
    top: 52px;
    left: -17px;
  }
  nav#site-navigation {
    width: calc(100% - 440px);
    float: right;
  }
  nav#site-navigation .menu-top-container {
    clear: both;
  }
  nav#site-navigation .menu-top-container ul {
    padding-top: 19px;
  }
  nav#site-navigation .menu-top-container ul li {
    display: block;
    float: none;
    margin-left: 20px;
    font-weight: 700;
    font-size: 18px;
    padding: 4px 0;
  }
  .featured-unit {
    background-color: #e9e0dd;
  }
  .featured-unit article {
    padding-bottom: 140px;
  }
  .featured-unit article h1.section-title {
    padding-top: 14px;
  }
  .featured-unit article .site-main-width .post-thumbnail {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .featured-unit .featured-unit-title, .featured-unit .featured-unit-meta {
    top: 36px;
  }
  .featured-unit .featured-unit-title {
    position: relative;
    float: right;
    left: 15px;
    width: calc(5% + 340px);
  }
  .featured-unit .featured-unit-title .four-way-pad {
    box-shadow: 0px -12px 0 14px #fff, 0px -1px 0 14px #fff;
  }
  .featured-unit .featured-unit-title p.category-tag {
    bottom: -30px;
    left: 0px;
    font-size: 15px;
  }
  .featured-unit .featured-unit-meta {
    right: 0;
    padding-top: 15px;
  }
  .boxes article {
    width: 100%;
    margin: 15px 0 30px;
    padding: 0 0 12px;
  }
  .boxes article div.img-crop {
    width: 100%;
    overflow: hidden;
    height: 80px;
    /* js will change this to be width*10/17 */
  }
  .boxes article div.img-crop img {
    width: 100%;
    height: auto;
  }
  .boxes article header {
    position: relative;
  }
  .boxes article header p.category-tag {
    top: -16px;
    left: 11px;
  }
  .boxes article header h2 {
    margin: 0;
    padding: 14px 9px 8px 11px;
  }
  .boxes article header p.entry-meta {
    margin: 0;
    padding-left: 11px;
  }
  p.category-tag {
    padding: 2px 7px 4px;
  }
  .mobile-only {
    display: none;
  }
  #mobiletop, #mobilemid {
    /* google tag */
    display: none;
  }
  .section {
    padding-bottom: 40px;
  }
  .googletag-container-vert {
    padding-bottom: 25px;
  }
  .googletag-container-landscape {
    padding-top: 55px;
    clear: both;
  }
  #footer-container .site-footer .footer-logo {
    width: 260px;
    height: 100px;
  }
  #footer-container .site-footer .footer-logo a {
    padding: 4% 5%;
  }
  #footer-container .site-footer .site-info {
    padding: 10px 0 40px;
    max-width: 700px;
    margin: 0 auto;
  }
  #footer-container .site-footer #footer-widgets section {
    width: 33%;
    float: left;
  }
  #footer-container .site-footer #footer-widgets section.social-media .icon-wrapper {
    float: right;
  }
  #top-banner {
    margin: 19px 0 24px;
  }
}
@media (min-width: 1101px) {
  .centered-container-mobile {
    width: 100%;
  }
  .centered-container {
    margin: 0 auto;
    width: 80%;
    max-width: 1400px;
  }
  h1, .h1 {
    font-size: 46px;
    margin: 0 0 12px;
  }
  h1.smaller-caps {
    font-size: 33px;
  }
  h2, .h2 {
    font-size: 23px;
    margin: 0 0 10px;
  }
  h3, .h3 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  h4, .h4 {
    font-size: 15px;
    margin: 0 0 8px;
  }
  .entry-meta span, .entry-footer span {
    font-size: 15px;
  }
  .nav-links {
    font-size: 15px;
  }
  p, .p, li, .li {
    font-size: 19px;
  }
  .sub-text, figcaption {
    font-size: 14px;
  }
  p, .p {
    margin: 10px 0 14px;
  }
  .section-med {
    margin-bottom: 20px;
  }
  .site-branding {
    height: 66px;
  }
  .content-area, .site-main-width {
    width: calc(100% - 340px);
    float: left;
  }
  .site-content .widget-area, .widget-area-width {
    float: right;
    width: 300px;
  }
  body.single .site-content .widget-area {
    margin-top: 180px;
  }
  header#masthead {
    background-color: #e9e0dd;
  }
  header#masthead button.menu-toggle {
    top: 11px;
  }
  header#masthead.color-white button.menu-toggle {
    color: #fff;
  }
  div.site-branding {
    width: 397px;
  }
  div.site-branding.smaller-logo {
    width: 260px;
  }
  div.site-branding .site-title {
    left: -18px;
  }
  div.site-branding .site-title a {
    width: 100%;
    padding: 4% 5%;
  }
  div.site-branding .site-title a:link, div.site-branding .site-title a:visited, div.site-branding .site-title a:active {
    background-color: #eb0011;
  }
  div.site-branding .site-title a:hover {
    background-color: #c6242f;
  }
  h1.heading-beside-top-logo {
    color: #333;
    font-weight: 400;
    font-size: 22px;
    padding: 0;
    clear: both;
    position: absolute;
    top: 52px;
    left: -19px;
  }
  .menu-desktop-only-top-container {
    width: 100%;
    position: absolute;
    z-index: -10;
  }
  .menu-desktop-only-top-container ul {
    float: right;
    position: relative;
    right: 50px;
  }
  .menu-desktop-only-top-container ul li {
    font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
    text-transform: uppercase;
    display: inline-block;
    float: none;
    margin-left: 20px;
    font-weight: 700;
    font-size: 18px;
  }
  nav#site-navigation {
    width: calc(100% - 480px);
    float: right;
  }
  nav#site-navigation .menu-top-container {
    clear: both;
  }
  nav#site-navigation .menu-top-container ul {
    padding-top: 19px;
  }
  nav#site-navigation .menu-top-container ul li {
    display: block;
    float: none;
    margin-left: 20px;
    font-weight: 700;
    font-size: 18px;
    padding: 4px 0;
  }
  .featured-unit {
    background-color: #e9e0dd;
  }
  .featured-unit article {
    padding-bottom: 220px;
  }
  body.single .featured-unit article {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .featured-unit article h1.section-title {
    padding-top: 14px;
  }
  .featured-unit article .site-main-width .post-thumbnail {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .featured-unit .featured-unit-title, .featured-unit .featured-unit-meta {
    top: 36px;
  }
  .featured-unit .featured-unit-title {
    position: relative;
    left: 20px;
    float: right;
    width: 45%;
  }
  .featured-unit .featured-unit-title .four-way-pad {
    box-shadow: 0px -18px 0 16px #fff, 0px 1px 0 16px #fff;
  }
  .featured-unit .featured-unit-title p.category-tag {
    bottom: -30px;
    left: 0px;
    font-size: 16px;
  }
  .featured-unit .featured-unit-meta {
    right: 0;
    padding-top: 15px;
  }
  .boxes {
    width: calc(100% + 40px);
  }
  .boxes article {
    float: left;
    width: calc(50% - 40px);
    margin: 0 40px 30px 0;
    padding: 0 0 15px;
  }
  .boxes article div.img-crop {
    width: 100%;
    overflow: hidden;
    height: 80px;
    /* js will change this to be width*10/17 */
  }
  .boxes article div.img-crop img {
    width: 100%;
    height: auto;
  }
  .boxes article header {
    position: relative;
  }
  .boxes article header p.category-tag {
    top: -16px;
    left: 11px;
  }
  .boxes article header h2 {
    margin: 0;
    padding: 18px 9px 4px 11px;
  }
  .boxes article header p.entry-meta {
    margin: 0;
    padding-left: 11px;
  }
  p.category-tag {
    padding: 2px 7px 4px;
  }
  .mobile-only {
    display: none;
  }
  #mobiletop, #mobilemid {
    /* google tag */
    display: none;
  }
  .section {
    padding-bottom: 50px;
  }
  .googletag-container-vert {
    padding-bottom: 25px;
  }
  .googletag-container-landscape {
    padding-top: 55px;
    clear: both;
  }
  #footer-container .site-footer .footer-logo {
    width: 260px;
    height: 100px;
  }
  #footer-container .site-footer .footer-logo a {
    padding: 4% 5%;
  }
  #footer-container .site-footer .site-info {
    padding: 10px 0 40px;
    max-width: 700px;
    margin: 0 auto;
  }
  #footer-container .site-footer #footer-widgets section {
    width: 33%;
    float: left;
  }
  #footer-container .site-footer #footer-widgets section.social-media .icon-wrapper {
    float: right;
  }
  #top-banner {
    margin: 22px 0 28px;
  }
}
@media (min-width: 1400px) {
  /* three col layout (e.g. articles on category page) */
  .boxes.boxes-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch; /* force full height for articles */
    width: calc(100% + 20px);
  }
  .boxes.boxes-3 > article {
    flex: 0 0 calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    float: none;
  }
  .boxes.boxes-3:before,
  .boxes.boxes-3:after {
    content: none; /* remove clearfix, as it breaks the layout in safari (mc April 2020) */
  }
  .boxes.boxes-3 > article {
    height: auto !important;
  }
  .boxes.boxes-3 > article:nth-child(3n + 4) {
    clear: left;
  }
  .boxes.boxes-3 > article .post-thumbnail {
    height: auto;
  }
}
.columnist-banner {
  background-color: #ffe8e8;
  width: 100%;
}
.columnist-banner .centered-container h1.smaller-caps {
  font-family: 'CooperHewitt', 'Droid Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
  color: #ff4b59;
  margin-bottom: 0;
}
.columnist-banner .centered-container .columnist-array .author-title-and-name {
  width: calc(100% / 6);
  float: left;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.4;
}
.columnist-banner .centered-container .columnist-array-heading {
  margin: 0 0 1em 0;
  font-size: 33px;
  text-transform: uppercase;
  text-align: center;
  color: #ff4b59;
}
/*                              PHONE */
@media (max-width: 450px) {
  .columnist-banner .centered-container {
    padding: 25px 0 30px;
  }
  .columnist-banner .centered-container .left-column .author-with-pic {
    padding-bottom: 0;
  }
  .columnist-banner .centered-container .left-column .author-with-pic a.profile-pic {
    width: 70px;
    height: 70px;
  }
  .columnist-banner .centered-container .left-column .author-with-pic .author-title-and-name {
    padding: 10px 0 0 18px;
  }
  .columnist-banner .centered-container .only-phone {
    border-top: 3px solid #ffb9bd;
    padding: 20px 0 0;
  }
  .columnist-banner .centered-container .only-phone .author-pic-title-and-name-phone {
    float: left;
    width: 50%;
    padding: 10px 0 15px;
  }
  .columnist-banner .centered-container .only-phone .author-pic-title-and-name-phone .profile-pic {
    width: 75px;
    height: 75px;
    margin: 0 auto 10px;
  }
  .columnist-banner .centered-container .only-phone .author-pic-title-and-name-phone h3 {
    text-align: center;
    margin: 0;
    line-height: 1.4;
  }
}
/*                              TABLET */
@media (min-width: 451px) and (max-width: 999px) {
  .columnist-banner .centered-container {
    padding: 35px 0 0;
  }
  .columnist-banner .centered-container .left-column .author-with-pic a.profile-pic {
    width: 70px;
    height: 70px;
  }
  .columnist-banner .centered-container .left-column .author-with-pic .author-title-and-name {
    padding: 9px 0 0 18px;
  }
  .columnist-banner .centered-container .columnist-array .author-title-and-name {
    padding: 0 5px 15px;
  }
  .columnist-banner .centered-container .columnist-array img.row-of-heads {
    display: block;
    width: 100%;
  }
}
@media (max-width: 999px) { /* hide columnist on mobile */
  .columnist-banner .centered-container .columnist-array,
  .columnist-banner .title-toggle-left,
  .columnist-banner .title-toggle-right {
    display: none;
  }
}
/*                              DESKTOP */
@media (min-width: 1000px) {
  .columnist-banner .centered-container {
    padding: 60px 0 0 0;
  }
  .columnist-banner .centered-container .left-column .author-with-pic a.profile-pic {
    width: 80px;
    height: 80px;
  }
  .columnist-banner .centered-container .left-column .author-with-pic .author-title-and-name {
    padding: 15px 0 0 18px;
  }
  .columnist-banner .centered-container .right-column .title-toggle-right {
    position: relative;
    top: 56px;
  }
  .columnist-banner .centered-container .columnist-array {
    position: relative;
    width: 100%;
    max-width: 804px;
    height: 330px;
    margin: 0 auto;
  }
  .columnist-banner .centered-container .columnist-array .author-title-and-name {
    padding: 0 10px;
  }
  .columnist-banner .centered-container .columnist-array img.row-of-heads {
    position: absolute;
    bottom: 0;
    right: -25px;
    width: 804px;
  }
  .columnist-banner .centered-container .columnist-array .only-phone {
    display: none;
  }
}

@media (min-width: 1000px) and (max-width: 1599px) {

  .columnist-banner .centered-container .left-column .author-with-pic {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1600px) {
  .columnist-banner .centered-container {
    padding: 60px 0 20px 0;
  }
  .columnist-banner .centered-container .left-column {
    float: left;
    width: calc(100% - 770px);
    min-height: 312px;
  }
  .columnist-banner .centered-container .columnist-array {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 760px;
    margin: 0 auto;
  }
  .columnist-banner .centered-container .columnist-array img.row-of-heads {
    right: -36px;
    max-width: 804px;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  
  .columnist-banner .centered-container .left-column {
    padding-right: 1rem;
  }
}

/* widget subscribe to news */
section.cl-widget-subscribe.widget.widget_subscribe_to_news::after{content: ''; display: table; clear: both;}
section.cl-widget-subscribe.widget.widget_subscribe_to_news .widget-title{background-color: #014eb6; margin-bottom:0 !important; color: #fff;}
section.cl-widget-subscribe.widget.widget_subscribe_to_news form{background-color: #014eb6;}
section.cl-widget-subscribe.widget.widget_subscribe_to_news .col{width: 80%; margin:0 auto;}
section.cl-widget-subscribe.widget.widget_subscribe_to_news .col.full{width: 100%;}
section.cl-widget-subscribe.widget.widget_subscribe_to_news .col p{width: 100% !important;}
section.cl-widget-subscribe.widget.widget_subscribe_to_news .col input{color: #ffffff;     font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif; background-color: transparent; border: none; border-bottom: 1px solid #008ae6; width: 100%; padding: 4px 2px 5px; margin-bottom: 20px; font-size: 14px;}
section.cl-widget-subscribe.widget.widget_subscribe_to_news .col input::-webkit-input-placeholder {color: #fff; opacity: 0.6; }
section.cl-widget-subscribe.widget.widget_subscribe_to_news .col input::-moz-placeholder {color: #fff; opacity: 0.6; }
section.cl-widget-subscribe.widget.widget_subscribe_to_news .col input:-ms-input-placeholder {color: #fff; opacity: 0.6; }
section.cl-widget-subscribe.widget.widget_subscribe_to_news .col input:-moz-placeholder {color: #fff; opacity: 0.6; }
section.cl-widget-subscribe.widget.widget_subscribe_to_news .col input[type="submit"]{display: block; padding: 7px 10px; width: 100%; border: none; background-color: #16b335; font-size: 18px; text-transform: uppercase; color: #fff; margin-bottom:0; font-family: 'CooperHewitt', 'Droid Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif; }
section.cl-widget-subscribe.widget.widget_subscribe_to_news .col input:focus{outline: none}

section.cl-widget-subscribe.widget.widget_subscribe_to_news + article{clear: both;}

@media (max-width: 1110px){
  .widget-area.centered-container-mobile .mobile-only{display: none;}

}

.page-template-default .featured-unit{padding-top:60px;}
@media (max-width: 1110px){
	.page-template-default .featured-unit{padding-top:60px;}
}

.boxes section.cl-widget-subscribe{display:none;}

@media (max-width:1100px){
  .boxes article{clear: both;}
}


.newsletter-form.newsletter-form--popup {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 320px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: .3s;
}
.newsletter-form.newsletter-form--popup.newsletter-form--visible {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.newsletter-form.newsletter-form--popup .newsletter-form__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    pointer-events: none;
}
.newsletter-form.newsletter-form--popup .newsletter-form__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform-origin: 50% -10%;
    transform: perspective(1000px) rotateX(-10deg) scale(.9);
    transition-property: opacity, visibility, transform;
    transition-duration: .3s;
    transition-timing-function: ease-in;
}
.newsletter-form.newsletter-form--popup.newsletter-form--visible .newsletter-form__wrap {
    opacity: 1;
    visibility: visible;
    transform: perspective(1000px) rotateX(0deg);
    transition-delay: .2s;
    transition-timing-function: ease-out;
}
.newsletter-form.newsletter-form--popup .newsletter-form__box {
    padding: 130px 15px 15px;
    width: 320px;
    margin: 0 auto;
    position: relative;
}
.newsletter-form__close {
    display: none;
}
.newsletter-form.newsletter-form--popup .newsletter-form__close {
    display: block;
    position: absolute;
    right: 15px;
    top: 130px;
    width: 50px;
    height: 50px;
    background: none;
    border: 0;
    z-index: 2;
    color: #fff !important;
    font-size: 30px;
    padding: 0;
    outline: none;
    cursor: pointer;
}
.newsletter-form__close::after {
    content: '\2715';
}
.newsletter-form__main {
    background: #d50b16;
    position: relative;
}
.newsletter-form__main::before,
.newsletter-form__form::before {
    background: url('../graphic/newsletter-meerkat.jpg') no-repeat 50% 100%;
    background-size: 100% auto;
    background-position: center 40%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: none;
}
.newsletter-form__form::before {
    top: 0;
    display: block;
    opacity: .6;
}
.newsletter-form--isSidebar .newsletter-form__form::before {
  background-position: 50% 70%;
}
.newsletter-form__head {
  padding: 30px 30px 20px;
  position: relative;
  z-index: 1;
}
.newsletter-form.newsletter-form--popup .newsletter-form__head {
  padding-right: 70px;
}
.newsletter-form--isAfterContent .newsletter-form__head {
  padding-left: 20px;
}
.newsletter-form__head h2 {
  color: #fff;
  font: 33px/1.1em CooperHewittSemi, sans-serif;
  margin: 0;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.newsletter-form__head p {
  font: 17.5px/1.15em 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.newsletter-form.newsletter-form--isSidebar .newsletter-form__head p,
.newsletter-form.newsletter-form--isInArticle .newsletter-form__head p,
body.home .boxes .newsletter-form .newsletter-form__head p {
  color: white !important;
}
.unsubscribe-form {
  color: #fff !important;
  font: 11.8px/1.15em 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 15px !important;
}
.newsletter-form__head p a,
.newsletter-form__foot p a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    font-weight: inherit;
}
.newsletter-form__head p a:hover,
.newsletter-form__foot p a:hover {
    text-decoration: none;
}
.newsletter-form__form {
    padding: 0 30px 30px 30px;
}
.newsletter-form__head h2,
.newsletter-form__form .wpcf7 {
    margin-left: auto;
    margin-right: auto;
}

/* .newsletter-form__form .wpcf7 {
    position: relative;
}
.newsletter-form__form .wpcf7-form {
    display: block;
}
.newsletter-form__form .wpcf7-form-control-wrap {
    float: none;
}
.newsletter-form.newsletter-form--popup .newsletter-form__form .wpcf7 {
    max-width: 320px;
}
.newsletter-form__form .wpcf7-text {
    height: 40px;
    width: 100%;
        background: #fff;
    padding: 12px 8px;
    font: 14px/1em 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
    display: block;
    margin-bottom: 15px;
    color: #222;
    transition: border-color .3s ease-in-out;
}
.newsletter-form__form .wpcf7-text:focus {
    border-color: #333;
}
.newsletter-form__form .wpcf7-text::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}
.newsletter-form__form .wpcf7-text::-moz-placeholder {
    color: #333;
    opacity: 1;
}
.newsletter-form__form .wpcf7-text:-moz-placeholder {
    color: #333;
    opacity: 1;
}
.newsletter-form__form .wpcf7-text:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}
.newsletter-form__form .wpcf7-text:placeholder-shown {
    color: #333;
    opacity: 1;
}
.newsletter-form__form .wpcf7-text::placeholder {
    color: #333;
    opacity: 1;
}
.newsletter-form__form .wpcf7-not-valid-tip {
    display: none;
}
.newsletter-form__form .wpcf7-submit {
    height: 50px;
    display: block;
    clear: both;
    width: 100%;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    font: 16.5px/1em 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #035ad0;
    transition: background-color .3s ease-in-out;
	border: 2px solid #FFFFFF;
}
.newsletter-form__form .wpcf7-submit::after {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 24px;
    margin: -1px 0 1px 5px;
    background: url(../menu/icon-news-white.png) no-repeat 50% 50%;
    background-size: cover;
    content: '';
}
.newsletter-form__form .wpcf7-response-output {
    padding: 15px !important;
    color: #fff;
    position: static;
    width: auto;
    font: 700 13px/1.2em CooperHewittSemi, sans-serif !important;
    margin-top: 20px !important;
    background-color: #e8626b !important;
}
.newsletter-form__form .wpcf7-mail-sent-ok {
    background-color: #1a96e9 !important;
}
.newsletter-form__form .wpcf7-response-output:empty {
    margin: 0 !important;
}
.newsletter-form__form .wpcf7-response-output.wpcf7-display-none:empty {
    display: none !important;
}
.newsletter-form__form .wpcf7-submit:hover {
    background: #0c6ae9;
}
.newsletter-form__form .wpcf7-submit:active {
    background: #00978d;
}
.newsletter-form__form .wpcf7-hidden {
    display: none !important;
} */


/* gravity forms ~ newsletter signup */

body .gform_wrapper {
	position: relative;
	margin: 0;
}

.gform_wrapper label.gfield_label {
	
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="phone"] {
	border: 1px solid hsl(0, 0%, 96%);
	width: 100% !important;
  height: 40px;
  margin: 0 !important;
  padding: 8px 12px !important;
  font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif  !important;
  font-size: 14px !important;
  line-height: 1;
  background: none white;
  color: #333;
}

body .gform_wrapper .gform_fields > .gfield div.ginput_container {
  margin: 16px 0 0 0;
}

.gform_wrapper .gform_button[type="submit"] {
    display: block;
    clear: both;
    width: 100% !important;
    color: #fff;
    padding: 10px 20px;
    font: 16.5px/1em 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #035ad0;
    transition: background-color .3s ease-in-out;
    border: 2px solid #FFFFFF;
}

.gform_wrapper .gform_fields > .gfield {
	margin: 0;
	padding: 0;
}

.gform_wrapper .gform_fields > .gfield.gfield_html {
  margin: 2px 0 0 0;
  font: 11.8px/1.15em 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #fff;
}

.gform_warpper .gform_fields .hidden_label {
  display: none;
}

.gform_wrapper form .gform_footer {
	padding: 0;
	margin: 20px 0 0;
}

#gform_1 .gform_footer {
  margin: 0;
  padding: 0;
}

.gf_browser_ie.gform_wrapper.gravity-theme form .gform_fields .gfield { /* reset random IE styles */
  border-width: 0;
}

/* article page: after content on desktop */
main.site-main .share-beneath-content .gform_wrapper ul.gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -16px !important;
}

main.site-main .share-beneath-content .gform_wrapper ul.gform_fields > li.gfield {
  flex: 1 1 auto;
}

main.site-main .share-beneath-content  .gform_wrapper .gform_fields > .gfield.gfield_html {
	flex: 0 0 100%;
	text-align: right;
}

main.site-main .share-beneath-content .gform_wrapper .gform_footer {
  margin-top: 16px;
}

main.site-main .share-beneath-content .gform_wrapper input[type="text"], 
main.site-main .share-beneath-content .gform_wrapper input[type="email"], 
main.site-main .share-beneath-content .gform_wrapper input[type="phone"],
main.site-main .share-beneath-content .gform_wrapper input[type=submit] {
  height: 50px;
}

/* hide after-form-helper-text when form is submitted (article page, after content newsletter form) */ 
main.site-main .share-beneath-content .gform_confirmation_wrapper ~ .after-gf-form-helper-text {
  display: none;
}

main.site-main .gform_wrapper ul.gform_fields > li.gfield.gform_validation_container {
  display: none;
}

.widget-area .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.gform_confirmation_wrapper {
  position: relative;
  margin: 1rem 0;
  font: 17.5px/1.15em 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: white;
}

.newsletter-form .newsletter-form__main .after-gf-form-helper-text {
  position: relative;
  font-size: 14px;
  color: white;
}

.gform_wrapper form div.validation_error {
  border: 0 none;
  padding: 0;
  color: white;
}

.gform_wrapper form .gfield_description.validation_message {
  border: 0 none;
  margin: 8px 0 0 0;
  padding: 0;
  text-align: center;
  color: white;
}

@media only screen and (min-width: 641px) {
  /* override default gf styling for validation error */
  .gform_wrapper.gform_validation_error form .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    background: transparent;
    border: 0 none;
  }
}


/* gravity form - newsletter signup - sidebar */

#gform_wrapper_1 .gform_fields > .gfield:first-child div.ginput_container {
  margin-top: 0;
}


/* gravity form - newsletter signup - after content */

#gform_wrapper_2 > form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

#gform_wrapper_2 > form .gform_body {
	flex: 0 0 calc(100% - 160px);
  padding-top: 20px;
}

#gform_wrapper_2 > form .gform_footer {
	flex: 0 0 160px;
}

#gform_wrapper_2 > form #gform_fields_2 {
  display: flex;
  flex-direction: row;
	flex-wrap: nowrap;
  grid-column-gap: 0;
}

#gform_wrapper_2 > form #gform_fields_2 > .gfield {
  width: 46%;
  flex: 0 0 46%;
  padding-left: 10px;
}

#gform_wrapper_2 > form #gform_fields_2 #field_2_3 {
  display: none; /* hide hidden field -.- */
}

#gform_wrapper_2 > form .gfield_validation_message  {
  background-color: transparent;
  color: #eb0010 !important;
}


/* gravity form - newsletter signup - in article mobile */

#gform_wrapper_6 .gform_footer {
  margin: 0;
  padding: 0;
}

.newsletter-form.newsletter-form--isInArticle {
  margin: 16px 0;
}


.newsletter-form__foot p {
    text-align: center;
    font: 12px/1.1 'CooperHewitt', 'Lato', sans-serif;
    padding: 15px 0 0 !important;
    margin: 0 !important;
}
.newsletter-form__foot p,
.newsletter-form__foot p a {
    color: #03196D !important;
}
.newsletter-form.newsletter-form--popup .newsletter-form__foot p,
.newsletter-form.newsletter-form--popup .newsletter-form__foot p a {
    color: #fff !important;
}

/* error style for invalid inputs in newsletter form */
#page .newsletter-form__form .gfield_validation_message {
  background-color: transparent;
  color: white;
}

/* hide heading in newsletter signup form in sidebar */
.widget.widget_newsletter_form .newsletter-form .newsletter-form__head h2 {
  display: none;
} 

.widget.widget_newsletter_form .gform_wrapper .gform_fields > .gfield div.ginput_container {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .single .category-cryptocurrency .entry-date, 
  .single .category-cryptocurrency .entry-meta, 
  .single .category-cryptocurrency .updated, 
  .single .category-cryptocurrency .byline .author a {
    color: white;
  }
}

@media (max-width: 500px) {
  .newsletter-form.newsletter-form--popup .newsletter-form__box {
    width: 350px;
	}
  .newsletter-form__head h2 {
    font: 26px/1.1em CooperHewittSemi, sans-serif;
    margin-bottom: 20px;
	}
	.newsletter-form.newsletter-form--popup .newsletter-form__form h3 {
		color: #FFF;
		position: relative;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__form .unsubscribe-form {
		display: none;
	}
}
@media (min-width: 500px) and (max-width: 799px) {
  .newsletter-form:not(.newsletter-form--popup) .newsletter-form__form::before {
    background-position: 50% 40%;
  }
	.newsletter-form.newsletter-form--popup .newsletter-form__box {
    width: 450px;
	}
	.newsletter-form__head h2 {
    font: 26px/1.1em CooperHewittSemi, sans-serif;
    margin-bottom: 20px;
	}
	.newsletter-form.newsletter-form--popup .newsletter-form__form h3 {
		color: #FFF;
		position: relative;
		margin-left: 20px;
	}
	.newsletter-form.newsletter-form--popup .newsletter-form__form .unsubscribe-form {
		display: none;
	}
}
@media (max-width: 799px) { /* decrease newsletter form size on small screens */

  .newsletter-form .newsletter-form__head {
    padding: 16px 14px 0 14px;
  } 

  .newsletter-form .newsletter-form__head h2 {
    display: none;
  } 

  .newsletter-form .newsletter-form__head p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
  } 

  .newsletter-form .newsletter-form__head p > br,
  .newsletter-form .newsletter-form__head p + br {
    display: none;
  } 
 
  .newsletter-form .newsletter-form__head p.popup-disclaimer {
    margin: 0.5em 0;
    font-size: 14px;
  } 

  .newsletter-form .newsletter-form__form {
    padding: 10px 14px 14px 14px;
  }

  .newsletter-form .gform_wrapper .gform_fields {
    grid-row-gap: 0 !important;
  }

  .newsletter-form .gform_wrapper .gform_fields > .gfield .ginput_container {
    margin: 4px 0 !important;
  }

  .newsletter-form .gform_wrapper .gform_fields > .gfield_html {
    margin: 1.4em 0;
    font-size: 12px;
  }

  .newsletter-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    padding-top: 4px;
    padding-bottom: 4px;
    height: auto;
    line-height: 1 !important;
  }

  .newsletter-form .gform_wrapper .gform_footer  {
    margin: 0 !important;
  }

  .newsletter-form .gform_wrapper .gform_footer .button[type="submit"] {
    margin: 0;
    border-color: transparent;
    padding: 16px 10px !important;
    font-size: 14px;
    line-height: 1 !important;
  }

  .newsletter-form .gform_wrapper .gform_footer img.gform_ajax_spinner {
    position: absolute;
    margin: 8px 10px;
  }
  
  .newsletter-form .newsletter-form__foot p {
    padding: 12px 0 4px 0 !important;
  }

  .newsletter-form .gform_wrapper .gform_confirmation_message {
    margin: 1em 0 0 0;
    font-size: 14px;
    font-weight: bold;
  }
  
  .newsletter-form:not(.newsletter-form--popup) .newsletter-form__form::before {
    background-position: center 20%;
  }
}
@media (min-width: 800px) {
  .boxes.centered-container-mobile .newsletter-form,
  .widget_newsletter_form.mobile-only {
      display: none !important;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__close {
      right: 35px;
      top: 35px;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__box {
      padding: 100px 0px 15px;
      width: 100%;
      max-width: 1160px;
      padding-top: 15px;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__main {
      display: flex;
      align-items: center;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__main::before {
      opacity: .8;
      display: block;
      top: 0px;
      left: 0px;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__head {
      padding: 100px 20px 100px 60px;
      width: 330px;
      position: relative;
  }
  .newsletter-form__head h2 {
      max-width: none;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__head h2 {
      font-size: 40px;
      margin-bottom: 35px;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__head p {
      display: block;
      color: #fff;
      font: 17.5px/1.15em 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
      margin: 0 0 20px;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__head p.show-mobile {
      display: none;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__form h3 {
      color: #FFF;
      position: relative;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__head p span {
      display: block;
      margin: 0 0 20px;
  }
  .newsletter-form.newsletter-form--popup  .newsletter-form__head p span:last-child {
      margin-bottom: 0;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__form {
    width: 100%;
    max-width: 480px;
    padding: 80px 30px 30px 20px;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__form::before {
      display: none;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__foot {
      display: none;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__main::before, 
  .newsletter-form.newsletter-form--popup .newsletter-form__form::before {
      background: url(../graphic/newsletter-popup.png) no-repeat 100% 0%;
  }
  .newsletter-form.newsletter-form--popup .newsletter-form__form .unsubscribe-form {
    display: none;
  }
}
@media (min-width: 1000px) {
    .newsletter-form.newsletter-form--popup .newsletter-form__main::before {
        left: 0px;
    }
    .newsletter-form.newsletter-form--popup .newsletter-form__head {
        padding: 140px 20px 140px 100px;
        width: 600px;
    }
    .newsletter-form.newsletter-form--popup .newsletter-form__head h2 {
        font-size: 40px;
    }
    .newsletter-form.newsletter-form--popup .newsletter-form__form {
        padding: 120px 50px 50px 70px;
    }
	.newsletter-form.newsletter-form--popup .newsletter-form__form .unsubscribe-form {
		display: none;
	}
}


/* newsletter signup form on post single page */
body.single-post .site-main .newsletter-form {
  display: none;
} 

body.single-post .newsletter-form--isAfterContent .newsletter-form__head p {
  color: #fff;
}

@media (min-width: 800px) {

  /* move sidebars in two col layout on homepage up */
  body.home .section > .widget-area  {
    margin-top: -80px;
  }

  body.single-post .site-main .newsletter-form {
    display: block; /* only show on larger screens */
    margin: 2rem 0;
  }
  
  /* body.single-post .site-main .newsletter-form .newsletter-form__form .wpcf7-response-output {
    margin-top: 0 !important;
  } */
}

@media (min-width: 1100px) {

  body.single-post .site-main .newsletter-form__main > .newsletter-form__head {
    flex: 0 0 36%;
  }
  
  body.single-post .site-main .newsletter-form__main > .newsletter-form__form {
    flex-grow: 1;
    padding: 0 30px 0 30px;
  }
  
  body.single-post .site-main .newsletter-form__main > .newsletter-form__form FORM > *:empty {
    display: none;
  }
  
  body.single-post .site-main .newsletter-form__main > .newsletter-form__form FORM > .nf-text {
    order: 99;
    flex: 0 0 100%;
    text-align: right;
  }
  
  /* body.single-post .site-main .newsletter-form__main > .newsletter-form__form FORM input[type="text"],
  body.single-post .site-main .newsletter-form__main > .newsletter-form__form FORM input[type="email"],
  body.single-post .site-main .newsletter-form__main > .newsletter-form__form FORM [type="submit"] {
    height: 50px;
    border-color: white;
  } */

  /* body.single-post .site-main .newsletter-form__main > .newsletter-form__form FORM [type="submit"] {
    white-space: nowrap;
  } */

  body.single-post .site-main .newsletter-form__foot p {
    text-align: right;
  }
}

@media (min-width: 1400px) {

  body.single-post .site-main .newsletter-form__main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }

  body.single-post .site-main .newsletter-form__main > .newsletter-form__form {
    padding: 40px 30px 10px 30px;
  }
  
  .share-beneath-content .newsletter-form__main::before, .share-beneath-content .newsletter-form__form::before {
    background: url(../graphic/newsletter-squirrel.png) no-repeat 50% 30% !important;
    background-size: cover !important;
  }
}

@media (min-width: 1400px) and (max-width: 1655px) {
	.share-beneath-content .newsletter-form__main::before, .share-beneath-content .newsletter-form__form::before {
	      background: url(../graphic/newsletter-squirrel.png) no-repeat 50% 30% !important;
		  background-size: cover !important;
  }
}

/* @media (min-width: 1400px) and (max-width: 1570px) {

  .newsletter-form__form .wpcf7-submit::after {
    display: none;
  }
} */

@media (max-width: 414px) {

  body.single-post .site-main .newsletter-form {
    display: block !important;
    margin: 1.5rem 0 1rem 0;
  }

  body.single-post .site-main .share-beneath-content .newsletter-form {
    display: none !important;
  }
  
  .key-people .col a {
    display: inline-block;
  }
}

.show-mobile {
  display: block;
}

@media(max-width: 799px){
	
  .hide-mobile {
    display: none !important;
  }
  
  .newsletter-form.newsletter-form--popup .newsletter-form__head {
    padding-right: 45px !important;
  }

  .newsletter-form.newsletter-form--popup .newsletter-form__box {
    padding-top: 25px;
  }

  .popup-disclaimer {
    font-size: 12px;
    margin-top: -10px;
  }

  .newsletter-form.newsletter-form--popup .newsletter-form__close {
    top: 30px;
  }
}

@media(min-width: 800px){

  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 376px) and (max-width: 414px) {

  .newsletter-form__main::before, .newsletter-form__form::before {
    background: url('../graphic/newsletter-meerkat.jpg') no-repeat 80% 20%;
    background-size: 100%;
  }
}

.show-mobile {
	display: none;
}

/* Author Page */

body.author .author-description {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

body.author .author-description > img.author-photo {

}

body.author .author-description > .about-author {

}

@media (max-width: 1250px) {

  body.author .author-description > img.author-photo {
    margin: 0 auto 1em auto;
  }
}

@media (min-width: 1251px) {

  body.author .author-description {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 40px;
  }

  body.author .author-description .social-media {
    margin: 1em 0 0 0;
  }
}

@media (min-width: 1400px) {

  body.author .author-description {
    align-items: flex-end;
  }
}


/* article boxes */
.boxes {
  clear: both;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.boxes article {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  border: 1px solid #ddd;
}
.boxes article, 
.boxes .article-margins {
  margin: 10px 0 25px 0;
}
.boxes article div.img-crop {
  width: calc(100% + 2px);
  margin: -1px -1px 0 -1px;
  position: relative;
  padding: 0 0 58.82%  0; /* 17 / 10 */
}
.boxes article div.img-crop a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
}
.boxes article div.img-crop img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.boxes article header.entry-header {
  position: relative;
}
.boxes article header.entry-header p.category-tag {
  top: -16px;
  left: 11px;
}
.boxes article header.entry-header h2 {
  margin: 0;
  padding: 14px 9px 4px 11px;
}
.boxes article header.entry-header p.entry-meta {
  margin: 0;
  padding: 0 9px 5px 11px;
}
.boxes article .badge-trending {
  position: absolute;
  top: 11px;
  right: 18px;
  padding: 0.5em 1em 0.5em 2.25em;
  font-family: 'Lato', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.0875em;
  background: #EB0010 url('../graphic/icon-star.svg') 0.5em center / 11px auto no-repeat;
  color: white;
  pointer-events: none;
}
.boxes > .newsletter-form {
  margin-left: auto;
  margin-right: auto;
}
.boxes:before,
.boxes:after {
  content: none;
  display: none;
}

.trending.trending-articles {
  margin-top: 50px;
  background: #ebe9e6;
  padding: 20px 25px 20px;
}

.trending.trending-articles h3 {
  margin-top: 0;
}

.trending.trending-articles .list-trending-articles a h4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.single .widget-area .trending.trending-articles {
  margin: 0 0 30px 0;
}

@media (max-width: 1100px) {  

  /* correct vertical spacing for trending articles within articles on homepage on mobile */
  .boxes > .trending.trending-articles {
    margin: 10px 0 25px 0 !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* article boxes - small screens only */
@media (max-width: 450px) {  
  
}


/* article boxes - nexus 7 vertical or phone landscape */
@media (min-width: 451px) and (max-width: 799px) {

  .boxes article, 
  .boxes .article-margins {
    margin: 15px 0 30px;
  }
  .boxes article {
    padding: 0 0 12px;
  }
  .boxes article div.img-crop {

  }
  .boxes article header.entry-header h2 {
    margin: 0;
    padding: 14px 9px 8px 11px;
  }
  .boxes article header.entry-header p.entry-meta {
    margin: 0;
    padding-left: 11px;
  }
}

/* article boxes - tablet size only */
@media (min-width: 800px) and (max-width: 1100px) {

  .boxes article {
    width: 100%;
    margin: 15px 0 30px;
    padding: 0 0 12px;
  }

  .boxes article div.img-crop {

  }

  .boxes article header.entry-header h2 {
    padding-bottom: 8px;
  }
}

.just-in-fuse-wrapper { /* correct ad placement on just in page */
  width: 100%;
}

/* remove borders from ads wrapper between articles on Just In page on desktop only */
@media (min-width: 1001px) {

  .just-in-fuse-wrapper .promo-wrapper {
    border: 0 none;
    padding: 0;
  }

  .just-in-fuse-wrapper .promo-wrapper:after {
    content: none;
  }
}

/* article boxes - desktop only */
@media (min-width: 1101px) {

  .boxes {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch; /* force full height for articles */
    width: calc(100% + 40px);
  }

  .boxes article {
    flex-basis: calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 0 40px 30px 0;
    padding: 0 0 15px;
  }

  _:-ms-input-placeholder, :root .boxes article { /* IE hack: correct article boxes width for IE 10-11*/
    flex-basis: calc(50% - 42px);
    width: calc(50% - 42px);
  }

  .just-in-fuse-wrapper { /* correct ad placement on just in page */
    padding-right: 40px;
    overflow: hidden;
  }

  /* correct flexbox columns on IE 10 + 11 only */
  _:-ms-input-placeholder, :root .boxes.boxes-3 > article { 
    flex-basis: calc(50% - 42px);
    width: calc(50% - 42px);
  }

  .boxes article div.img-crop {

  }

  .boxes article header h2 {
    padding-bottom: 4px;
  }
}

@media (min-width: 1400px) {

  /* three col layout (e.g. articles on category page) */
  .boxes.boxes-3 {
    width: calc(100% + 20px);
  }

  .boxes.boxes-3 > article {
    flex-basis: calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  /* correct flexbox columns on IE 10 + 11 only */
  _:-ms-input-placeholder, :root .boxes.boxes-3 > article { 
    flex-basis: calc(100% / 3 - 24px);
    width: calc(100% / 3 - 24px);
  }
}

/* Article base newsletter signup form */
#gform_wrapper_2 > form {
  flex-wrap: wrap;
}

#gform_wrapper_2.gform_validation_error .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  margin-top: 4px;
}

.share-beneath-content .gform_wrapper form div.validation_error {
  color: #073360;
  width: 100%;
  margin-bottom: 0px;
}

.share-beneath-content .gform_wrapper form .gfield_description.validation_message {
  color: #073360;
}

.share-beneath-content .gform_confirmation_message {
  color: #073360;
}

section.no-results.not-found {
  padding-left: 20px;
}

.search .latest-title-banner {
  padding-top: 0;
}


/* newsletter signup page 56429 */

.page-id-56429 .about-newsletter {
  background: #e9e0dd;
}

.page-id-56429 .about-newsletter h1 {
	font-family: 'CooperHewittBold', 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
  color: #eb0010;
}

.page-id-56429 .about-newsletter-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.page-id-56429 .about-newsletter-row > .col {
  flex: 0 0 100%;
  width: 100%;
}

.page-id-56429 .about-newsletter-row > .col.col-text > * {
  margin: 0;
}

.page-id-56429 .about-newsletter-row > .col.col-text > * + * {
  margin-top: 1rem;
}

.page-id-56429 .about-newsletter .report-signup {
  position: static;
  width: 100%;
  padding: 2rem;
}

.page-id-56429 .about-newsletter .report-signup #field_1_4 {
  margin: 6px 0 -15px 0;
}

.page-id-56429 .about-newsletter .report-signup form .gfield_validation_message {
  padding: 1em;
  color: #c02b0a;
}

@media (max-width: 767px) {
  
  .page-id-56429 .about-newsletter {
    padding-bottom: 2.5rem;
  }

  .page-id-56429 .about-newsletter-row > .col + .col {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {

  .page-id-56429 .about-newsletter {
    padding: 2rem 0;
  }  

  .page-id-56429 .about-newsletter-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 -0.5rem;
  }
  
  .page-id-56429 .about-newsletter-row > .col {
    flex-basis: 50%;
    width: 50%;
    padding: 0 0.5rem;
  }
}

@media (min-width: 1110px) {

  .page-id-56429 .about-newsletter-row > .col.col-text > * + * {
    margin-top: 1.4rem;
  }

  .page-id-56429 .about-newsletter-row > .col.col-text {
    flex-basis: 50%;
    width: 50%;
  }

  .page-id-56429 .about-newsletter-row > .col.col-form {
    flex-basis: 40%;
    width: 40%;
  }

  .page-id-56429 .about-newsletter .report-signup {
    padding: 2rem 2.5rem;
  }
  
}

@media (min-width: 1800px) {

  .page-id-56429 .about-newsletter {
    padding: 5rem 0;
  }  

  .page-id-56429 .about-newsletter-row > .col.col-form {
    flex-basis: 30%;
    width: 30%;
  }
}


/* bloom plugin: increase clickable area for close icon */
.et_bloom .et_bloom_optin_1 .et_bloom_close_button:after {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
}

/* === Flexslider 2.7.x resets === */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* === Flexslider 2.7.x base styles === */
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}


/* flexslider page nav */

ol.flex-control-paging {
  margin: 20px auto;
  text-align: center;
  font-size: 14px;
}

ol.flex-control-paging:empty {
  display: none;
}

ol.flex-control-paging > li {
  display: inline-block;
  font-size: inherit;
}

ol.flex-control-paging > li + li {
  margin-left: 0.5em;
}

ol.flex-control-paging a {
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #adaaaa;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -99rem;
}

ol.flex-control-paging a.flex-active {
  background-color: #adaaaa;
}

/* flexslider direction nav */

.flexslider ul.flex-direction-nav a.flex-prev,
.flexslider ul.flex-direction-nav a.flex-next {
  position: absolute;
  z-index: 19;
  top: calc(50% - 50px);
  width: 34px;
  height: 34px;
	background: url('../graphic/icon-arrow-key.png') center / contain no-repeat;
  overflow: hidden;
  text-indent: -99rem;
  opacity: 0.8;
}

.flexslider ul.flex-direction-nav a.flex-prev {
  left: 0;
  transform: rotate(90deg);
}

.flexslider ul.flex-direction-nav a.flex-next {
  right: 0;
  transform: rotate(270deg);
}

.flexslider ul.flex-direction-nav a.flex-prev:hover,
.flexslider ul.flex-direction-nav a.flex-prev:focus,
.flexslider ul.flex-direction-nav a.flex-next:hover,
.flexslider ul.flex-direction-nav a.flex-next:focus {
  opacity: 1;
}

.flexslider ul.flex-direction-nav a.flex-disabled {
  display: none;
}


.flexslider-recent-transactions {
  position: relative;
  margin: 0 0 60px 0;
  padding: 0 30px;
  min-height: 140px;
}

.flexslider-recent-transactions ul.slides > li {
  min-height: 120px;
}

@media (min-width: 800px) {

  .flexslider-recent-transactions {
    min-height: 260px;
  }
}


.flexslider-recent-transactions[data-slides="1"] {
  padding: 0;
}


/* the carousel with key people on partner and company pages */

.flexslider-key-people {
  position: relative;
  margin: 0 0 60px 0;
  padding: 0 30px;
  min-height: 680px;
}

.flexslider-key-people[data-slides="1"] {
  padding: 0;
}

.flexslider-key-people .person {
  position: relative;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0 5px 10px 5px;
  min-height: 600px;
  max-width: 720px;
  text-align: center;
}

.flexslider-key-people.has-max-height .person {
  height: 600px;
  overflow: hidden;
}

.flexslider-key-people.has-max-height .person:after {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  height: 150px;
  background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 1) 60%);
  pointer-events: none;
}

.flexslider-key-people .person > figure,
.flexslider-key-people .person > svg {
  display: inline-block;
  margin: 0 0 30px 0;
  max-width: 200px;
  aspect-ratio: 1;
}

.flexslider-key-people .person > figure {
  max-width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: hsl(0, 0%, 97%);
}

.flexslider-key-people .person > figure > img {
  max-width: 200px;
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: darken;
}

.flexslider-key-people h3 {
  margin: 0 0 20px 0;
	font-size: 23px;
  text-align: left;
}

.flexslider-key-people .text-wrapper {
  text-align: left;
}

.flexslider-key-people .text-wrapper > *:first-child {
  margin-top: 0;
}

.flexslider-key-people .text-wrapper > *:last-child {
  margin-bottom: 0;
}

.flexslider-key-people .read-more-key-people {
  display: none;
  position: absolute;
  z-index: 21;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  line-height: 1.5;
  font-family: 'CooperHewittSemi', 'Droid Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Sans-serif;
  font-size: 18px;
  text-align: center;
	text-decoration: underline;
  color: #9e9e9e;
  cursor: pointer;
}

.flexslider-key-people.has-max-height .read-more-key-people {
  display: block;
}

.promotional-cta-mobile {
  margin: 40px 0;
  text-align: center;
}

.promotional-cta-desktop {

}