  /* icons font-face */
@font-face {
    font-family: "FiltrifyRegular";
    src: url("/degreesearch/font/filtrify/filtrify-webfont.eot");
    src: url("/degreesearch/font/filtrify/filtrify-webfont.eot") format("embedded-opentype"),
         url("/degreesearch/font/filtrify/filtrify-webfont.woff") format("woff"),
         url("/degreesearch/font/filtrify/filtrify-webfont.ttf") format("truetype"),
         url("/degreesearch/font/filtrify/filtrify-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*   @import url("https://use.typekit.net/dwm3njg.css"); */
    @import url("https://use.typekit.net/ztf2yvc.css");


#content {
/* 	font-family: museo-sans,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",san-serif; */
	font-family: raleway, sans-serif;
	font-size: 14px;
}

#degreecontainer {
	top: 175px;
}

/* reset */
#content ul.ft-menu,
#content ul.ft-menu * { 
	margin: 0; 
	border: 0; 
	padding: 0;
	line-height: 1;
	position: relative;
	text-align: left;
/*     font: normal normal 100% sans-serif; */
    font-family: museo-sans,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",san-serif;
}


#content ul.ft-menu { 
	list-style: none;
/* 	width: max-content; */
	padding: 20px 0 5px 0;
	display: inline-flex;
	display: inline-block;
	text-align: center;
}

#content ul.ft-menu > li.ft-field { 
	display: inline-block; 
	*display: inline; 
	*zoom: 1;
	margin-right: 15px;
	background: none !important;
	position: relative !important;
}

@media only screen and (max-width: 700px) {
	#content ul.ft-menu > li.ft-field {
		display: block;
		text-align: center;
		margin-bottom: 25px;
	}
	#content ul.ft-menu > li.ft-field:last-child {
		margin-bottom: 0px;
	}
	
}


#content ul.ft-menu > li.ft-field > span.ft-label { 
    cursor: pointer;
	border: 1px solid #666;
	padding: 7px;
	color: #edfaff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	font-size: 16px;
	
	background: #019AD2;
/*
	background: -webkit-linear-gradient(#33BCEF, #019AD2);
	background: -moz-linear-gradient(#33BCEF, #019AD2);
	background: -o-linear-gradient(#33BCEF, #019AD2);
	background: -ms-linear-gradient(#33BCEF, #019AD2);
	background: linear-gradient(#33BCEF, #019AD2);
*/
	background: #004b98;
}
#content ul.ft-menu > li.ft-field > span.ft-label:hover, #content ul.ft-menu > li.ft-field > span.ft-label:focus {
	color: #fff;
	background: #33BCEF;
	background: -webkit-linear-gradient(#2cc6ff, #33BCEF);
	background: -moz-linear-gradient(#2cc6ff, #33BCEF);
	background: -o-linear-gradient(#2cc6ff, #33BCEF);
	background: -ms-linear-gradient(#2cc6ff, #33BCEF);
	background: linear-gradient(#2cc6ff, #33BCEF);
	background: #005dbc;
}



#content ul.ft-menu > li.ft-field > span.ft-label:before { 
    font-family: "FiltrifyRegular"; 
    content: "T"; 
    display: inline-block; 
    *display: inline; 
	*zoom: 1;
    width: 20px;
    font-size: 10px;
}
#content ul.ft-menu > li.ft-field > span.ft-label:after { 
    font-size: 60%; 
    content: " \25bc"; 
}
#content ul.ft-menu > li.ft-field > span.ft-label.ft-active:before { 
    content: "T"; 
    color: #fff; 
}
#content ul.ft-menu > li.ft-field > span.ft-label.ft-opened:after { 
    content: " \25b2"; 
}

#content ul.ft-menu > li.ft-field > div.ft-panel { 
	position: absolute; 
	min-width: 200px; 
	background-clip: padding-box;
	border: 5px solid #333333;
	border: 5px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top: 100%;
	margin-top: 15px;
	left: 50%;
	margin-left: -105px;
	z-index: 9999;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
#content ul.ft-menu > li.ft-field > div.ft-panel:before,
#content ul.ft-menu > li.ft-field > div.ft-panel:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	left: 50%;
}
#content ul.ft-menu > li.ft-field > div.ft-panel:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #333333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.3);
	top: -15px;
	margin-left: -10px;
}
#content ul.ft-menu > li.ft-field > div.ft-panel:after {
	content: " ";
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #F5F3EE;
	top: -8px;
	margin-left: -8px;
}

#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected {
	padding: 10px 10px 0 10px;
	background: #F5F3EE;
}
#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li {
	font-size: 10px;
	display: inline-block;
	*display: inline; 
	*zoom: 1;
	margin: 1px;
	cursor: pointer;
	padding: 0px 5px 1px 5px;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	border: 1px solid #057ED0;
	border: 1px solid rgba(5, 126, 208, 0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	background: #019AD2;
	background: -webkit-linear-gradient(#33BCEF, #019AD2);
	background: -moz-linear-gradient(#33BCEF, #019AD2);
	background: -o-linear-gradient(#33BCEF, #019AD2);
	background: -ms-linear-gradient(#33BCEF, #019AD2);
	background: linear-gradient(#33BCEF, #019AD2);
}
#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:after {
	content: " \00D7";
	color: white;
}
#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-selected > li:active {
	background: #33BCEF;
	background: -webkit-linear-gradient(#019AD2, #33BCEF);
	background: -moz-linear-gradient(#019AD2, #33BCEF);
	background: -o-linear-gradient(#019AD2, #33BCEF);
	background: -ms-linear-gradient(#019AD2, #33BCEF);
	background: linear-gradient(#019AD2, #33BCEF);
}

#content ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search { 
	padding: 10px;
	background: #F5F3EE;
	background: -webkit-linear-gradient(#F5F3EE, #D0CDC9);
	background: -moz-linear-gradient(#F5F3EE, #D0CDC9);
	background: -o-linear-gradient(#F5F3EE, #D0CDC9);
	background: -ms-linear-gradient(#F5F3EE, #D0CDC9);
	background: linear-gradient(#F5F3EE, #D0CDC9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#F5F3EE", EndColorStr="#D0CDC9");
}
#content ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search:before {
	font: normal normal 12px "FiltrifyRegular";
	content: "s";
	position: absolute;
    width: 20px;
	bottom: 15px;
	left: 18px;
	color: #BBB;
	text-shadow: none;
	z-index: 1;
}
#content ul.ft-menu > li.ft-field > div.ft-panel > fieldset.ft-search > input { 
	outline: none;
	display: block;
	width: 140px;
	padding: 4px 10px 4px 25px;
	color: gray;
	background: white;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.4), inset 0 1px 0 rgba(0,0,0,.3);
}

#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags { 
	position: relative !important; 
	max-height: 200px !important; 
	border-top: 1px solid #33373D;
	overflow-x: hidden; 
	overflow-y: auto; 
	width: 100%;
}
#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li { 
    font-size: 12px;
	display: block;
	border-bottom: 1px solid #33373D;
	box-shadow: inset 0 1px 0 0 #878e98;
	display: block;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	padding: 8px 35px 8px 15px;
	cursor: pointer;
	background: #616975;
	background: -webkit-linear-gradient(#727A86, #505864);
	background: -moz-linear-gradient(#727A86, #505864);
	background: -o-linear-gradient(#727A86, #505864);
	background: -ms-linear-gradient(#727A86, #505864);
	background: linear-gradient(#727A86, #505864);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#727a86", EndColorStr="#505864");
}
#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li:after { 
	content: attr(data-count);
    font-size: 11px;
    font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	padding: 3px 6px;
	color: white;
	background: #48515C;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
}
#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight { 
	border-bottom: 1px solid #103C56;
	box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	background: #35AFE3;
	background: -webkit-linear-gradient(#45C7EB, #2698DB);
	background: -moz-linear-gradient(#45C7EB, #2698DB);
	background: -o-linear-gradient(#45C7EB, #2698DB);
	background: -ms-linear-gradient(#45C7EB, #2698DB);
	background: linear-gradient(#45C7EB, #2698DB);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#45c7eb", EndColorStr="#2698db");
}

#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:active {
	background: -webkit-linear-gradient(#2698DB, #45C7EB);
	background: -moz-linear-gradient(#2698DB, #45C7EB);
	background: -o-linear-gradient(#2698DB, #45C7EB);
	background: -ms-linear-gradient(#2698DB, #45C7EB);
	background: linear-gradient(#2698DB, #45C7EB);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#2698DB", EndColorStr="#45C7EB");
}
#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
	background: #2173A1;
}

#content ul.ft-menu > li.ft-field > div.ft-panel > div.ft-mismatch {
    font-size: 11px;
	padding: 10px 15px;
	color: white;
	background: #555555;
	background: -webkit-linear-gradient(#555555, #333333);
	background: -moz-linear-gradient(#555555, #333333);
	background: -o-linear-gradient(#555555, #333333);
	background: -ms-linear-gradient(#555555, #333333);
	background: linear-gradient(#555555, #333333);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#555555", EndColorStr="#333333");
}

/* REQUIRED! */
/* .ft-hidden { display: none !important; } */
.ft-hidden { 
	visibility: hidden !important;
	display: none !important;
 }


/* Custom webkit scrollbars */
#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar {
    width: 10px;
}
#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    background: #DDD;
}
#content ul.ft-menu > li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    background: #EEE;
}



#content > ul > li {
	width: 200px;
	overflow: hidden;
	margin: 10px;
	padding: 0;
	border: 1px solid #ccc;
	border: 1px solid rgba(204, 204, 204, 0.8);
	-webkit-border-top-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	background: #acc7d6;
	background: -webkit-linear-gradient(#bfe1f5, #acc7d6);
	background: -moz-linear-gradient(#bfe1f5, #acc7d6);
	background: -o-linear-gradient(#bfe1f5, #acc7d6);
	background: -ms-linear-gradient(#bfe1f5, #acc7d6);
	background: linear-gradient(#bfe1f5, #acc7d6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#bfe1f5", EndColorStr="#acc7d6");
	cursor: pointer;
	background: #f1f1ef;
}
#content > ul > li > div {
	padding: 10px;
}
#content > ul > li:hover, #content > ul > li:focus {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	background: #c7eaff;
	background: #d8f0ff;
	background: #edf8ff;
	margin: 8px 10px 10px 8px;
	/*background: -webkit-linear-gradient(#c7eaff, #bddbeb);
	background: -moz-linear-gradient(#c7eaff, #bddbeb);
	background: -o-linear-gradient(#c7eaff, #bddbeb);
	background: -ms-linear-gradient(#c7eaff, #bddbeb);
	background: linear-gradient(#c7eaff, #bddbeb);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#c7eaff", EndColorStr="#bddbeb");*/
}


#content > ul > li._1 {
	border: 2px solid #0c5ca2;
	border: 2px solid rgba(12, 92, 162, 0.6);
}
#content > ul > li._1:hover, #content > ul > li._1:focus  {
	border: 2px solid #1391ff;
	border: 2px solid rgba(19, 145, 255, 1);
}


#content > ul > li._2 {
	border: 2px solid #d88235;
	border: 2px solid rgba(216, 130, 53, 0.8);
}
#content > ul > li._2:hover, #content > ul > li._2:focus {
	border: 2px solid #ee8f3a;
	border: 2px solid rgba(238, 143, 58, 1);
}

#content > ul > li._3 {
	border: 2px solid #b50606;
	border: 2px solid rgba(181, 6, 6, 0.5);
}
#content > ul > li._3:hover,#content > ul > li._3:focus {
	border: 2px solid #e00707;
	border: 2px solid rgba(224, 7, 7, 1);
}



/*#content > ul > li.undergraduate {
	background: #0c5ca2;
	background: -webkit-linear-gradient(#0c5ca2, #7a90a3);
	background: -moz-linear-gradient(#0c5ca2, #7a90a3);
	background: -o-linear-gradient(#0c5ca2, #7a90a3);
	background: -ms-linear-gradient(#0c5ca2, #7a90a3);
	background: linear-gradient(#0c5ca2, #7a90a3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#0c5ca2", EndColorStr="#7a90a3");
}
#content > ul > li.minor {
	background: #f0ddb4;
	background: -webkit-linear-gradient(#f0ddb4, #c2b291);
	background: -moz-linear-gradient(#f0ddb4, #c2b291);
	background: -o-linear-gradient(#f0ddb4, #c2b291);
	background: -ms-linear-gradient(#f0ddb4, #c2b291);
	background: linear-gradient(#f0ddb4, #c2b291);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f0ddb4", EndColorStr="#c2b291");
}
#content > ul > li.graduate {
	background: #708f6b;
	background: -webkit-linear-gradient(#708f6b, #5c7558);
	background: -moz-linear-gradient(#708f6b, #5c7558);
	background: -o-linear-gradient(#708f6b, #5c7558);
	background: -ms-linear-gradient(#708f6b, #5c7558);
	background: linear-gradient(#708f6b, #5c7558);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#708f6b", EndColorStr="#5c7558");
}
#content > ul > li.interdisciplinary {
	background: #b08484;
	background: -webkit-linear-gradient(#b08484, #8c6969);
	background: -moz-linear-gradient(#b08484, #8c6969);
	background: -o-linear-gradient(#b08484, #8c6969);
	background: -ms-linear-gradient(#b08484, #8c6969);
	background: linear-gradient(#b08484, #8c6969);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#b08484", EndColorStr="#8c6969");
}*/

#content > ul > li > div > h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.3em;
	color: #fff;
	background: #0c5ca2;
	padding: 7px;
	margin: -10px;
	margin-bottom: auto;
	display: block;
	text-decoration: none;
	text-align: center;	
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
#content > ul > li > div > h2 > a {
	text-decoration: none;
	display: block;
}

#content > ul > li > div > h3 {
	color: #136ab4;
	margin-top: 7px;
	text-transform: capitalize;
	font-size: .8em;
	font-weight: bold;
}
#content > ul > li > div > h3 > span {
	text-transform: capitalize;
	font-weight: normal;
	color: #333;
	font-size: 1.4em;
}
#content > ul > li > div > h3 > span > a, #content > ul > li > div > h3 > span > a:visited {
	font-size: 1em;
/* 	color: #7A9B40; */
	display: block;
	color: #337ab7;
}
#content > ul > li > div > h3 > span > a:hover, #content > ul > li > div > h3 > span > a:focus {
	font-weight: bold;
}

#content > ul > li > div > h3.type {
	font-size: .9em;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #80b1db;
}
#content > ul > li > div > h3.undergraduate {
	color: #0c5ca2;
	color: rgba(12, 92, 162, 0.4);
}
#content > ul > li:hover > div > h3.undergraduate, #content > ul > li:focus > div > h3.undergraduate {
	color: #1184e9;
}

#content > ul > li > div > h3.minor {
	color: #c18400;
	color: rgba(193, 132, 0, 0.6);
}
#content > ul > li:hover > div > h3.minor, #content > ul > li:focus > div > h3.minor {
	color: #f0a400;
}

#content > ul > li > div > h3.graduate {
	color: #327526;
	color: rgba(50, 117, 38, 0.6);
}
#content > ul > li:hover > div > h3.graduate,#content > ul > li:focus > div > h3.graduate  {
	color: #3d902f;
}

#content > ul > li > div > h3.interdisciplinary {
	color: #8d1515;
	color: rgba(141, 21, 21, 0.5);
}
#content > ul > li:hover > div > h3.interdisciplinary, #content > ul > li:focus > div > h3.interdisciplinary {
	color: #b11a1a;
}

/*#content > ul > li > div > h3._1 {
	color: #0c5ca2;
	color: rgba(12, 92, 162, 0.4);
}
#content > ul > li > div > h3._2 {
	color: #d88235;
	color: rgba(216, 130, 53, 0.6);
}
#content > ul > li > div > h3._3 {
	color: #b50606;
	color: rgba(181, 6, 6, 0.4);
}
*/


#content > ul > li > div > h2.undergraduate {
	background: #107edd;
/*
	background: -webkit-linear-gradient(#107edd, #0c5ca2);
	background: -moz-linear-gradient(#107edd, #0c5ca2);
	background: -o-linear-gradient(#107edd, #0c5ca2);
	background: -ms-linear-gradient(#107edd, #0c5ca2);
	background: linear-gradient(#107edd, #0c5ca2);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#107edd", EndColorStr="#0c5ca2");
*/
}


#content > ul > li:hover > div > h2.undergraduate, #content > ul > li:focus > div > h2.undergraduate  {
	background: #1184e9;
/*
	background: -webkit-linear-gradient(#1184e9, #107edd);
	background: -moz-linear-gradient(#1184e9, #107edd);
	background: -o-linear-gradient(#1184e9, #107edd);
	background: -ms-linear-gradient(#1184e9, #107edd);
	background: linear-gradient(#1184e9, #107edd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#1184e9", EndColorStr="#107edd");
*/
}


#content > ul > li > div > h2.graduate {
	background: #3d902f;
/*
	background: -webkit-linear-gradient(#3d902f, #327526);
	background: -moz-linear-gradient(#3d902f, #327526);
	background: -o-linear-gradient(#3d902f, #327526);
	background: -ms-linear-gradient(#3d902f, #327526);
	background: linear-gradient(#3d902f, #327526);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#3d902f", EndColorStr="#327526");
*/
}


#content > ul > li:hover > div > h2.graduate, #content > ul > li:focus > div > h2.graduate  {
	background: #4fbb3d;
/*
	background: -webkit-linear-gradient(#4fbb3d, #3d902f);
	background: -moz-linear-gradient(#4fbb3d, #3d902f);
	background: -o-linear-gradient(#4fbb3d, #3d902f);
	background: -ms-linear-gradient(#4fbb3d, #3d902f);
	background: linear-gradient(#4fbb3d, #3d902f);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#4fbb3d", EndColorStr="#3d902f");
*/
}



#content > ul > li > div > h2.minor {
	background: #f0a400;
/*
	background: -webkit-linear-gradient(#f0a400, #c18400);
	background: -moz-linear-gradient(#f0a400, #c18400);
	background: -o-linear-gradient(#f0a400, #c18400);
	background: -ms-linear-gradient(#f0a400, #c18400);
	background: linear-gradient(#f0a400, #c18400);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f0a400", EndColorStr="#c18400");
*/
}


#content > ul > li:hover > div > h2.minor, #content > ul > li:focus > div > h2.minor {
	background: #f8a900;
/*
	background: -webkit-linear-gradient(#f8a900, #f0a400);
	background: -moz-linear-gradient(#f8a900, #f0a400);
	background: -o-linear-gradient(#f8a900, #f0a400);
	background: -ms-linear-gradient(#f8a900, #f0a400);
	background: linear-gradient(#f8a900, #f0a400);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f8a900", EndColorStr="#f0a400");
*/
}


#content > ul > li > div > h2.interdisciplinary {
	background: #b11a1a;
/*
	background: -webkit-linear-gradient(#b11a1a, #8d1515);
	background: -moz-linear-gradient(#b11a1a, #8d1515);
	background: -o-linear-gradient(#b11a1a, #8d1515);
	background: -ms-linear-gradient(#b11a1a, #8d1515);
	background: linear-gradient(#b11a1a, #8d1515);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#b11a1a", EndColorStr="#8d1515");
*/
}


#content > ul > li:hover > div > h2.interdisciplinary, #content > ul > li:focus > div > h2.interdisciplinary  {
	background: #dd2121;
/*
	background: -webkit-linear-gradient(#dd2121, #b11a1a);
	background: -moz-linear-gradient(#dd2121, #b11a1a);
	background: -o-linear-gradient(#dd2121, #b11a1a);
	background: -ms-linear-gradient(#dd2121, #b11a1a);
	background: linear-gradient(#dd2121, #b11a1a);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#dd2121", EndColorStr="#b11a1a");
*/
}


#content h2 a, #content h2 a:link, #content h2 a:visited, #content h2 a:active {
	color: #fff;
	hyphens: none;
	border-bottom: none;
}

#headerwrapper {
	position: fixed;
    background: rgba(255,255,255,1);
    width: 100%;
    z-index: 10;
    padding-bottom: 10px;
}


#legendwrapper {
	text-align: left;
	width: 100%;
	width: 60%;
	left: 75px;
	padding: 10px;
/* 	margin: 15px 0 5px 0; */
	margin: 0 auto;
	margin-top: 15px;
	background: #eee6a7;
	background: -webkit-linear-gradient(#fbf9e6, #eee6a7);
	background: -moz-linear-gradient(#fbf9e6, #eee6a7);
	background: -o-linear-gradient(#fbf9e6, #eee6a7);
	background: -ms-linear-gradient(#fbf9e6, #eee6a7);
	background: linear-gradient(#fbf9e6, #eee6a7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#fbf9e6", EndColorStr="#eee6a7");
	border: 2px solid #e9e6d0;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	background: rgba(83,138,180,.2);
	border: 1px solid rgba(0,46,93,.3);
}
#legend p {
	margin: 0;
	margin-left: 20px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
/* 	font-family: Arial, Helvetica, sans-serif; */
}
#legend p span {
	color: #333;
	font-size: .9em;
	font-weight: normal;
}

#legend .callout {
	position: relative;
	float: right;
	top: -5px;
	right: -5px;
	background:#4fa9d7;
	text-align: center;
	padding: 0 5px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	border: 1px solid #4286b7;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	background: rgba(255,255,255.7);
}
#legend .callout b {
	font-size: 3em;
	text-align: center;
	display: block;
	float: left;
	padding: 0 5px 5px 5px;
/*
	color: #b9ddef;
	color: rgba(0, 46, 93, 0.7);
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
*/
	color: rgba(0,75,152, .9);
}
#legend .callout span {
	color: #214659;
	font-size: .8em;
	display: block;
	margin: 13px 0 0 0;
	float: right;
	font-weight: bold;
}

#legend h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#reset {
	cursor: pointer;
	font-size: .8em;
	padding: 5px;
	display: inline-block;
	color: #fff;
	margin: 10px 0 0 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #616975;
	background: -webkit-linear-gradient(#727A86, #505864);
	background: -moz-linear-gradient(#727A86, #505864);
	background: -o-linear-gradient(#727A86, #505864);
	background: -ms-linear-gradient(#727A86, #505864);
	background: linear-gradient(#727A86, #505864);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#727a86", EndColorStr="#505864");
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	background: #004b98;
}
#reset img {
	position: relative;
	top: 1px;
	padding-right: 5px;
}
#reset:hover, #reset:focus {
	background: #35AFE3;
	background: -webkit-linear-gradient(#45C7EB, #2698DB);
	background: -moz-linear-gradient(#45C7EB, #2698DB);
	background: -o-linear-gradient(#45C7EB, #2698DB);
	background: -ms-linear-gradient(#45C7EB, #2698DB);
	background: linear-gradient(#45C7EB, #2698DB);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#45c7eb", EndColorStr="#2698db");
	background: #005dbc;
}

#reset:active {
	background: -webkit-linear-gradient(#2698DB, #45C7EB);
	background: -moz-linear-gradient(#2698DB, #45C7EB);
	background: -o-linear-gradient(#2698DB, #45C7EB);
	background: -ms-linear-gradient(#2698DB, #45C7EB);
	background: linear-gradient(#2698DB, #45C7EB);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#2698DB", EndColorStr="#45C7EB");
	background: #005dbc;
}