/* This is an override file. It is loaded last in the list of styles. The reason for this is that the rules are different between sections. */
/* There are different rules between the UI-Kit, President Section, Gatsby and other published sections. THis makes it difficult to manage. */
/* Updated Feb 9, 2023 - LN 1452 */

/* UofG Colours */
.color-uog-red {
  color: var(--uog-red) !important;
}
.bg-uog-red {
  background: var(--uog-red) !important;
}
.color-uog-red-darker {
  color: var(--uog-red-darker) !important;
}
.bg-uog-red-darker {
  background: var(--uog-red-darker) !important;
}
.color-uog-blue {
  color: var(--uog-yellow) !important;
}
.bg-uog-blue {
  background: var(--uog-yellow) !important;
}
.color-uog-blue-muted {
  color: var(--uog-blue-muted) !important;
}
.bg-uog-blue-muted {
  background: var(--uog-blue-muted) !important;
}
.color-uog-yellow {
  color: var(--uog-yellow) !important;
}
.bg-uog-yellow {
  background: var(--uog-yellow) !important;
}

/* START Not Used */
.rc-h1 {
  /* text-align:center;*/
  padding-top: 3rem;
  font-weight: bold;
  text-align: center;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  font-size: 8.8rem;
  margin-left: 10%;
  max-width: 80%;
}

.rc-h1-sub {
  /* text-align:center;*/
  font-size: 3rem;
  margin-bottom: 1.6rem;
  margin-left: 10%;
  max-width: 80%;
  color: #212529;
  text-align: center;
  padding-bottom: 2.4rem;
}

.rc-h2 {
  /* text-align:center; */
  color: var(--uog-grey);
  padding: 4rem;
}

/* END Not Used */

h2.fancy-title {
  background-color: var(--uog-yellow);
  padding: 4rem 4rem 5rem 4rem;
  color: black;
  width: auto;
}

h2.fancy-title-invert,
.fancy-title-invert {
  background-color: var(--uog-red);
  padding: 5rem 4rem 5rem 4rem;
  color: white;
  width: auto;
}

h2.black,
h3.black {
  color: black;
  line-height: 3.5rem !important;
}
h2.black span,
h3.black span {
  color: var(--uog-red);
}

#home-sidebar {
  height: 100%;
  width: 30rem;
  position: absolute;
  right: 0;
  overflow: auto;
  padding: 0 2rem 2rem 2rem;
  height: calc(100vh - 7.5rem);
}

#home-sidebar.scrolled {
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
}

#home-sidebar.scrolled.scrolled-to-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  top: unset;
}

#home-sidebar .home-sidebar-sub-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#home-sidebar .home-sidebar-sub-container .home-sub-section-button {
  width: 100%;
  position: relative;
  border: none;
  padding: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  background-color: #f7f8fb;
  -webkit-transition: background-color color ease-in 100ms;
  -o-transition: background-color color ease-in 100ms;
  transition: background-color color ease-in 100ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home-sidebar .home-sidebar-sub-container .home-sub-section-button:before {
  content: "ï”";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #ffc72a;
  z-index: 8;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-right: 1rem;
}

#home-sidebar .home-sidebar-sub-container .home-sub-section-button:focus,
#home-sidebar .home-sidebar-sub-container .home-sub-section-button:hover {
  background-color: #0074c1;
  color: white;
}

@media only screen and (max-width: 816px) {
  #home-sidebar {
    /* display: none!important; */
  }

  #ui-kit-main {
    width: 100% !important;
    padding: 0 !important;
  }

  #icons-section {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #ui-kit-footer #vcards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.card {
  border: none !important;
  background-color: #e1edf154; /*var(--uog-blue-muted);*/
  margin: 20px;
}

a.apply {
  line-height: 1.58;
  border: 2px solid transparent;
  border-radius: 0;
  background: var(--uog-red) !important;
  text-transform: none;
  padding: 2rem 2rem 1.5rem;
  border-bottom: 0 !important;
  width: 100%;
  font-size: 3rem;
  text-align: center;
  /* margin: 0 auto 7rem!important;*/
  display: block;
  color: #fff !important;
}

a.apply:hover {
  border-radius: 0;
  /*margin: 0 auto 7rem!important;*/
  background: #d0e3e9 !important;
  color: black !important;
}

.panel-body.blue,
p.lead.blue,
.panel.panel-body.blue,
.card-body.blue {
  border-left: 1rem solid var(--uog-blue) !important;
  padding: 1rem 2rem;
}

.panel-body.red,
p.lead.red,
.panel.panel-body.red,
.card-body.red {
  border-left: 1rem solid var(--uog-red) !important;
}

.panel-body.yellow,
p.lead-yellow,
.panel.panel-body.yellow,
.card-body.yellow {
  border-left: 1rem solid var(--uog-yellow) !important;
}

.panel-body.black,
p.lead-black,
.panel.panel-body.black,
.card-body.black {
  border-left: 1rem solid black !important;
}

.panel-group-lists .panel .panel-heading .panel-title-error a.collapsed {
  color: var(--uog-red) !important;
}

p.lead {
  text-align: left;
  color: var(--grey);
  font-family: "Roboto", "Arial", sans-serif;
  letter-spacing: 0.03rem;
  box-sizing: border-box;
  font-size: 2.75rem !important;
  /* line-height: 3.75rem !important;*/
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  display: block;
  font-weight: 300;
}

p.apply {
  line-height: 1.58;
  border: 2px solid transparent;
  border-radius: 0;
  background: var(--uog-red) !important;
  text-transform: none;
  padding: 2rem 2rem 1.5rem;
  border-bottom: 0 !important;
  width: 100%;
  font-size: 3rem;
  text-align: center;
  /* margin: 0 auto 7rem!important;*/
  display: block;
  color: #fff !important;
}

/* home page */
.img-container {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.img-container:hover img {
  opacity: 0.6;
  transform: scale(1.03) !important;
  transition: all 0.15s ease-in-out !important;
}

.card:hover {
  background: #d0e3e9;
  top: -0.5rem;
  color: #212529;
}

/* Program stats */

#stats {
  background-color: #fff;
  background-image: url(https://www.ridgetownc.com/sites/dev/assets/images/programs/stats-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

#stats div.uog-card {
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  outline: 0 !important;
  user-select: none;
  background-color: transparent;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.03rem;
  border: 2px solid transparent;
  border-radius: 0;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  transition: all 0.25s ease-in-out;
  top: 0;
  color: #555;
  width: 80%;
  padding: 5rem 5rem 5rem 5rem;
  clear: both;
  display: block;
  margin: auto;
}

#stats div.uog-card dt {
  font-size: 5.1rem;
}

#stats div.uog-card dd {
  font-weight: bold;
}

#stats div.uog-card dt svg {
  height: 6rem;
  user-select: none;
  letter-spacing: 0.03rem;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 4.5rem;
  display: inline-block;
}

#stats div.uog-card dl {
  background-color: white;
}

/* program stats - other page width issues */
#content {
  padding: 0 !important;
}

#rotator2 {
  min-height: 5rem !important;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: var(--grey);
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
  background-color: #888;
  background-image: url("data:image/png;base64,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");
}

/* Form styles */
.error {
  font-weight: bold;
  color: var(--uog-red);
}

.form-control.error {
  border-color: var(--uog-red);
  background-color: #f6dfde;
}

/* Style a file input type */

.file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

.file-input label {
  display: block;
  position: relative;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background: var(--uog-red);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease-out;
}

.file-name {
  color: black;
  font-weight: bold;
}

/* input:hover + label, input:focus + label {
  transform: scale(1.02);
} */

/* Adding an outline to the label on focus */
input:focus + label {
  outline: 1px solid #000;
  outline: -webkit-focus-ring-color auto 2px;
}

/* Testimonial styles */

.testimonial-foot {
  font-weight: 400;
  text-align: left;
  font-family: "Roboto", "Arial", sans-serif;
  letter-spacing: 0.03rem;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.8rem;
  line-height: 1.58;
  box-sizing: border-box;
  color: #c20430;
}

.testimonial-title {
  text-align: left;
  font-family: "Roboto", "Arial", sans-serif;
  letter-spacing: 0.03rem;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.8rem;
  line-height: 1.58;
  box-sizing: border-box;
  font-weight: 700;
  color: #000;
}

.testimonial-quote {
  font-weight: 400;
  font-family: "Roboto", "Arial", sans-serif;
  letter-spacing: 0.03rem;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  float: right;
  font-size: 2rem !important;
  line-height: 3rem !important;
  text-align: left;
  color: #555;
  margin: 0 5% 2rem 0;
  /* font-style: italic;*/
  padding: 0;
  background: transparent;
}

.social-wrapper {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: var(--grey);
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03rem;
  box-sizing: border-box;
  content: "";
  clear: both;
  display: flex;
  margin-bottom: 4rem;
}

.social-wrapper a img {
  line-height: 1.5;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.6rem;
  color: var(--blue);
  letter-spacing: 0.03rem;
  font-weight: 400;
  box-sizing: border-box;
  vertical-align: middle;
  border-style: none;
  width: 20px;
  text-align: center;
}

.social-wrapper a {
  text-align: left;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  outline: 0 !important;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  border-bottom: 0.2rem solid transparent;
}

.social-wrapper a.twitter {
  background: #1da1f3;
}

.social-wrapper a.facebook {
  background: #4267b2;
}

.social-wrapper a.instagram {
  background: #e53c7e;
}

.social-wrapper a.linkedin {
  background: #0077b5;
}

.social-wrapper a.youtube {
  background: #ff0200;
}

.social-wrapper a.tiktok {
  background: #eeeeee;
}

.btn-pdf {
  color: white !important;
}

/* Key Contacts page */
.user-profile img {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.user-profile .profile-bio {
  width: 66%;
  display: inline-block;
  padding: 0 2%;
}

.user-profile .profile-bio h3 {
  margin-top: 0;
}

/* Custom Tables styles */
th {
  vertical-align: top !important;
}

th span {
  font-size: small;
}

/* reset banner image max width */
#rotator img {
  max-width: none;
}

/* make links in alternating table rows higher contrast */
/*.table td a, .table th a {
	color: var(--blue);
	background-color: white;
}*/

/* DVT Course tab filtering */
.filter {
  display: none;
}

.show {
  display: block;
}

/* Research section */
.profile-bio h2 {
  margin-top: 0.5rem !important;
  line-height: 1 !important;
  font-size: 3rem !important;
}

/* Custom form styles */

.form-control {
  appearance: auto;
}

select.form-control {
  padding: 0.5rem 1rem !important;
  height: calc(4.4rem + 2px) !important;
}

select.form-control-lg,
input.form-control-lg {
  height: calc(4.4rem + 2px);
}

.form-control,
.custom-file-input {
  font-size: 1.7rem !important;
}

/* ENS/Modal Styles */

.modal-box {
  font-family: "Poppins", sans-serif;
}
.modal-box .show-modal {
  color: #fff;
  background-color: #e04f8a;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 15px;
  border-radius: 0;
  margin: 80px auto 0;
  border: none;
  outline: none;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus {
  color: #fff;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.4);
  outline: none;
}
.modal-box .modal-dialog {
  /* width: 550px; */
  margin: 50px auto 0;
}
.modal.fade .modal-dialog {
  transform: translateX(50px);
}
.modal.in .modal-dialog {
  transform: translateX(0);
}
.modal-box .modal-dialog .modal-content {
  color: #fff;
  background: #1a1a1a;
  text-align: center;
  border: none;
  border-radius: 0;
}
.modal-box .modal-dialog .modal-content .close {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-shadow: none;
  line-height: 20px;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  left: auto;
  right: 15px;
  top: 15px;
  z-index: 1;
  transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close:hover {
  color: #fff;
}
.modal-box .modal-dialog .modal-content .close:focus {
  outline: none;
}
.modal-box .modal-dialog .modal-content .modal-body {
  padding: 30px 35px 35px !important;
}
.modal-box .modal-dialog .modal-content .modal-body .icon {
  color: #fff;
  font-size: 130px;
  line-height: 110px;
  margin: 0 auto 15px;
  text-shadow: 4px 4px rgba(224, 79, 138, 0.5),
    -4px -4px rgba(224, 79, 138, 0.5);
}
.modal-box .modal-dialog .modal-content .modal-body .title {
  font-size: 26px;
  line-height: 45px;
  font-weight: 600;
  margin: 0 0 30px;
}
.modal-box .modal-dialog .modal-content .modal-body .btn {
  color: #fff;
  background: #e04f8a;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 40px;
  margin: 0 auto 15px;
  border: none;
  border-radius: 50px;
  display: block;
  transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover {
  background: #196771;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.modal-box .modal-dialog .modal-content .modal-body .btn.cancel {
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  border-radius: 0;
  display: inline-block;
}
.modal-box .modal-dialog .modal-content .modal-body .btn.cancel:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.modal-box .modal-dialog .modal-content .modal-body .btn:focus {
  outline: none;
}
@media only screen and (max-width: 576px) {
  .modal-dialog {
    width: 95% !important;
  }
}

/* Copied from Grad Styles */
.btn-primary {
  font-family: "Roboto", "Arial", sans-serif;
  box-sizing: border-box;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
  letter-spacing: 0.03rem;
  font-weight: 400;
  outline: 0 !important;
  line-height: 1.58;
  border: 2px solid transparent;
  border-radius: 0;
  background: var(--uog-red) !important;
  text-transform: none;
  padding: 2rem 2rem 1.5rem;
  border-bottom: 0 !important;
  width: 100%;
  font-size: 3rem;
  text-align: center;
  display: block;
  color: #fff !important;
}

.btn-primary-2 {
  background: var(--uog-red) !important;
  border-bottom: 0 !important;
  color: #fff !important;
  display: unset !important;
}

.btn.btn-secondary-2,
.btn.btn-secondary-2 a:hover {
  background: #333333;
  padding: 2rem 2rem 1.5rem;
  border-bottom: 0;
  width: 100%;
  font-size: 3rem;
  text-align: center;
  display: block;
  color: #fff;
}

.text-red {
  color: var(--uog-red);
  font-weight: bold;
}

/* Lists with anchors do not respond properly, so use these instead */
.two-col-list {
  column-count: 2;
  -webkit-column-count: 2;
}

.three-col-list {
  column-count: 3;
  -webkit-column-count: 3;
}

.four-col-list {
  column-count: 4;
  -webkit-column-count: 4;
}

/* Admin Portal Style for the navigation */
.adminUL {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: var(--charcoal);
}

.adminLI {
  float: left;
}

.adminLI a,
.dropNavbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.adminLI a:hover,
.dropdown:hover .dropNavbtn {
  background-color: var(--uog-red);
  color: white;
}

.adminLI.dropdownNav {
  display: inline-block;
}

.adminLI.right {
  float: right;
}

.dropdownNav-content {
  display: none;
  position: absolute;
  background-color: var(--charcoal);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdownNav-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdownNav-content a:hover {
  background-color: white;
  color: black;
}

.dropdownNav:hover .dropdownNav-content {
  display: block;
}

/* Sweet Alerts Styles - replace Java alert dialog */

/* This is the dimmed background */
.swal-overlay {
  background-color: rgba(105, 163, 185, 0.5);
}

/* This is the modal inside background */
.swal-modal {
  bckground-color: rgba(153, 153, 153, 0.6);
  border: 3px solid white;
}

/* dialog text */
.swal-text {
  color: black;
}

/* This is the confirm button */
.swal-button--confirm {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: var(--uog-red);
  font-size: 12px;
  border: 1px solid var(--uog-red-darker);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal-button:not([disabled]):hover {
  background-color: var(--grey);
  border: 1px solid var(--black);
  color: white;
}

/* Some missing BS classes */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* responsive iframe styles */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Custom Calendar View */
.event {
  line-height: 1.5;
  color: var(--uog-red);
  border-collapse: collapse;
  text-align: center;
  font-size: 1.063rem;
  box-sizing: inherit;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid var(--uog-red);
  background-color: white;
  z-index: 5;
}

.event .day {
  font-size: 2rem;
  color: var(--uog-red);
  display: block;
  text-align: center;
}

.event .date {
  font-size: 6rem;
  color: var(--uog-red);
  display: block;
  text-align: center;
}

.event .month {
  font-size: 4rem;
  display: block;
  background-color: black;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
}

.event .timeHeader {
  font-size: 2rem;
  display: block;
  padding: 0.25rem 0.5rem;
  text-align: center;
  background-color: black;
  color: white;
}

.event .time {
  font-size: 2rem;
  display: block;
  padding: 0.25rem 0.5rem;
  text-align: center;
}

/* TIMELINE STYLES */

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: var(--uog-red);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -8px;
  background-color: white;
  border: 4px solid #ff9f55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 4px;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent var(--uog-blue-muted);
}

/* Add arrows to the right container (pointing left) */
.right::before {
  /*  content: " "; */
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--uog-blue-muted) transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.timeline-content {
  padding: 20px 30px;
  background-color: var(--uog-blue-muted);
  position: relative;
  border-radius: 6px;
}

.timeline-content > p > a {
  text-decoration: underline !important;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--uog-blue-muted) transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 4px;
  }
}

/* Pills & Badges */
.badge-primary {
  background-color: var(--uog-red);
  font-size: 2rem;
}

/* Standard color rules */
.text-black {
  color: black;
}

.text-red {
  color: var(--uog-red);
  font-weight: bold;
}

.text-yellow {
  color: var(--uog-yellow);
}

.text-blue {
  color: var(--uog-blue);
}

.green {
  color: var(--green);
}

/* Background image (used on the about us timeline) */
.timeline-image {
  background-image: url(https://grad.ridgetownc.com/sites/grad/assets/images/home/crest.png);
  background-attachment: fixed;
  background-size: 300px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* Back to top button */
#bttButton {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  font-size: 2rem;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: var(--uog-red);
  color: var(--uog-yellow);
  cursor: pointer;
  padding: 1rem;
  border-radius: 1rem;
}

#bttButton:hover {
  background-color: var(--uog-blue);
  color: var(--uog-red);
}

/* custom styles for the instructor student photos form */
.studentPhoto-input {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 2rem;
}

.studentPhoto-label {
  margin-left: 2rem;
}

.adoption-img {
  max-width: 180px;
  max-height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.adoption-img muted {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* TOOL TIP - Used in Admin Portal */
.rctooltip {
  position: relative; /* making the .tooltip span a container for the tooltip text */
  /*border-bottom:1px dashed #000;*/ /* little indicater to indicate it's hoverable */
  color: var(--uog-red);
}

.rctooltip:before {
  content: attr(data-text); /* here's the magic */
  position: absolute;

  /* vertically center */
  top: 50%;
  transform: translateY(-50%);

  /* move to right */
  left: 100%;
  margin-left: 15px; /* and add a small left margin */

  /* basic styles */
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-align: center;

  display: none; /* hide by default */
}

.rctooltip:hover:before {
  display: block;
}

/* CARES */
/* Quote styles */
.heading-red {
  font-family: "Roboto", "Arial", sans-serif;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: 0.01rem;
  color: var(--uog-red);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  clear: both;
  display: block;
  font-weight: 700;
  font-size: 3rem !important;
}

.heading-blue {
  font-family: "Roboto", "Arial", sans-serif;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: 0.01rem;
  color: var(--uog-blue);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  clear: both;
  display: block;
  font-weight: 700;
  font-size: 3rem !important;
}

.heading-black,
.heading-yellow {
  font-family: "Roboto", "Arial", sans-serif;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: 0.01rem;
  color: var(--charcoal);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  clear: both;
  display: block;
  font-weight: 700;
  font-size: 3rem !important;
}

.blockquote-red::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0rem;
  bottom: -1rem;
  border: 1rem solid var(--uog-red);
  border-width: 1rem 0 1rem 1rem;
  width: 4rem;
  z-index: -1;
}

.blockquote-red::after {
  content: "";
  position: absolute;
  top: -1rem;
  right: 0rem;
  bottom: -1rem;
  border: 1rem solid var(--uog-red);
  border-width: 1rem 1rem 1rem 0;
  width: 4rem;
  z-index: -1;
}

.blockquote-yellow::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0rem;
  bottom: -1rem;
  border: 1rem solid var(--uog-yellow);
  border-width: 1rem 0 1rem 1rem;
  width: 4rem;
  z-index: -1;
}

.blockquote-yellow::after {
  content: "";
  position: absolute;
  top: -1rem;
  right: 0rem;
  bottom: -1rem;
  border: 1rem solid var(--uog-yellow);
  border-width: 1rem 1rem 1rem 0;
  width: 4rem;
  z-index: -1;
}

.blockquote-black::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0rem;
  bottom: -1rem;
  border: 1rem solid var(--charcoal);
  border-width: 1rem 0 1rem 1rem;
  width: 4rem;
  z-index: -1;
}

.blockquote-black::after {
  content: "";
  position: absolute;
  top: -1rem;
  right: 0rem;
  bottom: -1rem;
  border: 1rem solid var(--charcoal);
  border-width: 1rem 1rem 1rem 0;
  width: 4rem;
  z-index: -1;
}

.blockquote-blue::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0rem;
  bottom: -1rem;
  border: 1rem solid var(--uog-blue);
  border-width: 1rem 0 1rem 1rem;
  width: 4rem;
  z-index: -1;
}

.blockquote-blue::after {
  content: "";
  position: absolute;
  top: -1rem;
  right: 0rem;
  bottom: -1rem;
  border: 1rem solid var(--uog-blue);
  border-width: 1rem 1rem 1rem 0;
  width: 4rem;
  z-index: -1;
}

/* Overwrite */
a[href$=".eps"]:after,
a[href$=".gif"]:after,
a[href$=".jpg"]:after,
a[href$=".png"]:after,
a[href$=".psd"]:after {
  content: none !important;
}

/* modal size */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 920px;
  }
}

/* RC Connect Form styles */
.form-check input[type="checkbox"] {
  width: 1.1em;
  height: 1.1em;
}

.form-check-label {
  margin-left: 10px;
}

/* COOP Styles */
table.coop {
  width: 50%;
  border: 2px solid black;
  border-collapse: collapse;
  cell-padding: 0;
  cell-spacing: 0;
  text-align: center;
}

table.coop thead th,
table.coop tbody tr {
  border-bottom: 2px solid black;
}

thead.coop {
  color: white;
  background-color: var(--uog-red);
}

td.coop-black {
  background-color: black;
  color: white;
  font-weight: bold;
}

td.coop-yellow {
  background-color: var(--uog-yellow);
  color: black;
}

td.coop-red {
  background-color: var(--uog-red);
  color: white;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.custom-file-label {
  padding-left: 1.5rem;
  background-color: #eaf2f5;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
  height: auto;
}

/* Search Styles */
dl {
  background-color: #f8f8f8;
  padding: 1.5em;
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
}

/* Mura Form Tool Styles */
.mura-form-nav,
.mura-form-next,
.form-nav {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.8rem;
  line-height: 1.58;
  letter-spacing: 0.03rem;
  font-weight: 400;
  color: #555555;
  transition: all 0.25s ease-in-out;
  color: #ffffff;
  border: 2px solid transparent;
  border-radius: 0;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  outline: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: var(--uog-red);
}
.mura-response-error {
  font-weight: bold;
  color: var(--uog-red);
}

/* Library Search Styles */
.searchsubmit {
  border: none;
  border-bottom: 2px solid #c20430;
  border-right: none;
  width: 3em;
  font-size: 71%;
  background: url(https://www.lib.uoguelph.ca/sites/all/themes/library/icons/search-icon.png)
    center/1.25em white no-repeat;
  height: 45px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

/* Nav item fix */
.site-content .content-area a:not(.nav-item):after {
  position: inherit !important;
  content: "";
}
