@charset "UTF-8";
/* -----------------------------------------------------------

	Theme Name: ZANMA v2.1
	Theme URI: ----
	Author: RoyPhoenix
	Author URI: http://royphoenix.com
	Description: ----
	License: Private
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

----------------------------------------------------------- */
/*----------------------------------------------------*\
    ANIMATION
    -
    Mixins que contienen el efecto de animación
    modo de uso simple
    .elemento {
      @include animation-(TIMEs);
    }
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    SHADOW
    -
    Mixin to add boxshadow
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    SHADOW
    -
    Mixin to add boxshadow
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    SHADOW
    -
    Mixin to add boxshadow
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    VALUES
    -
    General values for the project
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    RESET
    -
    Limpia los margenes en los elementos
\*----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");
body, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, dd, ol, ul, figure, hr, fieldset, legend {
  margin: 0;
  padding: 0;
}

li > ol, li > ul {
  margin-bottom: 0;
}

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

/*----------------------------------------------------*\
    NORMALIZE
    -
    Elimina y normaliza la visualización en los
    distintos navegadores
\*----------------------------------------------------*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

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

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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;
  -webkit-text-decoration-skip: objects;
}

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [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 {
  display: inline-block;
  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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*----------------------------------------------------*\
    GLOBAL SPACING
    -
    Espaciado general epara el todo el sitio, se
    define una unidad base de la que parten todas
    las demas variables
\*----------------------------------------------------*/
/*----------------------------------------------------*\
    FONTS
    -
    Import fonts from Google Fonts and Icons
\*----------------------------------------------------*/
@font-face {
  font-family: "icons";
  src: url("../icons/icons.eot");
  src: url("../icons/icons.eot") format("embedded-opentype"), url("../icons/icons.woff2") format("woff2"), url("../icons/icons.woff") format("woff"), url("../icons/icons.ttf") format("truetype"), url("../icons/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans", sans-serif;
}

h1 {
  font-size: 48pt;
}

h2, h3 {
  font-size: 34pt;
}

h4, h5, h6 {
  font-size: 24pt;
}

/*----------------------------------------------------*\
    BOX-SIZING
    -
    Le da la propiedad a los elementos de ocupar su
    espacio normal sin inportar el padding
\*----------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/*----------------------------------------------------*\
    PAGE
    -
    Reglas generales para el canvas
\*----------------------------------------------------*/
html {
  font-size: 18px;
  line-height: 1.3333333333;
  font-family: "IBM Plex Sans", sans-serif;
  min-height: 100%;
  background: #FFF;
  color: #0F0F0F;
}

/*----------------------------------------------------*\
    SHARE
    -
    Share rules for the site styles
\*----------------------------------------------------*/
address, blockquote, p, pre, dl, ol, ul, figure, hr, table, fieldset {
  margin-bottom: calc 1.6666666667rem;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: calc 1.6666666667rem;
  margin-top: 0;
}

dd, ol, ul {
  margin-left: calc 1.6666666667rem;
}

body {
  margin-top: 68px;
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 80px;
  }
}

.wrapper {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
}

/*----------------------------------------------------*\
    BTN
    -
    Buttons for all site
\*----------------------------------------------------*/
.btn {
  display: block;
  cursor: pointer;
}
.btn a {
  display: block;
  cursor: pointer;
}

button.btn {
  border: 0;
}

.btn--menu,
.btn--search,
.btn--close {
  background: none;
}
.btn--menu span,
.btn--search span,
.btn--close span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/*----------------------------------------------------*\
    ICO
    -
    Icons set
\*----------------------------------------------------*/
.icon {
  font-family: "icons";
  font-style: normal;
  font-weight: 100;
}

.icon--twitter:before {
  content: "\e849";
}

.icon--x:before {
  content: "\e849";
}

.icon--facebook:before {
  content: "\f09a";
}

.icon--facebook-alt:before {
  content: "\f308";
}

.icon--instagram:before {
  content: "\f16d";
}

.icon--snapchat:before {
  content: "\f2ac";
}

.icon--linkedin:before {
  content: "\f0e1";
}

.icon--youtube:before {
  content: "\f16a";
}

.icon--twitch:before {
  content: "\f1e8";
}

.icon--search:before {
  content: "\e801";
}

.icon--angle-down:before {
  content: "\e800";
}

.icon--angle-left:before {
  content: "\e802";
}

.icon--angle-right:before {
  content: "\e803";
}

.icon--angle-up:before {
  content: "\e804";
}

.icon--arrow-down:before {
  content: "\f175";
}

.icon--arrow-left:before {
  content: "\f177";
}

.icon--arrow-right:before {
  content: "\f178";
}

.icon--arrow-up:before {
  content: "\f176";
}

.icon--whatsapp:before {
  content: "\f232";
}

.icon--quote-open:before {
  content: "\e805";
}

.icon--quote-close:before {
  content: "\e806";
}

.icon--heart:before {
  content: "\e807";
}

.icon--heart-alter:before {
  content: "\e807";
}

.icon--star:before {
  content: "\e809";
}

.icon--star-alter:before {
  content: "\e80a";
}

.icon--check:before {
  content: "\e80b";
}

.icon--multiply:before {
  content: "\e80c";
}

.icon--plus:before {
  content: "\e80d";
}

.icon--minus:before {
  content: "\e80e";
}

.icon--lock:before {
  content: "\e80f";
}

.icon--lock-alter:before {
  content: "\f13e";
}

.icon--bookmark:before {
  content: "\e810";
}

.icon--bookmark-alter:before {
  content: "\f097";
}

.icon--like:before {
  content: "\e811";
}

.icon--dislike:before {
  content: "\e812";
}

.icon--like-alter:before {
  content: "\f164";
}

.icon--dislike-alter:before {
  content: "\f165";
}

.icon--quote-open-alter:before {
  content: "\f10d";
}

.icon--quote-close-alter:before {
  content: "\f10e";
}

.icon--text-ballon:before {
  content: "\e813";
}

.icon--text-ballons:before {
  content: "\e814";
}

.icon--text-ballon-alter:before {
  content: "\f0e5";
}

.icon--text-ballons-alter:before {
  content: "\f0e6";
}

.icon--warning:before {
  content: "\e815";
}

.icon--warning-alter:before {
  content: "\e816";
}

.icon--folder:before {
  content: "\e817";
}

.icon--folder-open:before {
  content: "\e818";
}

.icon--folder-alter:before {
  content: "\f114";
}

.icon--folder-open-alter:before {
  content: "\f115";
}

.icon--phone:before {
  content: "\e819";
}

.icon--gear:before {
  content: "\e81a";
}

.icon--tools:before {
  content: "\e81b";
}

.icon--gears:before {
  content: "\e81c";
}

.icon--cart:before {
  content: "\e81d";
}

.icon--cart-plus:before {
  content: "\f217";
}

.icon--cart-down:before {
  content: "\f218";
}

.icon--calendar:before {
  content: "\e81e";
}

.icon--event:before {
  content: "\f133";
}

.icon--log-out:before {
  content: "\e81f";
}

.icon--log-out:before {
  content: "\e820";
}

.icon--mic:before {
  content: "\f130";
}

.icon--sound:before {
  content: "\e821";
}

.icon--zoom-in:before {
  content: "\e822";
}

.icon--zoom-out:before {
  content: "\e823";
}

.icon--circle-down:before {
  content: "\e824";
}

.icon--circle-up:before {
  content: "\e825";
}

.icon--circle-left:before {
  content: "\f190";
}

.icon--circle-right:before {
  content: "\f18e";
}

.icon--down:before {
  content: "\e826";
}

.icon--up:before {
  content: "\e827";
}

.icon--left:before {
  content: "\e828";
}

.icon--right:before {
  content: "\e829";
}

.icon--angle-huge-down:before {
  content: "\e82a";
}

.icon--angle-huge-left:before {
  content: "\e82b";
}

.icon--angle-huge-right:before {
  content: "\e82c";
}

.icon--angle-huge-up:before {
  content: "\e82d";
}

.icon--angle-mini-left:before {
  content: "\f104";
}

.icon--anlge-mini-right:before {
  content: "\f105";
}

.icon--angle-mini-up:before {
  content: "\f106";
}

.icon--angle-mini-down:before {
  content: "\f107";
}

.icon--doble-angle-left:before {
  content: "\f100";
}

.icon--doble-angle-right:before {
  content: "\f101";
}

.icon--doble-angle-up:before {
  content: "\f102";
}

.icon--doble-angle-down:before {
  content: "\f103";
}

.icon--arrow-huge-down:before {
  content: "\e82e";
}

.icon--arrow-huge-left:before {
  content: "\e82f";
}

.icon--arrow-huge-right:before {
  content: "\e830";
}

.icon--arrow-huge-up:before {
  content: "\e831";
}

.icon--hand-right:before {
  content: "\e832";
}

.icon--hand-left:before {
  content: "\e833";
}

.icon--hand-up:before {
  content: "\e834";
}

.icon--hand-down:before {
  content: "\e835";
}

.icon--square-down:before {
  content: "\f150";
}

.icon--square-up:before {
  content: "\f151";
}

.icon--square-right:before {
  content: "\f152";
}

.icon--square-left:before {
  content: "\f191";
}

.icon--desktop-device:before {
  content: "\f108";
}

.icon--laptop-device:before {
  content: "\f109";
}

.icon--tablet-device:before {
  content: "\f10a";
}

.icon--mobile-device:before {
  content: "\f10b";
}

.icon--paper-plane:before {
  content: "\f1d8";
}

.icon--paper-plane-alter:before {
  content: "\f1d9";
}

.icon--ellipsis-vertical:before {
  content: "\f141";
}

.icon--ellipsis-horizontal:before {
  content: "\f142";
}

.icon--powe:before {
  content: "\e836";
}

.icon--toggle-off:before {
  content: "\f204";
}

.icon--toggle-on:before {
  content: "\f205";
}

.icon--point:before {
  content: "\f111";
}

.icon--point-alter:before {
  content: "\f10c";
}

.icon--copyright:before {
  content: "\f1f9";
}

.icon--paypal:before {
  content: "\f1ed";
}

.icon--vimeo:before {
  content: "\f194";
}

.icon--youtube-alter:before {
  content: "\f167";
}

.icon--music:before {
  content: "\e837";
}

.icon--flash:before {
  content: "\e838";
}

.icon--quote-open2:before {
  content: "\e839";
}

.icon--quote-close2:before {
  content: "\e83a";
}

.icon--play:before {
  content: "\e83b";
}

.icon--stop:before {
  content: "\e83c";
}

.icon--pausa:before {
  content: "\e83d";
}

.icon--to-start:before {
  content: "\e83e";
}

.icon--to-end:before {
  content: "\e83f";
}

.icon--fire:before {
  content: "\e840";
}

.icon--heart:before {
  content: "\e841";
}

.icon--heart-alter:before {
  content: "\e842";
}

.icon--star:before {
  content: "\e843";
}

.icon--tiktok:before {
  content: "\e844";
}

.icon--user:before {
  content: "\e845";
}

.icon--clock:before {
  content: "\e846";
}

.icon--mail:before {
  content: "\f0e0";
}

.icon--mail-alter:before {
  content: "\e847";
}

.icon--telegram:before {
  content: "\e84b";
}

.icon--threads:before {
  content: "\e84a";
}

.icon--bluesky:before {
  content: "\e848";
}

.icon--pinterest:before {
  content: "\f231";
}

.icon--menu:before {
  content: "\e85a";
}

.icon--close:before {
  content: "\e859";
}

/*----------------------------------------------------*\
    BTN
    -
    Buttons for all site
\*----------------------------------------------------*/
.ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ads.sticky {
  position: sticky;
  top: 180px;
}
.ads > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ads > * {
    margin-bottom: 15px;
  }
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .widget {
    margin-bottom: 15px;
  }
}
.widget .widget__title {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .widget .widget__title {
    text-align: center;
  }
}
.widget .widget__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D0D0D2;
  position: absolute;
  top: 50%;
}
.widget .widget__title h4 {
  color: #FFF;
  background: #4D8DDF;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0.3em 0.6em;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  z-index: 5;
}

.widget-post-list .widget__content .post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #D0D0D2;
}
.widget-post-list .widget__content .post-card a {
  text-decoration: none;
}
.widget-post-list .widget__content .post-card a:hover h2 {
  color: #4D8DDF;
}
.widget-post-list .widget__content .post-card .post-card__thumbnail img {
  width: 90px;
  min-width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-right: 15px;
}
.widget-post-list .widget__content .post-card .post-card__content h2 {
  font-size: 16px;
  color: #0F0F0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.widget-post-list .widget__content .post-card .post-card__content .post-category {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.widget-post-list .widget__content .post-card .post-card__content .post-excerpt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.widget-post-list .widget__content .post-card .post-card__content .post-meta {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.pagination {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-bottom: 15px;
  }
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  margin-right: 8px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li span,
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  width: 32px;
  height: 32px;
}
.pagination li span {
  background: #4D8DDF;
  color: #FFF;
}
.pagination li a {
  text-decoration: none;
  background: #D0D0D2;
  color: #0F0F0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination li a:hover {
  color: #FFF;
  background: #0F0F0F;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.module {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .module {
    margin-bottom: 15px;
  }
}
.module.module--aside > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .module.module--aside > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.module.module--aside .module__content {
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  .module.module--aside .module__content {
    width: 100%;
  }
}
.module.module--aside .module__aside {
  width: 300px;
  min-width: 300px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .module.module--aside .module__aside {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
}
.module .module__title {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .module .module__title {
    margin-bottom: 15px;
  }
}
.module .module__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D0D0D2;
  position: absolute;
  top: 50%;
}
.module .module__title :is(h1, h2, h3, h4, h5, h6) {
  text-transform: uppercase;
  font-size: 20px;
  color: #FFF;
  background: #4D8DDF;
  padding: 0.3em 0.6em;
  border-radius: 8px;
  position: relative;
  z-index: 5;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .module .module__title :is(h1, h2, h3, h4, h5, h6) {
    font-size: 18px;
  }
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.top-bar {
  background: #0F0F0F;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 25;
}
.top-bar .wrapper,
.top-bar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.top-bar .logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.top-bar .logo img {
  width: 140px;
  height: auto;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .top-bar .logo img {
    width: 120px;
  }
}
.top-bar .btn--menu,
.top-bar .btn--search {
  color: #FFF;
  font-size: 26px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-bar .btn--menu:hover,
.top-bar .btn--search:hover {
  color: #4D8DDF;
}
@media screen and (max-width: 768px) {
  .top-bar .btn--menu,
  .top-bar .btn--search {
    font-size: 22px;
  }
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.main-nav {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 30vw;
  height: 100vh;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .main-nav {
    width: 100vw;
  }
}
.main-nav.active {
  left: 0;
}
.main-nav .main-nav__header,
.main-nav .main-nav__search-box,
.main-nav .main-nav__body {
  background: #4D8DDF;
}
.main-nav .main-nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.main-nav .main-nav__header .logo img {
  width: 140px;
  height: auto;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .main-nav .main-nav__header .logo img {
    width: 120px;
  }
}
.main-nav .main-nav__header .btn--close {
  color: #FFF;
  width: 39px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-nav .main-nav__header .btn--close:hover {
  background: #FFF;
  color: #4D8DDF;
}
.main-nav .main-nav__search-box {
  position: relative;
  padding: 0 15px;
}
.main-nav .main-nav__search-box label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.main-nav .main-nav__search-box input[type=search] {
  border: none;
  padding: 15px;
  width: 100%;
  border-radius: 8px;
}
.main-nav .main-nav__search-box button {
  position: absolute;
  top: 0;
  right: 15px;
  border: none;
  height: 100%;
  width: 37px;
  color: #D0D0D2;
  background: none;
}
.main-nav .main-nav__search-box button:before {
  content: "\e801";
  font-family: "icons";
}
.main-nav .main-nav__search-box button span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.main-nav .main-nav__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 15px;
}
.main-nav .main-nav__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-weight: 600;
}
.main-nav .main-nav__body ul li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.main-nav .main-nav__body ul a {
  text-decoration: none;
  display: block;
  padding: 8px 0;
  color: #FFF;
  position: relative;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-nav .main-nav__body ul a:hover {
  color: #4D8DDF;
}
.main-nav .main-nav__body ul a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -200%;
  background: #FFF;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-nav .main-nav__body ul a:hover:before {
  left: 0;
}
.main-nav:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -5;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-nav.active:before {
  left: 0;
  opacity: 1;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.quick-nav {
  background: #F8F8F8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .quick-nav {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}
.quick-nav nav ul,
.quick-nav nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quick-nav nav li {
  margin: 0 8px;
}
.quick-nav nav a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 8px 0;
  font-size: 16px;
  color: #0F0F0F;
  position: relative;
}
.quick-nav nav a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 4px;
  background: #4D8DDF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.quick-nav nav a:hover:after {
  width: 100%;
}
.quick-nav nav ul li ul,
.quick-nav nav ul li ol,
.quick-nav nav ol li ul,
.quick-nav nav ol li ol {
  display: none !important;
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.article .post-header .post__section a {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4em;
  color: #FFF;
  background: #4D8DDF;
  display: inline-block;
  padding: 0.4em 1em;
  text-decoration: none;
  margin-bottom: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article .post-header .post__section a:hover {
  background: #0F0F0F;
}
.article .post-header .post__title {
  font-size: 48px;
  margin-bottom: 15px;
  line-height: 1.1em;
}
@media screen and (max-width: 768px) {
  .article .post-header .post__title {
    font-size: 26px;
  }
}

.article .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .article .post-meta {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article .post-meta time:before {
  content: "|";
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .article .post-meta time:before {
    content: none;
  }
}
.article .post-meta a {
  color: #0F0F0F;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article .post-meta a:hover {
  color: #4D8DDF;
}
.article .post-meta p {
  margin-bottom: 0;
}

.article .post-thumbnail {
  margin: 0 0 30px 0;
}
.article .post-thumbnail img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .article .post-thumbnail img {
    height: 340px;
  }
}
.article .post-thumbnail .post-thumbnail-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .article .post-thumbnail .post-thumbnail-caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article .post-thumbnail .post-thumbnail-caption strong {
  font-weight: 600;
}

.article .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .article .post-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article .post-content .post-social-share {
  position: relative;
}
@media screen and (max-width: 768px) {
  .article .post-content .post-social-share {
    position: sticky;
    top: 0;
    background: #FFF;
    padding: 15px 0;
    border-bottom: solid 2px #D0D0D2;
  }
}
.article .post-content .share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  min-width: 50px;
  position: sticky;
  top: 180px;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .article .post-content .share-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.article .post-content .icon {
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 8px;
  color: #D0D0D2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .article .post-content .icon {
    margin-bottom: 0;
    margin: 0 8px;
  }
}
.article .post-content .icon:hover {
  color: #4D8DDF;
}
.article .post-content .icon span,
.article .post-content .web-share-btn {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.article .post-content .post-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article .post-content .post-body p {
  word-break: break-word;
  font-weight: 300;
}
.article .post-content .post-body p strong {
  font-weight: 600;
}
.article .post-content .post-body > p > a {
  color: #4D8DDF;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article .post-content .post-body > p > a:hover {
  color: #0F0F0F;
}
.article .post-content .post-body h1,
.article .post-content .post-body h2,
.article .post-content .post-body h3,
.article .post-content .post-body h4,
.article .post-content .post-body h5,
.article .post-content .post-body h6 {
  font-size: 28px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.article .post-content .post-body blockquote {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.article .post-content .post-body blockquote p {
  font-weight: 600;
}
.article .post-content .post-body blockquote p:last-child {
  margin-bottom: 0;
}
.article .post-content .post-body blockquote:before {
  content: '"';
  font-size: 42px;
  font-family: "IBM Plex Sans", sans-serif;
}
.article .post-content .post-body blockquote:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #D0D0D2;
}
.article .post-content ul, .article .post-content ol {
  padding-left: 30px;
  margin-bottom: 30px;
}
.article .post-content figure {
  margin: 0 0 30px 0 !important;
}
@media screen and (max-width: 768px) {
  .article .post-content figure {
    margin: 0 0 15px 0 !important;
  }
}
.article .post-content img {
  width: 100% !important;
  height: auto;
  display: block;
  border-radius: 8px;
}
.article .post-content .wp-caption {
  width: 100% !important;
}
.article .post-content .wp-caption p {
  font-size: 12px;
}

.article .post-tag-list {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.article .post-tag-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.article .post-tag-list li {
  margin-right: 8px;
}
.article .post-tag-list li:last-child {
  margin-right: 0;
}
.article .post-tag-list a {
  text-decoration: none;
  color: #0F0F0F;
  background: #F8F8F8;
  display: block;
  padding: 0.4em 0.8em;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article .post-tag-list a:hover {
  color: #FFF;
  background: #4D8DDF;
}

.related-post {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .related-post {
    margin-bottom: 15px;
  }
}
.related-post .post-block__header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.related-post .post-block__header:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D0D0D2;
  position: absolute;
  top: 50%;
}
.related-post .post-block__header h3 {
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  color: #FFF;
  background: #4D8DDF;
  padding: 0.3em 0.6em;
  border-radius: 8px;
  position: relative;
  z-index: 5;
}
.related-post .post-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .related-post .post-block__content {
    width: 100vw;
    margin-left: -15px;
    padding: 0 15px;
    overflow: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }
  .related-post .post-block__content::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .related-post .post-block__content::-webkit-scrollbar-track {
    background: transparent;
  }
  .related-post .post-block__content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: 0 solid transparent;
  }
}
.related-post .post-card {
  width: 25%;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .related-post .post-card {
    width: 80%;
    min-width: 80%;
    margin-right: 15px;
  }
}
.related-post .post-card:last-child {
  margin-right: 0;
}
.related-post .post-card a {
  text-decoration: none;
}
.related-post .post-card a.post-card__content:hover h2 {
  color: #4D8DDF;
}
.related-post .post-card .post-card__thumbnail img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.related-post .post-card .post-card__content h2 {
  font-size: 18px;
  color: #0F0F0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.related-post .post-card .post-card__content .post-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #4D8DDF;
}
.related-post .post-card .post-card__content .post-meta {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.related-post .post-card .post-card__content .post-excerpt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.sections-header {
  border-bottom: solid 2px #D0D0D2;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sections-header {
    margin-bottom: 15px;
  }
}
.sections-header h1 {
  text-transform: uppercase;
  font-size: 32px;
  color: #4D8DDF;
}
@media screen and (max-width: 768px) {
  .sections-header h1 {
    font-size: 26px;
  }
}

.sections-body .post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #D0D0D2;
}
.sections-body .post-card a {
  text-decoration: none;
}
.sections-body .post-card a.post-card__content:hover h2 {
  color: #4D8DDF;
}
.sections-body .post-card__thumbnail img {
  width: 260px;
  min-width: 260px;
  height: 160px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .sections-body .post-card__thumbnail img {
    width: 90px;
    min-width: 90px;
    height: 90px;
    margin-right: 15px;
  }
}
.sections-body .post-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sections-body .post-card__content h2 {
  font-size: 28px;
  line-height: 1.1em;
  text-decoration: none;
  color: #0F0F0F;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .sections-body .post-card__content h2 {
    font-size: 18px;
  }
}
.sections-body .post-card__content .post-meta {
  text-transform: uppercase;
  color: #626262;
  font-size: 12px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.sections-body .post-card__content .post-excerpt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 18px;
  color: #0F0F0F;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sections-body .post-card__content .post-excerpt {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}
.sections-body .post-card__content .post-category {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.masthead {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .masthead {
    margin-bottom: 15px;
  }
}
.masthead .wrapper,
.masthead > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .masthead .wrapper,
  .masthead > div {
    overflow: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }
  .masthead .wrapper::-webkit-scrollbar,
  .masthead > div::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .masthead .wrapper::-webkit-scrollbar-track,
  .masthead > div::-webkit-scrollbar-track {
    background: transparent;
  }
  .masthead .wrapper::-webkit-scrollbar-thumb,
  .masthead > div::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: 0 solid transparent;
  }
}
.masthead.masthead--std .masthead__col1, .masthead.masthead--std .masthead__col3 {
  width: 300px;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col1, .masthead.masthead--std .masthead__col3 {
    width: auto;
    min-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.masthead.masthead--std .masthead__col2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col2 {
    width: auto;
    min-width: auto;
    -webkit-box-flex: auto;
        -ms-flex-positive: auto;
            flex-grow: auto;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.masthead.masthead--std .masthead__col1 .post-card {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #D0D0D2;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col1 .post-card {
    width: 280px;
    min-width: 280px;
    margin-right: 15px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.masthead.masthead--std .masthead__col1 .post-card:last-child {
  margin-bottom: 0;
}
.masthead.masthead--std .masthead__col1 .post-card a {
  display: block;
  text-decoration: none;
}
.masthead.masthead--std .masthead__col1 .post-card a:hover h2 {
  color: #4D8DDF;
}
.masthead.masthead--std .masthead__col1 .post-card .post-card__thumbnail {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col1 .post-card .post-card__thumbnail {
    margin-bottom: 0;
  }
}
.masthead.masthead--std .masthead__col1 .post-card .post-card__thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col1 .post-card .post-card__thumbnail img {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col1 .post-card .post-card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#000000", GradientType=0);
    border-radius: 8px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.masthead.masthead--std .masthead__col1 .post-card .post-card__content .post-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #4D8DDF;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col1 .post-card .post-card__content .post-category {
    color: #FFF;
    background: #4D8DDF;
    padding: 0.2em 0.6em;
    margin-bottom: 8px;
    border-radius: 8px;
  }
}
.masthead.masthead--std .masthead__col1 .post-card .post-card__content h2 {
  font-size: 22px;
  line-height: 1.1em;
  color: #0F0F0F;
  margin-bottom: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col1 .post-card .post-card__content h2 {
    color: #FFF;
  }
}
.masthead.masthead--std .masthead__col1 .post-card .post-card__content .post-meta {
  color: #626262;
  text-transform: uppercase;
  font-size: 12px;
}
.masthead.masthead--std .masthead__col1 .post-card .post-card__content .post-meta time:after {
  content: " - ";
}
.masthead.masthead--std .masthead__col1 .post-card .post-card__content .post-excerpt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.masthead.masthead--std .masthead__col2 .post-card {
  position: relative;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col2 .post-card {
    width: 320px;
    min-width: 320px;
    margin-right: 15px;
  }
}
.masthead.masthead--std .masthead__col2 .post-card a {
  display: block;
  text-decoration: none;
}
.masthead.masthead--std .masthead__col2 .post-card a:hover h2 {
  color: #4D8DDF;
}
.masthead.masthead--std .masthead__col2 .post-card .post-card__thumbnail img {
  width: 100%;
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col2 .post-card .post-card__thumbnail img {
    height: 320px;
  }
}
.masthead.masthead--std .masthead__col2 .post-card .post-card__content {
  position: absolute;
  top: 0;
  left: 0;
  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%;
  height: 100%;
  padding: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#000000", GradientType=0);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col2 .post-card .post-card__content {
    padding: 15px;
  }
}
.masthead.masthead--std .masthead__col2 .post-card .post-card__content .post-category {
  text-transform: uppercase;
  color: #FFF;
  background: #4D8DDF;
  padding: 0.2em 0.6em;
  font-size: 14px;
  margin-bottom: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col2 .post-card .post-card__content .post-category {
    font-size: 12px;
  }
}
.masthead.masthead--std .masthead__col2 .post-card .post-card__content h2 {
  color: #FFF;
  font-size: 48px;
  line-height: 1.1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col2 .post-card .post-card__content h2 {
    font-size: 22px;
  }
}
.masthead.masthead--std .masthead__col2 .post-card .post-card__content .post-meta {
  color: #D0D0D2;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col2 .post-card .post-card__content .post-meta {
    color: #626262;
  }
}
.masthead.masthead--std .masthead__col2 .post-card .post-card__content .post-meta time:after {
  content: " - ";
}
.masthead.masthead--std .masthead__col2 .post-card .post-card__content .post-excerpt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.masthead.masthead--std .masthead__col3 .post-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #D0D0D2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col3 .post-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
    min-width: 280px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-right: 15px;
  }
}
.masthead.masthead--std .masthead__col3 .post-card:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col3 .post-card:last-child {
    margin-right: 0;
  }
}
.masthead.masthead--std .masthead__col3 .post-card a {
  display: block;
  text-decoration: none;
}
.masthead.masthead--std .masthead__col3 .post-card a:hover h2 {
  color: #4D8DDF;
}
.masthead.masthead--std .masthead__col3 .post-card .post-card__thumbnail img {
  width: 90px;
  min-width: 90px;
  height: 90px;
  margin-right: 15px;
  border-radius: 8px;
  display: block;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col3 .post-card .post-card__thumbnail img {
    width: 100%;
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col3 .post-card .post-card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#000000", GradientType=0);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.masthead.masthead--std .masthead__col3 .post-card .post-card__content .post-category {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col3 .post-card .post-card__content .post-category {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    white-space: normal !important;
    border: none !important;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF;
    background: #4D8DDF;
    padding: 0.2em 0.6em !important;
    margin-bottom: 8px !important;
    border-radius: 8px;
  }
}
.masthead.masthead--std .masthead__col3 .post-card .post-card__content h2 {
  font-size: 16px;
  font-weight: 600;
  color: #0F0F0F;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col3 .post-card .post-card__content h2 {
    font-size: 22px;
    color: #FFF;
    margin-bottom: 8px;
  }
}
.masthead.masthead--std .masthead__col3 .post-card .post-card__content .post-meta {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width: 768px) {
  .masthead.masthead--std .masthead__col3 .post-card .post-card__content .post-meta {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    white-space: normal !important;
    border: none !important;
    font-size: 12px;
    color: #626262;
    text-transform: uppercase;
  }
}
.masthead.masthead--std .masthead__col3 .post-card .post-card__content .post-meta time:after {
  content: " - ";
}
.masthead.masthead--std .masthead__col3 .post-card .post-card__content .post-excerpt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.opinion-bar .loop-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .opinion-bar .loop-track {
    overflow: scroll;
    width: 100vw;
    margin-left: -15px;
    padding: 0 15px;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }
  .opinion-bar .loop-track::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .opinion-bar .loop-track::-webkit-scrollbar-track {
    background: transparent;
  }
  .opinion-bar .loop-track::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: 0 solid transparent;
  }
}
.opinion-bar .post-card {
  width: 25%;
  background: #4D8DDF;
  margin-right: 30px;
  padding: 15px 30px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .opinion-bar .post-card {
    width: 80%;
    min-width: 80%;
    margin-right: 15px;
  }
}
.opinion-bar .post-card:hover {
  background: #0F0F0F;
}
.opinion-bar .post-card:last-child {
  margin-right: 0;
}
.opinion-bar .post-card a {
  text-decoration: none;
}
.opinion-bar .post-card .post-card__thumbnail {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.opinion-bar .post-card .post-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.opinion-bar .post-card .post-card__content h2 {
  color: #FFF;
  font-size: 22px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.opinion-bar .post-card .post-card__content .post-excerpt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.opinion-bar .post-card .post-card__content .post-meta .post-date {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.opinion-bar .post-card .post-card__content .post-meta .post-author {
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
}
.opinion-bar .post-card .post-card__content .post-meta .post-author:before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: #FFF;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .trend-bar .loop-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }
  .trend-bar .loop-track::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .trend-bar .loop-track::-webkit-scrollbar-track {
    background: transparent;
  }
  .trend-bar .loop-track::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: 0 solid transparent;
  }
}
.trend-bar .loop-track .post-card a {
  text-decoration: none;
}
.trend-bar .loop-track .post-card .post-category {
  color: #4D8DDF;
  text-transform: uppercase;
  font-size: 12px;
}
.trend-bar .loop-track .post-card h2 {
  color: #0F0F0F;
  line-height: 1.1em;
  margin-bottom: 8px;
}
.trend-bar .loop-track .post-card .post-meta {
  text-transform: uppercase;
  font-size: 12px;
  color: #626262;
}
.trend-bar .loop-track .post-card .post-meta .post-date:after {
  content: " - ";
}
.trend-bar .loop-track .post-card:nth-child(1) {
  width: calc(100% - 430px);
  float: left;
}
@media screen and (max-width: 768px) {
  .trend-bar .loop-track .post-card:nth-child(1) {
    float: none;
    width: 80%;
    min-width: 80%;
    margin-right: 15px;
  }
}
.trend-bar .loop-track .post-card:nth-child(1) .post-card__thumbnail img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .trend-bar .loop-track .post-card:nth-child(1) .post-card__thumbnail img {
    height: 220px;
  }
}
.trend-bar .loop-track .post-card:nth-child(1) .post-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.trend-bar .loop-track .post-card:nth-child(1) .post-card__content h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .trend-bar .loop-track .post-card:nth-child(1) .post-card__content h2 {
    font-size: 22px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 8px;
  }
}
.trend-bar .loop-track .post-card:nth-child(1) .post-card__content .post-excerpt {
  margin-bottom: 15px;
  color: #0F0F0F;
}
@media screen and (max-width: 768px) {
  .trend-bar .loop-track .post-card:nth-child(1) .post-card__content .post-excerpt {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}
.trend-bar .loop-track .post-card:nth-child(1) .post-card__content .post-meta {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.trend-bar .loop-track .post-card:nth-child(n+2) {
  width: 400px;
  min-width: 400px;
  margin-left: 30px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #D0D0D2;
}
@media screen and (max-width: 768px) {
  .trend-bar .loop-track .post-card:nth-child(n+2) {
    float: none;
    margin-left: 0;
    width: 80%;
    min-width: 80%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
  }
}
.trend-bar .loop-track .post-card:nth-child(n+2) .post-card__thumbnail img {
  width: 120px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .trend-bar .loop-track .post-card:nth-child(n+2) .post-card__thumbnail img {
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .trend-bar .loop-track .post-card:nth-child(n+2) .post-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.trend-bar .loop-track .post-card:nth-child(n+2) .post-card__content h2 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .trend-bar .loop-track .post-card:nth-child(n+2) .post-card__content h2 {
    font-size: 22px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.trend-bar .loop-track .post-card:nth-child(n+2) .post-card__content .post-category {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width: 768px) {
  .trend-bar .loop-track .post-card:nth-child(n+2) .post-card__content .post-category {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    white-space: normal !important;
    border: none !important;
  }
}
.trend-bar .loop-track .post-card:nth-child(n+2) .post-card__content .post-excerpt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.media-bar {
  background: #0F0F0F;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .media-bar {
    padding: 15px 0;
  }
}
.media-bar .module__title:before {
  background: #626262;
}
.media-bar .loop-track {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .media-bar .loop-track {
    overflow: none;
  }
}
.media-bar .loop-track .post-card a {
  text-decoration: none;
}
.media-bar .loop-track .post-card a.post-card__content:hover h2 {
  color: #4D8DDF;
}
.media-bar .loop-track .post-card:nth-child(1) {
  width: calc(100% - 430px);
  float: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .media-bar .loop-track .post-card:nth-child(1) {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
.media-bar .loop-track .post-card:nth-child(1) .post-card__thumbnail img {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .media-bar .loop-track .post-card:nth-child(1) .post-card__thumbnail img {
    height: 280px;
  }
}
.media-bar .loop-track .post-card:nth-child(1) .post-card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#000000", GradientType=0);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
}
.media-bar .loop-track .post-card:nth-child(1) .post-card__content .post-excerpt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.media-bar .loop-track .post-card:nth-child(1) .post-card__content .post-category {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.media-bar .loop-track .post-card:nth-child(1) .post-card__content .post-meta {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.media-bar .loop-track .post-card:nth-child(1) .post-card__content h2 {
  color: #FFF;
  font-size: 48px;
  line-height: 1.1em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .media-bar .loop-track .post-card:nth-child(1) .post-card__content h2 {
    font-size: 22px;
  }
}
.media-bar .loop-track .post-card:nth-child(n+2) {
  width: 400px;
  min-width: 400px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  float: right;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #626262;
}
@media screen and (max-width: 768px) {
  .media-bar .loop-track .post-card:nth-child(n+2) {
    float: none;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
}
.media-bar .loop-track .post-card:nth-child(n+2) .post-card__thumbnail img {
  width: 120px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .media-bar .loop-track .post-card:nth-child(n+2) .post-card__thumbnail img {
    width: 90px;
    height: 90px;
  }
}
.media-bar .loop-track .post-card:nth-child(n+2) .post-card__content .post-category {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.media-bar .loop-track .post-card:nth-child(n+2) .post-card__content h2 {
  color: #FFF;
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .media-bar .loop-track .post-card:nth-child(n+2) .post-card__content h2 {
    font-size: 16px;
  }
}
.media-bar .loop-track .post-card:nth-child(n+2) .post-card__content .post-meta {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.media-bar .loop-track .post-card:nth-child(n+2) .post-card__content .post-excerpt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.media-bar .loop-track .post-card:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.hard-news-bar .module__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .hard-news-bar .module__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hard-news-bar .module__content .loop-track {
  width: 33%;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .hard-news-bar .module__content .loop-track {
    width: 100%;
    margin-right: 0;
  }
}
.hard-news-bar .module__content .loop-track:last-child {
  margin-right: 0;
}
.hard-news-bar .module__content .loop-track .post-card {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #D0D0D2;
}
.hard-news-bar .module__content .loop-track .post-card .post-category {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.hard-news-bar .module__content .loop-track .post-card .post-meta {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.hard-news-bar .module__content .loop-track .post-card .post-excerpt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.hard-news-bar .module__content .loop-track .post-card a {
  text-decoration: none;
}
.hard-news-bar .module__content .loop-track .post-card a.post-card__content:hover h2 {
  color: #4D8DDF;
}
.hard-news-bar .module__content .loop-track .post-card:nth-child(1) .post-card__thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.hard-news-bar .module__content .loop-track .post-card:nth-child(1) .post-card__content h2 {
  color: #0F0F0F;
  font-size: 22px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hard-news-bar .module__content .loop-track .post-card:nth-child(n+2) .post-card__thumbnail {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.hard-news-bar .module__content .loop-track .post-card:nth-child(n+2) .post-card__content h2 {
  color: #0F0F0F;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .hard-news-bar .module__content .loop-track .post-card:nth-child(n+5) {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.hot-topic-bar {
  background: #0F0F0F;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .hot-topic-bar {
    padding: 15px 0;
  }
}
.hot-topic-bar .module__title:before {
  background: #626262;
}
.hot-topic-bar .module__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .hot-topic-bar .module__content {
    overflow: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }
  .hot-topic-bar .module__content::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .hot-topic-bar .module__content::-webkit-scrollbar-track {
    background: transparent;
  }
  .hot-topic-bar .module__content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: 0 solid transparent;
  }
  .hot-topic-bar .module__content {
    width: 100vw;
    margin-left: -15px;
    padding: 15px;
  }
}
.hot-topic-bar .post-card {
  width: 20%;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .hot-topic-bar .post-card {
    width: 80%;
    min-width: 80%;
    margin-right: 15px;
  }
}
.hot-topic-bar .post-card:last-child {
  margin-right: 0;
}
.hot-topic-bar .post-card a {
  text-decoration: none;
}
.hot-topic-bar .post-card a.post-card__content:hover h2 {
  color: #4D8DDF;
}
.hot-topic-bar .post-card .post-card__thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.hot-topic-bar .post-card .post-card__content {
  background: #FFF;
  display: block;
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 0 0 8px 8px;
}
.hot-topic-bar .post-card .post-card__content .post-category {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.hot-topic-bar .post-card .post-card__content .post-meta {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.hot-topic-bar .post-card .post-card__content .post-excerpt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.hot-topic-bar .post-card .post-card__content h2 {
  font-size: 22px;
  line-height: 1.1em;
  color: #0F0F0F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.daily-quote-bar .module__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .daily-quote-bar .module__content {
    width: 100vw;
    margin-left: -15px;
    padding: 0 15px;
    overflow: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }
  .daily-quote-bar .module__content::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .daily-quote-bar .module__content::-webkit-scrollbar-track {
    background: transparent;
  }
  .daily-quote-bar .module__content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: 0 solid transparent;
  }
}
.daily-quote-bar .post-card {
  width: 20%;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .daily-quote-bar .post-card {
    width: 80%;
    min-width: 80%;
    margin-right: 15px;
  }
}
.daily-quote-bar .post-card:last-child {
  margin-right: 0;
}
.daily-quote-bar .post-card a {
  text-decoration: none;
}
.daily-quote-bar .post-card .post-card__thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
  margin-bottom: 8px;
}
.daily-quote-bar .post-card .post-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.daily-quote-bar .post-card .post-card__content h2 {
  font-size: 22px;
  line-height: 1.1em;
  color: #0F0F0F;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 15px;
}
.daily-quote-bar .post-card .post-card__content .post-category {
  text-transform: uppercase;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 12px;
  color: #4D8DDF;
  font-weight: 600;
}
.daily-quote-bar .post-card .post-card__content .post-excerpt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.daily-quote-bar .post-card .post-card__content .post-meta {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.complaint-bar {
  background: #4D8DDF;
  padding: 30px 0;
  color: #FFF;
  text-align: center;
}
.complaint-bar h4 {
  text-transform: uppercase;
  font-size: 28px;
}
.complaint-bar p.cta {
  margin-bottom: 0;
  font-size: 14px;
}
.complaint-bar a {
  border-radius: 15px;
  border: solid 2px #0F0F0F;
  color: #0F0F0F;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  background: #FFF;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.complaint-bar a:hover {
  background: #0F0F0F;
  color: #FFF;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.footer-nav {
  background: #0F0F0F;
  padding: 30px 0;
  border-bottom: solid 1px #626262;
}
.footer-nav .logo {
  text-align: center;
  margin-bottom: 15px;
}
.footer-nav .logo img {
  width: 100px;
  display: inline-block;
}
.footer-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-nav nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-nav nav li {
  margin: 0 5px;
}
.footer-nav nav a {
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-nav nav a:hover {
  color: #4D8DDF;
}

/*----------------------------------------------------*\
    TOP BAR
    -
    Top bar for teh site, contains logo, nav and
    navigaton button
\*----------------------------------------------------*/
.footer {
  background: #0F0F0F;
  color: #FFF;
  padding: 15px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
.footer a {
  color: #FFF;
}
.footer p {
  margin: 0;
}