/* Universal Framework Styles */

/* HTML5 display definitions
----------------------------------------------------------------------------------------------------*/

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
nav, 
section {
	display: block;
}
audio, 
canvas, 
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
/* Base
----------------------------------------------------------------------------------------------------*/
html { 
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	font-size: 1em;
}
img, object, embed, table, iframe {
	max-width: 100%;
	border: none;
}
input, select, textarea, button {
	/*-webkit-appearance: none;*/
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-box-shadow: 0px;
  	-webkit-box-shadow: 0px;
  	box-shadow: 0px;
}
.widgetProperties input[type="checkbox"] {
	-webkit-appearance: checkbox; 
}
.widgetProperties input[type="radio"] {
	-webkit-appearance: radio; 
}

body {
	margin: 0;
}

/* Containers
----------------------------------------------------------------------------------------------------*/

.container_16 {
	width: 1004px;
	margin: 0 auto;
	max-width: 1004px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1em;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0 !important;
}
.omega {
	margin-right: 0 !important;
}
.right {
	float: right !important;
}
.left {
	float: left !important;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .grid_1 {
	width:4.25%;
}
.container_16 .grid_2 {
	width:10.5%;
}
.container_16 .grid_3 {
	width:16.75%;
}
.container_16 .grid_4 {
	width:23.0%;
}
.container_16 .grid_5 {
	width:29.25%;
}
.container_16 .grid_6 {
	width:35.5%;
}
.container_16 .grid_7 {
	width:41.75%;
}
.container_16 .grid_8 {
	width:48.0%;
}
.container_16 .grid_9 {
	width:54.25%;
}
.container_16 .grid_10 {
	width:60.5%;
}
.container_16 .grid_11 {
	width:66.75%;
}
.container_16 .grid_12 {
	width:73.0%;
}
.container_16 .grid_13 {
	width:79.25%;
}
.container_16 .grid_14 {
	width:85.5%;
}
.container_16 .grid_15 {
	width:91.75%;
}
.container_16 .grid_16 {
	width:98.0%;
}
/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .prefix_1 {
	padding-left:6.25%;
}
.container_16 .prefix_2 {
	padding-left:12.5%;
}
.container_16 .prefix_3 {
	padding-left:18.75%;
}
.container_16 .prefix_4 {
	padding-left:25.0%;
}
.container_16 .prefix_5 {
	padding-left:31.25%;
}
.container_16 .prefix_6 {
	padding-left:37.5%;
}
.container_16 .prefix_7 {
	padding-left:43.75%;
}
.container_16 .prefix_8 {
	padding-left:50.0%;
}
.container_16 .prefix_9 {
	padding-left:56.25%;
}
.container_16 .prefix_10 {
	padding-left:62.5%;
}
.container_16 .prefix_11 {
	padding-left:68.75%;
}
.container_16 .prefix_12 {
	padding-left:75.0%;
}
.container_16 .prefix_13 {
	padding-left:81.25%;
}
.container_16 .prefix_14 {
	padding-left:87.5%;
}
.container_16 .prefix_15 {
	padding-left:93.75%;
}
/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .suffix_1 {
	padding-right:6.25%;
}
.container_16 .suffix_2 {
	padding-right:12.5%;
}
.container_16 .suffix_3 {
	padding-right:18.75%;
}
.container_16 .suffix_4 {
	padding-right:25.0%;
}
.container_16 .suffix_5 {
	padding-right:31.25%;
}
.container_16 .suffix_6 {
	padding-right:37.5%;
}
.container_16 .suffix_7 {
	padding-right:43.75%;
}
.container_16 .suffix_8 {
	padding-right:50.0%;
}
.container_16 .suffix_9 {
	padding-right:56.25%;
}
.container_16 .suffix_10 {
	padding-right:62.5%;
}
.container_16 .suffix_11 {
	padding-right:68.75%;
}
.container_16 .suffix_12 {
	padding-right:75.0%;
}
.container_16 .suffix_13 {
	padding-right:81.25%;
}
.container_16 .suffix_14 {
	padding-right:87.5%;
}
.container_16 .suffix_15 {
	padding-right:93.75%;
}
/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .push_1 {
	left:6.25%;
}
.container_16 .push_2 {
	left:12.5%;
}
.container_16 .push_3 {
	left:18.75%;
}
.container_16 .push_4 {
	left:25.0%;
}
.container_16 .push_5 {
	left:31.25%;
}
.container_16 .push_6 {
	left:37.5%;
}
.container_16 .push_7 {
	left:43.75%;
}
.container_16 .push_8 {
	left:50.0%;
}
.container_16 .push_9 {
	left:56.25%;
}
.container_16 .push_10 {
	left:62.5%;
}
.container_16 .push_11 {
	left:68.75%;
}
.container_16 .push_12 {
	left:75.0%;
}
.container_16 .push_13 {
	left:81.25%;
}
.container_16 .push_14 {
	left:87.5%;
}
.container_16 .push_15 {
	left:93.75%;
}
/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .pull_1 {
	left:-6.25%;
}
.container_16 .pull_2 {
	left:-12.5%;
}
.container_16 .pull_3 {
	left:-18.75%;
}
.container_16 .pull_4 {
	left:-25.0%;
}
.container_16 .pull_5 {
	left:-31.25%;
}
.container_16 .pull_6 {
	left:-37.5%;
}
.container_16 .pull_7 {
	left:-43.75%;
}
.container_16 .pull_8 {
	left:-50.0%;
}
.container_16 .pull_9 {
	left:-56.25%;
}
.container_16 .pull_10 {
	left:-62.5%;
}
.container_16 .pull_11 {
	left:-68.75%;
}
.container_16 .pull_12 {
	left:-75.0%;
}
.container_16 .pull_13 {
	left:-81.25%;
}
.container_16 .pull_14 {
	left:-87.5%;
}
.container_16 .pull_15 {
	left:-93.75%;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* Universal Elements
----------------------------------------------------------------------------------------------------*/
input, select, textarea {
	font-style: normal;
	font-weight: 400;
	font-size: .75em;
	color: #aba8a8;
}
body {
	background: #fff url(/edu-assets/imgs/bg-tile.jpg);
}
#feedback-button {
	position: fixed;
	left: -32px;
	top: 150px;
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	/* IE */
	-ms-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #b0adad;
	cursor: pointer;
	padding: 8px;
	z-index: 9999;
	height: 30px;
	font-size: 11px;
}
#feedback-button:hover {
	color: #fff;
	background: #f58026;
}
#to-top-button {
	position: fixed;
	bottom: 40px;
	right: 20px;
	display: block;
	padding: 8px 16px 8px 32px;
	text-transform: uppercase;
	color: #fff;
	background: #b0adad;
	display: none;
	z-index: 999999;
	font-weight: 700;
	font-size: 11px;
}
#to-top-button .icon-caret-up {
	margin-right: 8px;
	font-size: 26px;
	line-height: 6px;
	position: absolute;
	top: 0;
	left: -1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
@-moz-document url-prefix() {
	#to-top-button .icon-caret-up {
		top: 2px;
	}
}
#to-top-button:hover {
	background: #f58026;
}
/* Start Site Top Menu - To be converted to universal */

#content-area-inner-wrapper {
	padding: 14px 0;
}
#site-top {
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	margin-bottom: 1em;
	border-bottom: 1px solid #E2E2E0;
	position: fixed;
	z-index: 999999;
	top:0;
}
.top-icon {
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);	
	display: inline-block;
	top: -.25em;
	left: .125em;
	position: absolute;
}
#info-for-button .top-icon {
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);	
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
#site-top .top-buttons {
	background: transparent;
	position: relative;
}
.top-buttons a {
	display: block;
}
#tns-link:before {
		content: "The New School";
}
#site-top .top-buttons {
	font-size: .875em;
	font-family: "franklin-gothic-urw-1","franklin-gothic-urw-2", "Arial ", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
	padding: 0 .5em 0 1.75em;
	margin: .5em 0em 0 0em;
	line-height: 2em;
}
#info-for-button {
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	margin: 0 .5em 0 0em;
	color: #fff;
	line-height: 16px;
	position: relative;
	letter-spacing: 1px;
}
#info-for-button a, #info-for-button a:link, #info-for-button a:active, #info-for-button a:visited {
	color: #fff;
}

#site-top .top-icon {
	font-size: 14px;
}
#site-top ul, #nspe-nav ul {
	float: left;
	margin: 0;
	padding: 0;
}
#site-top ul li, #nspe-nav ul li {
	list-style-type: none;
}
#info-for-button .top-icon {
	position: relative;
	line-height: 0px;
	display: inline;
	margin-left: 12px;
}
@-moz-document url-prefix() {
	#info-for-button .top-icon {
		top: 1px;
	}
}
#top-right-container {
	float: right;
}
#top-utility-links, #info-for-button {
	float: left;
}
#ns-search {
	float: right;
	height: 32px;
	overflow: hidden;
	display:block;
	margin-top: 0em;
}
#ns-search-submit {
	background-color: transparent;
	cursor: pointer;
	height: 100%;
	padding: 0 1em;
	border-right: 1px solid #E2E2E0;
	border-left: 1px solid #E2E2E0;
}
#ns-search-show {
	background-color: transparent;
	cursor: pointer;
	display: none;
	float: left;
	padding: .5em .8em .35em .75em;
	color: #aba8a8;
	font-size: 1.25em;
	border-right: 1px solid #E2E2E0;
}
@-moz-document url-prefix() {
	#ns-search-show {
		padding: 0.5em 0.64em 0.28em 0.7em;
	}
}

#ns-search-show:hover {
	color: #666;
}
#s, .searchBox  {
	height: 32px;
	padding: 0em .5em;
	width: 150px;
	background: transparent;
	font-size: 11px;
	float: left;
}
#top-utility-links {
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	line-height: 1em;
	font-size: 12px;
}
#top-utility-links a {
	display: inline-block;
	padding: 8px 12px;
	background-color: #F7F4F4;
	border-right: 1px solid #E2E2E0;
	color: #ABA8A8;
	line-height: 16px;
}
#top-utility-links a:hover {
	color: #666 !important;
}
#top-utility-links a:first-child {
	border-left: 1px solid #E2E2E0;
}

#top-utility-links a#tns-home-link {
	padding: 8px 36px;
	background-color: #aba9a9;
	color: #fff;
}
#top-utility-links a#tns-home-link:hover {
	background-color: #898989;
	color: #fff !important;
}

#ns-search-submit {
	color: #aba8a8;
	font-size: 1.25em;
	line-height: .25em;
}
#ns-search-submit:hover {
	color: #666;
}
/* start hub menu styling */ 

.menubar li a {
	background: #f58026;
	padding: 8px 14px;
	display: block;
}
.menubar#main-nav li a {
	background: transparent;
	padding: 8px 22px;
}
.menubar#main-nav li ul li a {
	padding: 0;
}
.menubar li a:hover {
	background-color: #898989;
}
.menubar li ul li, .menubar li ul li a {
	color: #898989 !important;
	font-weight: 400;
	text-transform: none;
	background-color: #F7F4F4;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.menubar li ul li {
	border-bottom: solid 1px #E2E2E0;
}
.menubar li ul li:last-child {
	border-bottom: 0px;
}
.menubar li ul li a:hover {
	color: #fff !important;
	background-color: #f58026;
}
.menubar li ul {
	position: absolute;
	visibility: hidden;
	background: white;
	z-index: 1000;
	width: 100%;
}
#top-utility-links {
	margin: 0 .5em 0 1%;
}
#top-right-container {
	margin-right: 1%;
}
.info-for-menu-title:before {
	content: "Information For";
}
#tns-home-link:before {
	content: "The New School";
}
/*end hub menu styling */ 
/* End Site Top Menu */

/* Start Main Nav */
#main-navigation {
	background: #fff;
/*	border-bottom: .25em solid #898989; */
	display: block;
}
#main-navigation ul {
	padding: 0;
	margin: 0;
}
#main-navigation ul li {
	font-size: .75em;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
	list-style: none;
	display: block;
}
#main-navigation ul li a {
	padding: 8px 22px;
	display: block;
	color: #555;
	border-right: 1px solid #e5e5e5;
}
#main-navigation ul li a:hover {
	 color: #f58026;
}

/* End Main Nav */

/* Start Breadcrumbs and sub-nav */

#sub-nav {
	font-family: Arial, Helvetica, sans-serif;
}

#sub-nav-menu {
	background-color: #fff;
	font-size: 12px;
	padding: 20px 20px;
	line-height: 16px;
}
#sub-nav-menu a {
	display: block;
	color: #666 !important;
}
#sub-nav-menu a.active {
	color: #f58026 !important;
}
#sub-nav-menu ul {
	padding: 0;
	margin: 0;
}
#sub-nav-menu ul ul a {
	line-height:14px;
} 
#sub-nav-menu ul li {
	list-style: none;
	font-weight: 500;
	margin-bottom: 8px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
#sub-nav-menu ul li:last-child {
	margin-bottom: 0;
}
#sub-nav-menu ul li ul {
	margin: 10px 0 0 10px;
}
#sub-nav-menu ul li ul li {
	margin-bottom: 7px;
	letter-spacing: 0px;
}
#sub-nav-menu ul li ul li ul {
	
}
#sub-nav-menu ul li ul li ul li {
	font-weight: 400;
}

/* Start Section Title Area */

#section-title-box {
	display: block;
	background-color: #fff;
	padding: 12px 18px;
	margin: 0 1% 1em 1%;
	width: auto;
}

/* End Section Title Area */

#crumbs {
	font-size: 12px;
	color: #aba8a8;
	margin: 0 1% .5em 0;
}
#crumbs a {
	color: #aba8a8;
}
#crumbs a:hover {
	color: #666;
}
#crumbs ul {
	padding: 0;
	margin: 0;
}
#crumbs ul li {
	list-style-type: none;
	display: inline;
}
#crumbs ul li:before {
	content: " > ";
}
#crumbs ul li:first-child:before {
	content: "";
}
/* End Breadcrumbs and sub-nav */


/* Start Universal footer - to be move to universal CSS */

#universal-footer {
	width: 100%;
	background-color: #e4e4e4;
	/* background-color: rgba(255,255,255,0.9); */
	display: block;
	color: #898989;
	font-family: "franklin-gothic-urw-1","franklin-gothic-urw-2", "Arial ", Helvetica, sans-serif;
	font-weight: 400;
	font-size: .75em;
	padding: 1em 0 30px 0;
}
#universal-footer ul {
	margin: 0;
	padding: 0;
}
#universal-footer ul li {
	list-style: none;
	margin-bottom: .5em;
}
#universal-links ul li {
    float: left;
    width: 50%;
}
#universal-footer a {
	display: block;
}
#universal-links a, #universal-links a:link, #universal-links a:visited, #universal-links a:active {
	color: #666;
	font-weight: 700;
	letter-spacing: 1px;
}
#division-links a, #division-links a:link, #division-links a:visited, #division-links a:active {
	color: #898989;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#universal-footer a:hover {
	color: #f58026;
}
#universal-footer #copyright {
	margin-top: .5em;
	display: block;
}

/* End Universal footer*/

/* Start Site Titles */
#site-title {
	font-size: 2.6em;
	font-family: "franklin-gothic-urw-cond-1","franklin-gothic-urw-cond-2", "Arial ", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #f58026;
	margin-top: .6em;
	line-height: .875em;
	margin-bottom: .4em;
	display: block;
	margin-top: 1.5em;
}
#site-title a, #site-title a:link, #site-title a:visited, #site-title a:active, #site-title a:hover {
	color: #f58026;
}
/* End Site Titles */
/* Start Main Content styles */
#main-content-block {
	
}
#main-content-block img, .main-content-area-subpage-inner-wrapper img {
	margin-bottom: 10px;
}
#main-content-wrapper {
	padding: 20px 20px;
	background-color: #fff;
	overflow: hidden;
}
#main-content-wrapper.two-col-template {
	padding: 0px;
	background: none;
	overflow: hidden;
}
#content-body, .content-body {
	width: 68%;
	float: left;
}
#content-sidebar, .content-sidebar {
	width: 28%;
	float: left;
	margin-left: 4%;
}
.whitebox {
	display: block;
	background: #fff;
	padding: 20px 20px;
	margin-bottom: 1em;
	position: relative;
}
#main-content-block .whitebox {
	margin: 1em 0 1em 0;
}
#main-content-block .whitebox.left, #main-content-block .whitebox.right {
	width: 41%;
	float: left;
}
#main-content-block .whitebox.right {
	float: right;
}
.top-level-feeds {
	float: left;
	width: 38%;
} 
.top-level-stories {
	float: right;
	width: 58%;
}
.multi-column-wrapper {
	width:69%!important;
}	
.multi-column-right {
	float:right;
	width:48%
}
.multi-column-left {
	float:left;
	width:48%
}
.reginfo-content-left {
	float: left;
	width: 73.3%;
	padding-left: 10px;
}
.reginfo-sidebar {
	float: right;
	width: 23%;
	padding-right: 12px;
}

/* End Main Content styles */
/* Start main sidebar styles */
#sidebar-top {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0;
    float: right;
}
@media (max-width: 1023px) {
    #sidebar-top {
        width: 68%;
        float: left;
    }
}
@media (max-width: 767px) {
    #sidebar-top {
        float: none;
        width: auto;
    }
}
#wrapper > #sidebar {
    float: right;
    clear: right;
}

.sidebar-margin-top {
	margin-top: 10px;
}

.no-sidebar #sidebar, .no-sidebar #sidebar-top {
	display: none;
}
#sidebar-wrapper {
	background-color: #fff;
	padding: 20px 20px;
}
#sidebar-buttons ul {
	margin: 0 0 1em 0;
	padding: 0 !important;
}
#sidebar-buttons ul li {
	list-style: none;
	margin: 0 0 .25em 0;
	padding: 0;
	position: relative;
}
#sidebar-buttons ul li a {
	display: block;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 1em 1.5em 1em 2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none !important;
}
#sidebar-buttons ul li a:hover {
	background-color: #898989;
	color: #fff;
}
.sidebar-icon {
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);	
	-ms-transform: rotate(45deg);
	display: inline-block;
	top: -.125em;
	left: .155em;
	position: absolute;
	font-size: 24px;
}
a.sidebar-cta {
    clear: both;
    display: block;
	padding: 20px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	font-family: "franklin-gothic-urw-1","franklin-gothic-urw-2", "Arial ", Helvetica, sans-serif;
	color: #fff !important;
	background: #f58026;
	text-decoration: none !important;
	margin-bottom: 1em;
	position: relative
}
a.sidebar-cta:after {
	content: "\f0da";
	font-family: FontAwesome;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	display: inline-block;
	bottom: -.125em;
	right: .4em;
	position: absolute;
	font-size: 24px;
}
a.sidebar-cta:hover {
	background: #969696;
	color: #fff !important;
}
a.sidebar-cta span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 3px;
}
a.sidebar-cta.non-admission {
	font-size: 18px;
	line-height: 18px;
	background: #969696 !important;
}
a.sidebar-cta.non-admission:hover {
	background: #838080 !important;
}

a.sidebar-cta.gradexpo {
	font-size: 18px;
	line-height: 18px;
	color:#000!important;
	background: #fcf208 !important;
}
a.sidebar-cta.gradexpo:hover {
	background: #e8dc04 !important;
}

a.sidebar-cta.explore {
	font-size: 18px;
	line-height: 18px;
	color:#fff!important;
	background: #ff0000 !important;
}
a.sidebar-cta.explore:hover {
	background: #838080 !important;
	color:#fff!important;
}

a.sidebar-cta.small-margin {
    margin-bottom: .25em;
}
/* End main sidebar styles */

/* sidebar quicklinks gray box */
.graybox {
    display: block;
    background: #b7b7b7;
    padding: 20px 20px;
    margin-bottom: 1em;
    position: relative;
}
.graybox .box-title {
    color: #fff!important;
    /*border-top: 1px solid #fff;*/
}
#sidebar .graybox a, .sidebar .graybox a {
    color: #fff!important;
}
#sidebar .graybox a:hover, .sidebar .graybox a:hover {
    color: #868686;
}
#sidebar .graybox p {
    line-height: 24px;
}
/* end sidebar quicklinks gray box */

/* intervention graybox */
.intervention-box {
    background-color: #f58026;
    color: #fff;
    margin-bottom: 0;
    padding: 20px;
}
.intervention-box h2 {
    color: #fff;
    margin-bottom: 3px;
}

/* sidebar show-hide  */
.sidebar-show-hide .box-title {
    padding-right: 10px;
    cursor: pointer;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
}
.sidebar-show-hide .box-title.closed {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.sidebar-show-hide .box-title:after {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    top: 28px;
    right: 20px;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
}
.sidebar-show-hide .box-title.open:after {
    padding-top: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /*content: '\f0d7';*/
}
.sidebar-show-hide .show-hide {
    padding: 0;
    margin: 0;
}
/* end sidebar show-hide  */


/* Start Custom Color Sidebar - batec */
.colorBox {
	overflow: hidden;
	display: block;
	padding: 20px 20px;
	margin-bottom: 1em;
	position: relative;
}
.colorBox .no-title {
	padding-top: 12px;
}
#sidebar .colorBox a {
	color:#ffffff!important;
	text-decoration:normal;
}
#sidebar .colorBox a:hover
{
	text-decoration:underline;
	color:#ffffff!important;
}
.colorBox .box-title,
.colorBox h3,
.colorBox h3 a,
.colorBox h4,
.colorBox h4 a,
.colorBox p,
.colorBox p a,
.colorBox ul,
.colorBox li,
.colorBox li a,
.colorBox ol,
.colorBox ol a
{
	color:#ffffff!important;
}

.colorBox ul {
	padding:0 0 10px 20px;	
}
.colorBox li {
	font-size:12px;
	padding:5px 0;
}
/* End Custom Color Sidebar */

/* Start Custom Sidebar Background Colors */
/* --- NSPE --- */
.eduBox {
	background:#f58026;
}
/* End Custom Sidebar Background Colors */





#ctl00_btnSearchSubmit {
	/*display: none;*/
}

/* Start Universal Isotope styles */

#location-filter-button {
	padding-right: 20px!important;
	padding-right: 27px!important;		
}

.degree-programs-container {
	background-color: #fff;
	overflow: hidden !important;
}
#filter-menu {
	margin-bottom: 0;
	font-size: 14px;
	font-family: "franklin-gothic-urw-1","franklin-gothic-urw-2", "Arial ", Helvetica, sans-serif;
}
#filter-menu h2 {
	padding: 12px 20px 0px;
	color: #666;
	font-weight: 400;
	font-size: 18px;
}
#filter-menu h2 a {
	color: #f58026 !important;
	font-weight: 700;
}
#filter-menu h2 a:hover {
	color: #ACA9A8 !important;
}
#filter-txt h2 {
	color: #666;
	font-weight: 400;
	font-size: 18px;
}
#filter-txt h2 a {
	color: #f58026 !important;
	font-weight: 700;
}
#filter-txt h2 a:hover {
	color: #ACA9A8 !important;
}
.filter-menu-inner-wrapper {
	margin-bottom: 0;
	padding: 27px 20px 0px;
}
#isotope-items {
	width: 98%;
	margin: 0 1% 1em 1%;
	padding-bottom: 3em;
}
#filter-menu a.filter-button {
	display: inline-block;
	padding: 3px 20px 5px 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: #f58026;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
}
#filter-menu a.filter-button:hover, #filter-menu a.filter-button.open-filter-menu {
	background: #f7f4f4;
	color: #666;
}
#filter-menu a.filter-button.open-filter-menu { 
	padding: 3px 20px 5px 40px;
}
#filter-menu a.filter-button .icon-caret-down, #filter-menu a.filter-button .icon-caret-up {
	font-size: 1.5em;
	top: 2px;
	position: relative;
	margin: 0px 0px 0px 16px;
}
div.option-combo {
	display: inline;
}
ul.filter-items-list {
	background: #f7f4f4;
	padding: 12px 24px;
	display: none;
	margin: 0;
}
ul.filter-items-list ul {
	padding: 0;
	width: 22%;
	float: left;
	margin-right: 3%;
}

#degree-filters ul {
	width: 30%;
}

ul.filter-items-list ul.clear {
	float: none;
}
ul.filter-items-list li {
	list-style: none;
	display: inline;
	font-size: 13px;
	font-weight: 400;
}
ul.filter-items-list li a:before {
	font-family: FontAwesome;
	content: "\f0da";
	margin: 0 6px 0 -10px;
}
ul.filter-items-list li a.hidden-trigger:before {
	content: "";
	margin: 0;
	display: none;
}
ul.filter-items-list li a {
	display: block;
	font-weight: 500;
	margin-right: 24px;
	margin-bottom: 10px;
}
.faculty-page ul.filter-items-list li a {
	display: inline-block;
}
ul.filter-items-list li a:hover {
	color: #666;
}
ul.filter-items-list li a.active-filter {
	color: #666;
	cursor: text;
}
#filter-menu .additional-info {
	display: none;
}
#filter-menu .crumbs {
	font-weight: normal;
	padding-bottom: 16px;
	margin-top: 16px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 16px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7b7b;
}
#view-all-crumb {
	display: none;
	cursor: pointer;
	color: #555555;
	font-weight: bold;
	text-transform: uppercase;
}
#view-all-crumb:before {
	content: " | ";
	color: #7c7b7b;
	font-weight: normal;
}
#view-all-crumb:hover {
	color: #ACA9A8;
}
#filter-menu p {
	font-size: 1.7em;
	font-weight: 300;
	padding: 0 0 0 16px;
}
#isotope-items .isofile a.iso-block {
	margin: 0 9px 1em 9px;
	width: 227px;
	height: 129px;
	background: #52a096;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	font-family: "franklin-gothic-urw-1","franklin-gothic-urw-2", "Arial ", Helvetica, sans-serif;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
}
#isotope-items .isofile a.iso-block:hover {
	color: #fff !important;
}
#isotope-items .isofile h2 {
	text-transform: uppercase;
	color: #3A3B40;
}
#isotope-items.third-level-isotope .isofile h2 {
	margin: 0 !important;
	padding: 16px 20px 0 20px !important;
	border: none !important;
}
#isotope-items .isofile a.iso-block .plus {
	position: absolute;
	left: 16px;
	bottom: 8px;
	font-size: 30px;
	font-weight: 200;
	line-height: 20px;
	display: none !important;
}
.isofile a.iso-block .isoresize-padding {
	padding: 16px;
	display: block;
}
#isotope-items .isofile a.iso-block:hover {
	background: #969696 !important;
}
.isofile .degree-level {
	display: block;
	font-size: 12px;
	font-weight: 700;
}
.iso-big {
	display: none;
	background: #fff;
	width: 472px;
	margin: 0 9px 1em 9px;
}
.iso-big-inner-wrapper {
	border: 2px solid #d2d1d1;
}
.iso-big-inner-wrapper h2 {
	padding: 16px 20px 0 20px;
	font-weight: 300;
	
}
.iso-big-inner-wrapper h3 {
	padding: 0px 20px;
	color: #aba8a8;
	margin-bottom: 17px;
}
.iso-big-inner-wrapper p {
	padding: 0px 20px;
	/*line-height: 18px !important;*/
}
.iso-big-inner-wrapper p a {
	color: #52a096;
	font-weight: 700;
}
.iso-big-inner-wrapper p a:hover {
	color: #666;
}
.iso-big-bottom-bar {
	background: #eae7e7;
}
a.request-info-link {
	display: block;
	padding: 12px 24px;
	text-transform: uppercase;
	color: #898888;
	background: #dbd8d8;
	font-size: 12px;
	float: right;
	border-left: 1px solid #d2d1d1;
}
a.request-info-link:hover {
	color: #fff;
	background: #52a096;
}
#loading-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff url(/framework/imgs/iso-dummy.gif) center -50px;
	background-size: cover;
	filter: alpha(opacity=60);
	opacity: 0.6;
	display: none;
}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
} 
/* End Universal Isotope styles */

/* Start Tablecloth styles */

table.tablecloth {
	border: 1px solid #f2f1ed;
	font-size: 12px;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	color: #666;
	margin-bottom: 16px;
}
table.tablecloth tr {
	border-bottom: 1px solid #f2f1ed;
}

table.tablecloth tr td, table.tablecloth tr th {
	border-right: 1px solid #f2f1ed;
	vertical-align: baseline;
	text-align: center;
	padding: 8px 12px;
}
table.tablecloth.tablecloth-nocenter tr td, table.tablecloth.tablecloth-nocenter tr th {
	text-align: left;
}
table.tablecloth tr td:first-child, table.tablecloth tr th:first-child  {
	text-align: left;
}

table.tablecloth tr td:last-child {
	border-right: none;
}
table.tablecloth tr.odd {
	background: #f7f4f4;
}
table.tablecloth tr.even {
	background: #fff;
}
table.tablecloth tr:hover {
	background: #e8e8e8;
}
table.tablecloth tr:first-child, table.tablecloth tr:first-child:hover {
	background: #d1d1d1;
	text-transform: uppercase;
}
table.tablecloth-noheader tr:first-child {
	background: #f7f4f4;
	text-transform: none;
}
table.tablecloth-noheader tr:first-child th {
	font-weight: normal;
}
table.tablecloth-noheader tr:first-child:hover {
	background: #e8e8e8;
	text-transform: none;
}
table.tablecloth tr:last-child, table.tablecloth tr:last-child:hover {
	background: #e8e8e8;
}
table.tablecloth tr:first-child td, table.tablecloth tr:first-child th {
	padding: 15px 12px;
}
table.tablecloth-noheader tr:first-child td, table.tablecloth-noheader tr:first-child th {
	padding: 8px 12px;
}
table.tablecloth-nototal tr.odd:last-child {
	background: #f7f4f4;
}
table.tablecloth-nototal tr.even:last-child {
	background: #fff;
}
/* End Tablecloth styles */

/* table w/ fixed header */
table.tablecloth.fixed-head-dup {
    position: fixed;
    width: auto;
    display: none;
}
table.tablecloth.fixed-head-dup tr {
    background: #d1d1d1;
}

/* show/hide styles */

h3.show {
	color: #f78f1f;
	padding: 5px 60px 5px 5px;
	margin: 0 !important;
	border-top: 1px solid #E2E2E0;
	/*line-height: 32px;
	text-indent: 20px;*/
	text-transform: none;
	position: relative;
	clear: both;
}
#sidebar h3.show {
	font-size: 16px;
	padding: 5px 24px 5px 5px;
	border-top: 1px solid #FFF;
}
h3.show.final-show {
	border-bottom: 1px solid #E2E2E0;
	margin-bottom: 15px !important;
}
h3.show:hover {
	cursor: pointer;
	color: #666 !important;
	/*background-color: #F7F4F4;
	background-clip: content-box;*/
}
h3.show span {
	font-size: 12px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
	position: absolute;
	right: 10px;
}
h3.show span:before {
	content: "open ";
}
#sidebar h3.show span:before {
	content: "";
}
h3.show span:after {
	content: "\f0da";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline;
	text-decoration: inherit;
}
h3.show span.active-span:before {
	content: "close ";
}
#sidebar h3.show span.active-span:before {
	content: "";
}
h3.show span.active-span:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline;
	text-decoration: inherit;
	color: #f78f1f;
}
.show-hide {
	display: none;
	/*background-color: #F7F4F4;*/
	padding: 10px 5px;
	margin: -6px 0 5px;
}

/* show/hide widget styles */
.showhide-content {
    display: none;
    padding: 10px 5px;
    margin: -6px 0 5px; }
.showhide-content.active-show {
    display: block; }
table .showhide-content {
    padding: 10px 5px 10px; }

.showhide-toggle {
    color: #f58026;
    padding: 5px 60px 5px 5px;
    margin: 0 !important;
    border-top: 1px solid #d9d9d9;
    text-transform: none;
    position: relative;
    clear: both; }
.showhide-toggle.final-show {
    border-bottom: 1px solid #d9d9d9;
	margin-bottom: 1em!important; }
.showhide-toggle.final-show.active-show {
      border-bottom: none;
      margin-bottom: 0em !important; }
.showhide-toggle:hover {
    cursor: pointer;
    color: #666666 !important; }
.showhide-toggle span {
    font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    position: absolute;
    right: 10px; }
.showhide-toggle span:before {
    content: "open "; }
.showhide-toggle span:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline;
    text-decoration: inherit;
    color: #666666; }
.showhide-toggle.active-show span:before {
    content: "close "; }
.showhide-toggle.active-show span:after {
    content: "\f0d7"; }
table .showhide-toggle {
    border-top: none;
    padding: 5px 30px 0;
    color: #666666; }
table .showhide-toggle.final-show {
    border-bottom: none; }
table .showhide-toggle span:before {
    content: "\f067 ";
    font-family: FontAwesome;
    font-size: 11px;
    position: absolute;
    top: 3px;
    left: -12px; }
table .showhide-toggle span:after {
    content: ""; }
table .showhide-toggle.active-show span:before {
    content: "\f068"; }
table .showhide-toggle.active-show span:after {
    content: ""; }
/* end show/hide widget styles */

/* SEARCH STYLES */
#big-search {
    padding: 20px 20px 0;
    margin-right: 200px;
}
#big-search-box {
    border: 1px solid #d6d6d6;
    font-size: 20px;
    padding: 7px;
    width: 100%;
}
#big-search-btn {
    padding: 12px;
    position: absolute;
    right: 20px;
    width: 150px;
    background-color: #f58026;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (max-width: 767px) {
    #big-search {
        margin-right: 95px;
    }
    #big-search-btn {
        width: 50px;
    }
}

.gcsc-branding {
	display: none;
}
.gsc-control-cse {
	border: none !important;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	border: none !important;
}
a.gs-title {
	text-transform: none;
	text-decoration: none !important;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-size: 14px !important;
	font-weight: bold;
	text-decoration: none !important;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
	font-size: 12px !important;
	color: #666 !important;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
	color: #666 !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0px 20px 20px 20px !important;
}
.gsc-above-wrapper-area {
	padding: 0px !important;
	border-bottom: none !important;
}
.gsc-result-info {
padding: 0px !important;
padding-bottom: 10px !important;
padding-left: 10px !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border: none !important;
	color: #F58026 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	color: #666 !important;
	text-decoration: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover  {
	color: #F58026 !important;
}
.gs-webResult.gs-result a.gs-title, .gs-webResult.gs-result a.gs-title b, .gs-imageResult a.gs-title, .gs-imageResult a.gs-title b {
	color: #F58026 !important;
}

.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
	color: #666 !important;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
	color: #666 !important;
}
#search-wrapper {
	background: #fff;
}
#search-wrapper select#ctl00_ContentPlaceHolder1_ddlSearchEngine {
	display: inline-block;
	padding: 20px 30px;
	color: #666;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	font-family: "franklin-gothic-urw-1","franklin-gothic-urw-2", "Arial ", Helvetica, sans-serif;
}
#search-wrapper select#ctl00_ContentPlaceHolder1_ddlSearchEngine:hover {
	background-color: #f7f4f4;
	cursor: pointer;
}
#search-wrapper select#ctl00_ContentPlaceHolder1_ddlSearchEngine option {
	text-transform: none;
}
#search-filter-wrapper {
	padding: 0px;
	border-bottom: 1px solid #666;
	margin: 0px 30px 20px 30px;
}
.gsc-above-wrapper-area-container {
	display: none !important;
}
#view-all-crumb:hover {
	color: #ACA9A8;
}
#search-wrapper #crumb-wrapper {
	font-weight: normal;
	padding-bottom: 16px;
	border-bottom: 1px solid #d6d6d6;
	margin: 16px 20px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7b7b;
}
#search-wrapper #view-all-crumb {
	display: none;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}
#search-wrapper #view-all-crumb a {
	color: #555 !important;
}
#search-wrapper #view-all-crumb a:hover {
	color: #ACA9A8 !important;
}
#search-wrapper .filter-menu-inner-wrapper {
	padding-bottom: 0px;
}
#search-wrapper select#ctl00_ContentPlaceHolder1_ddlSearchEngine {
	display: none;
}
/*----ALERTS STYLES-----*/
#alert-wrapper {
	margin-top: 33px;
}
#alert-wrapper.red-alert {
	background: #ac0b0b;
	color: #fff;
}
#alert-wrapper.red-alert a {
	color: #fff;
}
#alert-wrapper.red-alert a:hover {
	color: #ccc;
}
#alert-wrapper.yellow-alert {
	background: #ffd451;
	color: #222;
}
#alert-wrapper.yellow-alert a {
	color: #222;
}
#alert-wrapper.yellow-alert a:hover {
	color: #444;
}
#alert-wrapper.green-alert {
	background: #326913;
	color: #fff;
}
#alert-wrapper.green-alert a {
	color: #fff;
}
#alert-wrapper.green-alert a:hover {
	color: #ccc;
}
#alert-inner-wrapper {
	padding: 10px 0 0 0;
}
#alert-inner-wrapper .alert-p-wrapper {
	float: left;
	width: 72%;
	padding-left: 16px;
	border-left: 1px dotted;
}
#alert-inner-wrapper .alert-p-wrapper p {
	padding-top: 5px;
	margin-bottom: 5px;
}
a#alert-title {
	display: block;
	float: left;
	width: 16%;
	margin-right: 2%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	margin-top: 1%;
	position: relative;
	padding-left: 40px;
}
a#alert-title:before {
	content: "\f071";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline;
	text-decoration: inherit;
	margin-right: 8px;
	font-size: 30px;
	position: absolute;
	left: 0;
	margin-top: 10px;
}
a#alert-title.bell-alert:before {
	content: "\f0a2";
}
a#alert-title.check-alert:before {
	content: "\f058";
}
a#alert-read-more {
	display: inline-block;
	/*float: right;
	width: 10%;
	border-left: 1px dotted;
	margin-left: 16px;*/
	
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	padding: 8px 0 0px 16px;
	margin-top: -10px;
}
a#alert-read-more:after {
	content: "\f0da";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline;
	text-decoration: inherit;
	margin-left: 8px;
	font-size: 18px;
	position: absolute;
	margin-top: 1px;
}
/* In-context image styles */

img.img-left {
	width: 200px;
	float: left;
	margin: 3px 20px 10px 0px;
	clear: left;
}
img.img-right {
	width: 200px;
	float: right;
	margin: 3px 0 10px 20px;
	clear: right;
}
div.img-right {
	width: 200px;
	float: right;
	margin: 3px 0 10px 20px;
	font-size: 10px;
	line-height: 13px;
	color: #858585;
}
div.img-left {
	width: 200px;
	float: left;
	margin: 3px 20px 10px 0px;
	font-size: 10px;
	line-height: 13px;
	color: #858585;
}
div.img-right img, div.img-left img {
	margin-bottom: 1px !important;
}
div.img-right em, div.img-left em {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;	
	margin-bottom: 7px;
}
div.EktronPersonalizationWrapper {
	z-index: 9999999;
}

/* video overlays */
#sidebar a.iframeYouTube, #sidebar a.iframeVimeo, .sidebar a.iframeYouTube, .sidebar a.iframeVimeo, a.fullscreenVideo {
	position: relative;
	display: block;
}
#sidebar a.iframeYouTube:before, #sidebar a.iframeVimeo:before, .sidebar a.iframeYouTube:before, .sidebar a.iframeVimeo:before, a.fullscreenVideo:before{
	background: url('/uploadedImages/A_-_Top_Level_University/Global/video-playhead.png') center center;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* ------ SOCIAL STYLES ------ */

/* Sidebar Social Icons */
.social-icon {
	margin: 0 3px 0 0;
	font-size: 31px;
}

/* Social-connect bar */
#social-connect {
	display: block;
	position: fixed;
	bottom: 0px;
	left: 50px;
	background: #aba9a9;
	border: 1px solid #ebe9e9;
	border-bottom: 0px;
	padding: 5px 10px;
	color: #fff;
	z-index: 999;
}
#social-connect span {
	margin: 0 3px;
	font-size: 1.25em;
	float: left;
}
#social-connect h3 {
	display: inline;
	color: #fff;
	margin-right: 6px;
	text-transform: uppercase;
	font-weight: 400;
	float: left;
	margin-bottom: 0;

}
#social-connect:hover h3 {
	color: #aba9a9;
}
#social-connect:hover {
	background-color: #ebe9e9;
	color: #aba9a9;
}