@font-face {
	font-family: BentonSans-Black;
	src: url('/templates/mech-2020/BentonSans/BentonSans-Black.otf') format("truetype");
}

@font-face {
	font-family: BentonSans-Bold;
	src: url('/templates/mech-2020/BentonSans/BentonSans-Bold.otf') format("truetype");
}

@font-face {
	font-family: BentonSans-Regular;
	src: url('/templates/mech-2020/BentonSans/BentonSans-Regular.otf') format("truetype");
}

@font-face {
	font-family: BentonSansCond-Bold;
	src: url('/templates/mech-2020/BentonSansCondensed/BentonSansCond-Bold.otf') format("truetype");
}

/* Reset all margins/padding */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,tr,td,img,hr,nav,section,header,article,button,input {
	margin: 0;
	padding: 0;
}
/* Core */
body,html {
	height: 100%;
}

body {
	position:relative;
	font-size: 100%;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
}

/* This resets the font-size to pixels for browsers that allow pixel-based font resizing */
html>body {
	font-size: 17px;
	height: 100%;
	min-height: 100%;
}

/* Null img borders */
img, a img, fieldset {
	border: 0;
}

/* Headers */
h1 {
	color: #fff;
	font-weight: 900;
	font-size: 4em;
	font-family: 'BentonSans-Black', arial, helvetica, sans-serif;
}

h2 {
	font-weight: 700;
	font-size: 2.5em;
	color: #333f48;
	font-family: 'BentonSans-Bold', 'Open Sans', arial, helvetica, sans-serif;
}

h3 {
	font-weight: 600;
	font-size: 1.5em;
	color: #333f48;
	font-family: 'BentonSans-Bold', 'Open Sans', arial, helvetica, sans-serif;
}

h4 {
	font-weight: 600;
	font-size: 1.5em;
	margin: .75em 0;
	color: #333f48;
	font-family: 'BentonSans-Bold', 'Open Sans', arial, helvetica, sans-serif;
}

/* Links, Paragraphs, Lists */
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

a, a:link, a:visited {
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

ul, ol {
	margin: 1em 0 1.5em 2.45em;
}

ul li, ol li {
	line-height: 1.5em;
	margin-bottom: 1em;
}

hr {
	border-top: 1px solid #e0e0e0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: .25em 0
}

.tooltip {
	font-size: 0;
	display: none;
}

::-webkit-scrollbar {
	display: none;
}

/* Tables */

table {
	width: 100%;
	border-top: 3px solid #e0e0e0;
	border-bottom: 3px solid #e0e0e0;
	margin-bottom: 1.25em;
    border-collapse: collapse;
}

thead th {
	font-size: 1.125em;
	padding: 1em .5em;
	vertical-align: top;
}

td {
	border-top: 1px solid #e0e0e0;
	padding: 1em .5em;
	vertical-align: top;
}

#directory td.contact {
	padding: 1em 2.5em 1em .5em;
}

#directory td.contact span {
	font-style: italic;
}
	
/* Header-Mast */

#mast {
	display: none;
}

#header {
	border-top: 5px solid #bf5700;
	background-color: #ffffff;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d7d2c4;
}

#header .-mechlogo {
    margin: 2em 0 10px 8%;
    text-align: left;
    width: 300px;
    height: 99px;
    cursor: pointer;
    float: left;
}

#header .-mechlogo img {
    width: 100%;
}

#header h1 {
	font-size: 1.5em;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-top: 2.5em;
}

.-clock {
	float: right;
    margin: 74px 8% 0 0;
    font-size: 1.25em;
}

.-clock #clock {
	color: #000000;
}
	
#content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	overflow: auto;
	z-index: 0;
}

#content.homescreen #position-1 {
	position: relative;
}

.home-carousel {
	position: relative;
	padding-bottom: 38.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-top: -23px;
}

.home-carousel.slides {
	/*margin-top: -23px;
	padding-bottom: 57%;*/
}

.home-carousel .overlay {
	height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(to top right, $color-gravy, $color-orange);
    opacity: .6;
}

#content.homescreen video {
	position: absolute;
    min-height: 100%;
    min-width: 100%;
    z-index: 1;
    transition: 2s opacity;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#content.homescreen .hero-text {
    position: absolute;
    top: 25%;
    left: 10%;
    color: $color-white;
    z-index: 3;
    width: 80%;
}

#content.homescreen .hero-text h1 {
    color: $color-white;
    font-size: 6em !important;
    text-shadow: 2px 2px rgba(0,0,0,0.4);
    line-height: 1em;
    margin-bottom: .5em;
    text-align: center;
}

#content.homescreen .-hero {
	position: relative;
	overflow: hidden;
}

#content.homescreen .home-hero img {
	width: 100%;
	height: auto;
}

#content.homescreen	h1 {
	position: absolute;
    top: 20%;
    left: 8%;
    right: 8%;
    color: #ffffff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    z-index: 3;
    text-align: center;
}

.item-page.homescreen {
	display: inline-block;
	width: 100%;
}

#display-buttons, #directory-nav, #staff-directory-nav {
	text-align: center;
}

a[href="http://validator.w3.org/check?uri=referer"], a[href="javascript:history.go(-1)"], dt.article-info-term, a[href="http://www.artio.net"] {
	display: none !important;
}

#staff-directory-nav {
	padding-top: 2.5em !important;
    margin-bottom: -2.5em;
}

#staff-directory-nav, #sticky-nav {
	position: fixed;
	bottom: 0;
	padding: 0 5% 50px 5%;
	background-color: #bf5700;
	width: 90%;
}

#sticky-nav {
	padding-bottom: 0;
}

#sticky-nav ul {
	list-style: none;
	margin: 0 0 6em 0;
}

#sticky-nav ul li {
	float: left;
	margin-right: 1.1em;
	text-transform: uppercase;
}

#sticky-nav .-alpha {
	margin-top: -3em;
	clear: both;
}

#sticky-nav #alphalist .current {
	background-color: #fff;
	color: #bf5700;
}

#sticky-nav ul li.no-alpha a, #sticky-nav #alphalist li.no-alpha .current {
	background: rgba(255,255,255,.125);
	color: rgba(255,255,255,.65);
	border:1px solid rgba(255,255,255,.25);
}

#sticky-nav #directory-nav .current, #staff-directory-nav .current {
	background-color: #fff !important;
	color: #bf5700 !important;
}

#sticky-nav #directory-nav a, #staff-directory-nav a {
	padding: 15px 1.5em !important;
	border: 1px solid;
}

#sticky-nav #alphalist li a {
	border: 1px solid;
	padding: 10px 1em;
}

#directory-nav #map-number h1 {
	margin-right: 1%;
	font-size: 1.2em;
}

#directory-nav #map-number h1 a {
	padding: 15px 1.2em;
	border-radius: 35px;
}

#content.homescreen {
	background-color: #ffffff;
}

#content.homescreen #staff-directory-nav, .homescreen #maps-nav {
	display: none;
}

/*.homescreen .djslider-default {
	margin-top: 5em;
}*/

.homescreen div[itemprop="articleBody"] {
	text-align: center;
	margin-top: 3%;
}

.homescreen div[itemprop="articleBody"] .welcome {
	color: #bf5700;
	text-align: center;
    font-size: 3em;
    margin: -2.85em 0 1.3em;
    font-weight: 700;
}

.homescreen div[itemprop="articleBody"] h1 {
	float: left;
	margin: 0 3em;
}

.homescreen div[itemprop="articleBody"] h1:first-of-type {
	margin-left: 9em;
}

.homescreen div[itemprop="articleBody"] h1 a {
	color: #ffffff;
	background-color: #bf5700;
	border: 1px solid;
    padding: 20px 35px;
}

.homescreen div[itemprop="articleBody"] h1 a:hover {
	background-color: #ffffff;
	color: #bf5700;
	text-decoration: none;
}

.homescreen img {
	/*width: 1100px;*/
	margin: 0 auto;
	display: block;
	/*padding-top: 12em;*/
}

.homescreen .button-lg-orange, #sticky-nav .button-lg-orange, #staff-directory-nav .button-lg-orange {
	display: inline-block;
}

.homescreen .button-lg-orange a, #sticky-nav .button-lg-orange a, #staff-directory-nav .button-lg-orange a {
	color: #fff;
	background: #bf5700;
	margin: 1em 1em 1.5em 0;
	display: inline-flex;
	padding: 1.25em 3em;
	font-family: 'BentonSans-Bold', 'Open Sans', arial, helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
}

#djloader139 {
	max-width: 90%;
}

#djslider139, #djslider139 li {
	height: 788px !important;
}

#djslider139 li img {
	top: 42% !important;
}

#screen-title {
	font-size: 1.5em;
	margin: 2.75% 0 2% 46%;
}

.contact-category h1 {
	font-weight: 700;
}

#faccontent, /*.contact-category,*/ #staff-container, .blog {
	clear: both;
	margin-top: 6%;
	overflow: auto;
	background-color: #fff;
	color: #333;
	width: 84%;
	margin: 0 auto;
	padding: 0 8% 10em 8%;
	display: inline-block;
}

#faccontent .pagination:first-of-type {
	display: none;
}

.fac-header {
	background: #fff;
}

.fac-header h2 {
	padding: 1em 8% 0 8%;
	margin-bottom: 0;
}

#faccontent .facentry {
	width: 44%;
	float: left;
	margin-top: 4%;
	border-bottom: 1px solid #d7d2c4;;
}

#faccontent .facentry:nth-of-type(odd) {
	margin-right: 4.5%;
}

#faccontent .facentry:nth-of-type(2n+3) {
	clear: left;
}

#faccontent .facphoto {
	float: left;
	/*margin: 0 4em 2em 0;*/
	margin: 0 4em 7em 0;
}

#faccontent .facphoto img {
	max-width: 300px;
}

.contact-category ul {
	list-style: none;
	margin: 0 0 -4em;
	padding-top: 1em;
}

.contact-category li {
	clear: left;
	margin: 3em 0;
	border-bottom: 1px solid #d7d2c4;
	height: 218px;
}

.contact-category li:first-of-type {
	margin-top: 11%;
}

.contact-category li:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

#faccontent .facentrydetail .facphoto, .contact-category li img {
	float: left;
	margin-right: 1.25em;
	margin-left: 0;
	margin-bottom: 1em;
}

.contact-category li img {
	margin-right: 4em;
	width: 120px;
}

#faccontent .facdata {
	margin-right: 1em;
	font-size: 20px;
}

#faccontent .facdata .email {
	/*overflow:hidden;
    text-overflow:ellipsis;*/
    font-size: 19px;
}

#faccontent .facdata h3, .name, #faccontent p.depttitle, .staffdata .position {
	margin-bottom: .5em;
}

#faccontent .facentrydetail .facdata {
	width: 80%;
	margin-right: 0;
}

#faccontent .facentrydetail .facdata h1 {
	line-height: 1em;
	margin-bottom: .5em;
}

#faccontent .facentrydetail .facdata p {
	line-height: 1.75em;
}

#faccontent .facentrydetail .facinfo {
	height: auto;
	overflow: auto;
	margin-bottom: .5em;
}

#faccontent .facentrydetail .facarticle {
	clear: both;
	float: none;
	margin-top: 1em;
}

#faccontent .facentrydetail p.contactinfo {
	margin-bottom: 0;
}

#faccontent p.depttitle, #faccontent p.endowedtitle, .contact-category .position {
	font-style: italic;
} 

.name {
	font-size: 1.6em;
}

.blog-items.staff {
	display: inline-block;
    /*padding: 0 8% 10em 8%;
    width: 84%;*/
    color: #333f48;
}

.staff h2 {
	padding: 1em 0;
	margin-bottom: 0;
}

.blog .page-header h1 {
	color: #333f48 !important;
	margin: 1em 0;
	font-family: 'BentonSans-Bold', 'Open Sans', arial, helvetica, sans-serif;
	font-size: 2.5em !important;
}

.staff p {
	font-size: 20px;
	color: $color-headline !important;
}

.staff span {
	display: none;
}

.staff .blog-item {
	width: 30.25%;
    float: left;
    margin: 0 3% 4% 0;
}

/*.staff .item-image {
    max-width: 400px;
}*/

.staff figure {
	width: 100% !important;
	margin: 0;
}

.staff .item-image img {
	width: 100%;
}
 
.staff div.blog-item:nth-child(3n){
	margin-right: 0;
}

.staff div.blog-item:nth-child(3n+4) {
    clear: left;
}

.staffdata {
	font-size: 20px;
}

.staffdata span a {
	color: #333;
	font-weight: 500;
}

.staffdata span a:hover {
	cursor: default;
	text-decoration: none;
}

.staff .cat-children {
	display: none;
}

.info-panel {
	background-color: rgba(255,255,255, .7);
	padding: .3em;
	font-size: .8em;
	position: absolute;
}

.item-page.staff {
	padding: 3em 8% 5em 8%;
    background: #fff;
}

.item-page.staff table, .item-page.staff table a {
	color: #333;
}

.maps .item-page {
	background: #fff;
}

.maps div[itemprop="articleBody"] {
	text-align: center;
}

.maps #maps-nav h2 {
	position: absolute;
	top: 50px;
	left: 115px;
}

.maps #maps-nav ul {
	position: absolute;
	top: 130px;
	left: 107px;
	color: #bf5700;
	list-style: none;
}

.maps #maps-nav ul li {
	font-size: 1em;
    text-align: center;
    margin-bottom: 2.25em;
}

.maps #maps-nav ul li a {
	color: #bf5700;
	padding: .5em .85em;
	border: 1px solid #bf5700;
    border-radius: 50%;
}

.maps #maps-nav ul li:last-of-type a {
	padding: .5em .6em;
}

.maps img {
	height: 735px;
}

.maps #maps-nav .current {
	background-color: #bf5700;
	color: #fff;
}

.maps .arrow-nav, #staff-container .arrow-nav {
	float: right;
	margin: 1% 6% 0 0;
}

.arrow-nav #arrowup {
	padding: 1em 1em 0 1em;
	margin-bottom: 1em;
}

.arrow-nav #arrowdown {
	padding: 0 1em 1em 1em;
}

#map-object {
	background: url('/images/banners/ETC-01.svg') no-repeat center center;
	height: 1200px;
}
