@charset "UTF-8";

:root {
  --font-family-sans-serif: "Univers",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-sans-serif-bold: "Univser Bold",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-sans-serif-headings: "Univers Extended Bold",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 }

@font-face {
  font-family: 'Univers';
  src: url("../fonts/UniversLTPro-55Roman.woff2") format("woff2");
  src: url("../fonts/UniversLTPro-55Roman.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Univers Olbique';
  src: url("../fonts/UniversLTPro-55Oblique.woff2") format("woff2");
  src: url("../fonts/UniversLTPro-55Oblique.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Univers Bold';
  src: url("../fonts/UniversLTPro-65Bold.woff2") format("woff2");
  src: url("../fonts/UniversLTPro-65Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Univers Bold Oblique';
  src: url("../fonts/UniversLTPro-65BoldOblique.woff2") format("woff2");
  src: url("../fonts/UniversLTPro-65BoldOblique.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Univers Extended';
  src: url("../fonts/UniversLTPro-Ex.woff2") format("woff2");
  src: url("../fonts/UniversLTPro-Ex.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Univers Extended Bold';
  src: url("../fonts/UniversLTPro-BoldExt.woff2") format("woff2");
  src: url("../fonts/UniversLTPro-BoldExt.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Univers Extended Black';
  src: url("../fonts/UniversLTPro-BlackExt.woff2") format("woff2");
  src: url("../fonts/UniversLTPro-BlackExt.woff") format("woff");
  font-display: swap;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  hyphens: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  max-width: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: var(--font-family-sans-serif);
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

h1 {
  font-size: 4rem;
}

h1.scaled-up {
  font-size: 6rem;
  letter-spacing: -2px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  h1.scaled-up {
    font-size: 3.6rem;
    letter-spacing: -2px;
    margin: 0;
    padding: 0;
  }
}

h2 {
  position: sticky;
  position: -webkit-sticky;
  top: calc(var(--header-height) + 1rem);
  height: fit-content;
  height: -moz-fit-content;
  font-family: 'Univers Extended Black';
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  z-index: 997;
}

@media screen and (max-width: 991px) {
  h2 {
    width: auto !important;
  }
}

h2.alt {
  font-family: 'Univers';
  text-transform: none;
  font-weight: normal;
}

h3 {
  font-family: 'Univers Extended' !important;
  font-weight: normal;
  font-size: 3rem;
  color: var(--rls-red);
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 2.4rem;
  }
}

.post-card h3,
.post-card h3 * {
  font-size: 1.8rem;
  font-family: 'Univers Extended Bold' !important;
  line-height: 1.3;
  text-decoration: none;
}

.featured.post-card h3,
.featured.post-card h3 * {
  font-size: 3.6rem;
  font-family: 'Univers Extended Bold' !important;
  line-height: 1.3;
  text-decoration: none;
}

h4 {
  font-family: 'Univers' !important;
  font-weight: normal;
  font-size: 3rem;
  color: var(--rls-red);
}

h5 {
  font-family: 'Univers Extended' !important;
  font-weight: normal;
  font-size: 2rem;
  color: var(--rls-red);
}

h5 {
  font-family: 'Univers' !important;
  font-weight: normal;
  font-size: 2rem;
  color: var(--rls-red);
}

h1 {
  font-family: 'Univers';
  font-weight: normal;
  font-size: 4rem;
  color: var(--rls-red);
}

h1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

h3 + p {
  margin-top: 1rem;
}

p.scaled {
  font-size: 90%;
}

p.author,
p.author *,
a.author,
a.author * {
  font-size: 4rem;
}

p.date {
  font-size: 2.4rem;
}

.fs-1p5 {
  font-size: 1.5rem !important;
}

.fs-2p5 {
  font-size: 2.5rem !important;
}

.fs-3 {
  font-size: 3rem !important;
}

.fs-4 {
  font-size: 4rem !important;
}

@media screen and (max-width: 1200px) {
  .fs-6,
  .fs-6 * {
    font-size: 4rem;
  }
}

@media screen and (max-height: 550px) {
  .fs-6,
  .fs-6 * {
    font-size: 4rem;
  }
}

.fs-6 {
  font-size: 6rem !important;
}

.fam-ub {
  font-family: 'Univers Bold' !important;
}

.fam-ue {
  font-family: 'Univers Extended' !important;
}

.fam-ueb {
  font-family: 'Univers Extended Bold' !important;
}

.fam-uebl {
  font-family: 'Univers Extended Black' !important;
}

figcaption {
  font-size: inherit !important;
  color: var(--rls-red) !important;
  text-align: left !important;
  margin-top: 1.5rem !important;
}

p + p {
  margin-bottom: 2rem;
}

.lh-1 {
  line-height: 1.2;
}

/* .grid-col-12.single-template p.para,
.grid-col-12.single-template p.para + a,
.grid-col-12.single-template ul,
.grid-col-12.single-template h4,
.grid-col-12.single-template h5,
.grid-col-12.single-template div.para,
.grid-col-12.single-template div.wp-block-columns,
article.entry-content .para {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 2rem;
} */

body.single .entry-content > * {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.single .entry-content > * {
    padding-left: 0%;
    padding-right: 0%;
    margin-bottom: 2rem;
  }
}

.grid-col-12.single-template div.wp-block-columns .para {
  padding: 0rem !important;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

.style-none {
  list-style: none;
}

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 1.4rem; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--blue);
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: var(--red);
    text-decoration: underline; }

a.has-underline {
  text-decoration: underline !important;
}

a.after-tri {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  border-color: white !important;
}

a.after-tri::after {
  content: '';
  align-self: center;
  margin-top: -5px;
  width: 0;
  height: 0;
  margin-left: 1rem;
  border-top: 0.75rem solid transparent;
  border-left: 1.5rem solid inherit !important;
  border-bottom: 0.75rem solid transparent;
}

a.after-tri-gray {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  color: #767676 !important;
}

a.after-tri-gray::after {
  content: '';
  align-self: center;
  margin-top: -5px;
  width: 0;
  height: 0;
  margin-left: 1rem;
  border-top: 0.75rem solid transparent !important;
  border-left: 1.5rem solid #767676 !important;
  border-bottom: 0.75rem solid transparent !important;
}

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--font-family-monospace);
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--gray);
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

.text-monospace {
  font-family: var(--font-family-monospace) !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 500 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: var(--white) !important; }

.text-primary {
  color: var(--black) !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.work-type-label {
  padding: 0.5rem 1rem 0rem 1rem;
  width: min-content;
  height: min-content;
  border: 1px solid white;
  margin-left: auto !important;
  margin-right: auto !important;
  white-space: nowrap;
}

@media (max-width: 991px) {
  body {
    font-size: 1.6rem;
  }

  h2 {
    max-width: 100%;
    height: auto;
    transform: translate(0,0);-ms-transform: translate(0,0);-webkit-transform: translate(0,0);
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 3rem !important;
  }

  .fs-1p5 {
    font-size: 1.2rem !important;
  }

  .fs-3 {
    font-size: 1.6rem !important;
  }
  
  .fs-4 {
    font-size: 2.4rem !important;
  }

  .fs-6 {
    font-size: 2.4rem !important;
  }

  h2 {
    position: relative;
    top: 0;
    text-transform: uppercase;
    font-family: 'Univers Extended Black';
    height: 100%;
    width: 100%;
    color: var(--rls-red);
    z-index: 997;}
}

.outlined {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  border: 1px solid;
}

.padded {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.6rem 0.5rem 0.25rem 0.5rem;
}

.border {
  border: 1px solid;
}

.has-red-bg-hover:hover {
  background-color: var(--rls-red) !important;
}

.has-white-text-hover:hover {
  color: white !important;
}