@import url(//fonts.googleapis.com/css?family=Noto+Serif:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,500,700);

html,body{
	height: 100%;
	overflow: hidden !important;
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	color: #272727;
	line-height: 1.4em;
}
body {
	padding-top: 151px;
}
strong {
	color: #000;
}
a, a strong {
	color: #f36e21;
	font-family: 'Roboto', serif;
	font-size: 16px;
}
a:focus, a:hover,
a:focus strong, a:hover strong {
	color: #d5550c;
}

#edit-node {
    background-color: #000;
    position: absolute;
    top: 5px;
    left: 0px;
    width: auto;
    padding: 5px 7px;
    width: 40px;
    height: 40px;
}
.anchor{
    position: absolute;
    visibility: hidden;
}
.anchor1 {
	height: 0px; /*same height as header*/
	position: absolute;
	visibility: hidden;
 }
 .center {
 	text-align: center;
 	max-width: 970px;
 }
 ul.navbar-menu li {
 	display: inline;
 	margin: 0 0 0 0.5em;
 }
 ul.navbar-menu li a {
 	color: #fff;
 	font-family: 'Roboto', serif;
	font-size: 14px;
 }
 ul.navbar-menu li.last a {
 	color: #428bca;
 }
/*#navbar-login a {
	color: #428bca;
}*/
img {
	max-width: 100%;
	height: auto;
}
.normal img,
.beforeafter img,
.file img,
.node-computer-lab img,
.node-tiger-awards-nominee img {
	width: auto;
	max-width: 850px;
}
.bricks-logo img {
	width: 100%;
	max-width: 190px;
}
h1,
.block-title {
	font-family: 'Roboto', serif;
	font-size: 30px;
	font-weight: 300;
	color: #666;
	margin-bottom: 20px;
}
h2 {
	font-family: 'Roboto', serif;
	font-size: 24px;
	font-weight: 700;
	color: #272727;
	margin-bottom: 15px;
}
h3 {
	font-family: 'Roboto', serif;
	font-size: 18px;
	font-weight: 700;
	color: #87080e;
	margin-bottom: 20px;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.75em;
}
#edit-submit {
	background-color: #000;
	border: none;
}
.webform-component {
	/*width: 50%;*/
	margin-top: 30px;
	margin-bottom: 30px;
}
.webform-component .description {
	font-family: 'Roboto', serif;
	font-size: 12px;
}
.required-text {
	font-family: 'Roboto', serif;
	font-size: 14px;
	font-style: italic;
}
.formatted-div-header div {
    color: #eaeaea;
    font-family: 'Roboto', serif;
	font-size: 16px;
	font-weight: 200;

}
.formatted-div-header div div {
	background-color: #272727;
	padding: 20px;
}
.formatted-div-body div {
	border-bottom: solid 1px #bcbbbb;
}
.formatted-div-body div div {
	padding-top: 20px;
	border-bottom: none;
}
.formatted-div-body .clear {
	border-bottom: none;
}
.form-required {
	color: #87080e;
}
.webform-component-email label {
	display: block;
}
.webform-component-email .email {
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.header-content {
	height: 100%;
}
.navbar-header {
    float: none;
    height: 60px;
    background-color: #F36E21;
    clear: both;

}
 .sidebar-nav-fixed a {
 	font-family: 'Roboto', serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
 }
.sidebar-nav-fixed a:link,
.sidebar-nav-fixed a:visited {
  color: #FFF;
  background-color: transparent;
  text-decoration: none;
}
.sidebar-nav-fixed a:hover {
  color: #f36e21;
  background-color: transparent;
  text-decoration: none;
}
.sidebar-nav-fixed a.grey-expanded {
 	font-family: 'Roboto', serif;
	font-size: 16px;
	font-weight: 400;
	color: #bbb;
	font-style: italic;
	margin-right: 0px;
 }
 .sidebar-nav-fixed li.active-trail ul.sidebar-nav-secondary li:not(.active) a:hover {
    color: #f36e21;
}
.sidr a.grey-expanded {
 	font-family: 'Roboto', serif;
	font-size: 14px;
	font-weight: 400;
	color: #bbb;
	font-style: italic;
 }

.nav > li > a:hover {
	background-color: transparent;
	color: #f36e21;
}
.nav > li > a:focus {
	background-color: transparent;
}
.nav > li > a.grey-expanded:hover, .nav > li > a.grey-expanded:focus {
	background-color: transparent;
	color: #bbb;
}
.sidebar-nav-secondary .last {
	border-bottom: solid 1px #454545;
    margin-right: 15px;
}
#rit-mobile-search img {
	width: 32px;
	height: auto;
}
#metaheader {
    margin-right: 30px;
}
#metaritsearch {
  margin-right: 0;
  padding-top: 2px;
}
#metaritsearch input,
#metasearchform button {
    border:none;
    float: left;
    -webkit-appearance: none;
    font-size: 12px;
}
#metaritsearch input{
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    padding-left: 4px;
}
#metaritsearch button{
    border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
}
#metaritsearchbox {
  color: #000;
  width: 114px;
  height: 16px;
  padding: 0;
  margin: 0;
  border: none;
  background: #FFF;
  outline: 0;

}
#metaritsearchbox.faded {
  color: #AAA;
}
#metaritsearchbox.focused {
  color: #000;
}
#metasearchform button {
  cursor: pointer;
  background: #ffffff url(../images/idbar-orange-search-magnify.gif) no-repeat;
  background-position: -2px 2px;
  width: 16px;
  height: 16px;
}
.navbar-header a .logo {
  background: url(../images/idbar-orange.gif) no-repeat scroll -10px 0 transparent;
}
menu, dir {
    -webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.navbar>.container .navbar-brand {
    margin-left: 0px;
    margin-top: 7px;
}
.navbar-brand {
    line-height: 32px;
    width: 600px;
}
.navbar-default .navbar-brand {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 36px;
    font-weight: bold;
    background: -webkit-linear-gradient(#ccc, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar-default .navbar-brand:hover {
    color: #F36E21;
}
.navbar-branding-bar {
	background-color: #eaeaea;
	height: 100px;
}
.navbar-branding {

	background-color: #eaeaea;
	float: left;
	height: 100px;
}
.navbar-search {
	float: right;
	width: 15%;
	margin-right: 50px;
	padding-top: 25px;
	background-color: #eaeaea;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-menu {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;

}
.navbar-first-menu {
    float: right;
}
.navbar-collapse {
    padding: 0px;
    margin: 0 auto;
    width: 100%;
}
.navbar-nav{
    padding-left: 20px;
}

.content-container {
	padding-bottom: 0px;
	padding-right: 0px;
}
.content-container-content {
	max-width: 900px;
	padding-left: 50px;
	margin-top: 20px;
	min-height: 350px;
	padding-bottom: 60px;
}
.content-container-content-wide {
	padding-left: 50px;
	margin-top: 50px;
	min-height: 350px;
	padding-bottom: 60px;
}
.content-container-before-content {
	padding-left: 50px;
	margin-top: 50px;
	padding-bottom: 30px;
}
.content-sidebar-container {
	margin-top: 50px;
}
.container .jumbotron {
	margin-left: -10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	border-radius: 0px;
	background-color: #fff;
	margin-bottom: -30px;
}
.container .jumbotron ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.views-field-field-slideshowimage {
	max-height: 563px;
	overflow: hidden;
}
.jumbotron img {
	width: 100%;
}
.navbar-collapse
.container-full {
  margin: 0 auto;
  width: 100%;
}
.navbar-default {
    background: none;
    border: none;
    width: 100%;
}
.navbar.container {
    max-width: 100%;
    margin-top: 0;
    background-color: #fff;
}

.container {
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

/*** Footer ***/
#section-footer {
  background-color: #272727;
  color: #fff;
  border-top: 6px solid #dfdecb;
  margin-top: 40px;

}
#section-footer a {
  color: #fff;
}
#region-footer-first {
  display: none;
}
#footer-second-standard {
  padding: 20px 0;
  color: #fff;
}
#footer-second-standard a {
  text-decoration: none;
}
#footer-second-standard a:hover {
  text-decoration: underline;
}
#footer-second-standard-right {
  display: none;
}
#footer-second-standard-left-2 {
  display: none;
}
#footer-second-standard-left-1 {
  text-align: center;
}
#footer-second-xs-left{
  text-align: center;
  vertical-align: middle;
}
.no-sidebars .region-footer-second {
  padding-top: 50px;
  padding-bottom: 50px;
}
/*** Footer ***/
#footer-second-standard-right {
  float: right;
  text-align: right;
}
#footer-second-standard {
  color: #bbb;
}
#footer-second-standard-right {
  display: block;
}
#footer-second-standard-left-2 {
  display: block;
}
#footer-second-standard-left-1 {
  text-align: left;
}
.no-sidebars .region-footer-second {
  padding-bottom: 0;
  padding-top: 0;
}
.row {
    /*padding-bottom: 149px;*/
    margin-left: 0px;
    margin-right: 0px;
}
.row-grid .views-column {
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer {
    border-top: none;
    margin-left: -10px;
	background-color: #eaeaea;
    color: #ffffff;
    width: auto;
    padding: 35px 30px 75px 30px;
    height: auto;
    clear: both;
    font-family: "Arial",Arial,sans-serif;
    font-size: 11px;
    padding-bottom: 60px;
}
.footer a {
    color: #f1972c;
}
.footer-title {
	font-family: 'Roboto', serif;
	font-size: 21px;
	font-weight: 200;
	color: #272727;
	margin-bottom: 15px;
}
.finance-link {
	border-right: solid 1px #fff;
	min-height: 240px;
}
.finance-links-list {
	list-style: none;
	font-family: 'Roboto', serif;
	font-size: 16px;
	color: #f36e21;
	line-height: 28px;
}
.finance-link-item {
	padding: 0px;
}
.finance-bricks {
	border-left: solid 1px #bbb;
	box-shadow: -1px 0px 0 #fff;
	min-height: 240px;
}
.bricks-text {
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	color: #272727;
	line-height: 28px;
}
.footer-top {
	margin-bottom: 25px;
}
.footer-bottom {
	font-family: 'Roboto', serif;
	font-size: 12px;
	color: #666;
	margin-bottom: 25px;
}
.footer-bottom a {
	color: #666;
	font-size: 12px;
	text-decoration: underline;
}
#footer-left {
    margin-left: 55px;
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
#footer-middle {
    margin-left: 20px;
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
#footer-right {
    margin-left: 70px;
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
#footer-fb, #footer-twitter, #footer-instagram, #footer-news {
    display: inline-block;
    width: 60px;
}
.push {
    display:none;
}

.main-container {
    min-height: 100%;
	height: auto;
    max-height: 100%;
	overflow: auto;
}
.main-container.admin-offset {
}
.navbar-fixed-bottom {
    position: static;
}
.navbar-fixed-top {
	transform: translateZ(0);
    -webkit-transform: scale3d(1,1,1);
}
.mobile-buttons {
    width: 100%;
    height: 50px;
    margin-bottom: 50px;
    text-align: center;
}
#mobile-toggle,
#view-full,
#view-responsive {
    text-align: center;
    margin-top: 50px;
}
#mobile-toggle a,
#view-full a,
#view-responsive a {
    background-color: #666666;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    width: 150px;
    text-align: center;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block !important;
}
ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}
.navbar-nav {
    width: 100%;
    background-color: #272727;
}
.navbar-home {
	color: #fff;
	padding-left: 20px;
	margin-bottom: 50px;
}
.navbar-home-mobile {
	color: #fff;
	padding-left: 10px;
	margin-bottom: 50px;
	font-family: 'Roboto', serif;
    font-size: 14px;
}
.navbar-home-mobile a {
	color: #fff;
}
.navbar-home-mobile a:hover {
	color: #f36e21;
	text-decoration: none;
}
.clear {
    clear: both;
    height: 0px;
}
.navbar-default .navbar-nav>li>a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
}
.navbar-nav li a {
    display: inline-block;
}
.navbar-nav li.active, .navbar-nav li.active-trail {
    background-color: #f36e21;
    margin-left: 15px;
	margin-right: 15px;
}
.navbar-nav li.active-trail.sidebar-nav-primary {
	background-color: transparent;
	margin-left: 40px;
}
.navbar-nav li.active, .navbar-nav li.active-trail.sidebar-nav-primary li.leaf.active-trail {
	background-color: #f36e21;
}
.sidebar-nav-secondary li.active, .sidebar-nav-secondary li.active-trail {
	margin-left: -58px;
	margin-right: -1px;
}
.sidebar-nav-secondary li.active:not(.leaf),
.sidebar-nav-secondary li.active:not(.collapsed),
{
	margin-left: 0px;
}
li.active-trail .sidebar-nav-secondary li.leaf:not(.active),
li.active-trail .sidebar-nav-secondary li.collapsed:not(.active),
.sidebar-nav-secondary .sidebar-nav-primary.active-trail {
	margin-left: -12px;
}

.navbar-nav li.active a, .navbar-nav li.active-trail a {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-nav li.active a:hover, .navbar-nav li.active-trail a:hover {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #f26e24;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background: none;
    font-weight: bold;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
li.expanded.active-trail.sidebar-nav-primary {
	background: #272727;
	margin-left: 40px;
}
li.expanded.active-trail.sidebar-nav-primary .sidebar-nav-secondary .sidebar-nav-primary {
	margin-left: -12px;
}
.menu li.leaf.active a,
.menu li.leaf.active-trail a {
	margin-left: 0px;
}
.navbar-nav li.leaf.active a,
.navbar-nav li.leaf.active-trail a,
.navbar-nav li.collapsed.active a,
.navbar-nav li.collapsed.active-trail a
 {
	margin-left: 25px;
	margin-right: 0px;
}

.sidr .sidebar-nav-secondary li.leaf.active a {
	margin-left: 58px;
}
.sidr li.leaf.active a {
	margin-left: 0px;
}
.sidr li.leaf.active {
	background-color: #f36e21;
}
.sidebar-nav-secondary li.leaf.active a,
.sidebar-nav-secondary li.collapsed.active a
{
	margin-left: 45px;
}
.navbar-images {
    margin: 0px auto;
    width: 90%;
}
.navbar-slider-images {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.navbar-sidebar {
    display: none;
    margin-top: 25px;
}
.navbar-rit-header {
    background-color: #000000;
    display: block;
    min-height: 51px;
}
#metaritlogo {
    float: left;
}
#navbar-login {
    float: right;
    margin-right: 25px;
    margin-top: 15px;
}

.no-left {
	padding-left: 0px;
	position: relative;
}
.page-header{
	font-family: 'Noto Serif', serif;
	font-size: 36px;
	font-weight: 400;
	color: #272727;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.navbar-breadcrumb {
	padding-top: 15px;
	padding-left: 25px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.navbar-title {
	padding-top: 10px;
	padding-left: 25px;
}
.sidebar-nav a:active {
  color: #FFF;
  background-color: #f36e21;
  text-decoration: none;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar-menu-burger {
	background-color: #272727;
	color: #fff;
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	font-weight: 400;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sidebar-homepage {
	background-color: #272727;
	color: #fff;
	font-family: 'Roboto', serif;
	font-size: 16px;
	font-weight: 400;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sidebar-homepage-mobile {
	background-color: #272727;
	color: #fff;
	font-family: 'Roboto', serif;
	font-size: 14px;
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sidebar-homepage-mobile a {
	color: #fff;
	font-family: 'Roboto', serif;
	font-size: 14px;
}
.sidebar-homepage-mobile a:hover {
	text-decoration: none;
	color: #f36e21;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	background-color: transparent;
	font-family: 'Roboto', serif;
	font-size: 12px;
}
.breadcrumb a {
	color: #f36e21;
	font-family: 'Roboto', serif;
	font-size: 12px;
}

.burger-image {
	display: inline-block;
	padding-right: 20px;
	vertical-align: middle;
}
.homepage-image {
 	display: inline-block;
 	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.burger-text {
	display: inline-block;
	vertical-align: middle;
}
.homepage-text {
	display: inline-block;
	vertical-align: middle;
}
.homepage-text a {
	font-family: 'Roboto', serif;
	font-size: 16px;
	font-weight: 300;
}
.sidebar-nav-fixed {
	display: block;
	position: fixed;
	left: 0;
	top: 150px;
	bottom: 0;
	width: inherit;
	overflow-y: auto;
	background-color: #272727;
	height: auto;
}
.navbar-nav > li:last-child {
   margin-bottom: 20px;
}
.sidebar-nav-fixed.admin-offset {
	top: 180px;
}
.content-container {
	overflow-x: hidden;
}
.sidebar-nav-secondary {
	background-color: #272727;
	margin-left: 0px;
	width: inherit;
	position: relative;
}
.sidebar {
	height: 860px;
    width: inherit;
    background-color: #272727;
}
.navbar-nav .last {
	border-bottom: solid 1px #bbbbbb;
}
.form-search .input-group-btn .btn {
	background-color: #f36e21;
	border-radius: 0px;
}
.form-search input {
	border-radius: 0px;
}
.form-search .input-group-btn .btn i {
	color: #fff;
}
.sidr {
	background-color: #272727;
}
.sidr ul {
	font-family: 'Roboto', serif;
    font-size: 14px;
}
#main-left-menu ul, #main-menu-right ul {
	list-style: none;
	font-family: 'Roboto', serif;
	font-weight: 200;
    font-size: 30px;
    color: #666;
    margin-bottom: 30px;
    padding-left: 0px;
}
#main-menu-right {
	font-family: 'Noto Serif', serif;
    font-weight: 300;
	font-size: 16px;
}
.main-menu-title {
	font-family: 'Roboto', serif;
	font-weight: 200;
    font-size: 30px;
    color: #666;
	padding-bottom: 20px;
}
#main-left-menu a, #main-menu-right a {
	list-style: none;
	font-family: 'Roboto', serif;
    font-size: 16px;
    color: #f36e21;
    font-weight: 300;
}
.main-resource {
	padding-bottom: 20px;
}
#svp-title {
    position: absolute;
    top: 30px;
    left: 100px;
    z-index: 100;
    color: #fff;
    padding: 10px 10px 20px 20px;
    line-height: 40px;
    font-family: 'Roboto', serif;
	font-size: 36px;
}
.svp-caption {
    position: absolute;
    top: 80px;
    left: 100px;
    z-index: 100;
    color: #fff;
    padding: 10px 10px 20px 20px;
    line-height: 40px;
    font-family: 'Noto Serif', serif;
    font-weight: 200;
	font-size: 20px;
	font-style: italic;
}
.svp-body {
    position: absolute;
    top: 145px;
    left: 100px;
    z-index: 100;
    padding: 10px 10px 20px 20px;
    line-height: 22px;
    font-family: 'Noto Serif', serif;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}
#hero-title {
	min-width: 443px;
    position: absolute;
    top: 200px;
    left: 100px;
    z-index: 100;
    background-color: #fbab2b;
    padding: 10px 10px 20px 20px;
    line-height: 40px;
}
#hero-title-larger {
	min-width: 443px;
    position: absolute;
    top: 180px;
    left: 100px;
    z-index: 100;
    background-color: #fbab2b;
    padding: 10px 10px 20px 20px;
    line-height: 40px;
}
.hero-title-small {
	font-family: 'Roboto', serif;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.hero-title-large {
	font-family: 'Roboto', serif;
    font-size: 36px;
    color: #272727;
    font-weight: 200;
}
.hero-title-large-smaller {
	font-family: 'Roboto', serif;
    font-size: 28px;
    color: #272727;
    font-weight: 200;
    line-height: 30px;
}
#hero-text {
	min-width: 527px;
    position: absolute;
    top: 315px;
    left: 100px;
    z-index: 100;
    background-color: #fff;
    padding: 10px 10px 20px 20px;
    line-height: 22px;
    font-family: 'Noto Serif', serif;
	font-size: 16px;
	font-weight: 300;
	color: #272727;
}
#hero-text-larger {
	min-width: 527px;
    position: absolute;
    top: 315px;
    left: 100px;
    z-index: 100;
    background-color: #fff;
    padding: 10px 10px 20px 20px;
    line-height: 22px;
    font-family: 'Noto Serif', serif;
	font-size: 16px;
	font-weight: 300;
	color: #272727;
}
#hero-logo,
#hero-its-logo {
	position: absolute;
    top: 150px;
    right: 50px;
}
.rwd-table td:before {
	color: #000;
}
.view-before-after-slider {
	border: solid 1px #ccc;
	text-align: center;
	margin-bottom: 50px;
}
.views-responsive-grid .views-column {
	margin-top: 20px;
	margin-bottom: 20px;
}
.views-responsive-grid a,
.view-staff-directory a,
.view-floor-plans a,
.view-hours-and-locations a {
	font-size: 14px;
}
.views-responsive-grid .staff-directory a,
.view-staff-directory .staff-directory a,
.view-floor-plans .formatted-table a,
.view-hours-and-locations .formatted-table a,
.view-hours-and-locations h3 a {
	font-size: 16px;
}
.view-staff-directory caption {
	text-align: left;
	font-family: 'Roboto', serif;
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 20px;
}
.view-staff-directory .rwd-table,
.view-floor-plans .rwd-table,
.views-hours-and-locations .rwd-table {
	width: 100%;
	margin-bottom: 50px;
}
.view-staff-directory thead,
.view-floor-plans thead,
.view-hours-and-locations thead,
.formatted-table thead,
thead,
thead strong {
	background-color: #272727;
    color: #eaeaea;
    font-family: 'Roboto', serif;
	font-size: 16px;
	font-weight: 200;
}

#lab-calendar {
	background-color: #ffffff;
	min-width: 1242px;
	min-height: 1800px;
}
.hours-changed {
	color: blue;
}
.view-hours-and-locations thead a {
	color: #fff;
	font-size: 16px;
}
.view-staff-directory th,
.view-floor-plans th,
.view-hours-and-locations th,
.formatted-table th,
th {
	font-weight: 200;
	padding: 20px;
}
.staff-directory td,
.formatted-table td,
td {
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}
.formatted-table td,
td {
	padding-left: 20px;
	border-bottom: solid 1px #bcbbbb;
}
.rwd-table td:first-child {
	padding-top: 20px;
	padding-left: 20px;
}
.views-row:nth-child(odd) {
	background-color: #f5f5f5;
}
.views-row:nth-child(even) {
	background-color: #fff;
}
.home-blocks {
	padding-right: 0px;
	padding-left: 0px;
}
.home-blocks div {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
}
.videoWrapper {
    margin-bottom: 50px;
    margin-top: 30px;
    padding-top: 30px;
}
.videoWrapper video,
.videoWrapper iframe,
.videoWrapper embed, {

    width: 90%;
    height: 90%;
    max-width: 560px;
}
.homebox {
	height: 322px;
	width: 322px;
	color: #fff;
	border: solid 2px #fff;
	padding-left: 0px;
	padding-right: 0px;
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	overflow: hidden;
}
.homebox-header {
	width: 322px;
	color: #fff;
	border: solid 2px #fff;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
.homebox-image:hover img {
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
     transform:scale(1.5);
     opacity: 0.15;
}
.homebox-overlay:hover img {
    -webkit-transform:scale(.5); /* Safari and Chrome */
    -moz-transform:scale(.5); /* Firefox */
    -ms-transform:scale(.5); /* IE 9 */
    -o-transform:scale(.5); /* Opera */
     transform:scale(.5);
     overflow: hidden;

}
.homebox-image:hover .homebox-overlay {
	opacity: 1;
}
.homebox-text:hover .homebox-overlay {
	opacity: .15;
}
.homebox-image img {
    -webkit-transition: all 350ms ease; /* Safari and Chrome */
  	-moz-transition: all 350ms ease; /* Firefox */
  	-o-transition: all 350ms ease; /* IE 9 */
  	-ms-transition: all 350ms ease; /* Opera */
  	transition: all 350ms ease;
}
.homebox-overlay img {
	-webkit-transition: all 350ms ease; /* Safari and Chrome */
  	-moz-transition: all 350ms ease; /* Firefox */
  	-o-transition: all 350ms ease; /* IE 9 */
  	-ms-transition: all 350ms ease; /* Opera */
  	transition: all 350ms ease;
  	width: 640px;
  	height: 640px;
    position: relative;
    top:  -161px;
    left: -161px;

}
.homebox-text .homebox-overlay {
	padding: 0px;
}
.homebox-text {
	overflow: hidden;


}
.homebox-image {
	margin-bottom: -1px;
	overflow: hidden;
    position: relative;
    top: 161px;
    left: 161px;

    -webkit-transform: translate(-50%,-50%); /* Safari and Chrome */
    -moz-transform: translate(-50%,-50%); /* Firefox */
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -o-transform: translate(-50%,-50%); /* Opera */
    transform: translate(-50%,-50%);
}
.homebox-default-text {
	padding: 30px;
}
.homebox-overlay {
	background-color: inherit;
	color: white;
	cursor: pointer;
	display: table;
	height: 322px;
	left: 0;
	position: absolute;
	top: 0;
	width: 322px;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}
#homebox-red {
	background-color: #660000;
}
#homebox-brown {
	background-color: #513127;
}
#homebox-green {
	background-color: #197b30;
}
#homebox-orange {
	background-color: #a25018;
}
#homebox-blue {
	background-color: #185280;
}
#homebox-black {
	background-color: #272727;
}
#homebox-kiwi {
	background-color: #8bb245;
}
#homebox-teal {
	background-color: #3b96a3;
}
#homebox-grape {
	background-color: #993f87;
}
#homebox-wine {
	background-color: #87080e;
}
#homebox-carrot {
	background-color: #f36e21;
}
#homebox-charcoal {
	background-color: #272727;
}
.homebox-text {
	font-family: 'Noto Serif', serif;
	font-size: 16px;
}
.homebox-text a {
	color: #fff;
	font-family: 'Noto Serif', serif;
	font-size: 16px;
}
.homebox-icon a {
	color: #fff;
}
.homebox-title {
	padding-top: 20px;
	padding-bottom: 20px;
}
.homebox-title a {
	font-family: 'Noto Serif', serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 30px;
	width: 80%;
	text-shadow: 0px 3px 5px rgba(39, 39, 39, .25);
	color: #fff;
}
.homebox-text {

}
hr {
	border-color: #b0b0b0;
	margin-top: 30px;
    margin-bottom: 30px;
}
hr.page-split {
	margin-top: 40px;
	margin-bottom: 30px;
 	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.homepage-left,
.homepage-right {
	padding-left: 0px;
	margin-bottom: 30px;
}
.homepage-right img {
	width: 100%;
	max-width: 496px;
}
.homepage-right.normal img {
	width: auto;
	max-width: 496px;
}
.homepage-title {
	font-family: 'Roboto', serif;
    font-size: 30px;
    color: #666;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 20px;
}
.homepage-text {
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	color: #272727;
	
}
.submit-button {
	padding-top: 50px;
	padding-bottom: 50px;
}
.submit-button a {
    color: #fff;
    padding: 15px;
}
.button-black a {
	background-color: #000;
}
.please-note {
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	color: #87080e;
	font-style: italic;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: none;
	border-bottom: 1px solid #ddd;
}
.staff-job-title,
.caption {
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	color: #666;
	font-style: italic;
	width: 75%;
}
.staff-directory {
	border-bottom: solid 1px #bcbbbb;
    margin-bottom: 25px;
    padding-left: 0px;
}
.staff-directory .col-xs-12,
.staff-directory .col-md-4,
.formatted-table .col-xs-12,
.formatted-table .col-md-4 {
	padding-left: 0px;
	padding-bottom: 25px;
}
.staff-directory .views-field-title {
	width: 40%;
}
.formatted-table .views-field-field-buildingnumber {
	width: 20%;
}
.staff-phone {
	font-family: 'Roboto', serif;
	font-size: 16px;
	color: #272727;
	font-weight: 300;
}
.staff-left,
.staff-right {
	margin-top: 50px;
	padding-left: 0px;
}
.staff-bio-title {
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	color: #666;
	font-style: italic;
	margin-bottom: 30px;
}
/*Below 4 are applied to FAQ sections*/
.field-item {
    margin-bottom: 30px;
}
.faqfieldcustom-question {
    color: #272727;
    font-weight: 700;
}
.faqfieldcustom-question:hover {
    color: #272727;
    text-decoration: none;
}
.faqfieldcustom-answer {
    margin-top: 8px;
    margin-left: 15px;
}
.block-quote {
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	color: #666;
	font-style: italic;
	margin: 30px;
}
.block-quote:before {
	padding-right: 10px;
}
.block-quote:after {
	padding-left: 10px;
}
.block-quote:before,
.block-quote:after {
	content: attr(data-end);
	font-family: 'Noto Serif', serif;
	color: #666;
	font-style: italic;
	font-size: 30px;
}
.staff-bio-photo,
.staff-bio-email,
.staff-bio-phone,
.staff-bio-site {
	margin-bottom: 15px;
}
.staff-bio-photo img {
	width: auto;
}


ul.red-list,
ul.no-style {
	list-style: none;
	padding-left: 0px;
	margin-top: 15px;

}
ul.no-style {
	margin-bottom: 50px;
}
ul.no-style li {
	padding-left: 0px;
}
.red-list strong {
	color: #87080e;
	font-family: 'Noto Serif', serif;
	font-size: 18px;
}
.red-list li {
	margin-bottom: 15px;
}
ol li h3 {
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	color: #87080e;
}
ol li ul {
	list-style-type: disc;
}

.views-row.no-color {
	background-color: #fff;
}
.views-row:nth-child(even) {
	background-color: #fff;
}
.bricks-media-icon {
	padding-top: 15px;
	margin-right: 10px;
	padding-left: 0px;
}
.bricks-media-icon a {
	font-size: 30px;
	color: #272727;
}
.clear {
	border-bottom: none;
}


.widget_pager_bottom {
    background-color: #666666;
}
.views-slideshow-pager-field-item {
    display: inline-block;
    background-color: #666666;
    color: #ffffff;
    font-family: 'Roboto', serif;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 0px 1px 1px rgba(39, 39, 39, 0.5);
}
/*.widget_pager>.active {
    border-top: solid 1px #000;
}*/
.widget_pager {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.widget_pager>.active,
 .widget_pager>.views-slideshow-pager-field-item:only-child  {


    color: #ffffff;
    border-bottom: solid 8px #f36e21;
 }

 .widget_pager .views-field-title {
    padding: 18px;
    min-width: 250px;
 }
 /*Controls Text Bottom*/
/*Sets the grand parent container div's position to relative*/
#views_slideshow_controls_text_front_page_slider-block {
    float:left;
width: 100%;
height:26px; /*adjust this*/
position:relative;

bottom:10px;
}

/*Sets the parent container <<previous control div's position to relative*/
#views_slideshow_controls_text_previous_front_page_slider-block{
    float:left;
width:1079px; /*width of your image slideshows*/
height:18px; /*adjust this*/
position:relative;
}
#views_slideshow_controls_text_front_page_slider-block a {
	font-size: 0px;
}
/*arrow left/previous control*/
#views_slideshow_controls_text_previous_front_page_slider-block.views-slideshow-controls-text-previous.views_slideshow_controls_text_previous.views-slideshow-controls-text-previous-processed {
background: url(../images/left_arrow.png) no-repeat;
display: inline-block;  /*set display*/
position:absolute;     /*set position*/
left: 3%;           /*left position*/
top: -40px;
width: 16px;           /*width of your img to change*/
height: 26px;          /*height of your img*/
font-size: 0px;        /*this is better than 1px*/
color:#444;            /*blue color*/
  }

/*Sets the parent container ||pause|| control div's position to relative*/
#views_slideshow_controls_text_pause_front_page_slider-block.views-slideshow-controls-text-pause.views_slideshow_controls_text_pause.views-slideshow-controls-text-pause-processed {
    float:left;
width:950px; /*width of your image slideshows*/
height:26px; /*adjust this*/
position:relative;
  }
/*pause control*/
#views_slideshow_controls_text_pause_front_page_slider-block.views-slideshow-controls-text-pause.views_slideshow_controls_text_pause.views-slideshow-controls-text-pause-processed{

display: none;  /*set display*/
}

/*Sets the parent container |next>> control div's position to relative*/
#views_slideshow_controls_text_next_front_page_slider-block.views-slideshow-controls-text-next.views_slideshow_controls_text_next.views-slideshow-controls-text-next-processed  {
    float:left;
width:1079px; /*width of your image slideshows*/
height:26px; /*adjust this*/
position:relative;
}
/*arrow right/next control*/
#views_slideshow_controls_text_next_front_page_slider-block.views-slideshow-controls-text-next.views_slideshow_controls_text_next.views-slideshow-controls-text-next-processed{
background: url(../images/right_arrow.png) no-repeat;
display: inline-block; /*set display*/
position:absolute; /*set position*/
left:95%; /*adjust this*/
top: -40px;
width: 16px;        /*width of your img*/
height: 26px;        /*height of your img*/
font-size: 0px;    /*this is better than 1px*/
color:#444;
}
.views-slideshow-controls-bottom {
    text-align: center;
    width: 100%;
    font-family: "PTSerif",Helvetica,Arial,sans-serif;
    font-size: 16px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}
/*** Tabs ***/
#location-menus h3 {
	display:block;
	margin-bottom:0;
}

#location-menus-nav, #location-hours-nav {

	padding-left: 2px;
	display:none;
}
#location-menus-nav li, #location-hours-nav li {
	display:inline;
    font-size: 11px;
    font-weight:bold;
    text-transform:uppercase;
}
#location-menus-nav li a, #location-hours-nav li a {
	color:#444;
	padding:4px 11px;

	border-left:0;
}
#location-menus-nav li:last-child a, #location-hours-nav li:last-child a {
	border-right:none;
}
#location-menus-nav li a.current, #location-menus-nav li a:hover, #location-hours-nav li a.current, #location-hours-nav li a:hover {
	color:#f26d22 !important;
}
.menu-day-content {
  clear:both;
  margin-bottom:40px;
}
#location-menus .clearer {
  clear:both;
}
.menu-day-of-the-week {
	display:none;
}


/*** Menu styles ***/
.location-menu-category {
	margin-top:10px;
	font-weight:bold;
	font-family: Georgia, serif
}
.location-menu-event {
	margin-top:10px;
	font-weight:bold;
	font-family: Georgia, serif;
	font-size: 16px;
}
.menu-day-left {
	float:left;
	width:49%;
}
.menu-day-right {
	float:right;
	width:49%;
}
.menu-day-pad {
	padding-top: 35px;
}
.content-tabs {
	clear:both;
}


#location-menus-nav li a.current, #location-menus-nav li a:hover {
    color: #F26D22 !important;
    text-decoration: none;
}
#location-menus-nav li a {
    border-left: 0 none;
    text-decoration: underline;
    color: #fff !important;
}

/*** Styling of the header text in main content 
#content h2, #content h3, #content h4, #region-content h2, #region-content h3, #region-content h4 {
    margin-bottom: 0;
}
***/
/*************************************
 * generic styling for ALS elements
 ************************************/

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
	padding-top:15px;
	padding-bottom:10px;
	background-color:#272727;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	display: inline-block;
	height: 100px;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	/*float: left;*/
}

.als-prev, .als-next {
	display: inline-block;
	cursor: pointer;
	clear: both;
	vertical-align: top;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 26px;
	color: #fff;
}
.als-prev-grey, .als-next-grey {
	display: inline-block;
	cursor: pointer;
	clear: both;
	vertical-align: top;
	color: #ccc;
	font-size: 26px;
	font-weight: normal;
}
/*************************************
 * specific styling for #demo4
 ************************************/

#demo4 {
	margin: 40px auto;
	height: 60px;
	text-align: center;
	/*max-width: 525px;*/
}

#demo4 .als-item {
	margin: 0px 0px;
    padding: 4px 0px;
	/*min-height: 120px;*/
	min-width: 100px;
	text-align: center;
}

#demo4 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

#demo4 .als-prev, #demo4 .als-next {

}

#demo4 .als-prev, #demo4 .als-prev-grey {
	padding-right: 10px;
}

#demo4 .als-next, #demo4 .als-next-grey {
	padding-left: 10px;
	right: 200px;
}
#location-menus-nav li a, #location-hours-nav li a {
	color:#444;
	padding:4px 15px;

	border-left:0;
}
.als-viewport a {
	font-size: 14px;
	color: #fff;
}
.views-slideshow-cycle-main-frame-row {
	width: 100% !important;
	height: inherit !important;
}
.dining-menu-dates {
	margin-bottom: 40px;
}
.dining-dates-text {
	margin-bottom: 20px;
}
.dining-date-select div {
	/*padding: 0px;*/
}
.dining-date-select .dining-date-button {
	padding-top: 15px;
}
.dining-date-button button {
	background-color: #000;
	color: #fff;
	border: none;
	padding: 10px 50px;
}
.dining-date-dates {
	color: #185280;
}
.picker div {
	display: block;
}
.picker thead {
	background-color: #fff;
	font-family: 'Noto Serif', serif;
	font-size: 24px;
}
#edit-submit,
.webform-calendar,
.webform-component label {
    font-family: 'Roboto', sans-serif;
}

#edit-submit, .form-submit {
    background: #2d2d2d;
    box-shadow: 1px 1px 5px 0 rgba(39, 39, 39, 0.5);
    padding: 10px 30px;
    color: #fff;
}


#edit-submitted-date-observed-wrapper {
    width: 100%;
}
.webform-datepicker .form-control {
    width: 20%;
    display: inline-block;
    margin-right: 10px;
}

/*Date Picker button*/
.webform-calendar {
    width: 25%;
    background: #272727;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 0 rgba(39, 39, 39, 0.5);
    color: #fff;
    text-align: center;
    padding: 15px 5px !important;
    margin-top: -10px;
}
#calendar-overlay {
	position: absolute;
	z-index: 1;
	color: #fff;
	padding: 5px 40px;
}
.calendar-input input {
	font-family:'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
}
.calendar-input input::-webkit-input-placeholder { color:#fff; }
.calendar-input input::-moz-placeholder { color:#fff; }

.fa-check {
	color: #00a651;
}
.no-padding,
.formatted-div-body .col-xs-12,
.formatted-div-header .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}
#block-menu-menu-parking-transportation-righ {
	background-color: #f1f1f1;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 1px 0px rgba(0, 0, 0, 0.2);
	border: solid 1px #c7c3bd;
	padding: 15px;
}
#block-menu-menu-parking-transportation-righ .block-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #272727;
	font-weight: 400;
}
.image-across {
	text-align: center;
}
.image-across img {
	max-width: 175px;
	padding-bottom: 20px;
}
.navbar-nav a.fa {
  font-family: 'Roboto', sans-serif;
  margin-left: -25px;
  font-weight: 700;
}
.navbar-nav a.fa:before {
  margin-right: 1em;
  font-family: FontAwesome;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: none;
	display: inline-block;
}
.form-control {
	display: inline-block;
	width: auto;
}
input[type="file"] {
	display: inline-block;
    margin-right: 10px;
}
.rit-description {
	margin-top: 20px;
}
/* make sidebar nav vertical */
@media (min-width: 768px) {
  .sidebar-nav-fixed navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav-fixed ul {
    float: none;
    width: inherit;
    /*margin-left: 15px;*/
  }
  .sidebar-nav-fixed ul.sidebar-nav-secondary {
	margin-left: -30px;
  }
  .sidebar-nav-fixed li.active-trail ul.sidebar-nav-secondary {
	margin-left: -10px;
  }
  .sidebar-nav-secondary .last {
    border-bottom: solid 1px #454545;
    margin-right: 15px;
  }
  .sidebar-nav-fixed ul:not {
    display: block;
  }
  .sidebar-nav-fixed li {
    float: none;
    display: block;
    margin-left: 25px;
  }
  .sidebar-nav-fixed li a {
    padding-top: 10px;
    padding-bottom: 10px;
	margin-right: 10px;
  }

}
@media (min-width: 1200px) and (max-width: 1430px)  {
    .navbar-nav {
        padding-left: 0px;
    }
	.homebox:nth-of-type(odd) {
		clear: left;
	}
	.center {
		max-width: 670px;
	}
	.sidebar-nav-fixed li {
		margin-left: 45px;
	}
	li.leaf.active a,
	li.leaf.active-trail a  {
		margin-left: 45px;
	}
	.navbar-nav li.active, .navbar-nav li.active-trail {
		margin-left: 35px;
	}
	.collapse > li.active, .collapse > li.active-trail {
        margin-left: -60px;
    }
	.widget_pager .views-field-title {
		min-width: 200px;
	}
	li.expanded.active-trail.sidebar-nav-primary {
		margin-left: 60px;
	}
}
@media (min-width: 1200px) and (max-width: 1600px)  {
	#hero-title {
		top: 100px;
	}
	#hero-text {
		top: 215px;
	}
	#hero-logo,
	#hero-its-logo {
		top: 50px;
	}
}
/* shove title box toward bottom corner when no description */
@media (min-width: 1201px) {
    #hero-title-larger.no-body {
        top: 230px;
        left: 50px;
    }
    #hero-title.no-body {
    	top: 330px;
    	left: 50px;
    }
}
@media (max-width: 1200px) {
	.widget_pager>.active, .widget_pager>.views-slideshow-pager-field-item:only-child {
		border-bottom: none;
		color: #f36e21;
	}
	.widget_pager .views-field-title {
		min-width: 0px;
	}
	.center {
		max-width: 670px;
	}
	.container .jumbotron,
	.footer {
		margin-left: -9px;
	}
	#hero-text,
	#hero-text-larger {
		background-color: #f0f0f0 !important;
		border-bottom: 1px solid #eaeaea;
	}
	#hero-title, #hero-text,
	#hero-title-larger, #hero-text-larger {
		top: unset;
		bottom: unset;
		position: relative;
		bottom: 0;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 0px;
	}
	
	#svp-title {
		top: unset;
		bottom: 300px;
		font-size: 24px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.svp-caption {
		top: unset;
		bottom: 260px;
		font-size: 18px;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 24px;
	}
	.svp-body {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		color: #272727;
		background-color: #fff;
	}
	.finance-link {
		border-right: none;
		min-height: 0px;
		margin-bottom: 30px;
	}
	.finance-bricks {
		border-left: none;
		min-height: 0px;
		margin-bottom: 30px;
	}
	.homebox:nth-of-type(odd) {
		clear: left;
	}
	 #rit-mobile-menu{
    	float: left;
    	vertical-align: middle;
    	width: 33.3%;
    	padding-left: 20px;
    	padding-top: 15px;
    }
    #rit-mobile-logo {
    	float: left;
    	vertical-align: middle;
    	width: 33.3%;
    	padding-top: 15px;
    }
    #rit-mobile-search {
    	float: right;
    	vertical-align: middle;
    	width: 15%;
    	padding-top: 13px;
    }
    #rit-mobile-search img {
		width: 32px;
		height: auto;
	}
	.webform-datepicker .form-control {
		width: 20%;
		margin-bottom: 10px;
	}
	.webform-calendar {
		width: 50%;
		margin-top: 10px;
	}
	#hero-its-logo {
		top: 75px;
	}
}


@media (max-width: 980px) {
	.homepage-text {
		width: 75%;
	}
	.bricks-logo img {
		width: 50%;
		max-width: 190px;
	}
	.widget_pager>.active, .widget_pager>.views-slideshow-pager-field-item:only-child {
		border-bottom: none;
		color: #f36e21;
	}
	.widget_pager .views-field-title {
		min-width: 0px;
	}
	.container .jumbotron {
		margin-left: -15px;
	}
	.content-container-content {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 50px;
	}
	.footer {
		margin-left: -15px;
	}
	.finance-bricks, .finance-link {
		border: none;
	}
	.finance-bricks {
		border-top: solid 1px #bbb;
		box-shadow: 0px -1px 0 #fff;
		padding-top: 20px;
	}
	.navbar-search {
		display: none;
	}
	.sidr-class-input-group-btn, .sidr-class-form-search h2 {
		display: none;
	}
	.sidr-class-form-text {
		background-color: #fff;
		color: #000;
	}
	.navbar-slider-images {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
	.navbar-sidebar {
        display: none;
        margin-top: 25px;
    }
    .navbar-default .navbar-brand {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 18px;
        font-weight: bold;
    }
    .navbar-default .navbar-nav>li>a {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 18px;
        color: #262626;
    }
    .navbar-branding {
        margin: 0px;
        display: block;
        width: 100%;
    }
    .navbar-nav li a {
        display: inline-block;
        border: none;
    }
    .navbar-nav li.active, .navbar-nav li.active-trail {

    }
    .navbar-images {
        width: 100%;
    }
     #footer-right, #footer-left, #footer-middle {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .navbar-rit-header {
        padding-bottom: 10px;
    }
    html, body {
      overflow-x: hidden;
    }
    #metaritlogo {
        padding-top: 5px;
    }
    .navbar-brand {
        line-height: 18px;
    }
    .page-header {
    	margin-top: 15px;
    	font-family: 'Noto Serif', serif;
	  	font-size: 24px;
	  	font-weight: 400;
	  	color: #272727;
	    text-overflow: initial;
	    white-space: initial;
	    overflow: initial;
    }
    .navbar-breadcrumb {
    	display: none;
    }
    #rit-mobile-menu{
    	float: left;
    	vertical-align: middle;
    	width: 25%;
    	padding-left: 20px;
    	padding-top: 15px;
    }
    #rit-mobile-logo {
    	float: left;
    	vertical-align: middle;
    	width: 40%;
    	text-align: center;
    	padding-top: 15px;
    }
    #rit-mobile-search {
    	float: right;
    	vertical-align: middle;
    	width: 10%;
    	padding-top: 13px;
    	text-align: right;
    	margin-right: 20px;
    }
    #rit-mobile-search img {
		width: 32px;
		height: auto;
	}
	.navbar-fixed-bottom {
		position: relative;
	}

	.navbar-fixed-top {
		position: absolute;
	}
	.sidebar-nav-fixed {
		position: relative;
		display: none;
	}
	.main-container {
		margin-top: 0px;
		padding-bottom: 0px;
	}
    .main-container.admin-offset {
		margin-top: 30px;
	}
	.footer-bottom {
		text-align: center;
		font-size: 16px;
	}
	.footer a {
		font-size: 14px;
	}
	.footer-bottom a {
		font-size: 16px;
	}
	.footer {
		padding-bottom: 50px;
	}
	.content-container {
		padding-bottom: 0px;
	}
	
	.bricks-title-text {
		padding: 0px;
	}
	#responsive-menu-button img {
		width: auto;
	}
	.bricks-media-icon a {
		font-size: 30px;
	}
	.views_slideshow_cycle_main {
		background-color: #f0f0f0 !important
	}
}
@media (max-width: 768px) {
	.content-container-before-content {
		padding-left: 20px;
	}
	.widget_pager>.active, .widget_pager>.views-slideshow-pager-field-item:only-child {
		border-bottom: none;
		color: #f36e21;
	}
	.widget_pager .views-field-title {
		min-width: 0px;
	}
	.formatted-table td {
		border-bottom: none;
	}
	.rwd-table td:before {
		width: 100%;
    	padding-bottom: 20px;
    }
	#svp-title {
		top: 30px;
		bottom: unset;
		font-size: 18px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.svp-caption {
		top: 80px;
		bottom: unset;
		font-size: 16px;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 24px;
	}
	.content-container-content-wide {
		padding-left: 0px;
	}

	.center {
		max-width: 370px;
		padding-left: 0px;
		text-align: left;
	  }
	.homebox-overlay {
		opacity: 1;
		width: auto;
	}
	.formatted-div-body div div {
		width: 300px;
	}

	.homebox-overlay img {
		display: none;
	}
	.homebox-image img {
		display: none;
	}
	.hero-title-large {
		font-size: 32px;
	}
	.staff-directory .views-field-title,
	.formatted-table .views-field-field-buildingnumber {
		width: 100%;
	}
	.staff-margin {
		margin-left: 0px;
	}
	.staff-inline {
		display: block;
	}
	.staff-directory td {
		padding-bottom: 0px;
	}
	.page-header {
		font-size: 24px;
	}
	#hero-logo {
		top: 125px;
		right: 90px;
	}
	#hero-its-logo {
		top: 75px;
	}
	body {
		padding-top: 58px;
	}
	
}
@media (max-width: 450px) {
	.page-header {
		font-size: 24px;
	}
	#hero-logo {
		top: 0px;
		width: 50%;
		
	}
	#hero-its-logo {
		top: 25px;
		left: 25px;
	}
	
}
@media (min-width:320px) and (max-width:767px) and (orientation:landscape) {
	#hero-logo,
	#hero-its-logo{
		top: 0px;
		
	}
}
@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){
	#hero-logo,
	#hero-its-logo {
		top: 100px;
		
	}
}
/*@media (min-width: 1100px) {
  .content-container {
  	margin-right: 40px;
	margin-left: 40px;
  }
}*/
