/* The minimum sizes. These queries match the UofG resolutions */
h1, h2 {
	text-transform: uppercase;
}

/* block quotes */
.blockquote, .blockquote-reverse, blockquote {
	margin: 0!important;
	font-size:1.8rem!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;
}


/* other styles */

.grad {
	margin: auto;
	}

.grad-banner {
    background-image: url(https://www.ridgetownc.com/sites/rc/assets/images/grad/grad.png);
    background-size: cover;
  	position: relative;
  	height: 500px;
}

span.congrats, .fancy-title-grad {
    text-transform:uppercase;
    border-radius: 1rem;	
   	padding: 1rem;
   	font-size: 3rem;
   	line-height: 6rem;
   	font-weight:bold;   	
	} 

span.congrats {
    background:white;
    mix-blend-mode: screen;
	}

.fancy-title-grad {
    background-color: var(--uog-yellow);
   	color: black;
   	line-height: 6rem;
	}

a.apply, .btn-primary {
	border: 2px solid transparent;
	border-radius: 0;
	background: var(--uog-red)!important;
	text-transform: none;
	border-bottom: 0!important;
	width: 100%;
	text-align: center;
	display: block;
	color: #fff!important;
}

.btn-sm {
	padding: 1rem!important;
	font-size: 2.2rem!important;
}

a.apply:hover, .btn-primary:hover {
	border-radius: 0;
	background: #d0e3e9!important;
	color:black!important;
}

.bg-logo {
    background-image: url(https://www.ridgetownc.com/sites/rc/assets/images/grad/crest.png);
    background-attachment: fixed;
    background-size: 300px;
    background-position: center right;
    background-repeat: no-repeat;
}

.bg-cap {
    background-image: url(https://www.ridgetownc.com/sites/rc/assets/images/grad/cap-2023.png);
    background-attachment: fixed;
    background-size: 300px;
    background-position: center left;
    background-repeat: no-repeat;
}


/* Min breakpoint */
@media (min-width: 321.98px) {

	a.apply, .btn-primary {
		line-height: 1.58;
		padding: 1rem 1rem 1.5rem;
		font-size: 2rem;
	}	
	
	.btn-sm {
		font-size: 1.5rem!important;
	}
	
	span.congrats {
	    font-size: 4rem;
		line-height: 8rem;
		}
		
	.fancy-title-grad {
	    font-size: 5rem;
		line-height: 8rem;
		}
		
	.thank-you {
		color: black;
		background-color: var(--uog-blue-muted);
		padding: 1rem;
		border: 3px solid var(--charcoal);
		}

	.bg-pestell {
	    background-image: url(https://www.ridgetownc.com/sites/rc/assets/images/grad/pestell.jpg);
	    height: 48rem;
		}

	.bg-logo, .bg-cap {
	    background-size: 425px;
		}

	}

/* Max breakpoint */
@media (min-width: 768.98px) {

	a.apply, .btn-primary {
		line-height: 1.58;
		padding: 2rem 2rem 1.5rem;
		font-size: 3rem;
	}
	
	.btn-sm {
		font-size: 1.7rem!important;
	}
	
	span.congrats, .fancy-title-grad {
	    font-size: 8rem;
	    line-height: 12rem;
    	padding: 1rem;
		}

	.thank-you {
		color: black;
		background-color: var(--uog-blue-muted);
		padding: 3rem;
		border: 4px solid var(--charcoal);
		}

	.bg-pestell {
	    background-image: url(https://www.ridgetownc.com/sites/rc/assets/images/grad/pestell.jpg);
	    height: 48rem;
		}
	
	.bg-logo, .bg-cap {
	    background-size: 600px;
		}

	}


/* Navigation */
.dropdown {
    color: #212529;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.325;
    text-align: left!important;
    box-sizing: border-box;
    scroll-behavior: smooth;
    position: relative;	
}

.dropdown-toogle {
    margin: 0;
    overflow: visible;
    text-transform: none;
    box-sizing: border-box;
    background-clip: padding-box;
    scroll-behavior: smooth;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%!important;
    -webkit-appearance: button;
    cursor: pointer;	
}

.dropdown-menu-style {
    font-weight: 400;
    font-style: normal;
    line-height: 1.325;
    box-sizing: border-box;
    scroll-behavior: smooth;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    width: 100%!important;
    position: absolute;
    transform: translate3d(0px, -281px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;	
}

.dropdown-item	{
    line-height: 3rem;
    font-size: 2rem;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    background-clip: padding-box;
    transition: all ease-out;
    scroll-behavior: smooth;
    font-style: normal;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


h2.fancy-title-grad {
    text-transform:uppercase;
    text-align:center;
    font-size: 5rem;
    line-height: 5rem!important;
    background: none!important;
    color: white!important;
	}

span.forget {
    font-size: 3rem;
	}

.grad {
	bottom: 40%!important;
	text-align:center!important;
}

/* Checklist styles */

.rcstart-table tbody tr td, .rcstart-table tbody tr th {
	border-bottom: 2px solid var(--uog-red);
	border-top: none;
}

.rcstart-event {
    position: relative;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #C20430;
    background-color: #fff;
    z-index: 5;
}

.rcstart-event .date {
    font-size: 3rem;
    color: var(--uog-red);
    display: block;
    text-align: center;
}

.rcstart-event .month {
    display: block;
    background-color: var(--charcoal);
    padding: 0.25rem 0.5rem;
    color: white;
    text-align: center;
    font-size: 3rem;
    line-height: 5rem;
}

.rcstart-timer {
	color:black;
	font-weight:bold;
	font-style: italic;
}

/* 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;
  }
}

/* content backgrounds */
:root {
	--uog-blue-trans: #69a3b950;
	--uog-red-muted: #c2043050;
	--uog-yellow-muted: #ffc72a50;
	--uog-black-muted: #39383850;
}

.accordian-bg-blue {
	background-image: linear-gradient(var(--uog-blue-trans), var(--uog-blue));
	padding: 1rem;
	border: 4px solid var(--uog-yellow);
}

.accordian-bg-red {
	background-image: linear-gradient(var(--uog-red-muted), var(--uog-red));
	padding: 1rem;
	border: 4px solid var(--black);
}

.accordian-bg-yellow {
	background-image: linear-gradient(var(--uog-yellow-muted), var(--uog-yellow));
	padding: 1rem;
	border: 4px solid var(--uog-red);
}

.accordian-bg-black {
	background-image: linear-gradient(var(--uog-black-muted), var(--black));
	padding: 1rem;
	border: 4px solid var(--uog-red);
}

.accordian-bg-red-black {
	background-image: linear-gradient(var(--uog-red-muted), var(--black));
	padding: 1rem;
	border: 4px solid var(--uog-yellow);
}


/* 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);
}

/* Remove the icons after EPS, GIF, JPG, PNG and PSD files */
a[href$=".eps"]::after, a[href$=".gif"]::after, a[href$=".jpg"]::after, a[href$=".png"]::after, a[href$=".psd"]::after {
	content: ''!important;
}

/* Testimonial override */
.testimonial-quote {
	float: none!important;
}

/* Google recaptch position */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/* 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: 2rem;
}

.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: 2rem;
}

.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: 2rem;
}

p span.quote-red:before, p span.quote-red:after {
	font-family: FontAwesome;
    color: var(--uog-red);
}

p span.quote-yellow:before, p span.quote-yellow:after {
	font-family: FontAwesome;
    color: var(--uog-yellow);
}

p span.quote-black:before, p span.quote-black:after {
	font-family: FontAwesome;
    color: var(--charcoal);
}

p span.quote-blue:before, p span.quote-blue:after {
	font-family: FontAwesome;
    color: var(--uog-blue);
}


span.quote-red:before, span.quote-yellow:before, span.quote-black:before, span.quote-blue:before {
    content: "\f10d";
    top: -12px;
    right: 100%;
    padding-right: 0.5rem;    
}

span.quote-red:after, span.quote-yellow:after, span.quote-black:after, span.quote-blue:after {
    content: "\f10e";
    left: 100%;  
    top: auto;
    bottom: -20px;	
    padding-left: 0.5rem;
}

.black {
	color: black;
    font-family: "Roboto","Arial",sans-serif;
    font-size: 1.8rem;
}

.text-black {
	color: black;
}

.text-red {
	color: var(--uog-red);
	font-weight: bold;
}

.distinction {
    content: "\f5a2";
    color: var(--uog-yellow);
    font-size: large;
}