/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
#secondary-menu-bar,
#mit-header-logo,
#page > header > hgroup {
	display: none;
}

@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.container {
    	width: 1200px;
    	max-width: initial;
	}
}

body {
    background: #fff;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#page {
    background: #fff;
    color: #36333c;
    border: none;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #A31F34;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    opacity: 0.96;
    -moz-opacity: 0.96;
    filter: alpha(opacity=96);
    font-family: 'Open Sans', sans-serif;
    padding-top: 15px;    
}

#page p {
	line-height: 1.4em;
	margin-bottom: 12px;
}

ul.tabs.primary {
	margin-top: 0;
}

.add-gutter, #breadcrumb {
    margin-left: 0;
    margin-right: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.mit-text a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'FjallaOne';
  src: url('/sites/default/files/css_injector_fonts_font/FjallaOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Open Sans Condensed';
	src: url('/sites/default/files/css_injector_fonts_font/OpenSans-CondBold.ttf');
	font-weight: bold;
  	font-style: normal;
}

h1, h3,
nav#block-system-main-menu,
.view-sidebar-button-view a,
.accordion-block h2,
.orc-event-content-wrapper h2,
.orc-faculty-name,
.orc-student-block h2,
.orc-faculty-degree,
.field-name-field-faculty-first-name,
.field-name-field-faculty-last-name,
nav.main-nav-block ul li a,
.field-name-field-student-first-name,
.field-name-field-student-last-name,
.student-testimonials h4 {
	font-family: 'FjallaOne', sans-serif;
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/

h1 {
	color: #c45528;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: initial;
	line-height: 1.3em;
}

h2 {
	color: #007cb1;
	font-size: 22px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 1em;
	line-height: 1.3em;
}

.article-content h3 {
	color: #6d6e70;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 30px;
	line-height: 1.3em;
}

hr {
	border: none;
	background-color: #007cb1;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.region-header {
    float: left;
    padding: 0;
    width: 100%;
}

#page > header {
	margin: 0;
}

.region-header .block-header-logo {
	float: left;
	margin-bottom: 10px;
	width: 70%;
}

.region-header .block-search {
	float: right;
}

#logo-holder-large {
    float: left;
    margin-top: 15px;
}

#MIT-logo-large {
    width: 72px;
    height: 38px;
    float: left;
    background-image: url('/sites/default/files/css_injector_images_image/MIT-logo-orc-off-x2.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
    image-rendering: -webkit-optimize-contrast;
}

#MIT-logo-large:hover {
    background-image: url('/sites/default/files/css_injector_images_image/MIT-logo-orc-on-x2.jpg');
}

#divider-large {
    width: 14px;
    height: 54px;
    margin-top: -8px;
    margin-left: 14px;
    border-left: 2px solid #231f20;
    float: left;
}

button.navbar-toggle {
	background-color: #77787c;
	display: none;
	background-image: url('/sites/default/files/css_injector_images_image/orc-burger.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	width: 85px;
	height: 90px;
	position: relative;
	float: left;
	padding: 10px;
	margin-right: 30px;
	border: none;
	border-radius: 0;
}

#orc-one-line-web-large {
    width: 165px;
    height: 65px;
    margin-top: -8px;
    float: left;
    background-image: url('/sites/default/files/css_injector_images_image/orc-web-off-x2.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
    image-rendering: -webkit-optimize-contrast;
}

#orc-one-line-web-large:hover {
    background-image: url('/sites/default/files/css_injector_images_image/orc-web-on-x2.jpg');
}

#logo,
#MIT-logo-large a,
#orc-one-line-web-large a {
    float: none;
    margin: 0;
    display: block;
    height: 100%;
    width: 100%; 
}

.block-search input[type=search] {
	box-sizing: border-box;
	color: #36333c;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #6d6e70;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.block-search input[type="submit"] {
	background-color: transparent;
	color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
	background-image: url('/sites/default/files/css_injector_images_image/icon_search.png');
	background-repeat: no-repeat;
	background-position: 30% 100%;
}

/*--------------------------------------------------------------
## Main navigation
--------------------------------------------------------------*/

#primary-menu-bar, #menu-bar #block-system-main-menu.block-menu .menu-wrapper {
    background-color: #d7d6d8;
}

#primary-menu-bar, #menu-bar #block-system-main-menu .menu-wrapper {
	background-color: #d7d6d8;
    margin: 0 0 5px;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
    border-bottom: none;
}

#secondary-menu-bar, #menu-bar nav.block-menu {
    margin-top: 0;
    margin-bottom: 0;
}

.nav ul.menu > li {
    padding-right: 5px;
    background-color: #fff;
}

#primary-menu-bar nav .menu a.active, #menu-bar #block-system-main-menu.block-menu .menu a.active {
    background-color: #d7d6d8;
    color: #fff;
}

#primary-menu-bar nav .menu a, #menu-bar #block-system-main-menu.block-menu .menu a {
	background-color: #6d6e70;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 18px 8px;
	text-transform: uppercase;
}

#primary-menu-bar nav .menu a:hover, #primary-menu-bar nav .menu li:hover > a,
#menu-bar #block-system-main-menu.block-menu .menu a:hover, 
#menu-bar #block-system-main-menu.block-menu .menu li:hover > a, 
#primary-menu-bar nav .menu a.active-trail, 
#menu-bar #block-system-main-menu.block-menu .menu li.active-trail > a,
nav.main-nav-block .menu-block-wrapper > ul li a:hover,
nav.main-nav-block .menu-block-wrapper > ul li a:focus,
nav.main-nav-block .menu-block-wrapper > ul li a.active-trail,
nav.main-nav-block .menu-block-wrapper > ul li:hover a,
nav.main-nav-block .menu-block-wrapper .expanded ul.menu li a:hover,
nav.main-nav-block .menu-block-wrapper .expanded ul.menu li a.active-trail {
	background-color: #d7d6d8;
	color: #424143;
	text-decoration: none;
}

#menu-bar #block-system-main-menu.block-menu .menu .menu,
nav.main-nav-block .expanded .menu {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 5px;
}

#menu-bar #block-system-main-menu.block-menu .menu .menu a,
nav.main-nav-block .menu-block-wrapper .expanded ul.menu li a {
	background-color: #d7d6d8;
	color: #6D6E70;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	border-bottom: 1px solid #fff;
}

#menu-bar #block-system-main-menu.block-menu .menu .menu li:last-child a,
nav.main-nav-block .menu-block-wrapper .expanded .menu li:last-child a {
	border-bottom: none;
}

#menu-bar #block-system-main-menu.block-menu .menu .menu li {
	padding: 0;
}

nav.main-nav-block {
	background-color: #d7d6d8;
	margin: 0;
}

nav.main-nav-block .menu-block-wrapper > ul li a {
	background-color: #6d6e70;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	padding: 10px 18px 8px;
	text-transform: uppercase;
}

nav.main-nav-block .expanded {
	position: relative;
}

nav.main-nav-block .expanded .menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 145px;
	z-index: 5;
}

nav.main-nav-block .expanded:hover .menu {
	display: block;
}

nav.main-nav-block .expanded .menu li {
	display: block;
	float: none;
	padding-right: 0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#page .region-footer .block {
    float: none; 
}

.region-footer ul.menu {
	margin: 0 0 5px;
}

nav#block-menu-menu-footer-menu {
	display: inline-block;
}

.region-footer ul.menu li.leaf {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #414042;
	line-height: 16px;
	padding: 0 12px 0 0;
	margin-right: 12px;
}

.region-footer ul.menu li.last.leaf {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.region-footer ul.menu li.leaf a,
#page .region-footer div#block-shib-auth-login-box a {
	color: #414042;
	font-size: 14px;
	font-weight: normal;
}

#page .region-footer div#block-shib-auth-login-box a {
	padding-left: 12px;
	margin-left: 12px;
	border-left: 1px solid #414042;
	line-height: 16px;
	display: inline-block;
}

#mit-footer {
	width: initial;
	margin-right: 0;
}

.mit-text,
.mit-text a {
	color: #77787b;
	max-width: initial;
	font-size: 11px;
	line-height: 1.7em;
	font-weight: 400;
}

.mit-text a:hover,
.mit-text a:focus {
	color: #77787b;
	text-decoration: none;
}


#page > footer {
	background-color: #f2f2f2;
	margin-left: 0;
	margin-right: 0;
	border-top: none;
	padding: 1.5% 2%;
	margin-top: 20px;
}

footer #mit-footer-logo {
	display: none;
}

#page .region-footer .block {
	margin-bottom: 5px;
}

.region.region-footer {
	width: 100%;
}

#page .region-footer div#block-shib-auth-login-box {
	float: none;
	display: inline-block;
}

/*--------------------------------------------------------------
## Front page
--------------------------------------------------------------*/

.front.two-sidebars .content-inner {
    padding: 0;
    margin: 0;
}

.front #main-content {
	margin-top: 0;
}

.front #block-system-main {
	display: none;
}

div#block-views-front-page-slider-block {
    margin-bottom: 20px;
}

.rslider-wrapper ul {
	list-style: none;
	margin: 0 auto;	
}

.rslider-wrapper > ul > li {
	width: 100%;
}

.rslides_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}

.centered-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	/*background: transparent url("themes.gif") no-repeat left top;*/
	margin-top: -45px;
}

.centered-btns_nav:active {
	opacity: 1.0;
}

.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
	outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
	margin-top: 10px;
	text-align: center;
	position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 5;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #c3c2c4;
	display: inline-block;
	_display: block;
	*display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	width: 9px;
	height: 9px;
	margin-left: 2px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
	background: #009bdf;
}

.orc-slider-image-wrapper {
    width: 74.6%;
    float: left;
    padding: 0;
    height: 333px;
    overflow: hidden;
}

.orc-slider-text-block-wrapper {
	background-color: #f2f2f2;
	box-sizing: border-box;
	width: 25.4%;
	float: left;
	padding: 35px;
	height: 333px;
}

.orc-slider-text-block-wrapper h3 {
	color: #007cb1;	
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2em;
}

.orc-slider-text-block-wrapper p {
	color: #414042;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.orc-slider-text-block-wrapper a,
.student-testimonials a {
	color: #007cb1;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;	
}

.orc-slider-text-block-wrapper a:hover,
.student-testimonials a:hover,
.orc-slider-text-block-wrapper a:focus,
.student-testimonials a:focus {
	color: #025E87;
	text-decoration: none;
}

.orc-slider-text-block-wrapper a:hover:after,
.student-testimonials a:hover:after,
.orc-slider-text-block-wrapper a:focus:after,
.student-testimonials a:focus:after {
	background-image: url('/sites/default/files/css_injector_images_image/icon-arrow-blue-hover-right.png');
}

.student-testimonials p a:after {
	display: none;
} 

.orc-slider-text-block-wrapper a:after,
div#block-views-front-page-features-block a:after,
div#block-views-event-front-page-view-block a:after,
.view-sidebar-story-block a:after,
.student-testimonials a:after,
div#block-views-front-page-rss-view-block .orc-rss-link a:after {	
	content: '';
	background-image: url('/sites/default/files/css_injector_images_image/icon-arrow-blue-right.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 70%;
	width: 10px;
	height: 11px;
	position: absolute;
	top: 50%;
	font-size: 80%;
	padding-left: 5px;
	pointer-events: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* twitter widget */
.front div.orc-twitter-block.orc-match-height {
	width: 25%;
	float: left;
	margin-right: 1.5% !important;
	padding: 32px 0 10px;
	border-top: 5px solid #36333c;
	border-bottom: 5px solid #36333c;
}

.orc-twitter-block p {
	margin-bottom: 0;
}

h3#orc-twitter-header {
	color: #36333c;
	font-size: 18.5px;
	margin-left: 10px;
}

div#block-views-front-page-features-block,
div#block-views-front-page-rss-view-block {
	float: left;
	width: 23.35%;
	margin-right: 1.5%;
	padding-bottom: 10px;
}

.front div.orc-match-height {
	border-bottom: 5px solid #e6e6e6;
}

div#block-views-front-page-rss-view-block {
	border-top: 5px solid #e6e6e6;
}

div#block-views-front-page-rss-view-block .view-content > div:last-child {
	margin: 15px 0;
    border-top: 3px solid #e6e6e6;
}

div#block-views-front-page-rss-view-block .view-content > div:last-child h3 {
	margin-top: 20px;
}

div#block-views-front-page-features-block .view-content > div:last-child {
	margin-right: 0;
}

div#block-views-front-page-features-block h3,
div#block-views-event-front-page-view-block h3,
div#block-views-front-page-rss-view-block h3 {
	color: #c45528;
	font-size: 19px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 1.3em;
}

div#block-views-front-page-features-block .view-content > div:last-child h3,
div#block-views-front-page-features-block .view-content > div:last-child a {
	color: #007cb1;
}

div#block-views-front-page-features-block .view-content > div:last-child a:after {
	background-image: url('/sites/default/files/css_injector_images_image/icon-arrow-blue-right.png');
}

div#block-views-front-page-features-block .view-content > div:last-child a:hover,
div#block-views-front-page-features-block .view-content > div:last-child a:focus {
	color: #025E87;
}

div#block-views-front-page-features-block .view-content > div:last-child a:hover:after,
div#block-views-front-page-features-block .view-content > div:last-child a:focus:after {
	background-image: url('/sites/default/files/css_injector_images_image/icon-arrow-blue-hover-right.png');
}

div#block-views-front-page-features-block p,
div#block-views-event-front-page-view-block p,
div#block-views-front-page-rss-view-block p {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

div#block-views-front-page-features-block a,
div#block-views-event-front-page-view-block a,
div#block-views-front-page-rss-view-block .orc-rss-link a {
	position: relative;
	color: #c45528;
	text-transform: uppercase;
	font-size: 13px;
}

div#block-views-front-page-features-block a:after,
div#block-views-event-front-page-view-block a:after,
div#block-views-front-page-rss-view-block .orc-rss-link a:after {
	background-image: url('/sites/default/files/css_injector_images_image/icon-arrow-orange-right.png');	
}

div#block-views-front-page-features-block a:hover,
div#block-views-event-front-page-view-block a:hover,
div#block-views-front-page-features-block a:focus,
div#block-views-event-front-page-view-block a:focus,
div#block-views-front-page-rss-view-block .orc-rss-link a:hover,
div#block-views-front-page-rss-view-block .orc-rss-link a:focus {
	color: #9B421A;
	text-decoration: none;
}

div#block-views-front-page-features-block a:hover:after,
div#block-views-event-front-page-view-block a:hover:after,
div#block-views-front-page-features-block a:focus:after,
div#block-views-event-front-page-view-block a:focus:after,
div#block-views-front-page-rss-view-block .orc-rss-link a:hover:after,
div#block-views-front-page-rss-view-block .orc-rss-link a:focus:after {
	background-image: url('/sites/default/files/css_injector_images_image/icon-arrow-orange-hover-right.png');
}

div#block-views-event-front-page-view-block {
    width: 23.8%;
    float: left;
}

div#block-views-event-front-page-view-block span.date-display-single {
	color: #77787b;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
}

div#block-views-event-front-page-view-block h3 {
	margin-top: 0;
}

div#block-views-event-front-page-view-block h3,
div#block-views-event-front-page-view-block a {
	color: #088482;
}

div#block-views-event-front-page-view-block a:after {
	background-image: url('/sites/default/files/css_injector_images_image/icon-arrow-green-right.png');
}


div#block-views-event-front-page-view-block a:hover,
div#block-views-event-front-page-view-block a:focus {
	color: #006B69;
}

div#block-views-event-front-page-view-block a:hover:after,
div#block-views-event-front-page-view-block a:focus:after {
	background-image: url('/sites/default/files/css_injector_images_image/icon-arrow-green-hover-right.png'); 
}

.orc-feature-image-wrapper {
	max-height: 200px;
	overflow: hidden;
}

/*--------------------------------------------------------------
## Content page
--------------------------------------------------------------*/

#columns {
	margin-top: 5px;
}

.region-sidebar-first {
	width: 25%;
	margin-left: -100%;
}

.two-sidebars .content-inner {
	margin-left: 23.5%;
	margin-right: 10%;
}

#main-content {
	margin-top: 65px;
}

.article-content a,
#page .orc-event-content-wrapper a,
.student-testimonials p a,
.orc-faculty-block a, 
.orc-student-block a,
.article-faculty-person a {
	color: #007cb1;
	font-weight: normal;
	text-transform: none;
}

.article-content a:hover,
#page .orc-event-content-wrapper a:hover,
.student-testimonials p a:hover,
.article-content a:focus,
#page .orc-event-content-wrapper a:focus,
.student-testimonials p a:focus,
.orc-faculty-block a:hover, 
.article-faculty-person a:hover,
.orc-faculty-block a:focus, 
.article-faculty-person a:focus,
.orc-student-block a:hover,
.orc-student-block a:focus {
	color: #025E87;
	text-decoration: none;
}

.article-content li {
	margin-bottom: 5px;
}

.view-sidebar-story-block {
	padding-bottom: 10px;
	border-bottom: 4px solid #e6e6e6;
}

.view-sidebar-story-block h3 {
	color: #007cb1;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.view-sidebar-story-block p {
	margin-bottom: 5px;
}

.view-sidebar-story-block a {
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
}

.view-sidebar-story-block a, 
.view-sidebar-story-block a:after {
	color: #007cb1;
}

.view-sidebar-story-block a:hover,
.view-sidebar-story-block a:focus {
	color: #025E87;
	text-decoration: none;
}

.view-sidebar-story-block a:hover:after,
.view-sidebar-story-block a:focus:after {
	background-image: url('/sites/default/files/css_injector_images_image/icon-arrow-blue-hover-right.png');
}

.view-sidebar-story-block p a {
	text-transform: none;
	font-weight: 400;
	font-size: initial;
}

.view-sidebar-story-block p a:after {
	display: none;
}

.view-sidebar-button-view a {
	color: #fff;
	background-color: #088482;
	font-size: 19px;
	display: block;
    padding: 20px 25px;
    text-align: center;
}

.view-sidebar-button-view a:hover,
.view-sidebar-button-view a:focus {
	background-color: #026C6A;
	text-decoration: none;
} 


/*--------------------------------------------------------------
## Accordion items
--------------------------------------------------------------*/
.content-inner .accordion-block {
	margin-bottom: 45px;
}

.accordion-block h2 {
	color: #fff;
	margin: 0;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 15px 8px	;
}

.accordion-block.blue-accordion-title h2 {
	background-color: #007cb1;
}

.accordion-block.orange-accordion-title h2 {
	background-color: #c45528;
}

.accordion-block.green-accordion-title h2 {
	background-color: #088482;
}

.accordion-block h3 {
	margin: 0;
	color: #424143;
	font-size: 21px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif !important;
	line-height: 1.3em;
	cursor: pointer;
}

.view-accordion-block-view .view-content > div {
	border-bottom: 5px solid #ececec;
}

.accordion-title-wrapper {
	position: relative;
	padding: 15px 30px 15px 15px;
}

.view-accordion-block-view .view-content > div:first-child {
	border-top: 5px solid #ececec;
}

.view-accordion-block-view .view-content > div p {
	line-height: 1.4em !important;	
	margin-bottom: 15px;
}

.view-accordion-block-view .view-content > div p a {
	color: #007cb1;
	font-weight: normal;
}

.view-accordion-block-view .view-content > div p a:hover,
.view-accordion-block-view .view-content > div p a:focus {
	color: #025E87;
	text-decoration: none;
}

.view-accordion-block-view .view-content > div p:first-of-type {
	margin-top: 20px;
} 

.view-accordion-block-view .view-content > div p:last-child {
	margin-bottom: 10px;
}

.view-accordion-block-view .view-content > div a.view-accordion-toggle-btn,
a.orc-student-accordion-toggle {
	color: #6d6e70;
	position: absolute;
	right: 0;
	top: 19px;
	
/*	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
	
	cursor: pointer;

	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;

	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;

	width: 20px;
	height: 20px;
}

.view-accordion-block-view .view-content > div a.view-accordion-toggle-btn:after,
a.orc-student-accordion-toggle:after {
	content: '';
	background-image: url('/sites/default/files/css_injector_images_image/icon-arrow-darkgrey-right.png');
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
}

a.orc-student-accordion-toggle {
	top: 19px;
}

.view-accordion-block-view .view-content > div a:focus,
.view-accordion-block-view .view-content > div a:hover,
a.orc-student-accordion-toggle:focus,
a.orc-student-accordion-toggle:hover {
	text-decoration: none;
} 


.view-accordion-block-view .view-content > div a.view-accordion-toggle-btn.open,
a.orc-student-accordion-toggle.open {
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	/* IE */
	-ms-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.field-content.accordion-content-wrapper {
    padding: 0 30px 15px 15px;
}
/*--------------------------------------------------------------
## Student Testimonials Page
--------------------------------------------------------------*/
.student-testimonials, 
.view-faculty-profiles-view {
	margin-right: -26.5%;
}

.student-testimonials h3,
.student-testimonials h4 {
	color: #007cb1;
	font-size: 23px; 
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.student-testimonials h4 {
	color: #6d6e70;
	font-size: 21px;
}

.student-testimonials p {
	line-height: 1.3em;
	margin-bottom: 15px;
} 

.orc-testimonial-content-wrapper p:first-of-type {
	margin-top: 20px;
}

.student-testimonials .view-content > div {
	margin-bottom: 10px;
}

.orc-testimonial-image-wrapper, .orc-testimonial-content-wrapper {
	float: left;
}

.orc-testimonial-image-wrapper {
	width: 16.5%;
	margin-right: 0.9%;
}

.orc-testimonial-content-wrapper {
	background-color: #f2f2f2;
	width: 82.6%;
	padding: 25px 30px 20px;
	box-sizing: border-box;
}

.orc-testimonial-image-wrapper div {
	min-height: 140px;
	width: 100%;
}

/*--------------------------------------------------------------
## Update Form
--------------------------------------------------------------*/
.orc-form-half-width {
	width: 49.25%;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}

.orc-form-half-width.no-margin {
	margin-right: 0;
	margin-bottom: 10px;
}

.orc-form-full-width {
	clear: both;
	width: 100%;
	margin-bottom: 0;
}

::-webkit-input-placeholder {
   color: #36333c;
}

:-moz-placeholder { /* Firefox 18- */
   color: #36333c;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #36333c;
}

:-ms-input-placeholder {
	color: #36333c;
}

.article-type-webform input[type="text"],
.article-type-webform input[type="email"],
.article-type-webform input[type="url"],
.article-type-webform textarea {
	box-sizing: border-box;
    background-color: #f2f2f2;
    color: #36333c;
    border: none;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.article-type-webform button,
.article-type-webform input[type="button"],
.article-type-webform input[type="reset"],
.article-type-webform input[type="submit"] {
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #ffffff;
	box-shadow: none;
	background: #6d6e70;
	border: none;
	border-radius: 0;
	height: 40px;
	min-width: 80px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'FjallaOne', sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
	cursor: pointer;
}

.article-type-webform button:hover,
.article-type-webform button:focus,
.article-type-webform input[type="button"]:hover, 
.article-type-webform input[type="button"]:focus, 
.article-type-webform input[type="reset"]:hover,
.article-type-webform input[type="reset"]:focus,
.article-type-webform input[type="submit"]:focus,
.article-type-webform input[type="submit"]:hover {
	background: #424143;
}

.article-type-webform select {
    background-color: transparent;
    color: #36333c;
    border: none;
    border-radius: 0px;
    min-height: 42px;
    outline: none;
    line-height: 1.2;
    padding: 10px 15px;
    -webkit-appearance: none;
    appearance:none;
    -moz-appearance:none; /* Firefox */
 	font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    width: 110%;
    box-sizing: border-box;
    margin-bottom: -10px;
}

.webform-component-select {
	height: 42px;
	overflow: hidden;
	background: url('/sites/default/files/css_injector_images_image/icon_arrow_right.png') no-repeat right #f2f2f2;
	margin-bottom: -10px !important;
}

/*--------------------------------------------------------------
## Events & Seminars Page
--------------------------------------------------------------*/
.orc-event-wrapper {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 5px solid #e6e6e6;
}

.orc-event-image-wrapper {
	float: left;
	width: 25%;
	margin-right: 3%;
}

.orc-event-content-wrapper {
	float: left;
	width: 72%;
}

.orc-event-content-wrapper span {
	color: #007cb1;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;	
}

.orc-event-content-wrapper span.orc-event-location {
	padding-left: 12px;
	margin-left: 5px;
	position: relative;
}

.orc-event-content-wrapper span.orc-event-location:before {
	content: '';
	background-color: #007cb1;
	width: 2px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 2.5px;
}

.orc-event-content-wrapper h2 {
	color: #424143;
	margin-top: 8px;
	margin-bottom: 15px;
	line-height: 1.2em;
}

#page .orc-event-content-wrapper h2 a {
	color: #424143;
	font-size: 23px;
	font-weight: normal;
}

#page .orc-event-content-wrapper h2 a:hover {
	color: #424143;
	text-decoration: none;
}

#page .orc-event-content-wrapper p {
	color: #424143;
	line-height: 1.4em;
	margin-top: 20px;
	margin-bottom: 15px;
}

span.orc-event-speaker {
	color: #6d6e70;
	font-size: 17px;
	text-transform: uppercase;
}

.orc-event-categories a {
	color: #6d6e70;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.orc-event-categories a:hover {
	color: #6d6e70;
	text-decoration: underline;
}


/*--------------------------------------------------------------
## Faculty Page
--------------------------------------------------------------*/
.orc-faculty-block,
.orc-student-block {
	color: #424143;
	float: left;
	width: 24%;
	margin-right: 1.33%;
	height: 520px;
    margin-bottom: 10px;
}

.orc-student-block {
	height: 340px;
}

.orc-faculty-image img,
.article-faculty-person .field-type-image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.orc-faculty-block-header {
	background-color: #007cb1;
}

.orc-faculty-name {	
	color: #ffffff;
	font-size: 18px;
	padding: 10px;
}

.article-faculty-person .article-content > div {
	max-width: 220px;
}

.article-content .field-name-field-faculty-first-name,
.article-content .field-name-field-faculty-last-name {
	box-sizing: border-box;	
	background-color: #007cb1;
	color: #ffffff;
	font-size: 18px;
	padding: 0 10px;
}

.article-content .field-name-field-faculty-first-name {
	padding-top: 10px;
}

.article-content .field-name-field-faculty-last-name {
	padding-top: 3px;
	padding-bottom: 10px;
}

.orc-faculty-name > div:first-child {
	margin-bottom: 5px;
}

.orc-faculty-title, .orc-faculty-department,
.field-name-field-faculty-title,
.field-name-field-faculty-department {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5em;
}

.orc-faculty-title,
.field-name-field-faculty-title {
	margin-top: 10px;
}

.orc-faculty-department,
.field-name-field-faculty-department {
	font-weight: 400;
	font-style: italic;
	margin-bottom: 7px;
}

.field-content.orc-student-degree {
	margin-top: 10px;
}

.orc-faculty-phone, .orc-faculty-email,
.orc-faculty-room, .orc-faculty-website,
.field-name-field-faculty-phone,
.field-name-field-faculty-email,
.field-name-field-faculty-room,
.field-name-field-faculty-website,
.orc-student-advisors,
.orc-student-degree {
	font-size: 12.5px;
}

.orc-faculty-phone:before,
.orc-faculty-email:before,
.orc-faculty-room:before,
.field-name-field-faculty-phone .field-item:before,
.field-name-field-faculty-email .field-item:before,
.field-name-field-faculty-room .field-item:before,
.orc-student-advisors:before,
.orc-student-degree:before {
	color: #007cb1;
	content: "T: ";
	font-weight: 600;
}

.orc-faculty-room:before,
.field-name-field-faculty-room .field-item:before {
	content: "Room: ";
}

.orc-faculty-email:before,
.field-name-field-faculty-email .field-item:before {
	content: "E: ";
}

.orc-student-advisors:before {
	content: "Advisor(s): ";
}

.orc-student-degree:before {
	content: "Degree: ";
}

.orc-faculty-website,
.field-name-field-faculty-website {
	margin-bottom: 2px;
}

.orc-faculty-block span,
.orc-student-block span,
div[class^="field-name-field-faculty-category-"],
div[class*="field-name-field-faculty-category-"] {
    color: #6d6e70;
    font-size: 11px;
    font-weight: 400;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 16px;
    position: relative;
    padding-right: 5px;
    border-right: 1px solid rgba(160, 161, 162, 0.85);
}

div[class^="field-name-field-faculty-category-"],
div[class*="field-name-field-faculty-category-"] {
	border-right: none;
}

.orc-faculty-block span:first-of-type {
	padding-left: 0;
}

.orc-faculty-block span:last-of-type {
	border-right: none;
}

#article-28 #search-form fieldset,
#article-39 #search-form fieldset {
	border: none;
	margin: 0;
	padding: 0;	
}

#article-28 #search-form input[type="text"],
#article-28 #search-form input[type="submit"],
#article-39 #search-form input[type="text"],
#article-39 #search-form input[type="submit"] {
	/* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
	border-radius: 0;
	padding: 12px;
	font-size: 14px;
	font-weight: 600;
	margin-right: 8px;
} 

#article-28 #search-form input[type="text"],
#article-39 #search-form input[type="text"] {
	color: #000;
	background-color: #d9d9d9;
}

#article-28 #search-form input[type="submit"],
#article-39 #search-form input[type="submit"] {
	background-color: #6d6e70;
	color: #fff;
	cursor: pointer;
}

#article-28 #search-form input[type="submit"]:hover,
#article-28 #search-form input[type="submit"]:focus,
#article-39 #search-form input[type="submit"]:hover,
#article-39 #search-form input[type="submit"]:focus {
	background-color: #d9d9d9;
} 

#article-28 #search-form p,
#article-39 #search-form p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Students Page
--------------------------------------------------------------*/
.orc-student-block {
	margin-bottom: 20px;
}

.orc-student-block h2,
.field-name-field-student-first-name,
.field-name-field-student-last-name {
	color: #007cb1;
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 20px;
	font-weight: 400;
}

.field-name-field-student-first-name,
.field-name-field-student-last-name {
	display: inline-block;
	margin-right: 5px;
}

.orc-student-image-wrapper img {
	display: block;
}

.orc-student-image-wrapper {
	float: left;
	width: 20%;
}

.orc-student-content-wrapper {
	box-sizing: border-box;
	border-top: 7px solid #ececec;
	float: left;
	width: 80%;
	padding-left: 2%;
	position: relative;
}

.orc-faculty-degree {
	color: #6d6e70;
	font-size: 21px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.orc-student-phone a, .orc-student-email a,
.orc-student-phone:before, .orc-student-email:before {
	color: #414042;
	font-weight: 600;
}

.orc-student-phone:before {
	content: "T: ";
}

.orc-student-email:before {
	content: "E: ";
}

span.orc-student-phone {
	border-right: 1px solid #414042;
	display: inline-block;
	padding-right: 10px;
	margin-right: 5px;
	line-height: 16px;
	margin-bottom: 20px;
}

span.orc-student-email {
	display: inline-block;
	margin-bottom: 20px;
}

.orc-student-education {
	color: #414042;
	font-size: 16px;
	margin-bottom: 10px;
}

.orc-student-education span.orc-student-label {
	font-weight: 700;
	text-transform: uppercase;
}

.view-students-view .pager a,
.view-events-view .pager a {
	color: #000000;
}

.view-students-view .pager a:hover,
.view-events-view .pager a:hover,
.view-students-view .pager a:focus,
.view-events-view .pager a:focus,
.pager-previous a:hover,
.pager-next a:hover, 
.pager-previous a:focus,
.pager-next a:focus {
	text-decoration: none;
	color: #007cb1;
}

li.pager-last,
li.pager-first {
	display: none !important;
}

.pager-previous a,
.pager-next a,
.pager-current { 
	color: #007cb1;
}

.item-list .pager {
    text-align: right;
	margin-right: -0.5em;
}

