@import url(//fonts.googleapis.com/css?family=Arvo:400,700|Josefin+Sans:400,600,700,300italic|Oswald:300,400,700);

html {
	font-size: 16px;
}

body {
	font: 400 1em "Josefin Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	color: #323232;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a, input, li, p {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a {
	font-weight: 700;
	color: #f36e21;
	text-decoration: none;
}

a:visited {
	color: #f78849;
}

a:hover, a:active, a:focus {
	color: #e73501;
	text-decoration: none;
}

.clr {
	display: block;
	clear: both;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: .75em;
}

p, div, span {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

ul li, ol li {
	margin-bottom: .5em;
}

ul, ol {
	margin: .5em 0 .5em 1em;
}

sup {
	vertical-align: super;
	font-size: 50%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1;
}

p {
	font: 400 1.625em/1.153em "Josefin Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #6c6c6c;
}

h1 {
	font: 600 1.625em "Josefin Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	letter-spacing: .075em;
}

h2 {
	font: 700 1.5em "Josefin Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}
	h2 em {
		font: 400 .875rem "Josefin Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
		font-style: normal;
		display: block;
	}
	
h5 {
	font: 700 .875em "Josefin Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	text-transform: uppercase;
	margin: 1.5em auto;
}

.columns h2, .columns h5 {
	text-align: center;
}

.centered {
	text-align: center;
}

.comfy {
	margin: 1em auto 1em auto;
}

.bold {
	font-weight: 700;
}

.disclaimer {
	font-weight: 400;
	font-size: .938em;
}


/* RIT Identity bar */

/* full-width wrapper around ID Bar */
#zone-branding-wrapper  {
	background: #bbb; /* light grey */
	padding: 0 .5em;
}

#metanav {
	margin: 0 auto; 
	padding: 0;
	width: 100%;
	height: 51px;
	clear: right;
	font: 300 80% 'Oswald', Helvetica, Arial, sans-serif;
	color: #fff;
	position: relative;
}

#metanav ul {
	margin: 0 0 0 65px;
	padding: 0;
}

#metanav ul li {
	float: left; 
	list-style-type: none; 
	padding: 0 0 0 45px; 
	border: 0;
}

#metanav a:link, #metanav a:visited {
	color: #fff; 
	background-color: transparent; 
	text-decoration: none;
}

#metanav a:hover {
	color: #fff; 
	background-color: transparent;
	text-decoration: underline;
}

#metanav a:active {
	color: #fff; 
	background-color: transparent;
	text-decoration:none;
}

#metanav p, #metaskip {
	position: absolute; 
	left: -1999px;
}

#metanav #metaritsearch {
	margin-right: 0;
}

#metarithometext, #ntidhometext {
	display: block;
	text-indent: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#rit-spelled, #ntidhome, #metaritdirectories {
	/*hide on mobile devices */
	display: none;
}

#metanav a span#metaritlogo {
	padding: 0;
	margin: 11px 0;
	left: 0;
	top: 0;
	display: block;
	position: absolute;
	width: 400px;
	height: 32px;
	background: url(../images/RIT_hor_w.svg) no-repeat 0 -6px;
	background-size: 100% auto;
	border: none;
	cursor: pointer;
}

#metarithome, #ntidhome  {
	text-transform: uppercase;
	font-size: .8em;
	line-height: 130%;
	margin: 0;
	color: #fff;
}

#metarithome #rit-spelled {
	font-weight: 400;
	margin-top: 8px;
}

#metanav a {
	font-weight: 300;
}

#ntidhome {
	clear: both;
}

#metanav ul li#metaritdirectories, #metanav ul li#metaritsearch {
	display: none;
}


/* Enable to hide the Search box */

	/*#metanav #metaritsearchdiv {
		display: none;
	}*/


/* Enable to show the Search box instead of a link */

	#metanav #metaritsearch a {
		display: block;
		text-indent: -5000px;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}
	
	#metanav #metaritsearchdiv {
		background: #F2EEEC;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: 0 0 3px #b2b2b2;
		-webkit-box-shadow: 0 0 3px #b2b2b2;
		box-shadow: 0 0 3px #b2b2b2; 
	}

/* End of Show/Hide Search Box */


#metanav #metasearchform {
	border: none;
	width: 135px;
	height: 18px;
	margin-top: -0.35em;
	padding: 1px 0 0 3px;
}

#metanav #metasearchform input, #metasearchform button {
	border: none;
	float: left;
	-webkit-appearance: none; 
	background: transparent;
}

#metanav #metaritsearchbox {
	color: #000;
	width: 114px;
	height: 16px;
	padding: 0 4px;
	margin: 0;
	border: none;
	outline: 0; 
	box-shadow: none;
}

#metanav #metaritsearchbox.faded {color:#AAA;}

#metanav #metaritsearchbox.focused {color:#000;}

#metanav #metasearchform button {
	width: 16px;
	height: 17px;
	margin: 1px 0 0 0;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(../images/search-icon@2x.png) no-repeat;
	background-size: 16px auto;
}

#metanav #metasearchform, #metanav #metasearchform div {
	display: block;
}




/* SUB NAV (sticky section navigation) */
[data-magellan-expedition-clone] {display: none;}

[data-magellan-expedition] {
	background: #dbdbdb;
	margin: 0;
	padding: 0;
}

.sub-nav {
	margin: 0;
	padding: .5em 0 .5em 0;
}

.sub-nav dt, .sub-nav dd, .sub-nav li {
	font: 300 1em "Oswald", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}

.sub-nav dt {
	margin-top: .125em;
}

[data-magellan-expedition] .sub-nav dd a, .sub-nav dd a, .sub-nav dd.active a {
	background: #A6A6A6;
	color: #A6A6A6;
	border-radius: 100px;
	padding: 0 .3em;
	display: inline-block;
	width: auto; height: 1em;
	line-height: 1em;
}

.sub-nav dd.active a, .sub-nav dd a:hover, .sub-nav dd.active a:hover {
	background: #737373;
	color: #737373;
}

.sub-nav dd:nth-of-type(1) a, .sub-nav dd.active:nth-of-type(1) a {
	background: transparent;
	color: #fd6800;
	margin-top: .125em;
	padding: auto;
	height: auto;
	font-weight: 400;
	text-transform: uppercase;
}
.sub-nav dd:nth-of-type(1) a:hover, .sub-nav dd.active:nth-of-type(1) a:hover {
	color: #b74b00;
}
.sub-nav dd:nth-of-type(2) a, .sub-nav dd.active:nth-of-type(2) a {
	background: #4d82c3;
	color: #4d82c3;
}
.sub-nav dd:nth-of-type(2) a:hover, .sub-nav dd.active:nth-of-type(2) a:hover {
	background: #316099;
	color: #316099;
}
.sub-nav dd:nth-of-type(3) a, .sub-nav dd.active:nth-of-type(3) a {
	background: #e9364f;
	color: #e9364f;
}
.sub-nav dd:nth-of-type(3) a:hover, .sub-nav dd.active:nth-of-type(3) a:hover {
	background: #83152b;
	color: #83152b;
}
.sub-nav dd:nth-of-type(4) a, .sub-nav dd.active:nth-of-type(4) a {
	background: #6f6db2;
	color: #6f6db2;
}
.sub-nav dd:nth-of-type(4) a:hover, .sub-nav dd.active:nth-of-type(4) a:hover {
	background: #4f4d94;
	color: #4f4d94;
}
.sub-nav dd:nth-of-type(5) a, .sub-nav dd.active:nth-of-type(5) a {
	background: #6ec16d;
	color: #6ec16d;
}
.sub-nav dd:nth-of-type(5) a:hover, .sub-nav dd.active:nth-of-type(5) a:hover {
	background: #49ad48;
	color: #49ad48;
}
.sub-nav dd:nth-of-type(6) a, .sub-nav dd.active:nth-of-type(6) a {
	background: #475BA0;
	color: #475BA0;
}
.sub-nav dd:nth-of-type(6) a:hover, .sub-nav dd.active:nth-of-type(6) a:hover {
	background: #253055;
	color: #253055;
}
.sub-nav dd:nth-of-type(7) a, .sub-nav dd.active:nth-of-type(7) a {
	background: #E76B35;
	color: #E76B35;
}
.sub-nav dd:nth-of-type(7) a:hover, .sub-nav dd.active:nth-of-type(7) a:hover {
	background: #9c3b11;
	color: #9c3b11;
}


.sub-nav dd.active a {
	-moz-box-shadow: 0 0 16px #818181;
	box-shadow: 0 0 16px #818181;
}
.sub-nav dd.active:nth-of-type(1) a {
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: 0 0 8px #b4b4b4;
}
  
  
  
.sub-nav .has-tip {
	cursor: pointer;
	border: none;
	font-weight: 700;
}

.sub-nav .has-tip:hover, .sub-nav .has-tip:focus {
	cursor: pointer;
}

.tooltip {
  font: 600 1.125em "Josefin Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  line-height: 1.3;
  padding: 0.75rem;
}



/* TOP BAR MENU (mobile navigation) */

.top-bar .name h1 a {
	text-transform: uppercase;
}

.toggle-topbar {
	left: 0;
}

.top-bar-section ul li > a {
	font: 400 .85em "Josefin Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}

.top-bar-section ul li {
	margin-bottom: 0;
}

.top-bar-section ul li:hover, .top-bar-section ul li:focus {
	color: #f36e21;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #f36e21;
  background: #f36e21;
  color: #FFFFFF; }
.top-bar-section ul li.active > a {
  background: #f36e21;
  color: #FFFFFF; }
  .top-bar-section ul li.active > a:hover {
    background: #f36e21;
    color: #FFFFFF; }



.border-bottom, .border-bottom-small {
	margin-bottom: 2em !important;
	padding-bottom: 2em;
	border-bottom: 1px solid #bbbbbb;
}

.border-left {
	border-left: 1px solid #bbbbbb;
}

.border-right {
	border-right: 1px solid #bbbbbb;
}

.roomy {
	margin: 1em auto 2em auto;
}

.title {
	text-transform: uppercase;
	text-align: center;
	padding-top: 2em;
}

.title h1 {
	font: 700 6.75em/1em "Arvo", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	letter-spacing: -.04em;
	color: #f36e21;
	text-shadow: -0.01em 0.01em #fff6e6, -0.04em 0.04em #e7dcd7;
	margin: 0 0 .05em 0;
}

.title h2 {
	font: 700 2em/1em "Josefin Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	letter-spacing: .05em;
	color: #323232;
	text-shadow: -.08em .08em 0 #d4d4d4;
	margin: 0 0 .75em 0;
}

.title p {
	font: 400 1.25em "Arvo", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	text-transform: none;
	text-align: justify;
	margin: 2em;
}



.full-width {
	max-width: 100%;
}

.divider {
	background: #eeeeee;
	text-align: center;
	margin: 0 0 1.5em 0;
}

.divider.alt {
	background: #f9f8f6;
}

.divider h1 {
	font: 300 2.625em "Oswald", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	text-shadow: -.05em .05em #c2c2c2;
	margin: .75em auto;
	padding: 0;
	color: #323232;
	text-transform: uppercase;
}

	.divider h1.enrollment {text-shadow: -.05em .05em #8fb1da;}
	.divider h1.academics {text-shadow: -.05em .05em #ef7485;}
	.divider h1.access-services {text-shadow: -.05em .05em #9a98c8;}
	.divider h1.after-college {text-shadow: -.05em .05em #93d093;}
	.divider h1.connect {text-shadow: -.05em .05em #8fb1da;}


/* FOOTER */

.footer {
	background: #C0BBB7;
	max-width: 100%;
}

.footer p {
	color: #4F4743;
	font: 400 .75em/1.46em "Josefin Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	letter-spacing: .04em;
	margin: 2em 0;
	text-align: center;
}


.footer a:link {
	color: #4F4743;
}

.footer a:visited {
	color: #4F4743;
}

.footer a:hover, a:active, a:focus {
	color: #E06722;
}





.big-num {
	margin: .5em auto 0 auto;
}

.big-num p {
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	margin: 0;
}

.big-num p.bigger {
	font-size: 1.5rem;
}

.big-num.inline p {
	display: inline;
	line-height: 2.5rem;
}

.big-num p.num {
	font-style: normal;
	font-size: 3rem;
	font-weight: 600;
	margin: 0;
	text-shadow: -.05em .05em #d4d4d4;
}

.big-num.inline p.num {
	margin-right: .25em;
	line-height: 0;
}

.big-num p.num.no-space {
	margin-right: 0;
}

.big-num.smaller {
	font-size: .8em;
}

 .big-num.smaller .num {
 	font-size: 2rem;
 }
 
 .big-num.smaller p.num {
 	margin-right: 0;
 }
 
 .big-num.smaller.inline p {
 	line-height: 1.25em;
 }

.smaller img, .smaller p {
	display: inline-block;
	margin: 1em .5em;
}

.including {
	font: 400 1em/1.153em "Josefin Sans", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	text-transform: uppercase;
	margin: 1em auto 0 auto !important;
}

.big-num.co-op {
	margin-top: 1.5em;
}

.big-num.co-op p:first-of-type {
	display: block;
}

.big-num.grants {
	margin-left: 2em;
}

.big-num.growing-div {
	margin-top: 1.5em;
}

.earnings .big-num p:first-of-type {
	line-height: 1.35em;
}

.big-num .lowercase {
	text-transform: none;
	font-weight: 400;
}


.chart-title {
	font: 300 1.5em/1.1em "Oswald", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-weight: 300 !important;
	text-transform: none !important;
	margin-bottom: 0;
}


.other-title {
	font: 400 1.25em "Arvo", "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	text-align: justify;
}

.note {
	font-size: 1.3em;
}


.profiles ul {
	margin: 2em 0 0 0;
}

.profiles ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	margin: 0 0 1em 0;
	padding: 0 1em;
	text-align: left;
	line-height: 1.3em;
	clear: both;
}

.profiles ul p {
	font-size: 1rem;
}

.profiles a p {
	font-weight: 700;
}

.link-thumb {
	width: 100%;
	max-width: 75px;
	float: none;
	display: block;
	margin: 0 auto 1em auto;
	box-shadow: -.25em 0.25em #d4d4d4;
	-moz-box-shadow: -.25em 0.25em #d4d4d4;
}

.read-more {
	font-size: 1.1em;
}

.read-more a {
	display: inline-block;
	background: #eeeeee;
	padding: .4em .5em .25em .5em;
	box-shadow: -.25em 0.25em #d4d4d4;
	-moz-box-shadow: -.25em 0.25em #d4d4d4;
}



.flex-video {
	/* margin: 2em auto;  for horizontal videos */
	margin: 2em 11.89em; /* for vertical videos */
}

.enrollment-map {
	width: 100%;
	max-width: 640px;
	height: auto;
	margin: 1em auto;
}

.graduation-cap {
	width: 100%;
	max-width: 130px;
	height: auto;
	margin-bottom: 1em;
}

.financial-award {
	width: 100%;
	max-width: 90px;
	height: auto;
	margin-bottom: 1em;
}

.diversity {
	width: 100%;
	max-width: 140px;
	height: auto;
	margin-top: 1em;
}

.stu-fac-ratio {
	width: 100%;
	max-width: 184px;
	height: auto;
	margin-top: 1em;
}

.interpret {
	width: 100%;
	max-width: 76px;
	height: auto;
}

.laptop {
	width: 100%;
	max-width: 72px;
	height: auto;
}

.handshake {
	width: 100%;
	max-width: 126px;
	height: auto;
}

table.hours {
	margin: 1em auto 2em auto;
	border: none;
}

.hours tr:nth-of-type(even) {
	background: transparent;
}

.hours tr:nth-of-type(2), .hours tr:nth-of-type(3) {
	border-bottom: 1px solid #bbb;
}

.hours th {
	text-align: right;
	vertical-align: top;
	font-weight: 400;
}

.hours td {
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: .9em;
	font-weight: 600;
	margin: 0;
}

.hours tr td:nth-of-type(1) {
	text-align: center;
}

.hours tr td:nth-of-type(2), .hours tr td:nth-of-type(3) {
	font-style: normal;
	font-size: 2rem;
	font-weight: 600;
	margin: 0;
	text-shadow: -.05em .05em #d4d4d4;
}


.earnings {
	margin: 2em auto;
}

.coins-tall {
	width: 100%;
	max-width: 156px;
	height: auto;
}

.coins-short {
	width: 100%;
	max-width: 140px;
	height: auto;
	margin-top: 150px !important;
}

.middot {
	font-size: .6em;
	vertical-align: middle;
	position: relative;
	top: -4px;
}





/* Social Links */

ul#connect-with-us {
	margin: 2em auto 1em auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul#connect-with-us li {
	width: 32px;
	height: 32px;
	display: inline-block;
	padding: 0;
	margin: 0 .5em;
}

ul#connect-with-us li a {
	width: 32px;
	height: 32px;
	background: transparent;
	margin: 0;
	padding: 12px 4px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

ul#connect-with-us li img {
	width: 100%;
	vertical-align: middle;
}

ul#connect-with-us li a.facebook {background: #3B5998;}

ul#connect-with-us li a.twitter {background: #00ACED;}

ul#connect-with-us li a.youtube {background: #CD332D;}

ul#connect-with-us li a.gplus {background: #D14836;}

ul#connect-with-us li a.rss {background: #FF8300;}

ul#connect-with-us li a.pinterest {background: #CB2027;}

ul#connect-with-us li a.instagram {background: #3F729B;}

ul#connect-with-us li a.flickr {background: #0063DB;}

ul#connect-with-us li a.facebook:hover, 
ul#connect-with-us li a.facebook:active, 
ul#connect-with-us li a.facebook:focus {background: #283d68;}

ul#connect-with-us li a.twitter:hover, 
ul#connect-with-us li a.twitter:active, 
ul#connect-with-us li a.twitter:focus {background: #0080b1;}

ul#connect-with-us li a.youtube:hover, 
ul#connect-with-us li a.youtube:active, 
ul#connect-with-us li a.youtube:focus {background: #952420;}

ul#connect-with-us li a.gplus:hover, 
ul#connect-with-us li a.gplus:active, 
ul#connect-with-us li a.gplus:focus {background: #942e21;}

ul#connect-with-us li a.rss:hover, 
ul#connect-with-us li a.rss:active, 
ul#connect-with-us li a.rss:focus {background: #b45c00;}

ul#connect-with-us li a.pinterest:hover, 
ul#connect-with-us li a.pinterest:active, 
ul#connect-with-us li a.pinterest:focus {background: #881419;}

ul#connect-with-us li a.instagram:hover, 
ul#connect-with-us li a.instagram:active, 
ul#connect-with-us li a.instagram:focus {background: #294b67;}

ul#connect-with-us li a.flickr:hover, 
ul#connect-with-us li a.flickr:active, 
ul#connect-with-us li a.flickr:focus {background: #003f8c;}





/* BREAKPOINTS */

@media only screen and (max-width: 40em) {
	[data-magellan-expedition] {
		display: none;
	}
	#zone-branding-wrapper  {background: #666; /* dark grey */}	
	.title {
		font-size: .9em;
	}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */



@media only screen and (min-width: 40.063em) {
	[data-topbar] {
		display: none;
	}
	[data-magellan-expedition] {
		display: block;
	}
	#rit-spelled, #ntidhome, #metaritdirectories {
			display: block;
			margin-right: 10px;
		}
		#metanav ul li#metaritdirectories, #metanav ul li#metaritsearch {
			display: block;
			font: 10px Helvetica, Arial, sans-serif;
			float: right;
			padding: 17px 0 0 5px;
			margin: 0;
		}
		
	.border-bottom {
		margin-bottom: 2em;
		padding-bottom: 2em;
	}
	
	.border-bottom-small {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.border-right {
		padding-right: 3em;
	}
	
	.padding-left {
		padding-left: 3em;
	}
	
	.padding-right {
		padding-right: 3em;
	}
	
	.padding-bottom {
		padding-bottom: 3em;
	}
	
	
} /* min-width 641px, medium screens */



@media (max-width: 900px) {
	.title {
		background-position-x: 90%;
	}
}

@media (max-width: 610px) {
	html {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	html {
		font-size: 12px;
	}
	.title {
		background-size: 220px;
	}
}


@media only screen and (max-device-height: 1024px) {
	#zone-branding-wrapper  {background: #666; /* dark grey */}	
	[data-magellan-expedition] {
		display: none;
	}
	[data-topbar] {
		display: block;
	}
}


