/* 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;
	text-align: center;
	color: #514948;
	background: #ebe8e2;
}

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

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

/* Headers */
h1 {
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1.125em;
	margin-bottom: .5em;
	color: #333f48;
}

h2 {
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333f48;
	margin-bottom: .5em;
}

h3 {
	font-weight: 700;
	font-size: 1.125em;
	line-height: 1.25em;
	margin-bottom: 1em;
}

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

a, a:link, a:visited {
	font-weight: 700;
	color: #005f86;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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;
}

/* 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;
}

/* Forms */

label {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

#search {
	float: right;
}

#search input {
	background: transparent;
	border-top: 1px solid #dad6ca;
	border-bottom: 1px solid #dad6ca;
	border-left: 1px solid #dad6ca;
	border-right: none;
	width: 210px;
}

#search button {
	color: #fff;
	text-transform: uppercase;
	background: #005f86;
	border: none;
	width: 50px;
}
	
/* Header-Mast */

#mast {
	background: #fff;
	width: 100%;
	padding: 14px 0;
}

#mast #mastwrap {
	margin: 0 auto;
	width: 1080px;
	text-align: left;
	clear: both;
	overflow: auto;
}

/*#mast .custom-cselogo {
	width: 50%;
	text-align: left;
	float: left;
}

#mast .custom-utlogo {
	width: 50%;
	text-align: right;
	float: right;
}*/

#mast .custom-utlogo {
  text-align: left;
  background: url('../images/utlogo.svg') no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  width: 95px;
  height: 20px;
  float: right;
  padding: 2px 0;
}

#mast .custom-cselogo {
  text-align: left;
  background: url('../images/cse-informal2.svg') no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  width: 250px;
  height: 20px;
  float: left;
}

.custom-melogo span, .custom-utlogo span, .custom-cselogo span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}

#header {
	margin: 0 auto;
	width: 1080px;
	text-align: left;
	clear: both;
	overflow: auto;
	padding: 36px 0;
}

/*#header .custom-melogo {
	float: left;
	width: 50%;
}

#header .custom-melogo p {
	margin: 0;
	padding: 0;
}*/

#header .custom-melogo {
	text-align: left;
  	background: url('../images/melogo-new.svg') no-repeat center center;
  	background-size: 100%;
  	cursor: pointer;
  	width: 370px;
  	height: 99px;
  	float: left;
  	margin-right: 10.75em;
}

#header #aux {
	float: right;
	width: 50%;
	text-align: right;
}

.moduletable-supernav {
	float: left;
}

.moduletable-supernav ul {
	list-style-type: none;
}

.moduletable-supernav ul li {
	display: inline;
	padding: 0 .5em;
	border-left: 1px solid #626262;
}

.moduletable-supernav ul li:first-of-type {
	border-left: none;
}

.moduletable-supernav ul li a {
	font-weight: 600;
	font-size: .875em;
	color: #626262;
	text-decoration: none;
}

#header #mod-finder-searchform {
	width: 260px;
	height: 32px;
	float: right;
	margin-top: 12px;
}

#header #mod-finder-searchform #mod-finder-searchword {
	background: transparent;
	font-size: .85em;
	padding: .5em;
	border: 1px solid #dad6ca;
	color: #4F4B49;
}

#header #mod-finder-searchform br {
	display: none;
}

#header #mod-finder-searchform button {
	background: #005f86;
	color: #fff;
	height: 100%;
	padding: 0 .45em;
	border: 2px solid #005f86;
	font-weight: 700;
	text-transform: uppercase;
	height: 32px;
}

/* Main Nav */

#mainnav {
	margin: 0 auto;
	width: 1080px;
	clear: both;
	overflow: auto;
	background: #bf5700;
}

#mainnav ul {
	margin: 0;
	padding: 1em 0;
}

#mainnav ul li {
	display: inline;
	font-weight: 700;
	padding: 0 2em;
}

#mainnav ul li a {
	color: #fff;
	text-decoration: none;
}

#mainnav ul li.item-101, .moduletable-subnav ul li.item-117 { 
	display: none;
}

/* Subnav */

.moduletable-subnav, .moduletable-mediacontact {
	float: left;
	width: 230px;
	margin: 0 30px 0 50px;
	overflow: auto;
	padding-top: 60px;
}

.moduletable-mediacontact h3 {
	font-weight: normal;
	font-size: 1.125em;
	color: #bf5700;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin-top: 1em;
}

.moduletable-subnav ul {
	list-style-type: none;
	margin: 1em 0 0 0;
}

.moduletable-subnav ul li {
	font-size: .95em;
	margin-bottom: 1.5em;
}

.moduletable-subnav ul li.deeper > a:after {
	content: " \25b8";
	padding-left: 6px;
	font-size: 1.125em;
}

.moduletable-subnav ul li.item-134.deeper > a:after, .moduletable-subnav ul li.item-134.current.deeper > a:after, .moduletable-subnav ul li.item-134.active.deeper > a:after  {
	content: "";
	padding-left: 0;
	font-size: 1.125em;
}

.moduletable-subnav ul li.current.deeper > a:after, .moduletable-subnav ul li.active.deeper > a:after {
	content: " \25be";
	padding-left: 6px;
	font-size: 1.125em;
}

.moduletable-subnav ul li a {
	font-weight: 600;
	text-decoration: none;
	color: #382f2d;
}

.moduletable-subnav ul li.deeper ul,.moduletable-subnav ul li.item-134.current.deeper ul, .moduletable-subnav ul li.item-134.active.deeper ul {
	display: none;
	margin: 1em 0 0 1em;
}

.moduletable-subnav ul li.current.deeper ul, .moduletable-subnav ul li.active.deeper ul {
	display: block;
	margin: 1em 0 0 1em;
}

.moduletable-subnav ul li.current.deeper ul li a, .moduletable-subnav ul li.active.deeper ul li a {
	font-weight: 300;
}

.moduletable-subnav ul li.current > a, .moduletable-subnav ul li.active.parent > a {
	font-weight: 800;
}

.moduletable-subnav ul li.active.deeper ul li.current a {
	font-weight: 700;
}

.moduletable-subnav ul li a.alias {
	font-weight: normal;
	font-size: 1.25em;
	color: #bf5700;
	text-transform: uppercase;
	letter-spacing: .15em;
}

/*.moduletable-subnav ul li a.alias:after, .moduletable-subnav ul li.current a:after {
	content: "  »";
}*/

/* Main Content */

.breadcrumb {
    list-style-type: none;
    padding-top: 60px;
	width: 690px;
	margin: 1em 50px 1.3em 320px;
}

.breadcrumb li, .create {
	display: inline;
    font-size: 0.7em;
    color: #6A6361;
    text-transform: uppercase;
    line-height: 1.65em;
    letter-spacing: 1px;
    font-weight: 400;
}

.breadcrumb li a {
    color: #6A6361;
    text-decoration: none;
}

/* Hide old breadcrumbs */

.post #breadcrumbs {
	display: none;
}

.pagination {
	margin-top: 2.5em;
}

.pagination .counter, p.pagination, .search-pages-counter {
    font-size: 0.7em;
    color: #333;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 400;
}

.pagination ul, .pagenav {
    clear: both;
    float: none;
    list-style-type: none;
    margin-left: 0;
}

.pagination ul li, .pagenav li {
    font-size: 0.7em;
    color: #333;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline;
    margin-right: 12px;
}
	
#content {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 1080px;
	text-align: left;
	overflow: auto;
	height: auto;
}

#content a[href='http://www.artio.net'] {
	display: none !important;

}

#search-form {
	margin-bottom: 1em;
}

#search-results {
	margin-bottom: 2.5em;
}

#search-form #finder-search #q {
	font-size: 1em;
	padding: .45em;
	border: 1px solid #d7d2c4;
}

#search-form #finder-search button {
	background: #005f86;
	color: #fff;
	padding: .75em .5em;
	border: 2px solid #005f86;
	font-weight: 700;
	text-transform: uppercase;
}

ul.search-results-search {
	margin: 1em 0 1.5em 0em;
	list-style-type: none;
	clear: both;
}

ul.search-results-search li {
	border-bottom: 1px solid #d7d2c4;
	padding: 1em 0;
}

ul.search-results-search li div.result-url-search {
	font-size: .95em;
	font-style: italic;
}

.custom-splash {
	position: relative;
	background-repeat: no-repeat;
	background-color: #333f48;
	width: 100%;
	height: 500px;
	margin-bottom: 60px;
}

.custom-splash div {
	color: #fff;
	text-align: right;
	padding: 2em 0 0 0;
	display: inline-block;
    float: right;
    background-color: rgba(0, 95, 134, 0.75);
    margin-top: 2em;
}

.custom-splash h1 {
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;
	margin-bottom: .4em;
}

.custom-splash h1 a {
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	padding: .5em 1.5em;
}

.custom-splash p {
	padding: 0 2em 1em 0;
}

/*.custom-splash {
	position: relative;
	background-repeat: no-repeat;
	background-color: #333f48;
	width: 100%;
	height: 260px;
	margin-bottom: 60px;
}

.custom-splash h1 {
	color: #fff;
	font-size: 1.6em;
	text-align: right;
	padding: 7.5em 0 0 0;
	line-height: 1.6em;
	font-weight: normal;
}

.custom-splash h1 a {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 95, 134, 0.75);
	padding: .5em 1.5em;
}*/

.custom-banner {
	margin: 0 50px 1em 320px;
}

.caption, .caption_smaller_left-15px-padding {
	font-style: italic;
	font-size: .85em;
	margin: .75em 0 1.5em 0;
}

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

#content.page-home #positionthree {
	float: left;
	width: 220px;
	margin: 0 70px 0 50px;
	overflow: auto;
	height: auto;
}

#content.page-home #positionthree div {
	margin-bottom: 50px;
}

#content.page-home .moduletable-news {
	clear: right;
	width: 690px;
	margin: 0 50px 0 12px;
	overflow: auto;
	height: auto;
}

.blog, .item-page, #faccontent, .blog-news, .item-page-news, .finder-search, #sdprojects, .facbyres + div + div, .staff {
	clear: right;
	width: 690px;
	margin: 0 50px 0 320px;
	overflow: auto;
	height: auto;
}

.blog-news .item h2 {
	margin-bottom: .5em;
}

.blog-news .article-info {
	margin-bottom: 1em;
}

.blog-news .item {
	border-bottom: 1px solid #d7d2c4;
	padding: 1em 0;
}

.item-page-news .page-header h2 {
	margin-bottom: .5em;
}
	
.item-page-news .article-info {
	margin-bottom: 1em;
}

#sdprojects h1 {
	margin-bottom: .75em;
}

.sdprojectslist .sdp {
	border-top: 1px solid #eaeaea;
	padding-top: 1em;
}

.sdprojectslist .sdp:first-of-type {
	border-top: none;
	padding-top: 0;
}

.sdp .sdpstudents, .sdp .sdpsemester, .sdp .sdpsponsors {
	margin-top: -1em;
}

.sdpdetails .sdpsemester:first-letter, .sdp .sdpsemester:first-letter {
	text-transform: uppercase;
}

.sdpdetails .sdpimg {
	float: left;
}

.sdpdetails .sdpimg img {
	max-width: 650px;
	float: left;
	margin: 1em 1em 1em 0;
}

.sdpdetails .sdpstudents img {
	float: right;
	margin: .25em 0 0 1em;
	max-width: 350px;
}

.sdpdetails .sdpimg p {
	font-weight: 700;
}

#faccontent .facentry {
	border-bottom: 1px solid #d7d2c4;
	padding: 1em 0;
	height: auto;
	overflow: auto;
}

#faccontent .facentry:first-of-type {
	border-top: 1px solid #d7d2c4;
}

#faccontent .facphoto {
	float: right;
	margin-left: 1.25em;
}

#faccontent .facentrydetail .facphoto {
	float: left;
	margin-right: 1.25em;
	margin-left: 0;
	margin-bottom: 3.5em;
}

#faccontent .facdata {
	width: 75%;
	margin-right: 1em;
}

#faccontent .facdata h3 {
	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 {
	font-style: italic;
}

#faccontent p.depttitle {
	margin-bottom: .5em;
}

.custom-alpha {
    border-top: 3px solid #d7d2c4;
    border-bottom: 1px solid #d7d2c4;
    padding: .45em;
    height: 1em;
    overflow: auto;
    clear: both;
    float: none;
}

.custom-alpha #alphalist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    font-size: .7em;
    text-transform: uppercase;
}

.custom-alpha #alphalist li {
    display: inline;
    margin-right: .5em;
}

.custom-alpha p {
    float: left;
    font-size: .7em;
    margin-bottom: 0;
    margin-top: .15em;
    color: #333;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
}

.staff ul {
	list-style-type: none;
	margin-left: 0;
}

.staff .category li {
	width: 100%;
	clear: both;
	border-top: 1px solid #eaeaea;
	padding-top: 3em;
	margin-bottom: 3em;
}

.staff ul.nav-tabs {
	display: none;
}

.staff .category li img {
	float: left;
	width: 100px;
	margin-right: 2em;
}

.staff .thumbnail {
	margin: 0 2em 2em 0;
	float: left;
}

.staff .name {
	font-weight: 700;
}

.staff .position, .staff .contact-position {
	font-style: italic;
}

.staff a.switch:after {
	content: " \25b8";
	font-size: 1.125em;
}

#flexarea {
	width: 100%;
	clear: both;
	float: none;
	margin: 0 50px;
}

#contentfooter {
	width: 100%;
	clear: both;
	float: none;
	overflow: auto;
	height: auto;
	border-top: 1px solid #d7d2c4;
	padding: 1.5em 0;
	margin-top: 3em;
}

#contentfooter .custom-socialmedia {
	width: 40%;
	float: left;
	margin: 0 0 0 50px;
}

#gift {
	width: 290px;
	float: right;
	margin-right: 50px;
}

.moduletable-areas h2, .moduletable-areasofstudy h2, .custom-newstitle h2 {
	font-size: 1.125em;
	color: #bf5700;
	line-height: 1.125em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 1em;
}

.moduletable-areas ul, .moduletable-areasofstudy ul, .moduletable-news ul {
	list-style-type: none;
	margin: 0;
}

.moduletable-news ul {
	border-bottom: 1px solid #d7d2c4;
}

.moduletable-news ul li {
	line-height: 1.5em;
	/*font-family: CharisSILW;*/
	font-weight: bold;
	padding: 1em 0;
	border-top: 1px solid #d7d2c4;
	font-size: .95em;
}

.moduletable-news ul li a {
	color: #382f2d;
	text-decoration: none;
}

.custom-morenews {
	float: right;
	border-top: 5px solid #005f86;
	padding: 4px;
	margin-right: 50px;
}

.custom-morenews a {
	color: #005f86;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .85em;
}

.category-module-featured {
	clear: right;
	float: none;
	overflow: auto;
	height: auto;
	list-style-type: none;
	margin: 0 0 1.5em 0;
}

.category-module-featured li {
	font-size: 1.6em;
	line-height: 1.6em;
	float: right;
	width: 65%;
	margin-right: 1.5em;
}

.category-module-featured li a {
	color: #005f86;
	text-decoration: none;
	font-weight: normal;
}

.category-module-featured img {
	float: left;
}

.moduletable-areas ul li, .moduletable-areasofstudy ul li {
	line-height: 1.25em;
	margin-bottom: 1em;
}

.moduletable-areas a, .moduletable-areasofstudy a {
	color: #382f2d;
	text-decoration: none;
	font-size: .95em;
	font-weight: 600;
}

.insetright {
	float: right;
	margin: 0 0 1em 1em;
}

.insetleft {
	float: left;
	margin: 0 1em 1em 0;
}

.expand div {
	display: none;
	border-left: 1px solid #d7d2c4;
	padding-left: 1em;
}

.expand2 {
	display: none;
	border-left: 1px solid #d7d2c4;
	padding-left: 1em;
}

.showlist {
	margin-left: 2em;
}

.faqs .expand2 { 
	margin-left: 2em;
} 

.faqs p {
	margin-left: 1em;
}

.faqs p a.switch, .showlist p a.switch {
	font-weight: 400;
}

.faqs p a.switch.active, .showlist p a.switch.active {
	font-weight: 700;
}

.faqs p a.switch:before {
	content: "\25b8   ";
}
.faqs p a.switch.active:before {
	content: "\25be   ";
}	

.showlist p a.switch:after {
	content: "   \25b8";
}
.showlist p a.switch.active:after {
	content: "   \25be";
}

.faqs h2 {
	margin-top: 1em;
	border-top: 1px solid #d7d2c4;
	padding-top: 1em;
}

.expand div div {
	display: block;
	border-left: none;
	padding-left: 0;
}

.expand h4 {
	margin-bottom: .75em;
}

.notice-minor {
	background: #efefef;
	padding: .75em;
}

.box-upload-widget {
	margin: 0 !important;
}

/* Flex Spaces */

#positionfive {
	clear: both;
	float: none;
	height: auto;
	overflow: auto;
	margin: 0 0 50px 50px;
}

.custom-flexgreen, .custom-flexgrey, .custom-flexblue {
	width: 290px;
	height: 270px;
	overflow: auto;
	float: left;
	margin-right: 50px;
	background-repeat: no-repeat;
}

.custom-flexgreen a, .custom-flexgrey a, .custom-flexblue a {
	color: #fff;
	text-decoration: none;
}

.custom-flexgreen p a, .custom-flexgrey p a, .custom-flexblue p a {
	font-weight: normal;
}

.custom-flexgreen p, .custom-flexgrey p, .custom-flexblue p {
	/*font-family: CharisSILW;*/
	color: #fff;
	line-height: 1.25em;
	padding: 0 2em;
	margin-bottom: 0;
	font-size: .95em;
}

.custom-flexgreen h2, .custom-flexgrey h2, .custom-flexblue h2 {
	font-size: 1em;
	line-height: 1.25em;
	padding: 170px 2em .75em 2em;
	margin-bottom: 0;
}

.custom-flexgreen {
	background-color: #44685a;
}

.custom-flexgrey {
	background-color: #382f2d;
}

.custom-flexblue {
	background-color: #005f86;
}

/* Buttons */

.buttongreen {
	background: #44685a;
	padding: 1em 0;
	text-align: center;
}

.buttongreen p, .buttonblue p, .buttonorange p {
	margin-bottom: 0;
	line-height: 1em;
}

.buttongreen p a, .buttonblue p a, .buttonorange p a {
	color: #fff;
	font-size: 1.125em;
	text-decoration: none;
	font-weight: 700;
}

.buttongreen p a:after, .buttonblue p a:after, #morenews a:after, .buttonorange p a:after {
	content: "  »";
}

.buttonblue {
	background: #005e83;
	padding: 1em 0;
	text-align: center;
	width: 290px;
	margin: 2em 0;
}

.buttonorange {
	background: #f2a900;
	padding: 1em 0;
	text-align: center;
	width: 290px;
	margin: 2em 0;
}

.custom-apply {
	float: right;
	margin: .5em;
}

/* Content Footer */

#contentfooter .custom-socialmedia img {
	display: inline-block;
	margin-right: 24px;
}

/* Footer */

#footer {
	margin: 2.45em auto;
	width: 1080px;
	text-align: left;
	clear: both;
	overflow: auto;
}

#footer .custom-footercontent {
	width: 70%;
	float: left;
	overflow: auto;
	text-align: left;
}

#footer #cselogo {
	width: 30%;
	float: right;
	overfloat: auto;
	text-align: right;
}
	
#footer .utilitylinks {
	margin: 0;
	list-style-type: none;
}

#footer .utilitylinks li {
	display: inline;
	font-weight: 600;
	font-size: .875em;
	padding: 0 .5em;
	border-left: 1px solid #005f86;
}

#footer .utilitylinks li:first-of-type {
	border-left: none;
	padding: 0 .5em 0 0;
}

#footer .utilitylinks li a {
	color: #005f86;
	text-decoration: none;
}

#footer .custom-footercontent p {
	color: #4F4B49;
	font-size: .75em;
	font-weight: 600;
	margin: 1.6em 0 0 0;
	line-height: 1.8em;
}