/*
    Theme Name: Wharton
	Theme URL: http://webdevstudios.com/wordpress/support-packages/
	Description: This is a custom child theme for the Genesis Framework for Wharton.
    Author: WebdevStudios LLC
	Author URI: http://webdevstudios.com
	Version: 1.0
	Template: genesis
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Front Page
* Single Page
* Custom Widgets
* Genesis Theme Layout Options
* Accordion Styling
* Tab Styling
* Blog Styles
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Oswald);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}
.error404 .pagenav {
	list-style: none;
}
.error404 #content ul {
	margin-left: 20px;
	font-size: 12px;
}

ol li {
	list-style-type: decimal;
}

p, pre {
	color: #484848;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.4em;
	margin: 1em 0;
}

strong {
	font-weight: bold;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
	background: url(images/dottedBottomBorder.gif) repeat-x scroll left bottom transparent;
}

a:hover {
	text-decoration: none;
}

#content a {
	background: url(images/dottedBottomBorder.gif) repeat-x scroll left bottom transparent;
	border-bottom: 0 none;
	color: #981E32;
	cursor: pointer;
	text-decoration: none;
}

a img,
.image-link {
	border: none;
	background: none;
}


/* Body
------------------------------------------------------------ */

body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-size: 13px arial,helvetica,sans-serif;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	/*-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;	
	box-shadow: 0 0 5px #999;*/
	background: #fff url(images/body_bg.jpg) top center repeat-x;
	width: 100%;
	padding: 0;
	float: left;
}
#inner-wrap {
	width: 993px;
	margin: 0 auto;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

/* Header
------------------------------------------------------------ */

#nav,
#menu-secondary-menu,
.menu-secondary .menu,
#footer {
	font-size: 76%;
}

#header {
	float: left;
	margin: 0;
	width: 993px;
	height: 116px;
	background: #13387F url(images/header_bg.jpg) repeat-x top left;
}

#title-area {
	display: none;
}
#custom-title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 720px;
	height: 64px;
}

#title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 30px 0 0;
	text-transform: uppercase;
	text-indent: -99999px;
	padding: 0 0 0 24px;
	float: left;
	width: 225px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
	text-indent: -99999px;
	background: url(images/header_logo.gif) top left no-repeat;
	display: inline-block;
	float: left;
	width: 225px;
	height: 59px;
}

#description {
	color: #fff;
	font-size: 1.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	float: left;
	font-family: "Times New Roman", Times, serif;
	margin: .2em 0;
	max-width: 440px;
}

#header .widget-area {
	float: right;
	padding: 0 26px 0 0;
	width: 240px;
}
#header input[type=text],
.searchform input[type=text] {
	float: left;
	margin: 28px 0 0;
	width: 200px;
	height: 15px;
	padding: 4px 0 1px 5px;
	background-color: white;
	border: 1px solid #C2C2C2;
	color: #ACACAC;
	font-size: 12px;
}
#header input[type=submit],
.searchform input[type=submit] {
	float: left;
	margin: 29px 0 0 3px;
	background: url(images/searchArrow.gif) no-repeat;
	width: 20px;
	height: 20px;
	border: 0 none;
	text-indent: -99999px;
	text-transform: uppercase;
}
.searchform input[type=submit]:hover {
	background: url(images/searchArrow.gif) no-repeat;
}

#mobile-search,
#mobile-links,
#mobile-nav,
.mobile-nav-menu,
.mobile-footer-menu,
.mobile-site-title {
	display: none;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #custom-title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #custom-title-area,
.header-full-width #title,
.header-full-width #title a {
	
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav .wrap {
	float: left;
	margin: 0;
	width: 993px;
	height: 18px;
	background: url(images/metaNav_bg.jpg) no-repeat top left;
	line-height: 18px;
	position: relative;
}

.menu-primary {
	float: right;
	list-style: none;
	margin-right: 14px;
}
.menu-primary li {
	float: right;
	list-style: none;
	font-size: 0.9em;
	padding-bottom: .3em;
}
.menu-primary li a {
	margin: 0 5px;
	color: #ABABAB;
	background: none;
}
.menu-primary a:hover {
	background: transparent url(images/dottedBottomBorder.gif) repeat-x left 9px;
}

.quicklinks {
	background: #3D3D3D url(images/metaNav_arrow.gif) 72px 6px no-repeat;
	padding: 4px 10px 1px 5px;
	line-height: .95em;
}
.quicklinks .sub-menu {
	width: 140px;
	margin-top: 3px;
}
.quicklinks .sub-menu,
.quicklinks .sub-menu li {
	background: #3D3D3D;
	border: none;
}
.quicklinks .sub-menu li:first-child {
	border-top: 1px solid #000;
}
.quicklinks .sub-menu li:hover {
	background: #8C8C8C;
}
.quicklinks .sub-menu li a {
	width: 140px;
	font-size: 1.1em;
	padding: 5px 10px;
}
.quicklinks .sub-menu li:hover a{
	background-image: none;
	color: #fff;
	position: relative;
	left: 5px;
}
.quicklinks .sub-menu li a:hover {
	background-image: none;
}

.menu-secondary {
	float: left;
	margin: 7px 0 0 113px;
	width: 880px;
	height: 28px;
	background: #13387F url(images/mainNav_bg.jpg) no-repeat top left;
}
.menu-secondary ul li {
	display: inline;
	padding: 0;
}
.menu-secondary ul li a {
	float: left;
	padding: 7px 11px 4px 13px;
	color: white;
	border-right: 1px solid #224889;
	border-left: 1px solid #7B92BB;
	background-image: none;
}
.menu-secondary ul li a:hover {
	background-color: #981E32;
	background-image: none;
	text-decoration: none;
	border-bottom: 0 none;
}

.menu-primary ul,
#header .menu ul {
	float: left;
	width: 100%;
}
.menu-secondary ul {
	float: right;
	/*width: 100%;*/
	margin-right: 23px;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}
.menu-secondary li:last-child a {
	border-left: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	display: block;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	/*background-color: #fff;
	color: #333;*/
}

/*
.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	padding: 9px 10px 8px;
}
*/

.menu-secondary .current-menu-item a,
.menu-secondary .current-page-ancestor a,
.blog .menu-secondary .current_page_parent a,
.event-archive .event-menu a,
.event-single .event-menu a {
	background: url(images/mainNav_selected.jpg) repeat-x 50% 0;
}

/*
.menu-secondary li:first-child a {
	background: #3D4E70;
	margin-top: 1px;
}
*/

/*
.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}
*/

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner,
.page-template-default.home #inner {
	float: left;
	width: 991px;
	padding: 20px 0 0 0;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	/*margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px 20px 0 0;
	width: 973px;*/
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

/*
#content-sidebar-wrap,
.page-template-default.home #content-sidebar-wrap {
	float: right !important;
	width: 771px;
	padding: 0 25px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}
*/

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap,
#content-sidebar-wrap {
	float: left !important;
	width: 100% !important;
	margin: 0 !important;
}
.home.page-template-template-front-page-php #content-sidebar-wrap {
	width: 90% !important;
}


/* Content
------------------------------------------------------------ */

.front-page-template #inner-content-wrap,
#inner-content-wrap,
.home.blog #inner-content-wrap {
	margin: 0 272px 0 20.65% !important;
}
.home #inner-content-wrap {
	/*margin: 0 272px 0 23.65% !important;*/
	margin: 0 205px 0 30.65% !important
}
.front-page-template #content-sidebar-wrap {
	float: none !important;
	width: 900px !important;
	margin: 0 auto !important;
}
.content-sidebar #inner-content-wrap,
.sidebar-content #inner-content-wrap,
.content-sidebar-sidebar #inner-content-wrap,
.full-width-content #inner-content-wrap {
	margin: 0 !important;
}
.front-page-template #content {
	margin: 0 -38px 0 0;
}
.front-page-template #inner {
	padding-left: 70px !important;
}

#content,
.page-template-default.home #content {
	/*float: left;
	padding: 0 25px 10px 0;
	width: 516px;*/
	float: left;
	width: 100%;
	margin: 0;
	display: block;
}

#content p {
	font-size: 86%;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 580px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

.blockquote-wrap {
	width: 516px;
}
.blockquote-text {
	width: 468px;
}

blockquote,
.blockquote-text {
	margin: 3px;
	background-color: #DED9C2;
	padding: 0 20px;
	border: 1px solid #B2B2B2;	
}
.blockquote-wrap,
.blockquote-text {
	float: left;
}

blockquote p,
.blockquote-text p {
	color: #000;
	margin: 1em 0 1em 0;
	line-height: 1.4em;
}

.blockquote-wrap {
	background-color: #DED9C2;
	clear: both;
	margin: 10px 0;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	line-height: 1.1em;
	margin: .65em 0 .5em 0;
}

h1 {
	font-size: 30px;
}
#content h1 {
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #A83D50;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 17px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h2.entry-title,
h2.entry-title a,
h2.entry-title a:visited {
	color: #981E32;
	font-family: "Times New Roman", serif;
	text-transform: uppercase;
}

h2 a,
h2 a:visited {
	color: #333;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	color: #325EAB;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.taxonomy-description h1,
#sidebar h4,
#sidebar-alt h4,
#sidebar-custom h2,
#sidebar-alt h2 {
	background-color: #E6DFCB;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 6px 10px 5px;
}
#sidebar h4 a,
#sidebar-alt h4 a,
#sidebar-custom h2 a {
	color: #fff !important;
}
#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
	color: #484848;
	font-size: 14px;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: .5em 0 .5em .6em;
	padding: 0 0 25px;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

.archive-page ul li,
.entry-content ul li,
.archive-page ol li,
.entry-content ol li {
	margin: 0 0 0 30px;
	padding-bottom: .3em;
	line-height: 1.4em;
}

.entry-content li a {
	text-decoration: none;
	background: url(images/dottedBottomBorder.gif) repeat-x scroll left bottom transparent;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar a,
#sidebar-alt a,
#sidebar-custom a {
    background-image: none;
    color: #981E32;
    font-size: 0.9em;
}

#sidebar,
.home.blog #sidebar {
	/*display: inline;
	float: left;
	font-size: 14px;
	width: 187px;*/
	float: left;
	width: 187px;
	display: block;
	margin: 0 0 0 -72.5%;
}
.home #sidebar {
	width: 230px;
}
.content-sidebar #sidebar {
	margin: 0 0 0 50px;
	width: 245px;
	float: none;
}
.sidebar-content #sidebar {
	margin: 0;
}
.page-template-template-front-page-php #sidebar,
.front-page-template #sidebar {
	display: block !important;
	margin: 0 0 0 -137.5%;
	width: 230px;
}
.home.page-template-template-front-page-php #sidebar,
.home.front-page-template #sidebar {
	margin: 0 0 0 -72.5%;
}
.home #sidebar-alt,
.page-template-template-front-page-php #sidebar-alt {
	float: none !important;
	display: block !important;
	margin: 0 0 0 437px;
}
/*
.page-template-default.home #sidebar {
	margin-right: 15px;
	width: 187px;
}
*/
.sidebar li {
	list-style: none;
}

#sidebar-alt,
.page-template-default.home #sidebar-alt {
	float: left;
	width: 230px;
	margin: 0 0 0 27px;
	display: block;
}
.home.blog #sidebar-alt {
	float: left !important;
	width: 230px !important;
	margin: 0 0 0 27px !important;
	display: block !important;
}
.content-sidebar #sidebar-alt {
	margin: 0 0 0 50px;
}
.home #sidebar-alt {
	/*margin: 0 0 0 760px !important;*/
	margin: 0 0 0 715px !important;
}
/*
.page-template-default.home #sidebar-alt {
	margin-left: 0;
	margin-right: 0;
}
*/

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
.sidebar-content #sidebar-custom,
.sidebar-sidebar-content #sidebar-custom {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 15px !important;
	/*padding: 0 0 15px !important;*/
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	/*padding: 0 15px;*/
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

#sidebar .widget_nav_menu,
#sidebar-custom .widget_nav_menu {
	border: none;
	padding: 0;
	margin: 0;
}
#sidebar .menu,
#sidebar-custom .menu {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
#sidebar .menu li,
#sidebar-custom .menu li {
	background: #ededed;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#sidebar .menu li a,
#sidebar-custom .menu li a {
	color: #0D72C7;
}
#sidebar .menu li a:hover,
#sidebar-custom .menu li a:hover {
	background: #dddcdc;
}
#sidebar .menu .current-menu-item,
#sidebar-custom .menu .current-menu-item {
	background: #dddcdc;
}
#sidebar .menu .current-menu-item a,
#sidebar-custom .menu .current-menu-item a,
#sidebar .menu .current_page_item a {
	background: url(images/sidebar-menu-current.gif) 0 0 repeat-y !important;
	color: #000;
}
#sidebar .menu .current_page_item ul .page_item a {
	background-image: none !important;
}
#sidebar .menu .current_page_item ul .page_item:hover a {
	background: url(images/sidebar-menu-current.gif) 0 0 repeat-y !important;
}
#sidebar .menu li a,
#sidebar-custom .menu li a {
	border-bottom: 1px solid #fff;
	min-height: 15px;
	display: block;
	padding: 5px 0 5px 15px;
}
#sidebar .menu li a:hover,
#sidebar-custom .menu li a:hover {
	text-decoration: none;
	color: #000;
	background: url(images/sidebar-menu-current.gif) 0 0 repeat-y !important;
}
#sidebar .menu .sub-menu,
#sidebar-custom .menu .sub-menu {
	padding: 0;
}
#sidebar .menu .sub-menu a,
#sidebar-custom .menu .sub-menu a {
	padding: 5px 0 5px 25px;
}

#sidebar-custom li {
	list-style: none;
}
#sidebar-custom .textwidget {
	/*padding: 0 15px;*/
}

/*** Sidebar Menu ***/
#sidebar ul.menu {
	/*float:left;*/
	margin:0;
	width:185px;
	list-style:none;
	background-color:#fff;
	margin-bottom: 20px;
}
#sidebar ul.menu li {
	padding:0;
	background-color:#E8E8E8;
}
#sidebar ul.menu li ul {
	float:left;
	margin:0 0 1px 0;
	width:185px;
	list-style:none;
}
#sidebar ul.menu li ul li ul {
	float:left;
	margin:0 0 1px 0;
	width:175px;
	list-style:none;
}
#sidebar ul.menu li ul li {
	padding-left:10px;
	background-color:#f3f3f3;
}
#sidebar ul.menu li ul li ul li {
	padding-left:10px;
	background-color:#f9f9f9;
}
#sidebar ul.menu li a {
	display:block;
	padding: 3px 5px 5px 24px;
	color:#415D9A;
	border-bottom:1px solid #fff;
	background:none;
}
#sidebar ul.menu li a:hover {
	/*border-left:5px solid #A83D50;
	padding-left:19px;*/
	color:#000;
}
#sidebar ul.menu li a.isActive {
	background-color:#D5D4D4;
	/*border-left:5px solid #A1A1A1;
	padding-left:19px;*/
	color:#000;
	text-decoration:none;
}
#sidebar ul.menu li.current-menu-item,
#sidebar ul.menu li.current_page_item {
	background-color:#D5D4D4 !important;
	/*border-left:5px solid #A83D50;
	padding-left:19px;*/
	color:#000;
	text-decoration:none;
}
#sidebar ul.menu li a.isParent {
	
}
#sidebar ul.menu li ul li a {
	border-bottom:1px solid #fff;
	/*padding-left:34px;
	margin-left:-10px;*/
	margin-left: 0;
}
#sidebar ul.menu li ul li a:hover,
#sidebar ul.menu li ul li a.isActive,
#sidebar ul.menu li ul li.current-menu-item,
#sidebar ul.menu li ul li.current_page_item {
	/*padding-left:29px;
	margin-left:-10px;*/
	padding-left: 34px;
	margin-left: -10px;
}

#sidebar .menu .children {
	display: none;
}
#sidebar .menu .current_page_item .children,
#sidebar .menu .current_page_parent .children {
	display: block;
}

#sidebar .menu .current_page_item .children a {
	color: #415D9A !important;
}
#sidebar .menu .current_page_item .children a:hover {
	color: #000 !important;
}

#sidebar .menu .current_page_parent a {
	background: url(images/sidebar-current-parent.gif) 0 0 repeat-y !important;
	color: #000;
}
#sidebar .menu .children .current_page_item {
	padding-left: 0;
	margin-left: 0;
}
#sidebar .menu .children .current_page_item  a {
	padding-left: 34px;
	background: url(images/sidebar-menu-current.gif) 0 0 repeat-y !important;
}
#sidebar .menu .children .current_page_item a:hover {
	margin-left: 0;
}
#sidebar ul.menu li ul li ul li a {
	border-bottom:1px solid #fff;
	padding-left:44px;
	margin-left:-20px;
}
#sidebar ul.menu li ul li ul li a:hover,
#sidebar ul.menu li ul li ul li a.isActive,
#sidebar ul.menu li ul li ul li.current-menu-item,
#sidebar ul.menu li ul li ul li.current_page_item {
	padding-left:39px;
	margin-left:-20px;
}


/*** Custom Sidebar ***/
/*
#sidebar-custom {
	width: 230px;
	margin-bottom: 20px;
}
*/

/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 0;
}

.sidebar .searchform {
	padding: 5px 0;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

/*.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}
*/
#footer-widgets .widget-area {
	float: left;
	width: 162px;
	margin-right: 30px;
}
.footer-widgets-5 {
	margin-right: 0 !important;
}

/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}

#footer-wrap {
	float: left;
	margin: 0 0 20px;
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid #BFBFBF;
}

#footer-links {
	width: 993px;
	margin: 0 auto;
}
#footer-links,
#footer-links a,
#footer-links p {
	color: #878787;
}
#footer-links p {
	font-size: .7em;
	padding: 0 0 0 20px;
	float: left;
}
#footer-links img {
	float: left;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Front Page
------------------------------------------------------------ */
#slider {
	width: 993px !important;
	height: 355px !important;
	float: left;
}

/* Single Page
------------------------------------------------------------ */

#page-slider {
	float: left;
	width: 771px;
	margin-left: 25px;
}

#c-carousel {
	width: 771px;
	height: 350px;
	float: right;
	margin-bottom: 30px;
	position: relative;
}
#c-carousel #wrapper {
	position: relative;
}
#carousel .single-slide {
	float: left;
	position: relative;
	display: block;
}
/*#carousel .single-slide img {
	width: 781px;
	height: 350px;
}*/

.slide-title {
	font-size: 18px;
	font-weight: bold;
}
.slider-description {
	width: 761px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	z-index: 9999;
	color: white;	
}
#c-carousel .description {
	position: relative;
	display: block;
	left: 0;
	bottom: 90px;
	width: 781px !important;
	height: 90px !important;
	background: 
	black;
	opacity: .5;
}
#c-carousel .description a {
	padding: 5px 10px;
	display: block;
	color: #fff;
	width: 751px;
	height: 80px;
}
.nivo-caption {
	background: black !important;
	opacity: .5 !important;
	padding: 0 !important;
}
.nivo-caption p {
	padding: 5px 10px !important;
	color: #fff;
	width: 963px;
	font-size: 16px !important;
}
#content .prev-slide,
#content .next-slide,
.prev-slide,
.next-slide {
	position: absolute;	
	background: url(images/slider-arrows.png) no-repeat;
	width: 30px !important;
	height: 30px !important;
	text-indent: -99999px;
	z-index: 9999;
	display: none !important;
}
#content .prev-slide,
.prev-slide {
	left: 5px;
	bottom: 150px;
	background-position: 0 -30px;
}
#content .next-slide,
.next-slide {
	right: 5px;
	bottom: 150px;
	background-position: 0 0;
}
#c-carousel .pagination {
	text-align: center;
}
#c-carousel .pagination a {
	background: url(images/slider-circles.png) no-repeat 0 0;
	text-indent: -99999px;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 5px 5px 0 0;
}
#c-carousel .pagination a:hover,
#c-carousel .pagination .selected {
	background-position: 0 -10px;
}
#c-carousel #wrapper:hover .prev-slide,
#c-carousel #wrapper:hover .next-slide {
	display: block !important;
}

#section-title-wrap {
	float: left;
	width: 100%;
	height: 51px;
	background: url(images/siteSection_bg.jpg) top left repeat-y;
}
.page-template-template-front-page-php #section-title-wrap {
	display: none;
}

#section-title {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 3.3em;
	margin: 4px 0 0 24px;
	color: #737373;
	float: left;
	text-transform: uppercase;	
}
.page-child #section-title {
	font-size: 2.5em;
	margin-top: 15px;
}

/* Custom Widgets
------------------------------------------------------------ */

/* Related Links */
.related-links-widget {
	margin: 0 0 20px;
}
.related-links {
	padding: 0 !important;
	margin: 0 0 0 25px;
}
.related-links-widget h4 {
	background-color: #981E32 !important;
	font-size: .85em !important;
	color: #FFFFFF !important;
	padding: 6px 0 4px 25px !important;
	margin-bottom: 5px;
}
.related-links li {
	list-style-type: disc !important;
	margin: 0 0 0 10px !important;
	padding-bottom: .3em !important;
	font-size: .85em !important;
	color: #981E32;
	border-bottom: none !important;
}
.related-links li a {
	color: #981E32;
	background: none;
}
.related-links li a:hover {
	background: url(images/dottedBottomBorder.gif) repeat-x scroll left bottom transparent;
}

/* Student Profile */
.student-profile-widget {
	float: left;
	margin-bottom: 20px;
}
.student-profile-widget h4 {
	background: #fff !important;
	color: #000 !important;
	padding: 0 !important;
	border-bottom: none !important;
}
.student-profile-avatar {
	float: left;
	width: 95px;
	height: 101px;
}
.student-profile-name {
	font-weight: bold;
	margin-bottom: 10px;
	display: inline;
}
.student-profile-text p {
	float: left;
}
.student-profile-view-all {
    float: left;
    font-size: 0.9em;
    right: 55px;
}
.student-profile-text {
	float: right;
	width: 125px;
	padding-left: 10px;
	font-size: 12px;
	color: #888;
}
.profile-subtitle {
	color: #000;
	margin: 5px 0 10px;
}

/* RSS Widget */
.wharton-rss-widget h4 {
	background: #0E2D6B;
}
.wharton-rss-widget {
	float: left;
	/*margin: 0 0 20px;*/
}
.wharton-rss-widget ul {
	padding: 0 10px;
	font-size: 76%;
}
.wharton-rss-widget li {
	width: 210px;
	border-bottom: none !important;
}
.wharton-rss-widget li div img {
	width: 60px;
	float: left;
	margin: 5px 10px 0 0;
}
.rss-widget-link-title {
	font-weight: bold;
	color: #484848 !important;
	line-height: 1.4em;
	float: left;
	width: 100%;
	background: none;
}
.rss-widget-link-title.no-image {
	width: auto;
	float: left;
}
.rss-widget-footer {
	text-align: right;
}
.rss-widget-footer a {
	background: transparent url(images/dottedBottomBorder.gif) repeat-x left bottom;
	text-decoration: none;
	margin-bottom: 10px;
	float: right;
	clear: both;
}
.rss-widget-footer .site-link {
	font-size: .8em;
}
.rss-widget-footer .feed-link {
	font-size: .85em;
	padding-bottom: 2px;
}
.rss-widget-footer a img {
	width: 12px;
	height: 12px;
	position: relative;
	top: 2px;
}

/* Video Widget */
.wharton-video-widget {
	margin: 0 0 20px;
}

/* Audio Widget */
.wpaudio-container {
	background: #981E32;
	width: 210px;
	padding: 6px 10px 5px !important;
	margin: 0 0 20px !important;
}
.wpaudio-container a {
	color: #fff !important;
	font-size: 14px !important;
}
.wpaudio-slide {
	width: 210px !important;
}

/* Find Wharton On */
.wharton_find_on_widget {
	float: left;
	border: 1px solid #EDEDED;
	list-style: none;
}
#sidebar .wharton_find_on_widget {
	border-left: none;
}
.wharton_find_on_widget h4 {
	background: #fff !important;
	color: #000 !important;	
	border-bottom: none !important;
	font-size: 18px !important;
}
.find-wharton-icon {
	background: url(images/social-links.jpg) no-repeat !important;
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	display: inline-block;
	margin-right: 15px;
	padding-bottom: 3px;
}
.find-wharton-icon:hover {
	border-bottom: 1px dotted #981E32;
	padding-bottom: 2px;
}
.find-wharton-icon.twitter {
	background-position: -16px 0 !important;
}
.find-wharton-icon.linkedin {
	background-position: -32px 0 !important;
}
.find-wharton-icon.flickr {
	background-position: -48px 0 !important;
}
.find-wharton-icon.youtube {
	background-position: -64px 0 !important;
	margin-right: 0;
}
.wharton_find_on_widget p {
	padding: 0 10px;
}
.wharton_find_on_widget .more-link {
	font-size: .8em !important;
	display: block;
}

/* Knowledge For Action */
.knowledge-for-action-widget {
	margin-bottom: 20px;
}
.knowledge-for-action-widget .more-link {
	font-size: 83%;
	background: transparent url(images/dottedBottomBorder.gif) repeat-x left bottom;
	text-decoration: none;
}

/* Custom URL */
.wharton_custom_urls_widget {
	float: left;
	list-style: none;
}
.wharton_custom_urls_widget a {
	background: none;	
}
.wharton_custom_urls_widget img {
	float: left;
	padding-right: 5px;
}
.wharton_custom_urls_widget span {	
	float: left;
	width: 138px;
	margin-top: 12px;
	font-family: 'Times New Roman',Times,serif;
	font-size: 17px;
	text-transform: uppercase;
}
.page-template-default.home .wharton_custom_urls_widget span {
	width: 95px;
}

/* Lifelong Learning Video Widget */
.lifelong-learning #sidebar .widget {
	float: left;
	width: 330px;
	background: #f3f3f3;
}
.lifelong-learning #sidebar h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	font-size: 26px;
	padding: 0;
	margin: 15px 0;
}
.video-widget-large-wrap {
	width: 300px;
	margin: 0 auto;
	color: #818181;
	margin-bottom: 15px;
	position: relative;
}
.video-widget-large-wrap .play-arrow {
	position: absolute;
	top: 70px;
	left: 130px;
}
#sidebar .video-widget-large-wrap a {
	color: #325EAB;
	font-weight: bold;
}
.video-widget-small-wrap {
	float: left;
	background: #e5e5e5;
	padding: 15px;
}
.video-widget-small-single {
	float: left;
	width: 90px;
	margin-right: 15px;
	color: #818181;
}
#sidebar .video-widget-small-single a {
	color: #818181 !important;
}
.video-widget-large,
.video-widget-small {
	margin-bottom: 15px;
}
#sidebar .lifelong-learning-video-widget p {
	float: left;
	color: #325EAB;
	font-weight: bold;
	padding: 5px 15px;
}
#sidebar .lifelong-learning-video-widget a {
	color: #325EAB;
}

/* Wharton Connect */
.connect-text {
	float: left;
	width: 270px;
	padding: 25px 30px 0;
}
.connect-text a {
	background: #002c77;
	color: #fff !important;
	font-weight: bold;
	padding: 5px 10px;
}

/* Alumni Resources */
#sidebar .wharton-alumni-resources-widget h3 {
	background: #002C77;
	margin-top: 0;
	padding: 10px 0 10px 30px;
	text-align: left;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#sidebar .wharton-alumni-resources-widget .connect-text {
	padding-top: 0;
}
.wharton-alumni-resources-widget a {
	float: left;
	width: 125px;
	padding: 5px 10px 0 0;
	background: transparent;
	color: #002c77 !important;
	font-weight: normal;
}
#sidebar .wharton-alumni-resources-widget ul {
	clear: both;
}
#sidebar .wharton-alumni-resources-widget li {
	float: left;
	width: 125px;
	padding: 0;
	margin: 0 10px 3px 0;
	list-style: disc;
	list-style-position: inside;
	border-bottom: none;
}
#sidebar .wharton-alumni-resources-widget li a {
	float: none;
	padding: 0;
}
/* Genesis Theme Layout Options
------------------------------------------------------------ */
/*
.home #sidebar,
.front-page-template #sidebar {
	width: 230px;
	margin-right: 15px;
}
*/
/*
.home #content-sidebar-wrap,
.front-page-template #content-sidebar-wrap {
	width: 660px;
	float: left !important;
}
*/
.front-page-template #content {
	width: 415px !important;
	padding: 0 0 10px;
}
/*
.home #sidebar-alt,
.front-page-template #sidebar-alt {
	margin-left: 15px;
}
*/

/** Content-Sidebar **/
.content-sidebar #sidebar {
	float: right;
	margin-right: 0;
}
.content-sidebar #c-carousel {
	float: left;
	width: 751px;
}
.content-sidebar #content {
	padding-left: 0;
	width: 698px;
}

/** Sidebar-Content **/
.sidebar-content #content {
	padding: 0 0 10px;
	width: 771px;
}
.sidebar-content #sidebar-alt {
	display: none;
}

/** Content-Sidebar-Sidebar **/
.content-sidebar-sidebar #inner {
	padding-left: 20px;
}
.content-sidebar-sidebar #sidebar {
	float: right;
	margin-right: 0;
}
.content-sidebar-sidebar #c-carousel {
	float: left;
}
.content-sidebar-sidebar #content-sidebar-wrap {
	width: 953px;
}
.content-sidebar-sidebar #content {
	padding-left: 0;
	width: 483px;
}
.content-sidebar-sidebar #sidebar,
.content-sidebar-sidebar #sidebar-alt {
	float: left;
}
.content-sidebar-sidebar #sidebar {
	margin-left: 25px;
}
.content-sidebar-sidebar #c-carousel {
	width: 953px;
	height: 445px;
}
.content-sidebar-sidebar #c-carousel .description {
	width: 993px !important;
}
.content-sidebar-sidebar .caroufredsel_wrapper {
	height: 445px !important;
}

/** Sidebar-Sidebar-Content **/
.sidebar-sidebar-content #c-carousel {
	width: 953px;
	height: 445px;
}
.sidebar-sidebar-content #c-carousel .description {
	width: 953px !important;
}
.sidebar-sidebar-content .caroufredsel_wrapper {
	height: 445px !important;
}
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 953px;
	padding: 0 0 10px 0;
}
.sidebar-sidebar-content #content {
	padding-right: 0;
	width: 516px;
}
.sidebar-sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar-alt {
	float: left;
}
.sidebar-sidebar-content #sidebar {
	margin-right: 15px;
	margin-left: -10px;
}
.sidebar-sidebar-content #sidebar-alt {
	margin-right: 15px;
}

/** Full-Width-Content **/
.full-width-content #inner {
	padding-left: 20px;
	width: 953px;
}
.full-width-content #content {
	width: 953px;
	padding: 0 0 10px 0;
}
.full-width-content #sidebar,
.full-width-content #sidebar-alt {
	display: none;
}
.full-width-content #c-carousel {
	width: 953px;
	height: 445px;
}
.full-width-content #c-carousel .description {
	width: 953px !important;
}
.full-width-content .caroufredsel_wrapper {
	height: 445px !important;
}

/** CHILD PAGES **/

/** Sidebar-Content-Sidebar **/
.page-child.sidebar-content-sidebar #c-carousel,
.page.sidebar-content-sidebar #c-carousel {
	width: 526px;
	height: 240px;
	float: left;
}
.page-child.sidebar-content-sidebar #c-carousel #wrapper,
.page-child.sidebar-content-sidebar #c-carousel #carousel-wrapper,
.page-child.sidebar-content-sidebar #c-carousel .caroufredsel_wrapper,
.page.sidebar-content-sidebar #c-carousel #wrapper,
.page.sidebar-content-sidebar #c-carousel #carousel-wrapper,
.page.sidebar-content-sidebar #c-carousel .caroufredsel_wrapper {
	height: 240px !important;
}
/*
.page-child.sidebar-content-sidebar #sidebar-alt {
	float: right;
	margin-top: -10px;
}
*/
/*.page-child.sidebar-content-sidebar #content-sidebar-wrap {
	float: left !important;
}*/

/** Content-Sidebar-Sidebar **/
.page-child.content-sidebar-sidebar #sidebar {
	margin-left: 15px;
}

/** Lifelong Learning Styles **/
.lifelong-learning #inner {
	width: 993px;
	padding: 20px 0 0;
}
.lifelong-learning #content {
	width: 643px;
	padding-right: 20px;
}
.lifelong-learning .entry-content {
	float: left;
	width: 604px;
	padding: 0 20px;
}
.lifelong-learning #content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
}
.lifelong-learning #sidebar {
	width: 330px;
}

.lifelong-learning #c-carousel {
	width: 643px;
	height: 440px;
	float: left;
}
.ll-pagination {
	position: absolute;
	top: 10px;
	right: 0;
	width: 95px;
	height: 42px;
	z-index: 100;
}
.ll-pagination a {
	height: 42px !important;
	background: url(images/ll-slider-arrows.png) !important;
	display: block !important;
	top: 0;
	left: 0;
	margin: 0;
}
.ll-pagination .prev-slide {
	width: 47px !important;
}
.ll-pagination .next-slide {
	background-position: -47px 0 !important;
	width: 48px !important;
	left: 47px;
}

.lifelong-learning #content h1 {
	float: left;
	width: 604px;
	font-family: "Arial", sans-serif;
	font-size: 32px;
	font-style: italic;
	color: #002C77;
	letter-spacing: 0;
	text-transform: none;
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E5E5E5;
}

/** Event Listings **/
#event-listing {
	background: url(images/events-top-border.gif) 0 0 no-repeat;
	float: left;
	width: 604px;
	padding: 15px 20px 0;
}
.single-event {
	float: left;
	width: 604px;
	margin-bottom: 20px;
}
.event-date {
	float: left;
	width: 140px;
	margin-right: 20px;
	color: #002C77;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #E5E5E5;
	padding-top: 5px;
	margin-top: 5px;
}
.date-year {
	font-size: 125%;
}
.event-name-link {
	color: #002C77;
}
.event-city {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 10px;
}
.single-events .event-city {
	width: 57%;
}
.event-information {
	float: left;
	width: 65%;
	/*font-size: 14px;*/
}
.archive #content .event-information p {
	font-size: 12px;
}
.archive #event-listing {
	width: 100%;
}
#content .event-information a,
#content .events h2,
#content .events h2 a,
.archive #content .event-name-link a {
	color: #002C77;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}
#content .event-information a,
#content .events h2 a,
.archive #content .event-name-link a {
	font-size: 12px;
}
.archive #content .event-name-link a {
	font-family: Arial, Helvetica, sans-serif;
}
.event-information .arrow {
	font-size: 16px;
	position: relative;
	top: -2px;
}

/* Single Events Template */
.single-events .entry-content {
	/*width: 644px;*/
	width: 516px;
	padding: 0;
}
.single-events h2 {
	padding-top: 0;
	margin-top: 0;
}
.single-events .event-date {
	width: 200px;
	margin-bottom: 15px;
}

/* Events Shortcode */
#event-listing.events-shortcode {
	padding: 15px 0;
	background-position: -20px 0;
}
#event-listing.events-shortcode,
.events-shortcode .single-event {
	width: 100%;
}
#event-listing.events-shortcode .event-date {
	width: 25%;
}
/*
#event-listing.events-shortcode .event-information {
	width: 70%;
}
*/

/* Single Video Template */
.lifelong-learning.single-video .entry-content,
.lifelong-learning.video-archive .entry-content {
	width: 644px;
	padding: 0;
}

/* Video Archive Template */
.video-archive p {
	margin-bottom: 0;
}
.video-archive .vid-single {
	margin-bottom: 25px;
}
.video-archive .vid-single h3 {
	margin-top: 0;
}

/* Accordion Styling
------------------------------------------------------------ */
.accordionHeader {
	background: url(images/accordion-arrows.gif) 0 -28px no-repeat;
	font-size: 12px;
	color: #981E32;
	width: 97%;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	cursor: pointer;
}
.accordionHeaderActive {
	background-position: 0 4px;
}
.accordionContent {
	padding: 0 20px;
	font-size: 12px;
}
.accordionContent p {
	font-size: 12px !important;
}

/* Tab Styling
------------------------------------------------------------ */
#tab-wrap,
#tabber-nav .active-tabber,
#tabber-nav a:hover {
	background: url(images/tab-wrap-bg.jpg) 0 0 repeat-x;
}
#tabber-nav {
	background: #fff;
}
#tabber-nav a {
	height: 32px;
	display: inline-block;
	padding: 8px 8px 0;
	background: none;
	color: #A8A8A8;
}
#tabber-nav a:hover,
#tabber-nav .active-tabber {
	color: #000;
}
.tabber-wrap {
	display: none;
}
.tabber-wrap p {
	padding: 10px 8px;
}
.active-tabber-wrap {
	display: block;
}

/* Blog Styling
------------------------------------------------------------ */
.blog #content h2.entry-title,
.blog #content h2.entry-title a,
.blog #content h2.entry-title a:visited,
.blog #content h1.entry-title {
    color: #2A5597;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 1;
    padding: 0 2px 2px 0;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    background: none;
}

.blog #content a {
	background: none;
}
.blog #content p {
	margin-bottom: 10px;
}

.blog #content .post-info {
	border-top: 1px solid #DDD;
	padding-top: 5px;
}
.blog #content .post-meta {
	border: 1px solid #DDD;
	background: #ECECEC;
	text-align: center;
}
.blog #content .post-meta span {
	padding: 5px 0;
	display: block;
	font-size: 12px;
	text-align: center;
}
.blog #content .post-info a,
.blog #content .post-meta a {
	color: #2A5597;
}
.blog #content .post-meta .categories,
.blog #content .post-meta .post-comments {
	display: inline-block;
	background: none;
	margin: 0;
}

/*Sidebar widget anchor tags on BLOG ONLY*/
.blog .widget-area li.widget-container a {
    color: #2A5597;
    font-size:100%
}
.blog #sidebar .widgettitle {
	color: #981E32;
	text-transform: uppercase;
	font-weight: bold;
}
.blog #sidebar a {
	color: #2A5597;
}
.blog #sidebar li {
	border-bottom: none;
	line-height: 1.15em;
	margin-bottom: 3px;
	padding-bottom: 0;
}

.blog #sidebar-alt .widgettitle {
	background: #981E32;
	color: #fff;
}

/*The Entry-utility (where categories are displayed under the post or excerpt)*/
.blog div.entry-utility {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    color: #666666;
    font-size: 80%;
    margin-bottom: 1em;
    padding: 1px 2px 3px;
    text-align: center;
    width: 100%;
}

.blog .sidebar .widget {
	display: inline-block;
	width: 100%;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 480px) {

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		width: 100%;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}

	/*****/

	.mobile-hide,
	#description {
		display: none;
	}

	#wrap {
		background-image: none;
	}

	#wrap,
	#nav .wrap,
	#inner-wrap,
	#header,
	#inner,
	#content-sidebar-wrap,
	#content,
	#footer-links {
		width: 100% !important;
	}
	#section-title-wrap.mobile-hide {
		display: none !important;
	}
	#section-title-wrap {
		display: block !important;
		min-height: 51px;
		height: auto;
	}
	.mobile-site-title {
		display: block;
	}
	#section-title-wrap h1 {
		font-size: 28px !important;
	}
	#header {
		height: auto;
	}
	#header .widget-area {
		/*float: left;
		position: relative;
		top: 59px;
		left: 28px;
		width: auto !important;*/
		display: none;
	}
	#header #custom-title-area {
		float: left;
	}
	#nav .menu,
	.menu-secondary,
	.widget_wharton_child_pages_widget {
		display: none;
	}
	#nav .wrap {
		height: 6px;
	}
	#footer-wrap {
		padding: 20px;
		width: auto;
	}
	#footer-links {
		float: left;
	}
	#footer-links p {
		float: right;
		margin: 0 0 0 20px;
		width: 50%;
		padding-left: 0;
	}
	.mobile-footer-link.siteIndex {
		display: block;
		clear: both;
	}
	.mobile-footer-menu {
		display: block;
		width: 45%;
		margin-top: 3%;
	}
	.mobile-footer-menu.left {
		float: left;
	}
	.mobile-footer-menu.left li,
	.mobile-footer-menu.right strong {
		float: left;
		width: 100%;
		border-bottom: 1px solid #666;
	}
	.mobile-footer-menu.right {
		float: right;
		margin-right: 19px;
	}
	.mobile-footer-menu li {
		list-style: none;
	}
	.mobile-footer-menu li a {
		background: none;
	}

	.sub-child-menu {
		display: none;
	}
	#mobile-links {
		display: block;
		float: left;
		width: 122px;
		padding: 0 0 0 30px;
	}
	#mobile-links .accordionHeader {
		background: none;
		color: #fff;
		width: auto;
		float: left;
		padding: 0 0 0 20px;
		cursor: pointer;
	}
	#mobile-links .mobile-search {
		background: url(images/search-icon.png) 0 0 no-repeat;
		width: 24px;
		height: 23px;
		text-indent: -99999px;
	}
	#mobile-links .mobile-nav {
		background: url(images/menu-icon.png) 0 0 no-repeat;
		width: 78px;
		height: 23px;
		text-indent: -99999px;
		padding: 0;
	}
	#mobile-links .mobile-nav.accordionHeaderActive {
		background: url(images/menu-icon.png) 0 -23px no-repeat;
	}
	#mobile-nav {
		float: left;
		display: block;
		width: 100%;
	}
	#mobile-nav.accordionContent {
		padding-left: 0;
	}
	#mobile-nav .menu li {
		padding: 5px 0;
		width: 100%;
		min-height: 43px;
		background-color: #0f2c65;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#0f2c65), to(#274e9d));
		background-image: -webkit-linear-gradient(top, #0f2c65, #274e9d);
		background-image: -moz-linear-gradient(top, #0f2c65, #274e9d);
		background-image: -o-linear-gradient(top, #0f2c65, #274e9d);
		background-image: -ms-linear-gradient(top, #0f2c65, #274e9d);
		background-image: linear-gradient(top, #0f2c65, #274e9d);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0f2c65', EndColorStr='#274e9d');
		border-bottom: 1px solid #5579bf;
		list-style: none;
	}
	#mobile-nav .sub-menu,
	#mobile-nav .children {
		float: left;
		width: 100%;
		display: none;
	}
	#mobile-nav .sub-menu li,
	#mobile-nav .children li {
		background-color: #e5e5e5;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#cbcbcb));
		background-image: -webkit-linear-gradient(top, #e5e5e5, #cbcbcb);
		background-image: -moz-linear-gradient(top, #e5e5e5, #cbcbcb);
		background-image: -o-linear-gradient(top, #e5e5e5, #cbcbcb);
		background-image: -ms-linear-gradient(top, #e5e5e5, #cbcbcb);
		background-image: linear-gradient(top, #e5e5e5, #cbcbcb);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e5e5e5', EndColorStr='#cbcbcb');
		border-bottom: 1px solid #c3c3c3;
		padding: 0;
	}
	#mobile-nav .current_page_item .sub-menu,
	#mobile-nav .current_page_ancestor .sub-menu,
	#mobile-nav .current_page_item .children,
	#mobile-nav .current_page_ancestor .children {
		display: block;
	}
	#mobile-nav .current_page_item > .sub-menu .current_page_item a,
	#mobile-nav .current_page_ancestor > .sub-menu .current_page_item a,
	#mobile-nav .current_page_item > .sub-menu .current_page_parent a,
	#mobile-nav .current_page_ancestor > .sub-menu .current_page_ancestor a,
	#mobile-nav .current_page_item > .children .current_page_item a,
	#mobile-nav .current_page_ancestor > .children .current_page_item a,
	#mobile-nav .current_page_item > .children .current_page_parent a,
	#mobile-nav .current_page_ancestor > .children .current_page_ancestor a {
		background: url(images/sidebar-menu-current.gif) 0 0 repeat-y;
	}
	#mobile-nav .current_page_item > .sub-menu li a,
	#mobile-nav .current_page_ancestor > .sub-menu li a,
	#mobile-nav .current_page_item > .children li a,
	#mobile-nav .current_page_ancestor > .children li a {
		padding: 8px 5px 5px 40px;
	}
	#mobile-nav .sub-menu .sub-menu a,
	#mobile-nav .sub-menu .children a {
		background: none !important;
		padding: 8px 5px 5px 60px !important;
	}
	#mobile-nav .sub-menu a,
	#mobile-nav .sub-menu a:active,
	#mobile-nav .sub-menu a:visited,
	#mobile-nav .children a,
	#mobile-nav .children a:active,
	#mobile-nav .children a:visited {
		color: #888;
	}
	#mobile-nav .menu li a {
		background-image: none;
		padding: 10px 5px 5px 10px;
		display: block;
		font-size: 22px;
	}
	#mobile-nav a,
	#mobile-nav a:active,
	#mobile-nav a:visited {
		color: #fff;
	}
	#mobile-nav .mobile-nav-menu,
	#mobile-nav .sub-child-menu,
	#mobile-nav #menu-secondary-menu,
	#mobile-nav .menu-secondary {
		display: block;
		font-size: 14px !important;
	}

	#mobile-search input[type=text] {
		width: 75%;
		margin-right: 2%;
	}

	#c-carousel {
		width: 90% !important;
		height: 160px !important;
		padding: 0 20px;
	}
	#c-carousel #carousel {
		width: 100% !important;
		left: 0 !important;
	}
	#c-carousel #wrapper:hover .prev-slide,
	#c-carousel #wrapper:hover .next-slide {
		display: none !important;
	}
	#c-carousel .single-slide {
		display: none;
	}
	#c-carousel .slide-1 {
		display: block;
	}
	.single-slide.mobile {
		width: 90% !important;
		padding: 0 20px;
	}

	#c-carousel .pagination {
		display: none !important;
	}
	.single-slide.mobile .description {
		position: relative;
		display: block;
		left: 0;
		bottom: 70px;
		width: 100% !important;
		height: 70px !important;
		background: #000;
		opacity: .5;
	}
	.single-slide.mobile .description a {
		padding: 5px 10px;
		display: block;
		color: #fff;
		width: 100%;
		height: 70px;
		background: none !important;
	}
	#sidebar {
		clear: both !important;
	}
	#sidebar,
	#sidebar-alt {
		float: left !important;
		margin-left: 20px !important;
		width: auto !important;
	}
	#sidebar-custom {
		width: 96%;
	}
	#sidebar-custom div {
		width: 100%;
	}
	#sidebar li {
		width: 96% !important;
	}
	.student-profile-widget > span {
		float: none;
		width: 74% !important;
		display: block;
		margin-left: 100px;
	}
	.student-profile-widget span  span {
		margin-left: 0;
		padding: 0;
	}
	.wharton_custom_urls_widget span {
		float: none;
		width: 100% !important;
		display: block;
	}
	.content-sidebar-sidebar #inner,
	.full-width-content #inner {
		padding-left: 0;
	}

	.front-page-template #inner,
	.home #inner {
		padding: 0 !important;
	}
	.front-page-template #content-sidebar-wrap,
	.home #content-sidebar-wrap {
		width: 100% !important;
	}
	.front-page-template #inner-content-wrap,
	.home #inner-content-wrap {
		margin: 0 !important;
		width: 100% !important;
	}
	.front-page-template #content,
	.home #content {
		width: 100% !important;
	}
	.front-page-template #sidebar-alt,
	.home #sidebar-alt {
		float: left !important;
		margin: 0 0 0 20px !important;
		width: 93.5% !important;
	}
	.front-page-template #slider,
	.home #slider {
		display: none;
	}

	#event-listing.events-shortcode .event-information {
		width: 66%;
	}

	#footer-wrap .quicklinks {
		background: none;
		padding: 0;
		line-height: normal;
	}
	#footer-wrap .quicklinks > a {
		float: left;
		width: 100%;
		border-bottom: 1px solid #666;
		font-weight: bold;
	}
	#footer-wrap .quicklinks .sub-menu,
	#footer-wrap .quicklinks .sub-menu li {
		background: none;
		border: none;
	}
	#footer-wrap .quicklinks .sub-menu li a {
		font-size: 100%;
		padding: 0;
	}
	#footer-wrap .quicklinks .sub-menu li:hover a {
		left: 0;
	}

}

@media only screen and (width: 480px) {
	#mobile-links {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 620px) {
	#description {
		display: none;
	}
	#inner-content-wrap {
		width: auto !important;
	}
	.sidebar,
	#sidebar-alt,
	.home #sidebar-alt {
		clear: both !important;
		width: auto !important;
	}
	.student-profile-widget span {
		width: auto !important;
	}
}

@media only screen and (min-width: 420px) and (max-width: 720px) {
	#description {
		display: none;
	}
	#nav .wrap {
		width: 100%;
	}
	.alignnone {
		display: block !important;
	}
	#sidebar,
	#sidebar-alt,
	.home #sidebar-alt {
		float: left !important;
		width: 35%;
		margin: 20px 0 0 20px !important;
	}
	#sidebar-custom {
		width: 96%;
	}
	#sidebar-custom div {
		width: 100%;
	}
	#sidebar li {
		width: 96% !important;
	}
	.student-profile-widget > span {
		float: none;
		width: 50% !important;
		display: block;
		margin-left: 100px;
	}
	.student-profile-widget span  span {
		margin-left: 0;
		padding: 0;
	}
	.wharton_custom_urls_widget span {
		float: none;
		width: 100% !important;
		display: block;
	}
	#c-carousel #carousel {
		width: 100% !important;
		left: 0 !important;
	}
	#c-carousel {
		float: left;
		width: 400px !important;
		height: 181px;
	}
	.single-slide {
		width: 400px !important;
		overflow: hidden;
	}
	#c-carousel img {
		width: 400px;
		height: auto;
	}

	.content-sidebar-sidebar #inner,
	.full-width-content #inner {
		padding-left: 0;
	}

	#inner-content-wrap {
		float: left !important;
		width: 60%;
	}
	.front-page-template #inner,
	.home #inner {
		padding: 0 !important;
	}
	.front-page-template #content-sidebar-wrap,
	.home #content-sidebar-wrap {
		width: 100% !important;
	}
	.front-page-template #inner-content-wrap,
	.home #inner-content-wrap {
		margin: 0 !important;
	}
	.front-page-template #content,
	.home #content {
		width: 100% !important;
	}
	.front-page-template #slider,
	.home #slider {
		display: none;
	}
	#footer-wrap {
		padding: 20px;
		width: auto;
	}
	#footer-links {
		float: left;
	}
	#footer-links p {
		padding-left: 0;
	}
	
}

@media only screen and (max-width: 960px) {

	#description {
		display: none;
	}

	.alignnone {
		display: block !important;
	}

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#custom-title-area,
	#wrap {
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#custom-title-area {
		float: none;
		text-align: center;
	}

	#custom-title-area {
		padding: 10px 0;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}

	#inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

	/*****/

	#wrap,
	#nav .wrap,
	#inner-wrap,
	#header,
	#inner,
	#footer-links {
		width: 100% !important;
	}
	#header {
		height: auto;
	}
	#inner-content-wrap {
		margin: 0 !important;
		float: right;
		width: 60%;
	}
	#custom-title-area {
		width: 260px;
	}
	#header .widget-area {
		width: auto;
	}
	.menu-secondary {
		margin: 7px 0 0 0;
		width: 100%;
		background: #13387F url(images/mainNav_bg.jpg) no-repeat top right;
	}
	#section-title-wrap {
		display: none;
	}
	#c-carousel {
		float: left;
		width: 90% !important;
		padding: 0 20px;
	}
	#c-carousel #carousel {
		width: 100% !important;
		left: 0 !important;
	}
	#c-carousel #wrapper {
		width: 100%;
	}
	.caroufredsel_wrapper {
		width: 100% !important;
	}
	#c-carousel #wrapper:hover .prev-slide,
	#c-carousel #wrapper:hover .next-slide {
		display: none !important;
	}
	#c-carousel .single-slide {
		display: none;
	}
	#c-carousel .slide-1 {
		display: block;
	}
	#c-carousel .pagination {
		display: none !important;
	}
	#content-sidebar-wrap {
		width: 62%;
	}
	#sidebar,
	#sidebar-alt,
	.home #sidebar-alt {
		float: left !important;
		width: 35%;
		margin: 20px 0 0 20px !important;
		clear: left;
	}
	#sidebar-custom div {
		width: 100%;
	}
	#sidebar li {
		width: 100%;
	}
	.student-profile-widget span {
		float: none;
		width: 67%;
		display: block;
		margin-left: 100px;
	}
	.student-profile-widget span  span {
		margin-left: 0;
		padding: 0;
	}
	.wharton_custom_urls_widget span {
		float: none;
		width: 100% !important;
		display: block;
	}

	.content-sidebar-sidebar #inner,
	.full-width-content #inner {
		padding-left: 0;
	}

	.front-page-template #inner,
	.home #inner {
		padding: 0 !important;
	}
	.front-page-template #content-sidebar-wrap,
	.home #content-sidebar-wrap {
		width: 100% !important;
	}
	.front-page-template #inner-content-wrap,
	.home #inner-content-wrap {
		margin: 0 !important;
	}
	.front-page-template #content,
	.home #content {
		width: 100% !important;
	}
	/*.front-page-template #sidebar-alt,
	.home #sidebar-alt {
		float: left !important;
		margin: 0 0 0 20px !important;
		width: 93.5% !important;
	}*/
	.front-page-template #slider,
	.home #slider {
		display: none;
	}
	

}
