html, body {
   margin:0px;
   padding:0px;
   height:100%;
}

body {
	font-family:Avenir Next, Avenir, Helvetica Neue, Arial, sans-serif;
	font-size:14px;
	line-height:30px;
	font-weight:400;
}

header {
	background-color: #313131;
	color: white;
	text-align: center;
	width: 100%;
}

.header-top {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 10px 15px;
}

a {
	font-weight:700;
	text-decoration:none;
	color: var(--color-first);
	transition: color 0.2s;
}

a:hover {color: var(--color-second);}

.rit_header {
	font-size:15px;
	color:white;
	height:51px;
	line-height:51px;
	background-color: #000;
	padding: 0px 45px;
	clear:both;
	font-family: "times new roman";
}

#rit_logo {
	height:39px;
	margin-top:6px;
	float:left;
	font-size:12px;
	color:white;
}

#rit_text {
	float:left;
	margin-left: 10px;
}

.nav-element {
	float:right;
	text-align:center;
	background-color: #000;
	margin: 0px 10px;
	font-weight:300;
}

.nav-divider {
	float:right;
	margin:10px 5px;
	width:1px;
	height:31px;  
	background-color:white;
}

.logo-type {
	width: 500px;
}

.logo-mark {
	display: none;
}

.branch_button {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
	transition: color 0.3s linear;
	height: 27px;
}

.branch_button_fw {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
	transition: color 0.3s linear;
	height: 50px;
	width: 250px;
}

header:hover .branch_button {
	color: rgba(255, 255, 255, 1);
}

header:hover .fav span {
	color: gold;
}

.inst-button {
	opacity: 0.5;
	height: 30px;
	transition: opacity 0.3s linear;
}

header:hover .inst-button {
	opacity: 1;
}

.branch_button:hover, .branch_button_fw:hover {
	cursor: pointer;
}

.logomark {
	height: 69px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
}

.subject_title {
	font-size:45px;
	float:left;
	font-weight: 800;
}

.subject_subtitle {
	font-size:13px;
	float:left;
	font-weight:500;
	margin-left:40px;
}

button.asterisk {
	font-weight: 800;background: none;
	border: none;
	color: black;
}

button.asterisk:after {content: "*";}

.lexicon_button_holder {
	float: right;
}

.lexicon_button {
	width:130px;
	height:51px;
	border:2px solid white;
	border-radius:10px;
	background-color: var(--color-first);
	font-size:12px;
	font-weight:600;
	color:white;
	margin-top:24px;
	transition: background-color 0.2s;
}

.lexicon_button:hover {
	background-color: var(--color-second);
	cursor: pointer;
}

.breadcrumb_bar {
	padding-left:35px;
	overflow-x:scroll;
	white-space:nowrap;
}

.all-branches {
	display: none;
	padding: 20px;
	background: #222;
}

.all-branches > div {
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
	margin:auto;
}

.breadcrumb_bar button {
	border:none;
	height: 40px;
	background: none;
	font-size:12px;
	font-weight:400;
	color: white;
	transition: color 0.2s, border-bottom 0.2s;
}

.breadcrumb_bar a:last-child button {
	font-weight:700;
}

.breadcrumb_bar button:hover {
	color:white;
	cursor:pointer;
}

.breadcrumb_bar img {
	height:26px;
	position: relative;
	top: 10px;
}

/*******************************************************************/
/* Tooltip code from W3Schools */

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 15px 10px;
	border-radius: 6px;

	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -70px;

	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/*******************************************************************/

.video_frame {
	font-weight:200;
	width:95%;
	max-width:540px;
}

.video_frame a {
	font-weight:700;
	color:#000;
	text-decoration:none;
}

.video_frame a:hover {
	text-decoration:underline;
}

.video_frame .caption {
	font-weight:600;
	float:left;
}

.video_frame .credit {
	float:right;
}

.video_frame iframe {
	border:none;
	width:100%;
	height:310px;
}

.video_inline {
	display:inline-block;
	padding:20px;
}

.video_float_r {
	float:right;
	padding:20px;
	padding-right:0px;
}

hr {
	border:0.5px solid #808080;
	clear: both;
}

h1 {
	font-size:40px;
	margin-bottom:20px;
	line-height:45px;
}

h2 {
	font-size:30px;
	color: #ffffff;
	line-height:35px;
}

h3 {
	font-size:20px;
}

.text_field {
	padding:10px 0px;
}

.white {
	background-color: #FFF;
	color: #000;
}

.color {
	background-color: var(--color-first);
	color: #FFF;
}

.photo {
	height: 55px;
	width: 55px;
	border-radius: 45px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
}

.photo-large {
	width: 75px;
	height: 75px;
}

.team-subhead {
	color: gray;
	font-size: 16px;
	font-weight: 300;
}
.team-subsubhead {
	color: white;
	font-size: 10px;
	font-weight: 400;
	padding: 5px;
	border-radius: 5px;
	margin-top: 5px;
}

.flexbox {
	display: flex;
	flex-flow: row wrap;
}

.team-photo-listing {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}

.team-photo-listing a {
	margin: 20px;
}

.group_photo {
	width: 90%;
	max-width:400px;
	border-radius:10px;
	margin:20px;
}

.group_photo_blur {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	color:white;
}

.group_photo_blur a {
	color:white;
	text-decoration:none;
	font-weight:300;
}

.group_photo_blur a:hover {
	text-decoration:underline;
}

.button_large {
	height:90px;
	border:2px solid white;
	border-radius:10px;
	background-color:var(--color-first);
	font-size:12px;
	font-weight:600;
	color:white;
	transition: background-color 0.2s;
}
.button_large:hover {
	background-color: var(--color-second);
	cursor: pointer;
}

.button_small {
	height:45px;
	border:2px solid white;
	border-radius:10px;
	background-color:rgba(255, 255, 255, 0);
	font-size:12px;
	font-weight:600;
	color:white;
	padding:0px 20px;
	transition: background-color 0.2s;
}

.button_small:hover {
	background-color:rgba(255, 255, 255, 0.45);
	cursor: pointer;
}

.button_large[disabled] {
	cursor: default;
}

.lexicon_card_container {
	display:flex;
	flex-flow:row wrap;
	justify-content: flex-start;
}

.lexicon_card {
	width:225px;
	height:130px;
	margin:25px;
	border:none;
	border-radius:10px;
	background-color: var(--color-first);
	transition: background-color 0.3s;
	font-size:20px;
	font-weight:600;
	color:white;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.lexicon_card:hover {
	cursor: pointer;
	background-color: var(--color-second);
}

.branch_card {
	width: 250px;
	border-radius: 20px;
	color: white;
	padding: 0px 40px 20px 40px;
	margin:20px;
	text-align: center;
}

.list-style-toggle {
	width: 50px;
	height: 40px;
	font-size: 14px;
	line-height: 14px;
	background: none;
	border: 1px solid black;
	border-radius: 5px;
	transition: background 0.2s linear, color 0.2s linear;
}

.list-style-toggle-l {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: none;
}
.list-style-toggle-r {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.lexicon_list {
	font-size: 20px;
	font-weight: 600;
	padding: 20px 20px;
	transition: background 0.2s linear, color 0.2s linear;
}

.label-block {
	background: gray;
	color: white;
	padding: 5px;
	border-radius: 5px;
	font-size: 10px;
	position: relative;
	bottom: 6px;
	font-weight: 500;
}

.a-z-container {
	width:100%;
	text-align:center;
	background:white;
	color: #e3e3e3;
	position:sticky;
	position: -webkit-sticky;
	top:-1px;
	border-bottom: 1px solid #808080;
	font-weight:700;
	z-index: 50;
}

.a-z {
	height:50px;
	line-height:50px;
	overflow-x:scroll;
	white-space:nowrap;
}

.a-z a {
	color:black;
	margin:0px 10px;
}

.a-z a {
	color:black;
	margin:0px 10px;
}

.a-z a:hover {
	color: var(--color-first);
}

.a-z a:active {
	color: var(--color-second);
}

.card-search {
	-webkit-appearance: none;
	width:100%;
	max-width:500px;
	padding:10px;
	font-size:12px !important;
	font-weight:700;
	outline:none;
	border:1px solid #808080;
	border-radius: 0px;
}

.m-glass {
	height: 20px;
	position: relative;
	top: 7px;
	left: 25px;
}

.m-glass:hover {
	cursor: pointer;
}

.header_search_frame {
	width: 300px;
	text-align: right;
	padding-right: 26px;
}

.header_lowerbar {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#search:hover {
	cursor:pointer;
}

.card-search-header::-webkit-input-placeholder { color: rgba(255,255,255,0.4); transition: color 0.3s linear; }
.card-search-header::-webkit-input-placeholder { color: rgba(255,255,255,0.4); transition: color 0.3s linear; }
.card-search-header::-moz-placeholder { color: rgba(255,255,255,0.4); transition: color 0.3s linear; }
.card-search-header:-ms-input-placeholder { color: rgba(255,255,255,0.4); transition: color 0.3s linear; }
.card-search-header:-moz-placeholder { color: rgba(255,255,255,0.4); transition: color 0.3s linear; }

.card-search-header {
	transition: border-bottom 0.3s linear, width 0.3s linear;
	background: none !important;
	border: none !important;
	border-bottom: 3px solid rgba(255,255,255,0.0) !important;
	width:0px;
	color:white;
}
.card-search-header:focus {
	border-bottom: 3px solid rgba(255,255,255,1) !important;
	width: 250px;
}
.card-search-header:focus::-webkit-input-placeholder { color: rgba(255,255,255,0.7); }
.card-search-header:focus::-webkit-input-placeholder { color: rgba(255,255,255,0.7); }
.card-search-header:focus::-moz-placeholder { color: rgba(255,255,255,0.7); }
.card-search-header:focus:-ms-input-placeholder { color: rgba(255,255,255,0.7); }
.card-search-header:focus:-moz-placeholder { color: rgba(255,255,255,0.7); }

.icon-search { /* INCOMPLETE */
	border:1px solid red;
	display:inline-block;
	width:20px;
	height:20px;
	background-size:20px 20px;
	background-repeat: no-repeat;
	background-image: url(/assets/images/icon-search.svg);
	background-blend-mode: color-dodge;
}

.button_disabled {background-color: #a8a8a8;}
.button_disabled:hover {background-color: #a8a8a8; cursor:default;}

.site_map_column {
	float:left;
	min-width:250px;
	width:25%;
	margin:20px;
	margin-top:0px;
}

.site_map_column h2 {
	border-bottom:7px solid var(--color-first);
	margin-bottom:10px;
}

.site_map_column ul {
	list-style-type:none;
	padding:0px;
	padding-left:15px;
}

.site_map_column ul li a {
	color:#808080;
	font-weight:400;
}

.site_map_column ul li a:hover {
	text-decoration:underline;
}

.entry_header {
	height: 50px;
	text-align:center;
	padding: 30px 0px;
	border-bottom:1px solid #a8a8a8;
	background:white;
	position:sticky;
	position: -webkit-sticky;
	top:0px;
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	z-index: 5;
}

.entry_head_light {
	font-size:50px;
	font-weight:100;
}

.entry_head_heavy {
	font-size:50px;
	font-weight:700;
	line-height: 50px;
}

.entry_subhead {
	font-size:20px;
	font-weight:200;
	margin-top:10px;
	letter-spacing:15px;
}

.lexicon-entry-pane-left {
	width:50%;
	float:left;
	overflow:hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}

.lexicon-entry-pane-right {
	margin-left:50%;
	border-left:7px solid var(--color-first);
	overflow:hidden;
}

	.feedback_frame {
	}
	
	.feedback_frame div {
		
	}
	
	textarea {
		-webkit-appearance: none;
		padding:10px;
		font-size:14px;
		border-radius: 0px;
		border:1px solid black;
		background-color: white;
		width:100%;
		max-width: 1000px;
		height:200px;
		outline: none;
		resize: none;
	}
	

	
	input[type=text] {
		-webkit-appearance: none;
		padding:10px;
		font-size:14px;
		border-radius: 0px;
		border:1px solid black;
		outline: none;
		background-color: white;
	}
	
	textarea:focus, input[type=text]:focus {
		border:1px solid var(--color-first);
	}
	
	input[type=submit] {
		-webkit-appearance: none;
		width:200px;
		font-size:20px;
		padding:10px;
		border-radius: 0px;
		border:1px solid black;
		background-color: white;
	}
	
	input[type=submit]:hover {
		cursor:pointer;
		border:1px solid var(--color-first);
		color:black;
	}

.branch-nav {
	color:white;
	font-weight:400;
	font-size: 16px;
}

.branch-nav-active {
	background:var(--color-first);
}

.branch-nav-active:hover {
	color:white;
}

.rit_footer {
	padding: 20px;
	font-size:15px;
	color:white;
	background-color: #000;
	text-align: center;
	}
	
	.rit_footer {
	font-size:15px;
	color:white;
	background-color: #000;
	text-align: center;
	}
	
	.logo {
	width: 69px;
	height: 69px;
	display: inline-block;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}

.padding {
	height: 15px;
	display: none;
}

.favorites-divider, .favorites-secondary {
	display: none;
}

.footer-container {
	background: #313131;
	background-image: url('/assets/images/logo-hand-background.svg');
	background-size:cover;
	border-top: 20px solid #999999;
	color:white;
	padding: 20px;
	clear: both;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.fav-a {
	color: white;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	transition: border-bottom 0.2s linear;
}
.fav-a:hover {
	color: white;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.footer-aslcore-links, .footer-rit-links {
	letter-spacing:1px;
	align-self:flex-start;
}

.footer-aslcore-links {order:1; text-align: left;}

.footer-rit-links {order:3; text-align: right;}

.rule {
	width: 200px;
	height: 1px;
	background: white;
}

.footer-copyright-pane {
	text-align: center;
	order: 2;
}

@media screen and (max-width: 715px) {
	.footer-container {
		flex-flow: column nowrap;
	}
	
	.footer-aslcore-links, .footer-rit-links {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	
	.footer-copyright-pane {order: 1;}
	
	.footer-aslcore-links {order:2;}
	
	.footer-rit-links {order:3;}
	
	.rule {
		width: 80%;
		margin: auto;
		height: 1px;
		background: white;
	}
}

@media screen and (max-width: 1250px) {
	.lexicon-entry-pane-left {
		float:none;
		width:100%;
		margin-bottom:20px;
	}

	.lexicon-entry-pane-right {
		margin-left:0%;
		border-left:none;
		border-top:7px solid var(--color-first);
		overflow:hidden;
		text-align:center;
	}
}

@media screen and (max-width: 1000px) {
	.subject_subtitle {
		display:none;
	}
}

@media screen and (max-width: 750px) {
	.video_float_r {
	float:none;
	}
}

@media screen and (max-width: 745px) {
	.branch-nav {
		display:none;
	}
}

@media screen and (max-width: 660px) {
	.lexicon_card_container {
	justify-content: space-around;
	}
	
	.header_search_frame {
		width: 300px;
		text-align: center;
		padding-right: 0px;
		margin: auto;
	}
	
	.header_lowerbar {
		flex-flow: column wrap;
	}
	
	.logo-type {
		display: none;
	}
	
	.logo-mark {
		display: block;
	}
	
	.breadcrumb_bar {
		display: none;
	}
	
	.favorites-divider, .favorites-secondary {
		display: block;
	}
	
	.favorites-primary {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	#rit_text {
		display:none;
	}
}

@media screen and (max-width: 600px) {

	.logo {
		display: block;
		float: none;
		margin: auto;
	}
	
	.padding {
			display: block;
		}
		
		.padding {
				display: block !important;
			}
		
		.subject_title {
	float:none;
	padding-top:20px;
	}

	.lexicon_button {
	display:inline-block;
	width:calc(100% - 50px);
	}
	
	.lexicon_button_holder {
	float: none;
	}
	
	.subject_bar {
	height:auto;
	line-height:30px;
	padding: 0px 45px 20px 45px;
	font-weight:300;
	text-align:center;
	}
	
	.video_frame iframe {
		height:250px;
	}
	
	.arrows {
		display: none;
	}
	
	.entry_header {
		justify-content: center;
	}
}

@media screen and (max-width: 415px) {
	.video_frame iframe {
		height:165px;
	}
}