:root {
  --white-color: rgba(255, 255, 255, 1);
  --white-light-color: rgba(255, 255, 255, .5);
  --black-color: rgba(0, 0, 0, 1);
  --black-light-color: rgba(0, 0, 0, .5);
  --light-color: rgba(139, 245, 255, 1);
  --light-light-color: rgba(139, 245, 255, .5);
  --primary-color: rgba(79, 194, 247, 1);
  --primary-light-color: rgba(79, 194, 247, .5);
  --dark-color: rgba(0, 146, 196, 1);
  --dark-light-color: rgba(0, 146, 196, .5);
  --image-header-url: url(../../img/backgroundHeader/bg-header-1.jpg);
  --image-body-url: url(../../img/backgroundBody/bg-body-1.jpg);
  --image-footer-url: url(../../img/backgroundFooter/bg-footer-1.png);
  --background-header: var(--primary-color, rgba(79, 194, 247, 1)) var(--image-header-url) no-repeat fixed center;
  --background-body: var(--primary-color, rgba(79, 194, 247, 1)) var(--image-body-url) repeat fixed; }

@font-face {
  font-family: Mistral;
  src: url("../../webfontkit/mistral.woff"); }
@font-face {
  font-family: "Roboto Light";
  src: url("../../webfontkit/Roboto-Light.ttf");
  src: url("../../webfontkit/roboto-light-webfont.woff");
  src: url("../../webfontkit/roboto-light-webfont.woff2"); }
@font-face {
  font-family: "Roboto Medium";
  src: url("../../webfontkit/Roboto-Medium.ttf");
  src: url("../../webfontkit/roboto-medium-webfont.woff");
  src: url("../../webfontkit/roboto-medium-webfont.woff2"); }
body #mainDivPageBody main section {
  font-family: "Roboto Medium", "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 500;
  font-size: x-small;
  background-color: transparent; }
  body #mainDivPageBody main section div.boxColNavItem {
    background-color: var(--white-color, white);
    border: 1px solid var(--primary-color, #4fc2f7); }
  body #mainDivPageBody main section div.boxColNavItem:hover {
    cursor: pointer; }
  body #mainDivPageBody main section div.boxColNavItem.active {
    cursor: auto; }
  body #mainDivPageBody main section div.boxColNavItem:hover, body #mainDivPageBody main section div.boxColNavItem.active {
    background-color: var(--dark-color, #0092c4);
    color: var(--white-color, white); }
body #mainDivPageBody main section:last-child div.carousel.slide a.carousel-control-prev, body #mainDivPageBody main section:last-child div.carousel.slide a.carousel-control-next {
  background-color: var(--dark-color, #0092c4);
  width: 5%; }
body #mainDivPageBody main section:last-child div.carousel.slide div.carouselPagination {
  position: absolute;
  right: 0; }

@media (min-width: 576px) {
  body #mainDivPageBody main section {
    font-size: smaller; } }
@media (min-width: 768px) {
  body #mainDivPageBody main section {
    font-size: medium; } }

/*# sourceMappingURL=awards.css.map */
