html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Proxima Nova Light";
	font-size: 16px;
	color: #333;
	background-color: #ededed;
}

a {
	color: #333;
}

a, a:hover {
	text-decoration: none;
}

a span {
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

/*table td, table th {
	margin: 0;
	padding: 0;
}*/

.wrapper {
	width: 1140px;
	margin: 0 auto;
}

.t_red {
	color: #b20000;
}

#page {
	position: relative;
}

#global-header {
	padding-top: 56px;
	position: relative;
}

#single-page #global-header {
	padding: 0;
	background: #fff url(images/single_header.png) repeat center top;  /* it was repeat-x, buggy 110% chrome, SF - Nov 15, 2013 */
}

#single-page .wrapper {
	position: relative;
	z-index: 3;
/*	background-color: #000098; /* added - SF - Nov 15, 2013 */
}

#nav-links {
	position: absolute;
	left: 0;
	top: 0;
}

#nav-links li {
	float: left;
	width: auto;
	padding-right: 15px;
}

#nav-links li, #nav-links li a {
	font-family: "Proxima Nova Bold";
	font-size: 13px;
	line-height: 56px;
}

#nav-links li:first-child {
	position: relative;
	padding-left: 41px;
}

#nav-links li:first-child .ico {
	position: absolute;
	left: 0;
	top: 10px;
}

#nav-social {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 11px;
}

#copyright-left {	/*added by IF - Feb 11, 2015 */
	line-height:30px;
    width:auto;
    float:left;
}

#copyright-right {	/*added by IF - Feb 11, 2015 */
	line-height:30px;
	width:500px;
    float:left;
	padding-left:10px;
}

#nav-social-footer {		/*added by IF - Feb 11, 2015 */
	position: absolute;
	left: 0;
	top: 0;
}

#nav-social li, #nav-social li a, #nav-social-footer li, #nav-social-footer li a {	/* edited by IF - Feb 11, 2015 - #nav-social-footer li, #nav-social-footer li a */
	display: block;
	float: left;
	width: auto;
}

#nav-social li{
	padding-left: 6px;
}

#nav-social li:first-child {
	padding-right: 4px;
	padding-left: 0;
}

#nav-social img.ico_instagram_hm {	
	background: #EDEDED none no-repeat 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #CCC;
}

#nav-social .ico_v {	
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #CCC;
}

#nav-social img.ico_instagram {		
	background: #000 none no-repeat 0 0;	
	border-radius: 5;
}

#nav-social-footer img.ico_instagram_hm {			/*added by IF - Feb 11, 2015 */
	background: #EDEDED none no-repeat 0 0;	
	border-radius: 5;
}

#nav-social-footer img.ico_instagram {		/*added by IF - Feb 11, 2015 */
	background: #000 none no-repeat 0 0;	
	border-radius: 5;
}

#nav-social img.ico_yellow_ribbon_hm {		/*added by IF - Feb 17, 2015 */
	background: #EDEDED none no-repeat 0 0;	
	border-radius: 5;
}

#nav-social img.ico_yellow_ribbon {		/*added by IF - Feb 17, 2015 */
	background: #000 none no-repeat 0 0;
	border-radius: 5;
}

#branding {
	height: 75px;
	background: #060692 url(images/logo_ts.png) no-repeat right top;
	border-radius: 8px 8px 0 0;
	position: relative;
	padding-left: 124px;
	padding-top: 29px;
}

#single-page #branding {
	height: 55px;
	padding: 0;
	border-radius: 0;
	background: #000 none no-repeat 0 0;
}

#branding h1 {
	height: 26px;
	overflow: hidden;
	margin-bottom: 12px;
}

#single-page #branding h1 {
	height: 55px;
	margin-bottom: 0;
	padding-left: 65px;
}

#branding a {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Adelle Basic Regular";
	font-size: 29px;
}

#branding img {
	position: absolute;
	left: 10px;
	top: 5px;
}

#single-page #branding a {
	line-height: 55px;
}

#branding h2 a {
	font-style: italic;
	text-transform: none;
	font-size: 16px;
}

#branding h1 .ico {
	position: absolute;
	left: 10px;
	top: 5px;
}

#global-header nav, #search-global {
	float: left;
	width: auto;
	background-color: #111;
	color: #fff;
}

#single-page #global-header nav, #single-page #search-global {
	background-color: #000098;
}

#search-global {
	float: right;
}

#nav-main {
	position: relative;
	width: 940px; /* old=932px, buggy 110% chrome, SF - Nov 15, 2013 */
}

#nav-main li, #nav-main a {
	display: block;
	float: left;
	width: auto;
	height: 65px;
	font-family: "Proxima Nova Regular";
	line-height: 60px;
	color: #fff;
}

#single-page #nav-main li, #single-page #nav-main a {
	height: 44px;
	line-height: 44px;
}

#nav-main li.gap {
	width: 1px;
	height: 25px;
	overflow: hidden;
	background-color: #414141;
	margin: 18px 0 22px;
}

#single-page #nav-main li.gap {
	height: 25px;
	margin: 9px 0 10px;
	background-color: #3333ad;
}

#nav-main a {
	padding: 0 23px;
}

#nav-main li a:hover {
	color: #ffca00;
}

#nav-main li.selected a {
	color: #b6b6b6;
}

#nav-main li ul {
	display: none;
}

#nav-sub {
	position: absolute;
	left: 19px;
	top: 220px;
	z-index: 1000;
	display: none;
}

#nav-sub2 {				/* added - SF - Oct 2, 2013 */
	position: absolute;
	left: 19px;
	top: 214px;
	z-index: 1000;
	display: none;
}

#nav-sub .ico {
	position: absolute;
	left: 180px;
	top: 0;
	margin-top: -6px;
}

#nav-sub .sub {
	/*display: none;*/
	padding: 18px;
	border: 3px solid #fff;
	z-index: 1000;
	background-color: #eee;
	/*width: 750px;	/* added - SF - Sept 20, 2013 */

}

#nav-sub ul, #nav-sub li {
	list-style: none;
	display: block;
	float: left;
	width: auto;
}

#nav-sub .sub li {
	width: 225px;
	height: auto;
	padding: 0 12px;
	border-left: 1px solid #7877c1;
}

#nav-sub .sub dt {
	font-family: "Proxima Nova Semibold";
	font-size: 14px;
	color: #333;
	line-height: 1.4em;
}

#nav-sub .sub dt a{
	font-family: "Proxima Nova Semibold";
	font-size: 14px;
}

#nav-sub .sub a {
	float: none;
	height: auto;
	line-height: 1.4em;
	padding: 0;
	font-size: 13px;
	color: #333;
	background: none;
}

#nav-sub .sub a:hover {
	color: #060692;
}

#search-global {
	width: 200px;  /* old=208px, buggy 110% chrome, SF - Nov 15, 2013 */
	height: 49px;
	padding-top: 16px;
}

#single-page #search-global {
	width: 200px;
	height: 35px;  /* old=24px, buggy 175% chrome, SF - Nov 20, 2013 */
	padding-top: 9px;
}

#search-global .inputbox {
	display: block;
	width: 180px; /* old=185px, buggy 110% chrome, SF - Nov 15, 2013 */
	height: 28px;
	border-width: 0;
	background-color: #ededed;
	font-family: "Proxima Nova Regular";
	font-size: 14px;
	line-height: 28px;
	color: #999;
	padding-left: 10px;
	border-radius: 5px;
}

#single-page #search-global .inputbox {
	border-radius: 3px;
	width: 180px;		/*old=190px, buggy 110% chrome, SF - Nov 15, 2013*/
	height: 24px;
	line-height: 24px;
	background-color: #fff;
}

#content {
	clear: both;
	background-color: #fff;
}

#single-page #content {
	background-color: #fff; /* added - SF - Sept 04, 2014 */
	border-bottom: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	margin-top: 20px;	
	/*background: url(/images/back_subpage.png) repeat-y 0 0;*/ /* canceled - SF - Sept 04, 2014 */
}

#slide {
	position: relative;
	height: 444px;
	border-bottom: 1px solid #999;
	z-index: 1000;
	background-color: #020095;		/* added - just in case total feature < 4, so it would not blank on white - SF - Sept 21, 2013 */
}

#slide .figure_wrapper {
	height: 444px;
	overflow: hidden;
}

#slide figure {
	/*position: relative;*/					/* buggy - ie7 - replaced with javascript - SF - Sept 21, 2013 */
	height: 444px;
	overflow: hidden;
}


#slide figure img {				/* added - SF - Sept 20, 2013 */
	width: 718px;
	height: 444px;
	overflow: hidden;
}

#slide .summary {
	position: absolute;
	left: 0;
	top: 276px;		/* it was 286, min 10 by John's request - SF - Sept 25, 2013 */
	z-index: 1;
	height: 100px;		/* it was 90, add 10 by John's request - SF - Sept 25, 2013 */
	overflow: hidden;
	padding: 20px 23px;
	max-width: 675px;		/* added - SF - Sept 20, 2013 */
	display:none;
	text-shadow:1px 1px #999; /* JH - 10-1-13 */
}


#slide .summary, #slide .summary a {
	color: #000;
}

#slide .summary h3 a, #slide .summary h4 a {
	font-family: "Adelle Basic Regular";
	font-weight: normal;
	font-size: 28px;
}

#slide .summary h4 a {
	font-family: "Adelle Basic Light";
	font-size: 20px;
	margin-bottom: 5px;
}

#slide .summary h3, #slide .summary h4 {
	margin-bottom: 3px;
}

#slide .summary p {
	line-height: 1.8em;
}

#slide .summary .mask {
	display: block;
	overflow: hidden;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#slide ul, #slide li {
	list-style: none;
}

#slide ul {
	position: absolute;
	right: 0;
	top: -10px;
	width: 421px;
	padding: 1px;
	padding-right: 0;
	background: #bbb;
	z-index:10;  /* added - SF - Sept 19, 2013 */
}

#slide li {
	padding-top: 1px;
}

#slide li:first-child {
	padding-top: 0;
}

#slide li a {
	display: block;
	background-color: #020095;
	position: relative;
	padding: 13px;
	padding-left: 190px;
	height: 90px;
	color: #fff;
	font-family: "Adelle Basic Light", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.4em;
	overflow:hidden;		/* added - SF - Sept 20, 2013 */
}

#slide li a.active, #slide li a:hover {
	background-color: #222;
}

#slide li a .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 116px;
}

#grow-your-expertise-with-iwp-programs {
	padding: 0 20px;
}

#grow-your-expertise-with-iwp-programs h3 {
	height: 46px;
	font-family: "Proxima Nova Semibold";
	font-weight: normal;
	font-size: 20px;
	line-height: 46px;
}

/* JH - 10-1-13 */
#grow-your-expertise-with-iwp-programs h4 a:hover {
	color: #0C3A7F;
}

#grow-your-expertise-with-iwp-programs ul, #grow-your-expertise-with-iwp-programs li {
	/*display: block;*/				/* buggy for content so remarked - Edited - SF - Sept 2013 */
	float: left;		/*buggy for list ol with list ul, EH 09/11/2014 */
	width: auto;
	/*list-style: none;*/
}

#content .HPColumn {
	.width: 260px;
}

#grow-your-expertise-with-iwp-programs li {
	width: 260px;
	.width:auto;
	overflow: hidden;
	margin-left: 20px;
}

#grow-your-expertise-with-iwp-programs .HPColumn .post .container blockquote { 			/* added by IF - Oct 6, 2015 */
	clear: both;
}
#grow-your-expertise-with-iwp-programs .HPColumn .post .container blockquote:before  { 	/* added by IF - Oct 6, 2015 */
	line-height: 0;
	margin-top: 40px;
}
#grow-your-expertise-with-iwp-programs .HPColumn .post .container blockquote p { 		/* added by IF - Oct 6, 2015 */
	margin-top: 30px;
	margin-left: 28px;
}

#content-main li ol {		/* added by IF - Feb 16, 2015 */
	padding: 0;
	margin-left: 40px;
}

#content-main li ul, #content-main ul li {		/* added by IF - Feb 16, 2015 */
	padding-bottom: 0;
	/*margin-left: 20px;*/	/*removed, make the last faculty 3 featured dropped, EH 03/02/2015 */
}

.container ul , .container ol  {		/* added - SF - Sept 20, 2013 */
	.float:none !important;
	.overflow: visible;
}

.container ul li, .container ol li {		/* added - SF - Sept 20, 2013 */
	.float:none !important;
	.overflow: visible !important;
}

#grow-your-expertise-with-iwp-programs li:first-child {
	margin-left: 0px;
}
#grow-your-expertise-with-iwp-programs li li {
	margin-left:20px;
	overflow : visible;
}

#grow-your-expertise-with-iwp-programs li li:first-child {
	margin-left: 20px;
}

#grow-your-expertise-with-iwp-programs li ul, #grow-your-expertise-with-iwp-programs li ol  {		/* added by IF - Feb 15, 2015 */
	padding: 0;
	margin-left: 20px;
}

#grow-your-expertise-with-iwp-programs .post {
	/*padding-top: 131px;*/  /* buggy so remarked - edited - SF - Sept 19, 2013 */
}

#grow-your-expertise-with-iwp-programs .thumb {
	width: 260px;
	height: 115px;
	overflow: hidden;
}

#grow-your-expertise-with-iwp-programs .thumb  img{		/* added - SF - Sept 20, 2013 */
	width: 260px;
	height: 115px;
	overflow: hidden;
}

#admissions {
	/*margin-top: 16px;*/		/* remarked by IF - Feb 13, 2015 */
	clear: both;
}

#admissions header, #admissions ul, #admissions li {
	/*display: block;
	float: left;*/
	width: auto;
	/*list-style: none;*/
}

#admissions header ul, #admissions header li {
	float: none;
	list-style: none;
}

#admissions header {
	background-color: #ffd24d;
	width: 280px;
	float:left;
}

#admissions header h3 {
	position: relative;
	height: 41px;
	padding-left: 50px;
	overflow: hidden;
	font-size: 22px;
	font-family: "Proxima Nova Semibold";
	font-weight: normal;
	line-height: 50px;
}

#admissions header h3 .ico {
	position: absolute;
	left: 0;
	top: 0;
}

#admissions header ul {
	/*padding: 15px 22px;*/ 		/* remarked by IF - Feb 16. 2015 */
	padding: 15px 22px 15px 0px;	/* added by IF - Feb 16. 2015 */
}

#admissions header ul li:first-child {	/* added by IF - Feb 16. 2015 */
	margin-left: 0px;
}

#admissions header li a {
	font-family: "Proxima Nova Semibold";
	font-weight: normal;
	font-size: 17px;
	color: #666; /* JH - 10-1-13 */
}

/* JH - 10-1-13 */
#admissions header li a:hover{
	color: #000;
}

#admissions li header {
	width: auto;
	float: none;
	background-color: transparent;
}

#adminssions header ul, #adminssions header li {
	list-style: none;
}

#admissions .HPColumn{
	width: 260px;
	display: block;
    float: left;
    list-style: none outside none;
}

#admissions .HPColumn2{		/* added by IF - Feb 13, 2015  */
	width: 540px;
	display: block;
    float: left;
    list-style: none outside none;
}

#admissions .HPColumn3{		/* added by IF - Feb 20, 2015  */
	width: 540px;
	display: block;
    margin : 0 auto;
    list-style: none outside none;
}

#admissions li {
	/*max-width: 260px;		/* it was width, edited - SF - Sept 21, 2013 */
	margin-left: 20px;
}

#admissions li ul, #admissions li ol  {		/* added by IF - Feb 16, 2015 */
	padding: 0;
	margin-left: 20px;
}

#admissions header li {
	margin: 0;
	margin-bottom: 12px;
}

#admissions .post {
	border-top: 1px solid #ccc;		
	padding-top: 15px;		/* edited by IF - Feb 20, 2015 - old: 19px */
}

#admissions header h4 {		/* added by IF - Feb 13, 2015 */
	font-family: "Adelle Basic Regular";
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
}

#homepage_sub_container {
	margin-top: 16px;
	clear: both;
	background: #000098 url(images/logo_t.png) no-repeat 10px 120%;
	color: #fff;
	padding: 0 20px;
	padding-bottom: 15px; /* JH - 9-27-13 */
}

#homepage_sub_container a {
	color: #fff;
}

/* JH - 10-1-13 */
#homepage_sub_container a:hover {
	color: #ccc;
}

#homepage_sub_container ul, #homepage_sub_container li {
	list-style: none;
}

#homepage_sub_container section {
	display: block;
	float: left;
	width: 260px;
	margin-left: 20px;
}


#homepage_sub_container section h3 {
	height: 48px;
	overflow: hidden;
	border-bottom: 1px solid #999;
	font-family: "Proxima Nova Semibold";
	font-weight: normal;
	font-size: 20px;
	line-height: 64px;
}

#homepage_sub_container section li {
	position: relative;
}

#homepage_sub_container #news-publications {
	width: 540px;
	margin-left: 0;
}

#homepage_sub_container #news-publications h3 {
	padding-left: 11px;
}

#homepage_sub_container #news-publications ul {
	padding-left: 10px;
}

.pulications li {
	border-bottom: 1px solid #2929a2;
	padding: 20px 0;
	min-height: 50px;
}

.pulications li a {
	/*display: block;*/
	font-family: "Adelle Basic Light";
	font-size: 20px;
	font-weight: normal;
	/*margin-bottom: 5px;*/
	line-height: 1.2em;
}

.pulications li .thumbimg {
	width: 50px;
	height: 50px;
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
	margin-top: 2px;
}
.pulications li .avatar {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
}

.pulications li .thumbtext {
	overflow: hidden;    
}

.pulications li .datetime {
	color: #c0c0e6;
	display: block;
	margin-top: 5px;
}

.pulications .first {
	padding-top: 10px;
	padding-left: 0;
	padding-bottom: 10px;
}

.pulications .first .thumbimg {
	max-width: 260px;
	height: auto;
	float: none;
	margin-bottom: 5px;
}

.pulications .first .thumbtext{
	padding-top: 0px;
	padding-left: 0;
	padding-bottom: 3px;
}

#homepage_sub_container #news-publications footer {
	display: block;
	padding: 20px 0;
	text-align: center;
	font-family: "Proxima Nova Regular";
	font-size: 14px;
}

#homepage_sub_container #upcoming-events h3 {
	position: relative;
	padding-left: 32px;
}

#homepage_sub_container #upcoming-events li a {
	font-size: 18px;
}

#homepage_sub_container #upcoming-events .first a {
	margin-bottom: 5px;
	font-size: 21px;
}

#homepage_sub_container #upcoming-events .first a.thumb {
	/*margin-bottom: 0;*/
}

#homepage_sub_container #upcoming-events footer a {
	display: block;
	position: relative;
	padding-left: 30px;
	line-height: 46px;
	font-family: "Proxima Nova Regular";
}

#homepage_sub_container #upcoming-events footer a .ico {
	position: absolute;
	left: 0;
	top: 10px;
	.top: -5px;
}


#homepage_sub_container #upcoming-events h3 .ico {
	position: absolute;
	left: 1px;
	top: 18px;
}

#upcoming-events .thumb img{		/* added - SF - Sept 20, 2013 */
	max-width:260px;
}

#alumi-association .thumb {
	display: block;
	margin-bottom: 3px;
}

#alumi-association p {
	line-height: 1.5em;
}

#alumi-association .footer {
	margin-top: 20px;
	font-family: "Proxima Nova Regular";
	line-height: 1.3em;
}

#alumi-association li {
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #2929a2;*/		/* remarked for content - SF - Sept 21, 2013  */
}

#alumi-association ul li {		/* added - SF - Sept 20, 2013 */
	margin-left: 10px;
	list-style: circle inside none;
}

#alumi-association ol li {		/* added - SF - Sept 20, 2013 */
	margin-left: 10px;
	list-style: decimal inside none;
}

#alumi-association li:last-child, #alumi-association li.last {
	border-bottom-width: 0;
}

#alumi-association h4 {
	font-family: "Proxima Nova Regular";
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}

#global-footer {
	margin-top: 20px;
}

#subscribe {
	height: 50px;
	background-color: #e6be00;
}

#subscribe table {
	height: 50px;
}

#subscribe label {
	display: block;
	font-family: "Proxima Nova Semibold";
	font-size: 17px;
	padding-top: 18px;
	color: #222;
	position: relative;
	padding-left: 53px;
	float: left;
	width: auto;
}

#subscribe label .ico {
	position: absolute;
	left: 21px;
	top: 14px;
}

#subscribe .inputbox {
	display:block;
	float: left;
	width: 280px;
	height: 30px;
	font-family: "Proxima Nova Regular";
	font-size: 17px;
	line-height: 30px;
	border-radius: 3px;
	border-width: 0;
	margin-left: 17px;
	background-color: #f5e599;
	color: #837b55;
	padding: 0 10px;
	margin-top: 10px;
}

#subscribe .inputbtn {
	margin-left: 40px;
	background-color: #00009b;
	border-radius: 3px;
	border-width: 0;
	color: #fff;
	font-family: "Proxima Nova Semibold";
	font-size: 17px;
	color: #fff;
	width: 120px;
	height: 30px;
	margin-top: 10px;
	cursor: pointer;
	padding-top: 1px; /* Jh - 10-1-13 */
}

#subscribe .inputbtn:hover {
	background-color: #222;
}

#subscribe #subscribe-email {
	margin-left: 5px;
}

#nav-supp {
	display: block;
	margin-top: 30px;
}

#nav-supp dl {
	display: block;
	float: left;
	width: 142px;
	padding-left: 5px;
}

#nav-supp dt {
	font-family: "Proxima Nova Semibold";
	font-size: 13px;
	margin-bottom: 12px;
}

#nav-supp dd {
	font-family: "Proxima Nova Light";
	font-size: 12px;
}

#nav-supp dd a {
	font-family: "Proxima Nova Light";
	font-size: 12px;
}

#nav-supp .admissions {
	width: 179px;
}

#nav-supp .programs {
	width: 175px;
	margin-right: 15px;
}

#nav-supp .students {
	width: 131px;
}

#nav-supp .alumni {
	width: 122px;
	padding-right: 3px;
}

#nav-supp .news {
	width: 118px;
}

#nav-supp .events {
	width: 114px;
}

#nav-supp .faculty {
	width: 131px;
}

#nav-supp .about_iwp {
	width: 152px;
}

#copyright {
	clear: both;
	margin-top: 25px;
	border-top:2px solid #ddd;
	font-family: "Proxima Nova Regular";
	font-size: 11px;
	padding-top: 5px;
	height: 20px;
	background: transparent url(images/logo_s.png) no-repeat right 10px;
	padding-bottom: 30px;
	padding-right: 80px;	/* added - SF - Sept 17, 2013 */
}

#content-main {
	float: right;
	width: 800px;
	border-top: 1px solid #ccc;
	border-bottom-width: 0;
	/*background-color: #fff;*/
	padding: 20px;
	padding-top: 20px;		/* it was 157 ; edited - SF - Sept 17, 2013 */
}

#content-main .thumb {
	left: 20px;
	top: 20px;
	height: 117px;
	overflow: hidden;
}

#content-main .thumb img {
	max-width : 800px;		/* added - SF - Sept 17, 2013 */
}

#content-main header {
	margin-bottom: 25px;
}

#content-main .container p {
	/*margin-bottom: 30px;*/  /* JH - 9-26-13 */
	font-family: "Proxima Nova Regular";
}

#content-main .container .note, #content-main .container .note p {		/* added by IF - Sept 14, 2015 */
	font-family: "Proxima Nova Light";
}

#content-main .container p img{
	height: auto!important;
}

#content-main .container .items p img{
	max-width: 800px;
	height: auto!important;
}

#sidebar {
	float: left;
	width: 274px;
	/*margin-top: 80px;*/   /* buggy - remarked - SF - Sept 17, 2013*/
	padding-right: 24px;
	/*border-right: 1px solid #ccc;*/
	padding-bottom: 15px;   /* added - SF - Sept 17, 2013*/
}

#sidebar h4 {
	display: block;
	width: 289px;
	font-family: "Book Antiqua Regular";
	font-size: 26px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;	/* added - SF - Sept 16, 2013 */
	padding-top: 20px; /* JH - 9-26-13 */
	line-height: 30px;
	background-color: #ededed;
}

#sidebar ul, #sidebar li {
	list-style: none;
}

#sidebar .widget {
	/*padding-top: 20px;*/		/* moved to #sidebar .widget.first - SF - Oct 4, 2013 */
	clear:both;
}

#sidebar .widget.first {
	width: 299px;
	border-top: 1px solid #ccc;
	padding-top: 20px;			/* SF - Oct 4, 2013 */
}

/* JH - 10-1-13 */
#sidebar .widget.first  li{
	width: 272px;
}

li .first{
	margin-bottom: -10px;
}

#sidebar .widget li {
	padding: 0 0 14px 14px;
}

#sidebar .widget li a {
	line-height:1.2em;
}

#sidebar .widget li a:hover, #sidebar .widget li a.active, #sidebar .widget li ul li a.active {
	color: #b6b6b6;
}

#sidebar .widget .btn {
	display: block;
	height: 60px;
	background: #ffc926 url(images/logo_xs.png) no-repeat right top;
	position: relative;
	padding-left: 45px;
	line-height: 60px;
	font-family: "Proxima Nova Light";
	font-size: 20px;
	color: #222;
}

#sidebar .widget .btn .ico {
	position: absolute;
	left: 11px;
	top: 18px;
}

#sidebar .widget_form {
	margin-top: 20px;
	background-color: #f1f1f1;
	padding: 14px 23px 29px 12px;
}

#sidebar .widget_form h5 {
	color: #222;
	font-family: "Proxima Nova Light";
	font-size: 20px;
	font-weight: normal;
	height: 34px;
}

#sidebar .widget_form .inputbox {
	display: block;
	border-width: 0;
	background-color: #fff;
	border-radius: 3px;
	height: 30px;
	font-family: "Proxima Nova Regular";
	font-size: 17px;
	line-height: 30px;
	color: #ccc;
	padding-left: 10px;
	float: left;
}

#sidebar .widget_form .inputbtn {
	/*display: block;*/		/* remarked - buggy on safari 4.0.5 */
	border-width: 0;
	background-color: #444;
	border-radius: 3px;
	height:30px;
	font-family: "Proxima Nova Regular";
	font-size: 17px;
	line-height: 30px;
	color: #fff;
	width: 147px;
}

#frm_firstname {
	width: 105px;
	margin-bottom: 10px;
}

#frm_lastname {
	width: 107px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#frm_email {
	clear: both;
	width: 227px;
	margin-bottom: 10px;
}

#frm_zipcode {
	width: 70px;
	margin-right: 10px;
}

#sidebar .ads {
	display: block;
	position: relative;
	line-height: 0;
}

#sidebar .ads span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: normal;
	z-index:1;
	color: #fff;
	font-family: "Book Antiqua Regular";
	font-size: 26px;
	padding: 8px 16px;
}

#sidebar .ads span .mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #090;
	z-index: -1;
	opacity: 0.7;
}

.logo_bg {
	display: block;
	width: 500px;
	height: 500px;
	background: transparent url(images/content.png) no-repeat 0 0;
	position: absolute;
	left: 50%;
	top: 300px;
	margin-left: -800px;
	z-index: 1;
}



/* added - SF - Sept 17, 2013 */
.widget h5
{
	color: #222222;
    font-family: "Proxima Nova Light";
    font-size: 20px;
    font-weight: normal;
    /*height: 34px;*/
}

.featuredFaculty {
	background-color: #E9E9E9;
    /*border: 1px solid #CCCCCC;*/
	border: none; /* JH - 10-1-13 */
    clear: both;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 9px;
    width: 260px;
}

.featuredFaculty h3{
	/*font-size: 16px;
    line-height: 16px;*/
    margin-bottom: 10px;
}
.featuredFaculty p.about {
    /*font-family: "Myriad Pro",Trebuchet MS,arial,sans-serif;*/
    margin-bottom: 10px;
}
.featuredFaculty ul {
    list-style-type: none;
    margin: 0 0 15px;
    padding: 0;
}

.featuredFaculty ul {
    list-style-type: none;
}
.featuredFaculty li {
    line-height: 20px;
}

.featuredFaculty a {
    color: #163376;
    text-decoration: none;
}

.sidebarRightItem {
	background-color: #E9E9E9;
    /*border: 1px solid #CCCCCC;*/
	border: none; /* JH - 10-1-13 */
    clear: both;
    /*float: left;*/
    margin-bottom: 8px;
    margin-top: 20px;
    padding: 10px;
    width: 260px;
}


.featuredFacultyDetail {
    background-color: #E9E9E9;
    border: 1px solid #CCCCCC;
    clear: both;
    float: left;
    margin-bottom: 8px;
    padding: 9px;
    width: 260px;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(/images/info.gif);
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url(/images/success.gif);
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(/images/warning.gif);
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(/images/error.gif);
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(/images/validation.gif) ;
}

.validation a {
	color: #D63301;
}
.info, .success, .warning, .error, .validation {
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
}

.frmTable .inputText {
	width : 200px;
	height : 27px;
	font-family: "Proxima Nova Regular";
	font-size: 16px;
}


.frmTable .inputTextarea {
	font-family: "Proxima Nova Regular";
	font-size: 16px;
}


.frmTable select {
	min-width : 200px;
	height : 30px;
	/*font-family: "Proxima Nova Regular";
	font-size: 16px;*/		/*removed by IF - equate letters in the drop down and letters in the text box - 23Jan2015*/
	vertical-align: middle;
}

.frmTable select.donatechange { /*added by ES, 13nov2013*/
	min-width:92px;
}

.frmTable select#donatechange2 { /*added by ES, 13nov2013*/
	min-width:200px;
}

textarea:focus, input:focus{
    outline: 0;
}
/* end of added */

.groupTitle { padding-top: 15px; }
.courseAbsctact { padding-top: 25px; }

/*New Add  - SF - Sept 04, 2014 */


.style-2  #content-main header  { margin-bottom: 19px; } 

/* sidebar */

/* Accordeon */

#sidebar .widget.first.accordion { padding-top: 11px; }
#sidebar .accordion UL LI UL {  
    display: none; 
    padding-top: 10px;
}
#sidebar .accordion UL LI A { outline: none; }

/* End Accordeon */

.request-box H3 {
    font-size: 20px;
    padding-bottom: 9px;
}

/* Request-form */

.request-box { padding: 3px 3px 13px; }
.request-form {
    margin: 0 -2.5px;
    width: 250px;
}
.input-request-box, .input-request-medium-box, .input-request-small-box, .inputbtn2 {
    padding: 0 9px;
    margin: 5px 2.5px;
    line-height: 100%;
    font-family: 'Proxima Nova Light';
    font-size: 17px;    
}
.input-request-box, .input-request-medium-box, .input-request-small-box {
    border: 1px solid #ededed;
    color: #d2d2d2;
    float: left;
    height: 30px;
}

.input-request-box { width: 100px; }
.input-request-medium-box { width: 225px; }
.input-request-small-box { width: 63px; }
.inputbtn2 {
    background: #444444;
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    float: right;
    width: 155px;
    height: 31px;
    text-align: left;
}
.inputbtn2:hover { background: #00009b; }


/* End Request-form */
/* End Sidebar */

.top-table, .bottom-table, .bottom-table-2 { margin: 0 -20px; }
.top-table { padding-top: 5px; }
.top-table.medium-top { padding-top: 10px; }
.top-table table, .bottom-table table, .bottom-table-2 table { width: 100%; } 
.bottom-table { margin-top: 38px; }
.top-table table td, .bottom-table table td, .bottom-table-2 td {
    vertical-align: top;
    padding: 0 20px;
}
.top-table table td, .bottom-table-2 td { width: 50%; }
.post .container .top-table table td P { margin-bottom: 38px; }
.post .container .top-table.medium-top table td P { margin-bottom: 41px; }
.post .container .top-table.medium-top table tr:first-child td  { padding-bottom: 38px; }
.top-table table td P A, .top-table table td P, .bottom-table table td P A, .bottom-table table td P { 
    position: relative;
    line-height: 24px; 	 /*old=100%, IF - Jan 15, 2015*/
    display: block;
    outline: none;
}

.top-table table td A span, .top-table table td span, .bottom-table table td A span, .bottom-table table td span { 
    bottom: -17px;
    left: 0;
    position: absolute;
    padding: 12px 5px;
    text-align: center;
    width: 100%;
}

.top-table table td A span, .top-table table td span, .bottom-table table td A span, .bottom-table table td span, .bottom-table-2 a, .bottom-table-2 span{    
	background: #ffc926;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 5px;
    text-align: center;
} 

.bottom-table-2 .emptyButton p{    
	background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 5px;
    text-align: center;
} 

.top-table table td A span, .top-table table td span, .bottom-table-2 a, .bottom-table-2 span  { max-width: 280px; } 
.bottom-table table td A span, .bottom-table table td span { max-width: 231px; } 
.top-table table td A IMG, .top-table table td IMG, .bottom-table table td IMG { width: 100%; }	/*removed, EH 2014/09/09*/
.top-table a strong, .bottom-table a strong, .bottom-table-2 a strong {
    background: url(./images/icons/icon-1.png) no-repeat right 4px;
    color: #343434;
    padding: 0 17px 0 0;
    font-family: 'Proxima Nova Semibold'!important;
    font-weight: normal;
}
.top-table a:hover span, .bottom-table a:hover span, .bottom-table-2 a:hover { background: #ededed; }
.post .container .top-table table td UL, .post .container .bottom-table table td UL { 
    /*list-style: none;*/	/*removed EH*/
    /*padding-left: 0;*/
}
.top-table table td UL LI, .bottom-table table td UL LI {
    /*background: url(./images/icons/small-marker.png) no-repeat left 9px;*/
    /*padding: 0 37px; */
}
.bottom-table table td { width: 64%; }
.bottom-table table td:first-child { width: 36%; }
.post .container .bottom-table table td:first-child P { margin-bottom: 55px; }

/* End Add - SF - Sept 04, 2014 */

/* Limit Feature Content for inputing image, EH 2014/09/09*/
.featureContent img
{
	width: 180px!important;
	height: 100%!important;	
	max-width: 50%!important;
}

.featureContent a img
{
	width: 15px!important;
	height: 15px!important;	
	max-width: 50%!important;
}

.featureContent UL LI,
.featureContent OL LI  {
	margin: 0!important;
}

.featureContent ul li{
	list-style-type: disc!important;
	display: list-item;
}

.featureContent ul{
	list-style-type: disc!important;
}

.featureContent OL LI{
	list-style: decimal;
}

.top-table .featureContent {padding-top: 20px; }
.top-table .featureContent p {margin-top: -20px; }

#row1Top  .featureContent a { display: inline; }
#row2Top  .featureContent a { display: inline; }

/*  Add - SF - Sept 09, 2014 */

#single-page.style-2 #content {
    border-right: none;
}
.bottom-table-2 { padding-top: 26px; }
.bottom-table-2.medium-table { padding: 35px 0 33px; }
.post .container .bottom-table-2 a, .post .container .bottom-table-2 span {
    display: block;
    color: #343434;
    text-decoration: none;
    line-height: 1em;
}
.post .container .bottom-table-2 P { margin-bottom: 15px; }
.bottom-table-2 td.left-box P { text-align: right; }
.post .container .bottom-table-2 td.left-box A, .post .container .bottom-table-2 td.left-box span {
    display: inline-block;
    width: 100%;
}
.info-box {
    background: #f1f1f1;
    padding: 8px 16px 20px;
    min-width: 217px;
}

.post .container .info-box.right { margin: 6px 0 10px 46px; } 
.post .container .info-box H3 {
    font-family: "Proxima Nova Semibold";
    font-size: 21px;
    padding: 0 0 6px;
} 
#content-main .container .info-box p {
    margin-bottom: 0;
    font-size: 18px;
}
.top-image {
    display: block;
    padding-bottom: 7px;
}

.top-image p img{
    max-width: 800px!important;	
}

.top-table.text-style {
    margin: 16px 0 0 0;
    padding-bottom: 17px;
}
.top-table.text-style td {
    padding: 0 0 0 34px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;         
}
.top-table.text-style table td UL LI { padding: 0 0 0 37px; }
.box-columns IMG  {
    display: block;
    max-width: 185px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: auto;
    width: 100%;
}
.box-columns { 
    padding: 13px 0 0;
    overflow: hidden;
}
.post .container .box-columns h2 {
    font-size: 22px;
}
.box-columns UL {
    /*margin: 0 -40px;*/ /*removed, for showing bullet in experience area, EH 2014/09/16 */
    padding: 22px 0 0 0!important;
    list-style: none;
}
.box-columns UL LI {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    padding: 0 40px 30px;
    width: 33.33%;
}

.box-columns ul li ul li{
    background: url(./images/icons/small-marker.png) no-repeat left 9px;
    padding: 0 15px; 
    float: none;
}
.box-columns ul li ol li{
    padding: 0; 	 
    float: none;	
}

.post .container .box-columns UL LI H3, .post .container .box-columns UL LI H4 {
    color: #343434;
    text-align: center;
}
.post .container .box-columns UL LI H3 {
    font-size: 19px;
    padding-top: 8px;
    line-height: 1.4em;
}
.post .container .box-columns UL LI H4 {
    font-family: "Proxima Nova Semibold";
}

/*  End Add - SF - Sept 09, 2014 */




/*  Add - SF - Nov 04, 2014 */
/* events-page */
.container .upcoming-events IMG,
.container .previous-events .wrap-img IMG {
	display: block;
	vertical-align: top;
	max-width: 100%;
}

.container .upcoming-events UL .right-box img{
	max-height: 200px;
	max-width: 360px; 
}


.container .previous-events .wrap-list UL LI p img{
	max-height: 200px;
	max-width: 240px; 	
}


.container .upcoming-events H2 {
	margin: 0 0 30px;
}
.container .upcoming-events UL {
	list-style: none;
	padding: 0;
	margin: 0;
}



.container .upcoming-events UL LI{
	margin: 0 0 20px;
}
.container .upcoming-events .left-box {
	display: inline-block;
	vertical-align: top;
	max-width: 380px;
	width: 100%;
	margin: 0 37px 10px 0;
}
.container .upcoming-events .right-box {
	display: inline-block;
	vertical-align: top;
	max-width: 360px;
	width: 100%;
}
.container .upcoming-events .right-box H3 {
	font-size: 19px;
	line-height: 100%;
	color: #343434;
	padding: 0;
	margin: 0 0 5px;
}
.container .upcoming-events .right-box H3 A{
	font-size: 19px;
	line-height: 100%;
	color: #343434;
}
.container .upcoming-events .right-box H3 A:hover{
	color: #343434;
}
.container .upcoming-events .right-box H6 {
	font-size: 15px;
	color: #343434;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.container .upcoming-events .right-box P {
	font-size: 16px;
	color: #333;
	padding: 0;
	margin: 0 0 10px;
}

.container .upcoming-events #paging_eventupcoming span{ /*added by ES 4mar2015*/
	font-weight:bold;
}
.container .upcoming-events #paging_eventupcoming span.page{ /*added by ES 4mar2015*/
	font-weight:normal;
}

.container .upcoming-events #paging_eventupcoming span.page:hover{ /*added by ES 4mar2015*/
	text-decoration:underline;
	color: #00009e;
	cursor:pointer;
}

.container .previous-events H2{
	margin: 0 0 17px;
}
.container .previous-events .wrap-list{
	overflow: hidden;
}
.container .previous-events UL{
	list-style: none;
	padding: 0;
	margin: 0 -35px 0 0;
}
.container .previous-events LI{
	margin: 0 35px 30px 0;
	display: inline-block;
	vertical-align: top;
	max-width: 240px;
	width: 100%;
}
.container .previous-events H3{
	font-size: 19px;
	color: #343434;
	padding: 11px 0 2px;
}
.container .previous-events H3 A{
	font-size: 19px;
	color: #343434;
}
.container .previous-events H3 A:hover{
	color: #343434;
}
.container .previous-events H6{
	font-size: 15px;
	color: #343434;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.container .previous-events P{
	font-size: 16px;
	color: #333;
}

/* EH 2014/11/14 */
.container .previous-events .wrap-list UL LI UL LI{
	margin: 0;
}

.container .upcoming-events UL .right-box UL LI
 {
	list-style: disc!important;
	margin: 0 0 0 20px;
}

.container .upcoming-events UL .right-box OL LI,
.container .previous-events .wrap-list UL LI OL LI {	
	margin: 0;
	list-style-type: decimal;
}

.container .upcoming-events UL .right-box table,
.container .previous-events .wrap-list UL LI table{
	width: 100%!important;
}

.zeroPadding {padding: 0!important;}  /*EH 2014/11/03 */

/* EH 2014/11/14 */

/* faculty-page */
.container .faculty-box {
	overflow: hidden;
	margin: 36px 0 0;
}
.container .faculty-box UL{
	list-style: none;
	margin: 0 -30px 0 0;
	padding-left: 0;
	/*padding: 0;*/		/* appearing list item on featured things, EH 2014/12/10 */
}
.container .faculty-box LI{
	margin: 0 30px 53px 0;
	display: inline-block;
	vertical-align: top;
	max-width: 235px;
	width: 100%;
}
.container .faculty-box .wrap-img  {
	max-width: 185px;
	/*min-height: 185px;*/	/* if image below 185 - EH 11/24/2014*/
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto 4px;
}
.container .faculty-box .wrap-img  IMG{
	max-width: 100%;
	display: block;
}
.container .faculty-box H3{
	text-align: center;
	font-size: 18px;
	color: #343434;
}
.container .faculty-box H6{
	text-align: center;
	font-size: 14px;
	color: #343434;
	font-style: italic;
	font-weight: normal;
}
.container .faculty-box.internship H5{
	text-align: center;
	font-size: 16px;
	color: #343434;
	font-style: italic;
	font-weight: normal;
	min-height: 0px;
	margin: 0 0 5px;
}

.container .faculty-box H5{
	text-align: center;
	font-size: 16px;
	color: #343434;
	font-style: italic;
	font-weight: normal;
	min-height: 50px;
	margin: 0 0 5px;
}

.container .faculty-box P {
	margin: 10px 0 0;
}

.container .faculty-box.internship P SPAN{
	display: block;
	text-align: left!important;
	margin: 0 40px 0 0;
}

.container .faculty-box P SPAN{
	display: block;
	text-align: right;
	margin: 0 40px 0 0;
}

.container .faculty-box UL LI UL LI,
.container .faculty-box UL LI OL LI
{	
	margin: 0!important;
}

.container .faculty-box UL LI OL LI{
	list-style: decimal!important;
	display: list-item;
}

.container .faculty-box UL LI UL LI{
	list-style-type: disc!important;
	display: list-item;
}

.container .faculty-box UL LI IMG{
	max-width: 235px!important; /*prevent stretched image on feature faculty, EH 2014/11/26 */
}

.container .faculty-box UL LI P IMG{
	max-width: 235px!important;
	height: 100%!important;
}

.wrapper .container .name-info-area {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: table;
	width: 100%;
}
.container .name-info-area LI{
	display: table-row;
	margin: 0;
	padding: 0;
}
.container .name-info-area .cell-box{
	display: table-cell;
	vertical-align: top;
	width: 31%;
	padding: 0 0 15px;
}
.container .name-info-area.bp .cell-box{
	padding: 0 0 22px;
}

.container .name-info-area.bp .cell-box OL LI{
	list-style: decimal!important;
}

.container .name-info-area.bp .cell-box UL LI{
	list-style: disc!important;
}

.container .name-info-area .cell-box + .cell-box{
	width: 69%;
}
.container .name-info-area H2{
	font-size: 18px;
	color: #343434;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	line-height: 120%;
}
.container .name-info-area H6{
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 5px 0 0;
	line-height: 120%;
	font-style: italic;
	font-weight: normal;
}
.container .name-info-area P{
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 160%;
}

.container .faculty-box.sga {
	margin: 20px 0 0;
}
.container .faculty-box.sga> H4{
	font-size: 22px;
	color: #333;
	font-weight: normal;
	margin: 0 0 20px;
}
.container .faculty-box.sga H3{
	margin: 0 0 18px;
}

/* news-events-area */
.container .news-events-area {
	display: table;
	width: 100%;
	margin: 50px 0 50px;
}
.container .news-events-area H2{
	font-size: 22px;
	color: #333;
	margin: 0 0 17px;
}
.container .news-events-area .left-cell {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	/*border-right: 1px solid #ccc;*/		/*remove if event is empty ,EH 2014/11/24 */
	padding: 0 20px 0 0;
}

.container .news-events-area .left-cell ul li p{
	word-wrap:break-word;
}

.container .news-events-area .left-cell UL{
	list-style: none;
	margin: 0;
	padding: 0;
}
.container .news-events-area .left-cell LI{
	margin: 0 0 22px;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 5px;
}

.container .news-events-area .left-cell LI UL LI,
.container .news-events-area .left-cell LI OL LI{
	margin: 0 0 22px;
	border-bottom:0px!important;
	padding: 0 0 5px;
}

.container .news-events-area .left-cell UL>:last-child{
	border-bottom: none;
}
.container .news-events-area .left-cell H5,
.container .news-events-area .left-cell H5 A{
	font-size: 19px;
	color: #343434;
}
.container .news-events-area .left-cell H5 A:hover{
	font-size: 19px;
	color: #343434;
}
.container .news-events-area .left-cell H6{
	font-size: 15px;
	color: #343434;
	font-style: italic;
	font-weight: normal;
}

.container .news-events-area .right-cell {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 0 0 0 20px;
	max-width: 380px;
}

.container .news-events-area .right-cell ul li p{
	word-wrap:break-word;
}

.container .news-events-area .right-cell ul li table,
.container .news-events-area .right-cell ul li table#FOTF{
	max-width: 380px!important;
}

.container .news-events-area .right-cell ul li table#FOTF{
	margin: 0;
}

.container .news-events-area .right-cell UL{
	list-style: none;
	margin: 0;
	padding: 0;
}
.container .news-events-area .right-cell LI{
	margin: 0 0 45px;
}

.container .news-events-area .right-cell LI OL LI,
.container .news-events-area .left-cell LI OL LI{
	margin: 0!important;
}

.container .news-events-area .right-cell LI UL LI,
.container .news-events-area .left-cell LI UL LI{
	margin: 0 0 0 20px!important;
	list-style-type: disc!important;
}

.container .news-events-area .right-cell IMG,
.container .news-events-area .left-cell IMG{
	display: block;
	margin: 0 0 19px;
	max-width: 380px;
	max-height: 204px;
	/*height: 100%;*/
}
.container .news-events-area .right-cell H5{
	font-size: 19px;
	color: #343434;
}
.container .news-events-area .right-cell H5,
.container .news-events-area .right-cell H5 A{
	font-size: 19px;
	color: #343434;

}
.container .news-events-area .right-cell H5 A:hover{
	font-size: 19px;
	color: #343434;
}
.container .news-events-area .right-cell H6{
	font-size: 15px;
	color: #343434;
	font-style: italic;
	font-weight: normal;
}



.container .wrap-button-group {
	overflow: hidden;
	padding: 35px 0 0;
}
.container .button-group {
	margin: 0 -23.5px 0 0;
	text-align: center;
}
.container .button-group A{
	display: inline-block;
	vertical-align: top;
	max-width: 248px;
	width: 100%;
	background: #ffc926;
	text-align: center;
	font-family: "Proxima Nova Semibold" !important;
    font-weight: normal;
	font-size: 19px;
	color: #343434;
	line-height: 100%;
	margin: 0 23.5px 20px 0;
}
.container .button-group A:hover{
	background: #ededed;
	color: #343434;
	text-decoration: none;
}
.container .button-group A SPAN{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 15px 22px 15px 0;
}
.container .button-group A SPAN:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin: -6px 0 0;
	width: 7px;
	height: 12px;
	background: url("./images/icons/icon-1.png") no-repeat;
}



/* st-gov-box */
.container .st-gov-box {
	position: relative;
	margin: 0 0 30px;
	max-width: 800px;
/*	background: url("../imglib/gov-1.jpg") no-repeat;*/
	background-size: cover;
}
.container .st-gov-box IMG{
	display: block;
}
.container .st-gov-box P
{
	padding: 28px 30px 30px;
	z-index: 10;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.68);
	text-align: center;
	font-size: 17px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

 
.container .st-gov-box h1, 
.container .st-gov-box h2, 
.container .st-gov-box h3{
	padding: 28px 30px 30px;
	z-index: 10;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.68);
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container .st-gov-box{
/*	padding: 28px 30px 30px;*/ /* EH, 11/20/2014/ */
	z-index: 10;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.68);
	font-size: 17px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container .st-gov-box .btn{
	text-shadow: none;	
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: -40px;
	display: inline-block;
	vertical-align: top;
	max-width: 231px;
	width: 100%;
	background: #ffc926;
	text-align: center;
	font-family: "Proxima Nova Semibold" !important;
    font-weight: normal;
	font-size: 19px;
	color: #343434;
	line-height: 100%;
	margin: 0 23.5px 20px 0;
}
.container .st-gov-box .btn:hover{
	background: #ededed;
	color: #343434;
	text-decoration: none;
}
.container .st-gov-box .btn SPAN{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 15px 22px 15px 0;
}
.container .st-gov-box .btn SPAN:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin: -6px 0 0;
	width: 7px;
	height: 12px;
	background: url("./images/icons/icon-1.png") no-repeat;
}

.container .flexible-title-area H3 {
	font-size: 22px;
	color: #333;
	margin: 0 0 20px;
}
.container .flexible-title-area .wrap-list-box {
	overflow: hidden;
}
.container .flexible-title-area .list-box {
	margin: 0 -34px 0 0;
}
.container .flexible-title-area .list-box .box{
	display: inline-block;
	vertical-align: top;
	max-width: 380px;
	width: 100%;
	margin: 0 34px 0 0;
}
.container .flexible-title-area .list-box IMG{
	display: block;
	margin: 0 0 22px;
	max-width: 380px;
	height: auto!important;
}

.container .flexible-title-area .list-box .box p a img{
	display: inline;
	margin: 0!important;
	height: auto!important;
}

.container .flexible-title-area .list-box H5{
	font-size: 19px;
	color: #343434;
	margin: 0 0 15px;
}
.container .flexible-title-area .list-box H5 A{
	font-size: 19px;
	color: #343434;
}
.container .flexible-title-area .list-box H5 A:hover{
	font-size: 19px;
	color: #343434;
}

.container .cont-info-area {
	/*max-width: 240px;*/
	width: 100%;
	margin: 0 0 30px;
}
.container .cont-info-area H6{
	font-size: 22px;
	color: #333;
	margin: 0 0 15px;
}
.container .cont-info-area .row-box {
	margin: 0 0 3px;
}
.container .cont-info-area .row-box STRONG {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	width: 60px;
	text-align: right;
	margin: 0 13px 0 0;
}
.container .cont-info-area .row-box SPAN {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	width: 160px;
}
.container .cont-info-area .row-box SPAN A {
	font-size: 16px;
	color: #333;
}
.container .cont-info-area .row-box SPAN A:hover {
	color: #333;
}
/*  End Add - SF - Nov 04, 2014 */






/*Section Learn More*/

@font-face {
    font-family: "ProximaNova-Regular";
	src: url( "fonts/ProximaNova-Regular.eot" );
	src: local("ProximaNova-Regular"), 
		 url("fonts/ProximaNova-Regular.ttf") format("truetype"),
		 url("fonts/ProximaNova-Regular.woff") format('woff'),
		 url("fonts/ProximaNova-Regular.svg") format('svg');
}
@font-face {
    font-family: "ProximaNova-Semibold";
	src: url( "fonts/ProximaNova-Semibold.eot" );
	src: local("ProximaNova-Semibold"), 
		 url("fonts/ProximaNova-Semibold.ttf") format("truetype"),
		 url("fonts/ProximaNova-Semibold.woff") format('woff'),
		 url("fonts/ProximaNova-Semibold.svg") format('svg');
}

/* Add-On-Page */
#single-page .on-page {
	min-width: 220px;
	position: relative;
}
/*#single-page .on-page.two .area {max-width: 96%; width: auto;}*/
#single-page .on-page #search-global .inputbox {
	line-height: 87%;
	width: 160px!important;
	padding: 2px 10px 0 10px!important;
}
#subscribe .inputbtn {
	padding-top: 2px!important; 
}
#single-page .on-page #branding {
	height: 103px;
	margin: 53px 0 0!important;
	background: url("images/logo_ts-2.png") no-repeat scroll 930px top #060692;
}
.on-page .top-header {
	margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    z-index: 100;
	position: relative;
	background: #ededed;
}
#single-page .on-page #global-header {
	background: url("images/on-page-header.gif") repeat-x left bottom;
}
.on-page #nav-social li a.border {
	border: 1px solid #c1c1dd;
	border-radius: 6px;
	-o-border-radius: 6px;   
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#single-page .on-page #global-header nav, #single-page .on-page #search-global {
	background: #000;
}

#single-page .on-page #nav-main li.gap {
	height: 20px;
	background: #333;
	margin: 25px 0 10px;
}
#single-page .on-page #nav-main li, #single-page .on-page #nav-main a {
	height: 71px;
	line-height: 72px;
}
#single-page .on-page #search-global {
	height: 47px;
	padding-top: 24px;
}
/*
#single-page .on-page #search-global .inputbox {
	height: 26px;
	line-height: 24px;
	padding: 2px 0 0 10px;
}*/
#single-page .on-page #nav-supp dd a {
	color: #8e8888;
	font-size: 10px;
}
#single-page.style-2 .on-page #content {
	margin: 0;
	border: none;
	background: none;
}
#single-page .on-page .content {
	margin: 0 auto;
	z-index: 0;
	border: none;
	background: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
	min-height: 350px;	/* added by IF - Jun 24, 2015 */
}
#single-page .on-page .block-info {
	background: #ffd24d;
}
#single-page .on-page .block-info a {		/* added by IF - Jun 25, 2015 */
	text-decoration: underline;
}
#single-page .on-page .block-info a:hover {	/* added by IF - Jun 25, 2015 */
	color: #000098;
}
#single-page .on-page .block-info .centered .button {		/* added by IF - Jun 26, 2015 */
	text-decoration: none;
}
#single-page .on-page .block-info .centered a:hover {		/* added by IF - Jun 30, 2015 */
	color: #fff;
}
#single-page .on-page .block-info H1 {	/* added by IF - Jun 24, 2015 */
	font-size: 38px;
	font-family: "ProximaNova-Semibold";
}
#single-page .on-page .block-info H2 {
	font-size: 32px;
	font-family: "ProximaNova-Semibold";
}
#single-page .on-page .block-info H3 {	/* added by IF - Jun 24, 2015 */
	font-size: 26px;
	padding-bottom: 5px;
	padding-left: 4px;
}
#single-page .on-page .block-info H4 {	/* added by IF - Jun 24, 2015 */
	font-size: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#single-page .on-page .block-info H5 {	/* added by IF - Jun 24, 2015 */
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#single-page .on-page .block-info H6 {	/* added by IF - Jun 24, 2015 */
	font-size: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#single-page .on-page .block-info P {
	margin: 22px 0 0;
}
#single-page .on-page .block-info ul li, #single-page .on-page .block-info ol li { 	/* added by IF - Mar 16, 2015 */
	padding: 0;
	margin-left: 20px;
	line-height: 154%;
}
#single-page .on-page .block-info blockquote::before {	/* added by IF - Jun 25, 2015 */
	line-height: 0;
	margin-top: 35px;
}

/* added by IF - May 25, 2015 */
#single-page .on-page .block-info-content {
	font-family: "ProximaNova-Regular";
	padding-top: 20px;
}
#single-page .on-page .block-info-content P {
	margin: 0;
	padding: 5px 5px;
}
#single-page .on-page .block-info-content H1 {
	font-size: 38px;
	font-family: "ProximaNova-Semibold";
	padding-bottom: 10px;
	padding-left: 4px;
}
#single-page .on-page .block-info-content H2 {
	font-size: 32px;
	font-family: "ProximaNova-Semibold";
	padding-bottom: 7px;
	padding-left: 4px;
}
#single-page .on-page .block-info-content H3 {
	font-size: 26px;
	padding-bottom: 5px;
	padding-left: 4px;
}
#single-page .on-page .block-info-content H4 {
	font-size: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#single-page .on-page .block-info-content H5 {
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#single-page .on-page .block-info-content H6 {
	font-size: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#single-page .on-page .block-info-content a {		/* added by IF - Jun 25, 2015 */
	text-decoration: underline;
}
#single-page .on-page .block-info-content a:hover {	/* added by IF - Jun 25, 2015 */
	color: #000098;
}
#single-page .on-page .block-info-content blockquote::before {	/* added by IF - Jun 25, 2015 */
	line-height: 0;
	margin-top: 15px;
}
#single-page .on-page .block-info-content b {
    font-weight: bold;
} 
#single-page .on-page .block-info-content ul li, #single-page .on-page .block-info-content ol li {
	padding: 0;
	margin-left: 20px;
	line-height: 154%;
}
/* END OF added by IF - May 25, 2015 */

#single-page .on-page P {
	color: #292929;
	font-size: 16px;
	line-height: 154%;
	/*margin: 15px 0 0;*/	/* remarked by IF - Mar 16, 2015 */
	margin: 0;				/* added by IF - Mar 16, 2015 */
	font-family: "ProximaNova-Regular";
}
#single-page .on-page .custom-content H1 {	/* added by IF - Jun 24, 2015 */
	font-size: 38px;
	font-family: "ProximaNova-Semibold";
}
#single-page .on-page .custom-content H2 {	/* added by IF - Jun 24, 2015 */
	font-size: 32px;
	font-family: "ProximaNova-Semibold";
}
#single-page .on-page .custom-content H3 {	/* added by IF - Jun 24, 2015 */
	font-size: 26px;
	padding-bottom: 5px;
	padding-left: 4px;
}
#single-page .on-page .custom-content H4 {	/* added by IF - Jun 24, 2015 */
	font-size: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#single-page .on-page .custom-content H5 {	/* added by IF - Jun 24, 2015 */
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#single-page .on-page .custom-content H6 {	/* added by IF - Jun 24, 2015 */
	font-size: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#single-page .on-page .custom-content ul li, #single-page .on-page .custom-content ol li, 
#single-page .on-page .custom-content2 ul li, #single-page .on-page .custom-content2 ol li {		/* added by IF - Mar 16, 2015 */
	padding: 0;
	line-height: 154%;
	list-style-position: inside;
}
#single-page .on-page .custom-content P {
	margin: 15px 0 0;				/* added by IF - Mar 16, 2015 */
}
#single-page .on-page .custom-content2 P {
	padding: 13px 0 0;				/* added by IF - Mar 16, 2015 */
}
#single-page .on-page .alignleft {
	float: left;
	margin: 0 36px 0 0;
}
#single-page .on-page img.alignleft {		/* add by IF - Mar 16, 2015 */
	width: 540px;		
	height: 300px;		
}
#single-page .on-page .button {
	color: #fff;
	display: inline-block;
	padding: 8px 68px 5px;	/* edited by IF - Mar 18, 2015 - old: 8px 113px 5px */
	font-size: 18px;
	font-weight: bold;
	background: #000098;
	border-radius: 4px;
	-o-border-radius: 4px;   
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/*margin: 24px 0 0 62px;*/		/* remarked by IF - Mar 16, 2015 */
	font-family: "ProximaNova-Semibold";
}
#single-page .on-page .centered {
	text-align: center;
	margin: auto;
}
#single-page .on-page A:hover.button {
	background: #222;
}
#single-page .on-page .area {
	margin: 0 auto;
    max-width: 1140px;
	width: 100%;
}
#single-page .on-page .area.wrapper {
	z-index: 0;
	padding: 47px 0;
}
#single-page .on-page .bg {
	width: 651px;
	height: 393px;
	top: -10px;
	right: -75px;
	z-index: 0;
	position: absolute;
	background: url("images/on-page-ball.gif") no-repeat right top;
}
#single-page .on-page .text {
	position: relative;
	z-index: 10;
	max-width: 1030px;
	width: 100%;
	margin: auto;
}
#single-page .on-page .column {
	margin: 57px 0 0 -10%;	/* edited by IF - May 26, 2015 - before: 57px 0 60px -10% */	
}
#single-page .on-page .box {
	float: left;
	width: 22%;
	margin: 0 0 0 10%;
	text-align: center;
}
#single-page .on-page .box .custom-content a {	/* added by IF - Jun 25, 2015 */
	text-decoration: underline;
}
#single-page .on-page .box a:hover {	/* added by IF - Jun 25, 2015 */
	color: #000098;
}
#single-page .on-page .box .box-img-default H3 {	/* edited by IF - Mar 16, 2015 - .box-img-default */
	/*height: 48px;
	padding: 170px 0 0;
	background: url("images/on-page-tuition.png") no-repeat center top;*/
}
#single-page .on-page .box span img {	/* added by IF - Mar 16, 2015 */
	width: 170px;		
	height: 170px;		
	opacity: 0.75;		
}
#single-page .on-page .box A img:hover {	/* added by IF - Mar 16, 2015 */
	opacity: 1.0;		
}
#single-page .on-page .box:first-child H3 {		
	/*background: url("images/on-page-about.png") no-repeat center top;*/
}
#single-page .on-page .box:first-child span img {	/* added by IF - Mar 16, 2015 */
	width: 170px;		
	height: 170px;		
	opacity: 0.75;		
}
#single-page .on-page .box:first-child A img:hover {	/* added by IF - Mar 16, 2015 */
	opacity: 1.0;		
}
#single-page .on-page .box.last H3 {		
	/*background: url("images/on-page-learn.png") no-repeat center top;*/
}
#single-page .on-page .box.last span img {	/* added by IF - Mar 16, 2015 */
	width: 170px;		
	height: 170px;		
	opacity: 0.75;		
}
#single-page .on-page .box.last A img:hover {	/* added by IF - Mar 16, 2015 */
	opacity: 1.0;		
}
#single-page .on-page .box H3 span {	
	display: block;
	font-size: 18px;
	/*padding: 30px 0 10px;*/	/* remarked by IF - Mar 16, 2015 */
	padding: 0;					/* added by IF - Mar 16, 2015 */
	background: #fff;
}
#single-page .on-page .box .box-img H3 span {
	padding: 30px 0 10px;
}
#single-page .on-page .box H3 strong {
	padding: 0 0 0 0;
	font-size: 18px;
}
#single-page .on-page .box A H3 strong {
	padding: 0 17px 0 0;
	font-size: 18px;
	background: url("images/on-page-arrow.png") no-repeat right center;
}
#single-page .on-page .box A:hover H3 strong {
	color: #000098;
	background: url("images/on-page-arrow-h.png") no-repeat right center;
}
#single-page .on-page .box A:hover H3 {
	background-position: center -172px;
}
#single-page .on-page .box blockquote::before {	/* added by IF - Jun 25, 2015 */
	line-height: 0;
	margin-top: 25px;
}
#single-page .on-page .ico_arrow_up {
	top: 20px;
	left: 5px!important;
	position: absolute;
}
#single-page .on-page #nav-sub {
	top: 0!important;
}
#single-page .on-page .photos {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 15px 0;	/* added by IF - May 26, 2015 */
}
#single-page .on-page .photos H3 {
	color: #fff;
	background: #343434;
	font-size: 21px;
	padding: 20px 0;
	text-align: center;
	font-family: "ProximaNova-Semibold";
}
#single-page .on-page .photos UL LI {
	float: left;
	width: 393px;
	height: 212px;
	position: relative;
	z-index: 100;
	list-style: none;
}
#single-page .on-page .photos UL LI A {
	display: block;
}
#single-page .on-page .photos span {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 5;
	width: 393px;
	height: 212px;
	color: #fff;
	line-height: 145%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0 50px;
	font-family: "ProximaNova-Semibold";
}
#single-page .on-page .photos img {
	width: 393px;		/* added by IF - Mar 16, 2015 */
	height: 212px;		/* added by IF - Mar 16, 2015 */
	top: 0;
	left: 0;
	z-index: 0;
	position: absolute;
}
#single-page .on-page .shadow, #single-page .on-page .shadow-no-img {
	top: 0;
	left: 0;
	width: 393px;
	height: 212px;
	position: absolute;
	background: url("images/black-shadow.png") repeat left top;
}
#single-page .on-page .photos UL LI A:hover .shadow {
	display: none;
}
#single-page .on-page .photos UL LI A:hover .shadow-no-img {
	background: #bdbdbd;
}
#single-page .on-page #global-footer {
	margin: 0 auto;
	padding: 37px 0 0;
}
#single-page .on-page .ico_vim {
	border-radius: 6px;
	-o-border-radius: 6px;   
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: url("./images/vimeo.png") no-repeat -1px -1px;
}
#single-page .on-page #copyright {
	padding: 0 0 65px;
	height: auto;
}
#single-page .on-page #copyright P {
	margin: 10px 0 0;
	color: #565658;
	font-size: 10px;
}
.on-page #subscribe .inputbox {
	width: 25%;
}
.on-page #subscribe .inputbtn {
	width: 11%;
}
#single-page #search-global .inputbox {
	padding: 0 10px;
	width: 170px;
}

/*End of Section Learn More*/

/* Faculty Search Result - Added by IF - Sept 3, 2015 */
.search-result li:first-child {
	border-top: 1px solid #d6d3c5;
}
.search-result li {
	font-family: "Book Antiqua Regular";
	border-bottom: 1px solid #d6d3c5;
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
	overflow: hidden;
}
.search-result li img {
	float: right;
    margin: 7px 2px 7px 15px;
	border: 3px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 1px #6f6f6f;
	height: auto;
}
.search-result li .full-name a{
	color: #000;
	text-transform: capitalize;
}
.search-result li .full-name a:hover {
	color: #00009e;
}
.search-result li .title { 
	font-style: italic;
	color: #000000;
    text-decoration: none;
}
.search-result li .expert-area {
	font-family: "Proxima Nova Regular";
	color: #999;
	font-style: italic;
}
.search-result li .learn-more a {
	font-family: "Proxima Nova Regular";
	color: #000;
	font-size: 80%;
}
.search-result li .learn-more a:hover {
	color: #00009e;
}
/* End of Faculty Search*/

/*  Mobile CSS  */
.navbar-toggle {
    display: none;
    background-color: #111111;
    color: #FFFFFF;
    height: auto;
    text-align: center;
    cursor: pointer;
    font-family: "Proxima Nova Regular";
    font-size: 14px;
    line-height: 40px;
}
.view-full-site-btn {
    display: none;
}
/*Section Learn More*/
@media (max-width: 1200px) { 
	#single-page .on-page .content {
		width: 1140px !important;
	}
}
/*End of Section Learn More*/
@media (max-width: 767px) {
	/*Section Learn More*/
	#single-page .on-page #nav-main a {
		border-bottom: 1px solid #333;
	}
	BODY .on-page .wrapper {
        width: auto;
        min-width: 320px;
    }
	/*End of Section Learn More*/
    BODY.viewmobilesite .wrapper {
        width: auto;
        min-width: 320px;
    }
    BODY.viewmobilesite #nav-links {
        display: none;
    }
	/*Section Learn More*/
	#single-page .on-page .content {
		width: 100% !important; 
	}
	/*End of Section Learn More*/
    /*BODY.viewmobilesite #branding {
        background: #020194;
        border-radius: 0;
        padding: 0 8px;
        height: auto;
    }
    BODY.viewmobilesite #branding img {
        max-width: 100%;
        position: relative;
        top: 10px;
        left: 0;
    }*/
    BODY.viewmobilesite .navbar-toggle {
        display: block;
    }
    BODY.viewmobilesite .navbar-collapse #nav-main,
    BODY.viewmobilesite .navbar-collapse #search-global {
        display: none;
    }
    BODY.viewmobilesite #global-header {
        position: relative;
        z-index: 2;
    }
    BODY.viewmobilesite #global-header nav {
        float: none;
        background: #020194;
    }
    BODY.viewmobilesite #nav-main,
    BODY.viewmobilesite#single-page #nav-main {
        width: auto;
    }
    BODY.viewmobilesite #nav-main li,
    BODY.viewmobilesite #nav-main li a,
    BODY.viewmobilesite#single-page #nav-main li,
    BODY.viewmobilesite#single-page #nav-main li a {
        float: none;
        height: auto;
        line-height: 40px;
        text-align: center;
    }
    BODY.viewmobilesite #nav-main li.gap,
    BODY.viewmobilesite#single-page #nav-main li.gap {
        background-color: #101010;
        height: 1px;
        margin: 0;
        overflow: hidden;
        width: auto;
    }
    BODY.viewmobilesite #nav-main li ul,
    BODY.viewmobilesite#single-page #nav-main li ul {
        background: #fff;
        border-top: 1px solid #101010;
        padding-bottom: 10px;
    }
    BODY.viewmobilesite #nav-main li ul li dl dt,
    BODY.viewmobilesite#single-page #nav-main li ul li dl dt {
        padding-bottom: 10px;
    }
    BODY.viewmobilesite #nav-main li ul li dl dt a,
    BODY.viewmobilesite#single-page #nav-main li ul li dl dt a {
        font-family: "Book Antiqua Regular";
        font-size: 26px;
        line-height: 60px;
        color: #333;
        background: #ECECEC;
        border-bottom: 1px solid #CBCBCB;
    }
    BODY.viewmobilesite #nav-main li ul li dl dd a,
    BODY.viewmobilesite#single-page #nav-main li ul li dl dd a {
        font-size: 16px;
        line-height: 22px;
        color: #333;
        padding: 5px 0;
    }
    BODY.viewmobilesite #nav-main li ul li dl dd:first-child a,
    BODY.viewmobilesite#single-page #nav-main li ul li dl dd:first-child a {
        padding-top: 10px;
    }
    BODY.viewmobilesite #nav-main li:hover ul,
    BODY.viewmobilesite#single-page #nav-main li:hover ul {
        display: block;
    }
    BODY.viewmobilesite #nav-sub,
    BODY.viewmobilesite #nav-sub2 {
        display: none !important;
    }
    BODY.viewmobilesite #search-global,
    BODY.viewmobilesite#single-page #search-global {
        width: auto;
        float: none;
        background: #020194;
        text-align: center;
        border-top: 1px solid #101010;
    }
	/*Section Learn More*/
	BODY.viewmobilesite .on-page #search-global,
    BODY.viewmobilesite#single-page .on-page #search-global {
    	background: #000;
    }
	/*End of Section Learn More*/
    BODY.viewmobilesite #search-global .inputbox,
    BODY.viewmobilesite#single-page #search-global .inputbox {
        background: #FFF;
        margin: auto;
        width: 80%;
    }
    BODY.viewmobilesite #slide,
    BODY.viewmobilesite#single-page #slide {
        height: 697px;
    }
    BODY.viewmobilesite #slide > div {
        float: none !important;
    }
    BODY.viewmobilesite #slide figure {
        height: auto;
        background: #FFF;
    }
    BODY.viewmobilesite #slide figure a img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    BODY.viewmobilesite #slide figure .summary {
        max-width: 100% !important;
        height: auto !important;
        position: static;
        top: 0;
        background: #FBFBFB;
        display: block !important;
        text-shadow: none;
    }
    BODY.viewmobilesite #slide .summary .mask {
        display: none;
    }
    BODY.viewmobilesite #slide .summary h3 a,
    BODY.viewmobilesite #slide .summary h4 a {
        font-size: 24px;
        line-height: 30px;
        color: #000;
    }
    BODY.viewmobilesite #slide .summary p {
        font-size: 14px;
        line-height: 18px;
        color: #000;
    }
    BODY.viewmobilesite #slide ul {
        position: static;
        top: 0;
        width: auto;
    }
    BODY.viewmobilesite #slide li a {
        padding: 13px 13px 13px 13px;
        height: auto;
    }
    BODY.viewmobilesite #slide li a .thumb {
        display: none;
    }
    BODY.viewmobilesite #grow-your-expertise-with-iwp-programs li {
        float: none;
        width: auto;
        margin: 0;
    }
    BODY.viewmobilesite #grow-your-expertise-with-iwp-programs .thumb {
        height: auto;
        width: auto;
    }
    BODY.viewmobilesite #grow-your-expertise-with-iwp-programs .thumb img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    BODY.viewmobilesite .post header h4 a {
        color: #000098;
    }
    BODY.viewmobilesite #admissions header,
    BODY.viewmobilesite #admissions .HPColumn,
    BODY.viewmobilesite #homepage_sub_container section,
    BODY.viewmobilesite #homepage_sub_container #news-publications,
    BODY.viewmobilesite #subscribe label,
    BODY.viewmobilesite #subscribe .inputbox,
    BODY.viewmobilesite #subscribe .inputbtn,
    BODY.viewmobilesite #subscribe #subscribe-email {
        width: auto;
        float: none;
        margin: 0;
    }
    BODY.viewmobilesite #admissions li {
        margin: 0;
    }
    BODY.viewmobilesite #admissions {
        padding: 0 20px;
    }
    BODY.viewmobilesite #alumi-association header h3 {
        border: none;
    }
    BODY.viewmobilesite #subscribe {
        height: auto;
        padding: 15px 20px 15px 20px;
    }
    BODY.viewmobilesite #subscribe label {
        padding: 0 0 5px 0;
        text-align: center;
    }
    BODY.viewmobilesite #subscribe .inputbox,
    BODY.viewmobilesite #subscribe .inputbtn,
    BODY.viewmobilesite #subscribe #subscribe-email {
        width: 100%;
        margin: 10px 0 0 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    BODY.viewmobilesite #subscribe label .ico,
    BODY.viewmobilesite #nav-supp {
        display: none;
    }
	/*Section Learn More*/
	BODY.viewmobilesite .on-page #nav-supp {
        display: block;
    }
	/*End of Section Learn More*/
    BODY.viewmobilesite #copyright {
        padding: 10px 0 60px 0;
        margin: 10px 20px 0 20px;
        background-position: 100% 75%;
    }
    BODY.viewmobilesite #copyright p {
        font-size: 12px;
        line-height: 14px;
        color: #666;
        padding-right: 85px;
        text-align:justify;
    }
    BODY.viewmobilesite #nav-social li .ico.ico_instagram {
        background: #EDEDED none no-repeat 0 0;
    }
    BODY.viewmobilesite #nav-social li .ico.ico_rss,
    BODY.viewmobilesite #nav-social li .ico.ico_v,
    BODY.viewmobilesite #nav-social li .ico.ico_gplus {
        display: none;
    }
	/*Section Learn More*/
	BODY.viewmobilesite#single-page .on-page #nav-social li .ico.ico_rss, 
    BODY.viewmobilesite#single-page .on-page #nav-social li .ico.ico_v,
	BODY.viewmobilesite#single-page .on-page #nav-social li .ico.ico_gplus	{
		display: block!important;
	}
	/*End of Section Learn More*/
    BODY.viewmobilesite #nav-social {
        /*padding-left: 10px;*/		/* remove to prevent icon go down when on mobile mode, EH */
        /*padding-right: 10px;*/
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    BODY.viewmobilesite #nav-social li,
    BODY.viewmobilesite #nav-social li a {
        display: inline-block;
        float: none;
        padding: 0;
    }
    .view-full-site-btn {
        display: block;
        background: #212121;
        font-size: 17px;
        font-family: "Proxima Nova Semibold";
        line-height: 30px;
        color: #FFF;
        border-radius: 3px;
        text-align: center;
        margin: 20px 20px 0 20px;
    }
    BODY.viewfullsite .view-full-site-btn {
        max-width: 250px;
    }

    BODY.viewmobilesite #branding,
    BODY.viewmobilesite#single-page #branding {
        background: #020194;
        border-radius: 0;
        padding: 0 8px;
        margin: 0;
        height: auto;
    }
    BODY.viewmobilesite #branding a,
    BODY.viewmobilesite#single-page #branding a {
        display: block;
        height: 105px;
        background-image: url(/images/logo.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 95%;
        position: relative;
        top: 10px;
        z-index: 1;
    }
    BODY.viewmobilesite #branding img,
    BODY.viewmobilesite#single-page #branding img {
        display: none;
    }
    BODY.viewmobilesite #sidebar,
    BODY.viewmobilesite .post header .nav-helper {
        display: none;
    }
    BODY.viewmobilesite #content-main {
        width: auto;
        float: none;
        border: none;
    }
    BODY.viewmobilesite#single-page #content {
        border: none;
        background: #FFF;
        margin: 0;
    }

    BODY.viewmobilesite img {
        max-width: 100% !important;
        height: auto !important;
    }
    BODY.viewmobilesite iframe {
        max-width: 100% !important;
    }
    BODY.viewmobilesite .post header h2,
    BODY.viewmobilesite .post header h2 a {
        font-size: 20px;
        padding-right: 0;
    }

    BODY.viewmobilesite#single-page #global-header {
        padding-top: 56px;
        background: none;
    }
	/*Section Learn More*/
	BODY.viewmobilesite#single-page .on-page #global-header {
        padding-top: 0;
    }
	/*End of Section Learn More*/
    BODY.viewmobilesite#single-page .wrapper {
        position: static;
    }
    /*  Add - SF - Sept 04, 2014 */
    
    
    BODY.style-2.viewmobilesite#single-page .top-table, BODY.style-2.viewmobilesite#single-page .bottom-table {
        margin: 0 -5px;
    }
    BODY.style-2.viewmobilesite#single-page .top-table table td, BODY.style-2.viewmobilesite#single-page .bottom-table table td, BODY.style-2.viewmobilesite#single-page .post .container .bottom-table-2 td  {
        padding: 0 5px;   
    }
    BODY.style-2.viewmobilesite#single-page .top-table table td UL LI, BODY.style-2.viewmobilesite#single-page .bottom-table table td UL LI {
        /*padding: 0 7px 0 15px;*/ /*removed, EH*/
    }
    .top-table table td A span, .top-table table td span, .bottom-table table td A span, .bottom-table table td span {
        bottom: auto;
        left: auto;
        position: relative;
        width: 280px;
        display: table-cell;
        padding-bottom: 0;
        padding-top: 0;
        vertical-align: middle;
        height: 46px;
    }
	
    /* Add - SF - Sept 09, 2014 */
    
    BODY.style-2.viewmobilesite#single-page .top-table A, BODY.style-2.viewmobilesite#single-page .bottom-table A, BODY.style-2.viewmobilesite#single-page .bottom-table-2 A {
        text-decoration: none;
    }
    BODY.style-2.viewmobilesite#single-page .box-columns UL { margin: 0 -10px; }
    BODY.style-2.viewmobilesite#single-page .box-columns UL LI {
        padding: 0 10px 15px; 
    }

    BODY.style-2.viewmobilesite#single-page .box-columns UL LI OL LI {
    	padding:0;
    }

    BODY.style-2.viewmobilesite#single-page .box-columns UL LI IMG { max-width: 185px!important; }
    
    /* End Add - SF - Sept 09, 2014 */

    /* End Add - SF - Sept 04, 2014 */
    
	
	/* added by IF - May 27, 2015 */
	BODY.viewmobilesite#single-page .on-page .photos img {
		max-width: 393px;	
		max-height: 212px;		
		top: 0;
		left: 0;
		z-index: 0;
		position: absolute;
	}
	/* END OF added by IF - May 27, 2015 */
	
	
    /* Add - MH - Sept 17, 2014 */
    
    BODY.viewmobilesite .facultyTitle {
        margin-right: 0;
        width: auto;
        clear: both;
    }

    BODY.viewmobilesite .facultyAbstract {
        float: left;
        width: auto;
        clear: both;
    }

	#nav-social img.ico_yellow_ribbon {		/*added by IF - Feb 17, 2015 */
		background: #EDEDED none no-repeat 0 0; 	/*EH, change background with the same colour of color element around it, 3/2/2015 */	
		border-radius: 5;
	}
}

/* Add - CKL - June 04, 2015 */
@media (max-width: 555px) {  
    BODY.viewmobilesite #nav-social li.learnSoc {
        display: none;        
    }
}

/* Add - SF - Sept 09, 2014 */

@media (max-width: 606px) {
     BODY.style-2.viewmobilesite#single-page .top-table IMG, BODY.style-2.viewmobilesite#single-page .bottom-table IMG, BODY.style-2.viewmobilesite#single-page .bottom-table-2 IMG {
        margin-bottom: -4px;
    }
    BODY.style-2.viewmobilesite#single-page .top-table table td A span, BODY.style-2.viewmobilesite#single-page .top-table table td span, BODY.style-2.viewmobilesite#single-page .bottom-table table td A span, BODY.style-2.viewmobilesite#single-page .bottom-table table td span, BODY.style-2.viewmobilesite#single-page .post .container .bottom-table-2 table td.left-box a, BODY.style-2.viewmobilesite#single-page .post .container .bottom-table-2 table td a {
        bottom: auto;
        left: auto;
        position: relative;
        width: 280px;
        display: table-cell;
        padding-bottom: 0;
        padding-top: 0;
        vertical-align: middle;
        height: 46px;
    }
    
	/*  Add - SF - Nov 04, 2014 */
	.wrapper .container .name-info-area {
		margin: 0 0 20px;
		display: block;
	}
	.container .name-info-area LI{
		display: block;
	}
	.container .name-info-area .cell-box{
		display: block;
		width: 100%;
		padding: 0 0 15px;
	}
	.container .name-info-area .cell-box + .cell-box{
		width: 100%;
	}
	
	
	
	/* news-events-area */
	.container .news-events-area {
		display: block;
	}
	.container .news-events-area .left-cell {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding: 0 0 10px;
	}
	.container .news-events-area .right-cell {
		display: block;
		width: 100%;
		padding: 0;
	}
	/*  End add - SF - Nov 04, 2014 */
}
@media (max-width: 470px) {
    BODY.style-2.viewmobilesite#single-page .box-columns UL LI {
        width: 100%; 
    }

    BODY.style-2.viewmobilesite#single-page .box-columns UL LI UL LI{
        width: 100%; 
	    background: url(./images/icons/small-marker.png) no-repeat 10px;	    
	    padding: 0 25px; 
    }

    .post .container .info-box.right {
        float: none;
        margin-left: 0;
    }
}

/*  Add - SF - Sept 08, 2014 */
@media (max-width: 380px) {
    BODY.style-2.viewmobilesite#single-page .top-table table td A span, BODY.style-2.viewmobilesite#single-page .top-table table td span, BODY.style-2.viewmobilesite#single-page .bottom-table table td A span, BODY.style-2.viewmobilesite#single-page .bottom-table table td span, BODY.style-2.viewmobilesite#single-page .post .container .bottom-table-2 table td.left-box a, BODY.style-2.viewmobilesite#single-page .post .container .bottom-table-2 table td a {
        height: 60px;
		
    }
	/* Add - CKL - June 04, 2015 */
	#nav-social{
		position: absolute;
		right: 0;
		top: 0;
		padding-top: 11px;
	
	}
	/* Add - CKL - June 04, 2015 */	
	#nav-social img.ico_yellow_ribbon_hm	{
		margin:0;
	}
}

/* Add - CKL - June 04, 2015 */
@media (max-width: 350px) {
	#nav-social{
		position: relative;
		height:40px;
	
	}
	#nav-social img.ico_yellow_ribbon_hm	{
		margin-left:80px;
		margin-right:80px;
	}
}

/* Add - CKL - June 04, 2015 */
@media (max-width: 300px) {
	#nav-social{
		position: relative;
		height:40px;
	
	}
	#nav-social img.ico_yellow_ribbon_hm	{
		margin-left:65px;
		margin-right:65px;
	}
}

/* Add - CKL - June 04, 2015 */
@media (max-width: 280px) {
	#nav-social{
		position: relative;
		height:40px;
	
	}
	#nav-social img.ico_yellow_ribbon_hm	{
		margin-left:45px;
		margin-right:45px;
	}
}

/* Add - CKL - June 04, 2015 */
@media (max-width: 250px) {
	#nav-social{
		position: relative;
		height:40px;
	
	}
	#nav-social img.ico_yellow_ribbon_hm	{
		margin-left:25px;
		margin-right:25px;
	}
}
/*@media (max-width: 378px) {
	#nav-social{
		position: relative;
		height:40px;
	
	}	
	#nav-social img.ico_yellow_ribbon_hm	{
		margin-left:90px;
		margin-right:90px;
	}
}

@media (max-width: 320px) {	
	#nav-social img.ico_yellow_ribbon_hm	{
		margin-left:80px;
		margin-right:80px;
	}
}

@media (max-width: 300px) {
	
	#nav-social img.ico_yellow_ribbon_hm	{
		margin-left:25px;
		margin-right:25px;
	}
}*/

/* End Add - SF - Sept 09, 2014 */

 /* End Add - SF - Sept 08, 2014 */
@media (min-width: 768px) {
    #slide {
        height: 444px !important;
    }
}
