@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Francois+One');
body {
	font-family: "Segoe UI", AppleSDGothicNeo-Light, Calibri, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.25rem;
	/*font-size: 14px;*/
	/*line-height: 140%;*/
	position: relative;
	/*background-color: #000;*/
	/* Praneetha, if the background color isn't black, bad things happen to all my php menus... */
	/* background-color: #fff; */
}

.fixed {
	position: fixed;
}


/** Important message box **/

.important-message {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 15px;
	border-left-color: #C9243D;
	border-left-width: 5px;
	background-color: #fefafb;
}
/** Header Navigation **/
.navbar-brand {
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand > h1 {
	background-image: url(/images/formalseal.png);
	background-repeat: no-repeat;
	padding-left: 85px;
	margin-top: 5px;
}

/* RPF Change */
/* header .container {
	border-bottom: thin solid #ea8024;
} */

header .navbar-default {
	border: none;
/* RPF Change */
border-bottom: thin solid #ea8024;
/*border-top: thin solid #ea8024;*/
background-color: #fff;
margin: 0;
margin-top: 10px;
}
.top-crop {
	height: 150px;
	background-image: url(../images/image6.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: thin solid #ea8024;
}

/** Header General Styles **/
header {
	padding-top: 25px;
	background-color: #fff;
}
header h1 {
	font-family: 'Francois One', sans-serif; 
	font-weight: normal;
	font-size: 3rem;
	text-transform: uppercase;
}
header h4 {
	font-size: 1.5rem;
	color: #C9243D;
	font-style: normal;
}
header a {
	text-decoration: none !important;
}

/** Faculty affairs website header-specific styles**/

#ofaheader .navbar-default{
	border-bottom: none;
}

#ofaheader .container {
	border-bottom: thin solid #ea8024;
} 

/** Carousel Fade**/

.carousel {
	opacity: 1;
}

.carousel .item {
	transition: opacity ease-out .7s;
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
}

.carousel .item:first-child {
	top: auto;
	opacity: 1;
	position: relative;
}

.carousel .item.active {
	opacity: 1;
}

.carousel-control {
	opacity: 0;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

#featured .item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

/**Other Navigation **/
div.sub-nav.sticky {
	position: fixed;
	top: 0;
	z-index: 170;
	background-color: #fff;
}

.sub-nav {
	background-color: #fff;
	border-bottom: 1px solid #ddd; 
}

.sub-nav .nav-tabs {
	border-bottom: none;
}

.dropdown-menu {
	font-size: 14px;
}

.left {
	float: left;
	width: 42%;
	text-align: right;
}
.center {
	float: left;
	width: 15%;
}
.right {
	float: left;
	width: 42%;
	vertical-align: center;
	height: 99px;
}

.cd-container {
	width: 90%;
	max-width: 768px;
	margin: 2em auto;
}
.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(232, 98, 86, 0.8) url(/images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', Calibri, Raleway;
/* 	font-style: normal;
	 */	font-variant: normal;
	font-weight: 500;
	line-height: 120%;
	margin: 0;
	color: #C9243D;
}
h1 {
	font-size: 2.5rem;
}
h1:first-of-type {
	padding-top: 10px;
}
h2 {
	font-size: 2rem;
	/*color: #7B85B5;*/
}
h3 {
	font-size: 1.5rem;
}
a {
	color: #c9243d;
	text-decoration: none;
}
a:hover {
	color: #F97007;
	/*text-decoration: none;*/
}

.heavy-border {
	border-top: medium solid #E8878B;
	margin-top: 15px;
}

.left-border {
	border-left: medium solid grey;
}
.extra-space {
	padding-top: 15px;
	padding-bottom: 15px;
}

.question {
	font-family: 'Roboto Condensed', Calibri, Raleway;
	cursor: pointer;
	font-size: 1.1rem;
}
.question::after {
	font-family: 'Font Awesome 5 Free';
	content: ' \f0fe';
}
.question-open {
	font-family: 'Roboto Condensed', Calibri, Raleway;
	cursor: pointer;
	font-size: 1.1rem;
}
.question-open::after {
	font-family: 'Font Awesome 5 Free';
	content: ' \f146';
}
.question-ex {
	cursor: pointer;
}
.question-ex::after {
	font-family: 'Font Awesome 5 Free';
	content: ' \f0fe';
}
.question-ex-open {
	cursor: pointer;
}
.question-ex-open::after {
	font-family: 'Font Awesome 5 Free';
	content: ' \f146';
}
li > p {
	margin-bottom: 0;
}
.answer {
	padding-left: 50px;
}
.inside {
	max-width: 1200px;
	width: 80%;
	margin: auto;
}
.breadcrumb {
	color: #b01700;
	padding-bottom: 1rem;
	border-bottom: thin dotted #B8B8B8;
	font-size: .9rem;
	text-transform: uppercase;
	cursor: pointer;
}
.breadcrumb a {
	/*text-decoration: none;*/
	color: #B01700;
}
#two-thirds {
	width: 65%;
	float: left;
}
#three-fourths {
	width: 75%;
	float: left;
}
#side-nav {
	width: 21%;
	float: left;
	margin-top: 1rem;	
	margin-left: 4%;
	border-bottom: solid medium #B01700;
}
#side-nav p {
	margin-bottom: 0;
	margin-top: .25rem;
}
#side-nav h1 {
	border-bottom: thin dotted #C4C4C4;
	color: #000;
}
#sidebar {
	float: right;
	width: 30%;
	padding: 2%;
	background-color: #F0D9D9;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#sidebar h1, #side-nav h1 {
	text-transform: uppercase;
	font-size: 1.25rem;
	color: #b01700;
	font-weight: bold;
}
.bgimage {
	background-image: url(../images/big-logo.png);
	background-position: right center;
	background-size: 600px;
	background-repeat: no-repeat;
	height: 200px;
}
.content {
	padding-top: 10px;
	background-color: #fff;
	min-height: 600px;
	padding-bottom: 20px;
}
.comm-group {
	font-size: .8rem;
	line-height: 140%;
	min-height: 115px;
	border-bottom: thin dotted #A6A6A6;
	margin-bottom: .6rem;
}
.comm-group p {
	padding-bottom: 5px;
}
.comm-group h5 {
	margin-bottom: 2px;
	line-height: 130%;
	font-weight: bold;
}

/* .staff-info {
	padding-top: 1rem;
	min-height: 100px;
}
 */
/* .staff-info .contact {
	text-align: center;
} */
.read-more {
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}
.blurb {
	font-size: .8rem;
	line-height: 140%;
	border-bottom: thin dotted #a6a6a6;
}
.info {
	margin-bottom: 2rem;
}
.list-cand {
	font-size: .9rem;
	line-height: 130%;
}
.list-cand p {
	margin-bottom: 3px;
}
/* .panel-body {
	height: 136px;
} */
.initiate h4 {
	font-family: 'Fjalla One', sans-serif; 
	font-size: 1.25rem;
	text-transform: uppercase;
}
.initiate p {
	padding: .8rem;
}
.panel-footer p {
	display: inline-block;
	width: 49%;
}
.vote-det {
	clear: both;
	width: 100%;
	float: left;
	border-bottom: thin dotted #F97008;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	column-gap: 40px;
	-webkit-column-rule: 1px outset #900; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px outset #900; /* Firefox */
	column-rule: 1px outset #900;
	font-family: "Calibri", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.vote-det p {
	margin: 0;
	line-height: 120%;
	padding: 0;
}
legend {
	margin-bottom: 5px;
	color: #C9243D;
}
form {
	margin-top: 10px;
	margin-bottom: 10px;
}
.signature {
	border: none;
	border-bottom: solid thin #000;
	width: 100%;
}
.anti-label {
	font-weight: normal;
}
.initials {
	border: none;
	border-top: solid thin #000;
	width: 100%;
}
.upper-alpha {
	list-style-type: upper-alpha;
}
.lower-alpha {
	list-style-type: lower-alpha;
}
.disk {
	list-style-type: disc;
}

/**Footer Navigation **/
footer {
	font-size: 1.5rem;
	line-height: 120%;
	clear: both;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 10px;
	border-top: medium solid #B01700;
	color: #fff;
	background-color: #000;
}

/** Sidebar Navigation **/

.bs-docs-sidebar {
	padding-left: 20px;
	margin-bottom: 20px;
}

/* all links */
.bs-docs-sidebar .nav>li>a {
	color: #646464;
	border-left: 2px solid transparent;
	padding: 4px;
	font-size: 0.9rem;
	font-weight: 400;
}

/* nested links */
.bs-docs-sidebar .nav .nav>li>a {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-size: 0.67rem;
}

/* active & hover links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>li>a:hover, 
.bs-docs-sidebar .nav>li>a:focus {
	color: #C9243D;                 
	text-decoration: none;          
	background-color: transparent;  
	border-left-color: #C9243D; 
}
/* all active links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a {
	font-weight: 700;
}
/* nested active links */
.bs-docs-sidebar .nav .nav>.active>a, 
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
	font-weight: 500;
}

/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
	display: none;           
}
/* show active nested list */
.bs-docs-sidebar .nav>.active>ul.nav {
	display: block;           
}

.scrollnav.affix {
	top:20px;
	max-width: inherit;
	width:100%;
}
.side-tab {
	position:fixed;
	top:50%;
	right:0px;
	width:30px;
	height:50px;
	background-color: black;
	opacity:0.5;
	margin: -25 0 0 0;
	z-index: 999;
}
.side-tab:hover, .close-icon {
	cursor:pointer;
	color:#ccc;
}

@media (max-width: 768px) {
	.scrollnav {
		display: none;
		position:fixed;
		top:50%;
		right: 0px;
		max-width: inherit;
		width:30%;
		z-index: 1000;
		background-color: #000;
		opacity: 0.6
	}
	.scrollnav.affix {
		width:30%;
	}
	.bs-docs-sidebar .nav>li>a {
		color: #ccc;
	}
	.bs-docs-sidebar .nav>.active>a, 
	.bs-docs-sidebar .nav>li>a:hover, 
	.bs-docs-sidebar .nav>li>a:focus {
		color: #fff;                 
		border-left-color: #fff; 
	}
}

.staff-info .row {
	border-top: medium solid #eee;
	padding-top: 20px;
}

.staff-info .row:first-of-type {
	border-top: none;
	padding-top: none;
}

/** awards page **/
.awards h2 {
	margin-bottom:20px;
}
.awards h4{
	margin-bottom: 10px;
}
.awards #accordion h3 a {
	color:#646464;
}
#lecture-table tr td:nth-child(2){
	width:30%;
}
.recipient-table tr td:last-child{
	width:70%;
}
.btn-sand {
	color: #fff;
	background-color: #FFBC75;
	border-color: #E8986B;
}
.btn-peach {
	color: #fff;
	background-color: #E8736B;
	border-color: #FF9D82;
}
.btn-orange {
	color: #fff;
	background-color: #ff854d;
	border-color: #eb6144;
}
.btn-teal {
	color: #fff;
	background-color: #0396A6;
	border-color: #04BF9D;
}

ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}
ol ul {
	list-style-type: disc;
}

/*@media print {
	html {
		font-family: "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
		font-size: .6rem;
		font-size: 12px; 
		line-height: 120%;
		background: none;
		color: black;
	}
	body {
		font-size: 1rem;
		position:relative;
	}
	#umh-cont {display: none; }
	#umdheader-main {display: none; }
	header { display: none; }
	#menu-top {display: none;}
	#menu {display: none;}
	footer {display: none;}
	.form-horizontal {display: none;}
	#sub-body {width: 100%;}
	#container {width: 100%;}
	#content {width: 100%; padding: 0;}
	img {display: none !important;}
	#noprintlinks a::after {content: none !important;}
	.dontprint {display: none;}
} */

/*@media print {
	html {
		font-family: "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
		font-size: .6rem;
		font-size: 12px; 
		line-height: 120%;
		background: none;
		color: black;
	}
	body {
		visibility: hidden !important;
	}
	.modal-content * {
		visibility: visible;
		overflow: visible;
	}
	.main-page * {
		display: none !important;
	}
	.modal {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		min-height: 550px;
		visibility: visible;
		overflow: visible !important; 
	}
	.modal-dialog {
		visibility: visible !important;
		overflow: visible !important; 
	}
	#umh-cont {display: none; }
	#umdheader-main {display: none; }
	header { display: none; }
	#menu-top {display: none;}
	#menu {display: none;}
	footer {display: none;}
	.form-horizontal {display: none;}
	#sub-body {width: 100%;}
	#container {width: 100%;}
	#content {width: 100%; padding: 0;}
	img {display: none !important;}
	#noprintlinks a::after {content: none !important;}
	.dontprint {display: none !important;}
}*/

@media print {
	html {
		display: none !important;
	}
}


/* ANUP - Additions made to move to Bootstrap 4*/

.small {
	font-size: 85%;
}


.white {
	color: white;
}

.dropdown-item {
	padding: 0rem 1.5rem;
}

.nav-link {
	display: block;
	padding: 0.2rem 1rem;
	margin: 0rem 0.35rem 0rem 0.35rem;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #ccc !important;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.6);
}


.col-form-label {
	/*padding-top: 0rem;*/
	font-weight:  700;
	text-align: right;
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}

html {
	overflow-x: hidden;
}

legend {
	border-bottom: 1px solid #e5e5e5;
}

.temp-size {
	font-size: 1.6rem !important;
}
