:root {
  --primary-color: #000;
  --theme-color: #FF8000;
  --secondary-color: #FFD500;
  --button-color: #000;
  --button-hover-color: #000;
}

[data-theme=seed] {
  --theme-color: #35A198;
  --secondary-color: #FFD500;
  --button-color: #000;
  --button-hover-color: #000;
}

[data-theme=soss] {
  --theme-color: #8355E8;
  --secondary-color: #FFD500;
  --button-color: #000;
  --button-hover-color: #000;
}

[data-theme=salc] {
  --theme-color: #FFD500;
  --secondary-color: #6A2383;
  --button-color: #fff;
  --button-hover-color: #000;
}

@font-face {
  font-family: "Oswald-Bold";
  src: url("../../fonts/Oswald-Bold.ttf") format("ttf"), url("../../fonts/Oswald-Bold.woff") format("woff"), url("../../fonts/Oswald-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald-Light";
  src: url("../../fonts/Oswald-Light.ttf") format("ttf"), url("../../fonts/Oswald-Light.woff") format("woff"), url("../../fonts/Oswald-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald-Medium";
  src: url("../../fonts/Oswald-Medium.ttf") format("ttf"), url("../../fonts/Oswald-Medium.woff") format("woff"), url("../../fonts/Oswald-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../../fonts/Oswald-Regular.ttf") format("ttf"), url("../../fonts/Oswald-Regular.woff") format("woff"), url("../../fonts/Oswald-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../../fonts/Poppins-Regular.ttf") format("ttf"), url("../../fonts/Poppins-Regular.woff") format("woff"), url("../../fonts/Poppins-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../../fonts/Poppins-Medium.ttf") format("ttf"), url("../../fonts/Poppins-Medium.woff") format("woff"), url("../../fonts/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../../fonts/Poppins-Bold.ttf") format("ttf"), url("../../fonts/Poppins-Bold.woff") format("woff"), url("../../fonts/Poppins-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../../fonts/OpenSans-Regular.ttf") format("ttf"), url("../../fonts/OpenSans-Regular.woff") format("woff"), url("../../fonts/OpenSans-Regular.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.5;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  margin-bottom: 0.625rem;
  margin-top: 0;
}

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

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

ol,
ul {
  font-size: 0;
  margin-bottom: 1rem;
  margin-top: 0;
}
ol li,
ul li {
  font-size: medium;
  font-size: initial;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0;
  position: relative;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: inherit;
  padding: 0.625rem 0;
  text-align: left;
}

th {
  text-align: inherit;
}

body {
  margin: 0;
}

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

button {
  border-radius: 0;
  cursor: pointer;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  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;
}

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 {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

[type=search] {
  -webkit-appearance: none;
  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;
}

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  color: #000;
  font-family: "Poppins-Regular", sans-serif;
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  overflow-x: hidden;
  max-width: 100vw;
}

h1, h2, h3, h4 {
  font-family: "Oswald-Medium", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

h2 {
  margin-bottom: 20px;
}
h2 {
  font-size: 36px;
}
@media (min-width: 390px) and (max-width: 1440px) {
  h2 {
    font-size: calc(36px + 14 * (100vw - 390px) / (1050));
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  h2 {
    font-size: calc(50px + (100vw - 1440px) * 50 / 1440);
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: calc(50px + (1440px - 1440px) * 50 / 1440);
  }
}
h2 {
  line-height: 43.2px;
}
@media (min-width: 390px) and (max-width: 1440px) {
  h2 {
    line-height: calc(43.2px + 16.8 * (100vw - 390px) / (1050));
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  h2 {
    line-height: calc(60px + (100vw - 1440px) * 60 / 1440);
  }
}
@media (min-width: 1440px) {
  h2 {
    line-height: calc(60px + (1440px - 1440px) * 60 / 1440);
  }
}

h3 {
  line-height: normal;
}
h3 {
  font-size: 28px;
}
@media (min-width: 390px) and (max-width: 1440px) {
  h3 {
    font-size: calc(28px + 12 * (100vw - 390px) / (1050));
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  h3 {
    font-size: calc(40px + (100vw - 1440px) * 40 / 1440);
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: calc(40px + (1440px - 1440px) * 40 / 1440);
  }
}

h4 {
  font-family: "Poppins-Bold", sans-serif;
}
h4 {
  font-size: 18px;
}
@media (min-width: 390px) and (max-width: 1440px) {
  h4 {
    font-size: calc(18px + 10 * (100vw - 390px) / (1050));
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  h4 {
    font-size: calc(28px + (100vw - 1440px) * 28 / 1440);
  }
}
@media (min-width: 1440px) {
  h4 {
    font-size: calc(28px + (1440px - 1440px) * 28 / 1440);
  }
}
h4 {
  line-height: 21.6px;
}
@media (min-width: 390px) and (max-width: 1440px) {
  h4 {
    line-height: calc(21.6px + 14.4 * (100vw - 390px) / (1050));
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  h4 {
    line-height: calc(36px + (100vw - 1440px) * 36 / 1440);
  }
}
@media (min-width: 1440px) {
  h4 {
    line-height: calc(36px + (1440px - 1440px) * 36 / 1440);
  }
}

.header {
  height: 80px;
  background-color: #000;
}
@media (min-width: 992px) {
  .header {
    height: 140px;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .header .container {
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .header #block-uofm-default-sitebranding img {
    height: 50px;
  }
}

footer {
  background-color: #1d1d1d;
  color: rgba(255, 255, 255, 0.8);
  padding: 40px 30px 0;
  overflow: hidden;
}
footer h2, footer h3, footer p, footer ul li a {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 16px;
}
footer a {
  font-family: "OpenSans-Regular", sans-serif;
  color: #aaa;
  text-decoration: none;
  font-size: 16px;
}
.is-tabbing footer a:focus {
  text-decoration: underline;
}
@media (hover: hover) {
  footer a:hover {
    text-decoration: underline;
  }
}
footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
footer .region {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
footer .region-footer {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  footer .region-footer {
    grid-template-columns: repeat(3, 33.3333%);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .region-footer {
    grid-template-columns: 50% 50%;
  }
}
footer .region-footer:after {
  content: "";
  background-color: #aaa;
  height: 1px;
  width: 200%;
  bottom: 0;
  left: -50%;
  position: absolute;
}
footer .region-footer-bottom {
  padding-top: 13px;
  padding-bottom: 13px;
}
footer .region-footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
footer .region-footer-bottom ul li {
  margin-right: 10px;
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
footer .region-footer-bottom ul li:not(:last-of-type):after {
  content: "/";
  color: #aaa;
  font-size: 13px;
  margin-left: 5px;
}
footer .footer__title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 0.8em;
}
footer .social-media-links--platforms {
  padding: 0;
  margin: 0 0 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
footer .social-media-links--platforms li {
  padding: 0 !important;
  margin: 0;
}
footer .social-media-links--platforms li a {
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
footer .social-media-links--platforms li a i {
  display: none;
}
footer .social-media-links--platforms li a.social-media-link-icon--facebook {
  background-image: url("../../images/facebook.png");
}
footer .social-media-links--platforms li a.social-media-link-icon--tiktok {
  background-image: url("../../images/tiktok.svg");
}
footer .social-media-links--platforms li a.social-media-link-icon--instagram {
  background-image: url("../../images/instagram.svg");
}
footer .social-media-links--platforms li a.social-media-link-icon--linkedin {
  background-image: url("../../images/linkedin.png");
}
footer .social-media-links--platforms li a.social-media-link-icon--twitter {
  background-image: url("../../images/x.svg");
}
footer .social-media-links--platforms li a.social-media-link-icon--youtube {
  background-image: url("../../images/youtube.png");
}

.container {
  width: 1440px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .container {
    padding: 0 90px;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  padding: 15px 33px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background-color: var(--secondary-color);
  border: none;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.25s ease-in-out;
  color: var(--button-color);
  font-family: "Poppins-Medium", sans-serif;
}
@media (min-width: 992px) {
  .button {
    padding: 15px 49px;
  }
}
.is-tabbing .button:focus {
  background-color: var(--theme-color);
  color: var(--button-hover-color);
}
@media (hover: hover) {
  .button:hover {
    background-color: var(--theme-color);
    color: var(--button-hover-color);
  }
}

.frontend-editing-toggle a {
  text-decoration: none;
  width: auto;
  border-radius: 8px;
}
.frontend-editing-toggle a:before {
  display: none;
}

.frontend-editing__action {
  height: auto;
}

#editing-container {
  z-index: 9999;
}

.layout {
  padding: 50px 0;
}

.padding-bottom-remove {
  padding-bottom: 0 !important;
}
.padding-bottom-reduce {
  padding-bottom: 25px !important;
}
.padding-top-remove {
  padding-top: 0 !important;
}
.padding-top-reduce {
  padding-top: 25px !important;
}/*# sourceMappingURL=global-styles.css.map */
