@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@600&amp;family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap');

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-header .main-nav-container ul li {
  margin: auto;
}

.main-header .main-nav-container .register {
  display: flex;
  background-color: transparent;
  margin: 0;
}

ul.vertical.medium-horizontal.menu.nav-aside * {
  padding-top: 0;
  padding-bottom: 0;
  margin: auto;
}

.vertical.medium-horizontal.menu.nav-aside {
  /* margin-right: -0.5em; */
  margin-right: 0;
}

.vertical.medium-horizontal.menu.nav-aside {
  margin-right: -0.5em;
}

.main-header .main-nav-container .register a {
  margin: auto;
  height: min-content;
}

.main-header .main-nav-container .register:hover {
  background: black;
}

#search a {

  padding: 0;
}

.details.project-article-detail-part h5 {
  color: #9b0000;
}

.tag-container {
  margin-bottom: 0;
  font-size: 1.2em;
  text-transform: uppercase;
}

div#mian-article {
  /*border-bottom: 1px solid #dadadaed;*/
  padding-bottom: 20px;
}

.tag-container span {
  background: #e6e6e6;
  display: inline-block;
  padding: 1px 3px;
  color: #8a8a8a;
  margin-right: 0.5em;
}

/*event link color*/
.event-website p a {
  color: #9d0000;
}

.Spackaging .main-header .main-nav-container ul {
  font-size: 12.3px !important;
}

@media (max-width: 700px) {
  #contact-us-header h1 {
    text-align: center;
  }

  #contact-us-email-container p {
    font-size: 1.1rem !important;
  }

  #contact-us-email-container div {
    display: flex;
    width: 100% !important;
    padding-bottom: 10px !important;
  }

  #contact-us-email-container a {
    height: min-content;
    padding: 4px 0;
    margin-left: 10px;
  }

  span.wpcf7-list-item.first.last {
    margin: 0 0 6% 0;
  }

  input#promotions-consent-cb {
    margin: 0 0 6% 0;
  }

  #contact-us-form div input[type="checkbox"] {
    margin-right: 10px;
  }

  #contact-us-form div {
    width: 100%;
  }
}

@media (max-width: 450px) {
  #site-logo {
    width: 100%;
  }

  .main-header .logo-container #site-logo a img {
    margin-left: 0;
    margin-right: auto;
    display: block;
    width: 100%;
  }
}

@media (min-width: 450px) and (max-width: 600px) {
  #site-logo {
    /* width: 80%; */
  }

  .main-header .logo-container #site-logo a img {
    margin-left: 0;
    margin-right: auto;
    display: block;
    width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  #site-logo {
    /* width: 80%; */
  }

  .main-header .logo-container #site-logo a img {
    margin-left: 0;
    margin-right: auto;
    display: block;
    width: 100%;
  }
}

@media (min-width: 800px) and (max-width: 1050px) {
  #site-logo {
    margin-left: 0;
    height: auto;
    /* width: 50%; */
  }

  .main-header .logo-container #site-logo a img {
    margin-left: 0;
    margin-right: auto;
    display: block;
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1050px) {
  #site-logo {
    width: 100%;
  }
}

#cookiepopup {
  display: none;
}

.contactpage form p {
  border: none;
}

.contactpage form input,
.contactpage form .select,
.contactpage form textarea {
  width: 100%;
}

.contactpage form select {
  padding: 0.5em;
  border: solid 0.2em #d2d2d8;
  transition: all 0.4s ease-in-out;
  border-radius: 0px;
  box-shadow: none;
}

.no-minheight {
  min-height: 0px;
}

.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 {
  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;
}

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

@media (max-width: 700px) {
  .home_timeline .guided-tour.timeline-tour {
    /* outline: 1px solid red; */
    height: 460px !important;
    width: 90% !important;
    left: 5% !important;
    /* 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;
  }
}

.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;
}

.contact-page form input[type="submit"] {
  background: black;
  margin: 0.5em 0;
  padding: 0.8em;
  width: 100%;
  color: #ffd301;
  font-weight: 300;
  border: none;
}

/*li.activeli, .level_2:hover {background: #484d54 !important; color: white;}*/
.level_2:hover a {
  color: white !important;
}

.mobilemenuicon,
.search-form-new,
.search-form-new input,
#s,
#menu-mobile-menu,
#mobilemenu,
.mobilesearch {
  display: none;
}

#search .search-form-new {
  display: block;
}

/*------------------------------OLD end styles ------------------------------------*/

/*uk styles 99999999999999999999
 div#lb_top {
  z-index: -999999999999;
  position: absolute;
  top: -500000px;
 }*/
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i,900");

@media (max-width: 1050px) {
  .grid-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.top-leaderboard {
  padding: 2em;
  background: #f1f1f1;
  border-bottom: solid 0.1em rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 11;
  position: relative;
}

.top-leaderboard .row div {
  margin: 0 auto;
}

.site-header {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  background: white;
  position: relative;
}

.site-header .site-logo {
  padding: 0.5em 0;
  text-align: center;
  margin: 0 auto;
}

.site-header .site-logo img {
  display: block;
}

.site-header .header-cta a {
  color: #202428;
  font-size: 1.8em;
  padding: 2.5em 0 0 0;
  display: block;
  line-height: 1.5;
  width: 93%;
}

.site-header .header-cta a strong {
  display: block;
  font-size: 1.2em;
}

.site-header .header-cta a small {
  line-height: 1.4;
  display: block;
}

.site-header .header-cta a img {
  float: left;
  display: block;
  width: 7em;
  margin: -1.5em 2em 0 0;
}

.site-header .newsletter-cta a {
  text-align: right;
  float: right;
}

.site-header .newsletter-cta a img {
  float: right;
  margin: -2em 0 0 2em;
  width: 6em;
}

.site-header .account-links {
  float: right;
}

.site-header .account-links li {
  display: inline-block;
}

.site-nav {
  border-top: solid 1px #ebebeb;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  background: #f5f5f5;
  position: relative;
  min-height: 4em\9;
  z-index: 99;
}

.site-nav .grid-container {
  position: relative;
}

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: solid 0.1em rgba(0, 0, 0, 0.05);
  display: inline-block;
  float: left;
}

.site-nav ul li {
  float: left;
  display: inline-block;
  letter-spacing: 0.5px;
  font: 1em/2em "Source Sans Pro", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.site-nav ul li:hover {
  background: white;
}

.site-nav ul li a,
.site-nav ul li .content-links-toggle {
  display: block;
  padding: 0.26em 1em;
  border-left: solid 0.1em #fff;
  color: black;
  text-decoration: none;
  transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out;
}

.site-nav ul li a:hover,
.site-nav ul li .content-links-toggle:hover {
  background-color: #ffffff;
  position: relative;
  z-index: 9999;
}

.site-nav ul li div.mega-menu {
  visibility: hidden;
  opacity: 0;
  z-index: -999;
  position: absolute;
  left: 0;
  right: 0;
  top: 1em;
  padding: 2em;
  -webkit-box-shadow: 0 0 4em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4em 0 rgba(0, 0, 0, 0.1);
  background: white;
  -webkit-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
}

.site-nav ul li div.mega-menu ul {
  font-size: 1em;
  width: 20%;
  border: none;
}

.site-nav ul li div.mega-menu ul li {
  display: block;
  float: none;
}

.site-nav ul li div.mega-menu ul li a {
  border: none;
  padding: 0;
}

.site-nav ul li div.mega-menu ul li a:active {
  background: #f7f7f7;
  padding-left: 0.5em;
}

.site-nav ul li div.mega-menu ul li ul {
  visibility: hidden;
  opacity: 0;
  z-index: -9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 2em;
  width: 28%;
  -webkit-transition: opacity 0.5s ease-in-out, left 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, left 0.5s ease-in-out;
  background: #f7f7f7;
}

.site-nav ul li div.mega-menu ul li ul li a {
  color: white;
  line-height: 1.5;
}

.site-nav ul li div.mega-menu div.features {
  position: absolute;
  left: 49%;
  width: 51%;
  top: 0;
  bottom: 0;
  background: #ebebeb;
  padding: 2em;
}

.site-nav ul li div.mega-menu div.features .featured-image {
  height: 10em;
  overflow: hidden;
  margin-bottom: 1em;
}

.site-nav ul li div.mega-menu div.features h3 {
  font-size: 1.2em;
}

.site-nav ul li div.mega-menu div.features a {
  padding: 0;
}

.site-nav ul li div.mega-menu div.features .article-category a {
  display: inline-block;
  font-size: 0.9em;
}

.site-nav ul li div.mega-menu:hover div.mega-menu {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  padding: 2em;
  top: 2.5em;
}

.site-nav ul li div.mega-menu:hover div.mega-menu ul {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  left: 21%;
}

.site-nav ul li div.mega-menu:hover div.mega-menu ul li.active a {
  background: #f7f7f7;
}

.site-nav ul li div.mega-menu:hover div.mega-menu ul li.active li a {
  background: none;
}

.site-nav ul li div.mega-menu:hover div.mega-menu div.features {
  z-index: 99999;
}

.second-nav {
  float: right;
}

.mobile-menu-toggle,
.content-links-toggle {
  display: none;
}

.search-toggle,
.mega-menu-toggle {
  display: block;
  text-indent: -5000px;
  text-align: left;
  width: 5em;
  height: 4.5em;
  font-size: 1em;
  position: relative;
  top: 0;
  float: right;
  cursor: pointer;
  border-left: solid 1px rgba(0, 0, 0, 0.05);
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}

.mega-menu-toggle {
  display: none;
}

.search-toggle:after,
.mega-menu-toggle:after {
  content: "\f002";
  font: 1.8em/2.7em fontawesome;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0;
  color: #000;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  border-right: solid 1px rgba(0, 0, 0, 0.05);
}

.mega-menu-toggle:after {
  content: "\f0c9";
  font-size: 2em;
  line-height: 2.2em;
  padding-top: 0.1em;
  bottom: 0;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .mega-menu-toggle:after {
    font-size: 18px;
  }
}

.mega-menu-open .mega-menu-toggle {
  background: white;
  z-index: 99999;
  height: 5.5em;
  border: none;
}

.search-toggle {
  border-right: none;
  right: 0;
}

.site-search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #222;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.site-search h2 {
  position: absolute;
  top: 20%;
  color: white;
  text-align: center;
  right: 0;
  left: 0;
  font-size: 5em;
}

.site-search .region-search {
  position: absolute;
  top: 500px;
  height: 10em;
  margin-top: -5em;
  width: 50%;
  left: 50%;
  margin-left: -25%;
}

.site-search .region-search .form-text {
  width: 70%;
  font-size: 3em;
  background: rgba(255, 255, 255, 0.2) !important;
  border: solid 0.5em #9b0000;
  display: inline-block;
  float: left;
  color: white;
  box-shadow: 0 0 5em 0 #000;
  -webkit-box-shadow: 0 0 5em 0 #000;
  -moz-box-shadow: 0 0 5em 0 #000;
}

.site-search .form-actions {
  width: 25%;
  display: inline-block;
  float: right;
}

.site-search .form-actions input {
  font-size: 3em;
  padding: 1.13em;
  width: 100%;
  box-shadow: 0 0 5em 0 #000;
  -webkit-box-shadow: 0 0 5em 0 #000;
  -moz-box-shadow: 0 0 5em 0 #000;
}

.search-form-revealed .site-search {
  opacity: 1;
  z-index: 9998;
  visibility: visible;
}

.search-form-revealed .search-toggle {
  top: 1em;
  right: 1em;
  z-index: 99999;
  height: 5em;
  width: 5em;
}

.search-form-revealed .search-toggle:before {
  content: "\f00d";
  font: 4em fontawesome;
  color: #9b0000;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  text-indent: 0;
}

.search-form-revealed .search-toggle:after {
  display: none;
}

.ie8 .site-nav {
  min-height: 4.5em;
}

.ie8 .site-nav ul,
.ie9 .site-nav ul {
  font-size: 1.3em;
}

/*
@font-face {
  font-family: "Unit";
  src: url(https://www.newstatesman.com/sites/all/themes/creative-responsive-theme/fonts/UnitOT.eot?) format("eot"),
    url(https://www.newstatesman.com/sites/all/themes/creative-responsive-theme/fonts/UnitOT.woff) format("woff"),
    url(https://www.newstatesman.com/sites/all/themes/creative-responsive-theme/fonts/UnitOT.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Unit";
  src: url(https://www.newstatesman.com/sites/all/themes/creative-responsive-theme/fonts/UnitOT-Black.eot?) format("eot"),
    url(https://www.newstatesman.com/sites/all/themes/creative-responsive-theme/fonts/UnitOT-Black.woff) format("woff"),
    url(https://www.newstatesman.com/sites/all/themes/creative-responsive-theme/fonts/UnitOT-Black.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Unit";
  src: url(https://www.newstatesman.com/sites/all/themes/creative-responsive-theme/fonts/UnitOT-BlackIta.eot?) format("eot"),
    url(https://www.newstatesman.com/sites/all/themes/creative-responsive-theme/fonts/UnitOT-BlackIta.woff) format("woff"),
    url(https://www.newstatesman.com/sites/all/themes/creative-responsive-theme/fonts/UnitOT-BlackIta.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Unit Slab";
  src: url(https://www.newstatesman.com/sites/all/themes/creative-responsive-theme/fonts/unitslabpro-bold-webfont.eot?) format("eot"),
    url(https://www.newstatesman.com/sites/all/themes/creative-responsive-theme/fonts/unitslabpro-bold-webfont.woff) format("woff"),
    url(https://www.newstatesman.com/sites/all/themes/creative-responsive-theme/fonts/unitslabpro-bold-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: "Unit Regular";
  src: url(../ttf/unitot.ttf);
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.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;
  background: #fefefe;
  font-family: "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;
}

img {
  display: inline-block;
  vertical-align: middle;
  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;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type="submit"],
[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 1rem;
}

[type="checkbox"]+label,
[type="radio"]+label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type="checkbox"]+label[for],
[type="radio"]+label[for] {
  cursor: pointer;
}

label>[type="checkbox"],
label>[type="radio"] {
  margin-right: 0.5rem;
}

[type="file"] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
  font-family: "Helvetica Neue";
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group> :first-child,
.input-group> :first-child.input-group-button>* {
  border-radius: 0 0 0 0;
}

.input-group> :last-child,
.input-group> :last-child.input-group-button>* {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

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: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #9d0000;
  text-decoration: none;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 93.75rem;
  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-left: 1.25rem;
  list-style-type: disc;
}

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.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

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

.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;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

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

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

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.grid-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 75rem;
  margin: 0 auto;
}

.grid-container.fluid {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.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;
}

.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x>.auto {
  width: auto;
}

.grid-x>.shrink {
  width: auto;
}

.grid-x>.small-shrink,
.grid-x>.small-full,
.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x>.small-1 {
  width: 8.33333%;
}

.grid-x>.small-2 {
  width: 16.66667%;
}

.grid-x>.small-3 {
  width: 25%;
}

.grid-x>.small-4 {
  width: 33.33333%;
}

.grid-x>.small-5 {
  width: 41.66667%;
}

.grid-x>.small-6 {
  width: 50%;
}

.grid-x>.small-7 {
  width: 58.33333%;
}

.grid-x>.small-8 {
  width: 66.66667%;
}

.grid-x>.small-9 {
  width: 75%;
}

.grid-x>.small-10 {
  width: 83.33333%;
}

.grid-x>.small-11 {
  width: 91.66667%;
}

.grid-x>.small-12 {
  width: 100%;
}

.grid-margin-x:not(.grid-x)>.cell {
  width: auto;
}

.grid-margin-y:not(.grid-y)>.cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.grid-margin-x>.cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.grid-margin-x>.auto {
  width: auto;
}

.grid-margin-x>.shrink {
  width: auto;
}

.grid-margin-x>.small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x>.small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x>.small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x>.small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x>.small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x>.small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x>.small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x>.small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x>.small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x>.small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x>.small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x>.small-12 {
  width: calc(100% - 1.25rem);
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.grid-container:not(.full)>.grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.grid-padding-x>.cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-up-1>.cell {
  width: 100%;
}

.small-up-2>.cell {
  width: 50%;
}

.small-up-3>.cell {
  width: 33.33333%;
}

.small-up-4>.cell {
  width: 25%;
}

.small-up-5>.cell {
  width: 20%;
}

.small-up-6>.cell {
  width: 16.66667%;
}

.small-up-7>.cell {
  width: 14.28571%;
}

.small-up-8>.cell {
  width: 12.5%;
}

.grid-margin-x.small-up-1>.cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2>.cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3>.cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4>.cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5>.cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6>.cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7>.cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8>.cell {
  width: calc(12.5% - 1.25rem);
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse>.cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse>.small-1 {
  width: 8.33333%;
}

.small-margin-collapse>.small-2 {
  width: 16.66667%;
}

.small-margin-collapse>.small-3 {
  width: 25%;
}

.small-margin-collapse>.small-4 {
  width: 33.33333%;
}

.small-margin-collapse>.small-5 {
  width: 41.66667%;
}

.small-margin-collapse>.small-6 {
  width: 50%;
}

.small-margin-collapse>.small-7 {
  width: 58.33333%;
}

.small-margin-collapse>.small-8 {
  width: 66.66667%;
}

.small-margin-collapse>.small-9 {
  width: 75%;
}

.small-margin-collapse>.small-10 {
  width: 83.33333%;
}

.small-margin-collapse>.small-11 {
  width: 91.66667%;
}

.small-margin-collapse>.small-12 {
  width: 100%;
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse>.cell {
  padding-right: 0;
  padding-left: 0;
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x>.small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x>.small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x>.small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x>.small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x>.small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x>.small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x>.small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x>.small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x>.small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x>.small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x>.small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x>.small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.grid-y>.cell {
  width: auto;
  max-width: none;
}

.grid-y>.auto {
  height: auto;
}

.grid-y>.shrink {
  height: auto;
}

.grid-y>.small-shrink,
.grid-y>.small-full,
.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print,
screen and (min-width: 40em) {

  h1,
  .h1 {
    font-size: 3rem;
  }

  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;
  }

  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }

  .grid-x>.medium-shrink,
  .grid-x>.medium-full,
  .grid-x>.medium-1,
  .grid-x>.medium-2,
  .grid-x>.medium-3,
  .grid-x>.medium-4,
  .grid-x>.medium-5,
  .grid-x>.medium-6,
  .grid-x>.medium-7,
  .grid-x>.medium-8,
  .grid-x>.medium-9,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .grid-x>.medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.medium-shrink,
  .grid-x>.medium-1,
  .grid-x>.medium-2,
  .grid-x>.medium-3,
  .grid-x>.medium-4,
  .grid-x>.medium-5,
  .grid-x>.medium-6,
  .grid-x>.medium-7,
  .grid-x>.medium-8,
  .grid-x>.medium-9,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x>.medium-shrink {
    width: auto;
  }

  .grid-x>.medium-1 {
    width: 8.33333%;
  }

  .grid-x>.medium-2 {
    width: 16.66667%;
  }

  .grid-x>.medium-3 {
    width: 25%;
  }

  .grid-x>.medium-4 {
    width: 33.33333%;
  }

  .grid-x>.medium-5 {
    width: 41.66667%;
  }

  .grid-x>.medium-6 {
    width: 50%;
  }

  .grid-x>.medium-7 {
    width: 58.33333%;
  }

  .grid-x>.medium-8 {
    width: 66.66667%;
  }

  .grid-x>.medium-9 {
    width: 75%;
  }

  .grid-x>.medium-10 {
    width: 83.33333%;
  }

  .grid-x>.medium-11 {
    width: 91.66667%;
  }

  .grid-x>.medium-12 {
    width: 100%;
  }

  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .grid-margin-x>.cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .grid-margin-x>.auto {
    width: auto;
  }

  .grid-margin-x>.shrink {
    width: auto;
  }

  .grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x>.small-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x>.small-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x>.small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x>.small-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x>.medium-auto {
    width: auto;
  }

  .grid-margin-x>.medium-shrink {
    width: auto;
  }

  .grid-margin-x>.medium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.medium-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x>.medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x>.medium-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.medium-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x>.medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x>.medium-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.medium-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x>.medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x>.medium-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.medium-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x>.medium-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .grid-container:not(.full)>.grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .grid-padding-x>.cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .medium-up-1>.cell {
    width: 100%;
  }

  .medium-up-2>.cell {
    width: 50%;
  }

  .medium-up-3>.cell {
    width: 33.33333%;
  }

  .medium-up-4>.cell {
    width: 25%;
  }

  .medium-up-5>.cell {
    width: 20%;
  }

  .medium-up-6>.cell {
    width: 16.66667%;
  }

  .medium-up-7>.cell {
    width: 14.28571%;
  }

  .medium-up-8>.cell {
    width: 12.5%;
  }

  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1>.cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2>.cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4>.cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5>.cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.medium-up-8>.cell {
    width: calc(12.5% - 1.875rem);
  }

  .small-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .small-margin-collapse>.medium-3 {
    width: 25%;
  }

  .small-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .small-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .small-margin-collapse>.medium-6 {
    width: 50%;
  }

  .small-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .small-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .small-margin-collapse>.medium-9 {
    width: 75%;
  }

  .small-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .small-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .small-margin-collapse>.medium-12 {
    width: 100%;
  }

  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse>.small-3 {
    width: 25%;
  }

  .medium-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse>.small-6 {
    width: 50%;
  }

  .medium-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse>.small-9 {
    width: 75%;
  }

  .medium-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse>.small-12 {
    width: 100%;
  }

  .medium-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse>.medium-3 {
    width: 25%;
  }

  .medium-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse>.medium-6 {
    width: 50%;
  }

  .medium-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse>.medium-9 {
    width: 75%;
  }

  .medium-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse>.medium-12 {
    width: 100%;
  }

  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }

  .grid-y>.medium-shrink,
  .grid-y>.medium-full,
  .grid-y>.medium-1,
  .grid-y>.medium-2,
  .grid-y>.medium-3,
  .grid-y>.medium-4,
  .grid-y>.medium-5,
  .grid-y>.medium-6,
  .grid-y>.medium-7,
  .grid-y>.medium-8,
  .grid-y>.medium-9,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-y>.small-1 {
  height: 8.33333%;
}

.grid-y>.small-2 {
  height: 16.66667%;
}

.grid-y>.small-3 {
  height: 25%;
}

.grid-y>.small-4 {
  height: 33.33333%;
}

.grid-y>.small-5 {
  height: 41.66667%;
}

.grid-y>.small-6 {
  height: 50%;
}

.grid-y>.small-7 {
  height: 58.33333%;
}

.grid-y>.small-8 {
  height: 66.66667%;
}

.grid-y>.small-9 {
  height: 75%;
}

.grid-y>.small-10 {
  height: 83.33333%;
}

.grid-y>.small-11 {
  height: 91.66667%;
}

.grid-y>.small-12 {
  height: 100%;
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.grid-padding-y>.cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.grid-margin-y>.auto {
  height: auto;
}

.grid-margin-y>.shrink {
  height: auto;
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.25rem);
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container>.grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

.cell .grid-y.grid-frame {
  height: 100%;
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.grid-margin-y>.auto {
  height: auto;
}

.grid-margin-y>.shrink {
  height: auto;
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.25rem);
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print,
screen and (min-width: 40em) {
  .grid-y>.medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.medium-shrink,
  .grid-y>.medium-1,
  .grid-y>.medium-2,
  .grid-y>.medium-3,
  .grid-y>.medium-4,
  .grid-y>.medium-5,
  .grid-y>.medium-6,
  .grid-y>.medium-7,
  .grid-y>.medium-8,
  .grid-y>.medium-9,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y>.medium-shrink {
    height: auto;
  }

  .grid-y>.medium-1 {
    height: 8.33333%;
  }

  .grid-y>.medium-2 {
    height: 16.66667%;
  }

  .grid-y>.medium-3 {
    height: 25%;
  }

  .grid-y>.medium-4 {
    height: 33.33333%;
  }

  .grid-y>.medium-5 {
    height: 41.66667%;
  }

  .grid-y>.medium-6 {
    height: 50%;
  }

  .grid-y>.medium-7 {
    height: 58.33333%;
  }

  .grid-y>.medium-8 {
    height: 66.66667%;
  }

  .grid-y>.medium-9 {
    height: 75%;
  }

  .grid-y>.medium-10 {
    height: 83.33333%;
  }

  .grid-y>.medium-11 {
    height: 91.66667%;
  }

  .grid-y>.medium-12 {
    height: 100%;
  }

  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .grid-padding-y>.cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .grid-margin-y>.auto {
    height: auto;
  }

  .grid-margin-y>.shrink {
    height: auto;
  }

  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y>.medium-auto {
    height: auto;
  }

  .grid-margin-y>.medium-shrink {
    height: auto;
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem);
  }

  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }

  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }

  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }

  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }

  .grid-margin-y>.auto {
    height: auto;
  }

  .grid-margin-y>.shrink {
    height: auto;
  }

  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y>.medium-auto {
    height: auto;
  }

  .grid-margin-y>.medium-shrink {
    height: auto;
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem);
  }

  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.row {
  max-width: 93.75rem;
  margin-right: auto;
  margin-left: auto;
  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;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

.nb-border {
  border-top: 0px solid red !important;
}

.art-brd {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.art-tags a {
  background: #e6e6e6;
  display: inline-block;
  color: #8a8a8a;
  padding: 1px 5px;
  margin: 0.5em 0.5em 0.5em 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  transition: 0.5s;
  font-size: 0.8em;
}

.art-tags a:hover {
  background: #000;
  color: #fff;
}

li.cf {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

li.cf a b {
  display: block;
  margin-bottom: 10px;
}

.searchandfilter label {
  display: block !important;
}

button.go {
  background: #9b0000;
  display: block;
  width: 100%;
  padding: 7px 5px;
  color: #fff;
}

button.go:hover {
  background: #000;
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}


.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.grid-margin-y>.cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.grid-margin-y>.auto {
  height: auto;
}

.grid-margin-y>.shrink {
  height: auto;
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.875rem);
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.875rem);
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.875rem);
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.875rem);
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.875rem);
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.875rem);
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.875rem);
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.875rem);
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.875rem);
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.875rem);
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 1.875rem);
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.875rem);
}

.grid-margin-y>.medium-auto {
  height: auto;
}

.grid-margin-y>.medium-shrink {
  height: auto;
}

.grid-margin-y>.medium-1 {
  height: calc(8.33333% - 1.875rem);
}

.grid-margin-y>.medium-2 {
  height: calc(16.66667% - 1.875rem);
}

.grid-margin-y>.medium-3 {
  height: calc(25% - 1.875rem);
}

.grid-margin-y>.medium-4 {
  height: calc(33.33333% - 1.875rem);
}

.grid-margin-y>.medium-5 {
  height: calc(41.66667% - 1.875rem);
}

.grid-margin-y>.medium-6 {
  height: calc(50% - 1.875rem);
}

.grid-margin-y>.medium-7 {
  height: calc(58.33333% - 1.875rem);
}

.grid-margin-y>.medium-8 {
  height: calc(66.66667% - 1.875rem);
}

.grid-margin-y>.medium-9 {
  height: calc(75% - 1.875rem);
}

.grid-margin-y>.medium-10 {
  height: calc(83.33333% - 1.875rem);
}

.grid-margin-y>.medium-11 {
  height: calc(91.66667% - 1.875rem);
}

.grid-margin-y>.medium-12 {
  height: calc(100% - 1.875rem);
}

.medium-grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .medium-grid-frame {
  width: 100%;
}

.medium-cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.medium-cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

.medium-cell-block-container>.grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.medium-cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.grid-y.medium-grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

.cell .grid-y.medium-grid-frame {
  height: 100%;
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.grid-margin-y>.cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.grid-margin-y.medium-grid-frame {
  height: calc(100vh + 1.875rem);
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.875rem);
}

.grid-margin-y>.auto {
  height: auto;
}

.grid-margin-y>.shrink {
  height: auto;
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.875rem);
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.875rem);
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.875rem);
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.875rem);
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.875rem);
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.875rem);
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.875rem);
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.875rem);
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.875rem);
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.875rem);
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 1.875rem);
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.875rem);
}

.grid-margin-y>.medium-auto {
  height: auto;
}

.grid-margin-y>.medium-shrink {
  height: auto;
}

.grid-margin-y>.medium-1 {
  height: calc(8.33333% - 1.875rem);
}

.grid-margin-y>.medium-2 {
  height: calc(16.66667% - 1.875rem);
}

.grid-margin-y>.medium-3 {
  height: calc(25% - 1.875rem);
}

.grid-margin-y>.medium-4 {
  height: calc(33.33333% - 1.875rem);
}

.grid-margin-y>.medium-5 {
  height: calc(41.66667% - 1.875rem);
}

.grid-margin-y>.medium-6 {
  height: calc(50% - 1.875rem);
}

.grid-margin-y>.medium-7 {
  height: calc(58.33333% - 1.875rem);
}

.grid-margin-y>.medium-8 {
  height: calc(66.66667% - 1.875rem);
}

.grid-margin-y>.medium-9 {
  height: calc(75% - 1.875rem);
}

.grid-margin-y>.medium-10 {
  height: calc(83.33333% - 1.875rem);
}

.grid-margin-y>.medium-11 {
  height: calc(91.66667% - 1.875rem);
}

.grid-margin-y>.medium-12 {
  height: calc(100% - 1.875rem);
}

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.column,
.columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}


.row {
  max-width: 93.75rem;
  margin-right: auto;
  margin-left: auto;
  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;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

.nb-border {
  border-top: 0px solid red !important;
}

.art-brd {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.art-tags a {
  background: #e6e6e6;
  display: inline-block;
  color: #8a8a8a;
  padding: 1px 5px;
  margin: 0.5em 0.5em 0.5em 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  transition: 0.5s;
  font-size: 0.8em;
}

.art-tags a:hover {
  background: #000;
  color: #fff;
}

li.cf {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

li.cf a b {
  display: block;
  margin-bottom: 10px;
}

.searchandfilter label {
  display: block !important;
}

button.go {
  background: #9b0000;
  display: block;
  width: 100%;
  padding: 7px 5px;
  color: #fff;
}

button.go:hover {
  background: #000;
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;

}

.small-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-1>.column,
.small-up-1>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-2>.column,
.small-up-2>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-3>.column,
.small-up-3>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-4>.column,
.small-up-4>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-5>.column,
.small-up-5>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-6>.column,
.small-up-6>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-7>.column,
.small-up-7>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-8>.column,
.small-up-8>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-1>.column,
  .medium-up-1>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-2>.column,
  .medium-up-2>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-3>.column,
  .medium-up-3>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-4>.column,
  .medium-up-4>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-5>.column,
  .medium-up-5>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-6>.column,
  .medium-up-6>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print,
screen and (min-width: 40em) {

  .row.medium-unstack>.column,
  .row.medium-unstack>.columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }

  .grid-x>.large-shrink,
  .grid-x>.large-full,
  .grid-x>.large-1,
  .grid-x>.large-2,
  .grid-x>.large-3,
  .grid-x>.large-4,
  .grid-x>.large-5,
  .grid-x>.large-6,
  .grid-x>.large-7,
  .grid-x>.large-8,
  .grid-x>.large-9,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .grid-x>.large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.large-shrink,
  .grid-x>.large-1,
  .grid-x>.large-2,
  .grid-x>.large-3,
  .grid-x>.large-4,
  .grid-x>.large-5,
  .grid-x>.large-6,
  .grid-x>.large-7,
  .grid-x>.large-8,
  .grid-x>.large-9,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x>.large-shrink {
    width: auto;
  }

  .grid-x>.large-1 {
    width: 8.33333%;
  }

  .grid-x>.large-2 {
    width: 16.66667%;
  }

  .grid-x>.large-3 {
    width: 25%;
  }

  .grid-x>.large-4 {
    width: 33.33333%;
  }

  .grid-x>.large-5 {
    width: 41.66667%;
  }

  .grid-x>.large-6 {
    width: 50%;
  }

  .grid-x>.large-7 {
    width: 58.33333%;
  }

  .grid-x>.large-8 {
    width: 66.66667%;
  }

  .grid-x>.large-9 {
    width: 75%;
  }

  .grid-x>.large-10 {
    width: 83.33333%;
  }

  .grid-x>.large-11 {
    width: 91.66667%;
  }

  .grid-x>.large-12 {
    width: 100%;
  }

  .grid-margin-x>.large-auto {
    width: auto;
  }

  .grid-margin-x>.large-shrink {
    width: auto;
  }

  .grid-margin-x>.large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.large-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x>.large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x>.large-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.large-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x>.large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x>.large-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.large-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x>.large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x>.large-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.large-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x>.large-12 {
    width: calc(100% - 1.875rem);
  }

  .large-up-1>.cell {
    width: 100%;
  }

  .large-up-2>.cell {
    width: 50%;
  }

  .large-up-3>.cell {
    width: 33.33333%;
  }

  .large-up-4>.cell {
    width: 25%;
  }

  .large-up-5>.cell {
    width: 20%;
  }

  .large-up-6>.cell {
    width: 16.66667%;
  }

  .large-up-7>.cell {
    width: 14.28571%;
  }

  .large-up-8>.cell {
    width: 12.5%;
  }

  .grid-margin-x.large-up-1>.cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2>.cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.large-up-4>.cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5>.cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.large-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.large-up-8>.cell {
    width: calc(12.5% - 1.875rem);
  }

  .small-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .small-margin-collapse>.large-3 {
    width: 25%;
  }

  .small-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .small-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .small-margin-collapse>.large-6 {
    width: 50%;
  }

  .small-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .small-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .small-margin-collapse>.large-9 {
    width: 75%;
  }

  .small-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .small-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .small-margin-collapse>.large-12 {
    width: 100%;
  }

  .medium-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse>.large-3 {
    width: 25%;
  }

  .medium-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse>.large-6 {
    width: 50%;
  }

  .medium-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse>.large-9 {
    width: 75%;
  }

  .medium-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse>.large-12 {
    width: 100%;
  }

  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.small-3 {
    width: 25%;
  }

  .large-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.small-6 {
    width: 50%;
  }

  .large-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.small-9 {
    width: 75%;
  }

  .large-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.small-12 {
    width: 100%;
  }

  .large-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.medium-3 {
    width: 25%;
  }

  .large-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.medium-6 {
    width: 50%;
  }

  .large-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.medium-9 {
    width: 75%;
  }

  .large-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.medium-12 {
    width: 100%;
  }

  .large-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.large-3 {
    width: 25%;
  }

  .large-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.large-6 {
    width: 50%;
  }

  .large-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.large-9 {
    width: 75%;
  }

  .large-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.large-12 {
    width: 100%;
  }

  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }

  .grid-y>.large-shrink,
  .grid-y>.large-full,
  .grid-y>.large-1,
  .grid-y>.large-2,
  .grid-y>.large-3,
  .grid-y>.large-4,
  .grid-y>.large-5,
  .grid-y>.large-6,
  .grid-y>.large-7,
  .grid-y>.large-8,
  .grid-y>.large-9,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .grid-y>.large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.large-shrink,
  .grid-y>.large-1,
  .grid-y>.large-2,
  .grid-y>.large-3,
  .grid-y>.large-4,
  .grid-y>.large-5,
  .grid-y>.large-6,
  .grid-y>.large-7,
  .grid-y>.large-8,
  .grid-y>.large-9,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y>.large-shrink {
    height: auto;
  }

  .grid-y>.large-1 {
    height: 8.33333%;
  }

  .grid-y>.large-2 {
    height: 16.66667%;
  }

  .grid-y>.large-3 {
    height: 25%;
  }

  .grid-y>.large-4 {
    height: 33.33333%;
  }

  .grid-y>.large-5 {
    height: 41.66667%;
  }

  .grid-y>.large-6 {
    height: 50%;
  }

  .grid-y>.large-7 {
    height: 58.33333%;
  }

  .grid-y>.large-8 {
    height: 66.66667%;
  }

  .grid-y>.large-9 {
    height: 75%;
  }

  .grid-y>.large-10 {
    height: 83.33333%;
  }

  .grid-y>.large-11 {
    height: 91.66667%;
  }

  .grid-y>.large-12 {
    height: 100%;
  }

  .grid-margin-y>.large-auto {
    height: auto;
  }

  .grid-margin-y>.large-shrink {
    height: auto;
  }

  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem);
  }

  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }

  .cell .grid-y.large-grid-frame {
    height: 100%;
  }

  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }

  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }

  .grid-margin-y>.large-auto {
    height: auto;
  }

  .grid-margin-y>.large-shrink {
    height: auto;
  }

  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem);
  }

  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .large-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-1>.column,
  .large-up-1>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-2>.column,
  .large-up-2>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-3>.column,
  .large-up-3>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-4>.column,
  .large-up-4>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-5>.column,
  .large-up-5>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-6>.column,
  .large-up-6>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print,
screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print,
screen and (min-width: 64em) {

  .row.large-unstack>.column,
  .row.large-unstack>.columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .large-collapse>.column,
  .large-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block> :last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block> :last-child {
    margin-bottom: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print,
screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "\2026";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\00ab";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\00bb";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em),
screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  #home #sub-article .grid-x.grid-margin-x.category-sub-article div.cell.medium-4 article:first-of-type .cell.img-overflow-fix img {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  #home #sub-article .grid-x.grid-margin-x.category-sub-article div.cell.medium-4 article:first-of-type .cell.img-overflow-fix img {
    min-height: 185px;
    height: 185px;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em),
screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {

  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {

  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485,
      0.155,
      0.24,
      1.245) !important;
  transition-timing-function: cubic-bezier(0.485,
      0.155,
      0.24,
      1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485,
      0.155,
      0.515,
      0.845) !important;
  transition-timing-function: cubic-bezier(0.485,
      0.155,
      0.515,
      0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76,
      -0.245,
      0.24,
      1.245) !important;
  transition-timing-function: cubic-bezier(0.76,
      -0.245,
      0.24,
      1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {

  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {

  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485,
      0.155,
      0.24,
      1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485,
      0.155,
      0.515,
      0.845) !important;
  animation-timing-function: cubic-bezier(0.485,
      0.155,
      0.515,
      0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76,
      -0.245,
      0.24,
      1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

header {
  margin-top: 1em;
}

header #site-logo img {
  /* width: 55%; */
  margin: 2em 0;
}

header .txt-webinar {
  margin-top: 1em;
}

header .txt-webinar p {
  line-height: 18px;
}

header .txt-newsletter {
  text-align: right;
  margin-top: 1em;
}

header .txt-newsletter p {
  line-height: 18px;
}

.main-nav {
  background-color: #e6e6e6;
}

.main-nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-nav ul li {
  margin-right: 0.4em;
  text-transform: uppercase;
  font-weight: bold;
}

#latest-events-home header a {
  color: #fff;
}

.red-btn a {
  color: #fff;

  width: 100%;
  display: block;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 812px) {
  header #site-logo img {
    margin: 1em 0;
    width: auto;
  }
}

@media screen and (max-width: 1280px) {
  .main-nav ul li {
    margin-right: 0;
  }

  .main-nav ul li a {
    font-size: 16px;
  }
}

.main-nav ul li a {
  font-size: 1rem;
  color: #0a0a0a;
  padding-top: 1em;
  padding-bottom: 1em;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.main-nav ul li a:hover {
  color: #0a0a0a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #b9dacd;
}

.main-nav .register {
  background-color: #9b0000;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-nav .register a {
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #fff;
}

.main-nav .register a:hover {
  background-color: #0a0a0a;
  color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 #8a8a8a;
  box-shadow: 0 8px 16px 0 #8a8a8a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.main-nav #login {
  margin-right: 0;
}

@media screen and (max-width: 1050px) {
  .main-nav {
    /* height: 0; */
    overflow: hidden;
    transition: 1s;
  }
}

#home .article-author {
  /*text-transform: capitalize;*/
  font-weight: bold;
  font-size: 1.4em;
  margin: 0;
}

#home .article-author #date {
  color: #000;
}

#home .article-author span {
  color: #000;
}

#home .article-author span {
  color: black;
}

#home .article-author a {
  color: #0a0a0a;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

#home .article-author a:hover {
  color: #9b0000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#home .article-author a:hover::after {
  width: 0;
}

#home .article-author a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0a0a0a;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

#home .tags {
  margin-bottom: 0;
  font-size: 1.2em;
  text-transform: uppercase;
}

#home .tags span {
  background: #e6e6e6;
  display: inline-block;
  color: #8a8a8a;
  padding: 1px 3px;
  margin-bottom: 0.5em;
}

.tags span a {
  font-family: "unit regular";
}

#home section {
  padding: 0;
}

#home section #mian-article {
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: 1px 1px 10px #dadada;
}

#home section #mian-article .txt-part {
  padding: 0 2.5em 0 1.5em;
  display: flex;
  flex-direction: column;
}

#home section #mian-article .txt-part h5,
#mian-article .txt-part h5 {
  font-size: 1.8em;
}

#home section #mian-article h1 {
  margin-bottom: 0;
}

#homepage-main-article .txt-part p:last-of-type {
  line-height: 22px;
  margin: 0;
}

.btn-on-dark {
  background: black !important;
}

#mian-article {
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: 1px 1px 10px #dadada;
}

#mian-article .txt-part {
  padding: 1.5em 2.5em;
}

#mian-article h1 {
  font-size: 3.8em;
}

#home section #sub-article {
  margin: 2em 0;
}

#home section #sub-article h2 {
  font-size: 2em;
}

#home section #sub-article article {
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: 1px 1px 10px #dadada;
  margin-bottom: 2em;
}

#home section #sub-article article,
#home section #sub-article article img {
  height: 255px;
}

#home section #sub-article article img {
  width: 200%;
  max-width: 200%;
  margin-left: -50%;
}

#home section #sub-article article .txt-part {
  padding: 1em 1.5em;
}

#home section #sub-article .more-news {
  cursor: pointer;
  background-color: #9b0000;
  color: #fff;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  margin: 1em 0 0 0;
  padding: 0.4em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: Unit;
  font-size: 15px;
}

#home section #sub-article .more-news:hover {
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#home section #sub-article .view-more {
  cursor: pointer;
  background-color: #9b0000;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 0.4em;
  float: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: Unit;
}

#home section #sub-article .view-more:hover {
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#home section #sub-article .divider {
  background-color: #e6e6e6;
  height: 1em;
  margin: 2em 0;
}

#home .grey-grad {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#e6e6e6),
      to(#fff));
  background-image: linear-gradient(#e6e6e6, #fff);
}

#home .grey-grad h2 {
  font-size: 1.8em;
}

#home .grey-grad article {
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: 1px 1px 10px #dadada;
  margin-bottom: 2em;
  background-color: #fff;
}

#home .grey-grad article .txt-part {
  padding: 1em 1.5em;
}

#home .grey-grad .view-more {
  cursor: pointer;
  background-color: #9b0000;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 0.4em;
  float: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: Unit;
}

#home .grey-grad .view-more:hover {
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#home .grey-grad .latest-event-red {
  border-top: 0.6em solid #9b0000;
}

#home .grey-grad .latest-event-red h2 {
  margin: 1em 0;
}

#home .grey-grad .latest-event-black {
  border-top: 0.6em solid #0a0a0a;
}

#home .grey-grad .latest-event-black .only-date {
  margin-top: 1.5em;
}

#home .grey-grad .latest-event-black h2 {
  margin: 1em 0;
}

#home .grey-grad .article-date {
  background-color: #9b0000;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0.5em 1em;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 1em;
}

#home .grey-grad .featured-event {
  background-color: #b9dacd;
  color: #0a0a0a;
  display: block;
  text-align: center;
  padding: 0.5em 1em;
  font-size: 1.4em;
  font-weight: bold;
  float: right;
}

#home .grey-grad .icon {
  margin-right: 0.7em;
}

.side-widgets {
  background: #fff;
  padding: 1.3em;
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: 1px 1px 10px #dadada;
}

.side-widgets .side-bar-top {
  background-color: #9b0000;
  height: 5px;
}

.side-widgets p:first-of-type {
  color: #0a0a0a;
  margin: 2% 0 0 0;
}

.side-widgets #latest-news h5 {
  padding: 0.6em 0 1.1em 0;
  margin-bottom: 0;
  /*  text-transform: uppercase; */
}

.side-widgets #latest-news article {
  margin-bottom: 2em;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1em;
}

.side-widgets #latest-news article h3 {
  font-size: 1.8em;
}

.side-widgets .count {
  font-size: 1.6em;
  width: 2em;
  position: relative;
  background: #9b0000;
  color: #fff;
  text-align: center;
  padding: 0.35em 1em 0.3em 0.8em;
  display: inline-block;
  left: -15px;
}

.side-widgets .count::before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}

.side-widgets .count .count-content::before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #9b0000 transparent transparent transparent;
  bottom: -1em;
  left: 0;
  border-width: 1em 0 0 1em;
}

.side-widgets .news-thumb {
  margin-top: -3.4em;
}

@media screen and (max-width: 768px) {
  .side-widgets .news-thumb {
    width: 100%;
  }
}

.side-widgets #recommended-companies {
  padding-top: 1em;
  /*margin-top: 2%;*/
}

.side-widgets #recommended-companies h5 {
  padding: 0 0 0.5rem 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.side-widgets #recommended-companies article {
  margin-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1em;
}

.side-widgets #recommended-companies article h3 {
  font-size: 1.8em;
}

.side-widgets #recommended-companies article .tags {
  margin-bottom: 0;
  font-size: 1.2em;
  text-transform: uppercase;
}

.side-widgets #recommended-companies article .tags span {
  background: #e6e6e6;
  display: inline-block;
  color: #8a8a8a;
  padding: 1px 3px;
  margin-bottom: 0.5em;
}

.side-widgets #industry-section {
  padding-top: 1em;
}

.side-widgets #industry-section h5 {
  padding: 0.1em 0 1.1em 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.side-widgets #industry-section article {
  margin-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1em;
}

.side-widgets #industry-section article h3 {
  font-size: 1.8em;
}

.side-widgets #industry-section article .tags {
  margin-bottom: 0;
  font-size: 1.2em;
  text-transform: uppercase;
}

.side-widgets #industry-section article .tags span {
  background: #e6e6e6;
  display: inline-block;
  color: #8a8a8a;
  padding: 1px 3px;
  margin-bottom: 0.5em;
}

.side-widgets #energy-newsletter {
  background-color: #e6e6e6;
  border-top: 5px solid #9b0000;
  padding: 2em;
  margin: 2.5em 0;
}

.side-widgets #energy-newsletter h5 {
  text-align: center;
  font-size: 2em;
}

.side-widgets #energy-newsletter p {
  padding: 0.5em 0;
}

.side-widgets #energy-newsletter .input-group {
  padding-bottom: 1.2em;
}

.side-widgets #energy-newsletter .sign-up {
  background-color: #9b0000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.side-widgets #related-article {
  background-color: #e6e6e6;
  padding: 0 1em;
  border-top: 0.5rem solid #9b0000;
}

.side-widgets #related-article h5 {
  padding: 0.6em 0 1.1em 0;
  margin-bottom: 0;
}

.side-widgets #related-article article {
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.side-widgets #related-article article h3 {
  font-size: 1.8em;
}

.side-widgets #white-paper {
  padding: 10px;
  background: #e6e6e6;
}

.side-widgets #white-paper h5 {
  padding: 0.1em 0 1.1em 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

/*.side-widgets #white-paper article*/
.side-widgets #white-paper article,
.side-widgets #industry-opinion article {
  display: flex;
  padding: 0.5rem 0;
  border-top: 1px grey dotted;
  margin: 0;
}

.side-widgets #white-paper article h3 {
  font-size: 1.8em;
}

.side-widgets #white-paper article .tags {
  margin-bottom: 0;
  font-size: 1.2em;
  text-transform: uppercase;
}

.side-widgets #white-paper article .tags span {
  background: #e6e6e6;
  display: inline-block;
  padding: 1px 3px;
  color: #8a8a8a;
}

.side-widgets .view-more {
  cursor: pointer;
  background-color: #9b0000;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  font-size: 1.3em;
  padding: 0.5em;
  float: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.side-widgets .view-more:hover {
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.side-widgets .article-author {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 0;
  margin: 1em 0;
}

.side-widgets .article-author #date {
  color: #000;
}

.side-widgets .article-author span {
  color: #000;
}

.side-widgets .article-author a {
  color: #0a0a0a;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

.side-widgets .article-author a:hover {
  color: #e6000b;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.side-widgets .article-author a:hover::after {
  width: 100%;
}

.side-widgets .article-author a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0a0a0a;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

footer .red-divider {
  background-color: #9b0000;
  height: 5px;
  margin: 2em 0 4em 0;
}

footer #footer-main {
  padding: 0 0 2.5em 0;
}

footer #footer-main h4 {
  font-size: 2em;
  text-transform: uppercase;
}

footer #footer-main ul {
  border-left: 0.2em solid #9b0000;
  padding-left: 0.5em;
  list-style: none;
}

footer #footer-main ul li a {
  color: #0a0a0a;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 0.9em;
}

footer #footer-main ul li a:hover {
  color: #9b0000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer #footer-main ul li a:hover::after {
  width: 0;
}

/* footer #footer-main ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0a0a0a;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
 } */
footer #bottom {
  background-color: #e6e6e6;
  padding: 2em 0;
  margin-top: 2em;
}

footer #bottom ul {
  list-style-type: none;
  float: right;
  margin-top: 0.8em;
}

footer #bottom ul li {
  display: inline-block;
  margin-right: 0.5em;
}

footer #bottom ul li a {
  color: #0a0a0a;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 0.9em;
}

footer #bottom ul li a:hover {
  color: #9b0000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer #bottom ul li a:hover::after {
  width: 0;
}

footer #bottom ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0a0a0a;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.energy-search {
  margin-bottom: 3em;
}

#home div.columns.small-12.medium-12.large-6>h2 {
  font-size: 20px;
}

.energy-search .search {
  background-color: #9b0000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s;
  font-family: Unit;
  font-size: 16px;
}

.energy-search .search:hover {
  transition: 0.5s;
  background-color: #000000;
}

#category .article-author {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 0;
  margin: 1em 0;
}

#category .article-author #date {
  color: #000;
}

#category .article-author span {
  color: #000;
}

#category .article-author a {
  color: #0a0a0a;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

#category .article-author a:hover {
  color: #e6000b;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#category .article-author a:hover::after {
  width: 100%;
}

#category .article-author a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0a0a0a;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

#category .tags {
  margin-bottom: 0;
  font-size: 1.2em;
  text-transform: uppercase;
}

#category .tags span {
  background: #e6e6e6;
  display: inline-block;
  color: #8a8a8a;
  padding: 1px 3px;
  margin-bottom: 0.5em;
}

#category section {
  padding: 2em 0;
}

#category section #mian-article {
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: 1px 1px 10px #dadada;
}

#category section #mian-article .txt-part {
  padding: 1em 1.5em;
}

#category section #mian-article h1 {
  font-size: 3.8em;
}

#category section .sub-article {
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: 1px 1px 10px #dadada;
  margin: 2em 0;
}

#category section .sub-article h3 {
  font-size: 1.8em;
}

#category section .sub-article .txt-part {
  padding: 1em 1.5em;
}

#article .project-title .project-tag {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: auto;
  white-space: inherit;
  margin: auto;
  color: #8a8a8a;
  border-left: 1px solid #8a8a8a;
  padding-left: 0.3em;
}

#article .project-title .project-tag span {
  margin-left: 0.5em;
}

#article .project-title .title-section {
  border-left: 0.4em solid #9b0000;
  margin-bottom: 2em;
}

@media screen and (max-width: 1023px) {
  #article .project-title .title-section {
    border-left: 0;
  }
}

#article .project-title .title-section h1 {
  font-size: 3.8em;
}

#article .project-title .title-section .tags {
  margin-bottom: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

#article .project-title .title-section .tags span {
  background: #e6e6e6;
  display: inline-block;
  padding: 1px 3px;
  color: #8a8a8a;
}

#article .project-title .title-section .article-author {
  /*text-transform: uppercase;*/
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 0;
  margin-top: 1em;
}

#article .project-title .title-section .article-author #date {
  color: #000;
}

#article .project-title .title-section .article-author span {
  color: #000;
}

#article .project-title .title-section .article-author a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

#article .project-title .title-section .article-author a:hover {
  color: #9b0000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#article .project-title .title-section .article-author a:hover::after {
  width: 0;
}

#article .project-title .title-section .article-author a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0a0a0a;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

#article section {
  padding: 2em 0;
}

#article section .article-body {
  border-top: 2px solid #dadada;
  padding-top: 5%;
}

#article section .article-body .txt-part {
  padding: 1em 1.5em;
}

.article-head-fix {
  min-height: 140px;
}

.article-tag-fix {
  min-height: 55px;
}

.img-overflow-fix {
  overflow: hidden;
}

/* .img-box-fix{
  max-width: 1000%;
  /* width: 253%;
  margin-left: -126%; 
  width: 390px;
  margin-left: -122%;
  height: 256px;
 } */

@media screen and (max-width: 1023px) {
  /* .img-box-fix{
  max-width: 1000%;
  width: 253%;
  margin-left: -126%; 
  height: 456px;
  } */
}

.emt-fx-ht {
  min-height: 28px;
}

.event-title-fx-ht {
  min-height: 5em;
}

.main-article-img-box-fix {
  max-width: 1000%;
  width: 167%;
  margin-left: -126%;
}

#article section .article-body h1 {
  font-size: 3.8em;
}

#article section .article-body .social-media-outer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#article section .article-body .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 60% auto 0 auto;
}

#article section .article-body .social-media a {
  text-align: center;
  font-size: 1.4rem;
  margin: 30% 0;
}

#article section .article-body .social-media .fa-share {
  color: #cacaca;
  font-size: 2rem;
  margin-bottom: 10px;
}

#article section .article-body .cell.small-12.medium-10.large-10 div:first-of-type p:first-of-type::first-letter {
  float: left;
  color: #9b0000;
  font-size: 3em;
  line-height: 0.9em;
  margin-top: 0.09em;
  margin-right: 0.1em;
  font-weight: bold;
}

#article section .article-body .project-gallery-title {
  text-transform: uppercase;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  margin-top: 5%;
}

#article section .article-body img {
  /*margin-bottom: 10%;*/
}

#article section .sub-article {
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: 1px 1px 10px #dadada;
  margin: 2em 0;
}

#article section .sub-article h3 {
  font-size: 1.8em;
}

#article section .sub-article .txt-part {
  padding: 1em 1.5em;
}

#article .share-content-signup-form {
  padding: 0;
  border-top: 10px solid #9b0000;
  margin-top: 3%;
  background-color: #dadada;
}

#article .share-content-signup-form header {
  font: 1.2rem Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#article .share-content-signup-form label {
  text-align: center;
  margin: 2% 0;
  font-size: 1rem;
}

#article .share-content-signup-form input {
  width: 40%;
  display: inline-block;
  margin-left: 20%;
}

#article .share-content-signup-form input[type="submit"] {
  width: 15%;
  margin: 0 0 0 3%;
  height: 39px;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  background: black;
  color: white;
}

.bottom-banner {
  background: #dadada;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#e6e6e6),
      color-stop(60%, #fff));
  background: linear-gradient(180deg, #e6e6e6 0%, #fff 60%);
  padding-bottom: 2%;
  margin-top: 2%;
}

.bottom-banner .content-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-banner .content-row-container header {
  font: 1.2rem Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
  margin: 2% 0 2% 0.9375rem;
}

.bottom-banner .content-row-container .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-banner .content-row-container .tile img {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.bottom-banner .content-row-container .tile p {
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  margin-left: 5%;
}

.bottom-banner .content-row-container .tile .tag-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5%;
}

.bottom-banner .content-row-container .tile .tag-container p {
  font-size: 10px;
  padding: 3px;
  background: #e6e6e6;
  color: #8a8a8a;
  margin: 3px;
  white-space: nowrap;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  width: initial;
}

article.latest-event-red,
article.magazine-features-main-article,
article.magazine-features-main-article img,
.magazine-features-sub-article,
.magazine-features-sub-article img,
.latest-event-black {
  height: 250px;
}

.magazine-features-sub-article img {
  width: 200%;
  max-width: 200%;
  margin-left: -50%;
}

img.img-height-fix {
  min-height: 0;
  max-height: 1000px;
}

#home article.magazine-features-main-article h2,
#home .latest-event-red h2 {
  font-size: 20px;
}

.project-article-detail-part {
  padding: 1.5em 2.5em;
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: 1px 1px 10px #dadada;
  border-top: 1em solid #9b0000;
}

#project-article .project-details .details {
  padding: 1.5em 2.5em;
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: 1px 1px 10px #dadada;
  border-top: 1em solid #9b0000;
}

#project-article .project-details .details h5 {
  text-transform: uppercase;
  color: #9b0000;
}

#project-article .project-details .details p {
  font-weight: bold;
}

#project-article .project-details .details .hr-line {
  background-color: #dadada;
  height: 1px;
  margin-bottom: 1em;
}

#project-article .project-title .project-tag {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  margin: auto;
  color: #8a8a8a;
  border-left: 1px solid #8a8a8a;
  padding-left: 0.3em;
}

#project-article .project-title .project-tag span {
  margin-left: 0.5em;
}

#project-article .project-title .title-section {
  border-left: 0.4em solid #9b0000;
}

@media screen and (max-width: 1023px) {
  #project-article .project-title .title-section {
    border-left: 0;
  }
}

#project-article .project-title .title-section h1 {
  font-size: 3.8em;
}

#project-article .project-title .title-section .tags {
  margin-bottom: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

#project-article .project-title .title-section .tags span {
  background: #e6e6e6;
  display: inline-block;
  padding: 1px 3px;
  color: #8a8a8a;
}

#project-article .project-title .title-section .article-author {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 0;
  margin-top: 1em;
}

#project-article .project-title .title-section .article-author #date {
  color: #000;
}

#project-article .project-title .title-section .article-author span {
  color: #000;
}

#project-article .project-title .title-section .article-author a {
  color: #0a0a0a;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

#project-article .project-title .title-section .article-author a:hover {
  color: #e6000b;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#project-article .project-title .title-section .article-author a:hover::after {
  width: 100%;
}

#project-article .project-title .title-section .article-author a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0a0a0a;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.store-img-cont {
  width: 65%;
  text-align: right;
}

.store-img-cont img {
  background: white;
  padding: 1em;
  height: auto !important;
}

.cmp-img {
  background: white;
  padding: 1em;
}

#project-article section {
  padding: 2em 0;
}

#project-article section .article-body {
  border-top: 2px solid #dadada;
  padding-top: 5%;
}

#project-article section .article-body .txt-part {
  padding: 1em 1.5em;
}

#project-article section .article-body h1 {
  font-size: 3.8em;
}

#project-article section .article-body .social-media-outer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#project-article section .article-body .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 60% auto 0 auto;
}

#project-article section .article-body .social-media a {
  text-align: center;
  font-size: 1.4rem;
  margin: 30% 0;
}

#project-article section .article-body .social-media .fa-share {
  color: #cacaca;
  font-size: 2rem;
  margin-bottom: 10px;
}

#project-article section .article-body p:first-of-type::first-letter {
  float: left;
  color: #9b0000;
  font-size: 3em;
  line-height: 0.9em;
  margin-top: 0.09em;
  margin-right: 0.1em;
  font-weight: bold;
}

#project-article section .article-body .project-gallery-title {
  text-transform: uppercase;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  margin-top: 5%;
}

#project-article section .article-body img {
  margin-bottom: 10%;
}

#project-article section .sub-article {
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: 1px 1px 10px #dadada;
  margin: 2em 0;
}

#project-article section .sub-article h3 {
  font-size: 1.8em;
}

#project-article section .sub-article .txt-part {
  padding: 1em 1.5em;
}

#project-article .share-content-signup-form {
  padding: 0;
  border-top: 10px solid #9b0000;
  margin-top: 3%;
  background-color: #dadada;
}

#project-article .share-content-signup-form header {
  font: 1.2rem Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#project-article .share-content-signup-form label {
  text-align: center;
  margin: 2% 0;
  font-size: 1rem;
}

#project-article .share-content-signup-form input {
  width: 40%;
  display: inline-block;
  margin-left: 20%;
}

#project-article .share-content-signup-form input[type="submit"] {
  width: 15%;
  margin: 0 0 0 3%;
  height: 39px;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  background: black;
  color: white;
}

.bottom-banner {
  background: #dadada;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#e6e6e6),
      color-stop(60%, #fff));
  background: linear-gradient(180deg, #e6e6e6 0%, #fff 60%);
  padding-bottom: 2%;
  margin-top: 2%;
}

.bottom-banner .content-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-banner .content-row-container header {
  font: 1.2rem Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
  margin: 2% 0 2% 0.9375rem;
}

.bottom-banner .content-row-container .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-banner .content-row-container .tile img {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.bottom-banner .content-row-container .tile p {
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  margin-left: 5%;
}

.bottom-banner .content-row-container .tile .text-container p {
  font-size: 1.8em;
}

.bottom-banner .content-row-container .tile .tag-container,
.tag-container {
  /* width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5%; */
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.6em;
  text-transform: uppercase;
}

.bottom-banner .content-row-container .tile .tag-container p,
.bottom-banner .content-row-container .tile .tag-container span,
.tag-container span {
  font-size: 12px;
  padding: 3px;
  background: #e6e6e6;
  color: #8a8a8a;
  margin: 3px;
  white-space: nowrap;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  width: initial;
}

.bottom-banner .content-row-container .tile .tag-container span a,
.tag-container span a {
  font-family: "unit regular";
}

.events-filter-container {
  height: 80px;
  background: #f5f5f5;
  border-top: 8px solid #9b0000;
  -webkit-box-shadow: 0px 0px 15px 0px #cacaca;
  box-shadow: 0px 0px 15px 0px #cacaca;
  margin-top: 2%;
}

@media (max-width: 700px) {
  .events-filter-container {
    height: 220px;
  }
}

.events-filter-container .select-month-container,
.events-filter-container .select-year-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 700px) {

  .events-filter-container .select-month-container,
  .events-filter-container .select-year-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 801px) and (max-width: 1100px) {

  .events-filter-container .select-month-container,
  .events-filter-container .select-year-container {
    width: 50% !important;
    max-width: 50%;
  }
}

@media (max-width: 700px) {
  .events-filter-container .select-year-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .events-filter-container .select-year-container {
    width: 50% !important;
    max-width: 50%;
  }
}

.events-filter-container .select-year-container button {
  width: 30%;
  height: 2.4375rem;
  background: #b9dacd;
  margin: auto 2.5%;
  font: 1.6em Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 700px) {
  .events-filter-container .select-year-container button {
    width: 100%;
    margin: 2% 4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .events-filter-container .select-year-container button span {
    margin-right: 2%;
  }
}

@media (min-width: 701px) and (max-width: 800px) {
  .events-filter-container .select-year-container button {
    width: 35%;
  }
}

.events-filter-container label {
  width: 30%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  font-weight: bold;
  margin: auto 2.5%;
  font: 2em Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif;
  text-align: right;
}

@media (max-width: 700px) {
  .events-filter-container label {
    width: 100%;
    text-align: left;
    margin: 2% 4%;
  }
}

@media (min-width: 701px) and (max-width: 800px) {
  .events-filter-container label {
    width: 35%;
    text-align: center;
  }
}

.events-filter-container select {
  margin: auto 2.5%;
  width: 60%;
  background-image: url("https://live-newstatesman-b2b.pantheonsite.io/wp-content/themes/goodlife-wp-child/assets/img/caret-down-solid.svg");
  background-size: initial;
  color: #000;
  border: 1px solid #000;
}

@media (max-width: 700px) {
  .events-filter-container select {
    width: 100%;
    margin: 2% 4%;
  }
}

@media (min-width: 701px) and (max-width: 800px) {
  .events-filter-container select {
    width: 55%;
  }
}

.event-tile-container {
  margin-top: 2%;
  margin-bottom: 2%;
}

.event-tile-container .event-tile,
.event-tile-container .event-tile-featured {
  -webkit-box-shadow: 0px 0px 15px 0px #cacaca;
  box-shadow: 0px 0px 15px 0px #cacaca;
  border-top: 5px black solid;
  height: 330px;
  margin-top: 1%;
  margin-bottom: 1%;
}

@media (max-width: 400px) {

  .event-tile-container .event-tile,
  .event-tile-container .event-tile-featured {
    margin: 5% auto;
    height: 90px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.event-tile-container .event-tile .event-date-container,
.event-tile-container .event-tile-featured .event-date-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-tile-container .event-tile .event-date-container .event-date,
.event-tile-container .event-tile-featured .event-date-container .event-date {
  margin-top: 2%;
  background: #9b0000;
  color: white;
  font: 1.6em Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif;
  padding: 1% 6%;
  margin-left: 0;
}

.event-tile-container .event-tile .event-date-container .featured-event-banner,
.event-tile-container .event-tile-featured .event-date-container .featured-event-banner {
  background: #b9dacd;
  padding: 2%;
  font: 1.6em Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif;
  display: none;
}

.event-tile-container .event-tile .event-title,
.event-tile-container .event-tile-featured .event-title {
  font: 2em Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif;
  margin-left: 5%;
  line-height: 1.5;
}

.event-tile-container .event-tile .event-location,
.event-tile-container .event-tile-featured .event-location,
.event-tile-container .event-tile .event-company,
.event-tile-container .event-tile-featured .event-company,
.event-tile-container .event-tile .event-email,
.event-tile-container .event-tile-featured .event-email,
.event-tile-container .event-tile .event-website,
.event-tile-container .event-tile-featured .event-website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5%;
  font-family: Merriweather;
}

.event-tile-container .event-tile .event-location i,
.event-tile-container .event-tile-featured .event-location i,
.event-tile-container .event-tile .event-company i,
.event-tile-container .event-tile-featured .event-company i,
.event-tile-container .event-tile .event-email i,
.event-tile-container .event-tile-featured .event-email i,
.event-tile-container .event-tile .event-website i,
.event-tile-container .event-tile-featured .event-website i {
  margin-right: 3%;
  color: #cacaca;
  font-size: 1.8em;
}

.event-tile-container .event-tile .fa-angle-double-down,
.event-tile-container .event-tile-featured .fa-angle-double-down {
  margin-left: 10%;
  text-align: center;
}

.event-tile-container .event-tile-featured {
  border-top-color: #9b0000;
}

.event-tile-container .event-tile-featured .featured-event-banner {
  display: block !important;
}

.a-z-category-filter-container {
  /* height: 200px; */
  height: 90%;
  background: #f5f5f5;
  border-top: 8px solid #9b0000;
  -webkit-box-shadow: 0px 0px 15px 0px #cacaca;
  box-shadow: 0px 0px 15px 0px #cacaca;
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 0s;
  margin-bottom: 2%;
}

button#show-more-btn,
button#show-more-btn-hiden {
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  margin: -1rem 0 1rem 0;
}

button#show-more-btn-hiden {
  display: none;
}

@media (max-width: 700px) {
  .a-z-category-filter-container {
    /* height: 55px; */
    width: 90%;
    margin: 10% auto;
  }
}

.a-z-category-filter-container .filter-title {
  font-size: 1.4rem;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  padding: 2% 0;
  margin: 0 auto;
  text-transform: uppercase;
  display: none;
}

@media (max-width: 700px) {
  .a-z-category-filter-container .filter-title {
    display: block;
  }
}

.a-z-category-filter-container .company-search-container input {
  width: 34%;
}

@media (max-width: 700px) {
  .grid-x.a-z-category-filter-container form {
    flex-direction: column;
  }
}

.a-z-category-filter-container .company-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #cacaca;
  width: 90%;
  margin: auto;
  padding: 1% 0;
}

@media (max-width: 700px) {
  .a-z-category-filter-container .company-search-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 700px) and (max-width: 815px) {
  .a-z-category-filter-container .company-search-container {
    padding: 2% 0;
  }
}

.a-z-category-filter-container .company-search-container label {
  text-align: start;
  margin: auto 2% auto 0;
  width: auto;
  white-space: nowrap;
  font: 1.2rem Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif;
}

@media (max-width: 700px) {
  .a-z-category-filter-container .company-search-container label {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 1050px) {
  .a-z-category-filter-container .company-search-container label {
    width: min-content;
  }
}

@media (min-width: 800px) and (max-width: 1050px) {
  .a-z-category-filter-container .company-search-container label {
    width: auto;
  }
}

.a-z-category-filter-container .company-search-container input {
  margin: auto 2% auto 0;
  width: 20%;
}

@media (max-width: 700px) {
  .a-z-category-filter-container .company-search-container input {
    width: 100%;
    margin: 3% 0;
  }
}

@media (min-width: 700px) and (max-width: 815px) {
  .a-z-category-filter-container .company-search-container input {
    width: 40%;
    margin: auto 0 auto auto;
  }
}

@media (min-width: 800px) and (max-width: 1050px) {
  .a-z-category-filter-container .company-search-container input {
    margin: auto 5%;
    width: 40%;
  }
}

.a-z-category-filter-container .company-search-container input[type="submit"] {
  width: 8%;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  height: 39px;
  background: #9b0000;
  color: white;
  font-size: 18px;
  transition: 0.5s;
}

.a-z-category-filter-container .company-search-container input[type="submit"]:hover {
  background: black;
  cursor: pointer;
}

@media (max-width: 700px) {
  .a-z-category-filter-container .company-search-container input[type="submit"] {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 1050px) {
  .a-z-category-filter-container .company-search-container input[type="submit"] {
    width: 20%;
  }
}

@media (min-width: 800px) and (max-width: 1050px) {
  .a-z-category-filter-container .company-search-container input[type="submit"] {
    margin-left: 0;
  }
}

.a-z-category-filter-container .filter-sector-container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 1% 0;
}

@media (max-width: 700px) {
  .a-z-category-filter-container .filter-sector-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 700px) and (max-width: 815px) {
  .a-z-category-filter-container .filter-sector-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #region {
    margin-left: 17.5%;
  }

  .a-z-category-filter-container {
    /* height: 220px; */
  }
}

@media (max-width: 1023px) {
  .latest-news {
    display: none;
  }
}

.a-z-category-filter-container .filter-sector-container label {
  text-align: start;
  margin: auto 0;
  width: 10%;
  white-space: nowrap;
  font: 1.2rem Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif;
}

@media (max-width: 700px) {
  .a-z-category-filter-container .filter-sector-container label {
    width: 100%;
    margin: 2% 0;
  }
}

@media (min-width: 700px) and (max-width: 815px) {
  .a-z-category-filter-container .filter-sector-container label {
    width: 105px;
  }
}

.a-z-category-filter-container .filter-sector-container select {
  width: 20%;
  color: #000;
  margin: auto 2% !important;
}

@media (max-width: 700px) {
  .a-z-category-filter-container .filter-sector-container select {
    width: 100%;
    margin: 2% 0;
  }
}

@media (min-width: 700px) and (max-width: 815px) {
  .a-z-category-filter-container .filter-sector-container select {
    margin: 1% 2.5%;
    width: 30%;
  }
}

@media (min-width: 700px) and (max-width: 815px) {
  .a-z-category-filter-container .filter-sector-container select[name="region-filter"] {
    margin-left: 123px;
  }
}

.a-z-category-filter-container .filter-sector-container button {
  background: #b9dacd;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  padding: 8px;
  font-size: 1.8em;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .a-z-category-filter-container .filter-sector-container button {
    width: 100%;
    margin: 2% 0;
  }
}

@media (min-width: 700px) and (max-width: 815px) {
  .a-z-category-filter-container .filter-sector-container button {
    height: 39px;
    margin: auto 0 auto 17px;
    width: 30%;
    padding: 8px;
  }
}

.suppliers-container {
  border-top: 5px solid #9b0000;
}

@media (max-width: 700px) {
  .suppliers-container {
    width: 90% !important;
    margin: auto !important;
  }
}

.suppliers-container h2 {
  margin: 2% 0;
  width: 100%;
  text-align: left;
  font-size: 38px;
  /* text-transform: capitalize; */
}

.suppliers-container .supplier-tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  margin: auto -2%;
}

@media (max-width: 700px) {
  .suppliers-container .supplier-tile-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.suppliers-container .supplier-tile-container .supplier-tile {
  height: auto;
  width: 29%;
  box-shadow: none;
  margin: 2%;
  border-bottom: 1px dotted grey;
}

@media (max-width: 700px) {
  .suppliers-container .supplier-tile-container .supplier-tile {
    width: 100%;
    height: min-content;
    overflow: hidden;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

@media (min-width: 700px) and (max-width: 1050px) {
  .suppliers-container .supplier-tile-container .supplier-tile {
    width: 46%;
  }
}

.suppliers-container .supplier-tile-container .supplier-tile h3 {
  margin: 5%;
  /* font-size: 1.2rem; */
  font-size: 1.8em;
}

.suppliers-container .supplier-tile-container .supplier-tile img {
  max-height: 100px;
  display: block;
  margin: 3% auto;
  width: auto;
  height: auto;
  max-width: 80%;
}

.suppliers-container .supplier-tile-container .supplier-tile p {
  font-family: merriweather;
  position: relative;
  display: block;
  margin: 5%;
  font-size: 1.6em;
  width: 90%;
}

@media (max-width: 700px) {
  .suppliers-container .supplier-tile-container .supplier-tile p {
    width: 90%;
  }
}

.tag-container span {
  margin-bottom: 10px;
}

.suppliers-container .supplier-tile-container .supplier-tile .tag-container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5%;
}

.suppliers-container .supplier-tile-container .supplier-tile .tag-container a {
  font-size: 12px;
  padding: 3px;
  background: #e6e6e6;
  color: #8a8a8a;
  margin: 3px;
  white-space: nowrap;
  width: initial;
}

.suppliers-container .supplier-tile-container .supplier-tile .tag-container a:hover {
  color: #9b0000;
}

.company-a-z-container {
  border-top: 5px solid #9b0000;
  margin-bottom: 20vh;
}

.company-a-z-container h2 {
  margin: 1% 0 4% 0;
  font-size: 38px;
  /* text-transform: capitalize; */
}

.company-a-z-container .companies-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 3px solid #cacaca;
  padding-top: 2%;
}

.company-a-z-container .companies-section-container:last-of-type {
  border-bottom: 3px solid #cacaca;
}

@media (max-width: 700px) {
  .company-a-z-container .companies-section-container {
    height: 70px;
    overflow: hidden;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

.company-a-z-container .companies-section-container .company-index-container {
  width: 10%;
}

.company-a-z-container .companies-section-container .company-index-container h3 {
  color: #9b0000;
  text-transform: uppercase;
  font-size: 38px;
}

@media (max-width: 700px) {
  .company-a-z-container .companies-section-container .company-index-container {
    width: 100%;
    text-align: center;
    height: 40px;
    margin-top: 0;
    margin-bottom: 6%;
  }
}

.company-a-z-container .companies-section-container .company-details {
  border-bottom: 3px solid #cacaca;
  width: 90%;
  padding: 1% 0;
}

.company-a-z-container .companies-section-container .company-details h4 {
  text-transform: uppercase;
  font-size: 20px !important;
  width: auto;
  margin-right: 0.5em;
}

.company-a-z-container .companies-section-container .company-details h4.h3 {
  margin-bottom: 0;
}

.company-a-z-container .companies-section-container .company-details p {
  font-family: "Helvetica Neue";
}

.company-a-z-container .companies-section-container .company-details .tag-container {
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-a-z-container .companies-section-container .company-details .tag-container a {
  font-size: 12px;
  padding: 3px;
  color: #8a8a8a;
  margin: 3px;
  white-space: nowrap;
  font-family: "Unit Regular";
}

.company-a-z-container .companies-section-container .company-details .tag-container a:hover {
  color: #9b0000;
}

.tag-container a:hover {
  color: #9b0000;
}

.company-a-z-container .companies-section-container .company-details .top-container {
  width: 100%;
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.company-a-z-container .companies-section-container .company-details .top-container a {
  margin: 0;
  padding: 0.5% 3%;
  background: #e6e6e6;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  font-size: 18px;
}

.company-a-z-container .companies-section-container .company-details .top-container a i {
  margin-left: 30%;
}

.company-a-z-container .companies-section-container .company-details:first-of-type {
  padding-top: 0;
}

.company-a-z-container .companies-section-container .company-details:last-of-type {
  border: none;
  padding-bottom: 0;
}

@media (max-width: 700px) {
  .company-a-z-container .companies-section-container .company-details:last-of-type {
    padding-bottom: 2%;
  }
}

.company-a-z-container .companies-section-container .company-details:last-of-type .top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 700px) {
  .company-a-z-container .companies-section-container .company-details:last-of-type .top-container {
    display: none;
  }
}

.latest-news {
  -webkit-box-shadow: 0px 0px 15px 0px #cacaca;
  box-shadow: none;
}

@media (max-width: 700px) {
  .latest-news {
    width: 90% !important;
    margin: 5% auto !important;
    height: 335px;
    overflow: scroll;
  }
}

@media (min-width: 700px) and (max-width: 815px) {
  .latest-news {
    overflow: scroll;
    height: 330px;
    margin-bottom: 5%;
  }
}

.str-head {
  margin-bottom: 2em !important;
}

.grd-pd {
  padding-top: 2em !important;
  padding-bottom: 1em !important;
}

.latest-news .red-line {
  height: 5px;
  width: 95%;
  background: #9b0000;
  margin: 2% auto;
}

.latest-news header {
  width: 90%;
  margin: 1% auto;
}

.latest-news header h3 {
  margin: 5% 0 10% 0;
  font-size: 20px;
}

.latest-news .news-item-container {
  width: 90%;
  margin: 1% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 2%;
}

.latest-news .news-item-container:last-of-type {
  border: none;
}

@media (max-width: 700px) {
  .latest-news .news-item-container {
    width: 100%;
    padding-top: 1%;
  }
}

.latest-news .news-item-container img {
  display: block;
  max-width: 100px;
  max-height: 100px;
}

@media (max-width: 700px) {
  .latest-news .news-item-container img {
    margin-top: 0;
  }
}

.latest-news .news-item-container .news-text {
  width: 70%;
  margin-left: 10px;
}

@media (max-width: 700px) {
  .latest-news .news-item-container .news-text {
    width: 68%;
  }
}

.latest-news .news-item-container .news-text p {
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  font-size: 1.8em;
  margin-bottom: 1%;
}

.latest-news .news-item-container .news-text .tag-container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.latest-news .news-item-container .news-text .tag-container a {
  font-size: 12px;
  padding: 3px;
  color: #8a8a8a;
  margin: 3px;
  white-space: nowrap;
  font-family: "Unit Regular";
}

.latest-news .news-item-container .news-text .tag-container a:hover {
  color: #9b0000;
}

.header-banner {
  border-top: 10px solid #9b0000;
  background: #2c2c2c;
  /* background: #ababab; */
  /* margin-bottom: 5%; */
  margin-bottom: 0;
}

.header-banner .header-banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 0;
  width: 100%;
}

.header-banner .header-banner-title .verticle-red-line {
  height: 80px;
  width: 5px;
  background: #9b0000;
  margin: 0 2%;
}

.header-banner .header-banner-title .header-banner-title-text {
  color: white;
  width: 100%;
  border-left: 5px solid #9b0000;
  padding-left: 20px;
  padding-top: 1em;
}

.header-banner .header-banner-title .header-banner-title-text h1,
div#report_hero div.cell.large-6 h1 {
  margin: -7px 0 0 0;
  line-height: 1em;
  font-size: 38px;
}

.header-banner .header-banner-title .header-banner-title-text h1 span,
div#report_hero div.cell.large-6 h1 span {
  font-family: "Unit Regular";
  font-size: 30px;
}

.header-banner .header-banner-title .header-banner-title-text p {
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
}

.header-banner .page-nav-sm-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-banner .page-nav-sm-container .page-navigation {
  margin-left: 4%;
  margin-right: 0;
  padding: 0.3% 0;
  width: 40%;
  background-color: initial;
}

.header-banner .page-nav-sm-container .page-navigation .page-navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-banner .page-nav-sm-container .page-navigation .page-navigation-links li {
  background: black;
  border: none;
  color: white;
}

.page-navigation-links li:hover {
  cursor: pointer;
}

.header-banner .header-banner-title img {
  /* height: 80px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content; */
  /* width: 190px;
  height: 80px; */
}

.header-banner .page-nav-sm-container .page-navigation .page-navigation-links li {
  margin-right: 3%;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  color: white;
  padding: 0.3% 0;
}

.header-banner .page-nav-sm-container .page-navigation .page-navigation-links li a {
  color: white;
  padding-bottom: 0;
}

.header-banner .page-nav-sm-container .page-navigation .page-navigation-links .active {
  border-bottom: 5px solid #bbdace;
}

.header-banner .page-nav-sm-container .page-navigation .page-navigation-links .active a {
  color: #bbdace;
}

.header-banner .page-nav-sm-container .page-navigation .page-navigation-links .mobile-nav-header {
  display: none;
  white-space: nowrap;
}

.header-banner .page-nav-sm-container .social-media {
  width: 20%;
  margin-right: 1%;
}

.header-banner .page-nav-sm-container .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* width: 40%; */
  width: 15%;
  margin: auto 0 auto auto;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.header-banner .page-nav-sm-container .social-media li {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: auto 6%;
  display: flex;
}

.header-banner .page-nav-sm-container .social-media li i {
  color: white;
  font-size: 16px;
}

.header-banner .page-nav-sm-container .social-media li i:hover {
  color: #9b0000;
}

.header-banner .page-nav-sm-container .social-media li .fa-share:hover {
  color: #676767;
}

.header-banner .page-nav-sm-container .social-media li .fa-share {
  color: #676767;
  margin: auto;
}

.main-text {
  font-family: merriweather;
  margin: 5% 0;
  padding-right: 3%;
}

.storefrontcontent .newsletter-signup {
  margin-top: 5%;
}

.storefrontcontent .newsletter-signup form p label {
  margin-bottom: 0;
}

.storefrontcontent .newsletter-signup form p input[type="email"] {
  width: 90%;
  margin: 0 0 5% 0;
}

.storefrontcontent .newsletter-signup form p input[type="submit"] {
  margin: 0;
}

.newsletter-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 15px 0px #cacaca;
  box-shadow: 0px 0px 15px 0px #cacaca;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 0;
}

.newsletter-signup .newsletter-signup-form {
  width: 100%;
  margin: 2%;
  border-top: 10px solid #9b0000;
  background: #e6e6e6;
}

.newsletter-signup .newsletter-signup-form header {
  width: 100%;
  margin-top: 5%;
}

.newsletter-signup .newsletter-signup-form p {
  text-align: center;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  font-size: 1.2rem;
}

.newsletter-signup .newsletter-signup-form label {
  width: 80%;
  margin: 5% auto;
  font-family: merriweather;
  font-size: 1rem;
}

.magazine-tile p {
  font: 0.8rem merriweather;
  margin-left: 5%;
  width: 90%;
}

.magazine-tile p:first-of-type {
  color: #9b0000;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  margin: 2% 0 5% 5%;
  font-size: 0.9rem;
}

.magazine-tile p:nth-of-type(2) {
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  font-size: 0.9rem;
}

.cta {
  text-transform: uppercase;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
}

.tags {
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.tags span {
  background: #e6e6e6;
  display: inline-block;
  color: #8a8a8a;
  padding: 1px 3px;
  margin: 0.5em 0.5em 0.5em 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.extra-checkbox {
  display: inline-block;
}

.extra-checkbox label {
  width: 95%;
  float: right;
  margin: 0 0 10px 10px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.5;
}

.tab-1 .grid-container .extra-checkbox input[type="checkbox"] {
  margin-top: 4px;
}

#report_hero {
  border-top: 10px solid #990100;
  background: #2b2c2c;
  margin: 0em 0 2em 0;
  color: #fff;
  padding: 2em;
}

#report_hero div:first-child {
  border-right: 4px solid #990100;
  padding-right: 3em;
  text-align: right;
}

#report_hero div {
  padding-left: 3em;
}

#report_hero div h2 {
  font-size: 38px;
  line-height: 1em;
  margin: 0;
}

#report_hero div.large-12 {
  background: #000;
  margin-top: 1em;
}

#report_hero div.large-12 nav {
  background: #000;
}

#report_hero div.large-12 nav ul li a {
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  color: #fff;
}

.grid-x.report-main .small-2 .social-media,
.grid-x.report-main .small-12 .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -11% auto 0 auto !important;
}

.grid-x.report-main .small-2 .social-media a,
.grid-x.report-main .small-12 .social-media a {
  text-align: center;
  font-size: 1.4rem;
  /* margin: 30% 0; */
  margin: 0;
}

.grid-x.report-main .large-12.report-hero-big .glow {
  display: block;
  padding: 0px;
}

.grid-x.report-main .large-12.report-hero-big .glow>.grid-x>div {
  position: relative;
  padding: 3em 2em;
  height: 100%;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div a {
  width: auto;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div .triangle-right {
  width: 0px;
  height: 0px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  left: -1px;
  top: 44%;
}

@media (max-width: 700px) {
  .header-banner .header-banner-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-banner {
    margin-bottom: 10%;
  }

  .header-banner .header-banner-title img {
    display: block;
    margin: auto;
  }

  .header-banner .header-banner-title .verticle-red-line {
    height: 5px;
    width: 90%;
    margin: 4% auto;
  }

  .header-banner .header-banner-title .header-banner-title-text h1 {
    text-align: center;
    font-size: 1.8rem;
    margin: 0 auto 2% auto;
  }

  .header-banner .header-banner-title .header-banner-title-text p {
    width: 90%;
    margin: auto;
    font-size: 1rem;
  }

  .main-text {
    margin-bottom: 0;
  }

  .newsletter-signup .newsletter-signup-form label {
    width: 90%;
  }
}

@media (min-width: 700px) and (max-width: 800px) {
  .header-banner .header-banner-title img {
    margin-left: 1%;
  }

  .header-banner .header-banner-title .verticle-red-line {
    margin: 0 1.5%;
  }

  .header-banner .header-banner-title .header-banner-title-text {
    margin-right: 1%;
  }
}

@media (max-width: 815px) {
  .header-banner .page-nav-sm-container {
    height: 35px;
    overflow: hidden;
  }
}

@media (max-width: 1050px) {
  .header-banner .page-nav-sm-container .page-navigation {
    display: block;
  }

  .header-banner .page-nav-sm-container .page-navigation .page-navigation-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-banner .page-nav-sm-container .page-navigation .page-navigation-links li {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 2% 0;
    white-space: nowrap;
  }

  .header-banner .page-nav-sm-container .page-navigation .page-navigation-links .mobile-nav-header {
    display: block;
    margin-bottom: 5%;
  }

  .header-banner .page-nav-sm-container .social-media {
    width: 100%;
    margin: 9px auto auto auto;
  }
}

@media (max-width: 800px) {
  .newsletter-signup {
    margin: 5% auto;
  }
}

@media (min-width: 800px) and (max-width: 1050px) {
  .newsletter-signup .newsletter-signup-form label {
    width: 70%;
  }
}

.newsletter-signup .newsletter-signup-form input {
  width: 55%;
  margin: 0 2% 10% 10%;
  display: inline-block;
  font-family: merriweather;
}

.newsletter-signup .newsletter-signup-form input[type="submit"] {
  width: 25%;
  height: 39px;
  display: inline-block;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  background: #9b0000;
  color: white;
  margin: 0 0 10% 0;
}

.newsletter-signup .newsletter-signup-form input[type="submit"]:hover {
  background: black;
}

.magazine-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 15px 0px #cacaca;
  box-shadow: 0px 0px 15px 0px #cacaca;
  margin: 1% 0;
}

@media (max-width: 700px) {
  .magazine-tile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3% 0;
  }
}

@media (min-width: 800px) and (max-width: 1050px) {
  .magazine-tile {
    width: 90% !important;
    max-width: 100% !important;
  }

  .magazine-tile img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

@media (max-width: 800px) {
  .magazine-tile img {
    width: 332px;
    margin: 3% auto auto auto;
  }
}

@media only screen and (max-width: 640px) {
  .grid-x.report-main .large-12.report-hero-big .glow .grid-x>div .triangle-right {
    display: none;
  }
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div .grid-container {
  font-family: "Helvetica Neaue", Helvetica, Arial, sans-serif;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div .grid-container .grid-x {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 3em;
  margin-right: 0px;
  margin-left: 0px;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div .grid-container .grid-x:first-child {
  margin-bottom: 3em;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div .grid-container .grid-x:first-child>div.small-2,
.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div .grid-container .grid-x:first-child>div.large-2 {
  border-right: 4px solid #990100;
  text-align: right;
  font-size: 0.8em;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div .grid-container .grid-x:first-child>div.medium-2 {
  border-right: 4px solid #990100;
  text-align: right;
  font-size: 0.8em;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div .grid-container .grid-x:first-child>div.small-2 p {
  font-family: "Helvetica Neaue", Helvetica, Arial, sans-serif;
  color: #929292;
  text-transform: capitalize;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div .grid-container>.grid-x:last-child {
  font-family: Merriweather, Georgia, "Times New Roman", serif;
  padding: 0px;
  border-bottom: none;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div.small-10 {
  padding-left: 2em !important;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div.small-10 h2 {
  line-height: 1em;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div.small-10 p.tags span {
  font-size: 12px;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div.small-10 p.author {
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  color: #363636;
  font-size: 1.4em;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div.small-10 p.author span {
  color: #990100;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div:first-child h5 {
  padding: 0 0.9em;
  font-size: 2em;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div:first-child article div div p {
  line-height: 1.5em;
}

.grid-x.report-main .large-12.report-hero-big .glow .grid-x>div:nth-child(2) article div>div:last-child p.tags span {
  font-family: "Helvetica Neaue", Helvetica, Arial, sans-serif;
  font-size: 0.2em;
}

.grid-x.report-main .large-12.report-hero-big .glow>.grid-x>div:last-child {
  padding: 0;
}

.grid-x.report-main .large-12.report-hero-big .glow>.grid-x>div:nth-child(2) article {
  margin-bottom: 2em;
  border-bottom: 1px solid #f0f0f0;
}

.grid-x.report-main .large-12.report-hero-big .glow>.grid-x>div:nth-child(2) h5 {
  font-size: 1.8em;
}

.grid-x.report-main .large-12.report-hero-big .glow>.grid-x>div:nth-child(2) h5.sub {
  font-size: 2em;
}

div#company-details h3 {
  font-size: 30px;
}

div#article .article-body p {
  font-family: Merriweather;
}

.grid-x.report-main .large-12.report-hero-big .glow>.grid-x>div:nth-child(3) {
  background: #e6e6e6;
}

.report-home section.grey-grad div.cell.large-4 {
  box-shadow: 1px 1px 10px #dadada;
  background: white;
}

.grid-x.report-main .col-left>.grid-x>.large-12 {
  margin-bottom: 3em;
}

.grid-x.report-main .col-left>.grid-x>.large-10 p:first-of-type::first-letter {
  float: left;
  color: #9b0000;
  font-size: 3em;
  line-height: 0.9em;
  margin-top: 0.09em;
  margin-right: 0.1em;
  font-weight: bold;
}

.grid-x.report-main .col-left article {
  margin-bottom: 3em;
}

.grid-x.report-main .col-left article #mian-article div p.tags {
  margin-bottom: 1em;
}

.grid-x.report-main .col-left article #mian-article div .cta {
  float: none;
  font-size: 1.3em;
  padding: 0.4em 0.8em;
}

.grid-x.report-main .cell .glow article div div a {
  position: relative;
  display: block;
}

.grid-x.report-main .cell .glow article div div a img {
  width: 100%;
}

.grid-x.report-main div article div #energy-newsletter {
  background-color: #e6e6e6;
  border-top: 5px solid #9b0000;
  padding: 2em;
  margin: 0;
}

.grid-x.report-main div article div #energy-newsletter h5 {
  text-align: left;
}

.grid-x.report-main div article div #energy-newsletter form {
  padding: 2em;
}

.grid-x.report-main div article div #energy-newsletter form .input-group {
  position: relative;
  display: inline-block;
  padding-bottom: 1.2em;
}

.grid-x.report-main div article div #energy-newsletter form .input-group textarea {
  height: 120px;
}

.grid-x.report-main div article div #energy-newsletter form .input-group .input-group-button {
  position: relative;
  display: block;
  text-align: right;
}

.grid-x.report-main div article div #energy-newsletter form .input-group .input-group-button .sign-up {
  background-color: #9b0000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  cursor: pointer;
  background-color: #000;
  margin: 0px;
  padding: 0.4em 1.8em;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
}

.grid-x.report-main div div h5.sub {
  text-transform: uppercase;
  margin-bottom: 0.8em;
}

.grid-x.report-main div div article>div {
  margin-bottom: 1em;
  border-bottom: 1px solid #f0f0f0;
}

.grid-x.report-main div div article.np {
  margin-bottom: 2em;
}

.grid-x.report-main div div article.np>div {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.grid-x.report-main div .cta {
  text-transform: uppercase;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
}

.grid-x.report-main div aside {
  padding: 0;
}

.grid-x.report-main div aside #recommended-companies {
  padding-top: 1em;
  position: relative;
  display: inline-block;
  margin-bottom: 5em;
}

.grid-x.report-main div aside div article>div {
  margin-bottom: 0em;
  padding-bottom: 0em;
  border-bottom: 0px solid #f0f0f0;
}

.grid-x.report-main div aside div article .grid-x {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.grid-x.report-main div aside #tweets {
  font-family: "Helvetica Neaue", Helvetica, Arial, sans-serif;
  height: 650px;
  overflow-x: scroll;
  border: 1px solid #eee;
}

.grid-x.report-main div aside #tweets h5 {
  padding: 1em 1em 0.4em 1em;
}

.grid-x.report-main div aside #tweets article {
  border-top: 2px solid #181818;
  padding: 2em;
}

.grid-x.report-main div aside #tweets article div:first-child {
  margin-bottom: 1em;
}

.grid-x.report-main div aside #tweets article div p {
  font-size: 1.5em;
  margin-bottom: 0px;
}

.grid-x.report-main div aside #tweets article div div:first-child img {
  margin: 12px 0px 0px 0px;
}

.grid-x.report-main div aside #tweets article div div:nth-child(2) p {
  margin: 0px;
  line-height: 1.2em;
}

.grid-x.report-main div aside #tweets article div div:nth-child(2) p:first-child {
  text-transform: uppercase;
}

.grid-x.report-main div aside #tweets article div div:nth-child(3) {
  text-align: right;
}

.grid-x.report-main div aside #tweets article div div:nth-child(3) i {
  font-size: 2em;
  color: #999999;
  margin: 12px 12px 0px 0px;
}

.grid-x.report-main div aside #tweets article>div:nth-child(2) {
  margin-bottom: 1.4em;
}

.grid-x.report-main div aside #tweets article>div:last-child div:last-child {
  text-align: right;
}

.grid-x.report-main div aside #tweets article>div:last-child div:last-child p {
  color: #ccc;
}

.grid-x.report-main div aside.storefront {
  padding: 2em 2em 2em 2em;
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: 1px 1px 10px #dadada;
}

.grid-x.report-main #energy-newsletter {
  background-color: #e6e6e6;
  border-top: 0.5em solid #9b0000;
  padding: 2em 0;
  margin: 0;
  height: auto;
}

.grid-x.report-main #energy-newsletter h5 {
  text-align: left;
  padding: 0 2em;
  text-transform: uppercase;
}

.grid-x.report-main #energy-newsletter form {
  padding: 0.8em 4em;
}

.grid-x.report-main #energy-newsletter form .input-group {
  position: relative;
  display: inline-block;
  padding-bottom: 1.2em;
}

.grid-x.report-main #energy-newsletter form .input-group input:first-child {
  margin: 20px 0 20px;
}

.grid-x.report-main #energy-newsletter form .input-group textarea {
  height: 120px;
}

.grid-x.report-main #energy-newsletter form .input-group .input-group-button {
  position: relative;
  display: block;
  text-align: right;
}

.grid-x.report-main #energy-newsletter form .input-group .input-group-button .sign-up {
  background-color: #9b0000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  cursor: pointer;
  background-color: #000;
  margin: 0px;
  padding: 0.4em 1.8em;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
}

.grid-x.report-home #energy-newsletter {
  padding: 2em 0 0;
}

.grid-x.report-main #energy-newsletter {
  padding: 2em 0 2em !important;
}

.grid-x.report-main #energy-newsletter.whitepaper {
  background: #990100;
  height: 100%;
}

.grid-x.report-main #energy-newsletter.whitepaper form {
  padding: 0.8em 3.3em;
}

.grid-x.report-main #energy-newsletter.whitepaper h5 {
  color: #fff;
}

.grid-x.report-main #energy-newsletter.whitepaper form .input-group .input-group-button {
  width: 100%;
}

.grid-x.report-main #energy-newsletter.whitepaper form .input-group .input-group-button .sign-up {
  width: 100%;
}

.grid-x.report-main #energy-newsletter.whitepaper form .input-group input[type="text"],
.grid-x.report-main #energy-newsletter.whitepaper form .belowsection input[type="text"] {
  /* outline: 1px solid red; */
  margin: 6px 0 20px;
}

.grid-x.report-main #energy-newsletter.whitepaper .extra_checkbox {
  font-size: 13px;
  margin: 0px 0px 1em 0px;
}

.grid-x.report-main #energy-newsletter.whitepaper .extra_checkbox+p {
  height: 0px;
}

.grid-x.report-main #energy-newsletter.whitepaper .extra_checkbox a {
  color: #fff;
  text-decoration: underline;
}

.grid-x.report-main #energy-newsletter.whitepaper form .belowsection input.wpcf7-form-control.wpcf7-submit {
  padding: 0.6em 1.8em;
  width: 100%;
}

.wpcf7-submit:hover {
  background-color: #000 !important;
  transition: 0.5s;
}

.popModal .tns-close,
#modalRegister .tns-close:hover,
#exampleModal .tns-close:hover {
  background-color: #000;
  transition: 0.5s !important;
}

.sign-up:hover {
  background-color: #000 !important;
  transition: 0.5s;
}

.popModal button,
#modalRegister button,
#exampleModal button:hover {
  background-color: #000;
  transition: 0.5s;
}

.grid-x.report-main #energy-newsletter.whitepaper form .belowsection p {
  color: #ffffff;
}

.grid-x.report-main #energy-newsletter.whitepaper form .belowsection input[type="checkbox"] {
  /* outline: 1px solid red; */
  margin: 0px;
}

.grid-x.report-main #energy-newsletter.whitepaper form .belowsection span.wpcf7-list-item {
  margin: 0px !important;
}

.report-home .grey-grad .grid-container .grid-x .cell .glow article {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #f0f0f0;
}

.report-home .tab-1>.grid-container:first-child {
  margin-bottom: 5em;
}

.report-home .grey-grad .grid-container .grid-x .cell>a {
  position: relative;
  display: inline-block;
  width: 100%;
}

.report-home .grey-grad .grid-container .grid-x .cell>a img {
  position: relative;
  display: inline-block;
  width: 100%;
}

.report-home .grey-grad .grid-container .grid-x:first-child {
  margin-bottom: 2em;
}

.report-home .header-banner .header-banner-title {
  width: auto;
}

.report-home .tab-9 form {
  /* outline: 1px solid red; */
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.report-home .tab-9 form .extra-checkbox {
  /* outline: 1px solid red; */
  display: block;
}

.report-home .tab-9 form .extra-checkbox input[type="checkbox"] {
  /* outline: 1px solid red; */
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
}

.report-home .tab-9 form .extra-checkbox>span {
  /* outline: 1px solid red; */
  position: relative;
  display: inline-block;
  width: 5%;
}

.report-home .tab-9 form .extra-checkbox>label {
  width: 90%;
  float: none;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  position: relative;
  display: inline-block;
}

.report-products #report_hero {
  border-top: 10px solid #990100;
  background: #2b2c2c;
  margin-bottom: 2em;
  color: #fff;
  padding: 2em 0;
}

.glow article {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.glow article>div {
  float: left;
}

.glow article .thumb-wrap {
  position: relative;
  display: inline-block;
  width: 30%;
}

.glow article .thumb-wrap a {
  position: relative;
  display: inline-block;
  width: 100%;
}

.glow article .thumb-wrap a img {
  position: relative;
  display: inline-block;
  width: 100%;
}

.glow article .copy-wrap {
  position: relative;
  display: inline-block;
  width: 70%;
  border: none;
}

.grid-x.report-main div div article>div.copy-wrap {
  border-bottom: none;
}

.glow article .copy-wrap .copy-wrap-inner {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: auto;
}

.glow article .copy-wrap .copy-wrap-inner h5,
.copy-wrap-inner h5 {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: underline;
}

.glow {
  background: #fff;
  padding: 1.3em;
  -webkit-box-shadow: 1px 1px 10px #dadada;
  box-shadow: none;
  position: relative;
  display: block;
}

.glow>h5 {
  text-transform: uppercase;
}

.cta {
  cursor: pointer;
  background-color: #9b0000;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0.4em;
  float: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cta:hover,
.cta:focus {
  background-color: #000000;
  color: #fff;
}

.lh-12 {
  line-height: 1.2em;
}

.social-media-outer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.project-tag {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  margin: auto;
  color: #8a8a8a;
  border-left: 1px solid #8a8a8a;
  padding-left: 0.3em;
}

.report-hero-big .project-tag {
  font-size: 14px;
}

.social-media .fa-share {
  color: #cacaca;
  font-size: 2rem;
  margin-bottom: 10px;
}

#login-flip-front {
  min-width: 0px;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  padding: 3em;
}

.ctaModal {
  /* font-size: 0.9em; */
  font-size: 13px;
  color: #0a0a0a;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 0.5em;
  padding-right: 0.5em;
  outline: none;
  cursor: pointer;
}

.ctaModal.ctaRegister {
  color: #000;
}

.ctaModal.ctaRegister:hover {
  background-color: #0a0a0a;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.popModal,
#modalRegister,
#exampleModal {
  font-family: "Helvetica Neaue", Helvetica, Arial, sans-serif;
  color: #242f33;
  width: 100%;
}

#modalRegister .modal-dialog,
#exampleModal .modal-dialog {
  width: 100%;
  max-width: 40%;
}

#modalRegister .modal-dialog .modal-content,
#exampleModal .modal-dialog .modal-content {
  padding: 2em;
}

.popModal a.forgot-password,
#modalRegister a.forgot-password,
#exampleModal a.forgot-password {
  font-size: 1.2em;
  color: grey;
  text-decoration: underline;
  font-family: "Helvetica Neue";
  font-size: 16px;
}

.popModal h3,
#modalRegister h3,
#exampleModal h3 {
  width: 100%;
  text-align: center;
  padding-top: 0.5em;
  text-transform: uppercase;
  font-family: Unit;
  color: black;
  font-size: 38px;
}

.popModal .grid-x:nth-of-type(2),
#modalRegister .grid-x:nth-of-type(2),
#exampleModal .grid-x:nth-of-type(2) {
  padding-top: 2em;
}

.popModal .grid-x:last-child,
#modalRegister .grid-x:last-child,
#exampleModal .grid-x:last-child {
  margin-top: 2em;
  margin: 2em 0px 0px 0px;
  font-size: 1.2em;
}

.popModal .ev-nslogo img,
#modalRegister .ev-nslogo img,
#exampleModal .ev-nslogo img {
  max-width: 14em;
  top: -0.5em;
  position: relative;
  left: -0.6em;
}

.popModal .tns-close,
#modalRegister .tns-close,
#exampleModal .tns-close {
  top: -2em;
  right: -2em;
}

.popModal .tns-close,
#modalRegister .tns-close,
#exampleModal .tns-close {
  position: relative;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  float: right;
  z-index: 101;
  background: #9b0000;
  padding: 0;
  transition: 0.5s;
}

#modalRegister .tns-close:hover {
  background: #000;
}

.popModal span,
#modalRegister span,
#exampleModal span {
  font-size: 1.2em;
  margin-left: 6px;
  color: grey;
}

#modalRegister span input[type="checkbox"] {
  margin-right: 5px;
  margin-bottom: 0;
}

#modalRegister span {
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: black;
}

.popModal input,
#modalRegister input,
#exampleModal input {
  color: grey;
  font-family: "Helvetica Neue";
  font-size: 16px;
}

.popModal button,
#modalRegister button,
#exampleModal button {
  width: 100%;
  background: #9b0000;
  opacity: 1;
  text-transform: uppercase;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  letter-spacing: 0;
  font-weight: 600 !important;
  padding: 0.625em;
  color: #fff;
  width: 100%;
}

#modalRegister input[type="submit"] {
  margin-top: 5%;
  font-family: Unit;
  font-size: 18px;
}

.popModal#popRegisterModal .form-wrapper .form-field,
#modalRegister .form-wrapper .form-field,
#exampleModal .form-wrapper .form-field {
  width: 50%;
  padding: 1em;
}

.popModal#popRegisterModal .form-wrapper .form-field.pd-textarea,
#modalRegister .form-wrapper .form-field.pd-textarea,
#exampleModal .form-wrapper .form-field.pd-textarea {
  width: 100%;
}

.popModal#popRegisterModal .form-wrapper .form-field.pd-checkbox,
#modalRegister .form-wrapper .form-field.pd-checkbox,
#exampleModal .form-wrapper .form-field.pd-checkbox {
  width: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

#exampleModal form>div.grid-x:nth-child(5) {
  margin-top: 5%;
}

#exampleModal .grid-grey .cell.large-8.large-offset-2 {
  text-align: center;
}

.popModal#popRegisterModal .form-wrapper .form-field.pd-checkbox .value.checkbox-list>span,
#modalRegister .form-wrapper .form-field.pd-checkbox .value.checkbox-list>span,
#exampleModal .form-wrapper .form-field.pd-checkbox .value.checkbox-list>span {
  display: block;
}

.popModal#popRegisterModal .form-wrapper .form-field.pd-checkbox .value.checkbox-list label,
#modalRegister .form-wrapper .form-field.pd-checkbox .value.checkbox-list label,
#exampleModal .form-wrapper .form-field.pd-checkbox .value.checkbox-list label {
  display: inline-block;
  margin-left: 10px;
}

.popModal#popRegisterModal input[type="submit"],
#modalRegister input[type="submit"],
#exampleModal input[type="submit"] {
  width: 100%§;
  background: #9b0000;
  opacity: 1;
  text-transform: uppercase;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  letter-spacing: 0;
  font-weight: 600 !important;
  padding: 1em;
  color: #fff;
  width: 100%;
}

#modalRegister h4,
#modalRegister p {
  width: 100%;
}

#modalRegister h4 {
  text-transform: uppercase;
  color: black;
  font-size: 20px;
}

#modalRegister h4:last-of-type {
  margin-top: 5%;
}

#modalRegister p {
  font-family: "Helvetica Neue";
}

.align-right {
  text-align: right;
}

.main-header {
  margin-top: 1em;
}

.main-header .energy-webinar-container .txt-webinar {
  margin-top: 1em;
}

.main-header .energy-webinar-container .txt-webinar p {
  line-height: 18px;
}

.main-header .logo-container #site-logo img {
  width: 62%;
}

.main-header .energy-newsletter-container .txt-newsletter {
  text-align: right;
  margin-top: 1em;
}

.main-header .energy-newsletter-container .txt-newsletter p {
  line-height: 18px;
}

.main-header #burger-menu {
  margin: auto 0.625rem auto auto;
  display: none;
}

.main-header #burger-menu .burger-bar {
  height: 5px;
  width: 30px;
  margin: 5px auto;
  background: black;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-header #burger-menu #burger-bar-1 {
  -webkit-transform-origin: 25%;
  -ms-transform-origin: 25%;
  transform-origin: 25%;
}

.main-header #burger-menu #burger-bar-3 {
  -webkit-transform-origin: 25%;
  -ms-transform-origin: 25%;
  transform-origin: 25%;
}

.main-header .main-nav-container {
  background-color: #e6e6e6;
}

.main-header .main-nav-container ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  margin-left: -0.5em;
}

.main-header .main-nav-container ul .small-screen-search {
  display: none;
}

.main-header .main-nav-container ul li {
  text-transform: uppercase;
  font-weight: bold;
}

.Spackaging .rs-small-sc div.dropdown {
  margin-top: 1.2em !important;
}

.archive .rs-small-sc {
  top: 51px;
}

.single .rs-small-sc {
  /*top: 51px;*/
}

.main-header .main-nav-container ul li a {
  /* font-size: 0.89em; */
  font-size: 13px;
  color: #0a0a0a;
  padding-top: 1em;
  padding-bottom: 1em;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.main-header .main-nav-container ul li a:hover {
  color: #0a0a0a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #b9dacd;
}

.main-header .main-nav-container .nav-aside {
  margin-left: auto;
  margin-right: 0;
}

.main-header .main-nav-container .register {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

ul.vertical.medium-horizontal.menu.nav-aside li p {
  padding-top: 13px;
  padding-bottom: 13px;
}

.main-header .main-nav-container .register a {
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #fff;
}

.main-header .main-nav-container .register a:hover {
  background-color: #0a0a0a;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

#register button,
#login button {
  text-transform: uppercase;
  font-weight: bold;
}

.main-header .main-nav-container #login {
  margin-right: 0;
  transition: 0.5s;
}

.main-header .main-nav-container #login:hover {
  transition: 0.5s;
  background-color: #b9dacd;
}

#contact-us-header {
  border-bottom: solid 5px #dadada;
  margin-bottom: 2%;
}

#contact-us-header h1 {
  padding: 1% 0 1% 5%;
  margin: 5% 0;
  border-left: solid 5px #9b0000;
  font-size: 40px;
}

#contact-us-email-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 5%;
  flex-wrap: wrap;
  justify-content: flex-start;

}

#contact-us-email-container div {
  width: 33.33%;
  padding-bottom: 25px;
}

#contact-us-email-container p {
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  font-size: 1.2rem;
}

#contact-us-email-container a {
  font-family: Merriweather;
  font-size: 1rem;
}

#contact-us-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5% 0;
}

#contact-us-form label {
  width: 100%;
}

#contact-us-form #purchasing-role-label {
  width: 100%;
}

#contact-us-form #comment-label {
  width: 100%;
  margin-bottom: 2%;
}

#contact-us-form #comment-label textarea {
  font-size: 1rem;
  height: 200px;
}

#contact-us-form .contact-us-checkbox-label {
  width: 100%;
}

#contact-us-form .contact-us-checkbox-label:last-of-type {
  margin-bottom: 2%;
}

#contact-us-form input[type="submit"] {
  width: 100%;
  margin-top: 4%;
  padding: 1% 0;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  text-transform: uppercase;
  color: white;
  background: #9b0000;
  font-size: 20px;
  letter-spacing: 1px;
  float: left;
}

.ft-box {
  min-height: 520px;
}

.ft-m-box {
  min-height: 520px;
}

/* .ft-box-sm{min-height: 400px;} */

.ft-m-box-sm {
  min-height: 390px;
  overflow: hidden;
}

.ft-m-box-sm img {
  height: auto;
  max-width: 1000%;
  width: 286%;
  margin-left: -60%;
}

.fm-r-bnr-img {
  overflow: hidden;
}

.fm-r-bnr-img img {
  height: auto !important;
  max-width: 1000%;
  width: 200%;
  margin-left: -10%;
}

.storefront-art-box {
  min-height: 150px !important;
  height: auto !important;
}

.cls-table {
  display: table;
}

.cls-table-cl {
  display: table-cell;
  vertical-align: middle;
}

.cls-table-cl img {
  height: auto !important;
}

.cls-pl {
  padding-left: 2em;
}

#side-widget-container {
  margin-top: 3%;
}

#side-widget-container p {
  font-family: unit;
}

#side-widget-container p span {
  color: #9b0000;
}

.recaptcha {
  margin-top: 2%;
}

#privacy-header {
  border-bottom: solid 5px #dadada;
  margin-bottom: 2%;
}

#privacy-header h1 {
  padding: 1% 0 1% 5%;
  margin: 5% 0;
  border-left: solid 5px #9b0000;
}

.grid-container.main {
  padding-bottom: 4em;
}

.search-results {
  border-top: 5px solid #9b0000;
}

.search-results header p {
  font-family: "Helvetica Neaue", Helvetica, Arial, sans-serif;
  color: #8a8a8a;
}

.search-results header {
  border-bottom: none;
}

.search-results .search-tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto 0;
}

.search-results .search-tile-container .search-tile {
  width: 100%;
  margin: 1% 0;
  border-bottom: 2px solid #cacaca;
  padding-bottom: 1.6em;
}

.search-results .search-tile-container .search-tile h3 {
  margin: 4% 0 4% 5%;
  font-size: 1.2rem;
}

.search-results .search-tile-container .search-tile img {
  width: 70%;
  height: 70px;
  display: block;
  margin: 0 auto;
}

.search-results .search-tile-container .search-tile p {
  font-family: merriweather;
  font-size: 1rem;
  display: inline-block;
}

.search-results .search-tile-container .search-tile p.date {
  color: #000;
  margin: 0 0 0 2%;
  font-weight: bold;
}

.search-results .search-tile-container .search-tile .tag-container {
  width: auto;
  display: inline-block;
  margin: 0;
}

.search-results .search-tile-container .search-tile .tag-container p {
  display: inline-block;
  font-size: 12px;
  padding: 3px;
  background: #e6e6e6;
  color: #8a8a8a;
  margin: 3px;
  font-family: "Unit Regular";
  width: initial;
}

body {
  font: 62.5%/1.5 'IBM Plex Sans', sans-serif;
}

p,
ul,
ol,
dl,
input,
button,
textarea {
  font-size: 16px;
}

ul {
  font-size: 15px;
}

a {
  color: black;
}

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

.cta a,
.cta-toggle {
  background: #e6000b;
  color: white;
  display: inline-block;
  font-size: 1.8em;
  padding: 0.8em 3em 0.8em 0.8em;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0.2em;
  position: relative;
}

.cta a:hover,
.cta-toggle:hover {
  background: black;
}

.article-tags a {
  background: #e6000b;
}

@media (max-width: 800px) {
  .main-header .logo-container #site-logo img {
    width: initial;
  }
}

@media screen and (max-width: 812px) {
  .main-header .logo-container #site-logo img {
    margin: 1em 0;
  }
}

@media screen and (max-width: 414px) {
  .main-header .energy-newsletter-container .txt-newsletter {
    text-align: center;
  }

  .main-header .icons {
    text-align: center;
  }

  .main-header .icons img {
    width: 25%;
    margin-bottom: 1em;
  }

  header {
    text-align: left;
  }

  header #site-logo img {
    margin-bottom: 1em;
  }

  header .txt-newsletter {
    text-align: center;
  }

  header .icons {
    text-align: center;
  }

  header .icons img {
    width: 25%;
    margin-bottom: 1em;
  }

  .main-header {
    text-align: center;
  }

  .main-header .logo-container #site-logo img {
    margin-bottom: 1em;
  }

  footer #bottom .ft-logo {
    text-align: left;
  }

  footer #bottom ul {
    float: none;
  }

  footer #bottom ul li {
    display: block;
    text-align: right;
  }
}

@media (max-width: 450px) {
  footer #bottom ul {
    display: flex;
    flex-direction: column;
  }

  #site-logo {
    /* width: 60%; */
  }
}

@media (max-width: 1200px) {
  .grid-x.report-main .large-12.report-hero-big .glow .grid-x>div .grid-container .grid-x:first-child>div.large-2 {
    border-right: 0px solid #990100;
    text-align: right;
    font-size: 0.8em;
  }

  .grid-x.report-main .large-12.report-hero-big .glow .grid-x>div .grid-container .grid-x:first-child>div.large-2 p {
    margin: 0px;
    font-size: 1.6em;
  }
}

@media (min-width: 451px) and (max-width: 850px) {
  #site-logo {
    /* width: 45%; */
  }
}

@media (min-width: 851px) and (max-width: 1050px) {
  header #site-logo img {
    width: initial;
  }

  #navbarSupportedContent .columns {
    margin: auto;
    flex-basis: 0;
  }

  .main-header .main-nav-container ul li {
    font-size: 1rem;
  }

  .main-header .main-nav-container #main-nav {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1050px) {
  .main-header .main-nav-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 700px) {
  #contact-us-header h1 {
    padding: 0;
    border: none;
  }

  #contact-us-email-container {
    flex-direction: column;
  }

  .search-results .search-tile-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-results .search-tile-container .search-tile {
    width: 100%;
    height: 120px;
    overflow: hidden;
    -webkit-transition: 1s;
    transition: 1s;
  }

  .search-results .search-tile-container .search-tile p {
    width: 90%;
  }
}

@media (min-width: 900px) and (max-width: 1050px) {
  .search-results .search-tile-container .search-tile {
    width: 100%;
  }
}

/*uk styles 9999999999999999999 */

/* ind styles ends*/

/*dffff*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.politics .popular_ul,
.article-category .popular_ul {
  display: none;
}

.search-form button {
  max-height: 2em;
}

.grid-container.energy-search form {
  width: calc(50% - 10px);
}

nav .fa-search {
  font-size: 20px;
  padding: 10px;
  color: #000;
}

#searchsubmitmobicon-d {
  margin-right: 10px;
}

li#myaccount {
  /* font-size: 0.9em !important; */
  font-size: 14px !important;
  padding: 1em 0.8em !important;
}

.a-z-category-filter-container .filter-sector-container {
  padding: 2em 0;
}

.a-z-category-filter-container .company-search-container {
  padding: 2em 0;
}

.grid-container .article-list h2,
.grid-container .article-list h2 a {
  font-size: 2em;
}

.related-article {
  background: #e6e6e6;
  padding: 1em 2em;
  margin-top: -0.1em !important;
}

.article-date {
  color: #000;
  font-weight: bold;
}

.category-grid h2,
.category-grid h3 {
  font-size: 38px;
  line-height: 1.3em;
  font-weight: bold;

}

div#energy-newsletter h2 {
  padding: 0 0 0 0.2em;
}

p.article-author span:nth-child(1) {
  color: #000;
  font-weight: bold;
}

p.article-author a {
  font-weight: bold;
}

.category-grid .large-8 article {
  margin-bottom: 3em;
}

.left-section {
  box-shadow: none;
  padding: 5%;
  display: flex;
  flex-direction: column;
}

.left-section .side-bar-top {
  height: 5px;
  background: #9b0000;
}

.left-section h5 {
  padding: 0.9em 0 1.1em 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.left-section h3,
.left-section h6 {
  font-size: 1.7em;
  font-weight: bold;
}

.left-section h3 {
  font-size: 18px;
}

.left-section article {
  margin-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1em;
}

.sc.most-read {
  padding: 10px 0;
  background: #e6e6e6;
  margin-bottom: 1rem;
}

p.tags span {
  margin-right: 0.5em;
}

.left-section #energy-newsletter p {
  color: #000;
  padding: 0.5em 1em 0.2em 0.5em;
  line-height: 1.3em;
}

.ns-viewmore a {
  background-color: #9b0000;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5em 0.6em;
  font-size: 13px;
  display: block;
  font-family: "Unit";
  max-width: 80px;
  float: right;
}

.ns-viewmore a:hover {
  background: black;
}

.ns-viewmore {
  float: right;
  margin-bottom: 0;
}

.row.report-main .left-section #energy-newsletter h2,
.widgets #energy-newsletter h2 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

#home #homepage-main-article div#mian-article,
#home #homepage-main-article #mian-article .text-right {
  /*height: 450px;*/
  overflow: hidden;
}

#home #homepage-main-article div#mian-article,
#home #homepage-main-article #mian-article img {
  /*height: 450px;
    width: auto;
    min-width: 100%;
    max-width: 150%;*/
}

#home p.tags.article-tag-fix span {
  display: block;
  background: transparent;
}

#home p.tags.article-tag-fix span a {
  background: #e6e6e6;
  padding: 3px 4px;
  white-space: nowrap;
}

.button a,
button.button {
  background: #010326;
  font-size: 1.6em;
  color: #ffd200;
  padding: 0.6em 1em 0.6em 1em;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 2em;
}

.widgets .home-signup-full {
  width: 100%;
  padding: 0.7rem;
  margin-left: 0;
  font-size: 14px;
  background: #9b0000;
  color: white;
  font-family: Unit;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s;
}

.home-signup-full:hover {
  background: #000;
  transition: 0.5s;
}

.row.report-main .left-section #energy-newsletter form .input-group-field,
.widgets #energy-newsletter form .input-group-field {
  width: 70%;
  float: left;
}

.row.report-main .left-section #energy-newsletter .sign-up,
.widgets #energy-newsletter .sign-up {
  width: 100%;
  padding: 0.6em;
  margin-left: 1em;
  font-size: 1.5em;
  background: #9b0000;
  color: white;
  font-family: Unit;
  text-transform: uppercase;
}

.row.report-main .left-section #energy-newsletter,
.widgets #energy-newsletter {
  background-color: #e6e6e6;
  border-top: 1em solid #9b0000;
  padding: 1em;
  margin: 0;
  overflow: hidden;
}

.share-content-signup-form {
  background-color: #e6e6e6;
  overflow: hidden;
}

.share-content-signup-form input {
  float: none;
}

#article .share-content-signup-form input[type="submit"] {
  background-color: #9b0000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  cursor: pointer;
  padding: 0.6em;
  border: 0;
  transition: 0.5s;
}

#article .share-content-signup-form input[type="submit"]:hover {
  background-color: #000000;
  transition: 0.5s;
}

.cell.large-4.tile img {
  max-width: 130px;
  max-height: 100px;
}

.title-section h1 {
  font-size: 2rem;
  font-weight: bold;
}

.event-location p,
.event-company p,
.event-email p,
.event-website p {
  line-height: 1.2em;
}

.article-author span.by {
  color: #9b0000;
}

#thb_singlead_widget-4 {
  width: 100%;
  float: left;
  padding: 1.6em 0;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin: 2em 0;
}

.grid-x.a-z-category-filter-container form {
  clear: both;
  width: 100%;
  display: flex;
}

footer #bottom ul {
  font-weight: bold;
  width: 100%;
  text-align: center;
}

#site-logo {
  text-align: center;
}

.energy-search h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.events-filter-container .select-year-container a.button {
  width: 40%;
  height: 2.4375rem;
  background: #b9dacd;
  margin: auto 2.5%;
  font: 1.6em Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  line-height: 2.3em;
  color: black;
}

@media (max-width: 700px) {
  .events-filter-container .select-year-container a.button {
    width: 100%;
    margin: 2% 4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .events-filter-container .select-year-container a.button span {
    margin-right: 2%;
  }
}

@media (min-width: 701px) and (max-width: 800px) {
  .events-filter-container .select-year-container a.button {
    width: 35%;
  }
}

.inner-addon {
  position: relative;
  margin: 0 0 0 auto;
}

.main-nav ul.dropdown-menu {
  display: none;
}

.widgets {
  margin: 1.5em 0;
}

.columns.small-12.medium-6.large-3.row-break {
  border-bottom: 2px solid #dadada;
  margin-bottom: 2em;
}

.columns.small-12.medium-6.large-3.row-break:nth-child(5),
.columns.small-12.medium-6.large-3.row-break:nth-child(6),
.columns.small-12.medium-6.large-3.row-break:nth-child(7),
.columns.small-12.medium-6.large-3.row-break:nth-child(8) {
  border: 0;
}

.single-projects li.item .caption {
  /* display: none;*/
}

.single-projects .owl-dot span:after {
  content: "\f111";
  color: #e6e6e6;
  font: normal normal normal 14px/1 FontAwesome;
}

.single-projects .owl-dot.active span:after {
  color: #9b0000;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  display: inline;
  margin-right: 1em;
}

.owl-nav {
  display: none;
  visibility: hidden;
}

#article section .article-body .owl-stage .item img {
  margin-bottom: 1em;
}

h5.project-gallery-title,
.side-bar-to h5 {
  margin: 1.5em 0 0.3em 0;
  font-weight: bold;
}

.count {
  font-size: 1.6em;
  width: 2em;
  position: relative;
  background: #9b0000;
  color: #fff;
  text-align: center;
  padding: 0.3em 1em 0.3em 0.8em;
  display: inline-block;
  left: -15px;
}

.count:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}

.count .count-content:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #9b0000 transparent transparent transparent;
  bottom: -1em;
  left: 0;
  border-width: 1em 0 0 1em;
}

.news-thumb {
  margin-top: -3.4em;
}

#latest-news .article-author span {
  /*color:#e6000b*/
  color: #9b0000;
}

.left-section p.article-author:first-of-type {
  color: #000;
}

.article-body h1 {
  font-size: 2rem;
}

.article-body h2 {
  font-size: 1.8rem;
}

.article-body h3 {
  font-size: 1.6rem;
}

.article-body h4 {
  font-size: 1.4rem;
}

.article-body h5 {
  font-size: 1.2rem;
}

.header-banner .header-banner-title .header-banner-title-text h1 {
  margin: -7px 0 0 0;
}

.header-banner .page-nav-sm-container .page-navigation {
  width: 80%;
}

.header-banner .page-nav-sm-container .page-navigation .page-navigation-links li {
  margin-right: 2%;
}

/*************** White Paper Styles ***********/
.grid-x.report-main #energy-newsletter.whitepaper label,
.grid-x.report-main #energy-newsletter.whitepaper span,
.grid-x.report-main #energy-newsletter.whitepaper .extra_checkbox {
  color: #fff;
}

.bottom-banner .content-row-container header {
  width: 97%;
}

input.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  cursor: pointer;
  background-color: #000;
  margin: 0px;
  padding: 0.4em 1.8em;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  float: right;
  outline: 0;
}

/* color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  cursor: pointer;
  background-color: #000;
  margin: 0px;
  padding: .4em 1.8em;
  font-family: Unit,"Helvetica Neaue",Helvetica,Arial,sans-serif;
  } */

/********** Serach page styles *********/
.tag-container p a {
  color: #8a8a8a;
}

/****************Pagination ***********/

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

.pagination,
.nav-links,
.pgfilter {
  width: 100%;
}

.pagination .page-numbers {
  margin: 0 0.5em;
  border: none;
  width: auto;
  height: auto;
  line-height: 1;
  background: #9b0000;
  color: white;
  font-weight: bold;
  padding: 11px 14px;
  font-size: 1.4em;
  float: left;
}

.pagination .page-numbers:hover {
  background-color: #000000;
  transition: 0.5s;
}

.pagination .page-numbers.current {
  background: none;
  /* color: #000226; */
  color: #fff !important;
  background-color: #000000 !important;
}

.pagination .page-numbers:last-child span,
.pagination .page-numbers:first-child span {
  display: none;
}

.pagination .page-numbers:last-child {
  position: relative;
  text-indent: -5000px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  padding: 18px 14px;
  line-height: 1;
}

.pagination .page-numbers:last-child:after {
  content: "\f101";
  font: 1em/3em fontawesome;
  text-align: center;
  text-indent: 0;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 3em;
}

.pagination .page-numbers:first-child {
  position: relative;
  text-indent: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  padding: 11px 14px;
}

.pagination .page-numbers:first-child:after {
  content: "\f100";
  font: 1em/3em fontawesome;
  text-align: center;
  text-indent: 0;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 3em;
}

.pagination .page-numbers.current:last-child:after,
.pagination .page-numbers.current:first-child:after {
  content: "";
}

.pagination .page-numbers:first-child {
  color: #676767;
}

.pagination .page-numbers:last-child {
  color: #000;
}

.pgfilter {
  margin: 0;
  float: left;
}

.pgfilter .navigation {
  text-align: center;
}

.pgfilter .page-numbers {
  margin: 0 0.5em;
  border: none;
  width: auto;
  height: auto;
  line-height: 1;
  background: #000226;
  color: white;
  font-weight: bold;
  padding: 15px 22px;
  font-size: 1.8em;
}

.pgfilter .page-numbers.current {
  background: none;
  color: #000226;
}

.pgfilter .page-numbers:last-child span,
.pgfilter .page-numbers:first-child span {
  display: none;
}

.pgfilter .page-numbers:last-child {
  position: relative;
  text-indent: -5000px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  padding: 15px 27px;
}

.pgfilter .page-numbers:first-child {
  position: relative;
  text-indent: -5000px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  padding: 15px 27px;
}

.pgfilter_whitepapers {
  float: none;
}

/************ End pagination *********/
/********Store front category page ******/
.tab-display,
.tab-content {
  display: none;
}

.current {
  display: block !important;
}

.no-content2 {
  color: #d8d8d8;
  pointer-events: none;
  opacity: 0.4;
}

#newsletter-subscription-main-container .header-text-container {
  margin: 5% 0 3% 0;
  border-bottom: 5px solid #e6e6e6;
  padding-bottom: 2%;
  width: 100%;
}

#newsletter-subscription-main-container .header-text-container h1 {
  padding: 3% 0 3% 5%;
  text-transform: uppercase;
  border-left: 5px solid #9b0000;
  font-size: 38px;
}

#newsletter-subscription-main-container label[for="email"] {
  margin-bottom: 5%;
  font-size: 16px;
  width: 50%;
}

#newsletter-subscription-main-container label[for="send-info-consent"],
#newsletter-subscription-main-container label[for="data-consent"] {
  display: flex;
}

#newsletter-subscription-main-container label[for="send-info-consent"] p,
#newsletter-subscription-main-container label[for="data-consent"] p {
  font-size: 16px;
}

#newsletter-subscription-main-container input[type="checkbox"] {
  margin-top: 4px;
  transform: scale(1.4);
}

#newsletter-subscription-main-container label[for="send-info-consent"] {
  margin-bottom: 1%;
}

#newsletter-subscription-main-container input[type="submit"] {
  width: 50%;
  font-family: Unit;
  text-transform: uppercase;
  background: #9b0000;
  height: 40px;
  color: white;
  font-size: 18px;
  margin: 5% 0;
}

#newsletter-subscription-main-container input[type="submit"]:hover {
  background: black;
}

@media (max-width: 500px) {
  #newsletter-subscription-main-container .header-text-container h1 {
    border: none;
    padding: 0;
    font-size: 35px;
    text-align: center;
  }
}

@media (min-width: 501px) and (max-width: 1100px) {
  #newsletter-subscription-main-container .header-text-container h1 {
    border: none;
    padding: 0;
    text-align: center;
    font-size: 40px;
  }
}

/* Sub Nav Start */

.main-header .main-nav-container .sub-nav-level-1 {

  position: absolute;
  flex-direction: column;
  background-color: #e6e6e6;
  margin: 0;
  z-index: 16;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  width: min-content;
  display: block;

}

.main-header .main-nav-container .sub-nav-level-1 li {
  margin: 0;
}

.main-header .main-nav-container .sub-nav-level-1 li a {
  width: 100%;
  padding-right: 10px;
  white-space: nowrap;
}

.sub-nav-level-2 {
  position: absolute;
  flex-direction: column;
  background-color: #e6e6e6;
  margin: 0;
  height: 0;
  z-index: 2;
  transition: 0.5s;
  border-left: 5px solid #9b0000;
  background: #cacaca;
  top: 0;
  overflow: hidden
}


li .sub-nav-level-1 .sub-nav-level-2 li a {
  padding-right: 20px;
  width: 100%;
}

.sub-nav-level-1 .fa-angle-double-right {
  margin-left: 10px;
}

#main-nav .fa-angle-double-down {
  display: none;
}

/* Sub Nav End */
#subscribe_tab .subscribe_box p:last-of-type input {
  background: #9b0000;
}

#subscribe_tab input[type="submit"] {
  width: 100%;
  margin-top: 5%;
  padding: 2%;
}

#subscribe_tab .subscribe_box p:last-of-type input:hover {
  background: black;
}

.wp-user-form input[type="checkbox"] {
  transform: scale(1.4);
}

.grid-grey {
  background: whitesmoke;
  padding: 2em;
}

#exampleModal .wp-user-form .grid-x:last-of-type div button {
  padding: 1em;
  font-family: Unit;
  font-size: 18px;
}

.tns-goto-register {
  color: black !important;
  text-decoration: underline !important;
}

.tns-goto-register:hover {
  color: #9b0000 !important;
}

span.value.checkbox-list label.inline {
  margin: 1% 0;
  line-height: 1.5;
}

#exampleModal span {
  margin-left: 0;
  font-family: "Helvetica Neue";
  font-size: 16px;
}

#exampleModal h3 {
  margin-bottom: 5%;
}

#modalRegister .form-wrapper .form-field label p,
#modalRegister .form-wrapper .form-field label input {
  margin-bottom: 0;
}

.form-wrapper form {
  display: flex;
  flex-wrap: wrap;
}

article.featured img {}

#home .category-grid article.featured #mian-article,
#home article.featured #mian-article,
.featured div#mian-article {
  height: 400px;
}

#home .category-grid div#mian-article {
  height: 300px;
}

.report-main #mian-article img {}

article.featured #mian-article img {}

.category-grid #mian-article h3 {
  font-size: 28px;
}

section.magazine-tile div.text-container p:nth-child(1),
section.magazine-tile div.text-container p:nth-child(2) {
  font-size: 18px;
}

section.magazine-tile div.text-container p:nth-child(3) {
  font-size: 16px;
}

.advert-sec-gray {
  background-color: #dadada;
}

div#advertise-with-ns-energy {
  margin: 2% 0 0 0;
}

div#advertise-with-ns-energy input[type="submit"] {
  font-family: Unit;
}

div#advertise-with-ns-energy div.l-clm a,
div#advertise-with-ns-energy input[type="submit"] {
  font-family: Unit;
}

div#advertise-with-ns-energy div.advertise-with-ns p {
  width: 75%;
}

@media (max-width: 800px) {
  #subscribe_tab p:first-of-type {
    margin: 1% 3%;
  }

  #subscribe_tab div.subscribe_box p {
    margin-left: 0;
    margin-right: 0;
  }

  .subscribe_img_box {
    display: none;
  }

  #subscribe_tab .subscribe_box p:last-of-type input {
    width: 100%;
    height: 40px;
  }
}

@media (max-width: 1050px) {
  #search a {
    margin: 8px 0 25% 0;
    padding: 10px 0;
  }

  .main-header .main-nav-container .register a {
    color: white;
  }

  .main-header .main-nav-container #login {
    margin: 0;
  }

  .newsletter-signup .newsletter-signup-form input {
    width: 90%;
    margin: 0 0 5% 5%;
  }

  .newsletter-signup .newsletter-signup-form input[type="submit"] {
    width: 90%;
    margin-left: 5%;
  }

  .main-header .energy-webinar-container {
    display: none;
  }

  .main-header .energy-newsletter-container {
    display: none;
  }

  .icons {
    display: none;
  }

  .txt-newsletter,
  .txt-webinar {
    display: none;
  }

  .main-nav ul {
    flex-direction: column;
  }

  #navbarSupportedContent {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .sm-screen-search-txt {
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
  }

  #searchsubmitmobicon-d {
    width: 100%;
    padding: 10%;
    margin-right: 0 !important;
  }

  .inner-addon {
    margin: auto !important;
  }

  .main-header #burger-menu {
    display: block;
  }

  .main-header .main-nav-container {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.75s;
    transition: 0.75s;
  }

  .main-header .main-nav-container ul .small-screen-search {
    display: block;
  }

  .main-header .main-nav-container ul .fa-search {
    display: none;
  }

  .main-header .main-nav-container ul li {
    text-align: left;
    font-size: 16px;
    margin: 0 5%;
  }

  .main-header .main-nav-container .register {
    margin: auto;
  }

  #main-nav .fa-angle-double-down {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
  }

  #main-nav .fa-angle-double-right {
    display: none;
  }

  .main-header .main-nav-container .sub-nav-level-1 {
    position: relative;
    background-color: #cacaca;
  }

  .sub-nav-level-2 {
    position: relative;
    background-color: #cacaca;
    border: none;
    background: #8a8a8a;
  }

  .sub-nav-level-3 {
    background-color: #cacaca;
  }

  .main-header .main-nav-container .sub-nav-level-1 li a,
  ul.menu li>a {
    width: min-content;
  }

  li .sub-nav-level-1 .sub-nav-level-2 li a {
    color: rgb(245, 245, 245);
  }

  #modalRegister .modal-dialog,
  #exampleModal .modal-dialog {
    max-width: 95%;
    margin: 10px 2.5%;
  }

  #modalRegister .form-wrapper .form-field {
    width: 100%;
    padding: 0;
    margin: 2% 0;
  }

  #magazine-newsletter-signup {
    display: none;
  }

  #magazine-content {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 701px) and (max-width: 1050px) {
  #magazine-header-banner .page-nav-sm-container .social-media {
    width: 30%;
  }
}

@media (min-width: 1400px) {

  section.advert-sec-gray div.grid-container,
  section.pad-sec div.grid-container {
    margin-right: 0;
    margin-left: calc((100vw - 75rem) / 2);
    max-width: 100%;
  }
}

.lead-section {
  padding: 0;
}

.add-your-company h4 {
  width: 58%;
  margin: 5% 0;
}

.leads-generated .lead-section {
  padding: 7em 5em;
}

.add-your-company-section form #add-company-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.add-your-company-section form #add-company-form label {
  margin: auto;
}

.add-your-company-section form #add-company-form .g-recaptcha {
  width: 45%;
  margin: auto;
}

#add-company-form div.grid-x input[type="submit"] {
  width: 44%;
  margin: auto;
  letter-spacing: 0;
  font-size: 18px;
}

#add-company-form div.grid-x input[type="submit"]:hover {
  background: black;
}

.advertise-with-ns h1,
.advert-sec-gray h2,
.overview-lead-section h2,
.l-clm h2,
.add-your-company h1,
.lead-section h3 {
  font-size: 38px;
}

.advertise-with-ns h3,
.overview-lead-section h3,
.add-your-company h4,
.add-your-company-section h3 {
  font-size: 20px;
}

.lead-30 {
  font-size: 55px;
}

li#search:hover {
  cursor: pointer;
  background: #b9dacd;
  transition: 0.5s;
}

/* form.searchandfilter {
  background: #f5f5f5;
  box-shadow: 0px 0px 15px 0px #cacaca;
  border-top: 10px solid #9b0000;
  margin: 2% 0;
 }
 form.searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
 }
 form.searchandfilter ul .sf-field-search {
  display: flex;
 }
 form.searchandfilter ul .sf-field-search h4 {
  font-size: 18px;
  text-transform: uppercase;
 }
 form.searchandfilter ul .sf-field-search label {
  display: flex;
  width: 40%;
 } */
/* Search pop up start */

#search-pop-up-container {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  top: 0;
}

#search-pop-up {
  width: 100%;
  /* height: 30vh;*/
  background: white;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

#search-pop-up div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: min-content;
}

#search-pop-up div img {
  width: auto;
  height: 35px;
  margin: 4% 0 0 5%;
}

#search-pop-up div button {
  height: 30px;
  background: #9b0000;
  color: white;
  text-transform: uppercase;
  font-family: Unit;
  padding: 5px 10px;
  margin: 2% 2% 0 0;
  font-size: 18px;
  transition: 0.5s;
}

#search-pop-up form {
  width: 100%;
  height: 100%;
  margin-top: 6%;
}

#search-pop-up form h2 {
  text-align: center;
  margin-bottom: 6%;
  font-size: 38px;
}

#search-pop-up form input {
  width: 50%;
  margin: 0 auto 3% 15%;
  display: block;
  font-size: 16px;
  font-family: "Helvetica Neue";
  float: left;
}

#search-pop-up form input[type="submit"] {
  background: #9b0000;
  color: white;
  font-family: Unit;
  padding: 8px 0;
  font-size: 18px;
  margin: 0;
  width: 20%;
}

#search-pop-up form input[type="submit"]:hover,
#search-pop-up div button:hover {
  background: black;
}

/* Search pop up end */
#add-company .anr_captcha_field {
  width: 45%;
  margin: auto;
}

input[type="submit"],
button {
  transition: 0.5s;
  cursor: pointer;
  border: transparent;
}

input[type="submit"]:hover {
  background: black;
}

.grid-container.industry-opinion-container {
  margin-top: 2%;
}

div#crumbs {
  font-family: "Unit Regular";
  font-size: 16px;
  display: flex;
  margin: -0.5rem 0 0.5rem 0;
  text-transform: capitalize;
}

div#crumbs a {
  margin: 0 7px;
  white-space: nowrap;
}

div#crumbs a:nth-child(1) {
  margin-left: 0;
}

div#crumbs span {
  margin-left: 1%;
}

.features-analysis {
  padding-left: 0;
}

.columns.small-12.medium-12.large-4.col-right.category-content {
  padding-right: 0;
}

.latest-suppliers h2 {
  font-size: 38px;
}

.videos-main-container iframe {
  width: 100%;
}

.videos-main-container .columns.small-12.medium-12.large-4 {
  margin-top: 60px;
}

.search-page-ln {
  height: 100%;
}

.thank-you-container {
  margin: 2% auto;
  min-height: calc(100vh - 315px);
}

.thank-you-container h1 {
  font-size: 38px;
  margin-bottom: 3%;
}

#company-details p.sub {
  font-size: 18px;
}

#company-details h2 {
  font-size: 20px;
}

#company-details sup {
  top: 0;
  font-size: 12px;
  font-family: "Unit Regular";
}

.store-img-cont {
  /* width: 90%; */
  width: 40% !important;
  margin: auto 20px;
}

a.cta.viewmore {
  color: white;
}

.report-hero-big h2 {
  font-size: 38px;
  text-transform: capitalize;
}

.report-hero-big h3,
.cell.small-12.medium-12.large-12.report-hero-big .cell.small-12.medium-12.large-8.col-left .grid-x:nth-child(2) h2:last-of-type {
  font-size: 20px;
  text-transform: capitalize;
}

#home .report-hero-big p.article-author {
  color: #000;
  font-family: Merriweather;
  font-size: 16px;
}

#home .report-hero-big p.article-author span {
  color: #000;
}

.report-home .grid-x.report-main div div article>div {
  margin-bottom: 0;
}

.report-hero-big sup {
  top: 0;
  font-size: 12px;
  font-family: "Unit Regular";
}

#home iframe {
  max-width: 100%;
}

.report-hero-big .social-media a i {
  font-size: 20px;
  margin: 20px 0;
}

.report-hero-big .social-media a {
  width: 100%;
  display: flex;
}

.report-hero-big .social-media {
  width: 100%;
  display: flex;
  flex-direction: column;
}

div#add-company {
  margin-top: 2%;
}

.home_timeline img {
  height: 50px;
  margin-bottom: 20px;
}

.grid-x.report-main {
  margin-bottom: 0;
}

a#cookiepopup-continue {
  margin-left: 0;
}

ul.whitepapers_related_list li a {
  font-size: 16px;
}

h6.related_whitepaper_title {
  font-size: 18px;
}

aside.latest-news.left-section {
  height: min-content;
}

h1.mag_headline {
  font-size: 38px;
}

.about-content h2 {
  font-size: 20px;
}

.industry-opinion-container .cell.large-6.img-container a img,
.industry-opinion-container div#mian-article a img {
  margin: auto !important;
  max-width: 100% !important;
}

.industry-opinion-container .cell.large-6.img-container a,
.industry-opinion-container div#mian-article a {
  display: flex;
  height: 100%;
}

.industry-opinion-container p.article-author {
  display: flex;
}

.industry-opinion-container p.article-author a {
  margin: 0 5px;
  text-transform: capitalize;
}

.main-header,
.main-header .energy-webinar-container .txt-webinar,
.main-header .energy-newsletter-container .txt-newsletter {
  margin-top: 0;
}

.energy-webinar-container .grid-x.grid-padding-x,
.energy-newsletter-container .grid-x {
  height: 100%;
}

.cell.small-6.medium-4.large-4.logo-container {
  display: flex;
}

div#site-logo {
  margin: auto;
}

.cell.medium-4.large-3.icons {
  margin: auto;
}

.cell.medium-8.large-9.txt-webinar {
  margin: auto;
  display: flex;
  flex-direction: column;
}

.cell.medium-8.large-9.txt-webinar h5,
.cell.medium-8.large-9.txt-webinar p,
.cell.medium-8.large-9.txt-newsletter h5,
.cell.medium-8.large-9.txt-newsletter p {
  margin: auto 0;
}

.cell.medium-8.large-9.txt-newsletter {
  margin: auto;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}

.network-tile-outer-container {
  padding: 0.2rem;
  box-shadow: 1px 1px 10px #dadada;
}

.network-tile-inner-container {
  min-height: 250px;
  display: flex;
  width: 100%;
}

.black-overlay h2 {
  margin: auto;
  font-family: Unit;
  text-transform: capitalize;
  color: white;
  text-align: center;
}

.black-overlay {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}

#network-sub header {
  width: 100%;
  height: 30vh;
  border-top: 10px solid #9b0000;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#network-sub header h1 {
  text-transform: capitalize;
}

#network-sub nav {
  width: 50%;
  margin: 2rem 0;
}

#network-sub nav ul {
  display: flex;
  text-transform: uppercase;
  font-family: Unit;
  font-size: 14px;
  justify-content: space-between;
}

#network-sub nav ul li {
  cursor: pointer;
}

#network-sub nav ul li:hover {
  color: #9b0000;
}

#network-sub nav ul .active {
  border-bottom: solid 5px #9b0000;
}

#network-sub .network-sub-tile {
  box-shadow: 1px 1px 10px #dadada;
}

#network-sub .network-sub-tile h2 {
  text-transform: capitalize;
  padding: 1rem;
  margin: 0;
}

#network-sub .network-sub-tile img {
  width: 100%;
  max-height: 125px;
}

.grid-container.main-container {
  min-height: calc(100vh - 270px);
}

.grid-container.main-container a {
  color: #9b0000;
  text-decoration: underline;
}

.grid-container.main-container a:hover {
  color: black;
}

/* -----------------------
 
 Proposed Changes
 
 ----------------------- */
.h1 {
  font-size: 30px !important;
  line-height: 1.2 !important;
}

.h2 {
  font-size: 26px !important;
  line-height: 1.2 !important;
}

.h3 {
  font-size: 22px !important;
  line-height: 1.2 !important;
}

.h4 {
  font-size: 20px !important;
  line-height: 1.2 !important;
}

.h5 {
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.h6 {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

#home .category-grid article.featured #mian-article,
#home article.featured #mian-article,
.featured div#mian-article {
  height: 275px;
}

#home .category-grid article.featured #mian-article,
#home article.featured #mian-article,
.featured div#mian-article .text-right {
  height: 275px;
}

article.featured #mian-article img,
.report-main #mian-article img {}

#home .category-grid article.featured #mian-article p.article-author,
.cell.large-7.txt-part>p:nth-of-type(2),
#home .category-grid div#mian-article p.article-author {
  margin: 0.5rem 0;
}

#home article:not(.featured) div#mian-article {
  /* height: 140px; */
  height: auto;
}

.video-thumbnail-main {
  border-bottom: 1px solid #dadada !important;
  box-shadow: none !important;
}

#home .report-main.category-grid article:not(.featured) div#mian-article .txt-part p:nth-of-type(2) {
  display: none;
}

.cell.large-3.text-right {
  overflow: hidden;
}

.grid-x.report-main .col-left article {
  margin-bottom: 1rem;
}

.side-bar-top+#recommended-companies {
  /* margin: 0 !important;*/
}

.a-z-category-filter-container {
  margin: 0 0 1rem 0;
  transition: 0.5s;
  height: 0;
  width: 100%;
}

header.main-header {
  margin-bottom: 1rem;
}

.grid-x.report-main div aside div.sc.most-read article .grid-x {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.left-section h5 {
  padding: 0 0 0.5rem 0;
}

.grid-x.report-main div aside div.sc.most-read article .grid-x .cell.large-4,
.grid-x.report-main div aside div.sc.most-read article .grid-x .cell.large-8 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.grid-x.report-main div aside div.sc.most-read article .grid-x .cell.large-8 h3 {
  margin: auto 0;
}

aside .tags {
  font-size: 10px;
  display: none;
}

aside .ns-viewmore a {
  font-size: 12px;
}

div#thb_widget_whitepapers-2 {
  padding-bottom: 1.5em;
}

#article section {
  padding: 1rem 0 0 0;
}

#article .project-title .title-section {
  padding-left: 1rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#article .project-title .title-section .article-author {
  margin: 0.3rem 0;
}

#article .project-title .title-section .tags {
  order: 2;
}

.project-article-detail-part {
  height: 130px;
  overflow: hidden;
  transition: 0.5s;
}

button.project-details-view-more {
  font-family: Unit;
  text-transform: uppercase;
  padding: 0.5rem 0.6rem;
  background: #9b0000;
  color: white;
  margin: 0.5rem 0 0 1.5rem;
  font-size: 14px;
}

button.project-details-view-more:hover {
  background: black;
  transition: 0.5s;
}

#article section .article-body {
  border: none;
  padding-top: 1rem;
}

.side-widgets .cell.small-12.medium-4.large-4 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.side-widgets .cell.small-12.medium-8.large-8 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.side-widgets .cell.small-12.medium-4.large-4 a img {
  max-height: 50px;
}

.side-widgets {
  display: flex;
  flex-direction: column;
}

.side-widgets .cell.small-12.medium-4.large-4 img {
  margin: auto;
  display: block;
}

.article-body h2 {
  font-size: 20px;
}

.latest-news .news-item-container .news-text .tag-container {
  display: none;
}

.latest-news .news-item-container a {
  flex: 1;
  margin: auto;
}

.latest-news .news-item-container .news-text {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

aside.cell.large-4.latest-news {
  height: 100%;
}

/* ------------------------------------
 
 Homepage new designs
 
 ------------------------------------ */
.red-btn {
  color: white !important;
  background: #9b0000 !important;
  font-family: Unit !important;
  transition: 0.5s;
}

.red-btn:hover {
  background: black !important;
}

article#homepage-main-article #mian-article {
  flex-direction: row-reverse;
  display: flex;
}

#home #homepage-main-article div#mian-article,
#home #homepage-main-article #mian-article .text-right {
  /*height: 250px;*/

}

#home #homepage-main-article div#mian-article,
#home #homepage-main-article #mian-article img {
  width: 100%;
  height: auto;
}

#home section #mian-article,
#home section #sub-article article {
  box-shadow: none;
}

.cell.large-5.img-overflow-fix {
  display: none;
}

#home section #sub-article .sub-article-general article {
  height: auto;
  border-top: dotted 1px grey;
  margin-bottom: 0;
}

.category-sub-article>div.cell.medium-4 {
  border-top: 5px solid #9b0000;
}

.category-sub-article>div.cell.medium-4>h2 {
  margin: 0;
  padding: 0.5rem 0;
}

#home section #sub-article .sub-article-general article h2 {
  margin: 0;
  padding: 0.5rem 0 0 0;
}

#home section #sub-article .sub-article-general article .txt-part {
  padding: 0;
  display: flex;
  flex-direction: column;
}

p.sub-article-description {
  font-size: 14px;
  padding: 0.5rem 0;
  margin: 0;
}

#home section #sub-article .divider {
  background: #9b0000;
}

#sub-article .grid-x.grid-margin-x.category-sub-article div.cell.medium-4 article:first-of-type .cell.img-overflow-fix {
  display: block;
}

.grid-x.grid-margin-x.category-sub-article div.cell.medium-4 article:first-of-type .grid-x {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1em;
}

#home #sub-article .grid-x.grid-margin-x.category-sub-article div.cell.medium-4 article:first-of-type .cell.img-overflow-fix img {
  width: 100%;
  margin-left: 0;
}

#home section #sub-article article .txt-part {
  padding: 0.5rem 0;
}

#home section #sub-article .h5 {
  margin: 0;
}

#home section #sub-article article,
#home section #sub-article article img {
  height: auto;
}

#sub-article .img-overflow-fix {
  overflow: hidden;
  display: none;
}

#sub-article .grid-x.grid-margin-x.category-sub-article div.cell.medium-4 article {
  border-bottom: 1px grey dotted;
}

#home section #sub-article article {
  margin-bottom: 0;
  min-height: 80px;
}

#home section #sub-article .view-more {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 14px;
}

#home .side-widgets {
  box-shadow: none;
  padding: 0;
}

.side-widgets .count .count-content::before {
  content: none;
}

.side-widgets .news-thumb {
  display: none;
}

.side-widgets #latest-news article {
  display: flex;
  padding: 0.5rem 0;
  border-top: 1px grey dotted;
  margin: 0;
}

.side-widgets .count {
  left: 0;
  top: -5px;
  background: transparent;
  color: #9b0000;
  font-family: Unit;
  font-size: 20px;
  width: auto;
  padding: 0;
}

.side-widgets #latest-news article>div:first-of-type {
  padding-right: 1rem;
}

.side-widgets #latest-news article:first-of-type {
  border-top: solid 1px grey;
}

.side-widgets #latest-news button,
#latest-events-home header button {
  font-family: Unit;
  font-size: 14px;
  width: 100%;
  padding: 0.4em;
  background: #9b0000;
  color: white;
  transition: 0.5s;
}

.side-widgets #latest-news button:hover,
#latest-events-home header button:hover {
  background: black;
}

.side-widgets .cell.small-12.medium-8.large-8 h3.h6 {
  margin: 0;
}

.side-widgets div#latest-news,
.side-widgets #recommended-companies {
  background: #e6e6e6;
  padding: 0.5rem;
}

.side-widgets #latest-news article h3 {
  margin: 0;
}

.side-widgets #recommended-companies article {
  padding: 0.5rem 0;
  border-top: 1px dotted grey;
  margin: 0;
}

.side-widgets #recommended-companies article:first-of-type {
  border-top: solid 1px grey;
  overflow: hidden;
}

/*.side-widgets #recommended-companies {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
 }*/
#article div#latest-news {
  padding-bottom: 0;
}

#article .side-widgets #recommended-companies {
  /* margin: 1rem 0;*/
}

.side-widgets {
  box-shadow: none;
}

.widgets #energy-newsletter {
  border: 1px solid black;
}

#energy-newsletter i.far.fa-envelope {
  font-size: 30px;
  display: block;
  text-align: center;
  color: #9b0000;
}

.side-widgets #energy-newsletter p {
  padding: 0;
  margin: 0.5rem auto;
  text-align: center;
}

.side-widgets #energy-newsletter h5 {
  margin: 0.5rem 0;
}

#energy-newsletter form .input-group-field {
  font-size: 14px;
}

/*.side-widgets #white-paper {
  margin: 1rem 0; 
 }*/
.side-widgets #energy-newsletter .input-group {
  margin: 0;
  padding: 0;
}

#latest-events-home header {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px black;
  margin: 0;
  padding: 0.5rem 0;
}

#latest-events-home header h2 {
  margin: auto 0;
}

#latest-events-home header button {
  width: auto;
  padding: 0.5rem 1rem;
}

#latest-events-home .grid-container>div {
  display: flex;
  margin-right: -40px;
}

.home-event-tile {
  flex: 1;
  margin-right: 40px;
  border-top: 1px dotted grey;
  padding-top: 0.5rem;
}

.home-event-tile p:first-of-type {
  font-size: 14px;
  padding: 0.2rem 0;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: black;
}

.home-event-tile h3 {
  /* text-transform: capitalize; */
}

.home-event-tile p:last-of-type i {
  color: grey;
}

section#category-sub-article-2 {
  background: #e6e6e6;
}

section#category-sub-article-2 h2 {
  text-transform: uppercase;
  margin: 0;
  align-self: center;
}

section#category-sub-article-2 .grid-container {
  display: flex;
}

section#category-sub-article-2 .grid-container>div {
  flex: 1;
  border-top: 5px solid #9b0000;
  padding: 0.5rem 0;
}

section#category-sub-article-2 .grid-container>div div {
  display: flex;
  flex-direction: column;
  width: 50%;
}

section#category-sub-article-2 .grid-container>div div:first-of-type {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

section#category-sub-article-2 .grid-container>div div:nth-of-type(2),
section#category-sub-article-2 .grid-container>div div:nth-of-type(4) {
  padding: 0 0.5rem 0 0;
}

section#category-sub-article-2 .grid-container>div div:last-of-type {
  padding: 0 0 0 0.0rem;
}

section#category-sub-article-2 .grid-container .post-thumbnail {
  height: 160px;
  overflow: hidden;
}

section#category-sub-article-2 .grid-container>.post-thumbnail img {
  min-width: 100%;
  max-width: 200%;
}

section#category-sub-article-2 .grid-container>div:first-of-type {
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
}

section#category-sub-article-2 .grid-container>div:last-of-type {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
}

section#category-sub-article-2 .grid-container>div div h3:first-of-type {
  border-bottom: 1px dotted grey;
}

section#category-sub-article-2 h3 {
  margin: 0 0;
  padding: 0.5rem 0;
  min-height: 4.6em;
}

section#category-sub-article-2 .grid-container>div>h3:first-of-type {
  border-top: 1px dotted grey;
}

section#category-sub-article-2 .grid-container>div>h3 {
  border-bottom: 1px dotted grey;
}

section#category-sub-article-2 button {
  /* padding: 0.5rem 1rem;*/
  font-size: 14px;
  display: block;
  height: 30px;
  align-self: center;
}

section#category-sub-article-2 .grid-container>div div img {
  margin-right: 20px;
}

section#category-sub-article-3 .grid-container {
  padding: 1rem 0 0 0;
}

section#category-sub-article-3 .grid-container>div {
  display: flex;
  margin: 0 -15px;
}

.category-sub-article-3-tile {

  flex: 1;
  margin: 0 15px;
  border-top: 5px solid #9b0000;
  padding-bottom: 2rem;
  position: relative;

}


.category-sub-article-3-tile h2 {
  margin: 0;
  padding: 0.5rem 0;
  text-transform: uppercase;
}

.category-sub-article-3-tile>div {
  border-bottom: 1px dotted grey;
}

.category-sub-article-3-tile>div h3 {
  margin: 0;
  padding: 1rem 0;
  /* text-transform: capitalize; */
  min-height: 74px;
}

.category-sub-article-3-tile>div {
  min-height: 210px;
  overflow: hidden;
}

.category-sub-article-3-tile>div img {
  height: 210px;
  width: auto;
  min-width: 100%;
  max-width: 200%;
}

.category-sub-article-3-tile>h3 {
  padding: 0.5rem 0;
  border-bottom: 1px dotted grey;
  margin: 0;
  /* text-transform: capitalize; */
  min-height: 80px;
}

.category-sub-article-3-tile button {
  /* padding: 0.5rem 1rem;*/

  width: 100%;
  font-size: 14px;
  margin-top: 1rem;
  position: absolute;
  bottom: 0rem;

}

/* ---------------------------------------
 
 Category Page Redesign
 
 -----------------------------------------*/
.sc.most-read {
  padding: 0.5rem;
  background: #e6e6e6;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

p.ns-viewmore {
  margin: 0 0 0 auto;
}

.left-section article:first-of-type {
  border-top: 1px solid grey;
}

.left-section article {
  padding: 0.5rem 0;
  margin: 0;
  border-top: 1px dotted grey;
}

div#thb_widget_whitepapers-2 {
  padding: 0;
}

/*-----------------------------------------------------
 
 Store front Page Redesign Css
 
 -----------------------------------------------------*/
#latest .about-comoany-section {
  margin-top: 20px;
}

.about-comoany-section {
  text-align: center;
}

.storefront-latest-bottom-section .youtube-iframe iframe {
  width: 315px !important;
  height: 315px !important;
}

article.clearfix.cell.latest-video-article {
  display: block;
}

.section-mn-title {
  font-size: 2em;
  text-transform: uppercase;
}

.section-sb-title {
  font-size: 1.8em;
}

.sc-sptr {
  border: 0px solid red;
  height: 2px;
  background-color: #cacaca;
}

.sr-cmp-lg {
  /* text-align: center; */
}

.sr-cmp-lg img {
  width: 175px;
  height: auto;
  margin-bottom: 2em;
}

.btn-cntr {
  display: inline-block;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  margin-top: 1em;
  font-size: 14px;
  float: none !important;
}

.btn-cntr:hover {
  color: #fff !important;
}

.youtube-video iframe {
  height: 100px;
  width: 100px;
}

.tb-cnt {
  text-align: right;
}

#latest .cell.large-6 .grid-x {
  min-height: 215px;
  flex-direction: column;
}

#energy-newsletter {
  background-color: #e6e6e6;
  border-top: 5px solid #9b0000;
  padding: 2em 0;
  margin: 0;
  height: 100%;
}

#energy-newsletter h5 {
  text-align: left;
  padding: 0 0.5em !important;
  text-transform: uppercase;
}

.comppany-video iframe {
  min-width: 100% !important;
  width: 100% !important;
  height: 250px !important;
}

/* ---------------------------------
 
 About Us
 
 ---------------------------------- */

#about-us header {
  height: 30vh;
  display: flex;
}

#about-us header div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#about-us header div:first-of-type {
  background: #e6e6e6;
}

#about-us header div:last-of-type {
  background: #9b0000;
  color: white;
}

#about-us header div:first-of-type h1,
#about-us header div:first-of-type p {
  margin: 0 40px 0 calc((100vw - 1200px) / 2);
  padding: 1rem 0;
}

#about-us header div:last-of-type p {
  font-family: Unit;
  margin-left: 40px;
}

#about-us header div:last-of-type span {
  font-size: 50px;
}

.about-white-background,
.about-grey-background .grid-container>div:first-of-type div {
  background: white;
}

.about-white-background .grid-container>div:first-of-type div,
.about-grey-background {
  background: #e6e6e6;
}

.about-sub-section .grid-container {
  display: flex;
  padding: 20px 0;
}

.about-sub-section .grid-container>div {
  flex: 1;
}

.about-sub-section .grid-container>div:first-of-type {
  margin-right: 40px;
}

.about-sub-section .grid-container>div:last-of-type {
  margin-left: 40px;
}

.about-sub-section .grid-container>div:first-of-type img {
  margin-bottom: 1rem;
  max-height: 75px;
}

.about-sub-section .grid-container>div:first-of-type h2 {
  margin-bottom: 1rem;
}

.about-sub-section .grid-container>div:first-of-type a {
  font-size: 16px;
  color: #9b0000;
  text-decoration: underline;
  margin-bottom: 1rem;
  display: inline-block;
}

.about-sub-section .grid-container>div:first-of-type a:hover {
  color: black;
}

.about-sub-section .grid-container>div:first-of-type div {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.about-sub-section .grid-container>div:first-of-type div h3 {
  text-transform: capitalize;
}

.about-sub-section .grid-container>div:first-of-type div p {
  margin: auto 0;
}

.about-sub-section .grid-container>div:last-of-type div {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.about-sub-section .grid-container>div:last-of-type div button {
  padding: 0.5rem 1rem;
  font-size: 14px;
  flex: 1;
  margin: 0 20px;
  text-transform: uppercase;
}

.about-sub-section .grid-container>div:last-of-type div .event-btn {
  /* display: none;*/
}

.event .grid-container>div:last-of-type div button {
  /* display: none;*/
}

.event .grid-container>div:last-of-type div .event-btn {
  display: block;
  flex: 0;
  white-space: nowrap;
  min-width: 220px;
}

/* -----------------------------------
 
 Company A-Z Side Section 
 
 ------------------------------------- */

.latest-news .red-line {
  margin: 0;
}

.latest-news header h3 {
  text-transform: uppercase;
  margin: 0;
  padding: 0.5rem;
}

.latest-news header {
  width: 100%;
  margin: 0;
  background: #e6e6e6;
}

aside.latest-news {
  display: flex;
  flex-direction: column;
}

.latest-news .red-line {
  width: 100%;
}

.latest-news .news-item-container img {
  max-width: 65px;
}

.red-line:last-of-type {
  display: none;
}

.latest-news header:last-of-type {
  margin-top: 1rem;
}

.latest-news .news-item-container,
.latest-news .news-item-container:last-of-type {
  width: 100%;
  background: #e6e6e6;
  margin: 0;
  padding: 0.5rem;
  border-top: 1px dotted grey;
}

aside.latest-news header+section.news-item-container {
  border-top: 1px solid grey;
}

section.news-item-container.company-latest-news img {
  max-height: 65px;
}

.company-a-z-container .companies-section-container .company-details .top-container a {
  font-size: 16px;
}

.videos-main-container .cell.small-12.medium-12.large-3 .side-widgets {
  padding: 0;
}

.videos-main-container .side-widgets #latest-news article>div:first-of-type {
  padding: 0;
}

.side-widgets #latest-news h5 {
  padding: 0;
}

.side-widgets #latest-news article>div {
  display: flex;
}

.side-widgets #latest-news article>div div:first-of-type {
  flex: 1;
  margin-right: 30px;
}

.side-widgets #latest-news article>div div:last-of-type {
  flex: 20;
  margin: auto 0;
}

.videos-main-container .side-widgets div#latest-news {
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.side-widgets #latest-news .h5 {
  padding: 0 0 0.5rem 0;
  text-transform: uppercase;
}

.videos-main-container {
  min-height: calc(100vh - 380px);
}

.side-widgets #related-article h5 {
  text-transform: uppercase;
  padding: 0.5rem 0;
}

aside.cell.large-3.latest-news.search-page-ln header {
  border-top: 5px solid #9b0000;
  margin: 0;
}

#article .side-widgets {
  padding: 0;
}

#article aside p.article-author {
  font-size: 12px;
}

.side-widgets .article-author a:hover {
  color: #9b0000;
}

.side-widgets .article-author a::after {
  content: none;
}

.side-widgets #related-article article {
  margin: 0;
  padding: 0.5rem 0;
  border-top: solid 1px grey;
}

.side-widgets #related-article article h3 {
  /* text-transform: capitalize; */
}

#recommended-companies article>div {
  display: flex;
}

#recommended-companies article>div div:first-of-type {
  flex: 1;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#recommended-companies article>div div:last-of-type {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.side-widgets #recommended-companies article h3 {
  margin: 0;
}

.side-widgets #latest-news h5 {
  /* text-transform: uppercase; */
}

#recommended-companies article>div div:first-of-type img {
  max-height: 50px;
}

#recommended-companies article>div div:first-of-type a {
  margin: auto;
}

#products-a-z .supplier-tile article {
  display: flex;
  flex-direction: column;
}

#products-a-z .supplier-tile article a {
  order: 1;
}

#products-a-z .supplier-tile article h3 {
  order: 2;
}

#products-a-z .supplier-tile article p {
  order: 3;
}

#products-a-z .supplier-tile article div {
  order: 4;
}

#products-a-z .tag-container {
  margin-bottom: 1rem;
}

#products-a-z .top-container {
  border-bottom: 5px solid #e6e6e6;
  margin-bottom: 1rem;
}

#products-a-z .companies-section-container .top-container:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

#products-a-z aside.cell.large-3.latest-news.left-section {
  padding: 0;
}

#products-a-z #recommended-companies,
#products-a-z #white-paper,
#products-a-z #industry-opinion {
  background: #e6e6e6;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

#products-a-z #recommended-companies .grid-x.grid-margin-x div,
#products-a-z #white-paper .grid-x.grid-margin-x div,
#products-a-z #industry-opinion .grid-x.grid-margin-x div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#products-a-z #recommended-companies .grid-x.grid-margin-x div .h6,
#products-a-z #white-paper .grid-x.grid-margin-x div .h6,
#products-a-z #industry-opinion .grid-x.grid-margin-x div .h6 {
  margin: 0;
}

.grid-x.events-filter-container {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 15px;
}

form.event-search-filter {
  margin-bottom: -20px;
}

span.dwl-bro.red-btn {
  font-size: 14px;
  padding: 0.5rem 1rem;
}

.download-brochure {
  margin-top: 2rem;
}

.download-brochure a {
  display: block;
}

.date-new {
  font-size: 16px;
}

#search-results-filter {
  background: #f5f5f5;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 0.5s;
}

#search-results-filter h2 {
  text-transform: uppercase;
  margin: 20px 0 0 20px;
}

#search-results-filter>div {
  display: flex;
  margin: 0 15px 0 15px;
  padding: 20px 0;
}

#search-results-filter>div select {
  color: #cacaca;
}

#search-results-filter>div select,
#search-results-filter>div button {
  flex: 1;
  margin: 0 5px;
}

#search-results-filter>div button {
  background: #b9dacd;
  font-family: Unit;
  text-transform: uppercase;
}

#search-results-filter>div button span {
  margin: 0 10px 0 0;
}

@media (max-width: 1023px) {
  #article .project-title .project-tag {
    margin: 0 0 0.5em 1em;
  }
}

#homepage-magazine-carousel {
  margin-bottom: 40px;
}

#homepage-magazine-carousel .carousel-inner {
  width: 70%;
  margin: auto;
}

#homepage-magazine-carousel .carousel-control-prev,
#homepage-magazine-carousel .carousel-control-next,
#footer-carousel .carousel-control-prev,
#footer-carousel .carousel-control-next {
  opacity: 1;
}

#homepage-magazine-carousel .carousel-control-prev:hover i,
#homepage-magazine-carousel .carousel-control-next:hover i,
#footer-carousel .carousel-control-prev:hover i,
#footer-carousel .carousel-control-next:hover i {
  color: black;
}

#homepage-magazine-carousel .carousel-control-prev span i,
#homepage-magazine-carousel .carousel-control-next span i,
#footer-carousel .carousel-control-prev span i,
#footer-carousel .carousel-control-next span i {
  color: #9b0000;
  font-size: 25px;
}

#homepage-magazine-carousel .carousel-indicators,
#footer-carousel .carousel-indicators {
  bottom: -40px;
}

#homepage-magazine-carousel .carousel-indicators li,
#footer-carousel .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgb(220, 220, 220);
}

#homepage-magazine-carousel .carousel-indicators .active,
#footer-carousel .carousel-indicators .active {
  background-color: #9b0000;
}

.our-titles {
  padding: 0 0 0.5rem 10px;
  margin: 0;
}

#footer-carousel {
  margin-bottom: 40px;
}

#footer-carousel .row {
  margin: 0 -10px;
}

#footer-carousel .carousel-inner a {
  border: 1px solid rgb(220, 220, 220);
  margin: 0 10px;
  padding: 0;
  max-width: 24%;
  height: 215px;
}

#footer-carousel .carousel-inner a>img {
  padding: 20px 20px 10px 20px;
  margin: auto;
  height: 7em;
  width: auto;
}

#footer-carousel .carousel-inner a p:first-of-type {
  border-top: dotted 1px grey;
  margin: 10px 20px 0 20px;
  padding: 10px 0;
  font-family: Unit;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

#footer-carousel .carousel-inner a p:last-of-type {
  padding: 0 20px;
  text-align: center;
}

#footer-carousel .carousel-control-prev {
  left: -5%;
  width: 5%;
}

#footer-carousel .carousel-control-next {
  right: -5%;
  width: 5%;
}

.energy-search {
  margin: 1rem auto 0 auto;
  padding: 1rem 0;
  border-top: solid 5px #9b0000;
}

.energy-search * {
  margin-bottom: 0;
}

.energy-search>div>div {
  display: flex;
  justify-content: space-between;
}

#footer-carousel-sm-screen,
#footer-carousel-md-screen {
  display: none;
}

.videos-main-container .cell.medium-6 article>div:first-of-type {
  height: 461px;
}

#press-releases #mian-article,
#case-studies #mian-article,
#white-papers #mian-article,
#products #mian-article {
  border-bottom: 1px dotted grey;
  box-shadow: none;
}

#case-study-article .project-tag {
  text-align: left;
  margin: 0;
  /* text-transform: capitalize; */
}

#press-release-article .project-tag {
  margin: 0;
  text-align: left;
}

#press-release-article .report-hero-big .large-2 {
  padding-left: 0;
}

.count-new {
  color: #9b0000;
  font-family: Unit;
  font-size: 20px;
  width: 20px;
  float: left;
  margin-bottom: 15px;
}

h5.h6 {
  /* text-transform: capitalize; */
}

article.clearfix.cell.latest-video-article {
  /* display: flex; */
  /*justify-content: space-between;*/
  display: block;
}

article.clearfix.cell.latest-video-article .copy-wrap {
  margin: auto;
}

#latest>section>.grid-container>.grid-x .grid-x {
  min-height: 295px;
  flex-direction: column;
}

.grid-x.report-main div aside.storefront {
  margin-top: 1rem;
  box-shadow: none;
  padding: 0;
}

#home #opinion-industry article:not(.featured) div#mian-article {
  box-shadow: none;
  height: 160px;
  border-bottom: 1px dotted grey;
}

#latest #energy-newsletter {
  display: flex;
  flex-direction: column;
}

#latest #energy-newsletter div[role="form"] {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#latest #energy-newsletter div[role="form"] form {
  height: 100%;
  padding: 2em 2em 0 2em;
}

#latest #energy-newsletter div[role="form"] form div:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: 100%;
}

#latest #energy-newsletter div[role="form"] form div:nth-of-type(2) span:first-of-type {
  /* height: 0;*/
}

#latest #energy-newsletter div[role="form"] form div:nth-of-type(2) input.wpcf7-form-control.wpcf7-submit {
  align-self: flex-end;
  height: 37px;
  width: 101px;
}

#latest .report-hero-big>.grid-x {
  /*height: 100%;*/
  padding: 2em 0;
}

#latest .report-hero-big>.grid-x .cell.large-6 {
  display: flex;
  flex-wrap: wrap;
}

#latest .report-hero-big>.grid-x .cell.large-6 h5 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

#latest .report-hero-big>.grid-x .cell.large-6 h5 {
  margin-right: auto;
  margin-left: auto;
}

div.wpcf7 .ajax-loader {
  width: 0;
  height: 0;
}

#videos form {
  padding: 2em;
}

section.storefront-latest-bottom-section .grid-container>.grid-x> :not(#tweets) {
  flex: 1;
}

#case-study-article span.date-new {
  color: black;
  font-family: Merriweather;
}

#latest .cell.large-6 .grid-x article p {
  margin: 0;
}

article.clearfix.cell {
  padding: 0.5rem 0;
}

aside.latest-news.left-section {
  padding-top: 0;
}

#whitepaper-a-z .suppliers-container {
  border-top: none;
}

#loader .suppliers-container {
  border-top: none;
}

.wpcf7-form-control-wrap {
  align-self: flex-end;
}

#latest span.wpcf7-form-control-wrap.your-message textarea {
  /* height: 300px;*/
}

div#contact-company article input.wpcf7-form-control.wpcf7-submit {
  float: right;
}

.company-a-z-container .companies-section-container .company-details .top-container p {
  display: none;
  font-family: Unit;
}

.company-a-z-container .companies-section-container .company-index-container h3 i {
  display: none;
}

section.companies-section-container .company-index-container p {
  display: none;
}

.company-a-z-container {
  margin-bottom: 0;
}

.companies-section-container #s {
  display: flex;
}

p.caption.img_caption {
  margin-bottom: 0;
}

p.event-title .fa-minus-circle,
p.event-title .fa-plus-circle {
  display: none;
  align-self: center;
}

p.event-title i {
  margin: 0 10px;
  color: #cacaca;
}

#contact-us-form #purchasing-role-label:last-of-type {
  width: 30%;
  margin: 1rem auto 0 0;
}

#contact-us-form #purchasing-role-label:last-of-type input {
  padding: 5px;
}

#contact-us-form .wpcf7-form-control-wrap.recaptcha {
  margin-right: 50%;
}

.no-data-div {
  width: 100%;
}

.Smedicald .main-header .logo-container #site-logo img {
  width: 100%;
}

.Sinsurance .main-header .logo-container #site-logo img {
  width: 82.88%;
}

.Sfinance .main-header .logo-container #site-logo img {
  width: 69.2%;
}

.Sbusiness .main-header .logo-container #site-logo img {
  width: 71.48%;
}

.Spackaging .main-header .logo-container #site-logo img {
  width: 81.25%;
}

.Sagriculture .main-header .logo-container #site-logo img {
  width: 100%;
}

.Shealthcare .main-header .logo-container #site-logo img {
  width: 100%;
}

.grid-x.report-main .col-left article #mian-article div p.project-tag {
  margin-bottom: 4em;
  margin-left: 0em;
  border-left: none;
}

.grid-x.report-main .col-left article #mian-article div p.project-tag-header {
  margin-bottom: 7em;
}

/* .hd-subscribe{
  width: 100% !important;
  margin-right: 0;
  padding-right: 0;
  display: block !important;
 } */
.hd-sub-nppad {
  padding-right: 0 !important;
}

.hd-sub-h5 {
  width: 33%;
  /* color: white; */
  text-align: center;
  margin-bottom: 0;
  position: relative;
  bottom: -44px;
  margin-right: 0 !important;
  float: right;
  font-size: 13px;
  /* font-weight: normal; */
}

.hd-sub-h5 a {
  color: #fff;
  padding: 14px 15px 15px 15px;
  background: #9b0000;
  display: black;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.hd-sub-h5 a:hover {
  background: #000;
  transition: 0.5s;
  padding: 14px 15px 15px 15px;
  display: black;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* New header */

i.fas.fa-home {
  padding-top: 1.5em;
  padding-bottom: 0em;
}

body.logged-in.Smedicald .ctaSearch {
  padding-top: 1.2em !important;
  padding-bottom: 0em !important;
}

.Smedicald .ctaSearch {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}

.ctaSearch {
  padding-top: 2em !important;
  padding-bottom: 0em !important;
  padding-left: 0em !important;
}

body.logged-in.Sinsurance .rs-small-sc div.dropdown {
  margin-top: 1em !important;
}

body.logged-in.Sfinance .rs-small-sc div.dropdown {
  margin-top: 1em !important;
}

body.logged-in.Sfinance .vertical.medium-horizontal.menu.nav-aside .dropdown-menu {
  top: 4.1em !important;
}

body.logged-in.Sinsurance .vertical.medium-horizontal.menu.nav-aside .dropdown-menu {
  top: 4.1em !important;
}

.logged-in .scs-icn {
  margin-top: 50px !important;
}

.scs-icn a {
  padding: 5px 4px 2px 5px !important;
}

.rs-small-sc div.dropdown {
  margin-top: 3.2em !important;
  /* margin-bottom: 2em !important; */
}

.Smedicald .rs-small-sc div.dropdown {
  margin-top: 1em !important;
}

.Smedicald .rs-small-sc {
  top: 10px;
}

.Smedicald i.fas.fa-home {
  padding-top: 1.1em;
}



.Smedicald .vertical.medium-horizontal.menu.nav-aside .dropdown-menu {
  top: 4.1em !important;
}

.Spackaging .vertical.medium-horizontal.menu.nav-aside .dropdown-menu {
  top: 5.4em !important;
}

.vertical.medium-horizontal.menu.nav-aside .dropdown-menu {
  top: 6.1em !important;
}

.srch-box {
  display: none;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.cell.large-4.energy-webinar-container i {
  font-size: 24px;
  margin: auto 20px auto 0;
}

ul#main-nav>li {
  border-right: solid 2px rgba(240, 240, 240, 1);
}

ul#main-nav>li:last-of-type {
  border: none;
}

ul#main-nav {
  display: flex;
  justify-content: space-between;
  /* width: calc(100% + 8px); */
}

.search-head {
  font-size: 24px;
  margin: auto 20px auto 0;
}

.Sagriculture .rs-small-sc {
  right: calc((100vw - 1200px) / 2);
}

.Sagriculture .main-header .main-nav-container .register {
  background-color: #9b0000 !important;
}

.Sagriculture .ctaModal.ctaRegister {
  color: #fff !important;
}

.Sfinance .rs-small-sc {
  position: relative;
  /* right: calc((100vw - 1200px) / 2); 
 top: -45px !important;*/
  top: -15px !important;
  height: 40px;
  width: auto;
  left: 4%;
}

.rs-small-sc {
  position: relative;
  /* right: calc((100vw - 1200px) / 2); */
  top: -45px !important;
  height: 40px;
  width: auto;
  left: 10%;
}

.rs-sml-ecs {
  right: 324px;
}

.archive .rs-small-sc {
  top: 51px;
}

.single .rs-small-sc {
  /*top: 51px;*/
  top: -45px;
}

.main-header .main-nav-container .register {
  margin-bottom: 0 !important;
}

.main-header .main-nav-container #login {
  margin-bottom: 0 !important;
}

@media (max-width: 2500px) {
  .rs-sml-ecs {
    right: 29.7%;
  }
}

@media (max-width: 1950px) {
  .rs-sml-ecs {
    right: 25.3%;
  }
}

@media (max-width: 1949px) {
  .rs-sml-ecs {
    right: 26%;
  }
}

@media (max-width: 1750px) {
  .rs-sml-ecs {
    right: 22.4%;
  }
}

@media (max-width: 1600px) {
  .hd-sub-h5 {
    width: 33%;
    /* color: white; */
    text-align: center;
    margin-bottom: 0;
    position: relative;
    bottom: -44px;
    margin-right: 0 !important;
    float: right;
    font-size: 13px;
    /* font-weight: normal; */
  }

  .hd-sub-h5 a {
    color: #fff;
    padding: 14px 15px 15px 15px;
    background: #9b0000;
    /* display: block; */
    transition: 0.5s;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .rs-sml-ecs {
    right: 324px;
  }
}

@media (max-width: 1599px) {
  .rs-sml-ecs {
    right: 268px;
  }
}

@media (max-width: 1440px) {
  .rs-sml-ecs {
    right: 237px;
  }
}

@media (max-width: 1366px) {
  .rs-sml-ecs {
    right: 200px;
  }
}

@media (max-width: 1280px) {
  .rs-sml-ecs {
    right: 157px;
  }
}

@media (max-width: 1049px) {
  .rs-sml-ecs {
    /*display: none !important;*/
  }

  .single .rs-small-sc {
    top: 0px;
  }

  .vertical.medium-horizontal.menu.nav-aside {
    position: relative !important;
  }

  .srch-box {
    display: block;
  }

  /* li#register {
     width: 16%;
     display: inline-block;
     margin: 0;
     margin-top: 10px;
   }
   .main-header .main-nav-container #login {
     width: 75px;
     background: #fff;
     margin: 0;
     display: inline-block;
   } */

}

@media (max-width: 812px) {
  .rs-small-sc {
    position: relative !important;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .rs-sml-ecs {
    right: 0;
  }

  ul#main-nav>li {
    border-right: solid 0px rgba(240, 240, 240, 1);
  }

  .srch-box {
    display: block;
    margin-bottom: 10px;
    width: 98% !important;
  }

  .srch-box button {
    background-color: #9b0000 !important;
    color: #fff !important;
    font-size: 0.9em !important;
    width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    font-weight: bold;
  }

  .logged-in .scs-icn {
    margin-top: 10px !important;
  }
}

h2.category-sub-article-4-tile {
  text-transform: uppercase;
}

/* Sidebar Dianomi height fix */
#text-20 iframe {
  height: 250px;
}

.pop-area {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  transition: 0.5s;
}

.pop-area:hover {
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid #333;
  transition: 0.5s;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 4rem);
}

.popover-button {
  background-color: #9b0000;
  border: 2px solid #dcdcdc;
  white-space: normal !important;
}

.popover-button:hover {
  background-color: #000000;
  border: 2px solid #9b0000;
  transition: 0.5s;
}

.popover-button:active {
  background-color: #9b0000 !important;
  border: 3px solid #000000 !important;
  box-shadow: 0 0 0 0.01rem #9b0000a6 !important;
  outline: none;
  transition: 0.5s;
}

.popover-button:focus {
  background-color: #9b0000;
  border: 3px solid #000000;
  box-shadow: 0 0 0 0.01rem #9b0000a6 !important;
  outline: none;
  transition: 0.5s;
}

.popover-button:active:focus {
  border: 3px solid #000000 !important;
  outline: none;
  transition: 0.5s;
}

.popover-button p {
  color: #fefefe !important;
  font-size: 16px;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
}

.popover-button p:hover {
  color: #fefefe;
}

.p-title {
  font-weight: 600;
}

.p-date {
  font-size: 12px;
  margin-left: 2px;
  margin-bottom: 0.25rem;
}

.p-date a {
  text-decoration: none;
  color: #9b0000;
}

.p-date a:hover {
  text-decoration: underline;
}

.popover {
  max-width: 500px;
  max-height: 500px;
}

.p-title {
  font-weight: 600;
}

.p-date {
  font-size: 12px;
  margin-left: 2px;
  margin-bottom: 0.25rem;
}

.p-date a {
  text-decoration: none;
  color: #9b0000;
}

.p-date a:hover {
  text-decoration: underline;
}

.popover-header {
  background-color: #e6e6e6 !important;
  border-bottom: 5px solid #9b0000 !important;
}

.popover-text {
  font-size: 14px;
}

.a-title {
  line-height: 1.2;
  padding-top: 10px;
}

.popover-view-more {
  text-align: right;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  color: #9b0000;
  transition: 0.5s;
  margin-left: 166px;
}

.popover-view-more:hover {
  color: #0a0a0a;
  transition: 0.5s;
}

.spnr-cmpny-txt {
  color: #9b0000;
}

.spt-line-hr {
  border-bottom: 1px solid #e6e6e6;
}

/* Sidebar Dianomi height fix */
#text-20 iframe {
  height: 250px;
}

.pop-area {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  transition: 0.5s;
}

.pop-area:hover {
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid #333;
  transition: 0.5s;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 4rem);
}

.popover-button {
  background-color: #9b0000;
  border: 2px solid #dcdcdc;
  white-space: normal !important;
}

.popover-button:hover {
  background-color: #000000;
  border: 2px solid #9b0000;
  transition: 0.5s;
}

.popover-button:active {
  background-color: #9b0000 !important;
  border: 3px solid #000000 !important;
  box-shadow: 0 0 0 0.01rem #9b0000a6 !important;
  outline: none;
  transition: 0.5s;
}

.popover-button:focus {
  background-color: #9b0000;
  border: 3px solid #000000;
  box-shadow: 0 0 0 0.01rem #9b0000a6 !important;
  outline: none;
  transition: 0.5s;
}

.popover-button:active:focus {
  border: 3px solid #000000 !important;
  outline: none;
  transition: 0.5s;
}

.popover-button p {
  color: #fefefe !important;
  font-size: 16px;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
}

.popover-button p:hover {
  color: #fefefe;
}

.p-title {
  font-weight: 600;
}

.p-date {
  font-size: 12px;
  margin-left: 2px;
  margin-bottom: 0.25rem;
}

.p-date a {
  text-decoration: none;
  color: #9b0000;
}

.p-date a:hover {
  text-decoration: underline;
}

.popover {
  max-width: 500px;
  max-height: 500px;
}

.p-title {
  font-weight: 600;
}

.p-date {
  font-size: 12px;
  margin-left: 2px;
  margin-bottom: 0.25rem;
}

.p-date a {
  text-decoration: none;
  color: #9b0000;
}

.p-date a:hover {
  text-decoration: underline;
}

.popover-header {
  background-color: #e6e6e6 !important;
  border-bottom: 5px solid #9b0000 !important;
}

.popover-text {
  font-size: 14px;
}

.a-title {
  line-height: 1.2;
  padding-top: 10px;
}

.popover-view-more {
  text-align: right;
  /* font-family: Unit, "Helvetica Neaue", Helvetica, Arial, sans-serif; */
  color: #9b0000;
  transition: 0.5s;
  margin-left: 166px;
}

.popover-view-more:hover {
  color: #0a0a0a;
  transition: 0.5s;
}

.spnr-cmpny-txt {
  color: #9b0000;
}

.Sagriculture .rs-small-sc,
.Shealthcare .rs-small-sc,
.Sinsurance .rs-small-sc {
  top: 0px !important;
  left: 0;
}

.Sfinance .rs-small-sc,
.Smedicald .rs-small-sc {
  top: 0px !important;
}

.Sfinance.logged-in .rs-small-sc {
  top: -15px !important;
}

.Sagriculture.logged-in .rs-small-sc,
.Shealthcare.logged-in .rs-small-sc,
.Sinsurance.logged-in .rs-small-sc {
  top: -49px !important;
  left: 0;
}

.Sinsurance.logged-in .rs-small-sc,
.Smedicald.logged-in .rs-small-sc {
  top: -17px !important;
}


.Spackaging .spck-hd {
  position: absolute;
  z-index: 99999999999;
  width: 135px;
  top: 30px !important;
  right: 23em;
}

@media (max-width: 2700px) {
  .Spackaging .spck-hd {
    right: 66em;
  }
}

@media (max-width: 2400px) {
  .Spackaging .spck-hd {
    right: 56em;
  }
}

@media (max-width: 2300px) {
  .Spackaging .spck-hd {
    right: 56em;
  }
}

@media (max-width: 2000px) {
  .Spackaging .spck-hd {
    right: 43em;
  }
}

@media (max-width: 1800px) {
  .Spackaging .spck-hd {
    right: 35em;
  }
}

@media (max-width: 1600px) {
  .Spackaging .spck-hd {
    right: 27em;
  }
}

@media (max-width: 1440px) {
  .Spackaging .spck-hd {
    position: absolute;
    z-index: 99999999999;
    width: 135px;
    top: 30px !important;
    right: 21em;
  }
}

@media (max-width: 1300px) {
  .Spackaging .spck-hd {
    position: absolute;
    z-index: 99999999999;
    width: 135px;
    top: 30px !important;
    right: 15em;
  }
}

@media (max-width: 1280px) {
  .Spackaging .spck-hd {
    position: absolute;
    z-index: 99999999999;
    width: 135px;
    top: 30px !important;
    right: 14em;
  }

  #footer-carousel .carousel-control-next {
    right: -3%;
    width: 3%;
  }
}

/* Timeline */

.timeline h1 {
  font: 1.8em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 1em 1.6667em;
}

.latest-update h2:first-of-type:after,
.main-feature .microblog-label:before,
.main-feature .microblog-label:after,
.side-widgets .timeline .microblog-label:after,
.side-widgets .timeline .microblog-label:after,
.side-widgets .timeline .microblog-label:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  position: absolute;
  left: 0.2em;
  top: 0.1em;
  background: white;
  animation-name: pulsar;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.side-widgets .timeline .microblog-label:after {
  margin-left: 0.5em;
}

.side-widgets .timeline .microblog-label:before {
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  position: absolute;
  left: -2.6em;
  top: 0.9em;
  border-color: #c70e0e;
}

.entry-content .quick-updates li,
.timeline li {
  position: relative;
  padding-left: 1em;
  position: relative;
  border-bottom: solid 1px #d6d6d6;
  padding: 0.4em 0 0.4em 1em;
}

.entry-content .quick-updates li:before,
.timeline li time:before,
.timeline ul:before {
  content: '';
  position: absolute;
  left: 0.1em;
  top: 0.7em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #c70e0e;
}

.timeline ul {
  position: relative;
  border-left: solid 2px #ccc;
  margin-bottom: 3em;
  padding-top: 3em;
}

.timeline ul:before {
  background: #ddd;
  width: 1em;
  height: 1em;
  left: -0.55em;
  top: -0.1em;
}

.timeline li,
main .latest-news-col .latest-news li:first-child,
main .latest-news-col .latest-news li:last-child {
  border: none;
  padding-left: 1.5em;
  margin-left: -0.5em;
  margin-bottom: 0.5em;
  border: none;
}

.timeline time,
.timeline .article-date {
  display: inline-block;
  font: bold 1em montserrat;
  color: #111;
  position: relative;
}

.timeline li time:before {
  background: #ccc;
  width: 0.7em;
  height: 0.7em;
  left: -1.4em;
  top: 0.3em;
  transition: all 0.3s ease-in-out;
}

.timeline li:hover time:before {
  background: #999;
}

.timeline .article-date {
  color: #777;
  display: block;
  margin: 0 0 1em 0;
}

.timeline span,
.timeline span a {
  font: bold 1em montserrat;
  color: #c70e0e;
  display: block;
  transition: all 0.3s ease-in-out;
}

.timeline li:hover span,
.timeline li:hover span a {
  color: black;
}

.main-feature .microblog-label,
.timeline .microblog-label {
  position: relative;
  left: 1.5em;
}

.main-feature .microblog-label:before,
.side-widgets .timeline .microblog-label:before {
  left: -1.6em;
  width: 0.8em;
  height: 0.8em;
  top: 50%;
  margin-top: -0.4em;
}

.side-widgets .timeline .microblog-label:before {
  background: #333;
  left: -1.8em;
}

.main-feature .microblog-label:after,
.side-widgets .timeline .microblog-label:after {
  left: -1.9em;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  margin-top: -0.75em;
  background: none;
  border: solid 3px #c70e0e;
  animation: none;
}

.side-widgets .timeline .microblog-label:after {
  left: -2.66em;
}

.latest-news-col .timeline {
  margin-top: -4em;
}

main .latest-news-col .timeline {
  margin-bottom: 1em;
}

.microblog-label {
  font: 1.8em montserrat;
  text-transform: uppercase;
  background: #c70e0e;
  padding: 0.3em 0.5em 0.2em 0.5em;
  display: inline-block;
  color: white;
  margin-bottom: 0.5em;
}

.microblog-label {
  font-size: 18px;
  padding: 5px !important;
}

.microblog-label {
  background: #9b0000 !important;
}

.timeline ul:before {
  background: #fff;
}

@keyframes pulsar {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}




/* Investment monitor css starts */

.promotion {
  background: #eaf7fd;
  padding: 0.5rem;
  width: 100%;
  text-align: center;
  font-size: 16px;

}

.share-links {
  width: 12.5rem;
  margin: 0 auto;
}

.share-links ul {
  padding: 0em 0 4em 0;
}

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

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

.share-links li.facebook:after {
  left: 13px;
  top: -990px;
}

.share-links li.email:after {
  left: 12px;
  top: -886px;
}

.share-links li.linkedin:after {
  left: 11px;
  top: -1089px;
}

.share-links li.twitter:after {
  left: 11px;
  top: -1187px;
}

section.text {
  clear: both;
}

.site-header {
  text-align: center;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header {
  padding: 1rem 0;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  background: white;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.site-header .logo a {
  height: 50px;
}

.site-header .logo a {
  /* text-indent: -50000px; */
  text-align: center;
  overflow: visible;
  cursor: pointer;
  display: block;
  position: relative;
  height: 2.25rem;
  font-size: 4em;
}

.site-header .logo {
  width: 37.5rem;
  /* width: 27.5rem; */
}

.page-template-template-home-banking-monitor .site-header .logo {
  width: 25.05rem;
}

.page-template-template-home-energy-monitor .site-header .logo {
  width: 28.88rem;
}

.page-template-template-home-city-monitor .site-header .logo {
  width: 23.63rem;
}

p:empty:before {
  content: unset;
}

.site-header .logo {
  margin: 5rem auto 2.5rem auto;
}

/* .site-header .logo a:after {
  width: 20rem;
} */
.site-header .logo a:after {
  /* background-image: url(../img/investment_monitor_logo_desktop.svg); */
  background-size: 100%;
  background-position: 0 -24px;
  height: 2.625rem;
}

.site-header .logo a:after {
  /* content: '';
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0; */
  /* background-image: url(../img/sprite.png); */
  /* background-repeat: no-repeat; */
  /* background-size: 100px; */
}

.site-header h1 {
  font-size: 32px;
  width: 52rem;
  max-width: 100%;
  margin: 0 auto 2.5rem auto;
  font-weight: 600;
  color: #000;
  line-height: 36px;
}

.email-signup {
  text-align: center;
  padding: 2.5rem;
  margin: 0 0 2rem 0;
}

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

.email-signup h2 {
  width: 28.75rem;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  Line-height: 28px;
}

section.text p strong {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  font-family: 'IBM Plex Sans', sans-serif;
  line-height: 28px;
}

section.text p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  font-family: 'IBM Plex Serif', serif;
}

.pdr-15 {
  padding-right: 15px;
}

.pdr-30 {
  padding-right: 30px;
}

/* .onlyformb{
  display: none;
}
.onlyfordp{
  display:block;
} */
footer {
  font-family: 'IBM Plex Serif', serif;
  margin-top: 60px;
}

@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .site-header h1 {
    font-size: 28px;
  }

  .site-header .logo img {
    width: 85%;
  }

  section.text {
    padding: 0 20px;
  }

  footer {
    padding: 0 20px;
  }
}

@media screen and (max-width: 812px) and (min-width: 360px) {
  .site-header h1 {
    font-size: 24px;
    padding: 0 15px;
    line-height: 28px;
  }

  .email-signup {
    text-align: center;
    padding: 2.1rem;
    margin: 0 0 2rem 0;
  }

  .email-signup h2 {
    width: 100%;
    line-height: 28px;
  }

  /* .onlyformb{
    display: block;
    max-width: 260px;
    margin:0 auto;
  } */
  /* .onlyfordp{
    display:none;
  } */
  .pdr-15 {
    padding-right: 0px;
  }

  .pdr-30 {
    padding-right: 0px;
  }

  .site-header .logo {
    width: 100%;
    margin: 2rem auto 3.5rem auto;
  }

  .site-header .logo img {
    width: 90%;
  }

  section.text {
    padding: 0 20px;
  }

  footer {
    padding: 0 20px;
  }
}

@media screen and (max-width: 359px) {
  .site-header .logo {
    width: 100%;
  }

  .site-header .logo a {
    font-size: 2.5em;
  }

  .email-signup h2 {
    width: 100%;
  }

  .email-signup {
    padding: 2rem 0.5rem;
  }

  section.text {
    padding: 0 20px;
  }

  footer {
    padding: 0 20px;
  }

  .site-header h1 {
    padding: 0 15px;
  }
}

/* About US Linkedin logo css */
.custom_linkedin_icon {
  max-height: 50px !important;
  padding: 10px;
  margin-bottom: -2rem !important;
}

/* @media (min-width: 64rem){
  .article-content-ad{ display:none;}	
} */
