/*
	Theme Name: eleven40 Pro Theme
	Theme URI: http://my.studiopress.com/themes/eleven40/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.0

	Tags: black, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Genesis Grid Loop
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- eleven40 Pro Blue
		- eleven40 Pro Green
		- eleven40 Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-comments:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-comments:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

li {
	list-style-position:inside;
}

/* ------------------------------ STRIDE STYLES ------------------------------ */

body #tpbr_box {
	font-weight: 600 !important;
	font-family: 'myriad-pro', sans-serif !important;
	z-index: 99999 !important;
	/* position: relative; */
}
body #tpbr_box a#tpbr_calltoaction:hover {
	background: rgba(0,0,0,.3) !important;
}

.simcal-default-calendar-grid .simcal-event-title {
	font-size: 14px;
}
.simcal-default-calendar-grid .simcal-events {
	position: relative !important;
}


body .responsive-tabs .simcal-default-calendar-list ul.simcal-events {
	margin: 0;
}

.responsive-tabs .responsive-tabs__panel { 
	padding: 20px !important;
}
#black-studio-tinymce-35 {
	float: right;
}
/* TABBY PLUGIN STYLES */
.responsive-tabs .responsive-tabs__panel {
	height: 670px;
	overflow: scroll;
}
.responsive-tabs-wrapper {
	width: 100%;
	float: right;
}
.simcal-default-calendar-list .simcal-event-details p {
	margin-bottom: 7px;
}
body .responsive-tabs .simcal-event-start.simcal-event-start-date,
body .responsive-tabs .simcal-event-start.simcal-event-start-time,
body .responsive-tabs .simcal-event-end.simcal-event-end-time {
	font-size: 1em;
	font-weight: 700;
}
.responsive-tabs.responsive-tabs--enabled {
	background: #473729;
}
body .responsive-tabs .responsive-tabs__heading,
body .responsive-tabs .responsive-tabs__heading:hover {
	color: #fff;
}
/* Remove buttons */
.responsive-tabs .post-edit-link, .vc_inline-link {
	display: none !important;
}
.responsive-tabs .lcp_catlist {
	margin-left: 0;
}
.responsive-tabs .simcal-event {
	margin: 0;
}
.responsive-tabs .responsive-tabs__list__item {
	font-family: 'museo-slab';
}
.responsive-tabs .responsive-tabs__list__item:hover {
	color: #fff !important;
}
.responsive-tabs .lcp_catlist a,
.simcal-event-title {
	border-top: 1px solid #eee;
	clear: both;
	color: #bd7001;
	display: block;
	font-family: museo-slab;
	font-size: 18px;
	font-weight: 400;
	padding: 15px 0 0;
}
.responsive-tabs .lcp_catlist a:hover {
	color: #473729;
}
body .responsive-tabs .responsive-tabs__list__item--active, body .responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #bd7001;
	border-color: #ddd;
	color: #fff;
	padding-bottom: 11px;
	margin-top: 0;
	position: relative;
	top: 1px;
	border: 0;
	border-radius: 0;
}
.tabtitle.responsive-tabs__heading.responsive-tabs__heading--active {
	background: #bd7001 !important;
	font-family: museo-slab;
}
	.tabtitle.responsive-tabs__heading {
	background: #473729 !important;
	font-family: museo-slab;
}
/* END TABBY PLUGIN */

.current_page_item .children,
.current_page_ancestor > .children {
  display: block;
}
.children {
	display: none;
}

.sidebar .page-item-78 .children,
.sidebar .page-item-125 .children {
  display: none;
}

body .advanced-sidebar-menu ul li a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.advanced-sidebar-menu .widget-wrap ul.child-sidebar-menu {
  padding-bottom: 20px;
}
body .advanced-sidebar-menu li.current_page_item {
  list-style-type: none;
}
body .advanced-sidebar-menu ul {
	margin: 0;
}
body .advanced-sidebar-menu a {
  color: #5b4a3a;
}

.home-slider-overlay {
  position: absolute;
  right: 0;
  top: 180px;
  width: 525px;
  z-index: 7;
  text-align: center;
}
.home-slider-overlay img.aligncenter {
  display: inline;
  margin: 0;
}
.home-slider-overlay .wrap {
	margin: 0 auto;
	max-width: 1360px;
	padding: 0 2%;
	position: relative;
}
.home-slider-overlay-wrap.wrap {
  position: relative;
}

.widget_easy_sidebar_menu_widget .current-menu-item > span > a,
.widget_easy_sidebar_menu_widget .current-menu-ancestor > span > a {

}

/* Hides date on hp main news post */
#featured-post-2 .entry-meta {
	display: none;
}

body .widget_easy_sidebar_menu_widget li.menu-item .sub-menu li:first-child::before {
	border: 0;
}
/* TEMPORARY MENU TEST CSS */
.widget_easy_sidebar_menu_widget li.menu-item.menu-item-has-children .easy-sidebar-menu-widget-link {
  padding: 8px 10px;
}

#menu-item-4073, #menu-item-17 {
  position: relative;
}
.search-form > input {
  border: 0 none;
  font-size: 16px !important;
}

/* Keeps last nav submenu from moving off screen  */
.site-header #menu-item-4073 .sub-menu, .site-header #menu-item-17 .sub-menu {
  right: 93px;
}
.admissions-box img.alignleft {
  margin: 0;
  padding: 0;
  width: 33% !important;
}
.page-id-10 .admissions-quick-links {
  display: none !important;
}
.search-results .entry-title > a {
  font-family: museo-slab;
  text-transform: none;
  font-size: 27px;
}
.search article {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px 0;
}

/* BEGIN ANIMATED SEARCH STYLES */

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

.nav-secondary .genesis-nav-menu > .search {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 0;
}

li a.icon-search:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f002";
	color: #fff;
	text-shadow: 0 0 3px #000, 0 0 2px #000, 0 0 0 #000;
}

li a.icon-search {
	cursor: pointer;
}

/*li a.icon-search:hover {
	border-bottom: none;
}*/

.search-div {
  display: none;
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
  z-index: 10;
}

.search-div .search-form {
	position: relative;
}
.search-form > input {
  background: #fff none repeat scroll 0 0;
}
.search-div .search-form input[type="search"] {
  font-size: 14px;
  padding: 5px;
  width: 100%;
}

.search-div .search-form input[type="submit"] {
	position: absolute;
	right: -1px;
	bottom: 1px;
	padding: 10px 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
} /* Firefox 18- */
input:focus::-moz-placeholder {
	color: transparent;
} /* Firefox 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
} /* oldIE ;) */

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

	.nav-primary .genesis-nav-menu > .search {
		/* display: block; */
		text-align: left;
	}
	/* .search-div {
		left: 0;
	} */
	
}

/* END ANIMATED SEARCH STYLES */

body .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
body .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 60px; /* This creates a bigger hotspot for links on accordian */
  z-index; 9999999999;
}
body .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
body .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-position: 0 10px;
  display: block;
  position: absolute;
  right: 0.7em;
}
body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-left: 34px;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: #fff;
}

.home-news .entry-title.summary > br {
  display: none;
}
/* TEST FOR ALL TAB ON HP NEWS FEED - DELETE IF UNUSED */
.lcp-date {
  background: rgba(0, 0, 0, 0) url("images/medium-stripes-bg.png") repeat scroll 0 0;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  height: 59px;
  line-height: 1;
  margin-right: 10px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 45px;
}


/* Homepage Stories Styles*/
.upw-posts .entry-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.upw-posts .entry-image {
  height: 210px;
  margin-bottom: 1em;
  overflow: hidden;
}
.upw-posts .more-link,
.home-news .more-link {
  clear: none;
  display: inline;
  white-space: nowrap;
}
.home-news .more-from-category > a {
  background: #bc7000 none repeat scroll 0 0;
}
.upw-posts .entry-image {
  background: transparent url("images/dark-stripes-bg.png") repeat scroll 0 0;
  margin-bottom: 1em;
  padding: 10px;
}
.home .upw-posts .entry-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.home .type-stories {
  float: left;
  margin-right: 2%;
  width: 20%;
}
.home .upw-posts article {
 border-bottom: 0;
}

#black-studio-tinymce-6 .one-third {
  padding: 0 2%;
  text-align: center;
}
#black-studio-tinymce-6 img {
  margin-bottom: 0;
}
#black-studio-tinymce-6 h4 {
  font-family: myriad-pro;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 15px;
  padding: 0;
  text-align: center;
}

body #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  left: auto;
  right: 0;
  width: 100%;
}

.tribe-events-list h2.tribe-events-list-event-title {
	font-family: "museo-slab";
	font-weight: 500;
}
body .testimonial-rotator-view-more {
  clear: left;
  display: block;
  font-family: sketchnote-square;
  font-size: 12px;
  text-transform: uppercase;
}

/* GMC Journal Sidebar */
#listcategorypostswidget-3 li {
  color: #ccc;
  font-size: 12px;
  font-style: inherit;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 4px;
}
#listcategorypostswidget-3 li a {
  font-size: 14px;
  font-weight: 600;
}

/* Heads Up Bar Styles*/
#ehu-bar {
  background: #9c3c25 none repeat scroll 0 0 !important;
  border-bottom: 4px solid #872d19 !important;
  position: relative;
  z-index: 99999;
}
#ehu-bar a {
	color: #E09328 !important;
}
#ehu-bar-content {
  /* font-size: 19px !important; */
  text-align: center;
}
#ehu-bar-content a:hover {
	color: #fff !important;
} 
#ehu-open-button {
  top: 8px !important;
}
/* body #ehu-open-button, body #ehu-close-button {
	height: 38px;
} */
/* Admissions Quick Links*/

.admissions-quick-links,
.library-quick-links {
  display: none;
  background: #fff none repeat scroll 0 0;
  float: right;
  margin: 0 10px;
  max-width: 250px;
  padding: 0 10px 10px;
}
.library-quick-links {
  display: block;
}
body .admissions-quick-links ul li a {
  background: url("images/right-arrow.png") no-repeat center right;
  display: block;
  padding: 4px 32px 4px 10px;
  border: 1px solid #eae0d5;
}
body .library-quick-links ul li a {
  background: rgba(0, 0, 0, 0) url("images/right-arrow.png") no-repeat scroll right center;
  border: 1px solid #eae0d5;
  display: block;
  padding: 8px 32px 8px 16px;
}

body .admissions-quick-links ul li:nth-child(2) a,
body .admissions-quick-links ul li:nth-child(6) a,
body .library-quick-links ul li:nth-child(2) a,
body .library-quick-links ul li:nth-child(6) a  {
    color: #1a5a7d;
}
body .admissions-quick-links ul li:nth-child(3) a,
body .admissions-quick-links ul li:nth-child(7) a,
body .library-quick-links ul li:nth-child(3) a,
body .library-quick-links ul li:nth-child(7) a {
    color: #bc7000;
}
body .admissions-quick-links ul li:nth-child(4) a,
body .admissions-quick-links ul li:nth-child(8) a,
body .library-quick-links ul li:nth-child(4) a,
body .library-quick-links ul li:nth-child(8) a {
    color: #4B6B31;
}
body .admissions-quick-links ul li:nth-child(5) a,
body .admissions-quick-links ul li:nth-child(9) a,
body .library-quick-links ul li:nth-child(5) a,
body .library-quick-links ul li:nth-child(9) a {
    color: #9C3C25;
}

body .admissions-quick-links ul li,
body .library-quick-links ul li {
  margin: 3px 0;
  list-style-type: none;
  font-family: museo-slab;
}

body .admissions-quick-links ul,
body .library-quick-links ul {
	margin: 0;
	padding: 0;
}
body .admissions-quick-links ul li a:hover,
body .library-quick-links ul li a:hover {
  background: #a2ad00 url("images/right-arrow.png") no-repeat center right;
  border: 1px solid #a2ad00;
  color: #fff;
}

body .admissions-quick-links ul li:nth-child(2) a:hover,
body .admissions-quick-links ul li:nth-child(6) a:hover,
body .library-quick-links ul li:nth-child(2) a:hover,
body .library-quick-links ul li:nth-child(6) a:hover {
    background-color: #1a5a7d;
    border-color: #1a5a7d;
}
body .admissions-quick-links ul li:nth-child(3) a:hover,
body .admissions-quick-links ul li:nth-child(7) a:hover,
body .library-quick-links ul li:nth-child(3) a:hover,
body .library-quick-links ul li:nth-child(7) a:hover {
    background-color: #bc7000;
    border-color: #bc7000;
}
body .admissions-quick-links ul li:nth-child(4) a:hover,
body .admissions-quick-links ul li:nth-child(8) a:hover,
body .library-quick-links ul li:nth-child(4) a:hover,
body .library-quick-links ul li:nth-child(8) a:hover {
    background-color: #4B6B31;
    border-color: #4B6B31;
}
body .admissions-quick-links ul li:nth-child(5) a:hover,
body .admissions-quick-links ul li:nth-child(9) a:hover,
body .library-quick-links ul li:nth-child(5) a:hover,
body .library-quick-links ul li:nth-child(9) a:hover {
    background-color: #9C3C25;
    border-color: #9C3C25;
}
/* .parent-pageid-2335 .grad-only,
.parent-pageid-2337 .undergrad-only,
.parent-pageid-2367 .grad-only,
.page-id-2337 .undergrad-only,
.parent-pageid-2344 .grad-only,
.parent-pageid-2367 .oasb-only,
.page-id-2337 .oasb-only,
.page-id-2335 .oasb-only,
.parent-pageid-2335 .oasb-only,
.parent-pageid-2344 .oasb-only,
.page-id-2386 .oasb-only,
.page-id-2358 .grad-only,
.page-id-5994 .oasb-only,
.page-id-5994 .grad-only,
.page-id-2358 .undergrad-only,
.page-id-5994 .undergrad-only,
.page-id-10161 .oasb-only,
.page-id-7077 .oasb-only,
.page-id-2350 .grad-only,
.page-id-2350 .oasb-only,
.page-id-2431 .oasb-only,
.page-id-2354 .oasb-only,
.page-id-2348 .oasb-only,
.page-id-2348 .grad-only {
	display: none !important;
}*/
/* .parent-pageid-10 .grad-only {
  display: none;
}*/


/* Hide all Quicklinks by default */
.admissions-quick-links .grad-only,
.admissions-quick-links .undergrad-only,
.admissions-quick-links .oasb-only {
	display: none;
}
/* Reveal Graduate Quicklinks when radio button checked */
.undergraduate-quicklinks .admissions-quick-links .undergrad-only,
.graduate-quicklinks .admissions-quick-links .grad-only,
.oasb-quicklinks .admissions-quick-links .oasb-only {
	display: block;
}



/* .top-parent-10 .admissions-quick-links, */
.parent-pageid-2337 .grad-only,
/* .parent-pageid-2335 .undergrad-only, */
/* .page-id-2337 .grad-only, */
.page-id-2358 .oasb-only,
.page-id-2350 .undergrad-only,
.undergraduate-quicklinks .admissions-quick-links .undergrad-only,
.graduate-quicklinks .admissions-quick-links .grad-only,
.oasb-quicklinks .admissions-quick-links .oasb-only,

.undergraduate-quicklinks .admissions-quick-links,
.graduate-quicklinks .admissions-quick-links,
.oasb-quicklinks .admissions-quick-links {
	display: block;
}
.top-parent-10.parent-pageid-2354 .admissions-quick-links {
  display: none;
}


.top-parent-10.parent-pageid-7094, .page-id-22591 .admissions-quick-links {
  display: none;
}
/* Event Calendar plugin - style overrides */
.home .ecs-event h4 {
  font-size: 16px;
  font-weight: 400;
}
.ecs-event > p {
  margin: 0;
}
/* Hides Sub-Sidebar on Homepage - should be done with conditionals */
.home .sub-sidebar {
  display: none;
}

/* Accolades Styles*/
#metaslider_container_2233 {
  background: #4b6b31 url("images/evergreen-bg-tile.gif") repeat scroll 0 0;
  margin-bottom:10px;
}
#metaslider_container_2244 {
  background: #4b6b31 url("images/orange-bg-tile.gif") repeat scroll 0 0;
  margin-bottom:10px;
}
#metaslider_container_2257 {
  background: #4b6b31 url("images/lime-bg-tile.gif") repeat scroll 0 0;
  margin-bottom:10px;
}
#metaslider_container_2233 img,
#metaslider_container_2244 img,
#metaslider_container_2257 img  {
  margin: 0 auto;
  max-width: 327px;
}

#tablepress-1 {
  font-size: 14px;
  line-height: 1.2em;
}
body .tablepress tfoot th, body .tablepress thead th {
  background-color: #5b4a3a;
  color: #fff;
}
.single-post h1.entry-title {
  font-family: "museo-slab";
  font-size: 36px;
  font-weight: 200;
  line-height: 1.1em;
  text-transform: none;
}
.shadow-box,
.wpb_tab {
-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.05);
box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.05);
}
.home-news .vc_wp_posts a:hover {
  background: #fff url("images/white-stripe.gif") repeat scroll 0;
}
.homepage-featured {
  background: #473728 url("images/dark-background-tile.jpg") repeat scroll 0 0;
}
.homepage-featured img.entry-image.attachment-page {
	margin: 0;
}
.homepage-featured .widget-title.widgettitle {
	text-align: center;
}
#black-studio-tinymce-26 {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 2%;
}


.ms-postfeed:hover {
	background: #fff;
}

a.link-tab,
a.link-tab:visited  {
  background: #bc7000 none repeat scroll 0 0;
  color: #fff !important;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}
a.link-tab:hover {
	background: #a2ad00;
}

.pre-footer .wrap {
	position: relative;
}
.pre-footer .widgettitle,
.pre-footer-2 .widgettitle {
	color: #bc7000;
}
.story-box {
  float: right;
  padding: 0 0 10px 2%;
  text-align: right;
  max-width: 50%;
}
.social-footer {
  float: right;
  width: 50%;
}

/* About pages, current page styles */
.sidebar .current_page_item > a  {
	color: #bc7000;
	font-weight: 600;
	/* background: url("images/white-stripe.gif") repeat scroll 0 0  #fff; */
}

.pre-footer-2 .wrap {
  width: 1340px;
  max-width: 100%;
}

.story-column {
  float: left;
  text-align: center;
  width: 20%;
  padding: 10px 2%;
}
.search .query-row {
  float: left;
  height: inherit;
  line-height: 1.1em;
  margin: 0 5% 0 0 !important;
  padding: 0 !important;
  text-align: left;
  width: 100%;
}

/* Faculty Archive Page QueryWrangle styles */
.query-row {
  float: left;
  height: 378px;
  line-height: 1.1em;
  margin: 0 5% 0 0 !important;
  padding: 0 !important;
  text-align: center;
  width: 28%;
}
.query-field.query-field-meta_faculty_title {
  font-size: 14px;
  font-style: italic;
}
.query .attachment-thumbnail {
  width: 100%;
  margin-bottom: 6px;
}
.single-faculty .site-inner {
	max-width: none;
}
.single-faculty .site-inner {
	margin-top: 0;
}
.faculty-title {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
}
.faculty-image p,
.faculty-box p {
  margin: 0;
  padding: 0 0 5px;
}
.faculty-image, .faculty-box {
  background: #f8f3ec url("images/off-white-paper-tile.jpg") repeat scroll 0 0;
  float: right;
  margin: 10px 0 25px 25px;
  padding: 30px 3.5% 15px;
  width: 50%;
}

/* Metaslider width override */
.pre-footer-2 .metaslider .slides li {
  width: 420px !important;
}
.pre-footer-2 .wrap {
  padding: 0 1.2%;
}

/* Utility Box styles */
.utility-box {
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1.7;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -30px;
}
.utility-box a {
	color: #999;
}

/* Stories post type styles */
.page-id-157 .entry-content ul li {
  list-style-type: none;
}
.listing-item {
  float: left;
  margin: 0 1% 20px;
  padding: 0;
  text-align: center;
  width: 31%;
  min-width:200px;
}
.listing-item img {
	display: block;
	margin: 0 auto;
}

/* Faculty Post Type styles */
.post-type-archive-faculty .entry {
	background:#fff;
	padding: 30px 4% 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 27px #eee;
}
.single-faculty .entry-header .entry-meta {
  margin-top: 0;
  position: relative;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
}
.single-faculty .post-edit-link, .single-faculty #vc_load-inline-editor {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #9c3c25;
  border-radius: 3px;
  color: #9c3c25;
  display: inline-block;
  margin: 0 1% 0 0;
  padding: 0 5px;
}

.pre-footer-2 {
  padding: 0 0 30px;
}
.pre-footer-2 .metaslider .slides img {
  display: block;
  float: left;
  width: 40%;
}

.pre-footer-2 .metaslider .caption-wrap {
  background-color: transparent;
  bottom: 0;
  color: #5b4a3a;
  display: block;
  float: left;
  left: 0;
  line-height: 1.4em;
  margin: 0;
  opacity: 1;
  position: relative;
  width: 60%;
}
/* RoyalSlider Settings */
.rsContent {
  float: left;
  margin: 0 2%;
  text-align: center;
  width: 20%;
}

/* Promo boxes - color coded */
.promo-green, .promo-lime, .promo-orange {
  display: block;
  min-height: 99px;
  padding: 0;
  width: 100%;
}
.promo-green img, .promo-lime img, .promo-orange img {
	margin: 0 auto !important;
}
.promo-green {
  background: url("images/evergreen-bg-tile.gif") repeat scroll 0 0 #4b6b31;
}
.promo-lime {
  background: url("images/lime-bg-tile.gif") repeat scroll 0 0 #a2ad00;
}
.promo-orange {
  background: url("images/orange-bg-tile.gif") repeat scroll 0 0 #bc7000;
}




/* Styles for tab box */
body .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  background: none repeat scroll 0 0 #bc7000;
  color: #fff;
  cursor: default;
}
body .wpb_content_element .wpb_tabs_nav li {
	background-color: transparent;
}

.wpb_tabs_nav {
	background: #473729;
}
.major-minors-box {
  background: none repeat scroll 0 0 #f8f3ec;
  float: right;
  margin: 10px 0 25px 25px;
  padding: 20px 3.5% 15px;
  width: 38%;
}
.major-minors-box h4 {
  border-bottom: 1px solid #5b4a3a;
  font-family: "myriad-pro",sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 5px;
  padding: 0 0 7px;
  text-transform: uppercase;
}
.entry-content .major-minors-box ul li,
.entry-content .major-minors-box ul {
  line-height: 1.3em;
  list-style: outside none none;
  margin: 0;
  padding: 3px 0 5px;
}
.entry-content .major-minors-box ul li {
  border-bottom: 1px solid #ddd0ba;
}
.major-minors-box li:last-child {
  border: 0 none !important;
}
/* --------------- Visual Composer Styles --------------- */


body .wpb_row, .wpb_content_element,
body ul.wpb_thumbnails-fluid > li,
body .last_toggle_el_margin, .wpb_button {
 margin-bottom: 20px;
}
body .wpb_accordion_wrapper .wpb_accordion_header {
  background: #fff none repeat scroll 0 0 !important;
  border: 0px solid #bc7000;
  margin: 10px 0 !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  font-size: 16px;
  font-family: "museo-slab";
  color: #bc7000;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover {
	color: inherit;
} 

#lcp_instance_0 li, .ecs-event { /* border-bottom: 1px solid #eee; */ clear: both; list-style-type: none; position: relative;  padding: 6px 0; }
#visual_composer_addon-2 .vc_wp_posts li {
 /* border-bottom: 1px solid #eee; */
  clear: both;
  list-style-type: none;
  padding: 6px 0;
  position: relative;
}
#lcp_instance_0 li {
  list-style-type: none;
  border-bottom: 0;
  line-height: 1.3;
  font-size: .84em;
}

/* What's Happening - News Box styles */
body #visual_composer_addon-2 .vc_wp_posts li {
  border-bottom: 0;
  clear: both;
  list-style-type: none;
  position: relative;
}
#visual_composer_addon-2 {
  float: right;
  width: 33%;
}
#visual_composer_addon-2 .post-date {
	font-size: 12px;
}
#visual_composer_addon-2 .vc_wp_posts li {
  border-bottom: 1px solid #eee;
  clear: both;
  list-style-type: none;
  position: relative;
}

/* Color-coded utilty nav background color */

/* Academics pages */
.page-id-8 .nav-secondary,
.parent-pageid-78 .nav-secondary,
.parent-pageid-84 .nav-secondary,
.parent-pageid-8 .nav-secondary,
.parent-pageid-305 .nav-secondary,
.parent-pageid-131 .nav-secondary  {
  background: none repeat scroll 0 0 #bc7000 !important;
}
/* Student Life pages */
.page-id-12 .nav-secondary,
.parent-pageid-12 .nav-secondary,
.parent-pageid-1525 .nav-secondary,
.parent-pageid-1671 .nav-secondary {
  background: none repeat scroll 0 0 #1a5a7d !important;
}
/* Sustainability pages */
.page-id-14 .nav-secondary,
.parent-pageid-14 .nav-secondary {
  background: none repeat scroll 0 0 #4b6b31 !important;
}

.widget.widget_wpt {
  float: left;
  width: 30%;
}

.home-news {
  background: url("images/off-white-paper-tile.jpg") repeat scroll 0 0 #F5F0EA;
  width: 100%;
  padding: 35px 0;
  margin-right:2%;
}
.home-news  .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.home-news .widget.featured-content.featuredpost {
  float: left;
  padding-bottom: 25px;
  width: 63%;
}
.home-news a {
  color: #bd7001;
}
.home-news .vcw-wrapper a {
  border-top: 1px solid #eee;
  clear: both;
  color: #bd7001;
  display: block;
  font-family: museo-slab;
  padding: 5px 0 3px;
}
.home-news .vcw-wrapper a.ui-tabs-anchor {
  border-top: 0;
}
.home-news .vcw-wrapper a:hover {
  color: #473729;
}
.vcw-wrapper h2 {
  color: #473729;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}
.home-news .entry-title > a {
  color: #bd7107;
}
.home-news .widget.widget_black_studio_tinymce {
  float: left;
  width: 33%;
}
.home-news h4 {
  color: #473728;
}
.home-news .entry-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
.post-edit-link,
#vc_load-inline-editor {
  background: none repeat scroll 0 0 #fff;
  border: 0px solid #9c3c25;
  border-radius: 3px;
  color: #9c3c25;
  display: inline-block;
  padding: 5px 10px;
  margin: 20px 2% 0 0;
}
.post-edit-link {
  /* display: block; */
  float: right;
 /* width: 60px; */
  margin:0;
}
.post-edit-link:hover,
#vc_load-inline-editor:hover {
	background: #9c3c25;
	border: 0px solid #9c3c25;
	color: #fff;
}	

/* Custom Metaslider Styles */
.home .widget.widget_metaslider_widget {
  width: 100%;
}
.home #metaslider_container_25 .caption-wrap {
 /* background: url("images/green-transparent-bg-tile.png") repeat scroll 0 0 transparent; */
  bottom: 0;
  color: white;
  display: block;
  left: 0;
  line-height: 1.4em;
  margin: 0;
  padding: 230px 0 35px;
  opacity: 1;
  position: absolute;
  width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.home #metaslider_container_25 .caption {
  font-family: "sketchnote-square",sans-serif;
  font-size: 50px;
  line-height: 1.2em;
  margin: 0 auto;
  max-width: 1360px;
  opacity: 1;
  overflow-wrap: break-word;
  padding: 0 2%;
  text-transform: uppercase;
}
.home #metaslider_container_25 .caption span {
	color: #a2ad00;
	display: block;
	font-family: "myriad-pro";
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 1px;
}

.home .site-inner,
.pre-footer {
  background: url("images/dark-background-tile.jpg") repeat scroll 0 0 #473728;
  max-width: none;
  color: #F8F3ED;
}
.home .site-container {
	margin: 0 auto;
}
.pre-footer a, .pre-footer a:visited,
.pre-footer-2 a, .pre-footer-2 a:visited {
	color: #bc7000;
}
.pre-footer a:hover {
	color: #fff;
}

.pre-footer .widget {
  margin: 0 1.5%;
  width: 97%;
  float: left;
}
.pre-footer .page-list-ext-image {
  text-align: center;
}
#black-studio-tinymce-23 {
  width: 100%;
}

/* Styles pagelist */
body .page-list-ext .page-list-ext-image {
  display: block;
  float: none;
  margin: 0;
  text-align: center;
}
.page-list-ext .page-list-ext-title {
	text-align: center;
}
.home .page-list-ext .page-list-ext-item {
  clear: none !important;
  float: left !important;
  margin: 0 5px;
  width: 15% !important;
}

/* Styles pagelist on how to apply page, and Meet your counselor page */
.page-id-2344 .page-list-ext-item, .page-id-2354 .page-list-ext-item, .page-id-7094 .page-list-ext-item{
  clear: none !important;
  display: inline;
  float: left;
  margin: 0 2% !important;
  min-height: 250px;
  width: 29%;
}
.page-id-157 #full-image img {
  display: none;
}

.page-id-10368 #full-image { 
z-index: -1 !important; 
} 


/* MAJORS PAGE STYLES */
/*offset site inner on all Majors subpages */
.parent-pageid-78 .site-inner {
  /* margin-top: -50px; */
  position: relative;
}
/* Style page list on Majors and Minors pages */
.page-id-78 .entry-content .page-list .page_item,
.page-id-125 .entry-content .page-list .page_item {
  float: left;
  line-height: 1.2em;
  list-style-position: outside;
  margin: 0 0 10px !important;
  padding: 0 !important;
  width: 50%;
}
.page-id-78 .entry-content .page-list .page_item a,
.page-id-125 .entry-content .page-list .page_item a {
	color: #bc7000;
}
.page-id-78 .entry-content .page-list .page_item a:hover,
.page-id-125 .entry-content .page-list .page_item a:hover {
	color: #a2ad00;
}

#full-image img {
  width: 100%;
   }

#full-image {
  text-align: center;
  background: #5b4a3a;
  line-height: .5em;
 }
/*  .flex-direction-nav a {
    background: url("http://69.195.124.184/~mcneilvt/wordpress/wp-content/uploads/2014/09/arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
} */

.widget-area .page-list-ext .page-list-ext-image {
  display: inline;
  float: left;
  margin: 20px 15px 15px 0;
}
.page-list {
	font-size: 16px;
}

.sidebar  ul.page-list > .page_item > a {
  font-weight: 600;
  padding-left: 2%;
}
.clear-line {
  border-bottom: 1px solid #ebe7e0;
  clear: both;
}
.event-details {
	font-size:14px !important;
	margin-top:15px;
}
.wp-caption.alignright {
  background: none repeat scroll 0 0 transparent;
  padding: 10px 1.5%;
}
.more-link {
  clear: left;
  display: block;
	margin-top:5px;
}

.entry-image.attachment-page {
  margin: 0 0 0 10px;
}
a.button,
.button a,
.more-from-category > a {
  background: none repeat scroll 0 0 #a2ad00;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: museo-slab;
  font-weight: 400;
  margin: 3px;
  padding: 10px 25px;
}
a.button:hover,
.button a:hover,
.more-from-category > a:hover {
  background: none repeat scroll 0 0 #5b4a3a !important;
  color:#fff;
}
.more-from-category > a {
	float: left;
}
a.button.secondary,
.button.secondary a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #5b4a3a;
  color: #5b4a3a;
  float:left;
}
a:hover.button.secondary,
.button.secondary a:hover {
  border: 1px solid #5b4a3a;
  color: #fff;
  float:left;
}
a.button.download, .button.download a {
  background: #9c3c25 url("images/download-icon.png") no-repeat scroll right center;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: left;
  font-weight: 400;
  margin: 3px;
  padding: 10px 50px 10px 25px;
}
a.button.download:hover, .button.download a:hover {
  background: #5b4a3a url("images/download-icon.png") no-repeat scroll right center !important;
}

.ecs-all-events > a {
  background: #473729 none repeat scroll 0 0;
  color: #fff !important;
  display: inline !important;
  font-size: 14px;
  line-height: 3em;
  padding: 10px !important;
}
.ecs-all-events > a:hover {
  background: #bc7000 none repeat scroll 0 0;
}

/* removes content indent from listings */
.listing-details .content {
  margin: 0 !important;
  padding: 0 !important;
}
/* makes wpbdp category columns fully responsive */
ul.wpbdp-categories > li {
  min-width: 200px;
}
.wpbdp-listing-excerpt .listing-actions {
  margin: 20px 2.5% !important;
}
.wpbdp-listing-excerpt.odd {
	background-color:#fff !important;
}
.wpbdp-listing-excerpt {
   border-top: 1px solid #333333 !important;
   padding: 15px 0 0 !important; }

.wpbdp-bar {
  background: none repeat scroll 0 0 transparent !important;
}

#wpbdp_searchwidget-2 h4 {
  color: #3C4442;
}
.wpbdp-listing-single .main-image img {
  border: 0px solid #333333 !important;
}

.widget-area .page-list-ext-title {
  border-top: 1px solid #CCCCCC;
  font-size: 20px;
  margin-top: 10px;
  padding-top: 10px;
}
.page-list-ext .page-list-ext-image {
  display: inline;
  float: left;
  margin: 5px 15px 5px 5px;
}
.widget-wrap .page-list-ext-item {
  width: 100% !important;
}
.page-list-ext-item-content {
	line-height:1.4em;
	font-size:14px;
}
.page-list-ext-title {
	font-size:16px;
	margin:10px 0 5px 0;
	padding:0;
}

.sidebar p {
  line-height: 1.75em;
  margin: 0 0 5px;
}

.entry-content > h3 {
  margin: 0;
  padding: 20px 0 8px;
}
.single-faculty .entry-content h3 {
  clear: left;
  margin: 0;
  padding: 10px 0 3px;
}

.footer-widgets p {
  color: #59432b;
  line-height: 1.35em;
  margin: 0 0 10px;
}

.footer-widgets .event-date {
  color: #333;
	margin-bottom:5px !important;
}

.flexslider {
  margin: 0 !important;
}
.flex-control-nav {
  bottom: 20px !important;
  z-index: 9999;
}
.category-name {
  background: none repeat scroll 0 0 #6EBA40;
  font-weight: 700;
  margin-bottom: 0;
  padding: 10px 1.5%;
  text-transform: uppercase;
}
.entry-content .event-list ul li {
  list-style-type: none;
}

input#intextbox, select, textarea {
  background-color: #fff;
  border: 0 solid #eaf4f8;
  padding: .8rem !important;
  width: 250px;
	margin-right:1%;
}
.home-featured {
    background-color: #eaf4f8;
    border: 1px solid #ddd;
    padding: 25px;
}

 .home .site-inner {
  margin-top: 0;
  padding-bottom: 0;
} 

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

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
/* background: #f8f3ec url("images/dark-background-tile.jpg") repeat scroll 0 0; */
	 background: url("images/off-white-paper-tile.jpg") repeat scroll 0 0 #f8f3ec; 
	color: #5b4a3a;
	font-family: 'myriad-pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:400;
	line-height: 1.5em;
}

body.eleven40-landing {
	background: url(images/texture.png);
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #3C4442;
	color: #fff;
}

::selection {
	background-color: #3C4442;
	color: #fff;
}

a,
.sidebar a:hover {
	color: #a2ad00;
	text-decoration: none;
}

a:hover, .sidebar .menu a {
	color: #5B4A3A;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #3C4442;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5B4A3A;
	font-family:"museo-slab", sans-serif;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
	margin-bottom: 4px;
	margin-top:20px;
	padding: 0;
	clear:left;
}
/* ABOUT PAGES - RED - Recolor h1's and h2's */
.page-id-6 .h1, .page-id-6 h2,
.parent-pageid-6 h1,.parent-pageid-6 h2,

.parent-pageid-178 h1, .parent-pageid-178 h2,
.parent-pageid-176 h1, .parent-pageid-176 h2,
.parent-pageid-174 h1, .parent-pageid-174 h2 {
	color: #9c3c25;
}
/* About pages, current page styles */
.page-id-6 .sidebar .current_page_item > a,
.parent-pageid-6 .sidebar .current_page_item > a,
.parent-pageid-178 .sidebar .current_page_item > a,
.parent-pageid-176 .sidebar .current_page_item > a,
.parent-pageid-174 .sidebar .current_page_item > a   {
	color: #9c3c25;
}
/* About Page - secondary nav bg color */
.page-id-6 .nav-secondary,
.parent-pageid-6 .nav-secondary,
.parent-pageid-174 .nav-secondary,
.parent-pageid-176 .nav-secondary,
.parent-pageid-178 .nav-secondary,

/* About Page - button bg color */
.page-id-6 a.button,
.parent-pageid-6 a.button,
.parent-pageid-174 a.button,
.parent-pageid-176 a.button,
.parent-pageid-178 a.button {
	background: #9c3c25;
}

/* ACADEMICS PAGES - ORANGE - Recolor h1's and h2's */
.page-id-78 .h1, .page-id-78 h2,
.parent-pageid-76 h1, .parent-pageid-76 h2,
.parent-pageid-78 h1, .parent-pageid-78 h2,
.parent-pageid-125 h1, .parent-pageid-125 h2,
.single-faculty h1, .single-faculty h2 {
	color: #bc7000;
}

/* Academics pages, current page styles */
.page-id-78 .sidebar .current_page_item > a,
.parent-pageid-76 .sidebar .current_page_item > a,
.parent-pageid-125 .sidebar .current_page_item > a {
	color: #bc7000;
	/* background: url("images/white-stripe.gif") repeat scroll 0 0  #fff; */
}

/* Academics Page - secondary nav and button bg color */
.page-id-78 .nav-secondary,
.parent-pageid-76 .nav-secondary,
.parent-pageid-125 .nav-secondary,
.single-faculty .nav-secondary,

.page-id-78 a.button,
.parent-pageid-76 a.button,
.parent-pageid-78 a.button,
.parent-pageid-125 a.button {
	background: #bc7000;
}

h1 {
	font-family: "sketchnote-square" , sans-serif;
	font-size: 32px;
	margin-top: 0;
	text-transform: uppercase;
}

h2 {
	color: #bc7000;
	font-family: "sketchnote-square" , sans-serif;
	font-size: 28px;
	margin-top:20px;
	text-transform: uppercase;
}

h3 {
	font-size: 20px;

}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
img,
object,
video,
.wp-caption {
	max-width: 100%;
	height:auto;
}
iframe {
	max-width: 100%;
}
/* img {
	height: auto;
} */

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #eee;
	box-shadow: 1px 1px 3px #eee inset;
	border:1px solid #ccc;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px;
	padding: .8rem;
	width: 100%;
}
select {
  width: 40%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #3C4442;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'myriad-pro', sans-serif;
	font-weight: 400;
	padding: 16px 24px;
	padding: .6rem 1.4rem;
	text-transform: uppercase;
	width: auto;
	margin:0 1% 1% 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #003764;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

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

.wrap {
	margin: 0 auto;
	max-width: 1360px;
	padding: 0 2%;
}

.eleven40-landing .wrap {
	max-width: 800px;
}

.site-inner {
  background: #fff url("images/white-stripe.gif") repeat-x scroll 0 -10px;
  clear: both;
  margin: 0 auto 0;
  max-width: 1360px;
  padding: 40px 0;
  position: relative;
}
.has-featured-image .site-inner {
	margin-top: -80px;
}
.single-faculty.has-featured-image .site-inner {
	margin-top: 0;
}

.site-inner .wrap {
	border-bottom: 0;
}

.eleven40-landing .site-inner {
	margin: 0;
	padding: 0;
}

.eleven40-landing .site-inner .wrap {
	border: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.content-sidebar-wrap  .content {
	width: 63%;
}
 
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

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

/* Content */

.content {
  margin-right: 3%;
  padding: 10px 0;
  /* width: 63%; */
}

.intro-content {
  border-bottom: 1px solid #ebe7e0;
  border-top: 1px solid #ebe7e0;
  display: block;
  font-family: museo-slab;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25em;
  padding: 18px 0;
}
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
	width: 72%;
}

.content-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.content-sidebar-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.sidebar-content-sidebar .content {
	float: left;
}

.sidebar-content .content {
	border-right: none;
	float: right;
	padding-right: 0;
}

.sidebar-sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.full-width-content .content {
	border: none;
	padding: 20px 0 0;
	padding: 2rem 0 0;
	width: 100%;
}

/* Primary Sidebar */

.sidebar.widget-area {
  padding: 0;
  margin-bottom:30px;
}

.sidebar-primary {
	float: left;
	width: 30%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-right: 2%;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 25%;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: 48%;
}

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

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

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
	font-size: 24px;
	line-height: 1.2;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.sticky {
}

.search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.featured-content .alignleft img,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.featured-content .alignright img,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0;
	text-align: left;
	color:#999;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
  font-size: 13px;
  margin-bottom: 32px;
  padding: 0 0 20px;
  text-align: right;
}
.breadcrumb a {
  color: #a2ad00;
}
.breadcrumb a:hover {
  color: #ccc;
}

.archive-description,
.author-box {
	color: #333;
	margin-bottom: 20px;
	padding: 0;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
	margin: 0 -40px 40px;
}

.archive-description h1,
.author-box h1 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	text-transform:uppercase;
}

.archive-description p,
.author-box p {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Headings
--------------------------------------------- */
.home .entry-title {
  color: #f2ede7;
  font-family: "museo-slab",sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
  text-transform: none;
}

.home .content p {
	color:#c4b295;
}
.entry-title {
	font-size: 32px;
  	padding: 0;
	margin-bottom:30px;
}
h1.entry-title {
	font-family: "sketchnote-square" , sans-serif;
	font-size: 42px;
	line-height: 1em;
	margin-bottom: 15px;
}

/* CUSTOM H1 and ENTRY TITLES */
.post-type-archive-faculty h1.entry-title a {
	color:#bc7000;
	font-family: "museo-slab" , sans-serif;
	font-size: 32px;
	line-height: 1.2ems;
	text-transform: none;
}
.archive h1.entry-title a,
.archive h1.entry-title {
	font-family: "museo-slab" , sans-serif;
	font-size: 25px;
	font-weight: 300;
	text-transform: none;
}

/* Default Widget Title */
.widgettitle {
  clear: left;
  color: #a2ad00;
  font-family: myriad-pro;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.site-header .widget-area .widgettitle {
	color: #fff;
	margin-bottom: 4px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

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

.featured-content .entry {
	margin-bottom: 5px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 24px;
}
.homepage-featured {
	padding: 0 2%;
}
.homepage-featured .featured-content {
	width: 14.5%;
	margin: 0 1%;
	float: left;
}
.homepage-featured .featured-content .entry-title {
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 0 0 10px;
}
.homepage-featured .featured-content .entry-image.attachment-page {
	margin: 0 auto;
	display: block;
	width: auto;
}
.homepage-featured .wrap {
	padding: 40px 0 20px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

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

div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}


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

.site-header {
  background: url("images/off-white-paper-tile.jpg") repeat scroll 0 0 #fff;
  border-bottom: 9px solid #a2ad00;
  min-height: 65px;
  position: relative;
  width: 100%;
  z-index: 8;
}
.site-header .wrap {
	padding: 0;
}
 .home .site-header {
  position: absolute;
  margin-top: 60px;
} 

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
	width: 46%;
	float: left;
}
.site-title {
  font-family: "myriad-pro",sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0 10px;
  padding: 20px 0 5px;
  text-align: center;
  text-transform: uppercase;

}

.header-image .site-title {
	padding: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
z-index: 99999;
}

.site-description {
	border-bottom: double #ddd;
	border-top: double #ddd;
	font-family: 'Lora', serif;
	font-size: 30px;
	overflow: hidden;
	margin: 40px 0 0;
	margin: 4rem 0 0;
	padding: 24px 0;
	padding: 2.4rem;
	text-align: center;
	display:none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	/* text-indent: -9999px;*/
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #777;
	float: right;
	text-align: right;
	width: 54%;
	font-size: 12px;
	margin: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 6px;
	margin-top: 0.6rem;
}

.site-header .widget_text {
	margin-top: 7px;
	margin-top: .7rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'myriad-pro', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}
.genesis-nav-menu .sub-menu {
	font-family: "myriad-pro", arial, sans-serif;
	color:#fff;
}
.genesis-nav-menu .sub-menu .sub-menu {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.genesis-nav-menu .sub-menu {
	margin-top: 9px;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #3C4442;
	display: block;
	padding: 5px 5px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #000;
	text-decoration: none;
}
.genesis-nav-menu.menu-secondary a {
	padding:0;

}
.genesis-nav-menu > .menu-item > a {
  border-bottom: 9px solid #A2AD00;
  color: #98a201;
  font-weight: 600;
  margin-bottom: -9px;
  padding: 35px 15px 26px;
  text-align: center;
}
.genesis-nav-menu > .menu-item > a:hover {
  border-bottom: 9px solid #3A2D20;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #BFBAB4;
	color: #fff;
	letter-spacing: 0;
	padding: 10px 10px;
	position: relative;
	width: 284px;
}
.genesis-nav-menu .sub-menu a:hover {
	color: #ffcc00;
	background: #3A2D20;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu .sub-menu .menu-item:hover > .sub-menu {
	left: 0;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 22px 18px;
	padding: 2.2rem 1.8rem;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 8px 12px 0 0;
	padding: 0.8rem 1.2rem 0 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */
/* Hides second submenu in ALL top nav 
.header-widget-area .nav-primary .sub-menu .sub-menu {
  display: none;
}*/

.site-header .sub-menu a {
	background: #a2ad00;
}

/* .site-header .current-menu-item > a,
.site-header .genesis-nav-menu a:hover,
.site-header .sub-menu a:hover {
	color: #5B4A3A;
} */


/* Custom color coding for Header Navigation */
/* Sustainability - evergreen */
.site-header .menu-item-4073.current-menu-item > a,
.site-header .menu-item-4073.genesis-nav-menu a:hover,
.site-header .menu-item-4073.sub-menu a:hover,
.genesis-nav-menu > .menu-item-4073.menu-item > a:hover,
.current-page-ancestor.menu-item-4073 > a {
	color: #4b6b31;
	border-bottom-color: #4b6b31;
}
.site-header .menu-item-4073 .sub-menu a {
	background-color: #4b6b31;
	border-bottom: 1px solid #41592E;
}
.site-header .menu-item-4073 .sub-menu .sub-menu a {
	background-color: #425e2b;
	border-bottom: 1px solid #395125;
}
.site-header .menu-item-4073 .sub-menu .sub-menu .sub-menu a {
	background-color: #395125;
	border-bottom: 1px solid #2f441e;
}


/* Academics - Orange */
.site-header .menu-item-19.current-menu-item > a,
.site-header .menu-item-19.sub-menu a:hover,
.site-header .menu-item-19.genesis-nav-menu a:hover,
.genesis-nav-menu > .menu-item-19.menu-item > a:hover,
.single-faculty .menu-item-19 > a,
.current-page-ancestor.menu-item-19 > a {
	color: #bc7000;
	border-bottom-color: #bc7000;
}

.site-header .menu-item-19 .sub-menu a {
	background: #bc7000;
	border-bottom: 1px solid #a85d17 !important;
}
.site-header .menu-item-19 .sub-menu .sub-menu a {
	background: #a85d17;
	border-bottom: 1px solid #bc7000 !important;
}
.site-header .menu-item-19 .sub-menu .sub-menu .sub-menu a {
	background: #8C4A10;
	border-bottom: 1px solid #a85d17 !important;
}
 .site-header .menu-item-20 .sub-menu a {
	background: #9c3c25;
	border-bottom: 1px solid #87321F !important;
	color: #fff;
}
 .site-header .menu-item-20 .sub-menu .sub-menu a {
	background: #87321F;
	border-bottom: 1px solid #9c3c25 !important;
	color: #fff;
}
.site-header .menu-item-18 .sub-menu a {
	background: #33261b;
	border-bottom: 1px solid #473729;
}
.site-header .menu-item-18 .sub-menu .sub-menu a {
	background: #1C130D !important;
	border-bottom: 1px solid #33261b !important;
}
.site-header .menu-item-18 .sub-menu .sub-menu .sub-menu a {
	background: #0A0604 !important;
	border-bottom: 1px solid #33261b !important;
}

/* Student Life - Blue */
.site-header .menu-item-17.current-menu-item > a,
.site-header .menu-item-17.genesis-nav-menu a:hover,
.site-header .menu-item-17.sub-menu a:hover,
.genesis-nav-menu > .menu-item-17.menu-item > a:hover,
.current-page-ancestor.menu-item-17 > a {
	color: #1a5a7d;
	border-bottom-color: #1a5a7d;
}
.site-header .menu-item-17 .sub-menu a {
	background: #1a5a7d;
	border-bottom: 1px solid #2C4551;
}
.site-header .menu-item-17 .sub-menu .sub-menu a {
	background: #164e6c;
	border-bottom: 1px solid #2C4551;
}

.site-header .menu-item-17 .sub-menu .sub-menu .sub-menu a {
	background: #144560;
	border-bottom: 1px solid #113c54;
}

/* Admissions - Brown */
.site-header .menu-item-18.current-menu-item > a,
.site-header .menu-item-18.genesis-nav-menu a:hover,
.site-header .menu-item-18.sub-menu a:hover,
.genesis-nav-menu > .menu-item-18.menu-item > a:hover,
.current-page-ancestor.menu-item-18 > a {
	color: #473729;
	border-bottom-color: #473729;
}

/* About - Red */
.site-header .menu-item-20.current-menu-item > a,
.site-header .menu-item-20.genesis-nav-menu a:hover,
.site-header .menu-item-20.sub-menu a:hover,
.genesis-nav-menu > .menu-item-20.menu-item > a:hover,
.current-page-ancestor.menu-item-20 > a {
	color: #9c3c25;
	border-bottom-color: #9c3c25;
}



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

.nav-primary .wrap {
	border: none;
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a:hover {
	color: #eee;
	background-image: url("images/dark-stripes-bg.png") !important;
}

.nav-primary .sub-menu .current-menu-item > a {
	color: #fff;
}

/* Testimonial Widget Styles */
h2.testimonial_rotator_slide_title {
  color: #5b4a3a;
}
body .testimonial_rotator .testimonial_rotator_slide_title {
  margin: 0 11% 5px;
}

.testimonial_rotator_widget blockquote cite, .testimonial_rotator_slide_title {
  bottom: -42px;
  color: #333;
  display: block;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  margin-top: 3.5em !important;
  padding-top: 14px !important;
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%;
}
.testimonial_rotator_slide_title:before {
	content: "— "
}
.widget.TestimonialRotatorWidget {
  margin-bottom: 35px;
}
.testimonial_rotator_widget_wrap {
  margin-bottom: 44px;
  position: relative;
}
#testimonialrotatorwidget-3 blockquote, .testimonial_rotator_quote {
  color: #bc7000;
  content: "“";
  font-family: museo-slab;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 1% 20px;
}


/* Secondary Navigation
--------------------------------------------- */
.nav-secondary .wrap {
  max-width: 1390px;
  padding: 0 2%;
}
.nav-secondary {
  background: url("none") repeat scroll 0 0 #5b4a3a;
  position: relative;
  width: 100%;
  z-index: 9;
}
 .home .nav-secondary {
	margin-bottom:-60px;
	background: transparent url("none") repeat scroll 0 0;
} 
.menu.genesis-nav-menu.menu-secondary {
  text-align: right;
}
.genesis-nav-menu.menu-secondary > .menu-item > a {
  border-bottom: 0 none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  padding: 10px 10px;
  text-align: center;
  text-shadow: 0 0 3px #000, 0 0 2px #000, 0 0 0 #000;
  text-transform: uppercase;
}
.genesis-nav-menu.menu-secondary a:hover {
	color: #a2ad00;
}

.genesis-nav-menu.menu-secondary .menu-item {
  border-right: 0 solid #c4b295;
 /*  display: inline-block; */
  text-align: left;
}

.nav-secondary,
.nav-secondary .sub-menu a {
	color: #fff;
}

.nav-secondary .wrap {
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	color: #003764;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #fff;
}


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

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	position:relative;
}

.single .entry {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.eleven40-landing .entry {
	background-color: #fff;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 18px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 20px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {  
	list-style-position: outside;  
	list-style-type: disc;
	margin: 0 20px;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
}

.entry-footer .entry-meta {
	padding-top: 12px;
	padding-top: 1.2rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-family: 'myriad-pro', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #3C4442;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	background-color: #003764;
	text-decoration: none;
}

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

.entry-comments,
.ping-list {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

.comment {
	background-color: #eaf4f8;
	border: 2px solid #fff; 
	border-right: none; 
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #eaf4f8;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 0px;
	padding-top: 0rem;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
  	border-bottom: 1px solid #ebe7e0;
	list-style-type: none;
	word-wrap: break-word;
}
.sidebar li a {
  display: block;
  padding: 5px 0;
}
.sidebar li li a {
  border-bottom: 1px solid #eee;
  padding-left: 10px;
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar ul ul {
	border: 0px solid #ccc !important;
	 background: #f8f3ec;
}

.sidebar ul ul li {
	border:0px;
	list-style-type: none;
}
.sidebar ul ul ul {
  	background: #fff none repeat scroll 0 0;
	margin:0 12px 10px
}
.sidebar-content .sidebar h4 {
  clear: both;
  color: inherit;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: none;
}

.sidebar .widget {
	margin-bottom: 35px;
}

.sidebar .search-form {
	width: 100%;
}


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

.footer-widgets {
	background: #a2ad00 url("images/footerbg.jpg") repeat scroll 0 0;
	clear: both;
	padding: 40px 2%;
}

.footer-widgets a, .footer-widgets a:visited  {
	color: #59432b
}
.footer-widgets a:hover,
#black-studio-tinymce-6 h4 a:hover,
#black-studio-tinymce-6 a:hover h4 {
	color: #fff
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  background: url("images/footer-widget-bg.png") repeat scroll 0 0 #a2ad00;
  padding: 0 2%;
  width: 33.5%;
-webkit-box-shadow: 0px 0px 12px 0px rgba(152,160,1,1);
-moz-box-shadow: 0px 0px 12px 0px rgba(152,160,1,1);
box-shadow: 0px 0px 12px 0px rgba(152,160,1,1);
}
.footer-widgets-2 {
width: 28%;
-webkit-box-shadow: 0px 0px 12px 0px rgba(152,160,1,0);
-moz-box-shadow: 0px 0px 12px 0px rgba(152,160,1,0);
box-shadow: 0px 0px 12px 0px rgba(152,160,1,0);
}
.footer-widgets-1, .footer-widgets-2  {
	margin-right: 2.5%;
}
.footer-widgets-2 {
  padding: 0;
  background: none;
}
.footer-widgets-3 {
	margin-right:0;
}
.footer-widgets-1, .footer-widgets-3 {
  border-top: 8px solid #473729;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}
.footer-widgets-4 {
	float: right;
}
.footer-widgets .widget {
	margin-bottom: 32px;
}

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px solid #7a8000;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 4px;
	padding-bottom: 4px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .latest-tweets li span a {
	color: #ccc;
}
#menu-main-nav.genesis-nav-menu > .menu-item {
  border-right: 1px solid #ccc;
  margin-left: -5px; /* removes gap between header menu items */
}


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

.site-footer {
	background: #473729;
	font-size: 14px;
	padding: 24px 0;
	text-align: left;
}

.site-footer,
.site-footer a {
	color: #a79884;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

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

	/* Resizes homepage slider logos */
	.home-slider-overlay img.aligncenter {
		width: 100px;
	}
	.home-slider-overlay {
		width: 300px;
	}

	.home .metaslider .caption {
		font-size: 32px;
	}
	
}

/* iPads (portrait)
--------------------------------------------- */

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


	.home-news .widget.widget_black_studio_tinymce {
		float: left;
		width: 100%;
	}
	.responsive-tabs .responsive-tabs__panel {
		height: inherit;
		overflow: scroll;
	}

	/* Adjust HP Slider on mobile */
	.home #metaslider_container_25 .caption {
	  font-size: 28px;
	}
	.home #metaslider_container_25 .caption-wrap {
		bottom: 0;
		left: 0;
		margin: 0;
		opacity: 1;
		padding: 15px 7%;
		position: relative;
		width: 100%;
		background: #a2ad00;
	}

	.home .site-header {
	  margin-top: 0;
	  position: relative;
	}
	.home .widget.widget_metaslider_widget {
		min-height:0;
	}

	/* rework hp slider caption on phones */
	.home #metaslider_container_25 .caption span {
	  color: #dcddba;
	  display: block;
	  font-family: "myriad-pro";
	  font-size: 16px;
	  font-weight: 700;
	  line-height: 1.1;
	}
	.home .metaslider .caption-wrap {
	  background: url("images/green-transparent-bg-tile.png") repeat scroll 0 0 transparent;
	  position: relative;
	  width: 100%;
	  bottom: 0;
	  left: 0;
	  padding: 0;
	}
	.home-slider-overlay {
	  display: block;
	  padding: 0 0 30px;
	  position: relative;
	}
	.home-slider-overlay img.aligncenter {
	  display: inline;
	  margin: 0;
	  max-width: 80px;
	  width: 18%;
	}
	.home-slider-overlay {
	  top: 20px;
	  width: 100%;
	}
	.home-slider-overlay-wrap.wrap {
	  background: #473728 url("/wordpress/wp-content/themes/eleven40-pro/images/dark-background-tile.jpg") repeat scroll 0 0;
	  display: block;
	  position: relative;
	}






.story-column {
  float: left;
  padding: 10px 2%;
  text-align: center;
  width: 29%;
}
.footer-widgets-1, .footer-widgets-2 {
	margin: 20px 0 0;
}
.home #metaslider_container_25 .caption {
	font-size: 36px;
}
	.nav-primary .wrap {
 		border-top: 1px solid #ccc !important;
	}
.has-featured-image .site-inner {
  margin-top: 0;
}
.home-news .widget.featured-content.featuredpost {
  padding-bottom: 25px;
  width: 100%;
}
.home .type-stories {
  float: left;
  margin-right: 2%;
  width: 31%;
}
.home-news .widget.featured-content.featuredpost {
  float: left;
}
.genesis-nav-menu > .menu-item > a {
  padding: 8px 15px 8px;
}
	#visual_composer_addon-2 {
		float: right;
		width: 100%;
}

	.home .metaslider .caption {
 		font-size: 24px;
	}
	.home .widget.widget_metaslider_widget {
		margin-top:0;
	}

	.header-image .site-header .title-area {
		background-position: center center !important;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.title-area
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.major-minors-box,
	.wrap,
	.content-sidebar-wrap  .content {
		width:100%;
	}

	.site-header {
		position: relative;
	}

	.site-inner,
	.home #metaslider_container_25 .caption-wrap {
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 10px 6px;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.content {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.author-box {
		padding: 20px;
		padding: 2rem;
	}

	.sidebar-content-sidebar .author-box {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	.title-area {
  		float: none;
  		margin: 0 auto;
  		width: 100%;
	}
	.site-title {
		padding: 11px 0 5px
	}

}

/* iPhones (portrait and landscape)
--------------------------------------------- */

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


.breadcrumb {
  text-align: left;
}

.homepage-featured .featured-content {
	width: 31.333%;
	margin: 0 1%;
	float: left;
}

.footer-widgets .one-third {
	width: 33.333333%;
}

.pre-footer h4 {
  margin: 52px 0 14px;
  text-align: center;
}

.story-column {
  float: left;
  padding: 10px 2%;
  text-align: center;
  width: 46%;
}
.social-footer {
  width: 100%;
}

	.home .entry-title {
		font-size: 18px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.major-minors-box,
	.wrap,
	.content-sidebar-wrap  .content {
		width: 100%;
	}

.admissions-box img.alignleft {
  width: 50% !important;
}


.home .type-stories {
  float: left;
  margin-right: 2%;
  width: 100%;
}
.upw-posts .entry-image {
	max-height: none;
	overflow: visible;
	height: auto;
}

.page-id-2344 .page-list-ext-item, .page-id-2354 .page-list-ext-item {
  width: 42%;
}

.home .nav-secondary {
  background: #473729 url("none") repeat scroll 0 0;
  margin-bottom: 0;
}

.page-id-78 .entry-content .page-list .page_item, .page-id-125 .entry-content .page-list .page_item {
	width: 100%;
}

	#menu-main-navigation.genesis-nav-menu > .menu-item {
  		border-right: 0;
	}
.home .page-list-ext .page-list-ext-item {
  width: 47% !important;
}













.query-row {
  height: 375px;
  width: 43%;
}
.faculty-box {
  width: 100%;
}

.listing-item {
  min-width: 100%;
}

/* Resyles secondary nav on mobile */
.nav-secondary .genesis-nav-menu a {
  display: inline-block;
  float: left;
}

.sidebar.widget-area {
  padding: 10px 6% 20px;
}
.content {
  padding: 10px 4% !important;
}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}


}



/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

.nav-primary {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */

@media only screen and (min-width: 568px) {

	.nav-primary {
		display: block !important;
	}
}

/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */

@media only screen and (max-width: 567px) {
	
	/* QTip stylesheet override - TEST */
	.qtip.qtip-focus {
		left: 10% !important;
		width: 80% !important;
	}

.homepage-featured .featured-content {
	width: 47.5%;
	margin: 0 1%;
	float: left;
}

 .genesis-nav-menu.menu-primary > .menu-item {
  border-bottom: 1px solid #332417;
}

.genesis-nav-menu .sub-menu {
	margin-top: 0;
}

.content {
  padding: 10px 0 !important;
  margin: 0;
}

.genesis-nav-menu .menu-item a,
.genesis-nav-menu > .menu-item > a {
  border-bottom: 0px solid #a2ad00;
  color: #fff !important;
  /* font-weight: 600; */
  margin-bottom: 0;
  text-align: left;
}
	.genesis-nav-menu > .menu-item > a {
		border: 0px !important;
	} 
	.nav-primary {
  		border-top: 9px solid #a2a700;
	}
	
	 .site-title {
		width: 85%;
	}

	.nav-primary .wrap {
		border-top: 0px solid #ccc !important;
	}

	#menu-main-nav.genesis-nav-menu > .menu-item {
	  border-right: 0 solid #ccc;
	  margin-left: 0;
	}

	.menu-toggle, .sub-menu-toggle {
	  display: block;
	  float: right;
	  font-size: 34px;
	  font-weight: 700;
	  margin: 0;
	  overflow: hidden;
	  padding: 7px 17px 30px 0;
	  text-align: center;
	  visibility: visible;
	}

	button.menu-toggle {
		background-color: transparent;
		color: #5b4a3a;
		position: absolute;
		right: 0;
		top: 0;
	}
	button.sub-menu-toggle {
		background-color: transparent;
		color: #fff;
	}

.sub-menu-toggle {
  color: inherit;
  font-size: 20px;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  top: 0;
}

	.menu-toggle:before {
		content: "\2261";
	}

	.menu-toggle.activated:before {
		content: "\2191";
	}

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.activated:before {
		content: "-";
	}

	.nav-primary {
		display: none;
		/* margin-top: 68px; */
		position: relative;
	}

	.nav-primary .genesis-nav-menu .menu-item {
		background-color: #473729;
		display: block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	/* .genesis-nav-menu .sub-menu .sub-menu a {
		background: url("images/dark-stripes-bg.png");
		padding-left: 30px;
	} */

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 20px;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #333;
	}

}

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


	.homepage-featured .featured-content {
		width: 97.5%;
		margin: 0 1%;
		float: left;
	}
	.site-title {
		background: url("images/logo-mobile.png") no-repeat center center;
		height: 55px;
	}
	.site-title a {
		color: transparent;
		display: block;
		height: 55px;
	}
	.site-title a img {
		display: none;
	}

	.footer-widgets .one-third {
		width: 100%;
	}
	#black-studio-tinymce-6 h4 {
  		margin: 5px 0;
	}

	.footer-widgets-3 {
		padding: 0 6%;
	}
	.footer-widgets-3 img {
  		display: block;
  		float: none;
  		margin: 0 auto !important;
	}
	#black-studio-tinymce-6 img {
  		display: block;
  		margin: 0 auto;
  		max-width: 60%;
	}

	#black-studio-tinymce-6 {
		margin-top: 20px;
	}
	.story-column {
  		float: left;
 		padding: 10px 2%;
  		text-align: center;
  		width: 96%;
	}
	.nav-primary .wrap {
 		border-top: 0px solid #ccc !important;
	}
	.menu-toggle, .sub-menu-toggle {
  		padding: 7px 17px 12px 0;
	}
	h1.entry-title {
  		font-size: 28px;
	}

	.page-id-2344 .page-list-ext-item, .page-id-2354 .page-list-ext-item {
 		width: 100%;
  		min-height: 0;
	}
	.admissions-quick-links {
  		float: none;
  		margin: 10px 0 20px;
  		max-width: none;
  		padding: 0;
  		width: 100%;
	}

	.home #metaslider_container_25 .caption {
  		font-size: 18px;
	}
	.home .page-list-ext .page-list-ext-item {
  		width: 100% !important;
	}
	.query-row {
  		height: 375px;
  		width: 100%;
	}
	.genesis-nav-menu.menu-secondary > .menu-item > a {
		padding: 5px 5px 0;
	}

	.menu.genesis-nav-menu.menu-secondary {
  		text-align: center;
	}
	.promo-green, .promo-lime, .promo-orange {
  		min-height: 0;
	}
	.alignright {
		float:none;
		margin: 10px 0 !important;
	}
	.header-image .site-header .title-area {
		background-size: contain;
	}
}