@charset "UTF-8";
/*********** START GLOBAL.SCSS; ***********/
/* *************************************

Global values -- used everywhere

************************************** */
/* Custom media queries */
/* Center a block */
/* Micro clearfix, if you need to float content */
/* Use this when you have content with a dark background. E.g. the email newsletter sign-up */
/* Mobile only content */
/* Desktop only content */
/* Calls to actions / CTAs / Buttons */
/*********** END GLOBAL.SCSS; ***********/
/* Desktop cells */
/* Offsets */
/* Legacy grid */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&amp;family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;1,400;1,600&amp;family=IBM+Plex+Serif:ital,wght@0,400;0,600;1,400;1,600&amp;display=swap");
.grid-container {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 76.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-container .grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1025px) {
  .grid-container .grid-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

/************************ START TYPO *******************/
/************************ I base *******************/
input,
button,
textarea {
  outline: none;
}

/************************ END I base *******************/
/************************ END TYPO *******************/
/* Mixin Social Buttons */
/* Article tags */
/* Home page and category article modules */
/* Article / Single / Page */
/* Use this for content in the article that should span the full width of the grid-container */
/* Special article content: Splash, Data, Sponsored */
/* Use this for content that will span the full width of the view port */
/* Related content / Related articles */
/* Email newsletter sign-up form */
/* Modals */
/* Sprite for image icons */
/* Those of you who are familiar with the Sonic the Hedgehog cheat command on Sega Megadrive will appreciate this: */
/* A B C Start */
/* Social media */
/* Button with icon on the right */
/*Checkboxes*/
/* Radio buttons */
/* START ICONS MIXING */
.share-links li, .share-links .play, .listen-to-article li, .listen-to-article .play {
  display: inline-block;
  margin-right: 0.5rem;
  float: left;
}

.share-links li a, .share-links .play a, .listen-to-article li a, .listen-to-article .play a {
  width: 2.25rem;
  height: 2.25rem;
  text-indent: -50000px;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  display: block;
  position: relative;
  background: black;
  border-radius: 50%;
}

@media (min-width: 1025px) {
  .share-links li a, .share-links .play a, .listen-to-article li a, .listen-to-article .play a {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.share-links li a:after, .share-links .play a:after, .listen-to-article li a:after, .listen-to-article .play a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
}

@media (min-width: 1025px) {
  .share-links li, .share-links .play, .listen-to-article li, .listen-to-article .play {
    margin-right: 0.25rem;
  }
}

.email a:after {
  background-position: 12px -885px;
}

@media (min-width: 1025px) {
  .email a:after {
    background-position: 9px -888px;
  }
}

.linkedin a:after {
  background-position: 9px -1090px;
}

.twitter a:after {
  background-position: 11px -1186px;
}

@media (min-width: 1025px) {
  .twitter a:after {
    background-position: 9px -1189px;
  }
}

.facebook a:after {
  background-position: 14px -988px;
}

@media (min-width: 1025px) {
  .facebook a:after {
    background-position: 11px -992px;
  }
}

.google:after {
  background-position: 0px -1687px;
  background-size: 86px;
}

.whatsapp a:after {
  background-position: 9px -1292px;
}

@media (min-width: 1025px) {
  .whatsapp a:after {
    background-position: 6px -1294px;
  }
}

.play a:after {
  background-position: 16px -586px;
  background-position: 15px -586px;
}

@media (min-width: 1025px) {
  .play a:after {
    background-position: 12px -589px;
  }
}

.modal {
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background: black;
  width: 100%;
  position: fixed;
  top: 3.125rem;
  text-align: center;
  z-index: 2000;
}

.modal .email-signup {
  background: black;
  padding: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  max-width: 110%;
  margin-bottom: 2rem;
}

.modal .email-signup p,
.modal .email-signup label,
.modal .email-signup h2,
.modal .email-signup a {
  color: #fefefe;
}

.modal .email-signup form input[type="email"],
.modal .email-signup form #job-dropdown,
.modal .email-signup form #job-dropdown-footer,
.modal .email-signup form #job-dropdown-footer-2 {
  background: black;
  border: none;
  border-bottom: solid 1px #fefefe;
  color: white;
}

.modal .email-signup form input[type="email"]::-webkit-input-placeholder,
.modal .email-signup form #job-dropdown::-webkit-input-placeholder,
.modal .email-signup form #job-dropdown-footer::-webkit-input-placeholder,
.modal .email-signup form #job-dropdown-footer-2::-webkit-input-placeholder {
  color: white;
}

.modal .email-signup form input[type="email"]:-ms-input-placeholder,
.modal .email-signup form #job-dropdown:-ms-input-placeholder,
.modal .email-signup form #job-dropdown-footer:-ms-input-placeholder,
.modal .email-signup form #job-dropdown-footer-2:-ms-input-placeholder {
  color: white;
}

.modal .email-signup form input[type="email"]::-ms-input-placeholder,
.modal .email-signup form #job-dropdown::-ms-input-placeholder,
.modal .email-signup form #job-dropdown-footer::-ms-input-placeholder,
.modal .email-signup form #job-dropdown-footer-2::-ms-input-placeholder {
  color: white;
}

.modal .email-signup form input[type="email"]::placeholder,
.modal .email-signup form #job-dropdown::placeholder,
.modal .email-signup form #job-dropdown-footer::placeholder,
.modal .email-signup form #job-dropdown-footer-2::placeholder {
  color: white;
}

.modal .email-signup form #job-dropdown {
  margin-top: 1.5625rem;
}

.modal .email-signup form input[type="radio"],
.modal .email-signup form input[type="checkbox"] {
  border: solid 1px #fefefe;
  background: black;
}

.modal .email-signup h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.modal .email-signup h2 small {
  text-transform: uppercase;
  font-weight: lighter;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1.3125rem;
}

.modal .email-signup form {
  margin-top: 2rem;
}

.modal .email-signup form fieldset {
  padding: 0;
}

.modal .email-signup form fieldset#newsletter-step2 {
  width: 100%;
  font-size: 14px;
}

.modal .email-signup form fieldset.privacy-agree {
  text-align: left;
  margin-bottom: 2rem;
}

.modal .email-signup form fieldset.privacy-agree:after {
  clear: both;
  content: "";
  display: table;
}

.modal .email-signup form fieldset.privacy-agree input {
  float: left;
  width: 7%;
  margin-bottom: 6.25rem;
}

.modal .email-signup form fieldset.privacy-agree label {
  width: 93%;
  float: right;
}

.modal .email-signup form fieldset.email-submit {
  position: relative;
}

.modal .email-signup form fieldset.email-submit input[type="email"],
.modal .email-signup form fieldset.email-submit #job-dropdown,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer-2 {
  width: 85%;
  margin: 0;
}

.modal .email-signup form fieldset.email-submit input[type="email"]:focus::-webkit-input-placeholder,
.modal .email-signup form fieldset.email-submit #job-dropdown:focus::-webkit-input-placeholder,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus::-webkit-input-placeholder,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-webkit-input-placeholder {
  color: transparent;
}

.modal .email-signup form fieldset.email-submit input[type="email"]:focus:-ms-input-placeholder,
.modal .email-signup form fieldset.email-submit #job-dropdown:focus:-ms-input-placeholder,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus:-ms-input-placeholder,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus:-ms-input-placeholder {
  color: transparent;
}

.modal .email-signup form fieldset.email-submit input[type="email"]:focus::-ms-input-placeholder,
.modal .email-signup form fieldset.email-submit #job-dropdown:focus::-ms-input-placeholder,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus::-ms-input-placeholder,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-ms-input-placeholder {
  color: transparent;
}

.modal .email-signup form fieldset.email-submit input[type="email"]:focus::placeholder,
.modal .email-signup form fieldset.email-submit #job-dropdown:focus::placeholder,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus::placeholder,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::placeholder {
  color: transparent;
}

.modal .email-signup form fieldset.email-submit #job-dropdown,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer-2 {
  margin-top: 1.5625rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  font-family: inherit;
}

.modal .email-signup form fieldset.email-submit #job-dropdown-footer + button,
.modal .email-signup form fieldset.email-submit #job-dropdown-footer-2 + button {
  top: 60px;
}

.modal .email-signup form fieldset.email-submit #footerEmailValidation {
  padding-left: 5px;
}

.modal .email-signup form fieldset.email-submit #emailValidation {
  margin-top: 5px;
}

.modal .email-signup form fieldset.email-submit button {
  position: absolute;
  right: -15px;
  top: 45px;
  background: none;
  overflow: visible;
}

.modal .email-signup form fieldset.email-submit button::after {
  content: "Submit \00A0 \003E";
  color: white;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
}

.modal .email-signup form fieldset.email-submit button#invisible-button1 {
  display: none;
  top: 45px;
}

.modal .email-signup form fieldset.email-submit button#invisible-button1-footer {
  right: 10px;
}

@media (min-width: 1025px) {
  .modal .email-signup form fieldset.email-submit button {
    width: 3rem;
    height: 2.5rem;
    cursor: pointer;
  }
}

.modal .email-signup form fieldset.email-submit #first-stage-button1-footer {
  right: 10px;
}

@media (max-width: 1025px) {
  .modal .email-signup form#newsletterModal {
    text-align: start;
  }
  .modal .email-signup form#newsletterModal #emailValidation, .modal .email-signup form#newsletterModal #footerEmailValidation {
    text-align: center;
    width: 75%;
    margin-top: 5px;
    padding-left: 5px;
  }
  .modal .email-signup form fieldset.email-submit input[type="email"],
  .modal .email-signup form fieldset.email-submit #job-dropdown,
  .modal .email-signup form fieldset.email-submit #job-dropdown-footer,
  .modal .email-signup form fieldset.email-submit #job-dropdown-footer-2 {
    width: 75%;
  }
  .modal .email-signup form fieldset.email-submit input[type="email"]:focus::-webkit-input-placeholder,
  .modal .email-signup form fieldset.email-submit #job-dropdown:focus::-webkit-input-placeholder,
  .modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus::-webkit-input-placeholder,
  .modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .modal .email-signup form fieldset.email-submit input[type="email"]:focus:-ms-input-placeholder,
  .modal .email-signup form fieldset.email-submit #job-dropdown:focus:-ms-input-placeholder,
  .modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus:-ms-input-placeholder,
  .modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus:-ms-input-placeholder {
    color: transparent;
  }
  .modal .email-signup form fieldset.email-submit input[type="email"]:focus::-ms-input-placeholder,
  .modal .email-signup form fieldset.email-submit #job-dropdown:focus::-ms-input-placeholder,
  .modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus::-ms-input-placeholder,
  .modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-ms-input-placeholder {
    color: transparent;
  }
  .modal .email-signup form fieldset.email-submit input[type="email"]:focus::placeholder,
  .modal .email-signup form fieldset.email-submit #job-dropdown:focus::placeholder,
  .modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus::placeholder,
  .modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::placeholder {
    color: transparent;
  }
  .modal .email-signup form fieldset.email-submit button#invisible-button1 {
    top: 55px;
  }
  .modal .email-signup form fieldset.email-submit button#invisible-button1-footer {
    top: 55px;
  }
}

.modal .email-signup #invisible-button1 {
  display: none;
}

@media (min-width: 1025px) {
  .modal .email-signup h2 {
    font-size: 2.25rem;
    margin: 1.25rem auto;
  }
  .modal .email-signup form {
    width: 25rem;
    margin: 0 auto;
  }
  .modal .email-signup form fieldset.email-submit input[type="email"],
  .modal .email-signup form fieldset.email-submit #job-dropdown,
  .modal .email-signup form fieldset.email-submit #job-dropdown-footer,
  .modal .email-signup form fieldset.email-submit #job-dropdown-footer-2 {
    width: 78%;
  }
  .modal .email-signup form #job-dropdown,
  .modal .email-signup form #job-dropdown-footer,
  .modal .email-signup form #job-dropdown-footer-2 {
    font-family: inherit;
    font-style: italic;
    font-weight: 400;
  }
}

.modal .close {
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}

.modal .close:after {
  content: "";
  background: url(../images/icons/hamburger_close_24x24.png) no-repeat;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.modal:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -9;
}

@media (min-width: 1025px) {
  .modal {
    top: 6.25rem;
    width: 62.25rem;
    margin-left: -31.125rem;
    left: 50%;
  }
}

.show-register-modal .register-modal {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  height: auto;
  overflow: visible;
}

.range-slider {
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-appearance: none;
  /* Override default CSS styles */
  -moz-appearance: none;
       appearance: none;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
}

.range-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #000;
  cursor: pointer;
}

.input-file {
  /* input file style */
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.button-file {
  padding: 14px 13px;
  color: #000;
  display: inline-block;
  border: 1px solid #000;
  cursor: pointer;
}

.btn-form {
  border: solid 1px black;
  padding: 10px 13px;
  cursor: pointer;
}

.btn-form:hover {
  border: solid 1px black;
  background-color: black;
  color: white;
}

.btn-form:hover a {
  color: #fefefe;
}

fieldset {
  border: none;
}

.form-types fieldset {
  border: none;
}

.form-types input,
.form-types textarea,
.form-types select,
.form-types button {
  outline: none;
}

.form-types:focus {
  outline: none;
}

.form-types input[type="text"],
.form-types input[type="email"],
.form-types input[type="password"],
.form-types input[type="tel"],
.form-types input[type="date"],
.form-types input[type="datetime-local"],
.form-types input[type="month"],
.form-types input[type="time"],
.form-types input[type="url"],
.form-types input[type="week"],
.form-types textarea,
.form-types select {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: none;
  border-bottom: solid 1px #666;
}

.form-types button {
  border: solid 1px #ddd;
}

.form-types h4:not(:last-child) {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.form-types .radio-input {
  display: none;
}

.form-types .radio-form {
  display: block;
  position: relative;
  padding-top: 2rem;
  padding-left: 3rem;
}

.form-types .radio-form .radio-button {
  height: 2rem;
  width: 2rem;
  border: solid 5px #000;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 29px;
}

.form-types .radio-form .radio-button::after {
  content: "";
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.form-types .radio-form .radio-input:checked ~ .radio-label .radio-button:after {
  opacity: 1;
}

.form-types .checkboxes input[type="checkbox"] {
  display: none;
}

.form-types .checkboxes input[type="checkbox"] + label {
  display: inline-block;
  border: 1px solid black;
  height: 1.875rem;
  width: 1.875rem;
}

.form-types .checkboxes input[type="checkbox"]:checked + label {
  background: url(..//images/tick-svgrepo-com.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1rem;
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1rem;
}

:-ms-input-placeholder {
  /* IE 11 */
  font-size: 1rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1rem;
}

input[type="radio"], input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
  border: solid 1px black;
  border-radius: 0;
}

/* Buttons that only appear in entry-content */
.entry-content button,
.entry-content input[type='submit'],
.entry-content .button a {
  border: solid 1px black;
  padding: 10px 13px;
  cursor: pointer;
}

.entry-content button:hover,
.entry-content input[type='submit']:hover,
.entry-content .button a:hover {
  border: solid 1px black;
  background-color: black;
  color: white;
}

.entry-content button:hover a,
.entry-content input[type='submit']:hover a,
.entry-content .button a:hover a {
  color: #fefefe;
}

.whitepaper-download .email-recieve-input {
  display: inline-block;
}

.whitepaper-download .input-step2 {
  width: 50%;
}

.whitepaper-download .button-right {
  width: 2.25rem;
  height: 2.25rem;
  text-indent: -50000px;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  display: block;
  position: relative;
  background: #fefefe;
  border-radius: 50%;
  border: solid 1px black;
  display: inline;
  top: 1.25rem;
}

@media (min-width: 1025px) {
  .whitepaper-download .button-right {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.whitepaper-download .button-right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
}

.whitepaper-download .button-right:after {
  background-position: 17px -285px;
}

@media (min-width: 1025px) {
  .whitepaper-download .button-right {
    width: 2.5rem;
    height: 2.5rem;
    top: 0.5625rem;
  }
}

.whitepaper-details .button a {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.whitepaper-download.step-1 input:first-child {
  width: 88%;
}

.whitepaper-download.step-2 .input-step2 {
  width: 100%;
}

.whitepaper-download.step-2 .input-step2 fieldset {
  border: none;
}

.whitepaper-download.step-2 .input-step2 input,
.whitepaper-download.step-2 .input-step2 textarea,
.whitepaper-download.step-2 .input-step2 select,
.whitepaper-download.step-2 .input-step2 button {
  outline: none;
}

.whitepaper-download.step-2 .input-step2:focus {
  outline: none;
}

.whitepaper-download.step-2 .input-step2 input[type="text"],
.whitepaper-download.step-2 .input-step2 input[type="email"],
.whitepaper-download.step-2 .input-step2 input[type="password"],
.whitepaper-download.step-2 .input-step2 input[type="tel"],
.whitepaper-download.step-2 .input-step2 input[type="date"],
.whitepaper-download.step-2 .input-step2 input[type="datetime-local"],
.whitepaper-download.step-2 .input-step2 input[type="month"],
.whitepaper-download.step-2 .input-step2 input[type="time"],
.whitepaper-download.step-2 .input-step2 input[type="url"],
.whitepaper-download.step-2 .input-step2 input[type="week"],
.whitepaper-download.step-2 .input-step2 textarea,
.whitepaper-download.step-2 .input-step2 select {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: none;
  border-bottom: solid 1px #666;
}

.whitepaper-download.step-2 .input-step2 button {
  border: solid 1px #ddd;
}

select {
  margin-bottom: 2rem;
}

.consent-checkbox input {
  display: inline;
}

.whitepaper-download.step-3 {
  font-weight: bold;
}

.whitepaper-download.step-3 h3 {
  margin-bottom: 2rem;
}

@media (min-width: 1025px) {
  .whitepaper-download .input-step5 {
    width: 60%;
  }
  .whitepaper-download.step-1 input:first-child {
    width: 55%;
  }
  .whitepaper-download.step-2 .input-step2 {
    width: 60%;
  }
}

/* -----------  ------------------------  -----------------*/
/* -----------  foundation-global-styles  -----------------*/
/* -----------  ------------------------  -----------------*/
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #fefefe;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main,
section {
  display: block;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
  line-height: 1.125;
  letter-spacing: -0.6px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  display: block;
  font-size: 70%;
}

h1,
.h1 {
  font-size: 2rem;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 1.5rem;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3.125rem;
  }
  h2,
  .h2 {
    font-size: 2.5rem;
  }
  h3,
  .h3 {
    font-size: 1.9375rem;
  }
  h4,
  .h4 {
    font-size: 1.5625rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}

.site-capital .category a {
  color: #053c21;
}

.site-capital h3 a:hover,
.site-capital h2 a:hover,
.site-capital .related-articles ul li a:hover,
.site-capital article .category a:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #053c21));
  background: linear-gradient(to right, #053c21 50%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.site-capital h2 a:hover {
  background-position: 0 43px;
}

.site-capital h3 a:hover {
  background-position: 0 31px;
}

.site-capital h3.section-title a:hover {
  background-position: 0 18px;
}

.site-capital h2.section-title a:hover {
  background-position: 0 18px;
}

.site-capital .related-articles ul li a:hover {
  background-position: 0 25px;
}

.site-capital article .category a:hover {
  background-position: 0 16px;
}

h3 a:hover,
h2 a:hover,
.related-articles ul li a:hover,
article .category a:hover {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #000));
  background-image: linear-gradient(to right, #000 50%, #000 50%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

h2 a:hover,
h3 a:hover {
  background-position: 0 30px;
}

h2.section-title a:hover,
h3.section-title a:hover {
  background-position: 0 18px;
}

h2.section-title a:hover {
  background-position: 0 18px;
}

.related-articles ul li a:hover {
  background-position: 0 25px;
}

article .category a:hover {
  background-position: 0 18px;
}

/* heading hover state */
@media (min-width: 1025px) {
  article .category a:hover {
    background-position: 0 16px;
  }
  h2 a:hover {
    background-position: 0 40px;
  }
  h2.section-title a:hover {
    background-position: 0 19px;
  }
  h3 a:hover {
    background-position: 0 30px;
  }
  .whitepapers div.text h3 a:hover {
    background-position: 0 25px;
  }
  .hot-topics div.text h3 a:hover {
    background-position: 0 24px;
  }
}

.footer-navs a:hover,
.footer-navs a:focus {
  text-decoration: underline;
}

header nav i:hover {
  text-decoration: underline;
}

a {
  line-height: inherit;
  color: black;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: black;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 76.875rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin: 0;
  list-style: none;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul, ul
ol,
ol
ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0 0 0 1rem;
  border-left: 1px solid black;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: black;
}

abbr,
abbr[title] {
  border-bottom: 1px dotted black;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: black;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

.cite-block, cite {
  display: block;
  color: black;
  font-size: 0.8125rem;
}

.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: black;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: black;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.home_timeline {
  display: none;
}

.home_timeline {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1;
}

.home_timeline .guided-tour.timeline-tour {
  -webkit-box-shadow: 0px -1px 5px #0f1356;
          box-shadow: 0px -1px 5px #0f1356;
  bottom: 2em;
  left: 1em;
  position: fixed;
  padding: 3em;
  color: #fff;
  background: #010326;
  border: 1px solid #191818;
  visibility: visible;
  opacity: 1;
  z-index: 999999;
  width: 50%;
  max-width: 100% !important;
}

.home_timeline .cookiepopup-learnmore:hover,
.home_timeline .cookiepopup-continue:hover {
  background: #000 !important;
  color: #ffffff !important;
}

.home_timeline .guided-tour:before {
  content: "";
}

.home_timeline .guided-tour:after {
  border: none;
}

.home_timeline .guided-tour p {
  font-size: 1em;
}

.home_timeline .guided-tour.timeline-tour p {
  font-size: 16px;
}

#cookiepopup-continue,
a.cookiepopup-learnmore {
  color: #fff;
  padding: 0.5em;
  font-size: 1.5em;
  border: 1px solid;
  margin: 20px 10px;
  font-family: Unit;
  text-transform: uppercase;
  font-size: 18px;
}

.home_timeline img {
  margin-bottom: 20px;
  background-color: unset;
}

.home_timeline .guided-tour.timeline-tour {
  -webkit-box-shadow: 0px -1px 5px #dadada;
          box-shadow: 0px -1px 5px #dadada;
  top: 12%;
  left: 25%;
  position: fixed;
  padding: 3em;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  height: auto;
  font-size: 0.875rem;
  max-width: 40%;
  width: 500px;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -150px;
  max-height: 330px;
}

.home_timeline:before {
  content: " ";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.home_timeline .cookiepopup-continue, .home_timeline .cookiepopup-learnmore {
  background: #000;
  padding: 0.5em;
  margin: 20px 10px 0 0;
}

.pageloader .loader {
  display: none;
}

.pageloader .loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #9d0000;
  width: 40px;
  height: 40px;
  margin: 0px auto;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#cookiepopup-continue.close.close-guided-tour {
  width: 35px;
  height: 35px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  float: right;
  z-index: 101;
  background: #000;
  position: absolute;
  right: 0;
  top: -16px;
  padding: 0;
  opacity: 1;
}

@media (min-width: 551px) and (max-width: 815px) {
  .home_timeline .guided-tour.timeline-tour {
    margin-left: auto !important;
    padding: 5em 1em !important;
  }
  .home_timeline .guided-tour.timeline-tour {
    margin-left: auto !important;
  }
  .home_timeline .guided-tour.timeline-tour {
    margin-left: auto !important;
  }
}

@media (max-width: 815px) and (min-width: 551px) {
  .home_timeline .guided-tour.timeline-tour {
    margin-left: auto !important;
  }
}

@media (max-width: 1050px) and (min-width: 816px) {
  .home_timeline .guided-tour.timeline-tour {
    margin-left: auto !important;
  }
}

@media (max-width: 1100px) {
  .home_timeline .guided-tour.timeline-tour {
    /* outline: 1px solid yellow; */
    height: 390px;
    width: 70%;
    left: 15%;
    /* max-width: 100%!important; */
  }
}

@media (max-width: 700px) {
  .home_timeline .guided-tour.timeline-tour {
    /* outline: 1px solid red; */
    height: 460px;
    width: 95%;
    left: 2%;
    margin-left: 0px;
    /* max-width: 100%!important; */
  }
  .home_timeline .cookiepopup-learnmore,
  .home_timeline .cookiepopup-continue {
    font-size: 1.2em !important;
  }
  #cookiepopup-continue.close.close-guided-tour {
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
  }
}

.newsletter-page article header.entry-header {
  margin-top: 2rem;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.newsletter-page article header.entry-header h1 {
  letter-spacing: -0.0375rem;
  margin-bottom: 1.6875rem;
}

.newsletter-page article header.entry-header p {
  font-weight: 400;
  margin-bottom: 1.4375rem;
}

.newsletter-page article section {
  padding: 0;
}

.newsletter-page article .message--success {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 49.375rem;
  line-height: 50px;
}

.newsletter-page article .message--success button {
  width: 175px;
  height: 48px;
  padding-right: 3.375rem;
  padding-left: 3.375rem;
  color: #fff;
  background-color: #000;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 600;
}

.newsletter-page article .message--error {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  letter-spacing: normal;
  color: #f94839;
  width: 688px;
  margin: auto;
}

.newsletter-page article section.newsletter-page-signup {
  padding: 0;
  margin-top: 1.5rem;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit {
  padding: 0;
  margin: 0;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit input {
  font-size: 1.125rem;
  border: none;
  width: 100%;
  border-bottom: solid 1px #000;
  padding-bottom: 0.6875rem;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit input::-webkit-input-placeholder {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  font-style: normal;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit input:-ms-input-placeholder {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  font-style: normal;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit input::-ms-input-placeholder {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  font-style: normal;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit input::placeholder {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  font-style: normal;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit .privacyCheckbox {
  margin-top: 0.3125rem;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  margin-left: 0;
  cursor: pointer;
  font-size: 1.4375rem;
  float: left;
  -moz-appearance: initial;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit input[type="checkbox"]:after {
  content: "";
  background-color: #fff;
  display: inline-block;
  color: #000;
  width: 24px;
  height: 24px;
  visibility: visible;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: -4px;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit input[type="checkbox"]:checked:after {
  background-image: url(../images/Path2Copy.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 3px;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit button {
  display: block;
  margin-top: 1.1875rem;
  margin-bottom: 1rem;
  width: 10.9375rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  font-weight: 600;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit span {
  color: #7f7f7f;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: normal;
  display: block;
  margin-top: -4px;
}

.newsletter-page article section.newsletter-page-signup .newsletter-email-submit span a {
  color: #404040;
  text-decoration: none;
}

.newsletter-page article section.newsletter-page-signup .newsletter-page-btn.active {
  background: #000;
  cursor: pointer;
}

.newsletter-page article div.newsletters-container input[type="checkbox"] {
  -moz-appearance: initial;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  font-size: 1.4375rem;
}

.newsletter-page article div.newsletters-container input[type="checkbox"]:after {
  content: "";
  background-color: #fff;
  display: inline-block;
  color: #000;
  width: 24px;
  height: 24px;
  visibility: visible;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: -4px;
}

.newsletter-page article div.newsletters-container input[type="checkbox"]:checked:after {
  background-image: url(../images/Path2Copy.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 3px;
}

.newsletter-page article div.newsletters-container .newsletter-page-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #ddd;
  margin-top: 2.1875rem;
  margin-bottom: 3rem;
  padding-top: 2.125rem;
}

.newsletter-page article div.newsletters-container .newsletter-page-single:last-of-type {
  padding-bottom: 2rem;
}

.newsletter-page article div.newsletters-container .newsletter-page-single input[type="checkbox"] {
  -moz-appearance: initial;
}

.newsletter-page article div.newsletters-container .newsletter-page-single input {
  float: left;
  margin-right: 1rem;
  margin-left: 0;
  margin-top: 0.625rem;
  width: 1.5rem;
  border-radius: 0;
  height: 1.5rem;
  border: solid 1px black;
}

.newsletter-page article div.newsletters-container .newsletter-page-single .newsletter-page-info {
  float: left;
  width: 80%;
}

.newsletter-page article div.newsletters-container .newsletter-page-single .newsletter-page-info h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.025rem;
  margin: 0;
  padding-bottom: 0.25rem;
}

.newsletter-page article div.newsletters-container .newsletter-page-single .newsletter-page-info span {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: rgba(0, 0, 0, 0.5);
}

.newsletter-page article div.newsletters-container .newsletter-page-single .newsletter-page-info p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: normal;
  line-height: 1.125rem;
  letter-spacing: normal;
}

.newsletter-page article div.newsletters-container .newsletter-page-single .newsletter-page-info a {
  text-decoration: none;
  padding-bottom: 2rem;
}

.newsletter-page article div.newsletters-container .newsletter-page-single .newsletter-page-info a::after {
  content: "";
  background: url(../assets/img/sprite.png) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 8px -296px;
  cursor: pointer;
  /* padding: 0px 24px 9px 0px; */
  display: inline-block;
  width: 30px;
  height: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: -1.875rem;
}

@media (min-width: 1025px) {
  .newsletter-page main article header.entry-header {
    margin-top: 2.125rem;
    border-bottom: none;
    margin-bottom: 0;
  }
  .newsletter-page main article .message--success h1 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .newsletter-page main article section.newsletter-page-signup {
    width: 688px;
    margin: auto;
  }
  .newsletter-page main article section.newsletter-page-signup .newsletter-email-submit {
    margin-bottom: 1rem;
  }
  .newsletter-page main article section.newsletter-page-signup .newsletter-email-submit input {
    float: left;
    width: 70%;
    margin-right: 1rem;
    margin-top: 1.9375rem;
  }
  .newsletter-page main article div.newsletters-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 1200px;
    margin: auto;
  }
  .newsletter-page main article div.newsletters-container .newsletter-page-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 1rem;
    margin-left: 1rem;
    display: block;
    margin-bottom: 3.25rem;
  }
  .newsletter-page main article div.newsletters-container .newsletter-page-single:last-of-type {
    border-bottom: none;
  }
  .newsletter-page main article div.newsletters-container .newsletter-page-single .newsletter-page-info a:hover {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #000));
    background-image: linear-gradient(to right, #000 50%, #000 50%);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 19px;
  }
  .newsletter-page main article div.newsletters-container .newsletter-page-single .newsletter-page-info span {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .newsletter-page main article div.newsletters-container .newsletter-page-single .newsletter-page-info p {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #000;
  }
  .newsletter-page main article div.newsletters-container .newsletter-page-single .newsletter-page-info a {
    font-size: 0.9375rem;
  }
  .newsletter-page.success .entry-header {
    display: none;
  }
  .newsletter-page.success .newsletter-page-signup {
    display: none;
  }
  .newsletter-page.success .newsletters-container {
    display: none;
  }
}

.account main article header .top-navigation-links {
  padding-bottom: 0;
}

.account main article header nav {
  display: inline-block;
  padding-bottom: 1.5rem;
}

.account main article header nav .nav-links {
  width: 21.4375rem;
}

.account main article header nav .nav-links li {
  display: inline-block;
  font-size: 0.9375rem;
  margin: auto;
}

.account main article header nav .nav-links li:not(:last-child) {
  padding-right: 1.3125rem;
}

.account main article .change-pass-account h1 {
  padding-bottom: 1.5rem;
}

.account main article .change-pass-account h3 {
  font-size: 0.8125rem;
  letter-spacing: 0;
}

.account main article .change-pass-account p {
  margin-bottom: 0;
}

.account main article .change-pass-account .change-pass-form fieldset {
  border: none;
}

.account main article .change-pass-account .change-pass-form input,
.account main article .change-pass-account .change-pass-form textarea,
.account main article .change-pass-account .change-pass-form select,
.account main article .change-pass-account .change-pass-form button {
  outline: none;
}

.account main article .change-pass-account .change-pass-form:focus {
  outline: none;
}

.account main article .change-pass-account .change-pass-form input[type="text"],
.account main article .change-pass-account .change-pass-form input[type="email"],
.account main article .change-pass-account .change-pass-form input[type="password"],
.account main article .change-pass-account .change-pass-form input[type="tel"],
.account main article .change-pass-account .change-pass-form input[type="date"],
.account main article .change-pass-account .change-pass-form input[type="datetime-local"],
.account main article .change-pass-account .change-pass-form input[type="month"],
.account main article .change-pass-account .change-pass-form input[type="time"],
.account main article .change-pass-account .change-pass-form input[type="url"],
.account main article .change-pass-account .change-pass-form input[type="week"],
.account main article .change-pass-account .change-pass-form textarea,
.account main article .change-pass-account .change-pass-form select {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: none;
  border-bottom: solid 1px #666;
}

.account main article .change-pass-account .change-pass-form button {
  border: solid 1px #ddd;
}

.account main article .change-pass-account .change-pass-form .current-pass {
  margin-bottom: 1.5rem;
}

.account main article .change-pass-account .change-pass-form .new-pass input[type="password"] {
  padding: 0;
}

.account main article .manage-account {
  border-bottom: solid 1px #ddd;
}

.account main article .manage-account p {
  letter-spacing: 0;
}

.account main article .manage-account .button-left {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.account main article .manage-account .button-left .button-btn-download {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.account main article .information-form h3 {
  padding-top: 2rem;
}

.account main article .information-form .information-forms fieldset {
  border: none;
}

.account main article .information-form .information-forms input,
.account main article .information-form .information-forms textarea,
.account main article .information-form .information-forms select,
.account main article .information-form .information-forms button {
  outline: none;
}

.account main article .information-form .information-forms:focus {
  outline: none;
}

.account main article .information-form .information-forms input[type="text"],
.account main article .information-form .information-forms input[type="email"],
.account main article .information-form .information-forms input[type="password"],
.account main article .information-form .information-forms input[type="tel"],
.account main article .information-form .information-forms input[type="date"],
.account main article .information-form .information-forms input[type="datetime-local"],
.account main article .information-form .information-forms input[type="month"],
.account main article .information-form .information-forms input[type="time"],
.account main article .information-form .information-forms input[type="url"],
.account main article .information-form .information-forms input[type="week"],
.account main article .information-form .information-forms textarea,
.account main article .information-form .information-forms select {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: none;
  border-bottom: solid 1px #666;
}

.account main article .information-form .information-forms button {
  border: solid 1px #ddd;
}

.account main article .download-pdf {
  padding-top: 1rem;
  font-weight: bold;
}

@media (min-width: 1025px) {
  .account main article header {
    padding-bottom: 0;
  }
  .account main article .change-pass-account {
    width: 23.75rem;
    margin: 0 auto;
  }
  .account main article .account-btn {
    display: inline-block;
    border: solid 1px #000;
  }
  .account main article .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* Base / Common Modules */
.promo-box {
  margin: 2.5rem 0 3.25rem;
}

.promo-container {
  text-align: center;
  border: 1px solid #ddd;
  padding: 1rem;
}

.promo-container p {
  margin-bottom: 0;
}

.promo-container p i {
  display: none;
}

.black_cover {
  filter: alpha(opacity=50);
  opacity: 0.5;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 700;
  width: 100%;
  height: 100vh;
  display: none;
}

.black_cover.active_x {
  display: block;
}

i.f {
  display: block;
  height: 200px;
  margin-bottom: 2rem;
}

body i.f {
  background: #e9f3f8;
}

body.site-investment i.f {
  background: #fafcfd;
}

body.site-bank i.f {
  background: #f8f7e9;
}

body.site-city i.f {
  background: #fffbfa;
}

body.site-tech i.f {
  background: #f9fcf7;
}

body.site-energy i.f {
  background: #eef6ea;
}

body article img, body
.article img {
  background: #e9f3f8;
}

body.site-investment article img, body.site-investment
.article img {
  background: #fafcfd;
}

body.site-bank article img, body.site-bank
.article img {
  background: #fcfcf7;
}

body.site-city article img, body.site-city
.article img {
  background: #fffbfa;
}

body.site-tech article img, body.site-tech
.article img {
  background: #f9fcf7;
}

body.site-energy article img, body.site-energy
.article img {
  background: #eef6ea;
}

body .img-auto {
  background: #e9f3f8;
}

body.site-investment .img-auto {
  background: #fafcfd;
}

body.site-bank .img-auto {
  background: #fcfcf7;
}

body.site-city .img-auto {
  background: #fffbfa;
}

body.site-tech .img-auto {
  background: #f9fcf7;
}

body.site-energy .img-auto {
  background: #eef6ea;
}

.img-auto {
  display: none;
}

.site-header {
  z-index: 4000;
}

.half-s {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.quater-s {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.article-tags {
  margin: 0;
  padding-top: 1.4375rem;
  padding-bottom: 1.875rem;
}

.article-tags ul {
  font-size: 0.9375rem;
}

.article-tags ul li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  font-family: "IBM Plex Mono", courier, serif;
  font-size: 0.9375rem;
}

.article-tags ul li a {
  background: #eaf7fd;
  padding: 0 1rem;
  min-width: 7rem;
  display: block;
  text-align: center;
  line-height: 1.75rem;
  text-decoration: none;
}

.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1025px) {
  .articles {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.two-articles article {
  border-bottom: solid 1px #ddd;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.two-articles article:last-of-type:after {
  display: none;
}

.two-articles article figure {
  margin-bottom: 1rem;
  overflow: hidden;
}

.two-articles article figure figcaption {
  font-style: italic;
}

.two-articles article .text .category {
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: lighter;
}

.two-articles article .text .category a {
  text-transform: uppercase;
  font-weight: 500;
}

.two-articles article .text h2,
.two-articles article .text h3 {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.625rem;
  letter-spacing: -0.36px;
}

.two-articles article .text p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "IBM Plex Serif", georgia, serif;
  line-height: 1.375rem;
}

.two-articles article .text .meta {
  margin-top: 0.8125rem;
}

.two-articles article .text .meta span,
.two-articles article .text .meta time {
  font-size: 0.9375rem;
}

.two-articles article .text .meta .author {
  display: inline a;
  display-font-weight: bold;
}

.two-articles article .text .meta time {
  margin-left: 0.25rem;
}

@media (min-width: 1025px) {
  .two-articles article {
    border-bottom: none;
  }
  .two-articles article figure {
    overflow: hidden;
    margin-bottom: 1.25rem;
  }
  .two-articles article figure img {
    width: auto;
    height: auto;
  }
  .two-articles article .text .category {
    font-size: 0.8125rem;
  }
  .two-articles article .text h2,
  .two-articles article .text h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .two-articles article .text p {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-family: "IBM Plex Serif", georgia, serif;
    line-height: 1.375rem;
  }
  .two-articles article .text .meta {
    margin-top: 0.8125rem;
  }
  .two-articles article .text .meta span,
  .two-articles article .text .meta time {
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) {
  .two-articles article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .two-articles article {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .two-articles article {
    padding-top: 1rem;
  }
}

@media (min-width: 1025px) {
  .two-articles article figure {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .two-articles article .text {
    width: 75%;
  }
}

.four-articles article {
  border-bottom: solid 1px #ddd;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.four-articles article:last-of-type:after {
  display: none;
}

.four-articles article figure {
  margin-bottom: 1rem;
  overflow: hidden;
}

.four-articles article figure figcaption {
  font-style: italic;
}

.four-articles article .text .category {
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: lighter;
}

.four-articles article .text .category a {
  text-transform: uppercase;
  font-weight: 500;
}

.four-articles article .text h2,
.four-articles article .text h3 {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.625rem;
  letter-spacing: -0.36px;
}

.four-articles article .text p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "IBM Plex Serif", georgia, serif;
  line-height: 1.375rem;
}

.four-articles article .text .meta {
  margin-top: 0.8125rem;
}

.four-articles article .text .meta span,
.four-articles article .text .meta time {
  font-size: 0.9375rem;
}

.four-articles article .text .meta .author {
  display: inline a;
  display-font-weight: bold;
}

.four-articles article .text .meta time {
  margin-left: 0.25rem;
}

@media (min-width: 1025px) {
  .four-articles article {
    border-bottom: none;
  }
  .four-articles article figure {
    overflow: hidden;
    margin-bottom: 1.25rem;
  }
  .four-articles article figure img {
    width: auto;
    height: auto;
  }
  .four-articles article .text .category {
    font-size: 0.8125rem;
  }
  .four-articles article .text h2,
  .four-articles article .text h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .four-articles article .text p {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-family: "IBM Plex Serif", georgia, serif;
    line-height: 1.375rem;
  }
  .four-articles article .text .meta {
    margin-top: 0.8125rem;
  }
  .four-articles article .text .meta span,
  .four-articles article .text .meta time {
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) {
  .four-articles article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .four-articles article {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .four-articles article {
    padding-top: 1rem;
  }
}

.related-articles {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-top: solid 1px #666;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.related-articles h2 {
  font-size: 0.9375rem;
  margin: 0 0 0.875rem 0;
}

.related-articles h2 a {
  font-weight: bold;
  margin: 0 0 2rem 0;
}

@media (min-width: 1025px) {
  .related-articles h2 {
    font-size: 1rem;
  }
}

.related-articles h2 a {
  text-transform: uppercase;
  padding-left: 0.25rem;
}

@media (min-width: 1025px) {
  .related-articles {
    border-top: solid 1px #666;
  }
}

.related-articles ul {
  list-style: none;
  margin: 0;
}

.related-articles ul li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: solid 1px #ddd;
}

@media (min-width: 1025px) {
  .related-articles ul li article {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.related-articles ul li article figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 33.3333333%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}

@media (min-width: 1025px) {
  .related-articles ul li article figure {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.related-articles ul li article .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 66.6666666667%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 1rem 0 0;
}

@media (min-width: 1025px) {
  .related-articles ul li article .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.related-articles ul li article .text h3 {
  margin: 0;
}

.related-articles ul li article .text p {
  line-height: 1.125;
}

.related-articles ul li article .text .company-name {
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.related-articles ul li article div:only-child {
  width: 100%;
}

.related-articles ul li a {
  text-decoration: none;
}

.related-articles ul li:last-of-type {
  margin-bottom: 0;
}

.related-articles.text-only h2 a {
  text-transform: uppercase;
  padding-left: 0.25rem;
}

.related-articles.text-only ul li {
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: -0.6px;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.related-articles.text-only ul li a {
  text-transform: none;
}

@media (min-width: 1025px) {
  .related-articles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles ul {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .related-articles ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles ul li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .related-articles ul li article {
    border-bottom: none;
  }
  .related-articles ul li article figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .related-articles ul li article .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .related-articles ul li article .text h2,
  .related-articles ul li article .text h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles ul.two li {
    width: 50%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles ul.two li article figure {
    width: 25%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles ul.two li article div.text {
    width: 75%;
  }
}

@media (min-width: 1025px) {
  .related-articles ul.two li article div:only-child {
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles ul.three li {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles ul.three li article figure {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles ul.three li article div.text {
    width: 66.6666666667%;
  }
}

@media (min-width: 1025px) {
  .related-articles ul.three li article div:only-child {
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles ul.four li {
    width: 25%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles ul.four li article figure {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .related-articles ul.four li article div.text {
    width: 66.6666666667%;
  }
}

@media (min-width: 1025px) {
  .related-articles ul.four li article div:only-child {
    width: 100%;
  }
}

.show-register-modal .register-modal {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  height: auto;
  overflow: visible;
}

.category-sub-menu {
  position: absolute;
  top: 6.0625rem;
  left: 4.5rem;
  z-index: 3100;
  overflow: hidden;
  display: none;
}

.category-sub-menu .container {
  background: #fefefe;
  border: solid 1px #cacaca;
  border-top: none;
  -webkit-box-shadow: 5px 4px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 4px 8px -1px rgba(0, 0, 0, 0.2);
  width: 27.5rem;
  display: block;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 1.875rem;
  padding-top: 0.5625rem;
}

.category-sub-menu .category-article-tags ul {
  margin-left: 0;
}

.category-sub-menu .category-article-tags ul li {
  display: inline-block;
  margin-right: 0.5rem;
  width: auto;
}

.category-sub-menu .category-article-tags ul li a {
  display: inline;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.1875rem;
  border-bottom: none;
  padding: 0.25rem 0.5rem;
}

.category-sub-menu ul .category-related,
.category-sub-menu ul .category-more {
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.0625rem;
  letter-spacing: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 0.8125rem;
}

.category-sub-menu ul li.title {
  line-height: 3.625rem;
  height: 3.625rem;
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 0.6875rem;
}

.category-sub-menu ul li.title span {
  content: "";
  cursor: pointer;
}

.category-sub-menu ul li.title span:after {
  background-position: 4px -193px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.category-sub-menu ul li.title span::after {
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
  content: "";
  border: solid 1px #ddd;
  padding-left: 1.625rem;
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
  margin-left: 0.75rem;
  background-position: 0.375rem -11.875rem;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-top: 14px;
  padding-bottom: 12px;
  margin-bottom: -7px;
}

.category-sub-menu ul li {
  width: 100%;
}

.category-sub-menu ul li:last-child a {
  border-bottom: none;
}

.category-sub-menu ul li a,
.category-sub-menu ul li a:visited {
  text-decoration: none;
  border-bottom: solid 1px #ddd;
  display: block;
  padding: 0.7rem 1rem;
  padding-left: 0;
}

.category-sub-menu ul li a:hover,
.category-sub-menu ul li a:visited:hover {
  background: #e9f3f8;
}

.current-category {
  margin-top: 1.3125rem;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}

.current-category.tag {
  margin-bottom: 2rem;
}

.current-category h1 {
  padding-bottom: 1rem;
}

.current-category span {
  display: inline-block;
  cursor: pointer;
  text-align: left;
  margin-bottom: 0.6875rem;
  font-weight: 400;
}

.single .current-category span::after {
  content: none;
}

.base .three-articles article {
  border-bottom: solid 1px #ddd;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.base .three-articles article:last-of-type:after {
  display: none;
}

.base .three-articles article figure {
  margin-bottom: 1rem;
  overflow: hidden;
}

.base .three-articles article figure figcaption {
  font-style: italic;
}

.base .three-articles article .text .category {
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: lighter;
}

.base .three-articles article .text .category a {
  text-transform: uppercase;
  font-weight: 500;
}

.base .three-articles article .text h2,
.base .three-articles article .text h3 {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.625rem;
  letter-spacing: -0.36px;
}

.base .three-articles article .text p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "IBM Plex Serif", georgia, serif;
  line-height: 1.375rem;
}

.base .three-articles article .text .meta {
  margin-top: 0.8125rem;
}

.base .three-articles article .text .meta span,
.base .three-articles article .text .meta time {
  font-size: 0.9375rem;
}

.base .three-articles article .text .meta .author {
  display: inline a;
  display-font-weight: bold;
}

.base .three-articles article .text .meta time {
  margin-left: 0.25rem;
}

@media (min-width: 1025px) {
  .base .three-articles article {
    border-bottom: none;
  }
  .base .three-articles article figure {
    overflow: hidden;
    margin-bottom: 1.25rem;
  }
  .base .three-articles article figure img {
    width: auto;
    height: auto;
  }
  .base .three-articles article .text .category {
    font-size: 0.8125rem;
  }
  .base .three-articles article .text h2,
  .base .three-articles article .text h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .base .three-articles article .text p {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-family: "IBM Plex Serif", georgia, serif;
    line-height: 1.375rem;
  }
  .base .three-articles article .text .meta {
    margin-top: 0.8125rem;
  }
  .base .three-articles article .text .meta span,
  .base .three-articles article .text .meta time {
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) {
  .base .three-articles article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .base .three-articles article {
    width: 33.3333333%;
  }
}

.base .three-articles article figure {
  overflow: hidden;
}

.base .three-articles article figure img {
  display: block;
}

@media (min-width: 1025px) {
  .base .three-articles article {
    padding-top: 1rem;
  }
}

.base .three-articles .small-thumbnails article {
  padding-bottom: 1rem;
}

.base .three-articles .small-thumbnails article figure {
  width: 35%;
  position: relative;
  float: right;
  height: auto;
}

.base .three-articles .small-thumbnails article figure img {
  min-height: 0;
  height: auto;
  max-width: 100%;
}

.base .three-articles .small-thumbnails article .text {
  float: left;
  width: 64%;
}

.base .three-articles .small-thumbnails article .text h2,
.base .three-articles .small-thumbnails article .text h3 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  letter-spacing: -0.36px;
  margin: 0 0 1rem;
}

.base .three-articles .small-thumbnails article .text p {
  display: none;
}

@media (min-width: 1025px) {
  .base .three-articles .small-thumbnails article {
    padding-bottom: 0;
  }
  .base .three-articles .small-thumbnails article figure {
    width: 100%;
    float: left;
  }
  .base .three-articles .small-thumbnails article .text {
    width: 100%;
    float: right;
  }
  .base .three-articles .small-thumbnails article .text p {
    display: block;
  }
}

.base main {
  padding-bottom: 1rem;
  display: block;
}

.base .hot-topics .small-thumbnails article figure {
  width: 35%;
}

.base .hot-topics .small-thumbnails article .text {
  width: 60%;
}

.base section.related {
  padding-left: 0;
  padding-right: 0;
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}

.base .top-navigation-holder {
  display: none;
}

.base section {
  padding: 0 1rem;
  /* Don't show excerpts in mobile */
}

.base section.full-width {
  padding: 0;
}

.base section.full-width article {
  border: none;
  position: relative;
}

.base section.full-width article:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.9375rem;
  right: 0.9375rem;
  height: 1px;
  background: #ddd;
}

.base section.full-width article .text {
  padding: 0 1rem;
}

.base section h2 {
  font-size: 0.9375rem;
  margin: 0 0 0.875rem 0;
}

.base section h2 a {
  font-weight: bold;
  margin: 0 0 2rem 0;
}

@media (min-width: 1025px) {
  .base section h2 {
    font-size: 1rem;
  }
}

.base section.articles.non-feature-articles p {
  display: none;
}

.base section article {
  border-bottom: solid 1px #ddd;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}

.base section article:last-of-type:after {
  display: none;
}

.base section article figure {
  margin-bottom: 1rem;
  overflow: hidden;
}

.base section article figure figcaption {
  font-style: italic;
}

.base section article .text .category {
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: lighter;
}

.base section article .text .category a {
  text-transform: uppercase;
  font-weight: 500;
}

.base section article .text h2,
.base section article .text h3 {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.625rem;
  letter-spacing: -0.36px;
}

.base section article .text p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "IBM Plex Serif", georgia, serif;
  line-height: 1.375rem;
}

.base section article .text .meta {
  margin-top: 0.8125rem;
}

.base section article .text .meta span,
.base section article .text .meta time {
  font-size: 0.9375rem;
}

.base section article .text .meta .author {
  display: inline a;
  display-font-weight: bold;
}

.base section article .text .meta time {
  margin-left: 0.25rem;
}

@media (min-width: 1025px) {
  .base section article {
    border-bottom: none;
  }
  .base section article figure {
    overflow: hidden;
    margin-bottom: 1.25rem;
  }
  .base section article figure img {
    width: auto;
    height: auto;
  }
  .base section article .text .category {
    font-size: 0.8125rem;
  }
  .base section article .text h2,
  .base section article .text h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .base section article .text p {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-family: "IBM Plex Serif", georgia, serif;
    line-height: 1.375rem;
  }
  .base section article .text .meta {
    margin-top: 0.8125rem;
  }
  .base section article .text .meta span,
  .base section article .text .meta time {
    font-size: 0.875rem;
  }
}

.base section article::after {
  left: 0;
  right: 0;
}

.base section article.feature-table {
  padding-top: 1rem;
  width: 100%;
}

.base section.topLine::before {
  border-top: 1px solid black;
  padding-bottom: 1.5rem;
  width: 100%;
}

.base section.projects h2,
.base section.whitepapers h2,
.base section.hot-topics h2 {
  border-top: solid 1px black;
  padding-top: 0.6875rem;
}

.base section.projects h3 {
  font-size: 1.125rem;
  display: inline-block;
  line-height: 1.5rem;
  letter-spacing: -0.27px;
}

.base section table {
  border: none;
  border-spacing: 0px;
  border-collapse: initial;
  width: 100%;
}

.base section table td,
.base section table th {
  background: #fefefe;
  border: none;
  text-align: left;
  padding: 0;
  border-bottom: solid 1px #ddd;
  line-height: 2.5rem;
}

.base section table tr:last-child td {
  border-bottom: none;
}

.base section table .last-col {
  width: 30%;
}

.base section table td:last-child,
.base section table th:last-child {
  text-align: right;
}

.base section.related .hot-topics {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}

.base .small-thumbnails article {
  padding-bottom: 1rem;
}

.base .small-thumbnails article figure {
  width: 35%;
  position: relative;
  float: right;
  height: auto;
}

.base .small-thumbnails article figure img {
  min-height: 0;
  height: auto;
  max-width: 100%;
}

.base .small-thumbnails article .text {
  float: left;
  width: 64%;
}

.base .small-thumbnails article .text h2,
.base .small-thumbnails article .text h3 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  letter-spacing: -0.36px;
  margin: 0 0 1rem;
}

.base .small-thumbnails article .text p {
  display: none;
}

@media (min-width: 1025px) {
  .base .small-thumbnails article {
    padding-bottom: 0;
  }
  .base .small-thumbnails article figure {
    width: 100%;
    float: left;
  }
  .base .small-thumbnails article .text {
    width: 100%;
    float: right;
  }
  .base .small-thumbnails article .text p {
    display: block;
  }
}

.base .show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 3rem;
}

@media (min-width: 1025px) {
  .base .show-more {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.base .show-more span {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 1025px) {
  .base .show-more span {
    width: 50%;
  }
}

.base .show-more span i {
  font-weight: bold;
  font-style: normal;
}

.base .show-more span:first-child {
  text-align: right;
}

.base .show-more span:last-child {
  text-align: left;
  font-weight: bold;
}

.base .show-more span:last-child i {
  content: "";
  cursor: pointer;
}

.base .show-more span:last-child i:after {
  background-position: 4px -193px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.base .show-more span:last-child i::after {
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
  content: "";
  padding-left: 1.375rem;
  margin-left: 0.5rem;
  background-position: 0.25rem -11.875rem;
}

@media (min-width: 1025px) {
  .site-tech header {
    margin-bottom: 1.5rem;
  }
  .site-capital main div.current-category a:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #053c21));
    background: linear-gradient(to right, #053c21 50%);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 19px;
  }
  .base .top-navigation-holder {
    display: block;
  }
  .base main {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 76.875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .base main .current-category {
    padding: 0rem;
  }
  .base main .current-category a:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000));
    background: linear-gradient(to right, #000 50%);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 19px;
  }
  .base main .articles article.feature-table {
    padding-top: 0;
  }
  .base main .promo-box {
    display: block;
  }
  .base main .promo-box .promo-container {
    text-align: center;
    padding: 3rem 0;
    border: solid 1px #ddd;
    margin-bottom: 3rem;
    position: relative;
  }
  .base main .promo-box .promo-container:after {
    content: "Advertisement";
    font: 14px "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999;
  }
  .base main .img-auto {
    display: inline-block;
  }
  .base main .main-features figure,
  .base main .three-articles figure,
  .base main .four-articles figure {
    margin-left: 0;
    margin-right: 0;
  }
  .base main section {
    padding-left: 0;
    padding-right: 0;
  }
  .base main section.full-width .articles article:after {
    display: none;
  }
  .base main section.projects, .base main section.whitepapers, .base main section.hot-topics, .base main section.daily-data {
    padding: 0;
  }
  .base main section.whitepapers div.text h3, .base main section.hot-topics div.text h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .base main section.topLine::before {
    content: none;
  }
  .base main .whitepapers h2 {
    border-top: 1px solid #000;
    padding-top: 0.6875rem;
  }
  .base main .whitepapers .small-thumbnails article {
    padding-top: 0;
  }
  .base main .whitepapers .small-thumbnails article figure {
    width: 31%;
  }
  .base main .whitepapers .small-thumbnails article .text {
    width: 66%;
  }
  .base main .articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .articles {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .base main .articles article {
    border: none;
  }
  .base main .articles article ::after {
    content: none;
  }
  .base main .articles article .text {
    padding: 0;
  }
  .base main .articles.non-feature-articles p {
    display: block;
  }
  .base main .articles.main-features {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  .base main .articles.main-features:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.9375rem;
    right: 0.9375rem;
    height: 1px;
    background: #ddd;
  }
  .base main .articles.two-features {
    margin-bottom: 1rem;
  }
  .base main .articles.two-features article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .articles.two-features article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .articles.two-features article:last-of-type {
    width: 25%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .articles.two-features article:first-of-type {
    width: 75%;
  }
}

@media (min-width: 1025px) {
  .base main .articles.two-features article:first-of-type figure {
    width: 66%;
    float: right;
    height: 382px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .base main .articles.two-features article:first-of-type figure img {
    height: auto;
  }
  .base main .articles.two-features article:first-of-type .author span {
    font-weight: bold;
  }
  .base main .articles.two-features article:first-of-type .text {
    width: 30%;
    float: left;
  }
  .base main .articles.two-features article:first-of-type .text h2 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
  .base main .articles.whitepapers {
    border-bottom: solid 1px #ddd;
  }
  .base main .articles.non-feature-articles {
    position: relative;
    padding-top: 1rem;
  }
  .base main .articles.non-feature-articles:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0.9375rem;
    right: 0.9375rem;
    height: 1px;
    background: #ddd;
  }
  .base main .articles.with-out-border::after {
    content: none;
  }
  .base main .articles.daily-data article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .articles.daily-data article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .base main .articles.daily-data article h2 {
    border-top: solid 1px black;
    padding-top: 0.6875rem;
  }
  .base main .articles.daily-data article:first-of-type figure {
    width: 100%;
    float: none;
    margin: 0 0 1rem 0;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .articles.daily-data .feature-chart {
    width: 66.6666666667%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .articles.daily-data .feature-table {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) {
  .base main .articles.daily-data .feature-table table {
    width: 100%;
  }
  .base main .splash-feature {
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 76.875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #ddd;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .splash-feature article {
    border-bottom: none;
    width: 100%;
  }
  .base main .splash-feature article::after {
    content: none;
  }
  .base main .splash-feature article.articles {
    content: none;
    border-bottom: none;
  }
  .base main .splash-feature article.articles::after {
    content: none;
  }
}

@media (min-width: 1025px) {
  .base main .splash-feature article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .splash-feature article {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .base main .splash-feature article .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .splash-feature article .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .splash-feature article .text {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) {
  .base main .splash-feature article .text h2 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
  .base main .splash-feature article figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    padding-right: 0;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .splash-feature article figure {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .base main .splash-feature article figure {
    width: 66.6666666667%;
  }
}

@media (min-width: 1025px) {
  .base main .projects {
    border-top: solid 1px black;
    margin-bottom: 2rem;
    position: relative;
  }
  .base main .projects h2 {
    display: inline-block;
    background-color: black;
    color: #fefefe;
    font-size: 0.875rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    text-transform: uppercase;
    font-family: "IBM Plex Mono", courier, serif;
    margin-right: 1rem;
  }
  .base main .projects article {
    display: inline-block;
    padding: 0;
  }
  .base main .projects article time,
  .base main .projects article p {
    display: inline-block;
    font-size: 0.9375rem;
  }
  .base main .projects article time {
    font-weight: bold;
    margin-right: 1rem;
  }
  .base main .projects article span,
  .base main .projects article h3 {
    display: none;
  }
}

@media (min-width: 1025px) {
  .promo-box {
    margin: 0.25rem 0 3.5rem;
  }
  .promo-container {
    padding: 3rem 0;
  }
}

/* START HEADER SETUP */
.site-capital div.letter {
  background: #dde8e4;
  color: #053c21;
}

.site-capital div.letter::after {
  content: "";
  line-height: 2rem;
  padding-left: 1.25rem;
  background: url(../images/icons/green.png);
  background-repeat: no-repeat;
  background-position: top 0.1875rem right 0;
}

div.letter {
  background: black;
  color: #fefefe;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  position: relative;
  z-index: 1000;
  cursor: pointer;
}

div.letter::after {
  content: "";
  line-height: 2rem;
  padding-left: 1.25rem;
  background: url(../images/icons/white-arrow_14x14.png);
  background-repeat: no-repeat;
  background-position: top 0.1875rem right 0;
}

#nav-start {
  height: 0px;
  line-height: 0px;
  visibility: hidden;
}

.sticked {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}

.site-capital #siteHeader div i span:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #053c21));
  background: linear-gradient(to right, #053c21 50%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 26px;
}

#siteHeader {
  height: 3.4375rem;
  border-bottom: 0.0625rem solid #ddd;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fefefe;
  position: relative;
  z-index: 3500;
}

#siteHeader input,
#siteHeader textarea,
#siteHeader button {
  border: none;
  outline: none;
}

#siteHeader button:hover {
  cursor: pointer;
}

#siteHeader div {
  padding-top: 12px;
}

#siteHeader div i {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2rem;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

#siteHeader div i::before, #siteHeader div i::after {
  line-height: 1.5rem;
  display: inline-block;
}

#siteHeader div i:hover {
  cursor: pointer;
  background: url(../images/icons/b_line.png) no-repeat;
}

#siteHeader div:nth-child(1) {
  padding-left: 1rem;
}

#siteHeader div:nth-child(1) i:nth-child(1) {
  float: left;
  margin-right: 1.6875rem;
  background-position: top 1.625rem left 2.3125rem;
  white-space: nowrap;
}

#siteHeader div:nth-child(1) i:nth-child(1)::before {
  content: "\00A0";
  background-image: url(../assets/img/sprite.png);
  background-position: top -3197px left 4px;
  background-size: 100px;
  padding-right: 2.125rem;
}

#siteHeader div:nth-child(1) i:nth-child(1).active_x::before {
  background: url(../images/icons/hamburger_close_24x24.png) no-repeat;
}

#siteHeader div:nth-child(1) i:nth-child(1) span {
  display: none;
}

#siteHeader div:nth-child(1) i:nth-child(2) {
  background-position: top 1.625rem left 1.9375rem;
  display: none;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

#siteHeader div:nth-child(1) i:nth-child(2) strong {
  background: url(../images/icons/search_24x24.png) no-repeat;
  background-image: url(../assets/img/sprite.png);
  font-weight: 500;
  background-position: 6px 5px;
  background-size: 100px;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  float: left;
  display: block;
}

#siteHeader div:nth-child(1) i:nth-child(2) strong span {
  display: inline;
}

#siteHeader div:nth-child(1) i:nth-child(2) input {
  float: left;
  margin-top: 8px;
  display: inherit;
  border-bottom: solid 1px black;
  line-height: 16px;
  font-weight: 400;
}

#siteHeader div:nth-child(1) i:nth-child(2) button {
  float: left;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  border: solid 1px black;
  display: block;
  background: url(../images/icons/black-arrow_14x14.png) #fefefe no-repeat;
  background-position: 8px 7px;
  background-size: 12px;
}

#siteHeader div:nth-child(1) i:nth-child(2)::before {
  content: none;
}

#siteHeader div:nth-child(2) {
  padding: 0;
  height: 3.4375rem;
  width: 21.875rem;
  text-align: center;
}

#siteHeader div:nth-child(2) h1 {
  padding: 0;
  margin: 0;
}

#siteHeader div:nth-child(2) a {
  display: block;
  margin: auto;
  line-height: 3.125rem;
}

#siteHeader div:nth-child(2) a img {
  height: 1.0625rem;
  background: #fefefe;
  vertical-align: middle;
}

#siteHeader div:nth-child(2) a .with-strapline {
  margin-bottom: 1.0625rem;
}

#siteHeader div:nth-child(3) {
  text-align: right;
  padding-right: 1rem;
  width: 15%;
}

#siteHeader div:nth-child(3) i:nth-child(1) {
  display: none;
  margin-left: 0.6875rem;
  background-position: top 1.625rem right 1rem;
}

#siteHeader div:nth-child(3) i:nth-child(1)::after {
  content: "\00A0";
  padding-right: 0.75rem;
  border-right: solid 0.125rem #ddd;
  line-height: 1.3125rem;
}

#siteHeader div:nth-child(3) i:nth-child(2) {
  background-position: top 1.625rem right 2.375rem;
  width: 2.125rem;
  white-space: nowrap;
  font-size: 0;
}

#siteHeader div:nth-child(3) i:nth-child(2)::after {
  content: "\00A0";
  background: url(../images/icons/sign_in_24x24.png) no-repeat;
  background-position: top 0 right 0;
  padding-right: 2.1875rem;
}

@media (min-width: 1025px) {
  #siteHeader {
    height: 3.75rem;
  }
  #siteHeader form {
    width: 35%;
  }
  #siteHeader form div {
    padding-top: 14px;
  }
  #siteHeader form div:nth-child(1) {
    padding-left: 3.5rem;
  }
  #siteHeader form div:nth-child(1) i:nth-child(1) {
    width: auto;
    white-space: normal;
  }
  #siteHeader form div:nth-child(1) i:nth-child(1) span {
    display: inline-block;
  }
  #siteHeader form div:nth-child(1) i:nth-child(2) {
    display: inline-block;
  }
  #siteHeader form div:nth-child(1) i:nth-child(2) input {
    width: 1px;
    opacity: 0;
    margin-left: -30px;
    -webkit-transition: opacity 0.4s linear 0s, width 0.4s linear 0s, margin 0s linear 0.3s;
    transition: opacity 0.4s linear 0s, width 0.4s linear 0s, margin 0s linear 0.3s;
  }
  #siteHeader form div:nth-child(1) i:nth-child(2) button {
    -webkit-transition: opacity 0s linear 0s, margin 0s linear 0s;
    transition: opacity 0s linear 0s, margin 0s linear 0s;
    margin-left: -100px;
    opacity: 0;
  }
  #siteHeader form div:nth-child(1) i:nth-child(2) strong {
    padding-right: 0;
  }
  #siteHeader form div:nth-child(1) i:nth-child(2) strong span {
    display: inline;
  }
  #siteHeader form div:nth-child(1) i:nth-child(2).active_x {
    width: 62%;
  }
  #siteHeader form div:nth-child(1) i:nth-child(2).active_x:hover {
    background: none;
  }
  #siteHeader form div:nth-child(1) i:nth-child(2).active_x input {
    width: 50%;
    opacity: 1;
    -webkit-transition: margin 0s;
    transition: margin 0s;
    margin-left: 0px;
  }
  #siteHeader form div:nth-child(1) i:nth-child(2).active_x button {
    margin-left: 0px;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear 0.3s, margin 0s linear 0.3s;
    transition: opacity 0.5s linear 0.3s, margin 0s linear 0.3s;
  }
  #siteHeader form div:nth-child(1) i:nth-child(2).active_x strong span {
    display: none;
  }
  #siteHeader div:nth-child(2) a {
    width: 21.625rem;
    line-height: 3.75rem;
  }
  #siteHeader div:nth-child(3) {
    width: 35%;
    padding-right: 3.5rem;
  }
  #siteHeader div:nth-child(3) i:nth-child(1) {
    display: inline-block;
  }
  #siteHeader div:nth-child(3) i:nth-child(2) {
    width: auto;
    white-space: normal;
    font-size: 0.875rem;
  }
}

/* END HEADER SETUP */
.site-footer {
  background: black;
  padding: 1rem;
}

.site-footer .grid-container {
  padding: 0;
}

.site-footer section {
  border-top: none;
}

.site-footer section.share-links {
  padding: 0;
}

.site-footer section.share-links ul {
  margin-bottom: 1rem;
}

.site-footer section.share-links ul:after {
  clear: both;
  content: "";
  display: table;
}

.site-footer section.share-links ul li a {
  width: 2.5rem;
  height: 2.5rem;
  border: solid 1px #fefefe;
  margin-right: 0.3125rem;
}

.site-footer section.share-links ul li a:after {
  left: 0.09375rem;
  top: 0.09375rem;
}

.site-footer section.share-links ul .linkedin a:after {
  left: 4px;
  top: 3px;
}

.site-footer section.share-links p {
  font-family: "IBM Plex Serif", georgia, serif;
  color: #fefefe;
  font-style: italic;
}

.site-footer section.email-signup {
  background: black;
  padding: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  max-width: 110%;
  margin-bottom: 2rem;
  padding: 1rem;
}

.site-footer section.email-signup p,
.site-footer section.email-signup label,
.site-footer section.email-signup h2,
.site-footer section.email-signup a {
  color: #fefefe;
}

.site-footer section.email-signup form input[type="email"],
.site-footer section.email-signup form #job-dropdown,
.site-footer section.email-signup form #job-dropdown-footer,
.site-footer section.email-signup form #job-dropdown-footer-2 {
  background: black;
  border: none;
  border-bottom: solid 1px #fefefe;
  color: white;
}

.site-footer section.email-signup form input[type="email"]::-webkit-input-placeholder,
.site-footer section.email-signup form #job-dropdown::-webkit-input-placeholder,
.site-footer section.email-signup form #job-dropdown-footer::-webkit-input-placeholder,
.site-footer section.email-signup form #job-dropdown-footer-2::-webkit-input-placeholder {
  color: white;
}

.site-footer section.email-signup form input[type="email"]:-ms-input-placeholder,
.site-footer section.email-signup form #job-dropdown:-ms-input-placeholder,
.site-footer section.email-signup form #job-dropdown-footer:-ms-input-placeholder,
.site-footer section.email-signup form #job-dropdown-footer-2:-ms-input-placeholder {
  color: white;
}

.site-footer section.email-signup form input[type="email"]::-ms-input-placeholder,
.site-footer section.email-signup form #job-dropdown::-ms-input-placeholder,
.site-footer section.email-signup form #job-dropdown-footer::-ms-input-placeholder,
.site-footer section.email-signup form #job-dropdown-footer-2::-ms-input-placeholder {
  color: white;
}

.site-footer section.email-signup form input[type="email"]::placeholder,
.site-footer section.email-signup form #job-dropdown::placeholder,
.site-footer section.email-signup form #job-dropdown-footer::placeholder,
.site-footer section.email-signup form #job-dropdown-footer-2::placeholder {
  color: white;
}

.site-footer section.email-signup form #job-dropdown {
  margin-top: 1.5625rem;
}

.site-footer section.email-signup form input[type="radio"],
.site-footer section.email-signup form input[type="checkbox"] {
  border: solid 1px #fefefe;
  background: black;
}

.site-footer section.email-signup h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.site-footer section.email-signup h2 small {
  text-transform: uppercase;
  font-weight: lighter;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1.3125rem;
}

.site-footer section.email-signup form {
  margin-top: 2rem;
}

.site-footer section.email-signup form fieldset {
  padding: 0;
}

.site-footer section.email-signup form fieldset#newsletter-step2 {
  width: 100%;
  font-size: 14px;
}

.site-footer section.email-signup form fieldset.privacy-agree {
  text-align: left;
  margin-bottom: 2rem;
}

.site-footer section.email-signup form fieldset.privacy-agree:after {
  clear: both;
  content: "";
  display: table;
}

.site-footer section.email-signup form fieldset.privacy-agree input {
  float: left;
  width: 7%;
  margin-bottom: 6.25rem;
}

.site-footer section.email-signup form fieldset.privacy-agree label {
  width: 93%;
  float: right;
}

.site-footer section.email-signup form fieldset.email-submit {
  position: relative;
}

.site-footer section.email-signup form fieldset.email-submit input[type="email"],
.site-footer section.email-signup form fieldset.email-submit #job-dropdown,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer-2 {
  width: 85%;
  margin: 0;
}

.site-footer section.email-signup form fieldset.email-submit input[type="email"]:focus::-webkit-input-placeholder,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown:focus::-webkit-input-placeholder,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer:focus::-webkit-input-placeholder,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-webkit-input-placeholder {
  color: transparent;
}

.site-footer section.email-signup form fieldset.email-submit input[type="email"]:focus:-ms-input-placeholder,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown:focus:-ms-input-placeholder,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer:focus:-ms-input-placeholder,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer-2:focus:-ms-input-placeholder {
  color: transparent;
}

.site-footer section.email-signup form fieldset.email-submit input[type="email"]:focus::-ms-input-placeholder,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown:focus::-ms-input-placeholder,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer:focus::-ms-input-placeholder,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-ms-input-placeholder {
  color: transparent;
}

.site-footer section.email-signup form fieldset.email-submit input[type="email"]:focus::placeholder,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown:focus::placeholder,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer:focus::placeholder,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::placeholder {
  color: transparent;
}

.site-footer section.email-signup form fieldset.email-submit #job-dropdown,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer-2 {
  margin-top: 1.5625rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  font-family: inherit;
}

.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer + button,
.site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer-2 + button {
  top: 60px;
}

.site-footer section.email-signup form fieldset.email-submit #footerEmailValidation {
  padding-left: 5px;
}

.site-footer section.email-signup form fieldset.email-submit #emailValidation {
  margin-top: 5px;
}

.site-footer section.email-signup form fieldset.email-submit button {
  position: absolute;
  right: -15px;
  top: 45px;
  background: none;
  overflow: visible;
}

.site-footer section.email-signup form fieldset.email-submit button::after {
  content: "Submit \00A0 \003E";
  color: white;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
}

.site-footer section.email-signup form fieldset.email-submit button#invisible-button1 {
  display: none;
  top: 45px;
}

.site-footer section.email-signup form fieldset.email-submit button#invisible-button1-footer {
  right: 10px;
}

@media (min-width: 1025px) {
  .site-footer section.email-signup form fieldset.email-submit button {
    width: 3rem;
    height: 2.5rem;
    cursor: pointer;
  }
}

.site-footer section.email-signup form fieldset.email-submit #first-stage-button1-footer {
  right: 10px;
}

@media (max-width: 1025px) {
  .site-footer section.email-signup form#newsletterModal {
    text-align: start;
  }
  .site-footer section.email-signup form#newsletterModal #emailValidation, .site-footer section.email-signup form#newsletterModal #footerEmailValidation {
    text-align: center;
    width: 75%;
    margin-top: 5px;
    padding-left: 5px;
  }
  .site-footer section.email-signup form fieldset.email-submit input[type="email"],
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer-2 {
    width: 75%;
  }
  .site-footer section.email-signup form fieldset.email-submit input[type="email"]:focus::-webkit-input-placeholder,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown:focus::-webkit-input-placeholder,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer:focus::-webkit-input-placeholder,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .site-footer section.email-signup form fieldset.email-submit input[type="email"]:focus:-ms-input-placeholder,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown:focus:-ms-input-placeholder,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer:focus:-ms-input-placeholder,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer-2:focus:-ms-input-placeholder {
    color: transparent;
  }
  .site-footer section.email-signup form fieldset.email-submit input[type="email"]:focus::-ms-input-placeholder,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown:focus::-ms-input-placeholder,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer:focus::-ms-input-placeholder,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-ms-input-placeholder {
    color: transparent;
  }
  .site-footer section.email-signup form fieldset.email-submit input[type="email"]:focus::placeholder,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown:focus::placeholder,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer:focus::placeholder,
  .site-footer section.email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::placeholder {
    color: transparent;
  }
  .site-footer section.email-signup form fieldset.email-submit button#invisible-button1 {
    top: 55px;
  }
  .site-footer section.email-signup form fieldset.email-submit button#invisible-button1-footer {
    top: 55px;
  }
}

.site-footer section.email-signup small {
  color: #fff;
}

.site-footer section.email-signup #invisible-button1-footer {
  display: none;
}

.site-footer section.email-signup #footerEmailValidation {
  margin-top: 15px;
  color: #ff6666;
}

.site-footer section.footer-navs {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1025px) {
  .site-footer section.footer-navs {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.site-footer section.footer-navs .site-links,
.site-footer section.footer-navs .privacy-links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 50%;
  border-top: solid 1px #666;
  padding-top: 1rem;
}

@media (min-width: 1025px) {
  .site-footer section.footer-navs .site-links,
  .site-footer section.footer-navs .privacy-links {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.site-footer section.footer-navs .site-links a,
.site-footer section.footer-navs .privacy-links a {
  color: #fefefe;
}

.site-footer section p.copyright {
  color: #fefefe;
  margin: 2rem 0 0 0;
  border-top: solid 1px #666;
  padding-top: 1rem;
}

.site-footer .footer-copyright {
  color: #fefefe;
  padding-top: 1rem;
  border-top: 1px solid #666;
}

.site-footer .footer-copyright span {
  color: #fff;
}

.site-footer .footer-copyright p.footer-copyright-text {
  float: left;
  width: 71%;
}

.site-footer .footer-copyright a img {
  width: 100px;
}

.after__footer img {
  background: none;
}

.after__footer-text {
  background: #e1e0e0;
  padding-bottom: 1rem;
}

.after__footer-links {
  padding-right: 1rem;
}

.after__footer section {
  padding: 0;
}

.after__footer h4 {
  padding-top: 1.125rem;
  padding-bottom: 0.6875rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.after__footer li {
  border-top: solid 1px #bebcbc;
  padding-bottom: 1rem;
}

.after__footer li a {
  position: relative;
  top: 8px;
}

.after__footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.after__footer-column {
  width: 50%;
}

.after__footer .footer-logo {
  padding: 1.625rem 0;
  text-align: center;
  background: #f4f4f4;
}

@media (min-width: 1025px) {
  .after__footer-column {
    width: 30%;
  }
  .after__footer-column:after {
    clear: both;
    content: "";
    display: table;
  }
  .after__footer-column li {
    float: left;
    padding-right: 4rem;
    position: relative;
    border-top: none;
  }
  .after__footer-column li::before {
    content: "";
    height: 1px;
    background-color: #c0bebe;
    display: block;
    clear: both;
    width: 135%;
  }
  .site-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .site-footer .grid-container {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 76.875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .site-footer .sections {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .site-footer .sections section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    margin-top: 0;
    position: relative;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .site-footer .sections section {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .site-footer .sections section h2 {
    font-size: 2.25rem;
  }
  .site-footer .sections section.email-signup {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .site-footer .sections section.email-signup {
    width: 41.6666666667%;
  }
}

@media (min-width: 1025px) {
  .site-footer .sections section.email-signup form {
    margin-top: 3rem;
  }
  .site-footer .sections section.share-links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 4.5rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .site-footer .sections section.share-links {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) {
  .site-footer .sections section.share-links p {
    font-size: 1.375rem;
  }
  .site-footer .sections section.share-links li a::after {
    left: 4px;
    top: 4px;
  }
  .site-footer .sections section.share-links p.copyright {
    color: #fff;
    font-family: "IBMPlexSans", sans-serif;
    font-style: normal;
    padding-bottom: 2rem;
    border-top: none;
    padding-top: 0;
    position: relative;
    font-size: 0.875rem;
  }
  .site-footer .sections section.footer-navs {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 1rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .site-footer .sections section.footer-navs {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .site-footer .sections section.footer-navs .site-links,
  .site-footer .sections section.footer-navs .privacy-links {
    width: 58.333333333%;
    margin-left: 41.66666666667%;
    padding-left: 0;
    padding-right: 0;
  }
  .site-footer .sections section.footer-navs .site-links ul,
  .site-footer .sections section.footer-navs .privacy-links ul {
    font-size: 1rem;
  }
  .site-footer .footer-copyright p.footer-copyright-text {
    width: 43%;
  }
  .site-footer p.copyright {
    color: #fefefe;
    margin: 2rem 0 0 0;
    border-top: solid 1px #666;
    padding-top: 1rem;
  }
}

.newsletter-modal {
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background: black;
  width: 100%;
  position: fixed;
  top: 3.125rem;
  text-align: center;
  z-index: 2000;
}

.newsletter-modal .email-signup {
  background: black;
  padding: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  max-width: 110%;
  margin-bottom: 2rem;
}

.newsletter-modal .email-signup p,
.newsletter-modal .email-signup label,
.newsletter-modal .email-signup h2,
.newsletter-modal .email-signup a {
  color: #fefefe;
}

.newsletter-modal .email-signup form input[type="email"],
.newsletter-modal .email-signup form #job-dropdown,
.newsletter-modal .email-signup form #job-dropdown-footer,
.newsletter-modal .email-signup form #job-dropdown-footer-2 {
  background: black;
  border: none;
  border-bottom: solid 1px #fefefe;
  color: white;
}

.newsletter-modal .email-signup form input[type="email"]::-webkit-input-placeholder,
.newsletter-modal .email-signup form #job-dropdown::-webkit-input-placeholder,
.newsletter-modal .email-signup form #job-dropdown-footer::-webkit-input-placeholder,
.newsletter-modal .email-signup form #job-dropdown-footer-2::-webkit-input-placeholder {
  color: white;
}

.newsletter-modal .email-signup form input[type="email"]:-ms-input-placeholder,
.newsletter-modal .email-signup form #job-dropdown:-ms-input-placeholder,
.newsletter-modal .email-signup form #job-dropdown-footer:-ms-input-placeholder,
.newsletter-modal .email-signup form #job-dropdown-footer-2:-ms-input-placeholder {
  color: white;
}

.newsletter-modal .email-signup form input[type="email"]::-ms-input-placeholder,
.newsletter-modal .email-signup form #job-dropdown::-ms-input-placeholder,
.newsletter-modal .email-signup form #job-dropdown-footer::-ms-input-placeholder,
.newsletter-modal .email-signup form #job-dropdown-footer-2::-ms-input-placeholder {
  color: white;
}

.newsletter-modal .email-signup form input[type="email"]::placeholder,
.newsletter-modal .email-signup form #job-dropdown::placeholder,
.newsletter-modal .email-signup form #job-dropdown-footer::placeholder,
.newsletter-modal .email-signup form #job-dropdown-footer-2::placeholder {
  color: white;
}

.newsletter-modal .email-signup form #job-dropdown {
  margin-top: 1.5625rem;
}

.newsletter-modal .email-signup form input[type="radio"],
.newsletter-modal .email-signup form input[type="checkbox"] {
  border: solid 1px #fefefe;
  background: black;
}

.newsletter-modal .email-signup h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.newsletter-modal .email-signup h2 small {
  text-transform: uppercase;
  font-weight: lighter;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1.3125rem;
}

.newsletter-modal .email-signup form {
  margin-top: 2rem;
}

.newsletter-modal .email-signup form fieldset {
  padding: 0;
}

.newsletter-modal .email-signup form fieldset#newsletter-step2 {
  width: 100%;
  font-size: 14px;
}

.newsletter-modal .email-signup form fieldset.privacy-agree {
  text-align: left;
  margin-bottom: 2rem;
}

.newsletter-modal .email-signup form fieldset.privacy-agree:after {
  clear: both;
  content: "";
  display: table;
}

.newsletter-modal .email-signup form fieldset.privacy-agree input {
  float: left;
  width: 7%;
  margin-bottom: 6.25rem;
}

.newsletter-modal .email-signup form fieldset.privacy-agree label {
  width: 93%;
  float: right;
}

.newsletter-modal .email-signup form fieldset.email-submit {
  position: relative;
}

.newsletter-modal .email-signup form fieldset.email-submit input[type="email"],
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2 {
  width: 85%;
  margin: 0;
}

.newsletter-modal .email-signup form fieldset.email-submit input[type="email"]:focus::-webkit-input-placeholder,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown:focus::-webkit-input-placeholder,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus::-webkit-input-placeholder,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-webkit-input-placeholder {
  color: transparent;
}

.newsletter-modal .email-signup form fieldset.email-submit input[type="email"]:focus:-ms-input-placeholder,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown:focus:-ms-input-placeholder,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus:-ms-input-placeholder,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus:-ms-input-placeholder {
  color: transparent;
}

.newsletter-modal .email-signup form fieldset.email-submit input[type="email"]:focus::-ms-input-placeholder,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown:focus::-ms-input-placeholder,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus::-ms-input-placeholder,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-ms-input-placeholder {
  color: transparent;
}

.newsletter-modal .email-signup form fieldset.email-submit input[type="email"]:focus::placeholder,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown:focus::placeholder,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus::placeholder,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::placeholder {
  color: transparent;
}

.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2 {
  margin-top: 1.5625rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  font-family: inherit;
}

.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer + button,
.newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2 + button {
  top: 60px;
}

.newsletter-modal .email-signup form fieldset.email-submit #footerEmailValidation {
  padding-left: 5px;
}

.newsletter-modal .email-signup form fieldset.email-submit #emailValidation {
  margin-top: 5px;
}

.newsletter-modal .email-signup form fieldset.email-submit button {
  position: absolute;
  right: -15px;
  top: 45px;
  background: none;
  overflow: visible;
}

.newsletter-modal .email-signup form fieldset.email-submit button::after {
  content: "Submit \00A0 \003E";
  color: white;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
}

.newsletter-modal .email-signup form fieldset.email-submit button#invisible-button1 {
  display: none;
  top: 45px;
}

.newsletter-modal .email-signup form fieldset.email-submit button#invisible-button1-footer {
  right: 10px;
}

@media (min-width: 1025px) {
  .newsletter-modal .email-signup form fieldset.email-submit button {
    width: 3rem;
    height: 2.5rem;
    cursor: pointer;
  }
}

.newsletter-modal .email-signup form fieldset.email-submit #first-stage-button1-footer {
  right: 10px;
}

@media (max-width: 1025px) {
  .newsletter-modal .email-signup form#newsletterModal {
    text-align: start;
  }
  .newsletter-modal .email-signup form#newsletterModal #emailValidation, .newsletter-modal .email-signup form#newsletterModal #footerEmailValidation {
    text-align: center;
    width: 75%;
    margin-top: 5px;
    padding-left: 5px;
  }
  .newsletter-modal .email-signup form fieldset.email-submit input[type="email"],
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2 {
    width: 75%;
  }
  .newsletter-modal .email-signup form fieldset.email-submit input[type="email"]:focus::-webkit-input-placeholder,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown:focus::-webkit-input-placeholder,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus::-webkit-input-placeholder,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .newsletter-modal .email-signup form fieldset.email-submit input[type="email"]:focus:-ms-input-placeholder,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown:focus:-ms-input-placeholder,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus:-ms-input-placeholder,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus:-ms-input-placeholder {
    color: transparent;
  }
  .newsletter-modal .email-signup form fieldset.email-submit input[type="email"]:focus::-ms-input-placeholder,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown:focus::-ms-input-placeholder,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus::-ms-input-placeholder,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-ms-input-placeholder {
    color: transparent;
  }
  .newsletter-modal .email-signup form fieldset.email-submit input[type="email"]:focus::placeholder,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown:focus::placeholder,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer:focus::placeholder,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::placeholder {
    color: transparent;
  }
  .newsletter-modal .email-signup form fieldset.email-submit button#invisible-button1 {
    top: 55px;
  }
  .newsletter-modal .email-signup form fieldset.email-submit button#invisible-button1-footer {
    top: 55px;
  }
}

.newsletter-modal .email-signup #invisible-button1 {
  display: none;
}

@media (min-width: 1025px) {
  .newsletter-modal .email-signup h2 {
    font-size: 2.25rem;
    margin: 1.25rem auto;
  }
  .newsletter-modal .email-signup form {
    width: 25rem;
    margin: 0 auto;
  }
  .newsletter-modal .email-signup form fieldset.email-submit input[type="email"],
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer,
  .newsletter-modal .email-signup form fieldset.email-submit #job-dropdown-footer-2 {
    width: 78%;
  }
  .newsletter-modal .email-signup form #job-dropdown,
  .newsletter-modal .email-signup form #job-dropdown-footer,
  .newsletter-modal .email-signup form #job-dropdown-footer-2 {
    font-family: inherit;
    font-style: italic;
    font-weight: 400;
  }
}

.newsletter-modal .close {
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}

.newsletter-modal .close:after {
  content: "";
  background: url(../images/icons/hamburger_close_24x24.png) no-repeat;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-modal:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -9;
}

@media (min-width: 1025px) {
  .newsletter-modal {
    top: 6.25rem;
    width: 62.25rem;
    margin-left: -31.125rem;
    left: 50%;
  }
}

.show-register-modal .newsletter-modal {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  height: auto;
  overflow: visible;
}

.menu-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  z-index: 1000;
  display: none;
  height: 400px;
}

.menu-mobile .whole-menu-holder {
  width: 100%;
}

.menu-mobile .whole-menu-holder .anime-menu-holder {
  background: #fefefe;
  -webkit-box-shadow: 5px 4px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 4px 8px -1px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.menu-mobile .whole-menu-holder input[type="checkbox"] {
  display: none;
}

.menu-mobile .whole-menu-holder .sub-menu .short-menu-drop,
.menu-mobile .whole-menu-holder .sub-menu .show-menu,
.menu-mobile .whole-menu-holder .sub-menu .show-menu-second,
.menu-mobile .whole-menu-holder .sub-menu .show-menu-third,
.menu-mobile .whole-menu-holder .sub-menu .show-menu-forth,
.menu-mobile .whole-menu-holder .sub-menu .show-menu-fifth {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.menu-mobile .whole-menu-holder .sub-menu .show-menu ul li a,
.menu-mobile .whole-menu-holder .sub-menu .show-menu-second ul li a,
.menu-mobile .whole-menu-holder .sub-menu .show-menu-third ul li a,
.menu-mobile .whole-menu-holder .sub-menu .show-menu-forth ul li a,
.menu-mobile .whole-menu-holder .sub-menu .show-menu-fifth ul li a {
  display: block;
  padding: 0.7rem 1rem;
  padding-left: 0.4rem;
  cursor: pointer;
}

.menu-mobile .whole-menu-holder .sub-menu .dropdown_checkbox:checked ~ .short-menu-drop {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-mobile .whole-menu-holder .sub-menu .dropdown_checkbox-sub--1:checked ~ .show-menu {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-mobile .whole-menu-holder .sub-menu .dropdown_checkbox-sub--2:checked ~ .show-menu-second {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-mobile .whole-menu-holder .sub-menu .dropdown_checkbox:checked ~ .show-menu-second {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-mobile .whole-menu-holder .sub-menu .dropdown_checkbox:checked ~ .show-menu-third {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-mobile .whole-menu-holder .sub-menu .dropdown_checkbox:checked ~ .show-menu-forth {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-mobile .whole-menu-holder .sub-menu .dropdown_checkbox-sub--5:checked ~ .show-menu-fifth {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body .menu-mobile .whole-menu-holder .sub-menu .arrow-rotate:hover {
  background: #e9f3f8;
}

body.site-investment .menu-mobile .whole-menu-holder .sub-menu .arrow-rotate:hover {
  background: #fafcfd;
}

body.site-bank .menu-mobile .whole-menu-holder .sub-menu .arrow-rotate:hover {
  background: #f8f7e9;
}

body.site-city .menu-mobile .whole-menu-holder .sub-menu .arrow-rotate:hover {
  background: #fffbfa;
}

body.site-tech .menu-mobile .whole-menu-holder .sub-menu .arrow-rotate:hover {
  background: #f9fcf7;
}

body.site-energy .menu-mobile .whole-menu-holder .sub-menu .arrow-rotate:hover {
  background: #eef6ea;
}

.menu-mobile .whole-menu-holder .sub-menu .dropdown_button,
.menu-mobile .whole-menu-holder .sub-menu .dropdown_button-sub,
.menu-mobile .whole-menu-holder .sub-menu .dropdown_button-sub-1,
.menu-mobile .whole-menu-holder .sub-menu .dropdown_button-sub-2,
.menu-mobile .whole-menu-holder .sub-menu .dropdown_button-sub-5,
.menu-mobile .whole-menu-holder .sub-menu .dropdown_button-second {
  display: block;
  position: relative;
  padding: 0.7rem 1rem;
  padding-left: 0.4rem;
  cursor: pointer;
}

.menu-mobile .whole-menu-holder .sub-menu .arrow-rotate::after {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../assets/img/sprite.png) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 18px -180px;
  width: 47px;
  height: 47px;
  content: "";
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-mobile .whole-menu-holder .sub-menu .rotated-icon::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.menu-mobile .full-list-holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.menu-mobile .full-list-holder .anime-full-list-holder {
  background: #fefefe;
  border: solid 1px #cacaca;
  -webkit-box-shadow: 5px 4px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 4px 8px -1px rgba(0, 0, 0, 0.2);
}

.menu-mobile .full-list-holder .show-all {
  visibility: hidden;
}

.menu-mobile .search-box {
  background: black;
  color: #fefefe;
  padding: 0.7rem 1rem;
}

.menu-mobile .search-box .search-box-holder {
  padding: 0.7rem 1rem;
  padding-left: 0.4rem;
  border-bottom: 1px solid #cacaca;
  position: relative;
}

.menu-mobile .search-box .search-box-holder input {
  width: 91%;
  border: none;
  outline: none;
  background: black;
  color: #fefefe;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}

.menu-mobile .search-box .search-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.3rem;
  height: 2.3rem;
  cursor: pointer;
  background: url(../assets/img/sprite.png) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 6.25rem;
  background-position: 0.4rem 0.4rem;
  margin: 1rem 1rem auto auto;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  outline: none;
}

.menu-mobile .back-to-menu {
  background: black;
  color: #fefefe;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
}

.menu-mobile .back-to-menu a {
  color: #fefefe;
  display: inline;
  padding-left: 1.8rem;
}

.menu-mobile .back-to-menu a::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  background: url(../assets/img/sprite.png) 0 0 no-repeat;
  background-size: 6.25rem;
  background-position: 0.4rem -400px;
  width: 2.3rem;
  height: 2.3rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

.menu-mobile .primary-menu,
.menu-mobile .primary-menu > * {
  background: black;
  color: #fefefe;
}

.menu-mobile .primary-menu > div,
.menu-mobile li {
  padding-right: 1rem;
}

.menu-mobile .primary-menu ul {
  padding: 0.7rem 1rem;
  padding-right: 0;
}

.menu-mobile .primary-menu li {
  width: 50%;
  float: left;
}

.menu-mobile .primary-menu li a,
.menu-mobile .primary-menu li a:visited {
  color: #fefefe;
  text-decoration: none;
  border-bottom: solid 1px #8a8a8a;
  display: block;
  padding: 0.7rem 1rem;
  padding-left: 0.4rem;
}

.menu-mobile .primary-menu .end-menu {
  clear: both;
  line-height: 1.5;
}

.menu-mobile .sub-menu {
  padding: 0.7rem 1rem;
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
}

.menu-mobile .sub-menu ul {
  margin-left: 0;
}

.menu-mobile .sub-menu li {
  border-bottom: solid 1px #ddd;
  padding-right: 0;
  position: relative;
}

.menu-mobile .sub-menu li.sub-section nav {
  display: none;
  overflow: hidden;
}

.menu-mobile .sub-menu li.sub-section .anime-height {
  overflow: hidden;
}

.menu-mobile .sub-menu ul.opened nav.list-holder {
  display: block;
}

.menu-mobile .sub-menu ul.opened nav.first-part-of-menu {
  display: block;
}

.menu-mobile .sub-menu li i.menu-togle {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 47px;
  height: 47px;
  background: #fefefe;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

body .menu-mobile .sub-menu li i.menu-togle:hover {
  background: #e9f3f8;
}

body.site-investment .menu-mobile .sub-menu li i.menu-togle:hover {
  background: #fafcfd;
}

body.site-bank .menu-mobile .sub-menu li i.menu-togle:hover {
  background: #f8f7e9;
}

body.site-city .menu-mobile .sub-menu li i.menu-togle:hover {
  background: #fffbfa;
}

body.site-tech .menu-mobile .sub-menu li i.menu-togle:hover {
  background: #f9fcf7;
}

body.site-energy .menu-mobile .sub-menu li i.menu-togle:hover {
  background: #eef6ea;
}

.menu-mobile .sub-menu li i.menu-togle::after {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../assets/img/sprite.png) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 18px -180px;
  width: 47px;
  height: 47px;
  content: "";
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-mobile .sub-menu li i.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-mobile .sub-menu li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-mobile .sub-menu li a:hover {
  cursor: pointer;
}

body .menu-mobile .sub-menu li a:hover {
  background: #e9f3f8;
}

body.site-investment .menu-mobile .sub-menu li a:hover {
  background: #fafcfd;
}

body.site-bank .menu-mobile .sub-menu li a:hover {
  background: #f8f7e9;
}

body.site-city .menu-mobile .sub-menu li a:hover {
  background: #fffbfa;
}

body.site-tech .menu-mobile .sub-menu li a:hover {
  background: #f9fcf7;
}

body.site-energy .menu-mobile .sub-menu li a:hover {
  background: #eef6ea;
}

.menu-mobile .sub-menu li a:hover:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: 8px -188px;
}

.menu-mobile .sub-menu li a.active {
  border-bottom: 1px solid #fefefe;
  cursor: pointer;
}

body .menu-mobile .sub-menu li a.active {
  background: #e9f3f8;
}

body.site-investment .menu-mobile .sub-menu li a.active {
  background: #fafcfd;
}

body.site-bank .menu-mobile .sub-menu li a.active {
  background: #f8f7e9;
}

body.site-city .menu-mobile .sub-menu li a.active {
  background: #fffbfa;
}

body.site-tech .menu-mobile .sub-menu li a.active {
  background: #f9fcf7;
}

body.site-energy .menu-mobile .sub-menu li a.active {
  background: #eef6ea;
}

.menu-mobile .sub-menu li .show-all a:hover {
  background: none;
}

.menu-mobile .sub-menu .sub-menu-title {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: solid 1px black;
  padding: 1rem;
  padding-bottom: 0.3rem;
  padding-left: 0.4rem;
  font-size: 0.8125rem;
}

.menu-mobile .sub-menu li a {
  display: block;
  padding: 0.7rem 1rem;
  padding-left: 0.4rem;
}

.menu-mobile .sub-menu .show-all {
  position: relative;
}

.menu-mobile .sub-menu .show-all a {
  display: block;
  padding: 0.7rem 1rem;
  padding-left: 0.4rem;
  color: #005d8c;
  text-transform: capitalize;
}

@media (min-width: 1025px) {
  .menu-mobile .primary-menu {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .menu-mobile .sub-menu {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
  }
}

.single main {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 76.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.single main .current-category {
  padding-left: 0;
  padding-right: 0;
}

.single main .current-category .breadcrumb-dropdown:after {
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
  content: "";
  border: solid 1px #ddd;
  padding-left: 1.625rem;
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
  margin-left: 0.75rem;
  background-position: 0.375rem -11.875rem;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  padding-top: 14px;
  padding-bottom: 12px;
  margin-bottom: -7px;
}

.single main .breadcrumb,
.single main article,
.single main .related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1025px) {
  .single main .breadcrumb,
  .single main article,
  .single main .related {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single main article {
  /* Styles used by all figures in all article types */
}

.single main article .entry-header h1 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.25rem;
  letter-spacing: -0.0375rem;
  color: black;
}

@media (min-width: 1025px) {
  .single main article .entry-header h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.single main article .entry-header p {
  font-size: 1.4375rem;
  line-height: 1.625rem;
}

@media (min-width: 1025px) {
  .single main article .entry-header p {
    margin-left: auto;
    margin-right: auto;
    width: 49.375rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}

.single main article .article-author,
.single main article .article-date {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.single main article .article-author a,
.single main article .article-date a {
  font-weight: bold;
}

.single main article .register {
  display: none;
}

.single main article .article-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1025px) {
  .single main article .article-actions {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single main article .article-actions .share-links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 100%;
}

@media (min-width: 1025px) {
  .single main article .article-actions .share-links {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 390px) {
  .single main article .article-actions .share-links {
    width: 66.6666666667%;
  }
}

.single main article .article-actions .listen-to-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 100%;
  text-align: left;
  position: relative;
  padding-right: 3.125rem;
  line-height: 1.1;
  width: 5.625rem;
  margin-top: 0.75rem;
  margin-bottom: 0.3125rem;
}

@media (min-width: 1025px) {
  .single main article .article-actions .listen-to-article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 390px) {
  .single main article .article-actions .listen-to-article {
    width: 33.3333333%;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.single main article .article-actions .listen-to-article time {
  display: block;
}

.single main article .article-actions .listen-to-article .play {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
}

.single main article figure img {
  width: 100%;
  display: block;
}

.single main article figure figcaption {
  font-style: italic;
  margin-top: 1rem;
}

.single main article .entry-content {
  max-width: 100%;
  width: 100%;
  /* Sub headings / Subheads */
  /* Lists */
  /* Don't inherit the p:first-letter in child elements */
  /* Cropped articles */
}

.single main article .entry-content blockquote {
  margin: 0 0 2rem 3rem;
}

.single main article .entry-content blockquote:before {
  content: "\201C";
  font: bold 72px/72px Georgia;
  position: absolute;
  left: 14px;
  padding-right: 1.375rem;
}

body.site-investment .single main article .entry-content blockquote:before {
  color: #368ae2;
}

.single main article .entry-content blockquote:before body.site-bank {
  color: #938012;
}

body.site-city .single main article .entry-content blockquote:before {
  color: #c83a2e;
}

body.site-tech .single main article .entry-content blockquote:before {
  color: #254e70;
}

body.site-energy .single main article .entry-content blockquote:before {
  color: #518b32;
}

body.site-capital .single main article .entry-content blockquote:before {
  color: #053c21;
}

.single main article .entry-content blockquote cite {
  display: block;
  font-weight: bold;
  font-style: normal;
}

.single main article .entry-content blockquote span {
  display: block;
  padding-bottom: 1rem;
  font-weight: normal;
  font-style: italic;
  line-height: 1.25rem;
}

.single main article .entry-content blockquote span strong {
  padding-top: 1.25rem;
  line-height: 1.5625rem;
  font-size: 1.25rem;
  font-style: normal;
}

body .single main article .entry-content blockquote.pullquote {
  border-left: 4px solid #e9f3f8;
}

body.site-investment .single main article .entry-content blockquote.pullquote {
  border-left: 4px solid #368ae2;
}

.single main article .entry-content blockquote.pullquote body.site-bank {
  border-left: 4px solid #938012;
}

body.site-city .single main article .entry-content blockquote.pullquote {
  border-left: 4px solid #c83a2e;
}

body.site-tech .single main article .entry-content blockquote.pullquote {
  border-left: 4px solid #254e70;
}

body.site-energy .single main article .entry-content blockquote.pullquote {
  border-left: 4px solid #518b32;
}

body.site-capital .single main article .entry-content blockquote.pullquote {
  border-left: 4px solid #053c21;
}

.single main article .entry-content blockquote.pullquote p {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.36px;
  font-weight: bold;
}

.single main article .entry-content blockquote.pullquote p:first-of-type:first-letter {
  font: inherit;
  float: none;
  margin: 0;
}

.single main article .entry-content .blockquote {
  border-left: solid 1px #000;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.single main article .entry-content .newsletter-article,
.single main article .entry-content .newsletter-thankyou,
.single main article .entry-content .newsletter-container-category {
  background-color: #c2dbf6;
  padding: 1.0625rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.single main article .entry-content .newsletter-article .newsletter-container h1,
.single main article .entry-content .newsletter-thankyou .newsletter-container h1,
.single main article .entry-content .newsletter-container-category .newsletter-container h1 {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  letter-spacing: normal;
}

.single main article .entry-content .newsletter-article .newsletter-container h2,
.single main article .entry-content .newsletter-thankyou .newsletter-container h2,
.single main article .entry-content .newsletter-container-category .newsletter-container h2 {
  font-size: 2.25rem;
  line-height: 2.375rem;
  letter-spacing: -0.04562rem;
  margin-top: 0.6875rem;
  margin-bottom: 0.3125rem;
}

.single main article .entry-content .newsletter-article .newsletter-container p,
.single main article .entry-content .newsletter-thankyou .newsletter-container p,
.single main article .entry-content .newsletter-container-category .newsletter-container p {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: -0.01625rem;
  margin-bottom: 1.625rem;
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup button,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup button,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup button {
  display: inline-block;
  font-weight: 600;
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  letter-spacing: normal;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  width: 100%;
  height: 3.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .newsletter-article-btn.active,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .newsletter-article-btn.active,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .newsletter-article-btn.active {
  background: #000;
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1rem;
  margin: 0;
  width: 100%;
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit .btn-submit,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit .btn-submit,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit .btn-submit {
  border: solid 1px #000;
  background-color: transparent;
  color: #000;
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit .article-checkbox,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit .article-checkbox,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit .article-checkbox {
  float: left;
  margin-right: 1rem;
  margin-left: 0;
  margin-top: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 17px;
  visibility: hidden;
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit .article-checkbox::after,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit .article-checkbox::after,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit .article-checkbox::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  color: #000;
  width: 24px;
  height: 24px;
  visibility: visible;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 1px;
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit .article-checkbox:checked::after,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit .article-checkbox:checked::after,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit .article-checkbox:checked::after {
  background-image: url(../images/Path2Copy.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 3px;
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit input[type="email"],
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit input[type="email"],
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit input[type="email"] {
  display: block;
  border: none;
  width: 100%;
  border-bottom: solid 2px #368ae2;
  font-size: 1.125rem;
  padding-bottom: 1rem;
  margin-bottom: 0.9375rem;
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit input[type="email"]::-webkit-input-placeholder,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit input[type="email"]::-webkit-input-placeholder,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit input[type="email"]::-webkit-input-placeholder {
  font-size: 1.125rem;
  font-style: normal;
  line-height: rec-calc(20);
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.7);
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit input[type="email"]:-ms-input-placeholder,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit input[type="email"]:-ms-input-placeholder,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit input[type="email"]:-ms-input-placeholder {
  font-size: 1.125rem;
  font-style: normal;
  line-height: rec-calc(20);
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.7);
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit input[type="email"]::-ms-input-placeholder,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit input[type="email"]::-ms-input-placeholder,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit input[type="email"]::-ms-input-placeholder {
  font-size: 1.125rem;
  font-style: normal;
  line-height: rec-calc(20);
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.7);
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit input[type="email"]::placeholder,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit input[type="email"]::placeholder,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit input[type="email"]::placeholder {
  font-size: 1.125rem;
  font-style: normal;
  line-height: rec-calc(20);
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.7);
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit input[type="email"]:focus,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit input[type="email"]:focus,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit input[type="email"]:focus {
  border-bottom: solid 2px #000;
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit span,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit span,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit span {
  display: table;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: rgba(0, 0, 0, 0.5);
}

.single main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit span a,
.single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit span a,
.single main article .entry-content .newsletter-container-category .newsletter-container .newsletter-signup .email-submit span a {
  color: #000;
}

.single main article .entry-content .newsletter-thankyou h1 {
  margin-bottom: 4rem;
}

.single main article .entry-content .newsletter-thankyou .newsletter-signup {
  padding: 1.3125rem 1rem 1rem;
}

.single main article .entry-content .newsletter-thankyou .newsletter-signup p {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  letter-spacing: -0.01875rem;
}

.single main article .entry-content p {
  font: 1.125rem "IBM Plex Serif", georgia, serif;
  line-height: 1.625rem;
}

@media (min-width: 1025px) {
  .single main article .entry-content p {
    font: 1.25rem "IBM Plex Serif", georgia, serif;
    line-height: 1.875rem;
  }
}

.single main article .entry-content p:first-of-type:first-letter {
  font: 96px/0.68 "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  float: left;
  margin: 5px 0.5rem 0 -2px;
}

.single main article .entry-content p.company-name a {
  text-decoration: none;
}

.single main article .entry-content h2,
.single main article .entry-content h3,
.single main article .entry-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.single main article .entry-content h2.call-text,
.single main article .entry-content h3.call-text,
.single main article .entry-content h4.call-text {
  margin-top: 0;
}

.single main article .entry-content h2 {
  font-size: 1.5rem;
}

.single main article .entry-content ul,
.single main article .entry-content ol {
  line-height: 1.3;
  font-family: "IBM Plex Serif", georgia, serif;
  margin: 0 0 1rem 1.875rem;
}

.single main article .entry-content ul li,
.single main article .entry-content ol li {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}

.single main article .entry-content ul li a,
.single main article .entry-content ol li a {
  text-decoration: underline;
}

.single main article .entry-content ul {
  list-style-type: disc;
}

.single main article .entry-content ol {
  list-style-type: decimal;
}

.single main article .entry-content ul ul,
.single main article .entry-content ol ol,
.single main article .entry-content ul ol,
.single main article .entry-content ol ul {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.single main article .entry-content .related-companies ul li article figure {
  display: none;
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-companies ul li article figure {
    display: block;
  }
}

.single main article .entry-content .related-companies ul li article .text {
  width: 100%;
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-companies ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-companies ul {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-companies ul li article figure a {
    border: solid 1px #ddd;
    display: block;
    padding: 1rem;
    height: 5rem;
  }
  .single main article .entry-content .related-companies ul li article figure a img {
    width: auto;
    margin: 0 auto;
    vertical-align: middle;
  }
}

.single main article .entry-content aside p,
.single main article .entry-content div p,
.single main article .entry-content figure p,
.single main article .entry-content blockquote p {
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1rem;
  margin: 0;
}

.single main article .entry-content aside p:first-of-type:first-letter,
.single main article .entry-content div p:first-of-type:first-letter,
.single main article .entry-content figure p:first-of-type:first-letter,
.single main article .entry-content blockquote p:first-of-type:first-letter {
  font: inherit;
  float: none;
  margin: 0;
}

.single main article .entry-content figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.single main article .entry-content figure figcaption {
  font-family: "IBM Plex Serif", georgia, serif;
  font-style: italic;
}

.single main article .entry-content .email-signup {
  background: black;
  padding: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  max-width: 110%;
  margin-bottom: 2rem;
}

.single main article .entry-content .email-signup p,
.single main article .entry-content .email-signup label,
.single main article .entry-content .email-signup h2,
.single main article .entry-content .email-signup a {
  color: #fefefe;
}

.single main article .entry-content .email-signup form input[type="email"],
.single main article .entry-content .email-signup form #job-dropdown,
.single main article .entry-content .email-signup form #job-dropdown-footer,
.single main article .entry-content .email-signup form #job-dropdown-footer-2 {
  background: black;
  border: none;
  border-bottom: solid 1px #fefefe;
  color: white;
}

.single main article .entry-content .email-signup form input[type="email"]::-webkit-input-placeholder,
.single main article .entry-content .email-signup form #job-dropdown::-webkit-input-placeholder,
.single main article .entry-content .email-signup form #job-dropdown-footer::-webkit-input-placeholder,
.single main article .entry-content .email-signup form #job-dropdown-footer-2::-webkit-input-placeholder {
  color: white;
}

.single main article .entry-content .email-signup form input[type="email"]:-ms-input-placeholder,
.single main article .entry-content .email-signup form #job-dropdown:-ms-input-placeholder,
.single main article .entry-content .email-signup form #job-dropdown-footer:-ms-input-placeholder,
.single main article .entry-content .email-signup form #job-dropdown-footer-2:-ms-input-placeholder {
  color: white;
}

.single main article .entry-content .email-signup form input[type="email"]::-ms-input-placeholder,
.single main article .entry-content .email-signup form #job-dropdown::-ms-input-placeholder,
.single main article .entry-content .email-signup form #job-dropdown-footer::-ms-input-placeholder,
.single main article .entry-content .email-signup form #job-dropdown-footer-2::-ms-input-placeholder {
  color: white;
}

.single main article .entry-content .email-signup form input[type="email"]::placeholder,
.single main article .entry-content .email-signup form #job-dropdown::placeholder,
.single main article .entry-content .email-signup form #job-dropdown-footer::placeholder,
.single main article .entry-content .email-signup form #job-dropdown-footer-2::placeholder {
  color: white;
}

.single main article .entry-content .email-signup form #job-dropdown {
  margin-top: 1.5625rem;
}

.single main article .entry-content .email-signup form input[type="radio"],
.single main article .entry-content .email-signup form input[type="checkbox"] {
  border: solid 1px #fefefe;
  background: black;
}

.single main article .entry-content .email-signup h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.single main article .entry-content .email-signup h2 small {
  text-transform: uppercase;
  font-weight: lighter;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1.3125rem;
}

.single main article .entry-content .email-signup form {
  margin-top: 2rem;
}

.single main article .entry-content .email-signup form fieldset {
  padding: 0;
}

.single main article .entry-content .email-signup form fieldset#newsletter-step2 {
  width: 100%;
  font-size: 14px;
}

.single main article .entry-content .email-signup form fieldset.privacy-agree {
  text-align: left;
  margin-bottom: 2rem;
}

.single main article .entry-content .email-signup form fieldset.privacy-agree:after {
  clear: both;
  content: "";
  display: table;
}

.single main article .entry-content .email-signup form fieldset.privacy-agree input {
  float: left;
  width: 7%;
  margin-bottom: 6.25rem;
}

.single main article .entry-content .email-signup form fieldset.privacy-agree label {
  width: 93%;
  float: right;
}

.single main article .entry-content .email-signup form fieldset.email-submit {
  position: relative;
}

.single main article .entry-content .email-signup form fieldset.email-submit input[type="email"],
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer-2 {
  width: 85%;
  margin: 0;
}

.single main article .entry-content .email-signup form fieldset.email-submit input[type="email"]:focus::-webkit-input-placeholder,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown:focus::-webkit-input-placeholder,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer:focus::-webkit-input-placeholder,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-webkit-input-placeholder {
  color: transparent;
}

.single main article .entry-content .email-signup form fieldset.email-submit input[type="email"]:focus:-ms-input-placeholder,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown:focus:-ms-input-placeholder,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer:focus:-ms-input-placeholder,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus:-ms-input-placeholder {
  color: transparent;
}

.single main article .entry-content .email-signup form fieldset.email-submit input[type="email"]:focus::-ms-input-placeholder,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown:focus::-ms-input-placeholder,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer:focus::-ms-input-placeholder,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-ms-input-placeholder {
  color: transparent;
}

.single main article .entry-content .email-signup form fieldset.email-submit input[type="email"]:focus::placeholder,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown:focus::placeholder,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer:focus::placeholder,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::placeholder {
  color: transparent;
}

.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer-2 {
  margin-top: 1.5625rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  font-family: inherit;
}

.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer + button,
.single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer-2 + button {
  top: 60px;
}

.single main article .entry-content .email-signup form fieldset.email-submit #footerEmailValidation {
  padding-left: 5px;
}

.single main article .entry-content .email-signup form fieldset.email-submit #emailValidation {
  margin-top: 5px;
}

.single main article .entry-content .email-signup form fieldset.email-submit button {
  position: absolute;
  right: -15px;
  top: 45px;
  background: none;
  overflow: visible;
}

.single main article .entry-content .email-signup form fieldset.email-submit button::after {
  content: "Submit \00A0 \003E";
  color: white;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
}

.single main article .entry-content .email-signup form fieldset.email-submit button#invisible-button1 {
  display: none;
  top: 45px;
}

.single main article .entry-content .email-signup form fieldset.email-submit button#invisible-button1-footer {
  right: 10px;
}

@media (min-width: 1025px) {
  .single main article .entry-content .email-signup form fieldset.email-submit button {
    width: 3rem;
    height: 2.5rem;
    cursor: pointer;
  }
}

.single main article .entry-content .email-signup form fieldset.email-submit #first-stage-button1-footer {
  right: 10px;
}

@media (max-width: 1025px) {
  .single main article .entry-content .email-signup form#newsletterModal {
    text-align: start;
  }
  .single main article .entry-content .email-signup form#newsletterModal #emailValidation, .single main article .entry-content .email-signup form#newsletterModal #footerEmailValidation {
    text-align: center;
    width: 75%;
    margin-top: 5px;
    padding-left: 5px;
  }
  .single main article .entry-content .email-signup form fieldset.email-submit input[type="email"],
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer-2 {
    width: 75%;
  }
  .single main article .entry-content .email-signup form fieldset.email-submit input[type="email"]:focus::-webkit-input-placeholder,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown:focus::-webkit-input-placeholder,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer:focus::-webkit-input-placeholder,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .single main article .entry-content .email-signup form fieldset.email-submit input[type="email"]:focus:-ms-input-placeholder,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown:focus:-ms-input-placeholder,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer:focus:-ms-input-placeholder,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus:-ms-input-placeholder {
    color: transparent;
  }
  .single main article .entry-content .email-signup form fieldset.email-submit input[type="email"]:focus::-ms-input-placeholder,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown:focus::-ms-input-placeholder,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer:focus::-ms-input-placeholder,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::-ms-input-placeholder {
    color: transparent;
  }
  .single main article .entry-content .email-signup form fieldset.email-submit input[type="email"]:focus::placeholder,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown:focus::placeholder,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer:focus::placeholder,
  .single main article .entry-content .email-signup form fieldset.email-submit #job-dropdown-footer-2:focus::placeholder {
    color: transparent;
  }
  .single main article .entry-content .email-signup form fieldset.email-submit button#invisible-button1 {
    top: 55px;
  }
  .single main article .entry-content .email-signup form fieldset.email-submit button#invisible-button1-footer {
    top: 55px;
  }
}

.single main article .entry-content .related-articles {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-top: solid 1px #666;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.single main article .entry-content .related-articles h2 {
  font-size: 0.9375rem;
  margin: 0 0 0.875rem 0;
}

.single main article .entry-content .related-articles h2 a {
  font-weight: bold;
  margin: 0 0 2rem 0;
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-articles h2 {
    font-size: 1rem;
  }
}

.single main article .entry-content .related-articles h2 a {
  text-transform: uppercase;
  padding-left: 0.25rem;
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-articles {
    border-top: solid 1px #666;
  }
}

.single main article .entry-content .related-articles ul {
  list-style: none;
  margin: 0;
}

.single main article .entry-content .related-articles ul li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: solid 1px #ddd;
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-articles ul li article {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single main article .entry-content .related-articles ul li article figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 33.3333333%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-articles ul li article figure {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single main article .entry-content .related-articles ul li article .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 66.6666666667%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 1rem 0 0;
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-articles ul li article .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single main article .entry-content .related-articles ul li article .text h3 {
  margin: 0;
}

.single main article .entry-content .related-articles ul li article .text p {
  line-height: 1.125;
}

.single main article .entry-content .related-articles ul li article .text .company-name {
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.single main article .entry-content .related-articles ul li article div:only-child {
  width: 100%;
}

.single main article .entry-content .related-articles ul li a {
  text-decoration: none;
}

.single main article .entry-content .related-articles ul li:last-of-type {
  margin-bottom: 0;
}

.single main article .entry-content .related-articles.text-only h2 a {
  text-transform: uppercase;
  padding-left: 0.25rem;
}

.single main article .entry-content .related-articles.text-only ul li {
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: -0.6px;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.single main article .entry-content .related-articles.text-only ul li a {
  text-transform: none;
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-articles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-articles ul {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-articles ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-articles ul li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-articles ul li article {
    border-bottom: none;
  }
  .single main article .entry-content .related-articles ul li article figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single main article .entry-content .related-articles ul li article .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .single main article .entry-content .related-articles ul li article .text h2,
  .single main article .entry-content .related-articles ul li article .text h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-articles ul.two li {
    width: 50%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-articles ul.two li article figure {
    width: 25%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-articles ul.two li article div.text {
    width: 75%;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-articles ul.two li article div:only-child {
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-articles ul.three li {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-articles ul.three li article figure {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-articles ul.three li article div.text {
    width: 66.6666666667%;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-articles ul.three li article div:only-child {
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-articles ul.four li {
    width: 25%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-articles ul.four li article figure {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-articles ul.four li article div.text {
    width: 66.6666666667%;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-articles ul.four li article div:only-child {
    width: 100%;
  }
}

.single main article .entry-content .related-companies ul li article figure {
  display: none;
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-companies ul li article figure {
    display: block;
  }
}

.single main article .entry-content .related-companies ul li article .text {
  width: 100%;
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-companies ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-companies ul {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-companies ul li article figure a {
    border: solid 1px #ddd;
    display: block;
    padding: 1rem;
    height: 5rem;
  }
  .single main article .entry-content .related-companies ul li article figure a img {
    width: auto;
    margin: 0 auto;
    vertical-align: middle;
  }
}

.single main article .entry-content .article-tags ul {
  margin: 0;
}

.single main article .entry-content #keep-reading {
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.single main article .entry-content.cropped * {
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0;
  padding: 0;
}

.single main article .entry-content.cropped p:first-of-type, .single main article .entry-content.cropped p:nth-of-type(2), .single main article .entry-content.cropped p:nth-of-type(3) {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  height: auto;
  overflow: visible;
  margin-bottom: 1.5rem;
}

.single main article .entry-content.cropped p a {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  height: auto;
  overflow: visible;
}

.single main article .entry-content.cropped p:nth-of-type(4) {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  height: auto;
  overflow: visible;
  position: relative;
}

.single main article .entry-content.cropped p:nth-of-type(4):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.single main article .entry-content.cropped blockquote {
  display: none;
  margin: 0;
}

.single main article .entry-content.cropped #keep-reading {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  height: auto;
  overflow: visible;
  position: relative;
  padding-right: 1.875rem;
  margin-top: 2rem;
  display: inline-block;
  cursor: pointer;
  padding-right: 2.5rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.single main article .entry-content.cropped #keep-reading:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background-position: 10px -389px;
}

.single main article .entry-content.cropped #keep-reading:after {
  background: url("img/sprite.png") no-repeat 0 -185px;
  background-size: 100px;
}

.single main article .entry-content .article-tags {
  margin: 0;
  padding-top: 1.4375rem;
  padding-bottom: 1.875rem;
}

.single main article .entry-content .article-tags ul {
  font-size: 0.9375rem;
}

.single main article .entry-content .article-tags ul li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  font-family: "IBM Plex Mono", courier, serif;
  font-size: 0.9375rem;
}

.single main article .entry-content .article-tags ul li a {
  background: #eaf7fd;
  padding: 0 1rem;
  min-width: 7rem;
  display: block;
  text-align: center;
  line-height: 1.75rem;
  text-decoration: none;
}

.single main article .entry-content .editor-container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1025px) {
  .single main article .entry-content .editor-container {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single main article .entry-content .editor-container .vcard figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin-top: 0;
  margin-right: 0.75rem;
}

@media (min-width: 1025px) {
  .single main article .entry-content .editor-container .vcard figure {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .editor-container .vcard figure {
    width: 16.6666666667%;
  }
}

.single main article .entry-content .editor-container .vcard figure img {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.single main article .entry-content .editor-container .editors-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 66.6666666667%;
}

@media (min-width: 1025px) {
  .single main article .entry-content .editor-container .editors-info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .editor-container .editors-info {
    width: 83.333333333%;
  }
}

.single main article .entry-content .editor-container .editors-info h2 {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.single main article .entry-content .editor-container .editors-info h3 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0;
  margin-bottom: 0;
}

.single main article .entry-content .editor-container .editors-info p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  padding-top: 0.25rem;
}

.single main article .entry-content .editor-container:not(:last-child) {
  margin-bottom: 1.75rem;
}

.single main article .single main article .entry-content.after-article-content p:first-child:first-letter {
  font: 1.25rem "IBM Plex Serif", georgia, serif;
  float: unset;
  margin: 0;
}

.single main .related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1025px) {
  .single main .related {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single main .related .related-articles {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-top: solid 1px #666;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.single main .related .related-articles h2 {
  font-size: 0.9375rem;
  margin: 0 0 0.875rem 0;
}

.single main .related .related-articles h2 a {
  font-weight: bold;
  margin: 0 0 2rem 0;
}

@media (min-width: 1025px) {
  .single main .related .related-articles h2 {
    font-size: 1rem;
  }
}

.single main .related .related-articles h2 a {
  text-transform: uppercase;
  padding-left: 0.25rem;
}

@media (min-width: 1025px) {
  .single main .related .related-articles {
    border-top: solid 1px #666;
  }
}

.single main .related .related-articles ul {
  list-style: none;
  margin: 0;
}

.single main .related .related-articles ul li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: solid 1px #ddd;
}

@media (min-width: 1025px) {
  .single main .related .related-articles ul li article {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single main .related .related-articles ul li article figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 33.3333333%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}

@media (min-width: 1025px) {
  .single main .related .related-articles ul li article figure {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single main .related .related-articles ul li article .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 66.6666666667%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 1rem 0 0;
}

@media (min-width: 1025px) {
  .single main .related .related-articles ul li article .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single main .related .related-articles ul li article .text h3 {
  margin: 0;
}

.single main .related .related-articles ul li article .text p {
  line-height: 1.125;
}

.single main .related .related-articles ul li article .text .company-name {
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.single main .related .related-articles ul li article div:only-child {
  width: 100%;
}

.single main .related .related-articles ul li a {
  text-decoration: none;
}

.single main .related .related-articles ul li:last-of-type {
  margin-bottom: 0;
}

.single main .related .related-articles.text-only h2 a {
  text-transform: uppercase;
  padding-left: 0.25rem;
}

.single main .related .related-articles.text-only ul li {
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: -0.6px;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.single main .related .related-articles.text-only ul li a {
  text-transform: none;
}

@media (min-width: 1025px) {
  .single main .related .related-articles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main .related .related-articles ul {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single main .related .related-articles ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main .related .related-articles ul li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single main .related .related-articles ul li article {
    border-bottom: none;
  }
  .single main .related .related-articles ul li article figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single main .related .related-articles ul li article .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .single main .related .related-articles ul li article .text h2,
  .single main .related .related-articles ul li article .text h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main .related .related-articles ul.two li {
    width: 50%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main .related .related-articles ul.two li article figure {
    width: 25%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main .related .related-articles ul.two li article div.text {
    width: 75%;
  }
}

@media (min-width: 1025px) {
  .single main .related .related-articles ul.two li article div:only-child {
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main .related .related-articles ul.three li {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main .related .related-articles ul.three li article figure {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main .related .related-articles ul.three li article div.text {
    width: 66.6666666667%;
  }
}

@media (min-width: 1025px) {
  .single main .related .related-articles ul.three li article div:only-child {
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main .related .related-articles ul.four li {
    width: 25%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main .related .related-articles ul.four li article figure {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main .related .related-articles ul.four li article div.text {
    width: 66.6666666667%;
  }
}

@media (min-width: 1025px) {
  .single main .related .related-articles ul.four li article div:only-child {
    width: 100%;
  }
}

.single main .related .hot-topics {
  display: block;
}

@media (min-width: 1025px) {
  .single main .related .hot-topics {
    display: none;
  }
}

blockquote.pullquote {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

body blockquote.pullquote {
  border-left: 4px solid #e9f3f8;
}

body.site-investment blockquote.pullquote {
  border-left: 4px solid #368ae2;
}

blockquote.pullquote body.site-bank {
  border-left: 4px solid #938012;
}

body.site-city blockquote.pullquote {
  border-left: 4px solid #c83a2e;
}

body.site-tech blockquote.pullquote {
  border-left: 4px solid #254e70;
}

body.site-energy blockquote.pullquote {
  border-left: 4px solid #518b32;
}

body.site-capital blockquote.pullquote {
  border-left: 4px solid #053c21;
}

blockquote {
  margin: 0 0 2rem 3rem;
}

body blockquote {
  border-left: 4px solid #e9f3f8;
}

body.site-investment blockquote {
  border-left: 4px solid #368ae2;
}

blockquote body.site-bank {
  border-left: 4px solid #938012;
}

body.site-city blockquote {
  border-left: 4px solid #c83a2e;
}

body.site-tech blockquote {
  border-left: 4px solid #254e70;
}

body.site-energy blockquote {
  border-left: 4px solid #518b32;
}

body.site-capital blockquote {
  border-left: 4px solid #053c21;
}

blockquote:before {
  content: "\201C";
  font: bold 72px/72px Georgia;
  position: absolute;
  left: 14px;
  padding-right: 1.375rem;
}

body.site-investment blockquote:before {
  color: #368ae2;
}

blockquote:before body.site-bank {
  color: #938012;
}

body.site-city blockquote:before {
  color: #c83a2e;
}

body.site-tech blockquote:before {
  color: #254e70;
}

body.site-energy blockquote:before {
  color: #518b32;
}

body.site-capital blockquote:before {
  color: #053c21;
}

blockquote cite {
  display: block;
  font-weight: bold;
  font-style: normal;
}

body.site-investment blockquote p {
  color: #368ae2;
}

blockquote p body.site-bank {
  color: #938012;
}

body.site-city blockquote p {
  color: #c83a2e;
}

body.site-tech blockquote p {
  color: #254e70;
}

body.site-energy blockquote p {
  color: #518b32;
}

body.site-capital blockquote p {
  color: #053c21;
}

blockquote span {
  display: block;
  padding-bottom: 1rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}

blockquote span strong {
  display: block;
  padding-bottom: 0.125rem;
  color: #000;
}

.single-videos main article header.entry-header {
  padding-bottom: 0;
}

.single-videos main article .company-logo .company__paper .company__button {
  margin-top: 2rem;
  text-align: center;
  border: 1px solid #000;
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: normal;
  font-weight: 600;
}

.single-videos main article .company-logo .company__paper h2 {
  font-size: 1.5rem;
}

.single-videos main article div.entry-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 688px;
}

@media (min-width: 1025px) {
  .single-videos main article div.entry-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.single-videos main article div.entry-content section.entry-article {
  padding-top: 0;
  margin-bottom: 0;
}

.single-videos main article div.entry-content section.entry-article p:first-of-type:first-letter {
  font: caption;
  float: none;
  margin: 0;
}

.single-videos main article div.entry-content section.entry-article .wrapper {
  position: relative;
  width: auto;
  height: auto;
  margin-right: -1rem;
}

.single-videos main article div.entry-content section.entry-article .wrapper figure {
  margin-top: 0;
  margin-bottom: 0;
}

.single-videos main article div.entry-content section.entry-article .wrapper img {
  max-width: 100%;
  height: auto;
}

.single-videos main article div.entry-content section.entry-article .wrapper video-js {
  display: none;
}

.single-videos main article div.entry-content section.entry-article .wrapper .youtube-play-icon {
  background-color: transparent;
  width: 70px;
}

.single-videos main article div.entry-content section.entry-article .wrapper .youtube-play-btn {
  position: absolute;
  z-index: 666;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
}

.single-videos main article div.entry-content section.entry-article .wrapper .youtube-play-btn:hover {
  cursor: pointer;
  background: transparent;
}

.single-videos main article div.entry-content section.entry-article .wrapper .youtube-play-btn:focus {
  outline: 0;
}

.single-videos main nav#videoContent section.video-section .show-more {
  border-top: 1px solid #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 3rem;
}

@media (min-width: 1025px) {
  .single-videos main nav#videoContent section.video-section .show-more {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single-videos main nav#videoContent section.video-section .show-more span {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 1025px) {
  .single-videos main nav#videoContent section.video-section .show-more span {
    width: 50%;
  }
}

.single-videos main nav#videoContent section.video-section .show-more span i {
  font-weight: bold;
  font-style: normal;
}

.single-videos main nav#videoContent section.video-section .show-more span:first-child {
  text-align: right;
}

.single-videos main nav#videoContent section.video-section .show-more span:last-child {
  text-align: left;
  font-weight: bold;
}

.single-videos main nav#videoContent section.video-section .show-more span:last-child i {
  content: "";
  cursor: pointer;
}

.single-videos main nav#videoContent section.video-section .show-more span:last-child i:after {
  background-position: 4px -193px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single-videos main nav#videoContent section.video-section .show-more span:last-child i::after {
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
  content: "";
  padding-left: 1.375rem;
  margin-left: 0.5rem;
  background-position: 0.25rem -12.1875rem;
}

.single-videos main nav#videoContent section.video-section section.full-width div.three-articles article {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  display: block;
}

.single-videos main nav#videoContent section.video-section section.full-width div.three-articles article .company-video-content {
  position: relative;
  width: 100%;
}

.single-videos main nav#videoContent section.video-section section.full-width div.three-articles article .company-video-content figure {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
}

.single-videos main nav#videoContent section.video-section section.full-width div.three-articles article .company-video-content figure::after {
  content: "";
  display: block;
  background-image: url(../images/playicon@2x.png);
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}

.single-videos main nav#videoContent section.video-section section.four-articles article {
  display: block;
}

.single-videos main nav#videoContent section.video-section section.four-articles article .company-video-content {
  position: relative;
  width: 100%;
}

.single-videos main nav#videoContent section.video-section section.four-articles article .company-video-content figure {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
}

.single-videos main nav#videoContent section.video-section section.four-articles article .company-video-content figure img.company-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  min-width: 0;
  min-height: 0;
}

.single-videos main nav#videoContent section.video-section section.four-articles article .company-video-content figure::after {
  content: "";
  display: block;
  background-image: url(../images/playicon@2x.png);
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 51px;
  height: 51px;
}

.single-videos main nav#videoContent section.video-section section.four-articles .text h3 {
  font-size: 1.5rem;
}

/*  Article figures / images / media */
.single article .entry-content ul li {
  font-size: 1.25rem;
}

.single article .entry-content figure.align-img-article {
  float: right;
  width: 7.5rem;
  height: auto;
  margin-top: 0;
  margin-left: 1rem;
}

.single article .entry-content p a {
  margin-bottom: -0.0625rem;
}

body.site-investment .single article .entry-content p a {
  color: #368ae2;
}

.single article .entry-content p a body.site-bank {
  color: #938012;
}

body.site-city .single article .entry-content p a {
  color: #c83a2e;
}

body.site-tech .single article .entry-content p a {
  color: #254e70;
}

body.site-energy .single article .entry-content p a {
  color: #518b32;
}

body.site-capital .single article .entry-content p a {
  color: #053c21;
}

.single article .entry-content figure {
  max-width: 100%;
}

.single article .entry-content .text-width img,
.single article .entry-content .text-width video,
.single article .entry-content .text-width iframe {
  width: 100%;
}

.single article .entry-content .container-width,
.single article .entry-content .image-container-width {
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: center;
}

@media (min-width: 1025px) {
  .single article .entry-content .container-width,
  .single article .entry-content .image-container-width {
    margin-left: -33.33333333%;
    width: 166.66666666%;
    max-width: 166.66666666%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
}

.single article .entry-content .container-width img,
.single article .entry-content .container-width video,
.single article .entry-content .container-width iframe,
.single article .entry-content .image-container-width img,
.single article .entry-content .image-container-width video,
.single article .entry-content .image-container-width iframe {
  width: 100%;
}

.single article .entry-content .viewport-width,
.single article .entry-content .image-viewport-width {
  text-align: center;
}

@media (min-width: 1025px) {
  .single article .entry-content .viewport-width,
  .single article .entry-content .image-viewport-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    max-width: 100vw;
    margin-left: -52vw;
  }
}

.single article .entry-content .viewport-width img,
.single article .entry-content .viewport-width video,
.single article .entry-content .viewport-width iframe,
.single article .entry-content .image-viewport-width img,
.single article .entry-content .image-viewport-width video,
.single article .entry-content .image-viewport-width iframe {
  width: 100%;
}

.single article .entry-content .two-figures section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1025px) {
  .single article .entry-content .two-figures section {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single article .entry-content .two-figures section picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

@media (min-width: 1025px) {
  .single article .entry-content .two-figures section picture {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single article .entry-content .two-figures section picture {
    width: 25%;
  }
}

.single article .entry-content .three-figures section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1025px) {
  .single article .entry-content .three-figures section {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single article .entry-content .three-figures section picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

@media (min-width: 1025px) {
  .single article .entry-content .three-figures section picture {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single article .entry-content .three-figures section picture {
    width: 33.3333333%;
  }
}

.single article .entry-content .four-figures section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1025px) {
  .single article .entry-content .four-figures section {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.single article .entry-content .four-figures section picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

@media (min-width: 1025px) {
  .single article .entry-content .four-figures section picture {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single article .entry-content .four-figures section picture {
    width: 16.6666666667%;
  }
}

@media (min-width: 1025px) {
  .single.site-tech header {
    margin-bottom: 0;
  }
  blockquote {
    margin: 0 0 2rem 3rem;
  }
  blockquote:before {
    content: "\201C";
    font: bold 72px/72px Georgia;
    position: absolute;
    left: 14px;
  }
  body.site-investment blockquote:before {
    color: #368ae2;
  }
  blockquote:before body.site-bank {
    color: #938012;
  }
  body.site-city blockquote:before {
    color: #c83a2e;
  }
  body.site-tech blockquote:before {
    color: #254e70;
  }
  body.site-energy blockquote:before {
    color: #518b32;
  }
  body.site-capital blockquote:before {
    color: #053c21;
  }
  blockquote cite {
    display: block;
    font-weight: bold;
    font-style: normal;
  }
  blockquote span {
    display: block;
    padding-bottom: 1rem;
    font-weight: normal;
  }
  blockquote p {
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: -0.36px;
    font-weight: bold;
  }
  blockquote p:first-of-type:first-letter {
    font: inherit;
    float: none;
    margin: 0;
  }
  .single-video main article div.entry-content {
    margin-left: 2.5rem;
  }
  .single-video main nav#videoContent section.video-section section.full-width div.three-articles {
    border-top: 1px solid #ddd;
    border-bottom: none;
    padding-top: 2rem;
  }
  .single-video main nav#videoContent section.video-section section.full-width div.three-articles article {
    border-bottom: none;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single-video main nav#videoContent section.video-section section.full-width div.three-articles article {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) {
  .single-video main nav#videoContent section.video-section section.full-width div.three-articles article .company-video-content {
    position: relative;
  }
  .single-video main nav#videoContent section.video-section section.full-width div.three-articles article .company-video-content figure {
    margin-left: 0;
    margin-right: 0;
  }
  .single-video main nav#videoContent section.video-section section.full-width div.three-articles article .company-video-content figure .company-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: transparent;
  }
  .single-video main nav#videoContent section.video-section section.full-width div.three-articles article .text h3 {
    font-size: 1.5rem;
  }
  .single-video main nav#videoContent section.video-section section.four-articles:not(:last-of-type) {
    border-top: 1px solid #ddd;
    padding-top: 2rem;
  }
  .single-video main nav#videoContent section.video-section section.four-articles:last-of-type {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
  }
  .single-video main nav#videoContent section.video-section section.four-articles article .company-video-content {
    position: relative;
  }
  .single-video main nav#videoContent section.video-section section.four-articles article .company-video-content figure {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .single-video main nav#videoContent section.video-section section.four-articles article .company-video-content figure .company-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 51px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: transparent;
    min-width: 0;
    min-height: 0;
  }
  .single main .breadcrumb,
  .single main article,
  .single main .related {
    margin-left: 0;
    margin-right: 0;
  }
  .single main article .entry-header {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: solid 1px #ddd;
  }
  .single main article .entry-header h1 {
    margin-left: auto;
    margin-right: auto;
    width: 49.375rem;
    line-height: 50px;
  }
  .single main article .entry-header .article-author,
  .single main article .entry-header .article-date {
    line-height: 0.875rem;
    margin-top: 1.5rem;
  }
  .single main article .entry-header .full-width-img {
    margin-top: 1.5rem;
  }
  .single main article .article-actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    width: 18%;
    min-width: 12.5rem;
    padding-right: 0;
    border-top: none;
    border-bottom: none;
    height: 4.375rem;
    margin-top: 0;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .article-actions {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single main article .article-actions .share-links,
  .single main article .article-actions .listen-to-article {
    border-bottom: solid 1px #ddd;
    padding: 1rem 0;
    height: 4.0625rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .article-actions .share-links,
  .single main article .article-actions .listen-to-article {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .single main article .article-actions .share-links {
    height: 3.125rem;
    padding: 0 0 0.625rem 0;
  }
  .single main article .article-actions .listen-to-article {
    text-align: left;
    padding-left: 2.8125rem;
    padding-top: 1.375rem;
  }
  .single main article .article-actions .listen-to-article time {
    display: inline;
  }
  .single main article .article-actions .listen-to-article .play {
    right: auto;
    left: 0;
    top: 1rem;
  }
  .single main article .entry-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    width: 688px;
    margin-left: 80px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content.non-sponsered {
    margin-right: 75px;
  }
  .single main article .entry-content figure:first-of-type {
    margin-top: 0;
  }
  .single main article .entry-content .wrapper {
    position: relative;
    width: auto;
    height: auto;
  }
  .single main article .entry-content .wrapper figure {
    margin-top: 0;
    margin-bottom: 0;
  }
  .single main article .entry-content .wrapper img {
    max-width: 100%;
    height: auto;
  }
  .single main article .entry-content .wrapper video-js {
    display: none;
  }
  .single main article .entry-content .wrapper .youtube-play-icon {
    background-color: transparent;
    width: 70px;
  }
  .single main article .entry-content .wrapper .youtube-play-btn {
    position: absolute;
    z-index: 666;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: none;
  }
  .single main article .entry-content .wrapper .youtube-play-btn:hover {
    cursor: pointer;
    background: transparent;
  }
  .single main article .entry-content .wrapper .youtube-play-btn:focus {
    outline: 0;
  }
  .single main article .entry-content .newsletter-article-desktop,
  .single main article .entry-content .newsletter-thankyou {
    display: block;
    margin: 0 -3rem;
    padding-bottom: 3rem;
    padding-top: 1.3125rem;
    margin-top: 3.0625rem;
    margin-bottom: 2.9375rem;
    width: 47rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container,
  .single main article .entry-content .newsletter-thankyou .newsletter-container {
    padding: 0 1rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container h1,
  .single main article .entry-content .newsletter-thankyou .newsletter-container h1 {
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.0625rem;
    letter-spacing: normal;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container h2,
  .single main article .entry-content .newsletter-thankyou .newsletter-container h2 {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 2.375rem;
    margin-top: 0.6875rem;
    margin-bottom: 0.375rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container p,
  .single main article .entry-content .newsletter-thankyou .newsletter-container p {
    font-weight: 600;
    font-size: 1.3125rem;
    line-height: 1.625rem;
    letter-spacing: -0.262px;
    margin-bottom: 1.6875rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container p:first-of-type::first-letter,
  .single main article .entry-content .newsletter-thankyou .newsletter-container p:first-of-type::first-letter {
    font: inherit;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-register,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-register {
    padding: 1.5rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-register P,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-register P {
    font-weight: 600;
    padding-top: 0.25rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .newsletter-article-btn.active:hover,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .newsletter-article-btn.active:hover {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup span,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup span {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup span a,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup span a {
    color: #404040;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup span a:hover,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup span a:hover {
    margin-bottom: -0.0625rem;
  }
  body.site-investment .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup span a:hover, body.site-investment
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup span a:hover {
    color: #368ae2;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup span a:hover body.site-bank,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup span a:hover body.site-bank {
    color: #938012;
  }
  body.site-city .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup span a:hover, body.site-city
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup span a:hover {
    color: #c83a2e;
  }
  body.site-tech .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup span a:hover, body.site-tech
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup span a:hover {
    color: #254e70;
  }
  body.site-energy .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup span a:hover, body.site-energy
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup span a:hover {
    color: #518b32;
  }
  body.site-capital .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup span a:hover, body.site-capital
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup span a:hover {
    color: #053c21;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .article-checkbox,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .article-checkbox {
    float: left;
    visibility: hidden;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .article-checkbox::after,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .article-checkbox::after {
    content: "";
    background-color: #fff;
    display: inline-block;
    color: #000;
    width: 24px;
    height: 24px;
    visibility: visible;
    border: 1px solid #000;
    border-radius: 0;
    margin-top: 1px;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .article-checkbox:checked::after,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .article-checkbox:checked::after {
    background-image: url(../images/Path2Copy.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 3px;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .email-submit,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit {
    display: block;
    padding: 1.5rem 1.5rem 0.9375rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .email-submit .btn-submit,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit .btn-submit {
    border: solid 1px #000;
    background-color: transparent;
    color: #000;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .email-submit div,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit div {
    margin-top: 4.4375rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .email-submit input[type="email"],
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit input[type="email"] {
    width: 28.0625rem;
    float: left;
    margin-bottom: 0;
    margin-top: 1.1875rem;
    padding-left: 0;
    color: #000;
    padding-bottom: 0.6875rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .email-submit input[type="email"]::-webkit-input-placeholder,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit input[type="email"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.125rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .email-submit input[type="email"]:-ms-input-placeholder,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit input[type="email"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.125rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .email-submit input[type="email"]::-ms-input-placeholder,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit input[type="email"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.125rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .email-submit input[type="email"]::placeholder,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.125rem;
  }
  .single main article .entry-content .newsletter-article-desktop .newsletter-container .newsletter-signup .email-submit button,
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup .email-submit button {
    float: right;
    margin-top: 0;
    width: 10.9375rem;
  }
  .single main article .entry-content .newsletter-thankyou .newsletter-container h1 {
    font-size: 3.5rem;
    margin-bottom: 2.625rem;
  }
  .single main article .entry-content .newsletter-thankyou .newsletter-container p:first-of-type::first-letter {
    font: inherit !important;
  }
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup p {
    width: 60%;
    float: left;
    margin-right: 4.6875rem;
  }
  .single main article .entry-content .newsletter-thankyou .newsletter-container .newsletter-signup button {
    margin-top: 0;
  }
  .single main article .entry-content .align-img-article {
    float: left;
    width: 14.1875rem;
    height: auto;
    margin-right: 1.8125rem;
    margin-left: 0;
  }
  .single main article .entry-content .viewport-image {
    float: left;
    width: 14.1875rem;
    height: auto;
    margin-right: 1.8125rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .single main article .entry-content.cropped #keep-reading {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    height: auto;
    overflow: visible;
    margin-top: 2rem;
    display: inline-block;
    cursor: pointer;
    padding-right: 2.5rem;
  }
  .single main article .entry-content.cropped #keep-reading:after {
    background: url("img/sprite.png") no-repeat 0 -185px;
    background-size: 100px;
  }
  .single main article .entry-content p a {
    -webkit-box-shadow: 0px 1px 0px 0px black;
            box-shadow: 0px 1px 0px 0px black;
    margin-bottom: -0.0625rem;
  }
  .single main article .entry-content p a:hover {
    -webkit-box-shadow: 0px 1px 0px 0px black;
            box-shadow: 0px 1px 0px 0px black;
    margin-bottom: -0.125rem;
  }
  .single main article .entry-content p:first-of-type:first-letter {
    font: normal 71px/0.77 "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
    margin-top: 0;
  }
  @-moz-document url-prefix('') {
    .single main article .entry-content p:first-of-type:first-letter {
      margin-top: 0.3125rem;
    }
  }
  .single main article .entry-content blockquote {
    quotes: "“" "”" "‘" "’";
    margin: 0 0 2rem;
  }
  .single main article .entry-content blockquote.pullquote {
    display: none;
    margin: 0 2rem 2rem -200px;
    padding-left: 1.5625rem;
    position: relative;
    width: 70%;
    float: left;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content blockquote.pullquote {
    display: block;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content blockquote.pullquote p {
    font-size: 2.125rem;
    line-height: 2.5rem;
    font-weight: bold;
    letter-spacing: -0.4px;
  }
  body.site-investment .single main article .entry-content blockquote.pullquote p {
    color: #368ae2;
  }
  .single main article .entry-content blockquote.pullquote p body.site-bank {
    color: #938012;
  }
  body.site-city .single main article .entry-content blockquote.pullquote p {
    color: #c83a2e;
  }
  body.site-tech .single main article .entry-content blockquote.pullquote p {
    color: #254e70;
  }
  body.site-energy .single main article .entry-content blockquote.pullquote p {
    color: #518b32;
  }
  body.site-capital .single main article .entry-content blockquote.pullquote p {
    color: #053c21;
  }
  .single main article .entry-content blockquote.pullquote span strong {
    display: block;
  }
  .single main article .entry-content blockquote.pullquote:before {
    content: "\201C";
    font: bold 72px/72px Georgia;
    position: absolute;
    left: -60px;
  }
  .single main article .entry-content blockquote cite {
    font-weight: bold;
    font-style: normal;
    font-size: 1.125rem;
  }
  .single main article .entry-content blockquote cite span {
    display: block;
    font-weight: normal;
  }
  .single main article .entry-content .related-articles {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .related-articles {
    margin-left: -33.33333333%;
    width: 166.66666666%;
    max-width: 166.66666666%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .related-articles ul li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 0;
  }
  .single main article .entry-content .related-articles ul li article {
    margin: 0;
  }
  .single main article .entry-content .related-articles ul li article h2,
  .single main article .entry-content .related-articles ul li article h3 {
    font-size: 1.25rem;
    margin: 0;
  }
  .single main article .entry-content .related-articles ul li article p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .single main article .entry-content .related-articles ul li article figure {
    margin: 0;
    padding: 0;
  }
  .single main article .entry-content .related-articles.text-only {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .single main article .entry-content .related-articles.text-only ul {
    margin-left: 0;
    margin-right: 0;
  }
  .single main article .entry-content .related-articles.text-only ul li {
    margin-bottom: 0.5rem;
    padding: 0;
  }
  .single main article .entry-content .email-signup {
    text-align: center;
    padding: 2rem;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .email-signup {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    max-width: 100vw;
    margin-left: -52vw;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .email-signup h2 {
    font-size: 2.25rem;
    font-weight: bold;
  }
  .single main article .entry-content .email-signup h2 small {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
  .single main article .entry-content .email-signup form {
    width: 31.25rem;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .single main article .entry-content .email-signup form fieldset.email-submit input[type="email"] {
    margin: 0;
    width: 83%;
  }
  .single main article .entry-content .editor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0;
    margin-top: 3px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .editor-container {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .editor-container .vcard figure {
    margin-top: 0;
    margin-right: 0.75rem;
    padding-right: 0;
    width: 100%;
  }
  .single main article .entry-content .editor-container .vcard figure img {
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 48px;
    height: 48px;
  }
  .single main article .entry-content .editor-container .editors-info {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main article .entry-content .editor-container .editors-info {
    width: 83.333333333%;
  }
}

@media (min-width: 1025px) {
  .single main article .entry-content .editor-container .editors-info h2 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0;
  }
  .single main article .entry-content .editor-container .editors-info h3 {
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 0;
    margin-bottom: 0;
  }
  .single main article .entry-content .editor-container .editors-info p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: normal;
    padding-top: 0.25rem;
  }
  .single main .related .related-articles {
    width: 100%;
  }
  .single main .related .related-module li article figure {
    padding: 0;
  }
  .single main .container-width {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .single main .container-width {
    margin-left: -33.33333333%;
    width: 166.66666666%;
    max-width: 166.66666666%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
}

body.site-investment main blockquote p,
body.site-energy main blockquote p,
body.site-city main blockquote p {
  color: #000;
}

.site-capital main article .entry-content p a {
  -webkit-box-shadow: 0px 1px 0px 0px #053c21;
          box-shadow: 0px 1px 0px 0px #053c21;
  margin-bottom: -0.0625rem;
}

.site-capital main article .entry-content p a:hover {
  color: #053c21;
  margin-bottom: -0.125rem;
}

.site-capital main article .entry-content p:first-of-type:first-letter {
  color: #053c21;
}

.site-capital main article .entry-content blockquote.pullquote p {
  color: #053c21;
}

.site-capital main article .entry-content blockquote.pullquote p span {
  color: rgba(5, 60, 33, 0.5);
}

.site-capital main article .entry-content blockquote.pullquote p span strong {
  color: #053c21;
}

.site-capital main article .entry-content h2 {
  color: #053c21;
}

.site-capital main article .entry-content .newsletter-article {
  background-color: #dde8e4;
}

.site-capital main article .entry-content .newsletter-article .newsletter-container h1,
.site-capital main article .entry-content .newsletter-article .newsletter-container h2 {
  color: #000;
}

.site-capital main article .entry-content .newsletter-article .newsletter-container .newsletter-signup .email-submit input[type="email"] {
  border-bottom: solid 2px #053c21;
}

.site-capital main article .entry-content .article-tags ul li a {
  background: #f0f4f2;
}

.site-capital main article .entry-content .article-tags ul li a:hover {
  color: #053c21;
  background: #c4d8d1;
}

@media (min-width: 1024px) and (max-width: 1050px) {
  .single main article .after-article-fix {
    min-width: 0;
  }
}

/* Splash full width image */
.splash main article .entry-header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.splash main article .entry-header figure {
  padding: 2rem 0;
}

.data-splash article header figure {
  padding: 2rem 0 0 0;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 1025px) {
  .data-splash article header figure {
    margin-left: -33.33333333%;
    width: 166.66666666%;
    max-width: 166.66666666%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Home page */
.grecaptcha-badge {
  display: none;
}

body div.leaderboard-desktop,
body div.billboard-desktop {
  display: none;
}

body div.leaderboard-mobile {
  width: 20rem;
  height: 3.125rem;
  margin: 0.5rem auto;
}

body div.mpu-mobile {
  display: block;
  margin: auto;
  padding-bottom: 2rem;
}

body section.whitepapers figure img {
  background: transparent;
}

body .navigation-items-list li a:hover {
  background: #e9f3f8;
}

body.site-investment .navigation-items-list li a:hover {
  background: #fafcfd;
}

body.site-bank .navigation-items-list li a:hover {
  background: #f8f7e9;
}

body.site-city .navigation-items-list li a:hover {
  background: #fffbfa;
}

body.site-tech .navigation-items-list li a:hover {
  background: #f9fcf7;
}

body.site-energy .navigation-items-list li a:hover {
  background: #eef6ea;
}

.site-tech #siteHeader div:nth-child(1) i:nth-child(1),
.site-capital #siteHeader div:nth-child(1) i:nth-child(1) {
  margin-right: 0;
}

.site-tech #siteHeader .ns-site-brand p.ns-strapline,
.site-capital #siteHeader .ns-site-brand p.ns-strapline {
  font-size: 0.75rem;
}

.home #siteHeader .ns-site-brand .ns-strapline {
  font-style: italic;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  margin-top: -1.1875rem;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.65);
}

.home main .articles.splash-feature {
  padding-left: 0;
  padding-right: 0;
}

.home main section.daily-data .feature-chart::after {
  left: 0;
  right: 0;
}

.home main article.feature-chart {
  width: 100%;
}

.home main section.projects {
  border-top: solid 1px #666;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0;
}

.home main section.projects:hover .marquee__content {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.home main section.projects h2 {
  display: inline-block;
  background-color: black;
  color: #fefefe;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", courier, serif;
  margin-right: 1rem;
}

.home main section.projects .marquee {
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  position: relative;
  top: 0;
}

.home main section.projects .marquee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slideToLeft 25s linear infinite;
          animation: slideToLeft 25s linear infinite;
}

.home main section.projects .marquee__content .list-inline {
  min-width: 300px;
}

.home main section.projects .marquee__content .list-inline article {
  margin-left: 4rem;
  border: none;
  padding-bottom: 0;
}

.home main section.projects time {
  font-weight: bold;
}

.home main .promo-box {
  margin: 2.5rem 0 3.25rem;
}

.home main .promo-container {
  text-align: center;
  border: 1px solid #ddd;
  padding: 1rem;
}

.home main .promo-container p {
  margin-bottom: 0;
}

.home main .promo-container p i {
  display: none;
}

.home main .articles.three-articles-daily-data {
  padding: 0 1rem;
}

.home main .articles.three-articles-daily-data article::after {
  left: 0;
  right: 0;
}

.home main .articles.three-articles-daily-data article figure {
  margin-left: -1rem;
  margin-right: -1rem;
}

.home main .articles.three-articles-daily-data article figure figcaption {
  margin-left: 1rem;
  margin-right: 1rem;
}

.home main .articles.three-articles-daily-data article div {
  padding-left: 0;
  padding-right: 0;
}

.home main .hot-topics .three-articles article:last-of-type {
  border: none;
}

@media (min-width: 1025px) {
  body div.leaderboard-mobile,
  body div.mpu-mobile {
    display: none;
  }
  body div.leaderboard-desktop {
    display: block;
    width: 728px;
    height: 90px;
    margin: 0 auto;
  }
  body div.billboard-desktop {
    display: block;
    width: 970px;
    height: 250px;
    margin: auto;
  }
  body section.whitepapers figure img {
    background: transparent;
  }
  .site-city main,
  .site-capital main {
    padding-top: 1rem;
  }
  .site-city main header,
  .site-capital main header {
    padding: 0 1rem;
  }
  .site-city .left-holder,
  .site-capital .left-holder {
    margin: auto;
    padding-bottom: 0.875rem;
  }
  .site-city .left-holder a.arrow,
  .site-capital .left-holder a.arrow {
    content: "";
    padding-bottom: 0.875rem;
    padding-left: 0;
    padding-right: 0;
    margin-right: 2rem;
  }
  .site-city .left-holder a.active::after,
  .site-capital .left-holder a.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-position: 8px -198px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .site-city a.arrow::after,
  .site-capital a.arrow::after {
    content: "";
    background: url(../assets/img/sprite.png) 0 0 no-repeat;
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: 8px -194px;
    cursor: pointer;
    /* padding: 0px 24px 9px 0px; */
    display: inline-block;
    width: 30px;
    height: 15px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: -0.625rem;
  }
  .site-tech #siteHeader div:nth-child(1) i:nth-child(1),
  .site-capital #siteHeader div:nth-child(1) i:nth-child(1) {
    margin-right: 1.6875rem;
  }
  .site-tech #siteHeader div.ns-site-brand p.ns-strapline,
  .site-capital #siteHeader div.ns-site-brand p.ns-strapline {
    font-size: 0.875rem;
  }
  .site-capital div.menu-mobile .sub-menu li a:hover {
    background: #f0f4f2;
  }
  .site-capital #siteHeader div.ns-site-brand p.ns-strapline {
    color: #053c21;
  }
  .site-capital main section.home-top-navigation header .left-holder a:hover {
    border-bottom: 1px solid #053c21;
  }
  .home #siteHeader .ns-site-brand .ns-strapline {
    font-style: italic;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: -1.125rem;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.65);
  }
  .home .top-navigation-holder {
    display: block;
  }
  .home .site-tech header {
    margin-bottom: 1.5rem;
  }
  .home #siteHeader {
    height: 5rem;
  }
  .home #siteHeader div {
    padding-top: 25px;
  }
  .home #siteHeader div:nth-child(2) {
    padding: 0;
  }
  .home #siteHeader div:nth-child(2) a {
    width: 21.625rem;
    line-height: 4.3125rem;
    text-align: center;
  }
  .home #siteHeader div:nth-child(2) a img {
    height: 1.5rem;
  }
  .home #siteHeader div:nth-child(2) a img ~ p {
    margin-bottom: 10px;
  }
  .home main {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 76.875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.5rem;
    margin-top: 0;
  }
  .home main .hot-topics article {
    padding-top: 0;
  }
  .home main .articles:nth-of-type(1) article:nth-of-type(2) p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .home main .articles.splash-feature .text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .home main .articles.splash-feature figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home main .articles.two-features, .home main .articles.splash-feature {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  .home main .articles.two-features article, .home main .articles.splash-feature article {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .home main .articles.three-articles-daily-data {
    padding: 0;
  }
  .home main .articles.three-articles-daily-data article h2 {
    padding-top: 1rem;
    border-top: 1px solid black;
  }
  .home main .articles.three-articles-daily-data article::after {
    left: 0;
    right: 0;
  }
  .home main .articles.three-articles-daily-data article figure {
    margin-left: 0;
    margin-right: 0;
  }
  .home main .articles.three-articles-daily-data article figure figcaption {
    margin-left: 0;
    margin-right: 0;
  }
  .home main .articles.three-articles-daily-data article div {
    padding-left: 0;
    padding-right: 0;
  }
  .home main .articles.four-articles.small-thumbnails figure {
    float: inherit;
  }
  .home main .articles.four-articles.small-thumbnails article {
    padding-bottom: 2rem;
  }
  .home main .articles.four-articles.small-thumbnails .text h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .home main .promo-box {
    margin: 0.25rem 0 3.5rem;
  }
  .home main .promo-container {
    padding: 3rem 0;
  }
  .home main section.whitepapers {
    padding-bottom: 2rem;
  }
  .home main section.whitepapers article {
    padding-top: 0;
  }
  .home main section.whitepapers article h3 {
    margin-bottom: 0.625rem;
  }
  .home main section.projects {
    margin: 0 0 1rem 0;
  }
  .home main section.projects .marquee {
    position: absolute;
    white-space: nowrap;
    z-index: -1;
    top: 9px;
    width: 100%;
  }
  .home main section.projects .marquee .marquee__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: slideToLeft 55s linear infinite;
            animation: slideToLeft 55s linear infinite;
  }
  .home main section.projects .marquee .marquee__content .list-inline {
    min-width: auto;
    width: auto;
  }
  .home main section.projects .marquee .marquee__content .list-inline article time {
    margin-left: 1rem;
  }
  .home main section.reorder article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home main section.reorder article:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home main section.reorder article:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home main section.reorder article:nth-child(3) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .home main .navigation-items-list header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .home main .navigation-items-list header {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .home main .navigation-items-list .left-col-wide {
    width: 66.6% !important;
  }
  .home main .navigation-items-list .left-col-wide li {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
  .home main .navigation-items-list .left-col,
  .home main .navigation-items-list .mid-col,
  .home main .navigation-items-list article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .home main .navigation-items-list .left-col,
  .home main .navigation-items-list .mid-col,
  .home main .navigation-items-list article {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) {
  .home main .navigation-items-list .left-col .category,
  .home main .navigation-items-list .mid-col .category,
  .home main .navigation-items-list article .category {
    border-bottom: solid 1px black;
    font-weight: bold;
    padding-bottom: 0.625rem;
  }
  .home main .navigation-items-list .left-col .category a,
  .home main .navigation-items-list .mid-col .category a,
  .home main .navigation-items-list article .category a {
    padding-left: 0.4rem;
    text-transform: uppercase;
  }
  .home main .navigation-items-list article .category {
    margin-bottom: 1.5rem;
  }
  .home main .navigation-items-list li a:hover {
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  body .home main .navigation-items-list li a:hover {
    background: #e9f3f8;
  }
  body.site-investment .home main .navigation-items-list li a:hover {
    background: #fafcfd;
  }
  body.site-bank .home main .navigation-items-list li a:hover {
    background: #f8f7e9;
  }
  body.site-city .home main .navigation-items-list li a:hover {
    background: #fffbfa;
  }
  body.site-tech .home main .navigation-items-list li a:hover {
    background: #f9fcf7;
  }
  body.site-energy .home main .navigation-items-list li a:hover {
    background: #eef6ea;
  }
  .home main .navigation-items-list li {
    display: block;
  }
  .home main .navigation-items-list li a {
    display: block;
    padding: 0.7rem 1rem;
    padding-left: 0.4rem;
    border-bottom: solid 1px #ddd;
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }
  .home main .navigation-items-list li:last-child {
    margin-bottom: 2.5rem;
  }
  .home main .navigation-items-list li:last-child a {
    border-bottom: none;
  }
  .home main .navigation-items-list div .black_underline {
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-left: 0.4rem;
  }
  .home main .navigation-items-list article .black_underline {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
  .home main section.list_of_2_col header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .home main section.list_of_2_col header {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .home main section.list_of_2_col header .left-col {
    position: relative;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .home main section.list_of_2_col header .left-col {
    width: 66.6666666667%;
  }
}

@media (min-width: 1025px) {
  .home main section.list_of_2_col header .left-col ul {
    position: absolute;
    width: 48%;
    padding: 0;
    margin: 0;
    display: block;
  }
  .home main section.list_of_2_col header .left-col ul li a {
    display: block;
    width: 96.5%;
  }
  .home main section.list_of_2_col header .left-col ul:last-child {
    right: 1px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .home main section.list_of_2_col header article {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) {
  .home main section.home-top-navigation {
    display: block;
    content: "";
  }
  .home main section.home-top-navigation .right-holder::before {
    content: "";
    padding-left: 1.5rem;
    border-left: 1px solid #ddd;
    margin: 4px 0px 0px 0px;
    display: inline-block;
    height: 1.3125rem;
    float: left;
  }
  .home main section.home-top-navigation .left-holder .nav__primary {
    display: inline-block;
  }
  .home main section.home-top-navigation .left-holder .nav__primary .nav__primary__panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 183px;
    width: 0;
    padding: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    z-index: 3500;
  }
  .home main section.home-top-navigation .left-holder .nav__primary .nav__primary__panel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home main section.home-top-navigation .left-holder .nav__primary .nav__primary__panel ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .home main section.home-top-navigation .left-holder .nav__primary .nav__primary__panel .nav__primary__items {
    max-width: 1200px;
    margin: auto;
  }
  .home main section.home-top-navigation .left-holder .nav__primary .nav__primary__panel .nav__primary--drop-menu li:hover {
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .home main section.home-top-navigation .left-holder .nav__primary .nav__primary__panel .nav__primary--drop-menu h3 {
    font-size: 1.9375rem;
    letter-spacing: -0.6px;
  }
  .home main section.home-top-navigation .left-holder .nav__primary .nav__primary__panel .nav__primary--drop-menu figure {
    margin-top: 1.5rem;
  }
  .home main section.home-top-navigation .left-holder .nav__primary .nav__primary__panel .nav__primary--drop-menu > a {
    display: block;
    border-bottom: 1px solid;
    font-weight: bold;
    padding-bottom: 0.625rem;
  }
  .home main section.home-top-navigation .left-holder .nav__primary .nav__primary__panel .nav__primary--drop-menu ul li {
    display: block;
    padding: 0.7rem 1rem;
    padding-left: 0.4rem;
    border-bottom: solid 1px #ddd;
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }
  .home main section.home-top-navigation .left-holder #nav__primary--elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home main section.home-top-navigation .left-holder #nav__primary--elements .nav__primary--drop {
    display: contents;
  }
  .home main section.home-top-navigation .left-holder #nav__primary--elements > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    margin-right: 2rem;
  }
  .home main section.home-top-navigation .left-holder #nav__primary--elements > li > a:hover {
    border-bottom: 1px solid #000;
  }
  .home main section.home-top-navigation .left-holder #nav__primary--elements > li:hover {
    background-color: #fff;
  }
  .home main section.home-top-navigation .left-holder #nav__primary--elements > li:hover > .nav__primary__panel {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.34);
            box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.34);
  }
  .home main section.home-top-navigation .left-holder .nav__primary--drop-menu {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333%;
  }
  .home main section.home-top-navigation .left-holder .nav__primary__panel .nav__primary__panel .nav__primary--drop-menu h3 {
    font-size: 1.9375rem;
    letter-spacing: -0.6px;
  }
  .home main section.home-top-navigation .left-holder .nav__primary__panel .nav__primary__panel .nav__primary--drop-menu figure {
    margin-top: 1.5rem;
  }
  .home main section.home-top-navigation .right-holder {
    content: "";
    height: 2.375rem;
  }
  .home main section.home-top-navigation .right-holder a {
    content: "";
    display: inline-block;
    font-size: 0.875rem;
  }
  .home main section.home-top-navigation .right-holder a.active,
  .home main section.home-top-navigation .right-holder a:hover {
    border-bottom: solid 1px black;
  }
  .home main section.home-top-navigation .right-holder a.arrow {
    content: "";
    padding-bottom: 0.875rem;
    padding-left: 0;
    padding-right: 0;
    margin-right: 2rem;
  }
  .home main section.home-top-navigation .right-holder a.arrow::after {
    content: "";
    background: url(../assets/img/sprite.png) 0 0 no-repeat;
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: 8px -194px;
    cursor: pointer;
    /* padding: 0px 24px 9px 0px; */
    display: inline-block;
    width: 30px;
    height: 15px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: -0.625rem;
  }
  .home main section.home-top-navigation .right-holder a.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-position: 8px -198px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .home main section.home-top-navigation .right-holder a::after {
    content: "";
  }
  .home main section.home-top-navigation .right-holder .About-us {
    margin-left: 18px;
  }
  .home main section.home-top-navigation .right-holder .About-us::before {
    content: "";
    padding-left: 1.5rem;
    border-left: 1px solid #ddd;
    margin: 4px 0px 0px 0px;
    height: 1.3125rem;
    margin-left: -28px;
  }
  .home main .top-navigation-holder header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .home main .top-navigation-holder header {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .home main .top-navigation-holder header .right-holder {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) {
  .home main .top-navigation-holder section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1200px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ddd;
  }
  .home main .top-navigation-holder section header {
    padding: 0 1rem;
  }
}

@-webkit-keyframes slideToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

@keyframes slideToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

.search main {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 76.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.search main .search-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1025px) {
  .search main .search-page {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.search main .search-page .desktop-search-filters {
  display: none;
}

@media (min-width: 1025px) {
  .search main .search-page .desktop-search-filters {
    display: block;
  }
}

.search main .search-page .search-listings {
  margin-top: 1rem;
}

.search main .search-page .search-listings .actions .select-box {
  position: relative;
  float: left;
  width: 50%;
  display: block;
  margin: 0 auto;
  border: solid 1px #666;
  color: #000;
}

.search main .search-page .search-listings .actions .select-box__current {
  position: relative;
  cursor: pointer;
}

.search main .search-page .search-listings .actions .select-box__current:focus .select-box__option {
  cursor: pointer;
}

.search main .search-page .search-listings .actions .select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search main .search-page .search-listings .actions .select-box__icon {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  opacity: 1;
}

.search main .search-page .search-listings .actions .select-box__input {
  display: none;
}

.search main .search-page .search-listings .actions .select-box__input:checked + .select-box__input-text {
  font-size: 0.9375rem;
  display: block;
}

.search main .search-page .search-listings .actions .select-box__input-text {
  font-size: 0.9375rem;
  text-align: center;
  margin: 0;
  padding: 0.58125rem 2.4375rem;
  background-color: #fff;
}

.search main .search-page .search-listings .search-list-text,
.search main .search-page .search-listings [itemprop="name"] {
  font-weight: bold;
}

.search main .search-page .search-listings .search-form {
  position: relative;
}

.search main .search-page .search-listings .search-form input[type="search"] {
  text-align: left;
  width: 100%;
  font-size: 1.5rem;
  font-style: normal;
  padding-bottom: 1rem;
  border: none;
  border-bottom: solid 1px #666;
}

.search main .search-page .search-listings .search-form input[type="search"]::-webkit-input-placeholder {
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
}

.search main .search-page .search-listings .search-form input[type="search"]:-ms-input-placeholder {
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
}

.search main .search-page .search-listings .search-form input[type="search"]::-ms-input-placeholder {
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
}

.search main .search-page .search-listings .search-form input[type="search"]::placeholder {
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
}

.search main .search-page .search-listings .search-form button {
  text-indent: -50000px;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  display: block;
  position: relative;
  position: absolute;
  right: 0;
  top: 0.5625rem;
  bottom: 2rem;
  background: white;
  width: 2.1875rem;
  height: 2.1875rem;
}

.search main .search-page .search-listings .search-form button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
}

.search main .search-page .search-listings .search-form button::after {
  content: "/00A0";
  background-position: 2px 3px;
  background-size: 140px;
}

.search main .search-page .search-listings .search-filters {
  margin: 0;
  padding-top: 1.4375rem;
  padding-bottom: 1.875rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: solid 1px #ddd;
  margin-bottom: 1rem;
}

.search main .search-page .search-listings .search-filters ul {
  font-size: 0.9375rem;
}

.search main .search-page .search-listings .search-filters ul li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  font-family: "IBM Plex Mono", courier, serif;
  font-size: 0.9375rem;
}

.search main .search-page .search-listings .search-filters ul li a {
  background: #eaf7fd;
  padding: 0 1rem;
  min-width: 7rem;
  display: block;
  text-align: center;
  line-height: 1.75rem;
  text-decoration: none;
}

.search main .search-page .search-listings .search-filters ul {
  font-size: 0.875rem;
}

.search main .search-page .search-listings .search-filters ul:after {
  clear: both;
  content: "";
  display: table;
}

.search main .search-page .search-listings .search-filters ul li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  float: left;
}

.search main .search-page .search-listings .search-filters ul li a {
  text-indent: -50000px;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  display: block;
  position: relative;
  width: auto;
  padding: 0px 30px 0px 7px;
  text-indent: 0;
  border: solid 1px transparent;
  height: auto;
}

.search main .search-page .search-listings .search-filters ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
}

.search main .search-page .search-listings .search-filters ul li a:after {
  background-position: 11px -769px;
}

.search main .search-page .search-listings .search-filters ul li a:after {
  left: auto;
  width: 1.875rem;
  background-size: 52px;
}

.search main .search-page .search-listings .search-filters ul li button.clear-all {
  padding: 7px;
  border: solid 1px black;
  font-family: "IBM Plex Mono", courier, serif;
}

.search main .search-page .search-listings .actions {
  display: block;
  margin-top: 0.5rem;
}

@media (min-width: 1025px) {
  .search main .search-page .search-listings .actions {
    display: none;
  }
}

.search main .search-page .search-listings .actions button,
.search main .search-page .search-listings .actions select {
  display: inline-block;
  width: 48%;
}

.search main .search-page .search-listings .actions select {
  padding: 0.6875rem 2.375rem;
  margin-bottom: 0;
}

.search main .search-page .search-listings .actions button {
  padding: 0.9375rem 2.5rem;
  border: solid 1px #666;
  margin-left: 2%;
}

.search main .search-page .search-results article {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.search main .search-page .search-results article figure {
  width: 33%;
  float: right;
  margin: 0 0 1rem 1rem;
}

.search main .search-page .search-results article .text {
  padding: 0;
}

.search main .search-page .search-results article .text h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

.search main .search-page .search-results article .text p {
  margin: 0;
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
}

.search main .search-page .search-results article:after {
  left: 0;
  right: 0;
}

.lds-ring {
  display: none;
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #0a0a0a;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0a0a0a transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 1025px) {
  .search main {
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
  .search main .search-page .search-listings {
    margin-top: 0;
  }
  .search main .search-page .search-listings form.search-form input {
    text-align: left;
  }
  .search main .search-page .search-listings form.search-form input[type="search"] {
    font-size: 3.125rem !important;
  }
  .search main .search-page .search-listings form.search-form input[type="search"]::-webkit-input-placeholder {
    font-size: 3.125rem !important;
  }
  .search main .search-page .search-listings form.search-form input[type="search"]:-ms-input-placeholder {
    font-size: 3.125rem !important;
  }
  .search main .search-page .search-listings form.search-form input[type="search"]::-ms-input-placeholder {
    font-size: 3.125rem !important;
  }
  .search main .search-page .search-listings form.search-form input[type="search"]::placeholder {
    font-size: 3.125rem !important;
  }
  .search main .search-page .search-listings form.search-form button {
    width: 3.125rem;
    height: 3.125rem;
    bottom: 1rem;
    position: absolute;
    top: 1.25rem;
  }
  .search main .search-page .search-listings form.search-form button:after {
    background-position: 9px 10px;
    background-size: 150px;
  }
  .search main .search-page .desktop-search-filters {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .search main .search-page .desktop-search-filters {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .search main .search-page .desktop-search-filters {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .search main .search-page .desktop-search-filters h2 {
    font-size: 1rem;
  }
  .search main .search-page .desktop-search-filters .sort-by {
    margin-top: 5.4375rem;
  }
  .search main .search-page .desktop-search-filters h3 {
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0.6875rem;
    border-bottom: solid 1px black;
  }
  .search main .search-page .desktop-search-filters ul {
    margin-bottom: 2rem;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .search main .search-page .desktop-search-filters ul li {
    border-bottom: solid 1px #ddd;
    padding: 0.5rem 0;
  }
  .search main .search-page .desktop-search-filters ul li:after {
    clear: both;
    content: "";
    display: table;
  }
  .search main .search-page .desktop-search-filters ul li input {
    float: left;
    margin-left: 0;
    margin-right: 1rem;
  }
  .search main .search-page .search-listings {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .search main .search-page .search-listings {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .search main .search-page .search-listings {
    width: 75%;
  }
}

@media (min-width: 1025px) {
  .search main .search-page .search-listings .search-results article {
    padding-bottom: 2rem;
  }
  .search main .search-page .search-listings .search-results article figure {
    width: 100%;
    float: none;
    margin: 0 0 1rem 0;
  }
  .search main .search-page .search-listings .search-results article .text {
    padding: 0;
  }
  .search main .search-page .search-listings .search-results article:after {
    display: none;
  }
}

.second-stage-newsletter {
  display: none;
}

#invisible-button1 {
  display: none;
}

.email-details fieldset {
  border: none;
}

.email-details input,
.email-details textarea,
.email-details select,
.email-details button {
  outline: none;
}

.email-details:focus {
  outline: none;
}

.email-details input[type="text"],
.email-details input[type="email"],
.email-details input[type="password"],
.email-details input[type="tel"],
.email-details input[type="date"],
.email-details input[type="datetime-local"],
.email-details input[type="month"],
.email-details input[type="time"],
.email-details input[type="url"],
.email-details input[type="week"],
.email-details textarea,
.email-details select {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: none;
  border-bottom: solid 1px #666;
}

.email-details button {
  border: solid 1px #ddd;
}

.range-slider {
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-appearance: none;
  /* Override default CSS styles */
  -moz-appearance: none;
       appearance: none;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
}

.range-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #000;
  cursor: pointer;
}

.input-file {
  /* input file style */
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.button-file {
  padding: 14px 13px;
  color: #000;
  display: inline-block;
  border: 1px solid #000;
  cursor: pointer;
}

.btn-form {
  border: solid 1px black;
  padding: 10px 13px;
  cursor: pointer;
}

.btn-form:hover {
  border: solid 1px black;
  background-color: black;
  color: white;
}

.btn-form:hover a {
  color: #fefefe;
}

fieldset {
  border: none;
}

.form-types fieldset {
  border: none;
}

.form-types input,
.form-types textarea,
.form-types select,
.form-types button {
  outline: none;
}

.form-types:focus {
  outline: none;
}

.form-types input[type="text"],
.form-types input[type="email"],
.form-types input[type="password"],
.form-types input[type="tel"],
.form-types input[type="date"],
.form-types input[type="datetime-local"],
.form-types input[type="month"],
.form-types input[type="time"],
.form-types input[type="url"],
.form-types input[type="week"],
.form-types textarea,
.form-types select {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: none;
  border-bottom: solid 1px #666;
}

.form-types button {
  border: solid 1px #ddd;
}

.form-types h4:not(:last-child) {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.form-types .radio-input {
  display: none;
}

.form-types .radio-form {
  display: block;
  position: relative;
  padding-top: 2rem;
  padding-left: 3rem;
}

.form-types .radio-form .radio-button {
  height: 2rem;
  width: 2rem;
  border: solid 5px #000;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 29px;
}

.form-types .radio-form .radio-button::after {
  content: "";
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.form-types .radio-form .radio-input:checked ~ .radio-label .radio-button:after {
  opacity: 1;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  font-size: 1rem;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  font-size: 1rem;
}

:-ms-input-placeholder {
  /* IE 11 */
  font-style: italic;
  font-size: 1rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  font-size: 1rem;
}

input[type="radio"], input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
  border: solid 1px black;
  border-radius: 0;
}

/* Buttons that only appear in entry-content */
.entry-content button,
.entry-content input[type='submit'],
.entry-content .button a {
  border: solid 1px black;
  padding: 10px 13px;
  cursor: pointer;
}

.entry-content button:hover,
.entry-content input[type='submit']:hover,
.entry-content .button a:hover {
  border: solid 1px black;
  background-color: black;
  color: white;
}

.entry-content button:hover a,
.entry-content input[type='submit']:hover a,
.entry-content .button a:hover a {
  color: #fefefe;
}

.whitepaper-download .email-recieve-input {
  display: inline-block;
}

.whitepaper-download .input-step2 {
  width: 50%;
}

.whitepaper-download .button-right {
  width: 2.25rem;
  height: 2.25rem;
  text-indent: -50000px;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  display: block;
  position: relative;
  background: #fefefe;
  border-radius: 50%;
  border: solid 1px black;
  display: inline;
  top: 1.25rem;
}

@media (min-width: 1025px) {
  .whitepaper-download .button-right {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.whitepaper-download .button-right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
}

.whitepaper-download .button-right:after {
  background-position: 17px -285px;
}

.whitepaper-download .button-right:after {
  background-size: 110px !important;
  background-position: 17px -316px;
}

@media (min-width: 1025px) {
  .whitepaper-download .button-right {
    width: 2.5rem;
    height: 2.5rem;
    top: 0.5625rem;
  }
}

.whitepaper-details .button a {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.whitepaper-download.step-1 input:first-child {
  width: 88%;
}

.whitepaper-download.step-2 .input-step2 {
  width: 100%;
  margin: auto;
}

.whitepaper-download.step-2 .input-step2 fieldset {
  border: none;
}

.whitepaper-download.step-2 .input-step2 input,
.whitepaper-download.step-2 .input-step2 textarea,
.whitepaper-download.step-2 .input-step2 select,
.whitepaper-download.step-2 .input-step2 button {
  outline: none;
}

.whitepaper-download.step-2 .input-step2:focus {
  outline: none;
}

.whitepaper-download.step-2 .input-step2 input[type="text"],
.whitepaper-download.step-2 .input-step2 input[type="email"],
.whitepaper-download.step-2 .input-step2 input[type="password"],
.whitepaper-download.step-2 .input-step2 input[type="tel"],
.whitepaper-download.step-2 .input-step2 input[type="date"],
.whitepaper-download.step-2 .input-step2 input[type="datetime-local"],
.whitepaper-download.step-2 .input-step2 input[type="month"],
.whitepaper-download.step-2 .input-step2 input[type="time"],
.whitepaper-download.step-2 .input-step2 input[type="url"],
.whitepaper-download.step-2 .input-step2 input[type="week"],
.whitepaper-download.step-2 .input-step2 textarea,
.whitepaper-download.step-2 .input-step2 select {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: none;
  border-bottom: solid 1px #666;
}

.whitepaper-download.step-2 .input-step2 button {
  border: solid 1px #ddd;
}

.whitepaper-inline-article .whitepaper-download.step-1 #text-header {
  margin-top: 0;
}

.whitepaper-inline-article .whitepaper-download.step-2 .input-step2 {
  margin: 0;
}

.whitepaper-download.step-2 select {
  margin-bottom: 2rem;
}

.whitepaper-download.step-2 .consent-checkbox input {
  display: inline;
}

.whitepaper-download.step-2 .whitepaper-download.step-3 {
  font-weight: bold;
}

.whitepaper-download.step-2 .whitepaper-download.step-3 h3 {
  margin-bottom: 2rem;
}

.whitepaper-download.step-2 .privacy-agree {
  display: none;
}

@media (min-width: 1025px) {
  .whitepaper-download.step-2 .whitepaper-download .input-step5 {
    width: 60%;
  }
  .whitepaper-download.step-2 .whitepaper-download.step-1 input:first-child {
    width: 55%;
  }
  .whitepaper-download.step-2 .whitepaper-download.step-2 .input-step2 {
    width: 60%;
  }
}

.whitepaper-download.step-2 .email-submit {
  margin-top: 2em;
}

.whitepaper-download.step-2 #invisible-button {
  display: none;
}

.whitepaper-download.step-2 #invisible-button1 {
  display: none;
}

.whitepaper-download.step-2 #emailValidation {
  margin-top: 15px;
  color: #ff6666;
}

.whitepaper-download.step-2 .third-stage-newsletter {
  display: none;
  padding: 0;
}

.whitepaper-download.step-2 .third-stage-newsletter p {
  margin-bottom: 5rem;
}

.whitepaper-download.step-2 .third-stage-newsletter button {
  color: #fff;
  border: 1px solid #fff;
  padding: 1rem;
  padding-left: 4em;
  padding-right: 4em;
}

.whitepaper-download.step-2 .email-submit input:-webkit-autofill,
.whitepaper-download.step-2 .email-submit input:-webkit-autofill:hover,
.whitepaper-download.step-2 .email-submit input:-webkit-autofill:focus,
.whitepaper-download.step-2 .email-submit input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.home main .articles.three-articles-daily-data {
  padding: 0 1rem;
}

.home main .articles.three-articles-daily-data article::after {
  left: 0;
  right: 0;
}

.home main .articles.three-articles-daily-data article figure {
  margin-left: -1rem;
  margin-right: -1rem;
}

.home main .articles.three-articles-daily-data article figure figcaption {
  margin-left: 1rem;
  margin-right: 1rem;
}

.home main .articles.three-articles-daily-data article div {
  padding-left: 0;
  padding-right: 0;
}

.site-capital main section.newsletter-container-category {
  background-color: #dde8e4;
}

.site-capital main .newsletter-container-category div.newsletter-category div.newsletter-signup .email-submit input[type="email"] {
  border-bottom: 2px solid #053c21;
}

.category main .current-category h1 {
  text-align: center;
}

.category main .current-category .breacrumb-dropdown:after {
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
  content: "";
  border: solid 1px #ddd;
  padding-left: 1.625rem;
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
  margin-left: 0.75rem;
  background-position: 0.375rem -11.875rem;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  padding-top: 14px;
  padding-bottom: 12px;
  margin-bottom: -7px;
}

.category main .whitepapers-category .breacrumb-dropdown:after {
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
  content: "";
  border: solid 1px #ddd;
  padding-left: 1.625rem;
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
  margin-left: 0.75rem;
  background-position: 0.375rem -11.875rem;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  padding-top: 14px;
  padding-bottom: 12px;
  margin-bottom: -7px;
}

.category main .articles.three-articles-daily-data {
  padding: 0 1rem;
}

.category main .articles.three-articles-daily-data article::after {
  left: 0;
  right: 0;
}

.category main .articles.three-articles-daily-data article figure {
  margin-left: -1rem;
  margin-right: -1rem;
}

.category main .articles.three-articles-daily-data article figure figcaption {
  margin-left: 1rem;
  margin-right: 1rem;
}

.category main .articles.three-articles-daily-data article div {
  padding-left: 0;
  padding-right: 0;
}

.category main .newsletter-container-category {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #d7e8f9;
  padding-top: 1.0625rem;
  padding-bottom: 1.1875rem;
  margin-bottom: 3rem;
}

.category main .newsletter-container-category .newsletter-category .newsletter-container {
  display: block;
}

.category main .newsletter-container-category .newsletter-category .newsletter-container h1 {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.375rem;
  letter-spacing: -0.04375rem;
  margin-bottom: 0.4375rem;
}

.category main .newsletter-container-category .newsletter-category .newsletter-container h2:first-child {
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: normal;
  font-weight: 600;
  margin-bottom: 0.5625rem;
}

.category main .newsletter-container-category .newsletter-category .newsletter-container h2:last-of-type {
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  letter-spacing: -0.01875rem;
}

.category main .newsletter-container-category .newsletter-category .newsletter-signup {
  background-color: #fff;
  margin-bottom: 0.6875rem;
}

.category main .newsletter-container-category .newsletter-category .newsletter-signup .email-submit {
  margin-top: 1.625rem;
}

.category main .newsletter-container-category .newsletter-category .newsletter-signup .email-submit input[type="email"] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #368ae2;
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 1rem;
}

.category main .newsletter-container-category .newsletter-category .newsletter-signup .email-submit input[type="email"]::-webkit-input-placeholder {
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  font-style: normal;
}

.category main .newsletter-container-category .newsletter-category .newsletter-signup .email-submit input[type="email"]:-ms-input-placeholder {
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  font-style: normal;
}

.category main .newsletter-container-category .newsletter-category .newsletter-signup .email-submit input[type="email"]::-ms-input-placeholder {
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  font-style: normal;
}

.category main .newsletter-container-category .newsletter-category .newsletter-signup .email-submit input[type="email"]::placeholder {
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  font-style: normal;
}

.category main .newsletter-container-category .newsletter-category .newsletter-signup .email-submit input[type="email"] input[type="email"]:focus {
  border-bottom: 2px solid #000;
}

.category main .newsletter-container-category .newsletter-category .newsletter-signup .email-submit button {
  color: #fff;
  background-color: black;
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 600;
  width: 175px;
  height: 56px;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  letter-spacing: normal;
  margin-bottom: 0.375rem;
}

.category main .newsletter-container-category .newsletter-category .newsletter-signup button.newsletter-category-btn {
  background-color: rgba(0, 0, 0, 0.5);
}

.category main .newsletter-container-category .newsletter-category .newsletter-signup .newsletter-category-btn.active {
  background: #000;
}

.category main .newsletter-container-category span {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #7f7f7f;
}

.category main .newsletter-container-category span a {
  color: #404040;
}

.category section h2 {
  font-size: 0.9375rem;
  margin: 0 0 0.875rem 0;
}

.category section h2 a {
  font-weight: bold;
  margin: 0 0 2rem 0;
}

@media (min-width: 1025px) {
  .category section h2 {
    font-size: 1rem;
  }
}

.category section article {
  border-bottom: solid 1px #ddd;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}

.category section article:last-of-type:after {
  display: none;
}

.category section article figure {
  margin-bottom: 1rem;
  overflow: hidden;
}

.category section article figure figcaption {
  font-style: italic;
}

.category section article .text .category {
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: lighter;
}

.category section article .text .category a {
  text-transform: uppercase;
  font-weight: 500;
}

.category section article .text h2,
.category section article .text h3 {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.625rem;
  letter-spacing: -0.36px;
}

.category section article .text p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "IBM Plex Serif", georgia, serif;
  line-height: 1.375rem;
}

.category section article .text .meta {
  margin-top: 0.8125rem;
}

.category section article .text .meta span,
.category section article .text .meta time {
  font-size: 0.9375rem;
}

.category section article .text .meta .author {
  display: inline a;
  display-font-weight: bold;
}

.category section article .text .meta time {
  margin-left: 0.25rem;
}

@media (min-width: 1025px) {
  .category section article {
    border-bottom: none;
  }
  .category section article figure {
    overflow: hidden;
    margin-bottom: 1.25rem;
  }
  .category section article figure img {
    width: auto;
    height: auto;
  }
  .category section article .text .category {
    font-size: 0.8125rem;
  }
  .category section article .text h2,
  .category section article .text h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .category section article .text p {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-family: "IBM Plex Serif", georgia, serif;
    line-height: 1.375rem;
  }
  .category section article .text .meta {
    margin-top: 0.8125rem;
  }
  .category section article .text .meta span,
  .category section article .text .meta time {
    font-size: 0.875rem;
  }
}

.category section article figure figcaption {
  font-style: italic;
}

.category section.projects .text, .category section.whitepapers .text, .category section.hot-topics .text, .category section.daily-data .text {
  padding-left: 0;
  padding-right: 0;
}

.category section.whitepapers h2,
.category section.hot-topics h2 {
  border-top: solid 1px black;
  padding-top: 0.6875rem;
}

.category section table {
  border: none;
  border-spacing: 0px;
  border-collapse: initial;
}

.category section table td,
.category section table th {
  background: #fefefe;
  border: none;
  text-align: left;
  padding: 0;
  border-bottom: solid 1px #ddd;
  line-height: 2.5rem;
}

.category section table tr:last-child td {
  border-bottom: none;
}

.category section table .last-col {
  width: 30%;
}

.category section table td:last-child,
.category section table th:last-child {
  text-align: right;
}

.category .small-thumbnails article {
  padding-bottom: 1rem;
}

.category .small-thumbnails article figure {
  width: 35%;
  position: relative;
  float: right;
  height: auto;
}

.category .small-thumbnails article figure img {
  min-height: 0;
  height: auto;
  max-width: 100%;
}

.category .small-thumbnails article .text {
  float: left;
  width: 64%;
}

.category .small-thumbnails article .text h2,
.category .small-thumbnails article .text h3 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  letter-spacing: -0.36px;
  margin: 0 0 1rem;
}

.category .small-thumbnails article .text p {
  display: none;
}

@media (min-width: 1025px) {
  .category .small-thumbnails article {
    padding-bottom: 0;
  }
  .category .small-thumbnails article figure {
    width: 100%;
    float: left;
  }
  .category .small-thumbnails article .text {
    width: 100%;
    float: right;
  }
  .category .small-thumbnails article .text p {
    display: block;
  }
}

@media (min-width: 1025px) {
  .category main .articles.three-articles-daily-data {
    padding: 0;
  }
  .category main .articles.three-articles-daily-data article h2 {
    padding-top: 1rem;
    border-top: 1px solid black;
  }
  .category main .articles.three-articles-daily-data article::after {
    left: 0;
    right: 0;
  }
  .category main .articles.three-articles-daily-data article figure {
    margin-left: 0;
    margin-right: 0;
  }
  .category main .articles.three-articles-daily-data article figure figcaption {
    margin-left: 0;
    margin-right: 0;
  }
  .category main .articles.three-articles-daily-data article div {
    padding-left: 0;
    padding-right: 0;
  }
  .category main .newsletter-container-category .newsletter-category {
    content: "";
    clear: both;
    display: table;
    width: 75rem;
    margin: 0 auto;
    padding-top: 0;
  }
  .category main .newsletter-container-category .newsletter-category .newsletter-container {
    display: inline-block;
    float: left;
    width: 482px;
  }
  .category main .newsletter-container-category .newsletter-category .newsletter-container h1 {
    font-size: 2.25rem;
    line-height: 2.375rem;
    letter-spacing: -0.04375rem;
  }
  .category main .newsletter-container-category .newsletter-category .newsletter-container h2:first-child {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    letter-spacing: normal;
  }
  .category main .newsletter-container-category .newsletter-category .newsletter-container h2:last-of-type {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    letter-spacing: -0.01875rem;
  }
  .category main .newsletter-container-category .newsletter-category .newsletter-signup {
    float: right;
    width: 688px;
    margin-top: 2rem;
  }
  .category main .newsletter-container-category .newsletter-category .newsletter-signup .email-submit input[type="email"] {
    font-size: 1.125rem;
    float: left;
    width: 449px;
  }
  .category main .newsletter-container-category .newsletter-category .newsletter-signup .email-submit input[type="email"]:focus {
    border-bottom: 2px solid #000;
  }
  .category main .newsletter-container-category .newsletter-category .newsletter-signup .email-submit button {
    float: right;
    cursor: pointer;
  }
  .category main .newsletter-container-category .newsletter-category .newsletter-signup .email-submit .newsletter-category-btn.active:hover {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
  }
  .category main .newsletter-container-category .newsletter-category .newsletter-signup .article-checkbox::after {
    content: "";
    background-color: #fff;
    display: inline-block;
    color: #000;
    width: 24px;
    height: 24px;
    visibility: visible;
    border: 1px solid #000;
    border-radius: 0;
    margin-top: 1px;
  }
  .category main .newsletter-container-category .newsletter-category .newsletter-signup .article-checkbox:checked::after {
    background-image: url(../images/Path2Copy.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 3px;
  }
  .category main .newsletter-container-category div {
    width: 75rem;
    margin: 0 auto;
  }
  .category main .newsletter-container-category div .article-checkbox::after {
    content: "";
    background-color: #fff;
    display: inline-block;
    color: #000;
    width: 24px;
    height: 24px;
    visibility: visible;
    border: 1px solid #000;
    border-radius: 0;
    margin-top: 1px;
  }
  .category main .newsletter-container-category div .article-checkbox:checked::after {
    background-image: url(../images/Path2Copy.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 3px;
  }
  .category .current-category {
    position: relative;
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
  .category .current-category h1,
  .category .current-category p {
    text-align: center;
  }
  .category .current-category .breadcrumb-dropdown:after {
    background-image: url("img/sprite.png");
    background-repeat: no-repeat;
    background-size: 100px;
    content: "";
    border: solid 1px #ddd;
    padding-left: 1.625rem;
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
    margin-left: 0.75rem;
    background-position: 0.375rem -11.875rem;
    cursor: pointer;
    display: inline-block;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    padding-top: 14px;
    padding-bottom: 12px;
    margin-bottom: -7px;
  }
  .category .current-category #breadcrums {
    position: relative;
    top: 0;
  }
}

/* Holding page */
.construction main {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.construction .letter,
.construction #siteHeader,
.construction .left-holder,
.construction .top-navigation-holder,
.construction .site-footer {
  display: none;
}

.construction .promotion {
  background: #eaf7fd;
  padding: 0.5rem;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}

.construction .site-header {
  text-align: center;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.construction .site-header .logo {
  margin: 5rem auto 2.5rem auto;
  width: 25.05rem;
  max-width: 100%;
}

.construction .site-header .logo img {
  margin-bottom: 1rem;
}

@media (min-width: 1025px) {
  .construction .site-header .logo {
    margin: 5rem auto 2.5rem auto;
  }
  .construction .site-header .logo a {
    text-align: center;
    overflow: visible;
    cursor: pointer;
    display: block;
    position: relative;
    height: 2.25rem;
    font-size: 4em;
  }
}

.construction .site-header h1 {
  font-weight: bold;
  font-size: 1.75rem;
  width: 52rem;
  max-width: 100%;
  margin: 0 auto 2.5rem auto;
}

@media (min-width: 1025px) {
  .construction .site-header h1 {
    width: 52rem;
    max-width: 100%;
    margin: 0 auto 2.5rem auto;
    font-weight: 600;
    color: #000;
    line-height: 2.25rem;
  }
}

.construction .email-signup {
  text-align: center;
  padding: 2.5rem;
  margin: 0 0 2rem 0;
  background-color: #000;
}

.construction .email-signup h2 {
  color: #fefefe;
  font-size: 1.5rem;
}

@media (min-width: 1025px) {
  .construction .email-signup h2 {
    width: 28.75rem;
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .construction .email-signup form {
    width: 25rem;
    margin: 3.125rem auto 0 auto;
  }
  .construction .email-signup form p {
    color: white;
  }
}

.construction .text section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

@media (min-width: 1025px) {
  .construction .text section {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .construction .text section {
    width: 33.3333333%;
  }
}

.construction .text section strong {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.75rem;
}

.construction .text section p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000;
  font-weight: 400;
  font-family: "IBM Plex Serif", serif;
}

.construction footer {
  padding: 0 1.25rem;
  font-family: "IBM Plex Serif", serif;
  margin-top: 3.75rem;
}

.page article .entry-header {
  margin-top: 2rem;
}

@media (min-width: 1025px) {
  .page article .entry-header h1,
  .page article .entry-header p {
    width: 790px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.page article .entry-header h1 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.25rem;
  letter-spacing: -0.0375rem;
  color: black;
}

@media (min-width: 1025px) {
  .page article .entry-header h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.page article .entry-header p {
  font-size: 1.4375rem;
  line-height: 1.625rem;
}

@media (min-width: 1025px) {
  .page article .entry-header p {
    margin-left: auto;
    margin-right: auto;
    width: 49.375rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}

@media (min-width: 1025px) {
  .page article .page-content {
    width: 790px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.page article .page-content p {
  font: 1.125rem "IBM Plex Serif", georgia, serif;
  line-height: 1.625rem;
}

@media (min-width: 1025px) {
  .page article .page-content p {
    font: 1.25rem "IBM Plex Serif", georgia, serif;
    line-height: 1.875rem;
  }
}

.page .contact-page .page-info {
  padding-bottom: 1rem;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  margin-bottom: 1rem;
}

.page .contact-page .page-info .page-content .entry-header {
  padding-bottom: 1rem;
}

.page .contact-page .page-info .page-content .entry-header h1 {
  margin-bottom: 0.5rem;
}

.page .contact-page .page-info .page-content section {
  border-bottom: solid 1px #ddd;
}

.page .contact-page .page-info .page-content section h2:not(:last-child) {
  margin-top: 1rem;
}

.page .contact-page .page-info .page-content section:last-of-type {
  border: none;
}

.about .hot-topics article {
  padding-left: 0;
  padding-right: 0;
}

.about article {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 76.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about article .authors {
  margin-top: 1rem;
  padding-bottom: 1.5rem;
  border: none;
}

.about article .authors li {
  margin-top: 1rem;
  border-bottom: solid 1px #ddd;
}

.about article .authors li .vcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1025px) {
  .about article .authors li .vcard {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.about article .authors li .vcard figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 33.3333333%;
}

@media (min-width: 1025px) {
  .about article .authors li .vcard figure {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .about article .authors li .vcard figure {
    width: 16.6666666667%;
  }
}

.about article .authors li .vcard figure picture {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

.about article .authors li .vcard .authors-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  width: 58.333333333%;
  margin-left: 2rem;
}

@media (min-width: 1025px) {
  .about article .authors li .vcard .authors-info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .about article .authors li .vcard .authors-info {
    width: 83.333333333%;
  }
}

.about article .authors li .vcard .authors-info h2 {
  margin-bottom: 0;
}

.about article .authors li .vcard .authors-info p {
  font-style: italic;
}

.about article .authors li .vcard .authors-info p:last-of-type {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  line-height: 1.25rem;
  font-style: normal;
}

.about article .authors .authors-desc p {
  margin-bottom: 1rem;
}

.about main .hot-topics {
  display: block;
}

.about main article {
  width: 100%;
  padding: 0;
}

.about main article figure {
  float: left;
}

.about article .entry-header {
  margin-bottom: 1.6875rem;
}

.about article .page-content .description {
  margin-bottom: 1.5rem;
}

.about article .page-content h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.0225rem;
  margin-bottom: 0.5rem;
}

.about article .page-content .our-authors {
  border-top: solid 1px #666;
  border-bottom: solid 1px #ddd;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.about article .page-content .article-about:not(:last-child) {
  border-bottom: solid 1px #ddd;
}

.about article .page-content .article-about {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.about article .authors li .vcard h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.01875rem;
}

.about article .authors li .vcard p {
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1rem;
}

.about .receive {
  display: none;
}

.contact article a {
  text-decoration: underline;
  background-position: 0 40px;
}

.contact article input[type="checkbox"] {
  display: inline-block;
}

.contact article .entry-header {
  padding-bottom: 1rem;
}

.contact article .contact-page section {
  padding-left: 0;
  padding-right: 0;
}

.contact article .contact-page .page-info h2 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.contact article .contact-page .page-info .page-contact h2 {
  font-weight: bold;
}

.contact article .contact-page .page-info .page-contact section {
  padding-top: 1rem;
}

.contact article .contact-page .page-info .page-contact section:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: solid 1px #ddd;
}

.contact article .contact-page .page-info .page-contact .contact-author-details {
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
}

.contact article .contact-page section.email-info h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: -0.01688rem;
}

.contact article .contact-page section.email-info .email-details fieldset {
  border: none;
}

.contact article .contact-page section.email-info .email-details input,
.contact article .contact-page section.email-info .email-details textarea,
.contact article .contact-page section.email-info .email-details select,
.contact article .contact-page section.email-info .email-details button {
  outline: none;
}

.contact article .contact-page section.email-info .email-details:focus {
  outline: none;
}

.contact article .contact-page section.email-info .email-details input[type="text"],
.contact article .contact-page section.email-info .email-details input[type="email"],
.contact article .contact-page section.email-info .email-details input[type="password"],
.contact article .contact-page section.email-info .email-details input[type="tel"],
.contact article .contact-page section.email-info .email-details input[type="date"],
.contact article .contact-page section.email-info .email-details input[type="datetime-local"],
.contact article .contact-page section.email-info .email-details input[type="month"],
.contact article .contact-page section.email-info .email-details input[type="time"],
.contact article .contact-page section.email-info .email-details input[type="url"],
.contact article .contact-page section.email-info .email-details input[type="week"],
.contact article .contact-page section.email-info .email-details textarea,
.contact article .contact-page section.email-info .email-details select {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: none;
  border-bottom: solid 1px #666;
}

.contact article .contact-page section.email-info .email-details button {
  border: solid 1px #ddd;
}

.contact article .contact-page section.email-info .email-details input[type="checkbox"] {
  width: 30px;
}

.contact article .contact-page section.email-info .email-details .wpcf7-list-item-label {
  display: table-cell;
  vertical-align: middle;
}

.contact article .contact-page section.email-info .email-details .button-btn-download {
  border: solid 1px #666;
  background: #fff;
  padding: 0.9375rem 4.125rem;
}

.contact .checkboxes:after {
  clear: both;
  content: "";
  display: table;
}

.contact .checkboxes .checkbox-btn {
  display: inline-block;
  border: solid 1px black;
  margin-right: 1rem;
  width: 30px;
  height: 30px;
  float: left;
}

.contact .checkboxes .checkbox-btn-text {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  float: right;
}

.contact input[type="checkbox"]:checked + .checkbox-btn {
  background-image: url(../whitepapers/img/tick.svg);
  background-repeat: no-repeat;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.button-btn-download {
  display: inline-block;
  padding: 0.75rem 3.5625rem;
  border: solid 1px #000;
}

.author main .author-info {
  border-bottom: solid 1px #666;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.author main .article-entries {
  margin-bottom: 1rem;
}

.author main .article-entries .page-subtitle {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.author main .article-entries .articles figure {
  padding-right: 0.9375rem;
}

.author main .article-entries .author-page article {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.author main .article-entries .author-page article .text h3 {
  margin-top: 0;
}

.author main article .entry-header h1 {
  padding-bottom: 0;
}

.author main article .author-img {
  display: block;
  width: 45%;
  border-radius: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}

.author main article .page-content .four-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 1025px) {
  .author main article .page-content .four-articles {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.author main article .page-content .four-articles article {
  border-bottom: solid 1px #ddd;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.author main article .page-content .four-articles article:last-of-type:after {
  display: none;
}

.author main article .page-content .four-articles article figure {
  margin-bottom: 1rem;
  overflow: hidden;
}

.author main article .page-content .four-articles article figure figcaption {
  font-style: italic;
}

.author main article .page-content .four-articles article .text .category {
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: lighter;
}

.author main article .page-content .four-articles article .text .category a {
  text-transform: uppercase;
  font-weight: 500;
}

.author main article .page-content .four-articles article .text h2,
.author main article .page-content .four-articles article .text h3 {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.625rem;
  letter-spacing: -0.36px;
}

.author main article .page-content .four-articles article .text p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "IBM Plex Serif", georgia, serif;
  line-height: 1.375rem;
}

.author main article .page-content .four-articles article .text .meta {
  margin-top: 0.8125rem;
}

.author main article .page-content .four-articles article .text .meta span,
.author main article .page-content .four-articles article .text .meta time {
  font-size: 0.9375rem;
}

.author main article .page-content .four-articles article .text .meta .author {
  display: inline a;
  display-font-weight: bold;
}

.author main article .page-content .four-articles article .text .meta time {
  margin-left: 0.25rem;
}

@media (min-width: 1025px) {
  .author main article .page-content .four-articles article {
    border-bottom: none;
  }
  .author main article .page-content .four-articles article figure {
    overflow: hidden;
    margin-bottom: 1.25rem;
  }
  .author main article .page-content .four-articles article figure img {
    width: auto;
    height: auto;
  }
  .author main article .page-content .four-articles article .text .category {
    font-size: 0.8125rem;
  }
  .author main article .page-content .four-articles article .text h2,
  .author main article .page-content .four-articles article .text h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .author main article .page-content .four-articles article .text p {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-family: "IBM Plex Serif", georgia, serif;
    line-height: 1.375rem;
  }
  .author main article .page-content .four-articles article .text .meta {
    margin-top: 0.8125rem;
  }
  .author main article .page-content .four-articles article .text .meta span,
  .author main article .page-content .four-articles article .text .meta time {
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) {
  .author main article .page-content .four-articles article {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .author main article .page-content .four-articles article {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .author main article .page-content .four-articles article {
    padding-top: 1rem;
  }
}

@media (min-width: 1025px) {
  .page article .entry-header {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: solid 1px #ddd;
  }
  .about main .hot-topics {
    display: block;
  }
  .about main .hot-topics .articles {
    padding-left: 1rem;
  }
  .about main article h3 {
    padding-left: 1rem;
  }
  .about main article .article-about {
    margin-bottom: 1rem;
    border: none;
  }
  .about main article .article-about p a {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #000));
    background-image: linear-gradient(to right, #000 50%, #000 50%);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 28px;
  }
  .about article .page-content .description {
    margin-bottom: 1.5rem;
  }
  .about article .page-content h2 {
    font-size: 1.625rem;
    line-height: 1.875rem;
    letter-spacing: -0.0225rem;
    margin-bottom: 0.5rem;
  }
  .about article .page-content .our-authors {
    border-top: none;
    border-bottom: solid 1px #ddd;
  }
  .about article .authors li .vcard h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: -0.01875rem;
  }
  .about article .authors li .vcard p {
    font-size: 1.125rem;
  }
  .about article .authors li .vcard div.authors-info {
    margin-left: 0;
  }
  .about .receive {
    display: none;
  }
  .contact main {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 76.875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact main article .entry-header {
    padding-bottom: 2.5rem;
  }
  .contact main article section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .contact main article section {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .contact main article section h2 {
    font-size: 1.25rem;
  }
  .contact main article .contact-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 62.1875rem;
    margin: 0 auto !important;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .contact main article .contact-page {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .contact main article .contact-page .page-info {
    border: none;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .contact main article .contact-page .page-info {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .contact main article .contact-page .page-info .page-contact section {
    padding-top: 0;
  }
  .contact main article .contact-page .page-info .page-contact section:not(:last-child) {
    border-bottom: none;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .contact main article .contact-page section.email-info {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .contact main article .contact-page section.email-info h2 {
    font-size: 1.625rem;
    line-height: 1.875rem;
    letter-spacing: -0.0225rem;
  }
  .contact main .button {
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .author main div.author-info {
    margin-left: 0px;
    border: none;
  }
  .author main div.author-info header {
    position: relative;
  }
  .author main div.author-info header p {
    float: left;
    width: 30.1875rem;
  }
  .author main .article-entries .page-subtitle {
    border-top: solid 1px #666;
    font-weight: bold;
  }
  .author main .article-entries .author-page article {
    padding-top: 0;
  }
  .author main .about article header div.vcard:after {
    clear: both;
    content: "";
    display: table;
  }
  .author main .about article header div.vcard .author-img {
    width: 19%;
    float: left;
  }
  .author main .about article header div.vcard div.authors-info {
    float: right;
  }
  .author main .about article header div.vcard div.authors-info h2 {
    font-size: 1.5rem;
    text-align: start;
  }
  .author main .about article header div.vcard div.authors-info p {
    font-size: 1.25rem;
    text-align: start;
  }
  .author main .about article .related-module {
    border-top: none;
  }
}

.author main .author-info {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
}

.author main .author-info h1 {
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: -0.0375rem;
}

.author main .author-info i {
  font-size: 1rem;
}

.author main .author-info figure {
  text-align: center;
}

.author main .author-info figure img {
  width: 164px;
  border-radius: 50%;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.author main .author-info h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.0225rem;
}

.author main .author-info p {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-family: "IBM Serif", georgia, serif;
  line-height: 1.625rem;
}

.author main .page-subtitle {
  margin-left: 1rem;
  margin-right: 1rem;
}

.author main {
  padding-bottom: 1rem;
}

.author section article p {
  display: none;
}

.author section article figure {
  width: 33%;
  float: right;
  margin-left: 1rem;
}

.author section article .category {
  display: none;
}

@media (min-width: 1025px) {
  .author section article p {
    display: inline;
  }
  .author section article figure {
    width: 100%;
    float: none;
  }
  .author section article .category {
    display: block;
  }
  .author main .author-info .author-info-holder {
    width: 60%;
    margin: auto;
    margin-left: 16.9375rem;
  }
  .author main .author-info h1 {
    display: block;
    text-align: center;
    font-size: 3.125rem;
    line-height: 3.125rem;
    letter-spacing: -0.0375rem;
  }
  .author main .author-info i {
    display: block;
    text-align: center;
    padding-bottom: 2.5rem;
  }
  .author main .author-info header {
    display: block;
    content: "";
  }
  .author main .author-info header::after {
    content: "";
    display: block;
    clear: both;
  }
  .author main .author-info figure {
    display: block;
    float: left;
    margin-right: 1.875rem;
  }
  .author main .author-info figure img {
    border-radius: 50%;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .author main .author-info h2 {
    padding-top: 1.25rem;
  }
  .author main .author-info p {
    margin-top: 0.625rem;
    font-size: 1.25rem;
    font-family: "IBM Serif", georgia, serif;
    line-height: 1.875rem;
  }
  .author main .page-subtitle {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Company page */
.company .enquiry-form-holder {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 11001;
  top: 0;
  left: 0;
}

.company .enquiry-form-holder.active_x {
  display: block;
}

.company .enquiry-form-holder i {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../images/icons/hamburger_close_24x24.png) no-repeat;
}

.company .enquiry-form-holder .form-holder {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  margin: 107px auto 0 auto;
  max-width: 996px;
  background: #fefefe;
  position: relative;
}

.company .enquiry-form-holder .form-holder h2 {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.4px;
  padding: 40px 0;
  border-bottom: solid 1px #ddd;
  text-align: center;
}

.company .enquiry-form-holder .form-holder .wpcf7 {
  max-width: 430px;
  margin: auto;
  margin-top: 40px;
}

.company .enquiry-form-holder .form-holder .wpcf7 input[type="checkbox"] {
  float: left;
  margin-bottom: 40px;
  margin-right: 5px;
}

.company .enquiry-form-holder .form-holder .wpcf7 span,
.company .enquiry-form-holder .form-holder .wpcf7 label {
  text-align: left;
  font-size: 14px;
}

.company .enquiry-form-holder .form-holder .wpcf7 .button {
  text-align: left;
  display: block;
}

.company .enquiry-form-holder .form-holder .wpcf7 .button input {
  background-color: #fefefe;
}

.company .company-head-image {
  margin-top: 2rem;
}

.company .company-head-image figure {
  display: block;
  width: 100%;
  min-height: 490px;
  background-position: 10% 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.company .company-head-image figure .text {
  padding-top: 100px;
  margin-left: 16px;
  max-width: 282px;
}

.company .company-head-image figure .text h3 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.6px;
}

.company .company-head-image figure .text h3 a:hover {
  background-position: 0 38px;
}

.company .company-head-image figure .text p {
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 17px;
}

.company .company-head-image figure .text .button {
  border: solid 1px black;
  padding: 10px 13px;
  cursor: pointer;
  width: 11.0625rem;
  background-color: #fefefe;
  padding: 10px 45px;
}

.company .company-head-image figure .text .button:hover {
  border: solid 1px black;
  background-color: black;
  color: white;
}

.company .company-head-image figure .text .button:hover a {
  color: #fefefe;
}

.company .page-end {
  height: 1px;
  line-height: 1px;
  background-color: #ddd;
  margin: 2.3125rem 1rem 2.5rem 1rem;
}

.company section.full-width:first-of-type {
  margin-top: 24px;
}

.company section.company-section {
  padding: 0;
  max-width: none;
  margin: auto;
}

.company section.company-section.about-company figure figcaption {
  padding: 0 1rem;
}

.company section.company-section.about-company div.text p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.company section.company-section.about-company div.text h3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.company section.company-section .company-articles figure {
  margin-top: 1.5rem;
  float: none;
  width: 100%;
}

.company section.company-section .company-articles figure figcaption {
  font-style: italic;
}

.company section.company-section .company-articles div.text {
  margin: 0 1rem;
}

.company section.company-section .company-articles div.text a:hover {
  padding-bottom: 0.3125rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #000));
  background-image: linear-gradient(to right, #000 50%, #000 50%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0px 20px;
}

.company section.company-section .company-articles div.text h3 a:hover {
  background-position: 0px 29px;
}

.company section.company-section .company-articles article {
  border-bottom: none;
  padding: 0;
}

.company section.company-section .company-articles article p {
  padding-bottom: 0.75rem;
}

.company section.company-section .company-articles article::after {
  content: "";
  background: none;
  border-bottom: solid 1px #ddd;
  padding-top: 2.125rem;
  margin-bottom: 2rem;
  clear: both;
  display: block;
  position: relative;
  margin-right: 1rem;
  margin-left: 1rem;
}

.company section.company-section .company-articles article:last-child::after {
  content: none;
}

.company section.video-tab section .three-articles article {
  border-top: none;
  display: block;
}

.company section.video-tab section .three-articles .company-video-content {
  position: relative;
}

.company section.video-tab section .three-articles .company-video-content figure a::after {
  content: "";
  display: block;
  background-image: url(../images/playicon@2x.png);
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.company section.video-tab .four-articles {
  padding: 0;
}

.company section.video-tab .four-articles:last-of-type {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}

.company section.video-tab .four-articles:not(:last-of-type) {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
}

.company section.video-tab .four-articles::after {
  content: "";
  display: none;
}

.company section.video-tab .four-articles article {
  display: block;
}

.company section.video-tab .four-articles .company-video-content {
  position: relative;
}

.company section.video-tab .four-articles .company-video-content figure::after {
  content: "";
  display: block;
  background-image: url(../images/playicon@2x.png);
  width: 51px;
  height: 51px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.company .company-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 2rem 1rem 0 1rem;
}

@media (min-width: 1025px) {
  .company .company-header {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.company .company-header .company-intro {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

@media (min-width: 1025px) {
  .company .company-header .company-intro {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .company .company-header .company-intro {
    width: 66.6666666667%;
  }
}

.company .company-header .company-intro p {
  font-size: 23px;
  line-height: 26px;
}

.company .company-header .company-intro h1 {
  margin-bottom: 1.375rem;
}

.company .company-header .company-intro p {
  margin-bottom: 2rem;
}

.company .company-header .btn-holder {
  float: right;
  width: 100%;
  position: relative;
  border-top: solid 1px #ddd;
}

.company .company-header .btn-holder .button {
  border: solid 1px black;
  padding: 10px 13px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  right: 0;
}

.company .company-header .btn-holder .button:hover {
  border: solid 1px black;
  background-color: black;
  color: white;
}

.company .company-header .btn-holder .button:hover a {
  color: #fefefe;
}

.company .company-header .btn-holder .in-page-link {
  display: inline-block;
  position: absolute;
  top: 100px;
  right: 7px;
}

.company .company-header .btn-holder .in-page-link.active_x a::after {
  width: 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.company .company-header .btn-holder .in-page-link a {
  position: relative;
  padding-right: 1.6875rem;
  display: block;
}

.company .company-header .btn-holder .in-page-link a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
}

.company .company-header .btn-holder .in-page-link a:after {
  background-position: 5px -191px;
}

.company .company-header .btn-holder .in-page-link a::after {
  width: 24px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.company .company-header .company-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  text-align: center;
  line-height: 130px;
  width: 40%;
}

@media (min-width: 1025px) {
  .company .company-header .company-logo {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .company .company-header .company-logo {
    width: 33.3333333%;
  }
}

.company .company-header .company-logo a {
  display: block;
  width: 100%;
}

.company .company-header .company-logo a img {
  background: none;
  width: 90%;
  max-width: 260px;
  margin-top: 24px;
}

.company .company-additional-info {
  visibility: hidden;
  height: 0px;
  margin-top: 0.875rem;
  margin-bottom: 0.9375rem;
}

.company .company-additional-info.active_x {
  visibility: visible;
  height: auto;
}

.company .company-additional-info div {
  border-bottom: solid 1px #ddd;
  padding-bottom: 1.5rem;
}

.company .company-additional-info div:last-child {
  border: none;
  padding-bottom: 0;
}

.company .company-additional-info div h5 {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 0;
  padding-top: 1.75rem;
  padding-bottom: 0.1875rem;
  margin: 0;
}

.company .company-additional-info div a,
.company .company-additional-info div p {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 0;
  padding-top: 0.3125rem;
  margin: 0;
}

.company .company-additional-info div a {
  padding-bottom: 0.3125rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #000));
  background-image: linear-gradient(to right, #000 50%, #000 50%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0px 25px;
}

.company .company-nav {
  margin: 0 1rem 1.5rem 1rem;
}

.company .company-nav ul {
  margin-top: 0.6875rem;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center;
  display: block;
  /*
      li:nth-child(1) {
        text-align: left;
      }
      li:nth-child(2) {
        text-align: center;
      }
      li:nth-child(3) {
        text-align: right;
      }
*/
}

.company .company-nav ul li {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  line-height: 1rem;
  margin: 0 5%;
}

.company .company-nav ul li a {
  border-bottom: solid 1px transparent;
  margin-bottom: -1px;
  display: inline-block;
  padding: 1rem 0;
}

.company .company-nav ul li a i {
  display: none;
}

.company .company-nav ul li a:hover {
  border-bottom: solid 1px black;
}

.company .company-nav ul li.active a {
  border-bottom: solid 1px black;
}

@media (min-width: 1025px) {
  .company .enquiry-form-holder .form-holder {
    margin: 132px auto 0 auto;
  }
  .company .company-head-image {
    margin-top: 24px;
  }
  .company .company-head-image .text h3 {
    padding-bottom: 0.1875rem;
  }
  .company .company-head-image figure {
    display: block;
    width: 100%;
    min-height: 510px;
  }
  .company .company-head-image figure .text {
    margin-left: 40px;
  }
  .company nav#companyContent section.full-width {
    margin-top: 1rem;
  }
  .company section.company-section {
    margin: auto;
  }
  .company section.company-section.about-company .company-articles figure {
    float: none;
    width: 100%;
    margin-top: 1.5rem;
    margin-right: 0;
  }
  .company section.company-section.about-company .company-articles figure figcaption {
    padding: 0;
  }
  .company section.company-section.about-company .company-articles div.text {
    margin: 0;
  }
  .company section.company-section.about-company .company-articles div.text h3 {
    padding-top: 2.25rem;
    padding-bottom: 1rem;
  }
  .company section.company-section .company-articles figure {
    float: left;
    width: 40%;
    margin: 0;
    margin-right: 1.125rem;
  }
  .company .company-header {
    padding: 2.125rem 0 0 0;
  }
  .company .company-header .company-additional-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .company .company-header .company-additional-info {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1025px) {
  .company .company-header .company-additional-info div {
    padding: 0 2rem;
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .company .company-header .company-additional-info div {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) {
  .company .company-header .company-intro p {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .company .company-header .btn-holder {
    border-top: none;
  }
  .company .company-header .btn-holder .button {
    width: 11.0625rem;
    text-align: center;
    margin-right: 2rem;
    position: static;
  }
  .company .company-header .btn-holder .in-page-link {
    position: static;
  }
  .company .company-header .company-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    text-align: center;
    line-height: 250px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .company .company-header .company-logo {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .company .company-header .company-logo {
    width: 33.3333333%;
  }
}

@media (min-width: 1025px) {
  .company .company-header .company-logo a {
    display: inline;
  }
  .company .company-header .company-logo a img {
    background: none;
    max-width: 260px;
  }
  .company .company-nav {
    margin: 0;
  }
  .company .company-nav ul li a {
    border-bottom: solid 1px transparent;
    margin-bottom: -1px;
    display: inline-block;
    padding: 1rem 0;
  }
  .company .company-nav ul li a i {
    display: initial;
    font-style: normal;
  }
}

#whitepapers-company article {
  padding-bottom: 0.5rem;
}

#whitepapers-company article:last-child {
  padding-bottom: 2rem;
}

#whitepapers-company .company-articles article:after {
  padding-top: 0;
  margin-bottom: 1.375rem;
}

#whitepapers-company .description {
  display: none;
}

#whitepapers-company article {
  border-bottom: solid 1px #ddd;
}

#whitepapers-company .text {
  margin: 0;
}

#whitepapers-company a.ns-download-white-paper:hover {
  padding-bottom: 0;
  background-image: none;
}

.single .company-section .page-end {
  display: none;
}

.single main .company-articles {
  padding-top: 40px;
}

.single main .company-articles article {
  margin-left: auto;
  margin-right: auto;
}

.single main .company-articles .text > a.ns-download-white-paper {
  text-indent: -50000px;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  display: block;
  position: relative;
  text-indent: 0;
}

.single main .company-articles .text > a.ns-download-white-paper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
}

.single main .company-articles .text > a.ns-download-white-paper:hover {
  padding-bottom: 0;
  background-image: none;
}

.single main .company-articles .text > a.ns-download-white-paper::after {
  background-position: 17px -292px;
  left: 9.5em;
}

#about-company {
  max-width: 690px;
}

@media (min-width: 1025px) {
  .single .company-section .page-end {
    display: block;
  }
  .company-articles {
    padding-left: 0;
    padding-right: 0;
  }
  .company-articles article {
    max-width: 685px;
  }
  .company-articles article .text {
    float: left;
    width: 55%;
  }
}

.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.popup fieldset {
  border: none;
}

.popup input,
.popup textarea,
.popup select,
.popup button {
  outline: none;
}

.popup:focus {
  outline: none;
}

.popup input[type="text"],
.popup input[type="email"],
.popup input[type="password"],
.popup input[type="tel"],
.popup input[type="date"],
.popup input[type="datetime-local"],
.popup input[type="month"],
.popup input[type="time"],
.popup input[type="url"],
.popup input[type="week"],
.popup textarea,
.popup select {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: none;
  border-bottom: solid 1px #666;
}

.popup button {
  border: solid 1px #ddd;
}

.popup .popup-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup .popup-checkboxes input {
  width: auto;
  margin: 0;
  padding: 0;
}

.popup .popup-checkboxes label {
  padding-left: 0.375rem;
}

.popup:target {
  opacity: 1;
  visibility: visible;
}

.popup__close:after {
  background-position: 11px -769px;
}

.popup__close:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 2px -1494px;
  width: 30px;
  height: 30px;
  z-index: 9999;
}

.popup__close:link, .popup__close:visited {
  position: absolute;
  top: .4rem;
  right: 2rem;
  font-size: 2.0625rem;
}

.popup__content {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 1rem;
}

.popup__content h2 {
  line-height: 1.75rem;
  letter-spacing: -0.0225rem;
  margin-bottom: 2rem;
}

.popup__content p {
  font-size: 0.875rem;
}

.popup__content a strong {
  text-decoration: underline;
}

.popup__content .btn {
  display: inline-block;
  border: 1px solid black;
  padding: 0.75rem 2.4375rem;
  font-size: 0.9375rem;
}

.popup__content .btn.btn-signin {
  width: 8.75rem;
  text-align: center;
  font-size: 0.9375rem;
}

.popup__content .social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.popup__content .social-buttons .social-btn {
  border: solid 1px black;
  padding: 10px 13px;
  cursor: pointer;
  padding: 12px 13px;
  position: relative;
  padding-right: 3.125rem;
  display: block;
  border: solid 1px #ddd;
  display: inline-block;
  font-size: 0.9375rem;
}

.popup__content .social-buttons .social-btn:hover {
  border: solid 1px black;
  background-color: black;
  color: white;
}

.popup__content .social-buttons .social-btn:hover a {
  color: #fefefe;
}

.popup__content .social-buttons .social-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
}

.popup__content .social-buttons .social-btn:not(:last-child) {
  margin-right: 0.5rem;
}

.popup__content .social-buttons .social-btn.google {
  padding-right: 3.9375rem;
}

.popup__content .social-buttons .social-btn.google::after {
  background-position: 0px -1689px;
}

.popup__content .social-buttons .linkedin::after {
  background-position: 0px -1589px;
}

.popup__content .popup__header {
  margin-bottom: 1.5rem;
}

.popup__content .popup__register {
  width: 344px;
  margin: 0 auto;
  text-align: center;
}

.popup__content .popup__register-social {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr max-content 1fr;
      grid-template-columns: 1fr -webkit-max-content 1fr;
      grid-template-columns: 1fr max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.popup__content .popup__register-social::before, .popup__content .popup__register-social::after {
  content: "";
  height: 1px;
  display: block;
  background-color: #000;
}

.popup__content .popup__header-cookies {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -.4px;
  margin-top: 1.25rem;
  margin-bottom: 1.125rem;
  border-bottom: solid 1px #DDDDDD;
}

.popup__content .popup__text-cookies p {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: normal;
  margin-bottom: 0;
}

.popup__content .btn-left {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.popup__content .popup__form {
  /*width: 254px;
            margin: 0 auto; */
}

.popup__content .popup__form p {
  text-align: center;
}

.popup__content .popup__form .button {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both;
}

.popup__content .popup__form form:not(:last-of-type) {
  margin-bottom: 2rem;
}

.popup__content .popup__form h3 {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0;
}

.popup__content .popup__form .checkboxes .privacy-policy,
.popup__content .privacy-policy-text .checkboxes .privacy-policy {
  display: inline-block;
  border: solid 1px black;
  margin-right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  float: left;
}

.popup__content .popup__form .checkboxes .privacy-policy-text,
.popup__content .privacy-policy-text .checkboxes .privacy-policy-text {
  display: inline-block;
  text-align: left;
  font-size: 1rem;
  float: right;
}

.popup__content .popup__form .checkboxes input[type=checkbox]:checked + .privacy-policy,
.popup__content .privacy-policy-text .checkboxes input[type=checkbox]:checked + .privacy-policy {
  background-image: url(../whitepapers/img/tick.svg);
  background-repeat: no-repeat;
}

.popup__content .privacy-policy-text {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  margin-top: 2.375rem;
  margin-bottom: 1.8125rem;
}

.popup__content .privacy-policy-text .privacy-text {
  margin-bottom: 1rem;
}

.popup__content .popup__thank p:last-of-type {
  padding-bottom: 1.5rem;
}

.popup__content .popup__thank .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__content .lines {
  text-align: center;
}

.popup__content .lines span {
  display: block;
  content: '';
  position: relative;
  line-height: 1.875rem;
}

.popup__content .lines span::after {
  content: '';
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  width: 100%;
  margin-top: -0.9375rem;
  z-index: 5;
}

.popup__content .lines span i {
  background-color: white;
  display: inline-block;
  padding: 0 0.625rem;
  position: relative;
  z-index: 10;
  font-style: normal;
  margin: auto;
  white-space: nowrap;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.popup__content .text-underline {
  border-bottom: solid 1px #666;
  margin-bottom: 1rem;
  font-weight: 700;
}

.popup__content .reset-password p {
  text-align: left;
  font-size: 1rem;
}

@media (min-width: 1025px) {
  .popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 70vw;
    height: 70vh;
    background-color: #fff;
    overflow: auto;
    padding: 0 0 3rem;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    /*.btn {
                text-align: center;
                display: inline-block;
                border: solid 1px $line-dark;
                padding: rem-calc(12) rem-calc(30);
            } */
  }
  .popup__content h2 {
    text-align: center;
    font-size: 2.125rem;
    line-height: 2.5rem;
    letter-spacing: -0.02562rem;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .popup__content .heading-register {
    margin-bottom: 2.375rem;
  }
  .popup__content .popup__header {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .popup__content .popup__header span {
    display: none;
  }
  .popup__content .popup__header p {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .popup .popup__cookies {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 36.5625rem;
    height: 22.9375rem;
    background-color: #fff;
    padding: 0 0 3rem;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .popup .popup__cookies .content-cookie {
    width: 27.5rem;
    margin: 3rem auto;
  }
  .popup .popup__cookies .content-cookie .popup__header-cookies h2 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding-bottom: 0.625rem;
  }
  .popup .popup__cookies .content-cookie .btn-left {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  .popup__content-register {
    height: auto;
  }
  .popup__content-signin {
    height: 63vh;
  }
  .popup .popup__form {
    width: 260px;
    margin: 0 auto;
  }
  .popup .popup__register {
    text-align: center;
    margin: 0 auto;
  }
  .popup .popup__register-social {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr max-content 1fr;
        grid-template-columns: 1fr -webkit-max-content 1fr;
        grid-template-columns: 1fr max-content 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 0;
    justify-items: center;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
  .popup .popup__register-social::before, .popup .popup__register-social::after {
    content: "";
    height: 1px;
    width: 60%;
    display: block;
    background-color: #000;
  }
  .popup .popup__form {
    /*margin-top: $global-large-margin; */
  }
  .popup .reset-password {
    width: 23.75rem;
    margin: 0 auto;
  }
  .popup .privacy-policy-text {
    width: 380px;
    margin: 0 auto;
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
  .popup .popup__thank {
    height: 45vh;
    /*width: 70vw;*/
    margin: 0 auto;
    text-align: center;
    margin-top: 2.5rem;
  }
  .popup .popup__thank p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 16px;
  }
  .popup .popup__thank p:last-of-type {
    margin-bottom: 1.625rem;
  }
  .popup .popup__thank .button {
    margin-bottom: 0.75rem;
  }
  .popup .popup__thank .btn {
    padding: 0.75rem 2.25rem;
  }
  .popup .popup__thank .lines span i {
    font-style: normal;
    padding: 0 0.3125rem;
    position: absolute;
    right: 10.65rem;
    left: 0;
    top: -0.15625rem;
    font-size: 0.9375rem;
  }
  .popup .popup__thank .lines span::after {
    content: none;
  }
}

.white-papers main .entry-header {
  position: relative;
}

.white-papers main .entry-header h1 {
  border: none;
}

.white-papers main article .company {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: solid 1px #666;
  border-bottom: solid 1px #ddd;
  margin-bottom: 1rem;
}

@media (min-width: 1025px) {
  .white-papers main article .company {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.white-papers main article .company:after {
  clear: both;
  content: "";
  display: table;
}

.white-papers main article .company__paper {
  clear: both;
}

.white-papers main article .company__paper p {
  margin-bottom: 0;
  font-size: 0.9375rem;
}

.white-papers main article .company__paper h2 {
  line-height: 1.5rem;
  letter-spacing: -0.01875rem;
}

.white-papers main article .company__logo {
  display: block;
  width: 10.25rem;
  float: right;
}

.white-papers main article .whitepaper-details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

@media (min-width: 1025px) {
  .white-papers main article .whitepaper-details {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1025px) {
  .white-papers main article .whitepaper-details {
    width: 50%;
  }
}

.white-papers main article .whitepaper-details p {
  font-family: "IBM Plex Serif", georgia, serif;
}

.white-papers main article .whitepaper-details .step-2 .button {
  border-bottom: solid 1px #ddd;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}

.white-papers main article .whitepaper-details .step-2 form p a {
  font-weight: bold;
  text-decoration: underline;
}

.white-papers main article .whitepaper-details .additional_phone_field {
  width: 50%;
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: none;
  border-bottom: solid 1px #666;
}

.white-papers main article .sign-in {
  margin-bottom: 2rem;
}

.white-papers main article .sign-in h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.01875rem;
}

.white-papers main article .email-details {
  padding-bottom: 3rem;
  border-bottom: solid 1px #ddd;
  margin-bottom: 2rem;
}

.white-papers main article .email-details h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.01875rem;
}

.white-papers main article .email-details form {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.white-papers main article .email-details .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
}

.white-papers main article .email-details .button-btn-download {
  display: inline-block;
  padding: 0.75rem 2.9375rem;
  border: solid 1px #000;
}

.white-papers main article .email-receive {
  margin-bottom: 1rem;
}

.white-papers main article .email-receive h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.6px;
}

.white-papers main article .email-receive-details {
  padding-bottom: 1rem;
}

.white-papers main article .email-receive form {
  padding-top: 1rem;
}

.white-papers main article .email-receive-text {
  border: none;
  border-bottom: solid 1px #ddd;
}

.white-papers main article .privacy-policy-text {
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.white-papers main article .entry-article {
  padding-top: 1rem;
  margin-bottom: 2.5rem;
}

.white-papers main article .entry-article p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0;
}

.white-papers main article .entry-article p:not(:last-child) {
  margin-bottom: 1.875rem;
}

.white-papers main article .entry-article .img-middle {
  width: 7.5rem;
  height: 4.25rem;
  margin-top: 0.5625rem;
  float: left;
  padding-right: 1rem;
}

@media (min-width: 1025px) {
  .white-papers main article .img-desktop {
    width: 25%;
  }
}

.white-papers main article .success-message h2 {
  padding-bottom: 0.25rem;
  font-size: 2rem;
  letter-spacing: -0.6px;
}

.white-papers main article .success-message-text {
  line-height: 1.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 1.75rem;
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  letter-spacing: -0.36px;
}

.white-papers main .img-desktop {
  display: none;
}

@media (min-width: 1025px) {
  .white-papers main article {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .white-papers main article .company {
    border: none;
    padding-top: 0;
    padding-left: 0;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .white-papers main article .company {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  .white-papers main article .company__logo {
    display: block;
    float: left;
    margin-bottom: 1rem;
  }
  .white-papers main article .company__paper h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    width: 100%;
  }
  .white-papers main article .company .email-details form {
    width: 60%;
  }
  .white-papers main article .company .email-details .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .white-papers main article .company .email-details .button-btn-download {
    padding: 12px 47px;
  }
  .white-papers main article .company .email-receive h2 {
    font-size: 1.625rem;
    line-height: 1.875rem;
    letter-spacing: -0.0225rem;
  }
  .white-papers main article .company .email-receive-input {
    width: 50%;
  }
  .white-papers main article .company .success-message {
    padding-top: 0;
  }
  .white-papers main article .company .success-message h2 {
    font-size: 2rem;
    line-height: 2.25rem;
    letter-spacing: -0.0375rem;
  }
  .white-papers main article .company .success-message-text {
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: -0.6px;
  }
  .white-papers main article .company .entry-article {
    padding-top: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
  .white-papers main article .img-middle {
    display: none;
  }
  .white-papers main article .img-desktop {
    width: expression(100 + "%");
    display: block;
  }
  .white-papers main article .logo {
    display: block;
    padding-right: 0;
  }
  #whitepapers-company article {
    padding-bottom: 0.3125rem;
  }
  #whitepapers-company article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  #whitepapers-company .text {
    margin: 0px 0 0 25px;
    width: 55%;
  }
  #whitepapers-company .text h3 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  #whitepapers-company .text p {
    font-size: 0.875rem;
    line-height: 1.1rem;
  }
  #whitepapers-company figure {
    margin: 0;
    width: 41%;
    height: 156px;
  }
}

#wpdetails #pmg-step-1 input[type="email"] {
  width: 84%;
}

#wpdetails h4 {
  margin-bottom: 1.6875rem;
}

#wpdetails .checkboxes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}

#wpdetails .checkboxes-container .checkboxes {
  margin-right: 20px;
}

#wpdetails .checkboxes-container .checkboxes:last-of-type {
  margin-right: 0;
}

#wpdetails .checkboxes {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#wpdetails .checkboxes input[type="checkbox"] {
  display: none;
}

#wpdetails .checkboxes input[type="checkbox"] + label {
  display: inline-block;
  border: 1px solid black;
  height: 1.875rem;
  width: 1.875rem;
}

#wpdetails .checkboxes input[type="checkbox"]:checked + label {
  background: url(..//images/tick-svgrepo-com.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}

#wpdetails .checkboxes input[type="checkbox"] + label {
  min-width: 30px;
  cursor: pointer;
}

#wpdetails .checkboxes .privacy-text {
  cursor: pointer;
}

#wpdetails .checkboxes .privacy-policy {
  float: left;
  position: relative;
  top: 0;
  margin-right: 10px;
}

#wpdetails select {
  font-style: italic;
  color: #6c6c6c;
  padding-top: 4px;
  margin-top: 4px;
}

#wpdetails select option {
  font-style: normal;
  color: #101010;
}

#wpdetails #pmg-step-2 .button {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-top: 2.25rem;
}

#wpdetails #pmg-step-2 .button input {
  cursor: pointer;
  font-size: 1rem;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
}

#wpdetails #pmg-step-2 .button input:hover {
  background: #000;
  color: #fff;
}

#wpdetails .whitepaper-download .button-right {
  width: 2.5rem;
  height: 2.5rem;
  top: -0.6rem;
  background-color: #fff;
}

.whitepaper-details .input-step2 {
  padding-bottom: 1.5rem;
}

.whitepaper-details .step-2 #text-header {
  padding-bottom: 0.75rem;
}

.whitepaper-details .step-2 p {
  opacity: 0.7;
}

@media (min-width: 480px) {
  .whitepaper-details .input-step2 {
    width: 75%;
    max-width: 339px;
  }
}

@media (min-width: 1025px) {
  .whitepaper-details input[type="email"] {
    max-width: 339px;
  }
  .whitepaper-details .whitepaper {
    padding-top: 1rem;
  }
  .whitepaper-details .input-step2 {
    width: 50%;
  }
}

.current-category p.sub-headline {
  font-size: 1.4375rem;
  line-height: 1.625rem;
  margin-bottom: 2rem !important;
}

@media (min-width: 1025px) {
  .current-category p.sub-headline {
    margin-left: auto;
    margin-right: auto;
    width: 49.375rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}

#breadcrums-overlay {
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-menu {
  position: relative;
  background: transparent;
  border: solid 1px #cacaca;
  border: none;
  width: 100vw;
  display: block;
  -webkit-transition: height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), background 0.1s ease;
  transition: height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), background 0.1s ease;
  margin-left: -1rem;
  margin-top: -1px;
  padding: 0 1rem 0;
  overflow: scrollY;
}

.category-menu #category-dropdown-btn {
  cursor: pointer;
  text-align: left;
  margin-bottom: 0.6875rem;
  font-weight: 400;
  position: relative;
}

.category-menu #category-dropdown-btn #breadcrums {
  margin-top: 2rem;
  padding-top: 1.125rem;
  display: block;
}

.category-menu #category-dropdown-btn #breadcrums:after {
  background-image: url("img/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px;
  content: "";
  border: solid 1px #ddd;
  padding-left: 1.625rem;
  margin-left: 1rem;
  background-position: 0.375rem -11.875rem;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  padding-top: 14px;
  padding-bottom: 12px;
  margin-bottom: -7px;
  top: 0;
}

.category-menu #category-dropdown-btn #breadcrums:hover:after {
  border-color: black;
}

.category-menu #category-dropdown-btn .category-dropdown {
  height: auto;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  z-index: -1;
}

.category-menu #category-dropdown-btn .category-dropdown li {
  width: 100%;
  display: none;
}

.category-menu #category-dropdown-btn .category-dropdown li.cat-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.8rem;
  border-bottom: 1px solid #0a0a0a;
  padding: 10px 0;
  cursor: auto;
}

.category-menu #category-dropdown-btn .category-dropdown li a {
  text-decoration: none;
  border-bottom: solid 1px #ddd;
  display: block;
  padding: 0.7rem 1rem 0.7rem 0.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
}

body .category-menu #category-dropdown-btn .category-dropdown li a:hover {
  background: #e9f3f8;
}

body.site-investment .category-menu #category-dropdown-btn .category-dropdown li a:hover {
  background: #fafcfd;
}

body.site-bank .category-menu #category-dropdown-btn .category-dropdown li a:hover {
  background: #f8f7e9;
}

body.site-city .category-menu #category-dropdown-btn .category-dropdown li a:hover {
  background: #fffbfa;
}

body.site-tech .category-menu #category-dropdown-btn .category-dropdown li a:hover {
  background: #f9fcf7;
}

body.site-energy .category-menu #category-dropdown-btn .category-dropdown li a:hover {
  background: #eef6ea;
}

.category-menu #category-dropdown-btn .category-dropdown li:last-of-type a {
  border-bottom: none;
}

.category-menu #category-dropdown-btn .category-dropdown li.is-moved {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.category-menu.open {
  background: #fefefe;
  z-index: 3500;
  -webkit-box-shadow: 5px 9px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 9px 8px -1px rgba(0, 0, 0, 0.2);
}

.category-menu.open #category-dropdown-btn #breadcrums:after {
  background-color: #000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-position: 0.5625rem -24.5625rem;
}

.category-menu.open #category-dropdown-btn .category-dropdown {
  opacity: 1;
}

.category-menu.open #category-dropdown-btn .category-dropdown li {
  display: block;
}

.category-menu.open ~ #breadcrums-overlay {
  z-index: 700;
  opacity: 1;
  display: block;
}

.base.post-type-archive-whitepapers section.non-feature-articles figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.base.post-type-archive-whitepapers section.non-feature-articles .text .category,
.base.post-type-archive-whitepapers section.non-feature-articles .text h3 {
  display: none;
}

.base.post-type-archive-whitepapers section.non-feature-articles .text .category {
  line-height: 17px;
}

.base.post-type-archive-whitepapers section.non-feature-articles .text h3 {
  margin-bottom: 0.75rem;
}

.base.post-type-archive-whitepapers section.non-feature-articles .text p {
  display: block;
}

.mobile-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  padding-right: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-col .category {
  margin-bottom: 5px;
}

.mobile-col h3 {
  font-size: 18px;
}

.three-articles h2 a:hover {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #000));
  background-image: linear-gradient(to right, #000 50%, #000 50%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 30px;
}

.company__paper a:hover,
.company__paper p a:hover,
.company__paper h2 a:hover {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #000));
  background-image: linear-gradient(to right, #000 50%, #000 50%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 30px;
}

#whitepaper-file {
  display: none;
}

@media (min-width: 1025px) {
  .mobile-col {
    display: none;
  }
  .category-menu {
    position: absolute;
    top: -33px;
    left: -48px;
    margin-left: 0;
    margin-top: 0;
    padding: 0 3rem 1.875rem;
    width: auto;
  }
  .category-menu.open {
    width: 27.5rem;
  }
  .single-whitepapers.single main article .entry-header h1 {
    margin-top: 2.125rem;
  }
  .base.post-type-archive-whitepapers section.non-feature-articles img {
    display: block;
  }
  .base.post-type-archive-whitepapers section.non-feature-articles .text .category,
  .base.post-type-archive-whitepapers section.non-feature-articles .text h3 {
    display: block;
  }
  .base.post-type-archive-whitepapers.category .current-category {
    margin-bottom: 1.125rem;
  }
  .base.post-type-archive-whitepapers.category .current-category h1 {
    padding-top: 1.9375rem;
  }
  .base.post-type-archive-whitepapers .three-articles article figure {
    margin-bottom: 1rem;
  }
  .base.post-type-archive-whitepapers .three-articles article .text .category {
    line-height: 17px;
  }
}

.white-papers main article .company__logo {
  float: none;
}

.white-papers main article .company__logo img {
  background: transparent;
}

.white-papers main article .company-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: solid 1px #ddd;
}

@media (min-width: 1025px) {
  .white-papers main article .company-logo {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.white-papers main article .company-logo:after {
  clear: both;
  content: "";
  display: table;
}

.white-papers main article .company-logo__paper {
  float: left;
}

.white-papers main article .company-logo__paper p {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.white-papers main article .company-logo__paper h2 {
  line-height: 1.5rem;
  letter-spacing: -0.6px;
}

@media (min-width: 1025px) {
  .white-papers main article .company-logo .article-actions {
    width: 25%;
  }
}

.white-papers main article .company-logo__logo {
  display: block;
  width: 10.25rem;
  float: right;
}

.white-papers main article .entry-article {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.white-papers main article .entry-article figure {
  margin-bottom: 2rem;
}

.white-papers main article .entry-article p:first-child:first-letter {
  font: bold 99px/0.68 "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  float: left;
  margin: -4px 0.5rem 0 -5px;
}

.white-papers main article .entry-article .call-to-action {
  border-top: solid 1px #666;
  border-bottom: solid 1px #ddd;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.white-papers main article .entry-article .call-to-action .company__news h3 {
  font-size: 1rem;
}

.white-papers main article .entry-article .call-to-action .company__news h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.01875rem;
}

.white-papers main article .entry-article .call-to-action .company__news .call-text {
  margin: 0;
}

.white-papers main article .entry-article .call-to-action .company__news .call-small {
  margin-top: 0;
  margin-bottom: 1rem;
}

.white-papers main article .entry-article .call-to-action .company__news p {
  font-size: 16px;
  line-height: 20px;
}

.white-papers main article .entry-article .call-to-action .company__news:after {
  clear: both;
  content: "";
  display: table;
}

.white-papers main article .entry-article .call-to-action .company__news .company__paper-news .text {
  float: left;
  width: 65%;
}

.white-papers main article .entry-article .call-to-action .company__news .company__logo-news {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  width: 35%;
  padding-left: 20px;
}

.white-papers main article .promo-container {
  padding: 3.4375rem 5rem;
  border: solid 1px #666;
  text-align: center;
  margin-bottom: 2rem;
}

.white-papers main article .button-btn-download {
  display: inline-block;
  padding: 0.75rem 2.9375rem;
  border: solid 1px #000;
}

@media (min-width: 1025px) {
  .white-papers main article .company-logo,
  .single-whitepapers main article .company-logo,
  .single-videos main article .company-logo {
    width: 18%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border: none;
    padding-top: 0;
    margin-left: auto;
    padding-right: 0;
  }
  .white-papers main article .article-actions,
  .single-whitepapers main article .article-actions,
  .single-videos main article .article-actions {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .white-papers main article .entry-header h1,
  .single-whitepapers main article .entry-header h1,
  .single-videos main article .entry-header h1 {
    margin-top: 1.125rem;
  }
  .white-papers main article .entry-content,
  .single-whitepapers main article .entry-content,
  .single-videos main article .entry-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .white-papers main article .logo,
  .single-whitepapers main article .logo,
  .single-videos main article .logo {
    display: block;
  }
  .white-papers main article .entry-article,
  .single-whitepapers main article .entry-article,
  .single-videos main article .entry-article {
    padding-top: 0;
    margin-top: 0;
  }
  .white-papers main article .entry-article figure,
  .single-whitepapers main article .entry-article figure,
  .single-videos main article .entry-article figure {
    margin-bottom: 2.5rem;
  }
  .white-papers main article .entry-article h2,
  .single-whitepapers main article .entry-article h2,
  .single-videos main article .entry-article h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: -0.0225rem;
  }
  .white-papers .call-to-action,
  .single-whitepapers .call-to-action,
  .single-videos .call-to-action {
    border-top: solid 1px #666;
    border-bottom: solid 1px #ddd;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .white-papers .call-to-action .company__news:after,
  .single-whitepapers .call-to-action .company__news:after,
  .single-videos .call-to-action .company__news:after {
    clear: both;
    content: "";
    display: table;
  }
  .white-papers .call-to-action .company__news h3,
  .single-whitepapers .call-to-action .company__news h3,
  .single-videos .call-to-action .company__news h3 {
    font-size: 1rem;
  }
  .white-papers .call-to-action .company__news h2,
  .single-whitepapers .call-to-action .company__news h2,
  .single-videos .call-to-action .company__news h2 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    letter-spacing: 0.025rem;
  }
  .white-papers .call-to-action .company__news p,
  .single-whitepapers .call-to-action .company__news p,
  .single-videos .call-to-action .company__news p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .white-papers .call-to-action .company__news:after,
  .single-whitepapers .call-to-action .company__news:after,
  .single-videos .call-to-action .company__news:after {
    clear: both;
    content: "";
    display: table;
  }
  .white-papers .call-to-action .company__news .company__paper-news .text,
  .single-whitepapers .call-to-action .company__news .company__paper-news .text,
  .single-videos .call-to-action .company__news .company__paper-news .text {
    float: right;
    width: 71%;
  }
  .white-papers .call-to-action .company__news .company__logo-news,
  .single-whitepapers .call-to-action .company__news .company__logo-news,
  .single-videos .call-to-action .company__news .company__logo-news {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    width: 29%;
    padding-right: 1rem;
  }
}

.call-to-action.related-download {
  padding-bottom: 1.25rem;
}

.call-to-action.related-download p.description {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  padding-bottom: 1.125rem;
}

.call-to-action.related-download .byline {
  color: black;
}

.whitepaper-inline-article #text-header {
  font-weight: normal;
  font-size: 1rem;
  margin-top: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 8px;
  color: black;
}

.whitepaper-inline-article .whitepaper-download.step-1 {
  margin-top: 0.1875rem;
}

.whitepaper-inline-article .whitepaper-download.step-2 #text-header {
  padding-bottom: 1.25rem;
}

.whitepaper-inline-article .whitepaper-download.step-2 p,
.whitepaper-inline-article .whitepaper-download.step-2 label {
  opacity: 0.7;
}

.whitepaper-inline-article .whitepaper-download.step-2 .privacy-text {
  opacity: 1;
}

.whitepaper-inline-article .whitepaper-download.step-3 {
  display: none;
}

@media (min-width: 1025px) {
  .whitepaper-inline-article .step-1, .whitepaper-inline-article .step-2 {
    position: relative;
    left: 35%;
  }
  .whitepaper-inline-article .step-1 {
    width: 55%;
  }
  .whitepaper-inline-article .step-2 .input-step2,
  .whitepaper-inline-article .step-2 p,
  .whitepaper-inline-article .step-2 label {
    max-width: 339px;
  }
  .whitepaper-inline-article .step-2 label {
    display: inline-block;
    opacity: 1;
  }
  .single main article div.after-article-content p:first-child:first-letter {
    font: 1.25rem "IBM Plex Serif", georgia, serif;
    float: unset;
    margin: 0;
  }
  .single main article div.after-article-content p:first-of-type:first-letter {
    font: 1.25rem "IBM Plex Serif", georgia, serif;
    float: unset;
    margin: 0;
  }
  h2.whitepaper-article-header {
    font-size: 16px;
    padding: 0 10%;
    margin-top: 25px;
  }
  h2.whitepaper-article-header a {
    font-weight: normal;
    margin: 0 0 2rem 0;
  }
  .border-span {
    height: 1px;
    width: 80%;
    background: #000000;
    margin: auto;
  }
  .border-span#last-span {
    margin: 0 auto;
    margin-bottom: 2.5rem;
  }
  .inner-whitepaper-section {
    display: -ms-flexbox;
  }
  .inner-whitepaper-section .whitepaper-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .inner-whitepaper-section .whitepaper-container article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27%;
    margin-bottom: 0;
  }
  .inner-whitepaper-section .whitepaper-container article figure {
    position: relative;
    top: 0;
    display: block;
    width: 34%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0;
  }
  .inner-whitepaper-section .whitepaper-container article figure a {
    width: 100%;
  }
  .inner-whitepaper-section .whitepaper-container article figure a img {
    height: 57px;
  }
  .inner-whitepaper-section .whitepaper-container article .text-wrapper {
    width: 66%;
    padding-left: 16px;
  }
  .inner-whitepaper-section .whitepaper-container article .text-wrapper .organisation {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 20px;
  }
  .inner-whitepaper-section .whitepaper-container article .text-wrapper .organisation a {
    font-family: "IBM Plex Sans";
    font-weight: 600;
    font-size: 18px;
  }
  .inner-whitepaper-section .whitepaper-container article .text-wrapper .text {
    width: 100%;
  }
  .inner-whitepaper-section .whitepaper-container article .text-wrapper .text h3 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    line-height: 20px;
    font-family: "IBM Plex Sans";
    letter-spacing: 0;
  }
}

@media (max-width: 1024px) {
  .whitepaper-article-header {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .single main article .after-article-content {
    margin: auto;
  }
  .single main article .after-article-content p:first-child:first-letter {
    font: 1.25rem "IBM Plex Serif", georgia, serif;
    float: unset;
    margin: 0;
  }
  .single main article .after-article-content h2 + p:first-letter {
    font: 1.25rem "IBM Plex Serif", georgia, serif;
    float: unset;
    margin: 0;
  }
  .inner-whitepaper-section article figure {
    width: 50%;
    padding: 0 15px 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 5px;
  }
  .inner-whitepaper-section article .text-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .inner-whitepaper-section article .text-wrapper .organisation {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 5px;
  }
  .inner-whitepaper-section article .text-wrapper .organisation a {
    font-size: 13px;
  }
  .inner-whitepaper-section article .text-wrapper .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .inner-whitepaper-section article .text-wrapper .text h3 {
    font-size: 1.125rem !important;
  }
}

.page main article.account-subscribe .change-pass-account {
  width: 23.75rem;
  margin: 0 auto;
}

.page main article.account-subscribe h3 {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.page main article.account-subscribe .checkboxes .checkbox-btn {
  width: 1rem;
  height: 1rem;
}

.page main article.account-subscribe .checkboxes, .page main article.account-subscribe .subscribe, .page main article.account-subscribe .unsubscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page main article.account-subscribe .checkboxes {
  padding-bottom: 2.5rem;
}

.page main article.account-subscribe .subscribe, .page main article.account-subscribe .unsubscribe {
  padding-right: 1rem;
}

@media (min-width: 1025px) {
  .page main article.account-subscribe {
    display: block;
  }
  .page main article.account-subscribe .button {
    float: right;
  }
  .page main article.account-subscribe:after {
    clear: both;
    content: "";
    display: table;
  }
}

/** Parent window styles **/
#sgpollsputhere {
  margin-top: 2.25rem;
  margin-bottom: 2.5625rem;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
}

#sgpollsputhere.sgloaded {
  display: block;
  visibility: visible;
  opacity: 1;
}

#sgpollsputhere.sgloaded iframe {
  display: block;
}

#sgpollsputhere p:first-of-type {
  font-size: 0.875rem;
  line-height: 17px;
  text-transform: uppercase;
  opacity: 0.85;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

#sgpollsputhere .iframe-container {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  padding-bottom: 32px;
}

#sgpollsputhere .prp {
  position: absolute;
  right: 0;
  bottom: -4px;
}

#sgpollsputhere .prp a {
  color: #262626;
  opacity: 0.5;
  font-size: 13px;
  text-decoration: none;
  display: block;
  margin-bottom: 2rem;
}

.sg-survey, .sg-survey body, .sg-question-set {
  height: auto;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}

.sg-question-title {
  font-size: 20px;
}

.sg-survey-form {
  width: 100%;
}

img.sg-header-image {
  display: none;
}

.sg-type-radio ul.sg-list li {
  padding-left: 0;
  margin-bottom: 2px;
}

.sg-button-bar {
  text-align: left;
}

.sg-body {
  padding-bottom: 0;
  background-color: transparent !important;
}

.sg-wrapper,
.sg-question-title,
.sg-question-title label {
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
}

.sg-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.sg-question {
  border-bottom: none;
  margin-top: 28px;
  margin-bottom: 10px;
}

.sg-content,
.entry-content .sg-content {
  margin: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.sg-content label {
  color: #262626 !important;
  font-weight: 400;
}

.sg-content legend,
.sg-content .sg-question-title label,
.sg-instructions {
  color: #262626 !important;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px;
}

.sg-survey select {
  border: 1px solid #262626;
}

.sg-question-options {
  padding: 0.3em 1em 1em 0;
}

.sg-replace-icons input[type="radio"] + label span.sg-icon-target:before,
.sg-replace-icons input[type="radio"] + label:before {
  line-height: 0.7em;
  font-size: 1.7em;
}

.sg-survey .sg-button,
.entry-content .sg-survey .sg-button {
  padding: 12px 45px;
  width: 175px;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: transparent;
  border: 1px solid #262626;
  color: #262626;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sg-survey .sg-button:hover,
.entry-content .sg-survey .sg-button:hover {
  color: #fff;
  background-color: #262626;
}

.sg-type-checkbox ul.sg-labels-right label,
.sg-type-radio ul.sg-labels-right label {
  margin-left: 2.5em;
}

.sg-type-checkbox ul.sg-labels-right label,
.sg-type-radio ul.sg-labels-right label {
  outline: none !important;
  cursor: pointer;
}

.sg-type-checkbox ul.sg-labels-right label:hover::before,
.sg-type-radio ul.sg-labels-right label:hover::before {
  content: "⚫";
}

.sg-question-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.sg-question-has-errors {
  padding-bottom: 0;
}

.sg-question.sg-errors {
  margin-bottom: 0;
}

.sg-question.sg-errors label::before {
  color: #fb6b81 !important;
}

.sg-error-message,
.sg-question-errorlist {
  border-left: none;
}

.sg-question-errorlist {
  margin-top: 0;
}

.highcharts-title {
  color: #262626 !important;
  fill: #262626 !important;
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 600;
}

.highcharts-axis-labels tspan,
.highcharts-yaxis-labels text {
  color: #262626 !important;
  fill: #262626 !important;
  font-size: 14px;
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
}

.highcharts-axis-labels text {
  font-size: 14px !important;
  font-family: "IBM Plex Sans", "helvetica neue", helvetica, arial, sans-serif;
}

.highcharts-series rect {
  fill: #9ac4f0 !important;
}

.highcharts-axis-labels.highcharts-yaxis-labels text tspan {
  fill: #262626 !important;
}

.sg-replace-icons .sg-type-checkbox ul.sg-labels-right input.sg-input-checkbox + label:before,
.sg-replace-icons .sg-type-radio ul.sg-labels-right input.sg-input-radio + label:before {
  left: 0;
}

.highcharts-container {
  overflow: visible !important;
}

.site-footer section.email-signup form fieldset.email-submit button {
  right: 15px;
}
/*# sourceMappingURL=foundation.css.map */