/* Minification failed. Returning unminified contents.
(415,25): run-time error CSS1030: Expected identifier, found '.'
(415,47): run-time error CSS1031: Expected selector, found ')'
(415,47): run-time error CSS1025: Expected comma or open brace, found ')'
(420,27): run-time error CSS1030: Expected identifier, found '.'
(420,49): run-time error CSS1031: Expected selector, found ')'
(420,49): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*
    Font's must be the first thing in the style sheet for
    the minification to work correctly
*/
@font-face {
  font-family: NewsGothicCond;
  src: local("TradeGothic") format("truetype");
}
body {
  font-family: "TradeGothic", Arial;
}
body .text-content {
  font-family: "TradeGothic", Arial;
}
body .nav #main-nav.navbar.navbar-default {
  font-family: Arial;
}
h1:not(.fa):not(.glyphicon),
h2:not(.fa):not(.glyphicon),
h3:not(.fa):not(.glyphicon),
h4:not(.fa):not(.glyphicon),
h5:not(.fa):not(.glyphicon),
strong:not(.fa):not(.glyphicon) {
  font-family: Arial;
}
.panel.panel-default .panel-heading:not(.fa):not(.glyphicon) {
  font-family: "TradeGothic", Arial;
}
footer {
  font-family: "TradeGothic", Arial;
}

/* ==== BASE COLOURS === */
/* ==== BODY ==== */
/* ==== HEADER ==== */
/* ==== NAVBAR ==== */
/* ==== Under Nav Bar/Home Feature ==== */
/* ==== Site Search Box ==== */
/* ==== Sandwich Menu & Site Name on Mobile ==== */
/* ==== Notifications  ====*/
/* ==== UNDER NAV ==== */
/* ==== MAIN ==== */
/* ==== Panel ==== */
/* ==== FOOTER ==== */
body.sparse,
body.auth {
  background: linear-gradient(180deg, #e6eaee 0%, #e6eaee 20%, #e6eaee 100%);
}
body.sparse .main,
body.auth .main {
  background: linear-gradient(180deg, #e6eaee 0%, #e6eaee 20%, #e6eaee 100%);
}
body.sparse a,
body.auth a {
  color: #337ab7;
  text-decoration: none;
  transition: 1s ease;
}
body.sparse a:hover,
body.auth a:hover {
  color: #285f8f;
  text-decoration: underline;
}
body.sparse .login-below-login-row,
body.auth .login-below-login-row {
  padding-top: 15px;
}
body.sparse .modal-content,
body.auth .modal-content {
  border-radius: 0;
}
body.sparse .modal-content .form-control,
body.auth .modal-content .form-control {
  border-radius: 0;
}
body.sparse .sparse-header,
body.auth .sparse-header {
  padding: 20px;
  background-color: #1E3765;
  margin: -30px -30px 0;
  text-align: center;
}
body.sparse .sparse-header img,
body.auth .sparse-header img {
  width: 40%;
}
body.sparse .sparse-container,
body.auth .sparse-container,
body.sparse .auth-container,
body.auth .auth-container {
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
  background: #fff;
  padding: 30px;
}
body.sparse .sparse-footer,
body.auth .sparse-footer {
  height: 70px;
}
body.sparse .btn.btn-success,
body.auth .btn.btn-success {
  background: #1E3765;
  border-color: #12223e;
  color: #fff !important;
}
body.sparse .btn.btn-success:hover,
body.auth .btn.btn-success:hover {
  background: #12223e;
  color: #fff;
  transition: 0.3s ease;
}
body.sparse .btn.btn-primary,
body.auth .btn.btn-primary {
  background: #1E3765;
  border-color: #12223e;
  color: #fff !important;
  transition: 0.3s ease;
}
body.sparse .btn.btn-primary:hover,
body.auth .btn.btn-primary:hover {
  color: #fff;
  background: #12223e;
}

/* ==== BASE COLOURS === */
/* ==== BODY ==== */
/* ==== HEADER ==== */
/* ==== NAVBAR ==== */
/* ==== Under Nav Bar/Home Feature ==== */
/* ==== Site Search Box ==== */
/* ==== Sandwich Menu & Site Name on Mobile ==== */
/* ==== Notifications  ====*/
/* ==== UNDER NAV ==== */
/* ==== MAIN ==== */
/* ==== Panel ==== */
/* ==== FOOTER ==== */
.uoft-widget-icon {
  position: fixed !important;
  text-align: right !important;
  pointer-events: auto;
  /* Allows interaction only with the icon */
  width: auto !important;
  height: auto !important;
  outline: none;
}
.footer {
  color: #b7b7b7;
  background: #1e3765;
  text-align: center;
  position: relative;
  clear: both;
}
.footer .bold {
  font-weight: 800;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
}
.footer .container {
  background: #1e3765;
  padding: 40px 0 40px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer .container {
    padding: 40px;
  }
}
.footer .centerF {
  display: inline-flex;
  font-size: 20px;
  width: 100%;
  justify-content: center;
}
.footer .centerF p {
  padding: 15px;
}
@media (max-width: 768px) {
  .footer .centerF {
    display: grid;
  }
}
.footer .centerF .footerRow {
  border-right: 1px solid;
}
@media (max-width: 768px) {
  .footer .centerF .footerRow {
    border-right: none;
  }
}

fieldset {
  margin-bottom: 25px;
}

/* ==== BASE COLOURS === */
/* ==== BODY ==== */
/* ==== HEADER ==== */
/* ==== NAVBAR ==== */
/* ==== Under Nav Bar/Home Feature ==== */
/* ==== Site Search Box ==== */
/* ==== Sandwich Menu & Site Name on Mobile ==== */
/* ==== Notifications  ====*/
/* ==== UNDER NAV ==== */
/* ==== MAIN ==== */
/* ==== Panel ==== */
/* ==== FOOTER ==== */
.header {
  background: #1E3765;
  padding: 40px;
}
.header .container {
  background: #1E3765;
  display: flex;
}
.header .container #navi-widget-container {
  pointer-events: none;
}
.header .container .row-one {
  border-right: 1px solid #CCC;
  height: 70px;
  width: 256px;
  text-align: center;
}
@media (max-width: 499px) {
  .header .container .row-one {
    height: 67px;
    line-height: 67px;
  }
}
.header .container .row-two {
  margin-left: 30px;
  height: 70px;
  font-size: 32px;
  color: #fff;
  line-height: 70px;
  vertical-align: middle;
  font-weight: 900;
}
.header .container .row-two a {
  color: #fff;
  text-decoration: none;
}
.header .container .row-two a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
@media (max-width: 478px) {
  .header .container .row-two {
    height: 47px;
    line-height: 47px;
    font-size: 28px;
  }
}
.header .container .logo {
  height: 75px;
}
@media (max-width: 500px) {
  .header .container .logo {
    height: 59px;
  }
}
@media (max-width: 500px) {
  .header .container {
    height: 67px;
    line-height: 67px;
    padding: 0 0 0 22px;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  .header .container {
    height: 82px;
    line-height: 82px;
    padding: 0 0 0 54px;
  }
}
.navbar.navbar-default {
  background-color: #1E3765;
}
.navbar.navbar-default .container {
  background-color: #fff;
  padding: 8px 8px 0 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-content: center;
}
/*
.navbar-static-top {
    border-width: 0 !important;
}*/
#main-nav.navbar.navbar-static-top {
  border-width: 0 !important;
}
#main-nav .navbar {
  min-height: 64px;
  background-color: #1E3765;
  border-width: 0;
}
#main-nav .navbar-nav {
  background-color: #1E3765;
  color: #fff;
  border-radius: 10px;
}
#main-nav .navbar-nav > li > a {
  height: 64px;
  line-height: 64px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  #main-nav .navbar-nav > li > a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: #1E3765;
  }
  #main-nav .navbar-nav > li > a:hover::after,
  #main-nav .navbar-nav > li > a:focus::after {
    background: #AAE0F6;
  }
}
@media (max-width: 1199px) {
  #main-nav .navbar-nav > li > a {
    font-weight: 400;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  #main-nav .navbar-nav > li > a {
    background-color: #fff;
    color: #1E3765;
    font-weight: bold;
  }
  #main-nav .navbar-nav > li > a:hover {
    background-color: #1E3765;
    color: #fff;
  }
}
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .open > a {
  background: #1E3765;
}
#main-nav .navbar-nav > .active > a::after,
#main-nav .navbar-nav > .open > a::after,
#main-nav .navbar-nav > .active > a:hover::after,
#main-nav .navbar-nav > .open > a:hover::after,
#main-nav .navbar-nav > .active > a:focus::after,
#main-nav .navbar-nav > .open > a:focus::after {
  background: #AAE0F6;
}
#main-nav .navbar-right {
  margin-right: 0;
}
@media (max-width: 768px) {
  #main-nav .navbar-right {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  #main-nav .navbar-right {
    width: auto;
  }
}
#main-nav ul.dropdown-menu {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #1E3765;
  border: none;
  font-size: 16px;
  font-weight: bold;
  min-width: 248px;
  box-shadow: 0 4px 8px 0 #000;
}
#main-nav ul.dropdown-menu .divider {
  display: none;
}
#main-nav ul.dropdown-menu a {
  padding: 16px;
  color: #1E3765;
  text-decoration: none;
}
#main-nav ul.dropdown-menu a:hover {
  border-radius: 8px;
  background-color: #1E3765 !important;
  color: #fff !important;
}
#main-nav ul.dropdown-menu a:active,
#main-nav ul.dropdown-menu a:focus {
  background-color: #fff !important;
  color: #1E3765 !important;
}
@media (max-width: 768px) {
  #main-nav ul.dropdown-menu a {
    background-color: #fff;
    color: #1E3765;
    font-size: 16px;
    font-weight: 400;
    padding-left: 40px;
  }
}
#main-nav ul.dropdown-menu .active > a {
  background-color: #fff;
}
#main-nav .dropdown.open > .dropdown-toggle,
#main-nav .dropdown:has(.dropdown-menu .active) > .dropdown-toggle {
  background-color: #1E3765;
}
@media (max-width: 768px) {
  #main-nav .dropdown.open > .dropdown-toggle,
  #main-nav .dropdown:has(.dropdown-menu .active) > .dropdown-toggle {
    color: #fff;
  }
}
#main-nav #sitesMenu {
  padding: 0 30px;
  min-width: 110px;
  background-color: #fff;
  font-weight: bold;
}
#main-nav #sitesMenu > a {
  color: #1E3765;
  background-color: #fff;
}
#main-nav #sitesMenu .dropdown-menu a {
  color: #1E3765;
  background-color: #fff;
}
#main-nav #sitesMenu .dropdown-menu a:hover {
  color: #fff;
  background-color: #1E3765;
  border-radius: 8px;
}
@media (max-width: 768px) {
  #main-nav #sitesMenu {
    padding: 0;
  }
}
#main-nav .navbar-toggle {
  border-color: #fff;
  margin-right: 25px;
  background-color: #65656a;
}
#main-nav .navbar-toggle:hover,
#main-nav .navbar-toggle:active,
#main-nav .navbar-toggle:active:hover,
#main-nav .navbar-toggle:active:focus,
#main-nav .navbar-toggle:focus {
  background-color: #65656a;
}
#main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
#main-nav .navbar-brand {
  padding-left: 30px;
  color: #fff;
}
#sitesMenu-searchfield .form-control {
  border-radius: 0;
  border: 1px solid #333336;
  background-color: #fff;
  color: #1E3765;
  border-top: none;
}
/* === Notifications === */
#notifications .badge {
  background-color: #0D534D !important;
}
#notifications .popover.bottom {
  background: #fff;
  border-radius: 0;
}
#notifications .popover.bottom > .arrow:after {
  border-bottom-color: #fff;
}
#notifications .notifications-header {
  margin-left: 10px;
}
#notifications .notifications-header,
#notifications .notifications-body,
#notifications .notifications-list {
  color: #000;
  background-color: #fff;
}
#notifications .notifications-header a.notification.row.unread,
#notifications .notifications-body a.notification.row.unread,
#notifications .notifications-list a.notification.row.unread {
  color: #fff;
  background-color: #0D534D;
  padding-bottom: 10px;
}
#notifications .notifications-header a.notification.row.unread:hover,
#notifications .notifications-body a.notification.row.unread:hover,
#notifications .notifications-list a.notification.row.unread:hover,
#notifications .notifications-header a.notification.row.unread:focus,
#notifications .notifications-body a.notification.row.unread:focus,
#notifications .notifications-list a.notification.row.unread:focus,
#notifications .notifications-header a.notification.row.unread:active,
#notifications .notifications-body a.notification.row.unread:active,
#notifications .notifications-list a.notification.row.unread:active {
  color: #fff;
  background-color: #1E3765;
  transition: 0.3s ease;
  text-decoration: underline;
}
#notifications .notifications-header a.notification.row,
#notifications .notifications-body a.notification.row,
#notifications .notifications-list a.notification.row {
  color: #000;
  background: #fff;
  padding-bottom: 10px;
}
#notifications .notifications-header a.notification.row:hover,
#notifications .notifications-body a.notification.row:hover,
#notifications .notifications-list a.notification.row:hover,
#notifications .notifications-header a.notification.row:focus,
#notifications .notifications-body a.notification.row:focus,
#notifications .notifications-list a.notification.row:focus,
#notifications .notifications-header a.notification.row:active,
#notifications .notifications-body a.notification.row:active,
#notifications .notifications-list a.notification.row:active {
  color: #fff;
  background-color: #1E3765;
  transition: 0.3s ease;
}
#notifications .notifications-footer a.see-all {
  color: #000;
  background-color: #fff;
  font-size: 14px;
}
#notifications .notifications-footer a.see-all:hover,
#notifications .notifications-footer a.see-all:focus,
#notifications .notifications-footer a.see-all:active {
  background-color: #1E3765;
  color: #fff;
  transition: 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

/* ==== BASE COLOURS === */
/* ==== BODY ==== */
/* ==== HEADER ==== */
/* ==== NAVBAR ==== */
/* ==== Under Nav Bar/Home Feature ==== */
/* ==== Site Search Box ==== */
/* ==== Sandwich Menu & Site Name on Mobile ==== */
/* ==== Notifications  ====*/
/* ==== UNDER NAV ==== */
/* ==== MAIN ==== */
/* ==== Panel ==== */
/* ==== FOOTER ==== */

/* ==== BASE COLOURS === */
/* ==== BODY ==== */
/* ==== HEADER ==== */
/* ==== NAVBAR ==== */
/* ==== Under Nav Bar/Home Feature ==== */
/* ==== Site Search Box ==== */
/* ==== Sandwich Menu & Site Name on Mobile ==== */
/* ==== Notifications  ====*/
/* ==== UNDER NAV ==== */
/* ==== MAIN ==== */
/* ==== Panel ==== */
/* ==== FOOTER ==== */

/* ==== BASE COLOURS === */
/* ==== BODY ==== */
/* ==== HEADER ==== */
/* ==== NAVBAR ==== */
/* ==== Under Nav Bar/Home Feature ==== */
/* ==== Site Search Box ==== */
/* ==== Sandwich Menu & Site Name on Mobile ==== */
/* ==== Notifications  ====*/
/* ==== UNDER NAV ==== */
/* ==== MAIN ==== */
/* ==== Panel ==== */
/* ==== FOOTER ==== */
html {
  height: 100%;
}
body {
  height: 100%;
  background: #fff;
  font-size: 16px;
}
@media (max-width: 478px) {
  body {
    width: 100% !important;
  }
}
.wrap {
  overflow: auto;
  padding-bottom: 100px;
  min-height: 100%;
}
@media (max-width: 478px) {
  .wrap {
    width: 100% !important;
  }
}
.modal-content .modal-body img {
  width: 100% !important;
  height: auto;
}
#student-console-app img {
  max-width: 100% !important;
  height: auto;
}
.main {
  background: #fff;
  min-height: 100vh;
  margin: 0;
  padding: 0px 0 5px 0;
  /* ==== UNDER-NAV === */
}
.main .form-control,
.main .btn,
.main .alert {
  border-radius: 0;
}
.main .btn.btn-success {
  background: #1E3765;
  border-radius: 99px !important;
  padding: 8px 24px;
  border: 1px solid #1E3765;
  color: #fff;
  font-size: 16px;
}
.main .btn.btn-success:hover {
  background-color: #fff;
  color: #1E3765 !important;
  transition: 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.main .btn.btn-primary {
  background: #1E3765;
  border-radius: 99px;
  padding: 8px 24px;
  border: 1px solid #1E3765;
  color: #fff;
  transition: 0.3s ease;
}
.main .btn.btn-primary:hover {
  color: #1E3765;
  background: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.main .sec-btn {
  border-radius: 99px !important;
  padding: 8px 24px;
  border: 1px solid #1E3765;
  color: #1E3765;
  font-size: 16px;
}
.main .sec-btn:hover {
  color: #fff;
  background: #1E3765;
  transition: 0.3s ease;
  text-decoration: none;
}
.main .under-nav {
  background-color: #f0f8ff;
  padding: 25px 0;
}
.main .under-nav .container {
  padding: 0;
}
@media (max-width: 500px) {
  .main .under-nav .container {
    margin: 0;
  }
}
.main .under-nav .search {
  padding: 15px;
}
.main .under-nav .search a {
  color: #1e3765;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .main .under-nav {
    width: auto;
  }
}
.main ul.list-inline {
  padding-top: 10px;
}
/* ==== MAIN-CONTENT ==== */
.main-content {
  padding-bottom: 35px;
  background-color: #fff;
}
.main-content .container {
  margin: 0px auto;
  padding: 40px 0 0 0;
  /* Temporary until WF background is fixed */
}
.main-content .container a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px !important;
}
.main-content .container .text-muted {
  color: #000 !important;
}
.main-content .container h2 {
  color: #1E3765;
  font-weight: bold;
}
@media (max-width: 800px) {
  .main-content .container .home-row .home-slot img {
    min-width: 100% !important;
  }
}
.main-content .container .content {
  background: #fff;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.main-content .container .wf-stage.wf-panel {
  background: #fff;
}
.main-content .container .panel-body-landing {
  font-weight: 900;
}
.main-content .container .panel.float {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
}
.main-content .container .panel.float:hover {
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
  transform: translateY(-5px);
  transition: 0.3s ease;
}
.main-content .container .panel-larger {
  width: 104%;
  margin-left: -4px;
}
@media (max-width: 769px) {
  .main-content .container .panel-larger {
    width: auto;
  }
}
.main-content .container .panel.panel-default {
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.main-content .container .panel.panel-default .panel-heading {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #1E3765;
  color: #fff;
  border: none;
}
.main-content .container .panel.panel-default .panel-heading a {
  color: #fff;
}
.main-content .container .panel.panel-default .panel-body {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.main-content .container .panel.panel-default .panel-body small {
  font-size: 100%;
}
.main-content .container .panel.panel-default .panel-body a:not(.btn) {
  color: #3366CC;
}
.main-content .container .panel.panel-default .panel-body .label-info {
  background-color: #1E3765 !important;
  font-size: medium;
}
.main-content .container .panel.panel-default .list-group-item {
  border: none;
}
.main-content .container .panel.panel-default .list-group-item a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px !important;
  background-color: #1E3765;
  color: #fff;
}
.main-content .container .panel.panel-default .panel-footer {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: right;
  background: #fff;
  border-top: 0;
}
.nav-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-container .nav-wrapper {
  width: 100%;
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 8px;
  position: relative;
}
.nav-container .nav-wrapper .nav-title {
  text-align: left;
  padding: 15px 5px;
}
.nav-container .nav-wrapper .nav-title strong span {
  font-size: 18px;
}
.nav-container .nav-wrapper .nav-grid {
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3 - 20px), 1fr));
  gap: 20px;
  justify-items: center;
  margin: 5px 0 0 0;
}
@media (max-width: 768px) {
  .nav-container .nav-wrapper .nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .nav-container .nav-wrapper .nav-grid {
    grid-template-columns: 1fr;
  }
}
.nav-container .nav-wrapper .nav-grid a {
  color: inherit;
  height: 100%;
  justify-content: center;
}
.nav-container .nav-wrapper .nav-grid a p {
  font-size: 18px;
  color: #1e3765;
}
.nav-container .nav-wrapper .nav-grid .nav-item {
  min-width: 100%;
  min-height: 100%;
  background-color: white;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border: 4px solid transparent;
  transition: transform 0.9s ease-in-out, border-color 0.2s ease;
}
.nav-container .nav-wrapper .nav-grid .nav-item:hover,
.nav-container .nav-wrapper .nav-grid .nav-item:active {
  border: 4px solid #1e3765;
}
.nav-container .nav-wrapper .nav-grid .nav-item a {
  color: inherit;
  height: 100%;
  justify-content: center;
}
.nav-container .nav-wrapper .nav-grid .nav-item a p {
  font-size: 18px;
  color: #1e3765;
}

