/*
	Theme Name: Trestle
	Theme URI: http://demo.mightyminnow.com/theme/trestle
	Template: genesis
	Description: Trestle is a Genesis child theme for developers based on the default <a href="http://www.genesisframework.com/">Genesis 2.0 Sample Theme</a>. It features mobile first CSS, helpful theme options, and lots more tools to support your development process.
	Author: MIGHTYminnow
	Author URI: http://www.mightyminnow.com/
	Version: 1.0.0
	Tags: black, gray, red, white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, front-page-post-form, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, genesis, mobile-first, responsive, clean
	Text Domain: trestle
*/

/* Colors

	#8f1600 - red
	#e7ad26 - yellow
	#ffbb2b - light yellow
	#dedede - light gray

*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Links
		- Headings
		- Objects
		- Forms & Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Bubble Layout
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Plugins & Widgets
		- Featured Content
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Extender
		- Gravity Forms
		- Jetpack
		- FancyBox for WordPress
		- MapPress
		- Simple Section Navigation
		- Events Manager
		- Simple Newsletter Signup
		- Visual Composer
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- General Navigation
		- Sub Navigation
		- Site Header Navigation
		- Primary / Mobile Navigation
		- Navigation Extras
		- Sub Menus
		- Non jQuery Styles
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- General Components
	- Specific Pages
	- Media Queries

*/


/*
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:500}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:1em;margin:0}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,
.clearfix:before,
.entry: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,
.clearfix:after,
.entry: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;
}

/* Admin Bar
--------------------------------------------- */
html #wpadminbar {
	z-index: 9999 !important;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #383532;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
	font-weight: 300;
}

body.bubble {
	background-color: #f5f5f5;
}

a,
button,
input[type="text"],
input[type="search"],
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
textarea:focus,
.button,
.addthis_counter.addthis_pill_style a.atc_s {
	-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;
	-webkit-appearance: none;
	-moz-appearance: none;
}

::-moz-selection {
	background-color: #767069;
	color: #fff;
}

::selection {
	background-color: #767069;
	color: #fff;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

p,
ol,
ul,
.quote-caption,
.list-archive {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

table ul,
table li {
	margin: 0 0 0.25em !important;
	list-style-type: none !important;
}

.site-inner ol,
.site-inner ul,
.list-archive {
	margin-left: 40px;
	margin-left: 4rem;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.content li ol,
.content li ul {
	margin-top: 0.25em;
	margin-bottom: 0.45em;
}

.content ul li,
.list-archive .person {
	position: relative;
	list-style-type: none
}

.content ul > li:before,
.list-archive .person:before {
	content: "\25AA";
	position: absolute;
	top: 0.25em;
	left: -18px;
	color: #6b1100;
	font-size: 0.7em;
}

.content .em-calendar ul > li:before {
	display: none;
}

.content ol {
	counter-reset: ol-counter;
}

.content ol > li {
	position: relative;
	list-style-type: none;
}

.content ol > li:before {
	content: counter(ol-counter);
	counter-increment: ol-counter;
	position: absolute;
	top: 1.2em;
	left: -2.4em;
	width: 1.6em;
	height: 1.6em;
	margin-top: -0.8em;
	line-height: 1.6em;
	background-color: #6b1100;
	border-radius: 100%;
	color: #fff;
	font-size: .6875em;
	font-weight: 300;
	text-align: center;
}


.content ol ol,
.content ul ul {
	margin-bottom: 0;
}

strong {
	font-weight: 700;
}

.blockquote-image {
	text-align: center;
}

.blockquote-image img {
	max-width: 140px;
	border-radius: 100%;
	box-shadow: none !important;
}

blockquote,
blockquote:before {
	color: #68625c;
}

blockquote {
	margin: 20px 0 24px 2.5em;
	margin: 2rem 0 2.4rem 2.5em;
	font-size: 1.5em;
	line-height: 1.33333333em;
	font-weight: 300;
}

blockquote:before {
	content: "\201C";
	position: relative;
	display: block;
	font-family: Georgia;
	line-height: 1;
	height: 0;
	top: -0.05em;
	left: -0.45em;
}

.entry-content blockquote:before {
	font-size: 5em;
}

.sidebar blockquote:before {
	font-size: 3.5em;
}

blockquote cite {
	display: block;
	position: relative;
	margin-top: 1em;
	margin-left: 1.2em;
	font-size: 0.8em;
	line-height: 1.333333em;
	font-style: italic;
}

blockquote cite:before {
	position: absolute;
	left: -1.2em;
	content: "\2014";
}

blockquote cite i,
blockquote cite em {
	display: block;
	font-size: 0.875em;
}

.content code {
	background-color: #767069;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Links
--------------------------------------------- */

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #767069;
}

.site-inner a {
	text-decoration: underline;
}

.site-inner a,
.site-inner a .fa,
body table.em-calendar td.eventful a, 
body table.em-calendar td.eventful-today a {
	color: #8f1600;
}

.site-inner a:hover {
	color: #767069;
}

.content .attachment a,
.content .gallery a {
	border: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

.external-link,
.email-link {
	word-wrap: break-word;
}

.external-link-icons .external-link:after,
.email-link-icons .email-link:before,
.pdf-link-icons .pdf-link:before,
.doc-link-icons .doc-link:before {
	margin: 0 4px;
	white-space: nowrap;
	font-family: FontAwesome;
	font-style: normal;
}

.external-link-icons .external-link:after {
	content: "\f08e";
}

.email-link-icons .email-link:before {
	content: "\f003";
}

.pdf-link-icons .pdf-link:before {
	content: "\f1c1";
}

.doc-link-icons .doc-link:before {
	content: "\f1c2";
	color: #006599;
}

.image-link,
.image-link:hover {
	border-bottom: none !important;
	text-decoration: none !important;
}

.image-link:before,
.image-link:after,
.menu .external-link:after,
.details-full a:before,
.person .email-link:before {
	display: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.content h2.icon-heading {
	color: #383532;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 14px;
	margin: 0 0 1.6rem;
}

.content h2.icon-heading {
	margin-bottom: 5px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #6b1100;
}

h1 {
	font-size: 28px;
	font-size: 2.8rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
}

h2.icon-heading,
#ez-home-bottom-container .widget-title {
	margin-bottom: 5px;
	padding: 0.75em 0px 0.8em 10px;
	border: 1px solid #dedede;
	border-width: 1px 0;
	font-size: 1.375em;
	font-weight: 400;
	text-transform: uppercase;
}

h2.icon-heading .fa:before,
#ez-home-bottom-1 .widget-title:before {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: -10px 0.5em -10px 0;
	background-color: #8f1600;
	border-radius: 100%;
	color: #fff;
	font-family: FontAwesome;
	text-align: center;
	line-height: 2em;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.content h2 {
	clear: both;
}

.widget .entry h2 {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	font-size: 1em;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption,
.fb_iframe_widget,
.fb_iframe_widget > span {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.wp-audio-shortcode {
	clear: both;
	margin: 1.5em 0;
}

/* Forms & Buttons
--------------------------------------------- */

input,
select,
textarea,
button,
.button,
.genesis-nav-menu a,
.genesis-nav-menu > .right,
#subscribe-email input,  /* Begin Jetpack - Blog Subscription */
div.gform_wrapper input[type="email"], /* Begin Gravity Forms */
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label,
#ez-home-bottom-1 .more-from-category a,
.addthis_counter.addthis_pill_style a.atc_s,
.pagination a {
	padding: 0.4em 0.4em 0.35em;
	font-size: 14px;
	line-height: 1.25;
	outline: none;
	font-family: FontAwesome, Roboto;
}

.genesis-nav-menu a,
.genesis-nav-menu > .right,
#menu-button {
	padding: 1.2em;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #999;
	width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
}

input[type="file"],
input[type="range"] {
	padding-left: 0;
	padding-right: 0;
	border: none !important;
	box-shadow: none;
}

input:focus,
textarea:focus,
.wpb_accordion_header,
.wpb_accordion_header a {
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body .button,
#ez-home-bottom-1 .more-from-category a,
.addthis_counter.addthis_pill_style a.atc_s,
.pagination a {
	padding-left: 0.75em;
	padding-right: 0.75em;
	background-color: #8f1600;
	border: 1px solid #8f1600;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	width: auto;
	border-radius: 3px;
	font-weight: normal;
	letter-spacing: 0.02em;
	box-shadow: 2px 4px 5px 0px rgba(1, 1, 1, 0.1);
	text-decoration: none !important;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
body .button:hover,
.genesis-nav-menu input[type="submit"]:hover,
#ez-home-bottom-1 .more-from-category a:hover,
.addthis_counter.addthis_pill_style a.atc_s:hover,
.pagination a:hover {
	background-color: #767069;
	border-color: #767069;
	color: #fff;
	text-decoration: none;
}

.button {
	display: inline-block;
}

.button:before {
	display: none;
}

.button:after,
.more-link:after,
.addthis_counter.addthis_pill_style a.atc_s:after,
.pagination a:after,
.pagination-previous a:before {
	content: "\f054";
	font-family: FontAwesome;
	margin-left: 1em;
	-webkit-font-smoothing: antialiased;
}

.pagination-previous a:after {
	display: none;
}

.pagination-previous a:before {
	content: "\f053";
	margin: 0 1em 0 0;
}

.more-link:after {
	margin-left: 0.5em;
}

.content .button,
.content .button:hover,
.content .button .fa,
.content .button i,
.addthis_counter.addthis_pill_style a.atc_s:hover {
	color: #FFF;
}

/* Share This Site Button */
.addthis_counter.addthis_pill_style,
.addthis_counter.addthis_pill_style:hover {
	overflow: visible !important;
}

.addthis_counter.addthis_pill_style,
.addthis_counter.addthis_pill_style a.atc_s,
.addthis_counter.addthis_pill_style a.addthis_button_expanded,
.addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded {
	float: none;
	display: inline-block !important;
	height: auto !important;
	vertical-align: middle;
	line-height: 1.25em;
	font-family: FontAwesome, Roboto !important;
}

.addthis_counter.addthis_pill_style a.atc_s {
	color: #e8e7e6;
	background-image: none;
}

.addthis_counter.addthis_pill_style a.atc_s:before {
	content: "Share This Site";
	display: inline-block;
}

.addthis_counter.addthis_pill_style a.atc_s:after {
	content: "\f1e0";
}

body .addthis_counter.addthis_pill_style a.addthis_button_expanded,
body .addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded,
body .addthis_button_expanded * {
	display: none !important;
	position: relative;
	margin-left: 7px;
	padding: 0.4em 0 0.35em;
	background-image: none;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	font-size: inherit;
}

.addthis_counter.addthis_pill_style a.addthis_button_expanded:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #ffffff transparent transparent;
}

/* Sidebar Forms, Buttons, & Inputs */

.sidebar input,
.sidebar select,
.sidebar textarea,
.sidebar button,
.sidebar .button,
.sidebar #subscribe-email input, /* Begin Jetpack - Blog Subscription */
.sidebar div.gform_wrapper input[type="email"], /* Begin Gravity Forms */
.sidebar div.gform_wrapper input[type="text"],
.sidebar div.gform_wrapper textarea,
.sidebar .gform_wrapper .ginput_complex .ginput_left select,
.sidebar .gform_wrapper .ginput_complex .ginput_right select,
.sidebar .gform_wrapper .ginput_complex .ginput_left,
.sidebar .gform_wrapper .ginput_complex .ginput_right,
.sidebar .gform_wrapper .ginput_complex .ginput_right input[type=text] {
	width: 100% !important;
	padding: 0.5em;
}
.sidebar section {clear: both;}
.sidebar input[type="radio"],
.sidebar input[type="checkbox"] {
	width: auto !important;
}

.sidebar input[type="file"] {
	padding: 0;
}

.sidebar label {
	font-size: 0.9em;
}

.genesis-nav-menu input[type="submit"]:hover {
	background-color: #555;
	border-color: #555;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Button Colors & Classes */
body .red,
.color-widget.red:hover {
	background-color: #8f1600;
	border-color: #8f1600;
}

body .red:hover {
	background-color: #767069;
	border-color: #767069;
}

body .gray,
.color-widget.gray:hover,
.genesis-nav-menu .button,
.addthis_counter.addthis_pill_style a.atc_s {
	background-color: #767069;
	border-color: #767069;
}

body .gray:hover,
.addthis_counter.addthis_pill_style a.atc_s:hover {
	background-color: #666;
	border-color: #666;
}

.wpv-filter-form input.reset {
	background-color: #5c5650;
	border-color: #5c5650;
}

.wpv-filter-form input.reset:hover,
.wpv-filter-form input[type="submit"]:hover {
	background-color: #4c4640;
	border-color: #4c4640;
}

.genesis-nav-menu .button:hover {
	background-color: #555;
	border-color: #555;	
}

body .yellow,
.color-widget.yellow:hover {
	background-color: #e7ad26;
	border-color: #e7ad26;
}

body .yellow:hover {
	background-color: #ffbb2b;
	border-color: #ffbb2b;
}

body .spiral,
body .spiral:hover {
	background-image: url(/wp-content/uploads/2014/07/spiral-white-0.15.png);
	background-repeat: no-repeat;
	background-position: 90% 27%;
	background-size: 50%;
	border-color: transparent;
	color: #fff;
	font-size: 1em;
}

body .spiral strong {
	display: block;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.arrow-right:after {
	display: inline-block;
	content: "\00a0\00a0\f0a9";
	font-family: FontAwesome;
	line-height: 1;
}

.arrow-left:before {
	display: inline-block;
	content: "\f0a8\00a0\00a0";
	font-family: FontAwesome;
	line-height: 1;
}

/* Shadows */

/* Common image/widget shadow */
#ez-home-top-container .widget,
#ez-home-middle-container .widget,
#ez-home-bottom-1 img,
.sidebar img,
.wp-caption img,
.content img {
	box-shadow: 0 8px 8px -5px rgba(1, 1, 1, 0.3);
}

img.no-shadow {
	box-shadow: none !important;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
	padding: 1em 1.2em;
}

th {
	background-color: #6b1100 !important;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 300;
}

th,
th a {
	color: #fff !important;
	text-decoration: none !important;
}

th a:hover {
	color: #ddd !important;
}

th a:after {
	content: "\f0dd"; /* \f0a9 = circle arrow, \f061 = arrow, \f178 = long arrow, \f105 = angle, \f101 = double angle, \f0da = caret */
	position: relative;
	top: -0.4em;
	display: inline-block;
	margin-left: 0.5em;
	font-family: FontAwesome;
	font-size: 0.7em;
}

th a.wpv-header-desc:after {
	content: "\f0de";
	top: auto;
}

.wpv-sorting-indicator {
	display: none !important;
}

td {
	border: 1px solid #ddd;
	vertical-align: top;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background: transparent url(/wp-content/uploads/2014/07/main-bg.jpg) no-repeat top center;
}

.site-inner,
.wrap,
.full-width-header-image {
	max-width: 1140px;
	margin: 0 auto;
}

.site-inner {
	clear: both;
	margin: 0 20px;
	padding: 20px;
	padding: 2rem;
	background-color: #fff;
}

.home .site-inner {
	padding: 0;
	background-color: transparent;
}

.custom-background .site-inner {
	max-width: 1100px;
	margin: 20px;
	margin: 2rem;
	padding: 30px;
	padding: 3rem;
	background-color: #fff;
}

.custom-background.bubble .site-inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px;
	padding: 2rem;
	background-color: transparent;

}

.entry,
.sidebar .widget,
.ez-widget-area,
.breadcrumb,
.archive-description,
.author-box,
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	border-radius: 3px;
}

/* Bubble Layout
--------------------------------------------- */
.bubble .entry,
.bubble .sidebar .widget,
.bubble .ez-widget-area,
.bubble .breadcrumb,
.bubble .archive-description,
.bubble .author-box,
.bubble .comment-respond,
.bubble .entry-comments,
.bubble .entry-pings {
	padding: 30px 40px;
	padding: 3rem 4rem;
}

.bubble .sidebar .widget {
	background-color: #fff;
}

/* Column Widths and Positions
--------------------------------------------- */

.content-sidebar-wrap {
	float: left;
	width: 100%;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content {
	float: right;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 100%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 100%;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Sidebar components */
.sidebar blockquote {
	font-size: 1em;
}

.sidebar blockquote:before {
	top: 0;
	left: -0.5em;
	color: #f1bd3a;
}

.sidebar blockquote p {
	line-height: 1.5;
}

.sidebar blockquote cite i,
.sidebar blockquote cite em {
	font-size: 1em;
}

/* 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,
.footer-widgets .widget-area {
	float: left;
	margin: 0;
	width: 100%;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

img.centered,
.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	clear: left;
	text-align: left;
}

.alignright {
	float: right;
	clear: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0.3em 24px 24px 0;
	margin: 0.3em 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0.3em 0 24px 24px;
	margin: 0.3em 0 2.4rem 2.4rem;
}

.wp-caption img {
	display: block;
}

.wp-caption-text {
	margin-bottom: 0;
	padding: 0.7em;
	background-color: #767069;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	font-style: italic;
	text-align: left;
}

.wp-caption-text * {
	color: inherit !important;
	font-weight: inherit !important;
	font-style: inherit !important;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	background-color: #fff;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description h1 {
	margin-bottom: 0;
}

.author-box-title {
	color: #767069;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	word-wrap: break-word;
}

.entry-title a,
.sidebar .widget-title a {
	border-bottom: none;
	text-decoration: none;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title {
	color: #767069;
	font-size: 1.125em;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Plugins & Widgets
---------------------------------------------------------------------------------------------------- */

/* Layerslider
--------------------------------------------- */
.ls-container h1,
.ls-container h2 {
	color: #fff;
	line-height: 0.9em !important;
	white-space: normal !important;
}

.ls-container h1 {
	font-size: 4.8rem;
	font-weight: 500;
	text-transform: uppercase;
}

.ls-container h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}

.ls-container p {
	color: #fff;
	font-size: 18px;
}

.ls-container .button {
	font-size: 0.777777778em;
}

/* Specific Slides */

.ls-playvideo {
	background: #8f1600;
	border-radius: 100%;
	border: 2px solid #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
}

.ls-playvideo:hover {
	background: #000;
	background: #ff7d4d;
	box-shadow: none;
}



/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.sidebar .widget.enews-widget,
.bubble .sidebar .widget.enews-widget {
	background-color: #767069;
}

.sidebar .enews-widget {
	padding: 40px;
	padding: 4rem;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #8f1600;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	border-color: #fff;
	color: #767069;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Genesis Extender
--------------------------------------------- */

.home .ez-home-container-area {
	margin-bottom: 0;
}

.home .ez-home-container-area .widget:last-child p:last-child,
.home .ez-home-container-area .widget:last-child ul:last-child,
.home .ez-home-container-area .widget:last-child ol:last-child {
	margin-bottom: 0;
}

.bubble .ez-widget-area {
	margin-bottom: 28px;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper {
	max-width: 100%;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
	font-size: 16px;
	font-size: 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 li,
div.gform_wrapper form .gfield_checkbox li {
	margin: 0;
}

div.gform_wrapper ul.gfield_radio li { /* Prevent radio optoin from being cut off by default GF CSS */
	padding-left: 1px !important;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

.sidebar .gform_wrapper .ginput_complex .ginput_left,
.sidebar .gform_wrapper .ginput_complex .ginput_right {
	padding: 0;
}

.sidebar div.gform_wrapper .gfield_time_hour input,
.sidebar div.gform_wrapper .gfield_time_minute input,
.sidebar div.gform_wrapper .gfield_date_month input,
.sidebar div.gform_wrapper .gfield_date_day input,
.sidebar div.gform_wrapper .gfield_date_year input {
	width: 70% !important;
}

.sidebar div.gform_wrapper li,
.sidebar div.gform_wrapper input[type="button"] + input[type="submit"] {
	margin-top: 8px;
	margin-top: 0.8rem;
}

/* Jetpack - WP Stats
--------------------------------------------- */

img#wpstats {
	display: none;
}


/* Jetpack - Blog Subscriptions
--------------------------------------------- */

#jetpack_subscription_widget input,
#subscribe-email input {
	width: 100%;
}

.jetpack_subscription_widget .success {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #dff7dd;
	border: 1px solid #cfe7cd;
	color: #7ea57b;
}

.jetpack_subscription_widget .error {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #ffede8;
	border: 1px solid #efddd8;
	color: #8f1600;
}

/* FancyBox for Wordpress
--------------------------------------------- */

#fancybox-wrap, #fancybox-wrap * {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			 box-sizing: content-box;
}

/* MapPress
--------------------------------------------- */

body .mapp-layout {
	margin: 0;
}

.mapp-layout,
.mapp-map-links {
	border: none !important;
}

/* Simple Section Navigation
--------------------------------------------- */

.simple-section-nav {
	letter-spacing: 0.02em;
}

.simple-section-nav h4 {
	margin-bottom: 0.75em;
}

.simple-section-nav li {
	margin: 0 !important;
}

.simple-section-nav ul a {
	display: block;
	padding: 0.4em 1.2em;
	border-top: 1px solid #dedede;
	text-transform: uppercase;
	text-decoration: none;
}

.simple-section-nav li ul {
	padding-bottom: 0.5em;
}

.simple-section-nav li li a {
	border-top: none;
	font-size: 0.875em;
	line-height: 1.2em;
	padding: 0.25em 1.2em;
	text-transform: none;
}

.sidebar .current_page_item > a {
	font-weight: 500;
}

/* Events Manager
--------------------------------------------- */

.em-calendar-wrapper {
	clear: both;
}

.em-calendar-wrapper .fullcalendar tbody td {
	vertical-align: top;
}

.em-calendar-wrapper .fullcalendar thead th,
.em-calendar-wrapper .fullcalendar thead td {
	display: inline-block;
}

.em-calendar-wrapper .fullcalendar thead th,
.em-calendar-wrapper .fullcalendar thead td,
.em-calendar-wrapper .fullcalendar .days-names td {
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}

.em-calendar-wrapper .fullcalendar thead th,
.em-calendar-wrapper .fullcalendar thead td {
	border: none;
	width: 10%;
}

.em-calendar-wrapper .fullcalendar .month_name {
	width: 80%;
}

.em-calendar-wrapper .fullcalendar thead a,
.em-calendar-wrapper .fullcalendar .eventful > a:first-child,
.em-calendar-wrapper .fullcalendar .eventful-post > a:first-child,
.em-calendar-wrapper .fullcalendar .eventful-pre > a:first-child {
	border-bottom: none;
	text-decoration: none;
}

.em-calendar-wrapper .fullcalendar tbody {
	line-height: 1.2;
}

.em-calendar-wrapper .fullcalendar tbody tr,
.em-calendar-wrapper .fullcalendar tbody td {
	display: block;
	width: 100%;
	height: auto;
}

.em-calendar-wrapper .fullcalendar tbody td {
	display: block;
	border-top-width: 0;
}

.em-calendar-wrapper .fullcalendar tbody .days-names + tr td:first-child {
	border-top-width: 1px;
}

.em-calendar-wrapper .fullcalendar .days-names td {
	display: none;
	height: auto;
	padding: 1em 0;
	background-color: #999;
	color: #fff;
	border-color: #666;
}

.em-calendar-wrapper .fullcalendar ul {
	margin: 5px 0px 10px 20px;
	margin: 0.5rem 0 1rem 2rem;
	font-size: 0.9em;
}

.em-calendar-wrapper .fullcalendar li {
	margin-bottom: .5em;
}

.em-calendar-wrapper table.fullcalendar tr td a {
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

.em-calnav.full-link.em-calnav-prev {
	font-size: 1.2em;
}

.em-calnav.full-link.em-calnav-next {
	font-size: 1.2em;
}

.css-events-list .event {
	margin-bottom: 1.5em;
}

.css-events-list .event i {
	font-size: 0.9em;
}

.css-events-list .event h4 {
	margin-bottom: 0;
}

/* Page Composer
--------------------------------------------- */
body .vc_progress_bar .vc_single_bar {
	background-color: #999;
}

/* Social Media Links
--------------------------------------------- */
#black-studio-tinymce-30 .widget-title {
	margin-bottom: 0.75em;
}

#black-studio-tinymce-30 a {
	display: inline-block;
	margin: 0 0.5em 0.5em 0;
}

#black-studio-tinymce-30 .fa {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 100%;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}

#black-studio-tinymce-30 .fa:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#black-studio-tinymce-30 .fa-facebook {
	background-color: #3b5998;
}

#black-studio-tinymce-30 .fa-twitter {
	background-color: #00aced;
}

#black-studio-tinymce-30 .fa-youtube {
	background-color: #bb0000;
}

#black-studio-tinymce-30 .fa-instagram {
	background-color: #517fa4;
}

#black-studio-tinymce-30 .fa-rss {
	background-color: #f47416;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	position: relative;
	z-index: 750;
}

.custom-background .site-header {
	background-color: transparent;
}

.site-header .wrap {
	padding: 20px;
	padding: 2rem;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 100%;
	margin-bottom: 1.5em;
	text-align: center;
}

.site-header .search-form {
	margin: 12px auto 0;
	text-align: center;
}

/* Hide duplicate header widget area
 * @TODO: find a better way to programmatically remove the second widget
 * area instance
 */
 .title-area + .widget-area {
 	display: none;
 }


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-weight: 700;
	width: 100%;
	text-align: center;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #767069;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

.has-logo .site-title a:first-child,
.site-description {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo
--------------------------------------------- */

.logo-full {
	display: none;
}

.logo.show {
	display: inline-block !important;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat;
	background-position: center top;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

/* General Navigation
--------------------------------------------- */

#menu-button {
	margin: 0 20px 10px;
	margin: 0 2rem 1rem;
	text-align: center;
	display: block;
}

.bubble #menu-button {
	margin-top: 20px;
	margin-top: 2rem;
}

#menu-button:after {
	display: none;
}

.custom-background #menu-button {
	margin-top: 0;
}

.genesis-nav-menu {
	clear: both;
	margin: 0;
	color: #999;
	width: 100%;
}

.genesis-nav-menu li {
	position: relative;
	display: inline-block;
}

.genesis-nav-menu a,
.genesis-nav-menu > .right {
	display: block;
	position: relative;
	border-width: 0;
	color: #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current_page_item > a,
.nav-primary .genesis-nav-menu .sub-menu .current_page_item > a:hover {
	color: #fff;
}

.genesis-nav-menu > li > a {
	text-transform: uppercase;
}

.genesis-nav-menu > .rss > a {
	margin-right: 15px;
	margin-right: 1.5rem;
}

/* Sub Navigation
--------------------------------------------- */

.genesis-nav-menu .sub-menu,
.genesis-nav-menu ul {
	display: none;
	margin: 0;
	background-color: #5b554f;
	-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;
}

.genesis-nav-menu .current_page_item > ul,
.genesis-nav-menu .current_page_parent > ul,
.genesis-nav-menu .current_page_ancestor > ul {
	display: block;
}

.top-nav-widget-area .current_page_item > ul,
.top-nav-widget-area .current_page_parent > ul,
.top-nav-widget-area .current_page_ancestor > ul {
	display: none;
}

.genesis-nav-menu li .sub-menu,
.genesis-nav-menu li ul {
	border: 0 solid #444;
	border-top-width: 0;
}

.genesis-nav-menu > li > .sub-menu,
.genesis-nav-menu > li > ul {
	font-size: 0.9em;
}

.genesis-nav-menu .sub-menu li,
.genesis-nav-menu ul li {
	padding-left: 15px;
	padding-left: 1.5rem;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu ul a {
	position: relative;
	padding: 10px 5px;
	border: 0 solid #6e6861;
	border-top-width: 1px;
}


/* Top Navigation
--------------------------------------------- */
.top-nav-widget-area {
	float: left;
	width: 100%;
	background-color: #6b1100;
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	z-index: 1000;
	position: relative;
	font-size: 0.875em;
}

.top-nav-widget-area .menu a:hover {
	color: #ddd;
}

.top-nav-widget-area .menu ul a:hover,
.top-nav-widget-area .menu ul .current_page_item > a,
.top-nav-widget-area .menu ul .current_page_ancestor > a {
	background-color: transparent;
}

.top-nav-widget-area .menu > li {
	border-color: #7d2e1f;
}

.top-nav-widget-area .menu > li > a {
	padding: 0.75em;
	background-color: transparent !important;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.top-nav-widget-area .menu > .menu-item-2922 > a {
	background-color: #e7ad26 !important;
	color: #fff !important;
}

.top-nav-widget-area .menu > li > a i {
	width: 1.5em;
}

.top-nav-widget-area .menu ul {
	background-color: #540e01;
}

.top-nav-widget-area .menu ul,
.top-nav-widget-area .menu ul li,
.top-nav-widget-area .menu ul li a {
	width: 100%;
	min-width: 200px;
}

.top-nav-widget-area .menu > li > a:after {
	content: "";
	display: none;
	position: absolute;
	top: auto;
	bottom: -1px;
	z-index: 9999;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -6px;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #540d01 transparent;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.top-nav-widget-area .menu ul a {
	border-color: #7d2e1f;
}

.top-nav-widget-area .menu ul li:first-child > a {
	border-top: none;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .menu {
	font-weight: normal;
	text-align: left;
	box-shadow: 2px 4px 5px 0px rgba(1, 1, 1, 0.1);
}

.site-header .menu > li {
	border-top: none;
}

.site-header .menu a,
.site-header .menu ul li a,
.site-header .menu > li a:hover {
	padding: 0.48em 1em 0.38em;
	color: #fff;
	background-color:  #6b1100;
}
.site-header .menu li:hover > a,
.site-header .menu .current_page_item > a,
.site-header .menu .current_page_ancestor > a {
	background-color: #7b1100;
}

.site-header .menu > li > a, .site-header .menu > li > a span {
	display: block;
	border-radius: 3px;
}

.site-header .menu > li:hover > a {
	border-radius: 3px 3px 0 0;
}

.site-header .menu > li > a > span > i {
	float: right;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}

.site-header .menu ul {
	display: none;
}

.site-header .menu ul,
.site-header .menu ul a {
	width: 100%;
}

.site-header .menu ul a {
	border-color: #7d2e1f;
}

.site-header .menu ul li:first-child > a {
	border-top-width: 1px
}


/* Primary / Mobile Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	position: relative;
	display: none;
	margin: 5px 20px 10px;
	margin: 0.5rem 2rem 1rem;
	border-radius: 3px;
	overflow: hidden;
}

.nav-primary .wrap {
	position: relative;
	z-index: 500;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.nav-primary a {
	font-size: 1em;
}

.nav-primary .wrap > ul {
	background-color: #6e6861;
	box-shadow: 2px 4px 5px 0px rgba(1, 1, 1, 0.2);
}

.genesis-nav-menu li {
	display: block;
}

.genesis-nav-menu > li,
.genesis-nav-menu > .right {
	border-top: 1px solid #444;
}

.genesis-nav-menu > li.first {
	border-top: none;
}

.genesis-nav-menu a,
.genesis-nav-menu ul a {
	padding-right: 50px;
	padding-right: 5rem;
}

.genesis-nav-menu > li:hover > a,
.genesis-nav-menu a:hover {
	color: #fff;
	background-color: #5b554f;
}

.nav-primary .current_page_item > a,
.nav-primary .current_page_ancestor > a {
	color: #ffbb2b !important;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

.nav-secondary a:hover,
.nav-secondary .current_page_item > a,
.nav-secondary .current_page_ancestor > a,
.nav-secondary ul .current_page_item > a {
	color: #111;
}

.nav-secondary .current_page_item > a,
.nav-secondary .current_page_ancestor > a {
	font-weight: normal;
}


/* Navigation Extras
--------------------------------------------- */

.genesis-nav-menu > .right {
	border-top-style: double;
	border-width: 4px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right .button,
.genesis-nav-menu > .right .search-form {
	margin: -1em 0;
	color: #fff;
}

.genesis-nav-menu > .right .button {
	margin: -0.6em 0;
}

.genesis-nav-menu > .right .button,
.genesis-nav-menu > .right input {
	display: inline-block;
	float: none !important;
	width: auto;
	padding: 0.6em 1.2em;
	border: none;
}

.genesis-nav-menu > .right .search-form {
	display: inline-block;
	padding: 0;
}

.genesis-nav-menu > .right input[type="submit"] {
	margin: 0 0 0 0.5em;
}

/* Sub Menus
--------------------------------------------- */

.genesis-nav-menu .sub-icon,
.genesis-nav-menu ul .sub-icon {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	width: 50px;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent !important;
	border: none;
	color: #fff !important;
	text-align: center;
}

.genesis-nav-menu ul a:hover {
	background-color: #767069;
}

/* Non jQuery Styles
--------------------------------------------- */

.no-jquery #menu-button {
	margin-bottom: 0;
}

.no-jquery #menu-button:hover + .genesis-nav-menu,
.no-jquery a:hover + ul,
.no-jquery ul:hover {
	display: block;
}

/* Specific Menu Items
--------------------------------------------- */

.genesis-nav-menu .page-item-416 ul,
.sidebar .page-item-416 ul {
	display: none !important;
}

/* Full width header image
--------------------------------------------- */
.full-width-header-image {
	margin: 0 20px;
}

.full-width-header-image img {
	display: block;
	margin-bottom: 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	background-color: #fff;
}

.widget .entry,
.bubble .widget .entry {
	padding: 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;

}

/* Lists inside columns (to remove bottom margin as needed at mobile sizes */
.no-list-margin ul,
.no-list-margin ol {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer {
	clear: both;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	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 {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 20px 0 30px;
	margin: 2rem 0 3rem;
}

.archive-pagination ul {
	margin-left: 0;
}


.archive-pagination li {
	display: inline;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.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;
}

.content .comment-list,
.content .ping-list,
.content .comment-list ul,
.content .ping-list ul {
	margin-left: 0;
}

.content .comment-list li,
.content .ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #6b6967;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar ul {
	margin-left: 0;
}

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol {
	padding-left: 15px;
	padding-left: 1.5rem;
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.bubble .ez-widget-area {
	background-color: #fff;
	border-radius: 3px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	background-color: #4f4a45;
	color: #e8e7e6;
	font-size: 0.875em;
	text-align: center;
}

.footer-widgets .wrap {
	padding: 20px 20px 30px;
	padding: 2rem 2rem 3rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	color: #e8e7e6;
}

.footer-widgets a:hover {
	color: #bbb;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	margin-bottom: 0.5em;
	color: #e8e7e6;
}

.footer-widgets .button {
	margin-top: 5px;
	box-shadow: none;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

/* Footer Widget Area 1
--------------------------------------------- */
.footer-widgets-1 .fa {
	margin-right: 0.6em;
	font-size: 1.5em;
	text-align: center;
}

/* Footer Widget Area 5
--------------------------------------------- */
.footer-widgets .latest-tweets {
	position: relative;
	padding: 15px;
	background-color: #5c5650;
	border-bottom: 4px solid #49433f;
}

.footer-widgets .latest-tweets:before,
.footer-widgets .latest-tweets .widget-wrap:before {
	position: absolute;
	top: 100%;
	left: 65%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 12px 0 12px;
	border-color: #49433f transparent transparent transparent;
}

.footer-widgets .latest-tweets .widget-wrap:before {
	margin-left: 4px;
	border-width: 7px 8px 0 8px;
	border-color: #5c5650 transparent transparent transparent;
}

.footer-widgets .latest-tweets .widget-title {
	margin-bottom: 1.2em;
}

.footer-widgets .latest-tweets .widget-title:before{
	content: "\f099";
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	margin-right: 0.5em;
	background-color: #e8e7e6;
	border-radius: 100%;
	color: #5c5650;
	font-family: FontAwesome;
	font-size: 1.3333333em;
	text-align: center;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.footer-widgets .latest-tweets li {
	margin: 0;
	padding: 0.75em 0;
	border-top: 1px solid #4f4a45;
}

.footer-widgets .latest-tweets a {
	text-decoration: underline;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.site-footer .wrap {
	padding: 20px;
	padding: 2rem;
}

.site-footer a:before,
.site-footer a:after {
	display: none;
}

.site-footer p {
	margin-bottom: .75em;
}

.site-footer p:last-child {
	margin-bottom: 0;
}


/*
General Components
---------------------------------------------------------------------------------------------------- */

/* Header Widgets
--------------------------------------------- */
#black-studio-tinymce-13 {
	margin-bottom: 1.2em;
}

/* Search Form
--------------------------------------------- */
.search-form {
	position: relative;
	width: 100% !important;
}

.search-form input {
	padding: 0.4em 1em 0.3em;
	box-shadow: none;
}

.search-form input[type="search"] {
	padding-right: 3em;
	border-radius: 0;
	color: #6e6861;
	font-weight: 500;
}

.site-header .search-form input[type="submit"],
.site-header .search-form input[type="reset"],
.site-header .search-form .reset,
.error404 .search-form input[type="submit"] {
	position: absolute;
	right: 0;
	background: transparent;
	border-color: transparent;
	color: #6e6861;
	font-family: FontAwesome;
}

.site-header .search-form input[type="submit"]:hover,
.error404 .search-form input[type="submit"]:hover {
	color: #222;
}

.search-form .reset {
	background-color: #666;
	border-color: #666;
}

/* Search Form With Button */
.button-form input[type="submit"] {
	width: 100%;
	margin-top: 10px;
}

/* Item Header
--------------------------------------------- */
.item-header {
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

.item-header ul,
.item-header li {
	display: inline;
	margin: 0;
	list-style-type: none;
}

.item-header span {
	display: inline-block;
	margin-right: 1.5em;
}

.item-header span:last-child {
	margin-right: 0;
}

.item-header .date:before {
	content: "\f073\00a0"; /* \f0a9 = circle arrow, \f061 = arrow, \f178 = long arrow, \f105 = angle, \f101 = double angle, \f0da = caret */
	font-family: FontAwesome;
}

.item-header .instructors:before {
	content: "\f007\00a0"; /* \f0a9 = circle arrow, \f061 = arrow, \f178 = long arrow, \f105 = angle, \f101 = double angle, \f0da = caret */
	font-family: FontAwesome;
}

.item-header .instructors li:before {
	content: ",\00a0";
}

.item-header .instructors li:first-child:before {
	display: none;
}

/* Toggle Boxes & Accordions
--------------------------------------------- */
body .wpb_toggle,
body .vc_toggle {
	position: relative;
	margin-bottom: 0;
	padding: 0.75em 1em 0.75em 30px;
	background-image: none;
}

body .wpb_toggle,
body .vc_toggle:before,
body .vc_toggle_title {
	color: #8f1600;
}

body .wpb_toggle,
body .vc_toggle_title {
	text-transform: uppercase;
}

.page-id-4584 .wpb_wrapper .wpb_content_element,
.page-id-3624 .wpb_wrapper .wpb_content_element,
.page-id-4588 .wpb_wrapper .wpb_content_element,
.page-id-4268 .wpb_wrapper .wpb_content_element {
	margin-bottom: 1.6rem;
}

body .wpb_toggle,
body .vc_toggle,
.last_toggle_el_margin {
	border-top: 1px solid #dedede;
}

body .vc_toggle:last-child {
	border-bottom: 1px solid #dedede;
}

body .wpb_toggle_title_active,
body .vc_toggle_active {
	padding-bottom: 0.75em;
}

body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
	display: none;
}

body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title, 
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
	padding-left: 0;
}

body .wpb_toggle:before,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:before,
body .vc_toggle:before,
.wpb_wrapper .vc_toggle_title a:before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 0.6em;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

body .wpb_toggle:before,
body .vc_toggle:before {
	position: absolute;
	top: auto;
	margin: 0.5em 0 0 -1.75em;
}

body .wpb_toggle_title_active:before,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active a:before,
body .vc_toggle_active:before,
.wpb_wrapper .vc_toggle_active a:before {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}

body .wpb_toggle_content,
body .vc_toggle_content {
	margin-top: 0;
	padding-left: 30px;
}

/* Accordion */
body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header,
body .wpb_wrapper .vc_toggle_title {
	text-transform: uppercase;
}

body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:before,
body .wpb_wrapper .vc_toggle_title a:before {
	float: right;
	margin-top: 0.5em;
}

body .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
	display: none;
}

/* Event List
--------------------------------------------- */
.css-events-list {
	overflow: auto;
	margin-bottom: 2em;
}

.css-events-list .widget_em_widget {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

.widget_em_widget .widget {
	float: left;
	width: 100%;
}

.widget_em_widget,
.widget_em_widget ul,
.widget_em_widget li {
	margin-left: 0 !important;
	list-style-type: none;
}

.widget_em_widget li {
	float: left;
	width: 100%;
	padding: 1.3em 0 1.3em 7.142857143em;
	border-top: 1px solid #dedede;
	font-size: 0.875em;
}

h2.icon-heading + .css-events-list li:first-child {
	margin-top: -0.5em;
	border-top: none;
}

.widget_em_widget li.all-events-link {
	border-top: none;
}

.widget_em_widget li:before {
	display: none;
}

.widget_em_widget .date {
	float: left;
	width: 5.714285714em;
	height: 5.714285714em;
	margin-left: -7.142857143em;
	padding-top: 0.8em;
	background-color: #9f9b96;
	border-radius: 100%;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

.widget_em_widget .date b {
	display: block;
	margin-top: -0.1em;
	font-size: 3.142857143em;
	letter-spacing: 0;
}

.widget_em_widget h5 {
	margin: 0.65em 0 0.25em;
	font-size: 1em;
	font-weight: normal;
}

.widget_em_widget li.all-events-link {
	padding: 0;
	text-align: right;
}

/* Entry Content Events List */

.entry-content .widget_em_widget li {
	padding-left: 5.5em;
}

.entry-content .widget_em_widget .date {
	padding-top: 0.95em;
	font-size: 0.7em;
}

.entry-content .widget_em_widget .date b {
	margin-top: 0;
	font-size: 3em;
}

/* Recent News Widget
--------------------------------------------- */
.widget_recent_entries li {
	margin-bottom: 0.5em;
}

.widget_recent_entries a {
	display: inline-block;
	line-height: 1.2;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: 0.875em;
}

/* Archives (general)
--------------------------------------------- */
.view-archive {
	margin-bottom: 1.5em;
	float: left;
	width: 100%;
}

/*.view-archive > div {
	float: left;
	width: 100%;
	padding: 1.5em 0 1.6em;
	border-bottom: 1px solid #CCC;
	clear: both;
}

.view-archive > div:first-child {
	border-top: 1px solid #CCC;
}

.view-archive p:last-child {
	margin-bottom: 0;
}

.view-archive h3 {
	margin-bottom: 0.25em;
}

.view-archive h4 {
	margin: 1em 0 0;
	font-size: 1em;
}*/


/* Archives (list)
--------------------------------------------- */
.icon-heading + .list-archive {
	margin-top: 0.5em;
}

.list-archive div {
	display: list-item;
	float: none;
	padding: 0;
	border: none !important;
}


/* Person/Course Details
--------------------------------------------- */
.details-full {
	background-color: #EFEFEF;
	color: #383532;
	font-size: 0.875em;
	font-weight: 300;
}

.entry-content .details-full {
	overflow: auto;
	padding-bottom: 0;
}

.details-full h4 {
	margin-bottom: 0.5em;
	
	font-size: 1.142857143em;
	text-transform: uppercase;
}

.details-full div {
	position: relative;
}

.details-full > div,
.details-full .one-third > div {
	margin-bottom: 0.5em;
	padding: 1.33333333em 1em;
	padding-left: 3.2em !important;
}

.details-full > div {
	border-bottom: 1px solid #fff;
}

.details-full .one-third {
	margin-bottom: 0;
	padding: 0 !important;
	border-bottom: none;
}

.details-full .one-third > div {
	padding: 0.5em;
}

.details-full div.featured-image {
	margin-bottom: 0;
	padding: 20px 20px 0 20px !important;
	border-bottom: none;
}

.details-full div.featured-image img {
	display: block;
}

.details-full .fa {
	position: absolute;
	top: auto;
	left: 1em;
	width: 2em;
	color: #6e6861;
	line-height: 1.3;
	text-align: center;
}

.details-full ul {
	margin: 0 !important;
	list-style-type: none !important;
}

.details-full li {
	margin-bottom: 0.75em;
	line-height: 1.2;
	list-style-type: none;
}

.details-full li:before {
	display: none;
}

.details-full div:first-child h4 {
	margin-top: 0;
}

.details-full .courses-by-person a {
	display: inline-block;
	line-height: 1.2;
}

.details-full .courses-by-person span {
	display: block;
	font-size: 0.875em;
}

/* Course Details
--------------------------------------------- */
.course-details {
	padding: 1em 1em 1em 0 !important;
	line-height: 1.4;
}

.course-details > div {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border-bottom: none;
}

.course-details h4, .course-details p {
	margin-bottom: 0;
}

.course-details .course-instructors li {
	margin-bottom: 0.1em;	
}

/* Person (Archive) Details - Full
--------------------------------------------- */
.entry-content .courses-by-person span:before {
	content: "(";
}

.entry-content .courses-by-person span:after {
	content: ")";
}

/* Person General
--------------------------------------------- */

/* Prefix */
.course-catalog-full .prefix,
.details-full .prefix {
	display: none;
}

/* Student Journeys - Archive
--------------------------------------------- */
.student-journeys .student-journey {
	position: relative;
	margin-bottom: 1.5em;
}

.student-journeys .student-journey img {
	width: 100%;
}

.student-journeys .student-journey:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.student-journey .text {
	text-align: center;
}

/* Views Filter Form
--------------------------------------------- */
.wpv-filter-form {
	clear: both;
	margin-bottom: 2.5em !important;
	padding: 15px !important;
	background-color: #767069;
	color: #fff;
}

.wpv-filter-form .input-wrapper {
	display: inline-block;
	width: auto;
	margin-right: 1em;
	margin-bottom: 0.5em;
	vertical-align: top;
}

.wpv-filter-form > label,
.wpv-filter-form .input-wrapper > label {
	display: block;
	font-weight: 400;
}

.wpv-filter-form .form-item {
	display: inline-block;
	margin-right: 0.5em;
}

.wpv-filter-form .input-wrapper,
.wpv-filter-form input,
.wpv-filter-form textarea,
.wpv-filter-form select {
	width: auto;
	max-width: 100%;
}

h4.active-filters {
	float: left;
	margin-bottom: 0.5em;
}

h4.active-filters span {
	color: #b21a00;
}

h4.active-filters span:before {
	content: " / ";
}

h4.active-filters span:first-child:before {
	content: " ";
}

.active-filter {
	color: #b21a00;
	border: 2px solid #b21a00;
}

.wpv-filter-form .search-form {
	margin-right: 0;
	padding-right: 0;
	text-align: center;
}

.wpv-filter-form .search-form input[type="text"] {
	width: 100%;
	max-width: 1000px;
	margin-bottom: 10px;
}

.wpv-filter-form .search-form input[type="submit"],
.wpv-filter-form .search-form .reset {
	display: block;
	float: right;
	width: 48%;
	margin-right: 0;
}

.wpv-filter-form .search-form .reset {
	margin-left: 4%;
}

/* Arhives - General
--------------------------------------------- */
.is-archive .entry,
#ez-home-bottom-1 .more-from-category {
	margin-bottom: 2px;
	padding: 10px;
	background-color: #f8f7f7;
}

.is-archive .entry,
#ez-home-bottom-1 .entry {
	font-size: 0.875em;
}

.is-archive .entry.has-post-thumbnail,
#ez-home-bottom-1 .entry.has-post-thumbnail {
	padding-left: 115px;
}

.is-archive .post-info,
.is-archive .entry-meta,
#ez-home-bottom-1 .post-info {
	margin: -0.3333333em 0 0.3333333em;
	text-transform: uppercase;
}

.is-archive .entry img,
#ez-home-bottom-1 .entry img {
	max-width: 90px;
	margin: 0 0 0 -105px;
}

.is-archive .entry .entry-title,
.is-archive .entry h3,
#ez-home-bottom-1 .entry h2 {
	margin-bottom: 0.25em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}

.is-archive .entry .more-link,
#ez-home-bottom-1 .entry .more-link {
	display: table;
	width: auto;
	margin-top: 0.3333333em;
	text-transform: uppercase;
	font-size: 0.857142857em;
	font-weight: 500;
	text-decoration: none;
	border-bottom: none;
}

/* Person Contact Widget
--------------------------------------------- */
.contact-widget {
	background-color: #f8f7f7
}

.contact-widget .widget-title {
	position: relative;
	min-height: 50px;
	line-height: 50px;
	margin: 0;
	background-color: #e7ad26;
	color: #fff;
	font-size: 0;
	padding: 8px 16px 6px 70px;
}

.contact-widget .widget-title span {
	display: inline-block;
	line-height: 1.2em;
	vertical-align: middle;
	font-size: 16px;
}

.contact-widget .widget-title .fa {
	position: absolute;
	top: 50%;
	left: 16px;
	margin-top: -0.55em;
	display: inline-block;
	font-size: 2.5em;
}

.contact-widget .textwidget {
	padding: 1em;
	vertical-align: middle;
}

.contact-widget .image-container {
	text-align: center;
}

.contact-widget .image-container img {
	max-width: 140px;
	margin-bottom: 0.5em;
	border-radius: 100%;
	box-shadow: none !important;
}

.contact-widget p {
	margin-bottom: 0.5em;
	font-size: 0.875em;
}

.contact-widget a:before {
	display: none;
}

/* Gray Widget
--------------------------------------------- */
.color-widget {
	overflow: hidden;
	width: 100%;
	border-radius: 0 !important;
	border: none;
}

.color-widget .textwidget {
	padding: 1em;
}

.color-widget .textwidget > img:first-child,
.color-widget .textwidget > p:first-child img:first-child {
	margin: -1.1em;
	width: calc(100% + 2.3em);
	max-width: 200%;
}

.color-widget,
.color-widget h1,
.color-widget h2,
.color-widget h3,
.color-widget h4 {
	color: #fff;
}

.color-widget h2 {
	font-size: 1.33333333em;
	line-height: 1.1;
	font-weight: 400;
}

.color-widget h3 {
	font-size: 1.125em;
	font-weight: 300;
}

.color-widget p {
	font-size: 0.875em;
	line-height: 1.33333;
	font-weight: 300;
}

.color-widget .button {
	width: auto !important;
}

.color-widget .button:hover {
	border-color: #333;
	background-color: #333;
}


/*
Specific Pages
---------------------------------------------------------------------------------------------------- */

#ez-home-container-wrap .widget {
	margin-bottom: 3%;
}

/* Home
--------------------------------------------- */

/* Home - Top
--------------------------------------------- */
#ez-home-top-container .widget {
	margin-bottom: 0;
}

/* Home - Middle
--------------------------------------------- */
#ez-home-middle-container {
	margin-bottom: 1.5em;
}

#ez-home-middle-1,
#ez-home-middle-2 {
	width: 100%;
	margin: 0;
}

#ez-home-middle-1 .button:hover {
	border-color: #6b1100;
	background-color: #6b1100;
}

/* Home - Middle 1 */
#ez-home-middle-1 .widget {
	padding: 30px;
	background: #6e6861 url(/wp-content/uploads/2014/07/spiral-yellow-.12-opacity.png) no-repeat -20%;
	color: #fff;
}

#ez-home-middle-1 .widget-title,
#ez-home-middle-1 h4 {
	color: #fff;
	font-size: 1.4em;
	line-height: 0.9;
	font-weight: 300;
	text-transform: uppercase;
}

#ez-home-middle-1 .widget-title em,
#ez-home-middle-1 h4 em {
	display: block;
	margin-top: 0.1em;
	font-size: 1.6em;
	font-style: normal;
}

/* Home - Middle 2 */
#ez-home-middle-2 a {
	color: #fff;
}

#ez-home-middle-2 .widget:hover a {
	text-decoration: underline;
}

#ez-home-middle-2 .wp-caption {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	height: 0;
	margin: 0;
	padding-bottom: 65.625%;
}

#ez-home-middle-2 img {
	display: block;
	min-width: 100%;
	margin: 0;
}

#ez-home-middle-2 .wp-caption-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0.4em 1em;
	background: rgba(110, 104, 97, 0.8);
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
}

#ez-home-middle-2 .wp-caption-text,
#ez-home-middle-2 .wp-caption-text a {
	color: #fff;
	text-decoration: none;
}


/* Home - Bottom
--------------------------------------------- */
#ez-home-bottom-1 .widget_em_widget .widget-title {
	margin-bottom: 0;
}

#ez-home-bottom-1 .widget-title:before {
	content: "\f0ac";
}

/* Home - Bottom 1 */
#ez-home-bottom-1 .entry {
	font-size: 0.875em;
}

#ez-home-bottom-1 .entry h2 {
	margin-bottom: 0.5em;
	font-size: 1em;
}

#ez-home-bottom-1 .more-from-category {
	overflow: auto;
	width: 100%;
	padding: 12px 24px 15px;
	text-align: right;
}

/* Home - Bottom 2 */

#ez-home-bottom-1 .widget_em_widget .widget-title:before {
	content: "\f073";
}

#ez-home-bottom-1 .widget_em_widget li:first-child {
	border-top: none;
}

/* Alert Widget
--------------------------------------------- */
.alert-widget {
	position: relative;
	padding: 2em 1.5em 2em 5em;
	background-color: #f8f7f7;
	border: 1px solid #dedede;
}

.alert-widget :last-child {
	margin-bottom: 0;
}

.alert-widget .widget-title {
	padding: 0 !important;
	border: none !important;
}

.alert-widget .widget-title:before {
	content: "\f005" !important;
	position: absolute;
	left: 0.75em;
	margin: 0 !important;
	background-color: #fff !important;
	border: 1px solid #dedede;
	color: #8f1600 !important;
}

/* Home - Bottom Full / Contact Widget
--------------------------------------------- */
#black-studio-tinymce-24,
#gform_widget-2,
#text-7,
#text-6 {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 3%;
	padding: 24px 24px 24px 80px;
	background-color: #6b1100;
	color: #fff;
	font-size: 0.875em;
}

#text-6 .BBFormSectionHeading {
	padding-left: 60px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#text-6 {
	padding-left: 24px;
}

#black-studio-tinymce-24:before,
#text-7 .BBFormSectionHeading:before,
#text-6 .BBFormSectionHeading:before,
.sidebar #black-studio-tinymce-24 .widget-title:before,
#gform_widget-2:before,
.sidebar #gform_widget-2 .gform_title:before {
	content: "\f0e0";
	float: left;
	width: 45px;
	height: 45px;
	margin-left: -60px;
	background-color: #fff;
	border-radius: 100%;
	color: #8f1600;
	font-family: FontAwesome;
	font-size: 1.2em;
	line-height: 45px;
	text-align: center;
}

#black-studio-tinymce-24 .widget-title,
#gform_widget-2 .gform_title {
	margin-bottom: 0.25em;
	padding-right: 40px;
	color: #fff;
	font-size: 1.285714286em;
	font-weight: 400;
	text-transform: uppercase;
}

#black-studio-tinymce-24 .banner,
#gform_widget-2 .banner,
#text-7 .banner,
#text-6 .banner {
	position: absolute;
	top: 17px;
	right: -38px;
	width: 140px;
	padding: 0 30px;
	font-family: Lobster;
	font-size: 1.333333em;
	font-weight: normal;
	text-align: center;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,1);
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);

	/* Prevent gaps between triangles and main text */
	-webkit-backface-visibility: hidden;
}

#black-studio-tinymce-24 .banner:before,
#black-studio-tinymce-24 .banner:after,
#gform_widget-2 .banner:before,
#gform_widget-2 .banner:after,
#text-7 .banner:before,
#text-7 .banner:after,
#text-6 .banner:before,
#text-6 .banner:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #d77d0f transparent transparent transparent;
}

#black-studio-tinymce-24 .banner:after,
#gform_widget-2 .banner:after,
#text-7 .banner:after,
#text-6 .banner:after {
	left: auto;
	right: 0;
}

#black-studio-tinymce-24 .banner span,
#gform_widget-2 .banner span,
#text-7 .banner span,
#text-6 .banner span {
	position: relative;
	display: block;
	width: 80px;
	height: 30px;
	background-color: #e7ad26;
	text-shadow: 0px 1px 0px #45092d;
}

#black-studio-tinymce-24 .banner span:before,
#black-studio-tinymce-24 .banner span:after,
#gform_widget-2 .banner span:before,
#gform_widget-2 .banner span:after,
#text-7 .banner span:before,
#text-7 .banner span:after,
#text-6 .banner span:before,
#text-6 .banner span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #e7ad26 transparent;
}

#black-studio-tinymce-24 .banner span:after,
#gform_widget-2 .banner span:after,
#text-7 .banner span:after,
#text-6 .banner span:after {
	width: 0;
	height: 0;
	right: auto;
	left: 100%;
	border-style: solid;
	border-width: 30px 0 0 30px;
	border-color: transparent transparent transparent #e7ad26;
}

#black-studio-tinymce-24 p,
#gform_widget-2 .gform_description {
	margin-bottom: 0.5em;
	font-weight: 300;
}

#black-studio-tinymce-24 .button-form,
#gform_widget-2 .gform_button,
.BBFormSubSectionHeading.BBFormFieldLabelEdit {
	width: 100%;
}

#gform_widget-2 .gform_wrapper {
	margin: 0;
}

#gform_widget-2 .gform_wrapper .gform_heading {
	margin-bottom: 7px;
}

#gform_widget-2 .gform_wrapper h3.gform_title {
	margin: 0;
}

#gform_widget-2 #input_4_1 {
	font-size: 14px;
	width: 100%;
}

#gform_widget-2 .email-field {
	margin-top: 0;
}

#gform_widget-2 .email-field label {
	display: none;
}

#gform_widget-2 .gform_wrapper .gform_footer {
	padding: 0;
	margin: 10px 0 0;
}

#gform_widget-2 .gform_button {
	background-color: #767069;
	border-color: #767069;
}

#gform_widget-2 .gform_button:hover {
	background-color: #666;
	border-color: #666;
}

#gform_wrapper_4 .validation_error {
	display: none;
}

/* Sidebar contact widget */
.sidebar #black-studio-tinymce-24,
.sidebar #gform_widget-2 {
	padding: 1.5em !important;
}

.sidebar #black-studio-tinymce-24:before,
.sidebar #gform_widget-2:before {
	display: none;
}

.sidebar #black-studio-tinymce-24 .widget-title,
.sidebar #gform_widget-2 .gform_wrapper .gform_title {
	max-width: 180px;
	margin-bottom: 1em;
	padding-left: 3.2em;
}

.BBFormContainer {
	padding: 0 !important;
}

.BBFormSectionHeading,
.BBFormSection {
	margin: 0 !important;
}

.BBFormSectionHeading label {
	font-size: 1em;
	font-weight: 400;
	line-height: inherit;
}

.BBFormSubSectionHeading {
	font-size: 15px !important;
	font-weight: 300 !important;
	line-height: 1.5;
}

.BBFormButtonRow {
	display: inline;
	position: relative;
}

.BBFormSection fieldset {
	min-width: 100%;
}

.BBFormSubmitbutton {
	margin-left: 5% !important;
	width: 16% !important;
	margin-top: 5px !important;
	border-radius: 2px !important;
	text-align: left !important;
	font-size: 1.4rem !important;
	border: none !important;
	box-shadow: 2px 4px 5px 0px rgba(1, 1, 1, 0.1) !important	;
}

#text-6 .BBFormSubmitbutton {
	margin-left: 0 !important;
	margin-top: 10px !important;
}

.BBFormButtonRow:after {
	content: "\f105";
	font-size: 2.2rem;
	font-family: FontAwesome;
	right: 5%;
	vertical-align: middle;
	position: absolute;
	bottom: -3px;
}

.BBFormFieldContainer input {
	padding: 0.4em 0.4em 0.35em !important;
	line-height: 1.75 !important;
	opacity: 1 !important;
	border-radius: 0 !important;
	width: 100% !important;
}

#text-6 .BBFormFieldContainer {
	width: 100% !important;
}

.sidebar #black-studio-tinymce-24 p,
.sidebar #gform_widget-2 p {
	max-width: 100%;
	margin-bottom: 1em;
}

.sidebar #black-studio-tinymce-24 .button-form,
.sidebar #gform_widget-2 .button-form {
	top: 0;
	display: block;
	max-width: 100%;
	margin: 0;
	padding-right: 0;
}

.sidebar #black-studio-tinymce-24 input,
.sidebar #black-studio-tinymce-24 button,
.sidebar #gform_widget-2 input,
.sidebar #gform_widget-2 button {
	float: none;
	width: 100%;
	margin: 0;
	text-align: left;
}

.sidebar #black-studio-tinymce-24 input[type="text"],
.sidebar #gform_widget-2 input[type="text"] {
	margin-bottom: 0.5em;
}

.sidebar #gform_widget-2 .gform_wrapper .gform_footer {
	margin-top: 0;
}

/* Course Catalog - Table
--------------------------------------------- */
.course-catalog-full > .button {
	float: right;
	margin-bottom: 1.5em;
}

.course-catalog-full li:before {
	display: none;
}

.course-types span:before {
	content: ", ";
}

.course-types span:first-child:before {
	display: none;
}

.course-catalog-full table {
	font-size: 1em;
}

td.title strong {
	display: block;
	margin-bottom: 0.5em;
}

td.title a {
	font-size: 0.9em;
}

.quick-view-link,
.full-summary {
	text-decoration: none !important;
	white-space: nowrap;
}

.full-summary i,
.quick-view-link i {
	margin-right: 0.333333em;
}

.quick-view-content {
	position: relative;
	z-index: 10;
	display: none;
	max-width: 100%;
	margin-top: 10px;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #f5f5f5;
}

.quick-view-content a.close-quick-view {
	float: right;
	margin: 0 0 10px 10px;
	border-bottom: none !important;
	text-decoration: none !important;
}

.quick-view-content b {
	display: block;
	margin-bottom: 0.5em;
}

.quick-view-content p {
	margin-bottom: 1em;
	line-height: 1.2;
}

.quick-view-content :last-child {
	margin-bottom: 0;
}

/* Course Catalog - Descriptions
--------------------------------------------- */
.catalog.descriptions .course {
	margin-bottom: 2em !important;
}

/* Person - Single
--------------------------------------------- */
.single-people .entry-title {
	margin-bottom: 0;
}

.person-header {
	margin: 0.5em 0 1.5em;
}

.person-header h2,
.person-header h3 {
	margin: 0 0 0.25em !important;
	font-size: 1.5em;
	font-weight: 100;
	font-style: italic;
}

.person-header h3 {
	font-size: 1.2em;
}

.person-header a {
	border-bottom: none;
	text-decoration: none;
}

/* Person - Archive
--------------------------------------------- */
.person img {
	float: left;
	max-width: 15%;
	min-width: 80px;
	margin-right: 1.5em;
}

.person a {
	text-decoration: none;
}

.person .email-link {
	font-style: italic;
}

.person p {
	margin-bottom: 0.5em;
}

.person p:last-child {
	margin-bottom: 0;
}

.person .fa {
	color: #6e6861;
}

.person ul,
.person li {
	margin: 0;
	list-style-type: none;
}

.person li:before {
	display: none;
}

.person ul a,
.person .internship a,
.list-archive .person a {
	text-decoration: underline;
}


/* Courses - Online
--------------------------------------------- */

/* Hide specific parametric filters */
[data-course_type="online"] .course-type,
[data-course_type="online"] .location {
	display: none;
}


/* Infographic / Facts of Note
--------------------------------------------- */
.post-163 .vc_separator {
	margin-top: 2em;
}

.post-163 .vc_separator h4 {
	font-family: inherit;
	font-size: 1.8em !important;
	text-transform: uppercase;
}

.post-163 .vc_separator.vc_sep_color_grey .vc_sep_line {
	border-color: #AAA;
}

.post-163 strong {
	color: #8f1600;
	font-size: 1.5em;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media (min-width: 400px) {
	
	.site-header .widget {
		float: right;
		width: 48%;
	}

	.site-header .widget:first-child {
		float: left;
	}

	.site-header .search-form {
		margin-top: 0;
	}

}

@media (min-width: 480px) {

	h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	h4 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	h5 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	h6 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Specific Pages
	--------------------------------------------- */

	/* Home */
	#black-studio-tinymce-23 .widget-title,
	#black-studio-tinymce-23 h4 {
		font-size: 30px;
		font-size: 3rem;
	}

	#ez-home-middle-2 .widget {
		float: left;
		width: 48.5%;
	}

	#ez-home-middle-2 .widget:nth-child(1),
	#ez-home-middle-2 .widget:nth-child(2) {
		margin-bottom: 3%;
	}

	#ez-home-middle-2 .widget:nth-child(2n+1) {
		margin-right: 3%;
	}

	/* Custom footer widgets width */
	.footer-widgets {
		text-align: left;
	}

	.footer-widgets-number-5 .footer-widgets .widget-area {
		width: 48.717948717948715%;
		margin-left: 2.564102564102564%;
		padding: 27px 0;
		padding: 2.7rem 0;
		border-top: 1px solid #5c5650;
	}

	/* Custom footer widgets width */
	.footer-widgets-number-5 .footer-widgets .footer-widgets-1,
	.footer-widgets-number-5 .footer-widgets .footer-widgets-3,
	.footer-widgets-number-5 .footer-widgets .footer-widgets-5 {
		clear: left;
		margin-left: 0;
	}

	/* Custom footer widgets width */
	.footer-widgets-number-5 .footer-widgets .widget-area:last-child {
		width: 100%;
	}

	#black-studio-tinymce-24,
	#gform_widget-2 {
		padding-right: 80px;
	}

	#black-studio-tinymce-24 .widget-title,
	#gform_widget-2 .gform_title {
		padding-right: 0;
	}

}

@media (max-width: 600px) {

	.ls-container p {
		display: none;
	}

	.ls-container .button {
		font-size: 12px;
	}

}

@media (max-width: 1050px) {

	#text-6 .BBFormSectionHeading:before {
		display: none;
	}

	#text-6 .BBFormSectionHeading {
		padding-left: 0 !important;
	}

}

@media (max-width: 1000px) {

	.BBFormSubmitbutton {
		margin-top: 10px;
	}

	.BBFormButtonRow:after {
	    bottom: -3px;
	    right: 3%;

	}
}

@media (max-width: 768px) {

	.BBFormSubmitbutton {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.BBFormFieldContainer {
		width: 100% !important;
	}

	#text-6 .BBFormSectionHeading:before {
		display: block;
	}

	#text-6 .BBFormSectionHeading {
		padding-left: 60px !important;
		padding-right: 62% !important;
	}

}

@media (min-width: 600px) {
	
	/* Search Form With Button */
	.button-form {
		padding-right: 135px;
		font-size: 0;
	}

	#black-studio-tinymce-24 .button-form {
		width: 100%;
	}

	.button-form input[type="submit"] {
		float: right;
		width: auto;
		margin-top: 0;
		margin-right: -135px;
	}

	#gform_widget-2 .gform_footer {
		width: 100%;
	}

	#gform_widget-2 .gform_body {
		padding-right: 135px;
	}

	#gform_widget-2 .gform_button {
		float: right;
		width: auto;
		margin-top: -39px;
	}

	.sidebar #gform_widget-2 .gform_body {
		padding-right: 0;
	}

}

/* Responsive Table CSS */
@media (max-width: 768px) {

	table {
		clear: both;
	}

	tr {
		padding: 0.5em; 
	}

	th,
	td {
		padding: 0;
	}

	table tbody td {
		vertical-align: top;
	}

	table thead {
		display: none;
	}

	table tbody {
		line-height: 1.2;
	}

	table tbody tr {
		margin-top: 0.5em;
		border: 1px solid #CCC;
	}

	table tbody tr,
	table tbody td {
		display: block;
		width: 100%;
		height: auto;
	}

	table tbody td {
		display: block;
		border: none;
	}

	table ul {
		margin: 5px 0px 10px 20px;
		margin: 0.5rem 0 1rem 2rem;
	}

	table li {
		margin-bottom: .5em;
	}

	.course-catalog-full td:empty {
		display: none;
	}

	td.title strong {
		font-size: 1.2em;
	}

	td.instructors {
		margin-top: 1em;
	}

	td.days:before {
		content: "Days: ";
	}

	td.start-date,
	td.end-date {
		display: inline-block;
		width: auto;
		padding-right: 0;
	}

	td.start-date:not(:empty):after {
		content: " -";
	}

	td.end-date {
		padding-left: 0;
	}

	/* Events Manager */
	.em-calendar thead {
		display: table-header-group;
	}

	.em-calendar thead tr {
		display: table-row;
	}

	.em-calendar tr {
		margin: 0;
		padding: 0;
		border: none;
	}

}

@media (min-width: 768px) {

	/* Header
	--------------------------------------------- */

	.title-area {
		width: auto;
		margin-bottom: 0;
		text-align: left;
	}

	.logo-mobile {
		display: none;
	}

	.logo-full {
		display: inline-block;
	}

	.header-image .site-header .wrap {
		background-position: left top;
	}

	.site-header .widget-area {
		float: right;
		width: 215px;
		margin-top: 12px;
		margin-bottom: 0;
	}

	.header-image .site-header .widget-area {
		padding: 40px 0;
		padding: 4rem 0;
	}

	.site-header .widget {
		float: right !important;
		width: 100%;
	}

	.site-header .search-form {
		margin-top: 10px;
	}

	.site-header .genesis-nav-menu {
		text-align: right;
	}

	.site-header .genesis-nav-menu .sub-menu {
		display: block;
	}

	.site-header .menu li,
	.site-header .menu a,
	.site-header .menu ul {
		display: block;
		width: 100%;
	}

	.site-header .menu > li:hover > a {
		background-color: #9b2100;
	}

	.site-header .menu > li > a:after {
		display: none;
	}

	.site-header .menu > li:hover > a > i {
		/*-webkit-transform: rotate(90deg);
		   -moz-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		     -o-transform: rotate(90deg);
		        transform: rotate(90deg);*/
	}


	/* Content
	--------------------------------------------- */

	.site-inner {
		padding: 35px 20px 20px 35px;
		padding-top: 3.5rem 2rem 2rem 3.5rem;
	}

	.home .site-inner {
		padding-top: 0;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 80%;
	}

	.full-width-content .content {
		width: 100%;
	}

	.content-sidebar .sidebar-primary,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .sidebar-primary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .sidebar-primary {
		padding-left: 30px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content .sidebar-primary,
	.content-sidebar-sidebar .sidebar-primary {
		padding-right: 30px;
	}

	.sidebar-secondary {
		width: 18%;
	}

	/* Bubble Layout - Padding & Margins
	--------------------------------------------- */

	.bubble .site-inner {
		padding-top: 20px;
		padding-top: 2rem;
	}

	.bubble .content,
	.bubble .sidebar-primary {
		padding: 0;
	}

	.bubble .entry,
	.bubble .breadcrumb,
	.bubble .archive-description,
	.bubble .author-box {
		margin-bottom: 3.8674033%;
	}

	.bubble.full-width-content .entry,
	.bubble.full-width-content .breadcrumb,
	.bubble.full-width-content .archive-description,
	.bubble.full-width-content .author-box {
		margin-bottom: 2%;
	}

	.bubble.content-sidebar-sidebar .entry,
	.bubble.content-sidebar-sidebar .breadcrumb,
	.bubble.content-sidebar-sidebar .archive-description,
	.bubble.content-sidebar-sidebar .author-box,
	.bubble.sidebar-content-sidebar .entry,
	.bubble.sidebar-content-sidebar .breadcrumb,
	.bubble.sidebar-content-sidebar .archive-description,
	.bubble.sidebar-content-sidebar .author-box,
	.bubble.sidebar-sidebar-content .entry,
	.bubble.sidebar-sidebar-content .breadcrumb,
	.bubble.sidebar-sidebar-content .archive-description,
	.bubble.sidebar-sidebar-content .author-box {
		margin-bottom: 3.9723661%;
	}

	.sidebar .widget,
	.bubble .sidebar .widget {
		margin-bottom: 50px;
		margin-bottom: 5rem;
	}

	.sidebar .widget:last-child {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.content-sidebar-sidebar .sidebar .widget,
	.sidebar-content-sidebar .sidebar .widget,
	.sidebar-sidebar-content .sidebar .widget {
		margin-bottom: 8.2733813%;
	}

	.bubble .entry-footer .entry-meta {
		border-top: 2px solid #f5f5f5;
		margin: 0 -40px;
		margin: 0 -4rem;
		padding: 32px 40px 8px;
		padding: 3.2rem 4rem 0.8rem;
	}

	/* Columns
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.two-fifths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.footer-widgets .widget-area {
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths,
	.footer-widgets-number-2 .footer-widgets .widget-area {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths,
	.sidebar-primary,
	.footer-widgets-number-3 .footer-widgets .widget-area  {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds,
	.content {
		width: 65.81196581196582%;
	}

	.one-fourth,
	.footer-widgets-number-4 .footer-widgets .widget-area {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-fifth,
	.footer-widgets-number-5 .footer-widgets .widget-area {
		width: 17.948717949%;
	}

	/* Custom footer widgets width */
	.footer-widgets-number-5 .footer-widgets .widget-area {
		clear: none;
		width: 17.3%;
		margin-left: 0;
		padding: 27px 15px;
		padding: 2.7rem 1.5rem;
		border-right: 1px solid #5c5650;
		border-top: none;
	}

	.footer-widgets-number-5 .footer-widgets .footer-widgets-1 {
		width: 23%;
		margin-left: 0;
		padding-left: 0;
	}

	.footer-widgets-number-5 .footer-widgets .footer-widgets-4,
	.footer-widgets-number-5 .footer-widgets .footer-widgets-5 {
		border-right: none;
	}

	.footer-widgets-number-5 .footer-widgets .widget-area:last-child {
		width: 25%;
		padding: 0;
	}

	/* End custom footer widgets width */
	.one-sixth,
	.footer-widgets-number-6 .footer-widgets .widget-area {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}
	
	.first,
	.footer-widgets .footer-widgets-1 {
		clear: both;
		margin-left: 0;
	}

	li.first {
		clear: none;
	}

	/* Lists inside columns (to remove bottom margin as needed at mobile sizes */
	.no-list-margin ul,
	.no-list-margin ol {
		margin-bottom: 26px;
		margin-bottom: 2.6rem;
	}

	/* Non-Mobile Navigation
	--------------------------------------------- */
	#menu-button {
		display: none;
	}

	.genesis-nav-menu li {
		display: inline-block;
		text-align: left;
	}

	.genesis-nav-menu > li {
		border-top-width: 0;
	}

	.genesis-nav-menu > li:first-child {
		border-left: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .right {
		padding: 16px 20px;
		padding: 1.6rem 2rem;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu ul {
		display: block;
		left: -9999px;
		opacity: 0;
		position: absolute;
		width: 250px;
		z-index: 99;
		font-size: 1em;
	}

	.genesis-nav-menu .sub-icon {
		display: none;
	}

	/* Primary Navigation
	--------------------------------------------- */
	.nav-primary,
	.nav-secondary {
		margin: 0;
		border-radius: 0;
		overflow: visible;
		display: block !important;
	}

	.nav-primary .wrap {
		padding: 0 20px;
	}

	.nav-primary .menu > li {
		width: 14.285714286%;
		text-align: center;
	}

	.nav-primary .menu > li > a {
		border-left: 1px solid #5b554f;
	}

	.nav-primary .menu > li:first-child > a {
		border-left: none;
	}

	.nav-primary .menu {
		font-size: 0.7em;
	}

	.nav-primary .menu a {
		padding: 12px 8px;
		padding: 1.2rem 0.8rem;
	}

	.nav-primary .menu > li > a:after {
		display: none;
	}

	/* Navigation Extras
	--------------------------------------------- */

	.genesis-nav-menu > .right {
		display: inline-block;
		float: right;
		border-top: none;
	}

	.genesis-nav-menu > .rss > a {
		margin: 0 0 0 20px;
		margin: 0 0 0 2rem;
	}

	.genesis-nav-menu > .search form {
		padding-right: 0;
	}

	.genesis-nav-menu > .right input[type="submit"] {
		display: inline-block;
	}

	/* Sub Menus
	--------------------------------------------- */

	.genesis-nav-menu .sub-menu li,
	.genesis-nav-menu ul li {
		padding-left: 0;
	}

	.genesis-nav-menu .sub-menu a, 
	.genesis-nav-menu ul a {
		position: relative;
		width: 250px;
		padding: 10px 20px;
		padding: 1rem 2rem;
		border-width: 1px 0 0;
	}

	.genesis-nav-menu > .parent > a:after {
		content: "\f0d7";
		position: relative;
		top: -.2em;
		margin-left: 8px;
		font-family: FontAwesome;
		font-size: .6em;
	}

	.genesis-nav-menu ul .parent > a:after {
		content: "\f0da";
		position: absolute;
		right: 8px;
		margin: 0;
		font-family: FontAwesome;
		font-size: .8em;
		line-height: 1.5;
	}

	.genesis-nav-menu li:hover {
		position: relative;
	}

	.genesis-nav-menu li:hover > ul {
		left: auto;
		opacity: 1;
	}

	.genesis-nav-menu ul li:hover > ul {
		top: 0;
		left: 100%;
		margin-left: -1px;
	}

	/* Top Navigation
	--------------------------------------------- */
	.top-nav-widget-area .menu > li {
		float: right;
		border-left: 1px solid #7d2e1f;
	}

	.top-nav-widget-area .menu > li:hover > a:after {
		display: block;
	}

	.top-nav-widget-area .menu a {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.top-nav-widget-area .current_page_item > ul,
	.top-nav-widget-area .current_page_parent > ul,
	.top-nav-widget-area .current_page_ancestor > ul {
		display: block;
	}


	/* Footer
	--------------------------------------------- */
	.footer-widgets .latest-tweets .widget-title {
		text-align: center;
	}

	.footer-widgets .latest-tweets .widget-title:before {
		display: block;
		margin: 0 auto 10px;
	}

	/* Tables
	--------------------------------------------- */
	tr:nth-child(2n+2) {
		background-color: #f8f7f7;
	}

	/* Alert Widget
	--------------------------------------------- */
	.alert-widget {
		padding: 2em 1.5em 2em 7.5em;
	}	

	.alert-widget .widget-title:before {
		font-size: 1.5em;
	}

	/* Plugins
	--------------------------------------------- */
	
	/* Events Manager */
	.em-calendar-wrapper .fullcalendar tr {
		display: table-row !important;
	}

	.em-calendar-wrapper .fullcalendar th,
	.em-calendar-wrapper .fullcalendar td {
		display: table-cell !important;
	}

	.em-calendar-wrapper .fullcalendar thead th,
	.em-calendar-wrapper .fullcalendar thead td,
	.em-calendar-wrapper .fullcalendar .month_name {
		width: auto;
	}

	.em-calendar-wrapper .fullcalendar tbody td {
		width: 14.285714286%;
		height: 100px;
	}

	.em-calendar-wrapper .fullcalendar tbody td {
		border-top-width: 1px;
	}

	/* General Components
	--------------------------------------------- */
	
	/* Views filter */
	.wpv-filter-form .input-wrapper.select {
		max-width: 18%;
	}

	.wpv-filter-form .search-form {
		padding-right: 240px;
		text-align: left;
	}

	.wpv-filter-form .search-form input[type="text"] {
		float: left;
		width: 100%;
		max-width: 1000px;
		margin-bottom: 10px;
	}

	.wpv-filter-form .search-form input[type="submit"],
	.wpv-filter-form .search-form .reset {
		float: right;
		width: 110px; 
		margin-right: -120px
	}

	.wpv-filter-form .search-form .reset {
		margin-right: -240px;
		margin-left: 0;
	}

	/* Course Catalog - Table */
	.course-catalog-full table {
		font-size: 0.9em;
	}

	.course-catalog-full th,
	.course-catalog-full td {
		padding: 0.6em;
	}

	.start-date,
	.end-date {
		display: none;
	}

	td.title {
		width: 250px;
	}

	/* Specific Pages
	--------------------------------------------- */

	/* Home Bottom */
	#ez-home-bottom-1 .featuredpost,
	#ez-home-bottom-1 .widget_em_widget {
		float: left;
		width: 48.5%;
	}

	#ez-home-bottom-1 .widget_em_widget {
		margin-left: 3% !important;
	}

	/* Course Catalog - Full */
	.quick-view-content {
		position: absolute;
		max-width: 500px;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
	}

	/* Details Full */
	.details-full img {
		width: 100%;
	}

}

@media (min-width: 768px) and (max-width: 960px) {
	
	.sidebar #black-studio-tinymce-24 .widget-title,
	.sidebar #gform_widget-2 .gform_wrapper .gform_title {
		padding: 0 50px 0 0;
	}

	.sidebar #black-studio-tinymce-24 .widget-title:before,
	.sidebar #gform_widget-2 .gform_wrapper .gform_title:before {
		display: none;
	}

}

@media (max-width: 930px) {
	
	.details-full .one-third {
		width: 100%;
		margin-left: 0;
	}

}

@media (min-width: 960px) {
	
	/* Primary Navigation
	--------------------------------------------- */
	.nav-primary .menu {
		font-size: 0.8em;
	}

	.nav-primary .menu > li > a:after {
		display: inline-block;
	}

	/* Footer
	--------------------------------------------- */
	.footer-widgets .latest-tweets .widget-title {
		text-align: left;
	}

	.footer-widgets .latest-tweets .widget-title:before {
		display: inline-block;
		margin: 0 0.5em 0 0;
	}

	/* Specific Pages
	--------------------------------------------- */

	/* Home Bottom */
	#black-studio-tinymce-24 p {
		display: inline-block;
		margin-bottom: 0;
	}

	#black-studio-tinymce-24 p {
		max-width: 50%
	}

	#black-studio-tinymce-24 .button-form {
		position: relative;
		top: -10px;
		float: none;
		display: inline-block;
		max-width: 40%;
		margin: -8px 0 0 60px
	}

	#gform_widget-2 .gform_wrapper .gform_heading {
		width: 50%;
		max-width: 430px;
		float: left;
	}

	#gform_widget-2 .gform_body {
		max-width: 41.5%;
		float: left;
		padding-right: 144px;
		margin-left: 62px;
	}

	#gform_widget-2 .gform_wrapper .gform_footer {
		float: right;
		margin: 10px 0 0 0;
		padding-right: 0;
		position: absolute;
		right: 0;
		text-align: left;
		padding-right: 12%;
		width: 23%;
	}

	#gform_widget-2 .gform_button {
		float: none;
		margin-top: 0;
	}

	.sidebar #gform_widget-2 .gform_wrapper .gform_heading {
		width: 100%;
	}

	.sidebar #gform_widget-2 .gform_body {
		max-width: 100%;
		width: 100%;
		float: left;
		margin-left: 0;
	}

	.sidebar #gform_widget-2 .gform_wrapper .gform_footer {
		width: 100%;
		padding-right: 0;
		position: relative;
		float: none;
	}

	/* Course Catalog - Table */
	.course-catalog-full table {
		font-size: 0.75em;
	}

	.start-date,
	.end-date {
		display: table-cell;
	}

}

@media (min-width: 1024px) {
	
	/* Primary Navigation */
	.nav-primary .menu {
		font-size: 0.9em;
	}

	/* Home Middle */
	#ez-home-middle-1 {
		width: 40%;
	}

	#ez-home-middle-2 {
		width: 58.25%;
		margin-left: 1.75%;
	}

	#ez-home-middle-2 .widget:nth-child(3),
	#ez-home-middle-2 .widget:nth-child(4) {
		margin-bottom: 0;
	}

	/* Home Bottom */
	#ez-home-bottom-1 .featuredpost {
		width: 70%;
	}

	#ez-home-bottom-1 .widget_em_widget {
		width: 28.25%;
		margin-left: 1.75% !important;
	}

	#gform_widget-2 .gform_wrapper .gform_footer {
		width: 22.7%;
	}

	/* Course Catalog - Table */
	.course-catalog-full table {
		font-size: 0.8em;
	}

}

@media (min-width: 1180px) {

	.wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.site-container {
		background-image: url(/wp-content/uploads/2014/07/main-bg-large.jpg);
	}

	.site-inner,
	.full-width-header-image {
		margin: 0 auto;
	}

	.home .site-inner {
		padding: 0;
	}

	.custom-background .site-inner {
		margin: 20px auto;
	}

	/* Primary Navigation */
	.nav-primary .menu {
		font-size: 1em;
	}

	/* Home Bottom */
	#gform_widget-2 .gform_wrapper .gform_footer {
		width: 26%;
	}

	/* Course Catalog - Table */
	.course-catalog-full table {
		font-size: 0.9em;
	}

}

@media (min-width: 2000px) {
	
	.site-container {
		background-size: 100% auto;
	}

}