@charset "utf-8";

/* Print Styles */
/*@media print {}*/
.print-logo {
} /*show logo on print*/
.no-print {
  display: none !important;
} /*hide specific content types when printing*/
#slider {
  display: none !important;
}
@font-face {
  font-family: gentona_medium;
  font-display: fallback;
  src: url(https://assets.webadmin.ufl.edu/fonts/files/gentona_medium-webfont.eot);
  src: url(https://assets.webadmin.ufl.edu/fonts/files/gentona_medium-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(https://assets.webadmin.ufl.edu/fonts/files/gentona_medium-webfont.woff)
      format("woff"),
    url(https://assets.webadmin.ufl.edu/fonts/files/gentona_medium-webfont.ttf)
      format("truetype"),
    url(https://assets.webadmin.ufl.edu/fonts/files/gentona_medium-webfont.svg#gentonalight)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

#content p,
#content ol,
#content ul {
  background-color: #fff;
  font-family: gentona_medium, Arial !important;
  font-weight: 300 !important;
  line-height: 2rem;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
  font-family: gentona_medium, Arial !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
  line-height: 2rem;
}
.menu-mobile {
  display: none !important;
}
#menu-main-menu ul {
  display: none !important;
}
.menu {
  display: none !important;
}
.mod.right {
  display: none !important;
}
#MashMenu .mashmenu {
  background: #fff !important;
  background-color: #fff !important;
}
.parallax h1 {
  margin: -1rem -1rem -10rem -1rem !important;
  padding: 5rem 2rem 3rem 2rem;
  background-color: #fff;
}

.mashmenu div.mlogo {
  margin-left: 20px;
  margin-top: 0px;
  background-color: #ffffff !important;
  height: 56px;
  min-width: 170px;
}
/*strong text*/
_:-ms-lang(x),
_:-webkit-full-screen,
strong {
  /* Microsoft Edge bold CSS */
  text-shadow: 1px 0px 0px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  strong {
    text-shadow: 1px 0px 0px;
  }
}

.title-bar {
  display: none;
}
