/*
	Theme Name: PHC
	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.1.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
	GitHub Theme URI: mickeykay/trestle
*/

/* 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
		- WP Types & Views
	- Site Header
		- Title Area
		- Logo
		- 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

*/

/* Colors for PHC

Dark Red = #c41230
Light Grey = #84898d
Mid Grey = #666666
Dark Grey = #272727

*/

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

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

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

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

@font-face {
        font-family: 'imp';
        src:url('/wp-content/plugins/4k-icons-pack06/icons/fonts/imp.eot');
        src:url('/wp-content/plugins/4k-icons-pack06/icons/fonts/imp.eot?#iefix') format('embedded-opentype'),
            	url('/wp-content/plugins/4k-icons-pack06/icons/fonts/imp.woff') format('woff'),
            	url('/wp-content/plugins/4k-icons-pack06/icons/fonts/imp.ttf') format('truetype'),
        	url('/wp-content/plugins/4k-icons-pack06/icons/fonts/imp.svg#oi') format('svg');
        font-weight: normal;
	font-style: normal;
}

/* 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;
}


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

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

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

body {
	background-color: #fff;
	color: #272727;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.6;
	overflow-x: hidden;
}

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 {
	outline: none;

	-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: #272727;
	color: #fff;
}

::selection {
	background-color: #272727;
	color: #fff;
}

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

p,
ol,
ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
	font-weight: 300;
}

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

.site-inner ol,
.site-inner ul {
	margin-left: 40px;
	margin-left: 4rem;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.content ul {
	list-style-type: none;
	margin: 0 0 0 20px;
}

.content ol,
.content ol > li {
	margin-left: 0;
	list-style-type: decimal;
}

.content ol > li {
	margin-left: 24px;
	margin-left: 2.4rem;
	padding-left: 0;
	text-indent: 0;
}

.content li {
	margin-bottom: 0.5em;
}

.content ol ol,
.content ul ul {
	margin-top: 6px;
	margin-bottom: 0;
}

.content ul li > ol,
.content ol li > ul {
	margin-top: 6px;
	margin-bottom: 6px;
}

.content ul > li {
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1em;
}

.content ul > li:before {
	font-family: FontAwesome;
	content: "\f111";
	color: #c41230;
	padding-right: 8px;
	font-size: 8px;
	vertical-align: middle;
	line-height: 1.4;
}

/*strong {
	font-weight: 400;
}*/

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

blockquote {
	margin: 20px 40px 32px 0;
	margin: 2rem 4rem 3.2rem 0;
	padding-left: 30px;
	padding-left: 3rem;
	font-family: Georgia;
	font-style: italic;
	line-height: 1.3;
	color: #272727;
	font-size: 19px;
	border-left: 2px solid #C41230;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-family: Georgia;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	height: 0;
	left: -15px;
	position: relative;
	top: 0px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote p:last-child::after {
	content: "\201D";
	display: inline;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

blockquote cite {
	display: block;
	margin-top: 0.5em;
	margin-left: 60%;
}

blockquote cite i,
blockquote cite em {
	display: block;
	color: #959594;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}

.content code {
	background-color: #272727;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Links
--------------------------------------------- */

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #272727;
}

.site-inner a {
	color: #c41230;
}

.site-inner a:hover {
	color: #272727;
}

.content .attachment a,
.content .gallery a {
	border: none;
}

.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;
}

.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";
}

.menu .external-link:after {
	display: none;
}

.image-link,
.image-link:hover {
	border-bottom: none !important;
	text-decoration: none !important;
}

.image-link:before,
.image-link:after {
	display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #272727;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 14px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 28px;
	font-size: 2.8rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

.content h2 {
	clear: both;
}

.widget .entry h2 {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

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 {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.wp-caption img {
	display: block;
}

/*.content img {
	border-bottom: 14px solid #272727;
	box-shadow: 0px 1px 3px #666;
}*/

/* 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 {
	padding: 15px;
	padding: 1.5rem;
	line-height: 1.25;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #444;
	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 {
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
.button,
.button-small {
	display: inline-block;
	width: auto;
	background-color: #c41230;
	padding: 4px 12px;
	border: none;
	border-radius: 5px;
	color: #fff !important;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px #999;
	font-size: 14px;
	font-weight: 400;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
.button:hover,
.button-small:hover {
	color: #fff;
	box-shadow: 0px 1px 5px #272727;
}

button:after,
input[type="button"]:after,
.button:not(.no-arrow):after,
.button-small:after {
	font-family: FontAwesome;
	content: "\f178";
	padding-left: 7px;
}

input[type="submit"],
.button-large {
	display: inline-block;
	width: auto;
	background-color: #c41230;
	padding: 10px 22px;
	border: none;
	border-radius: 5px;
	color: #fff !important;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px #999;
	font-size: 18px;
	font-weight: 400;
}

input:hover[type="submit"],
.button-large:hover {
	color: #fff;
	box-shadow: 0px 1px 5px #272727;
}

input[type="submit"]:after,
.button-large:not(.no-arrow):after {
	font-family: FontAwesome;
	content: "\f178";
	padding-left: 7px;
}

.button.donate-button {
	padding: 12px !important;
	font-size: 16px;
	max-width: 210px;
	text-align: center;
}

.button.donate-button i {
	margin-right: 4px;
	margin-left: -4px;
	font-size: 14px;
}

/* 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 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: #666666;
	border-color: #666666;
}

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

/* Button Colors & Classes */

body .red,
.genesis-nav-menu .button {
	background-color: #f15123;
	border-color: #f15123;
}

body .red:hover {
	background-color: #272727;
	border-color: #272727;
}

.genesis-nav-menu .button:hover {
	background-color: #666666;
	border-color: #666666;
}

body .blue {
	background-color: #0971b2;
	border-color: #0971b2;
}

body .blue:hover {
	background-color: #272727;
	border-color: #272727;
}

body .green {
	background-color: #00a476;
	border-color: #00a476;
}

body .green:hover {
	background-color: #272727;
	border-color: #272727;
}

.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;
}

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

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

.tablepress {
	margin-bottom: 40px !important;
	margin-bottom: 4rem !important;
}

thead th,
.tablepress thead th {
	background-color: #c41230 !important;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

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

th,
td {
	text-align: left;
}

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

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

.tablepress .row-hover tr.odd:hover td {
	background-color: #F9F9F9;
}

.tablepress .row-hover tr.even:hover td {
	background-color: #fff;
}

table.phc-table tbody td.column-1,
.tablepress.phc-table tbody td.column-1 {
	font-size: 22px;
	text-align: right;
}

table.phc-table tbody td.column-1 strong,
.tablepress.phc-table tbody td.column-1 strong {
	font-weight: 700;
}

table.phc-table tbody td.column-2,
.tablepress.phc-table tbody td.column-2 {
	line-height: 1.2;
	vertical-align: middle;
	font-weight: 400;
}

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

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

.site-inner,
.wrap {
	margin: 0 auto;
}

.wrap {
	max-width: 1140px;
	max-width: 1004px;
	margin: 0 auto;
}

.site-inner {
	clear: both;
	padding: 20px;
	padding: 2rem;
	border-radius: 3px;
}

.custom-background .site-inner {
	margin: 20px;
	margin: 2rem;
	padding: 30px;
	padding: 3rem;
	background-color: #fff;
}

.custom-background.bubble .site-inner {
	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;
}

/* 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;
	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-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

a.more-link {
	display: inline-block;
	background-color: #c41230;
	padding: 4px 12px;
	margin-top: 9px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px #999;
	font-size: 14px;
	font-weight: 400;
}

a.more-link:hover {
	color: #fff;
	box-shadow: 0px 1px 5px #272727;
}

.more-link:after {
	font-family: FontAwesome;
	content: "\f178";
	padding-left: 7px;
}

/* 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: #272727;
	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 {
	color: #272727;
	border-bottom: none;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title {
	/*background-color: #C41230;
	text-align: center;*/
}

.sidebar .widget-title span {
	/*padding: 0 20px;
	background-color: white;*/
}

.sidebar .widget-title a {
	border: none;
}

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


/*
Plugins & Widgets
---------------------------------------------------------------------------------------------------- */

/* 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 Featured Posts Amplified
--------------------------------------------- */

.widget.featuredpost img {
	border: 1px solid #ddd;
	box-shadow: none;
}

.widget.featuredpost p.post-info {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 700;
}

.widget.featuredpost h2 {
	margin-bottom: 1px;
	margin-bottom: 0.1rem;
}

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

.enews-widget {
	color: #999;
}

.sidebar .widget.enews-widget,
.bubble .sidebar .widget.enews-widget {
	background-color: #272727;
}

.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: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	border-color: #fff;
	color: #272727;
}

/* 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;
}

div.gform_wrapper ul > li {
	text-indent: 0;
	padding-left: 0;
}

.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: #f15123;
}

/* 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 a {
	color: #848484;
	font-weight: 400;
}

.simple-section-nav a:hover {
	color: #C41230;
}

.simple-section-nav .current_page_item > a,
.simple-section-nav .current_page_ancestor > a {

}

.simple-section-nav .current_page_item > a {
	color: #272727;
}

.simple-section-nav .current_page_item > a:hover {
	color: #C41230;
}

.simple-section-nav ul ul {
	padding: 12px 0 6px 22px;
}

.simple-section-nav ul ul a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	padding-right: 4px;
}

/* Events Manager
--------------------------------------------- */

.calendar-grid {
	display: none;
}

.em-calendar-wrapper {
	clear: both;
}

.em-calendar-wrapper i {
	color: #c41230;
	margin-right: 5px;
}

.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: bold;
	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 5px;
	margin: 0.5rem 0 1rem 0.5rem;
	font-size: 0.9em;
}

.em-calendar-wrapper .fullcalendar li {
	margin-bottom: .5em;
	padding-left: 0;
	text-indent: 0;
}

.em-calendar-wrapper .fullcalendar li:before {
	display: none;
}

.em-calendar-wrapper table.fullcalendar tr td a {
	text-decoration: none;
}

table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
	color: #C41230 !important;
}

.em-calendar-wrapper li.last {
	margin-top: 15px;
}

.em-calendar-wrapper li.category-featured {
	background-color: #c41230;
	color: white;
	padding: 3px;
	max-width: 96%;
	border-radius: 3px;
}

table.em-calendar td.eventful .category-featured a {
	color: white !important;
	font-weight: 500;
}

.em-calendar-wrapper li.category-featured i[class^="imp-"],
.em-calendar-wrapper li.category-featured i[class*=" imp-"] {
	color: #fff;
}

.em-calendar-wrapper li.category-featured i.imp-star6 {
	color: #FFFC00;
	font-weight: normal;
}

.calendar-toggle-buttons {
	text-align: right;
	display: none;
	color: #C41230;
}

.calendar-toggle-buttons .grid-view {
	float: right;
	margin-left: 8px;
}

.calendar-toggle-buttons .list-view {
	float: right;
}

.calendar-toggle-buttons .on i {
	background-color: #eee;
}

.calendar-toggle-buttons i {
	display: inline-block;
	border: 1px solid black;
	border-radius: 2px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 20px;
}

.calendar-toggle-buttons i:hover {
	background-color: #ddd;
	cursor: pointer;
}

.css-events-list p {
	margin-bottom: 0;
	clear: both;
}

.css-events-list p a {
	font-size: 20px;
}

.css-events-list i[class^="imp-"], .css-events-list i[class*=" imp-"] {
	color: #c41230;
	margin-left: 1px;
	margin-right: 6px;
	font-size: 22px;
}

.css-events-list .calendar-item {
	overflow: hidden;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	box-shadow: 0px 0px 6px -1px #999;
	border-radius: 3px;
	padding: 10px;
	background-color: #F7F7F7;
}

.css-events-list .calendar-item.category-featured {
	background-color: #c41230;
	box-shadow: 0px 0px 6px 0px #666;
	color: white;
}

.css-events-list .calendar-item.category-featured a,
.css-events-list .calendar-item.category-featured i[class^="imp-"],
.css-events-list .calendar-item.category-featured i[class*=" imp-"] {
	color: #fff;
}

.css-events-list .calendar-item.category-featured i.imp-star6 {
	color: #FFFC00;
}

.css-events-list .event-title {
	line-height: 1.2;
}

ul.event-categories {
	margin: 0;
}

/*ul.event-categories:before {
	content: 'This event is for:';
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: baseline;
	float: left;
}*/

ul.event-categories > li {
	text-indent: 0;
	padding-left: 5px;
	float: left;
	margin-bottom: 0;
}

ul.event-categories > li.last {
	margin-bottom: 0;
}

ul.event-categories > li:before {
	display: none;
}

ul.event-categories > li:not(.last):after {
	content: ',';
}


/* WP Types & Views
--------------------------------------------- */

.wpv-sorting-indicator {
	display: none !important;
}

th a.wpv-header-no-sort:after,
th a.wpv-header-asc:after,
th a.wpv-header-desc: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;
}

/* Fetch Tweets
--------------------------------------------- */

.fetch-tweets-text {
	font-weight: 400;
}

.fetch-tweets-item {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
}

.fetch-tweets-item:last-child {
	border-bottom: none;
}

.fetch-tweets .fetch-tweets-main {
	padding: 0 !important;
}

ul.fetch-tweets-intent-buttons li:before {
	display: none;
}

/* Visual Composer
--------------------------------------------- */

.wpb_single_image .vc_single_image-wrapper {
	max-width: 100%;
}

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

.site-header {
	position: relative;
	z-index: 5;
	background-color: #84898d;
	box-shadow: 0px 1px 5px #222;
}

.custom-background .site-header {
	background-color: transparent;
}

.site-header .wrap {
	padding: 12px 20px 0;
	padding: 1.2rem 2rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	max-width: 50%;
	width: auto;
	font-weight: 700;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #272727;
	transition: 0.2s;
}

.site-title a:hover {
	opacity: 0.8;
}

.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 {
	position: absolute;
	left: -9999px;
	top: -9999px;
}


/* Logo
--------------------------------------------- */

.logo-full {
	display: none;
}

.logo.show {
	display: inline-block !important;
}


/* Header Widget Areas
--------------------------------------------- */

.site-header .widget-area {
	width: 100%;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-width: 0;
}

.site-header .search-form {
	margin: 0 auto ;
	margin: 0 auto;
	text-align: center;
}

#text-9 {
	text-transform: uppercase;
	font-weight: 500;
}

#text-9 a {
	color: #c41230;
}

#text-9 a:hover {
	text-decoration: underline;
}

#text-9 .widget-title {
	display: none;
}


/* Header Toggle Styles
--------------------------------------------- */

.site-header .toggle-buttons {
	font-size: 0;
	text-align: right;
}

.site-header .toggle-button {
	margin-left: 15px;
	color: #fff;
}

.site-header .toggle-buttons #toggle-button-0 {
	display: none;
}

.site-header .toggle-button.open {
	color: #272727;
}

.site-header .toggle-button:before {
	content: "\e270";
	font-family: 'imp';
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
}

.site-header .toggle-button.nav-toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
}


.nav-primary,
.site-header .nav-primary,
.site-header .widget-area {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	box-shadow: 0 4px 8px 1px rgba(0,0,0,0.4);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .5s ease, padding 0;
	   -moz-transition: opacity .5s ease, padding 0;
	    -ms-transition: opacity .5s ease, padding 0;
	     -o-transition: opacity .5s ease, padding 0;
	        transition: opacity .5s ease, padding 0;
}

.site-container > .nav-primary {
	top: auto;
}

.site-header .widget-area.open {
	padding: 20px;
	border-width: 1px 0;
}

.nav-primary.open,
.widget-area.open {
	z-index: 20;
	max-height: 9999px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


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

/* General Navigation
--------------------------------------------- */

#menu-toggle {
	display: block;
	clear: both;
	margin: 0 20px;
	margin: 0 2rem;
	text-align: center;

}

.bubble #menu-toggle {
	margin-top: 20px;
	margin-top: 2rem;
}

.custom-background #menu-toggle {
	margin-top: 0;
}

.genesis-nav-menu {
	clear: both;
	margin: 0;
	color: #999;
	width: 100%;
	background-color: #fff;
}

.genesis-nav-menu li {
	position: relative;
	display: block;
	border-width: 1px 0;
}

.genesis-nav-menu li.first {
	border-top: none;
}

.genesis-nav-menu a {
	border: 0 solid #bbb;
	border-bottom-width: 1px;
	font-weight: 500;
	color: #777;
	letter-spacing: 0.05em;
}

.genesis-nav-menu a,
.genesis-nav-menu > .right {
	display: block;
	position: relative;
}

.genesis-nav-menu ul a:hover{
	color: #272727;
}

.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 ul {
	display: none;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	-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 [class*="current-"] > ul,
.genesis-nav-menu [class*="current_"] > ul {
	display: block;
}

.genesis-nav-menu li ul {
	border: 0 solid #eee;
}

.genesis-nav-menu > li > ul {
	font-size: 0.9em;
}

.genesis-nav-menu ul li {
	padding-left: 15px;
	padding-left: 1.5rem;
}

.genesis-nav-menu ul a {
	position: relative;
	padding: 10px 5px;
	color: #777;
}

.genesis-nav-menu ul a:before {
	content: '- ';
}

.genesis-nav-menu ul a:hover {
	color: #C41230;
}

.genesis-nav-menu ul [class*="current_"] > a,
.genesis-nav-menu ul [class*="current-"] > a {
	color: #C41230;
	font-weight: bold;
}

.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;
	border: none;
	text-align: center;
}

.genesis-nav-menu > li.last > a {
	border-bottom: none;
}


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

.nav-primary,
.nav-secondary {
	overflow: hidden;
	background-color: #84898d;
	transition: box-shadow 0s;
	z-index: 10;
}

.nav-primary a {
	padding-right: 50px;
	padding-right: 5rem;
}


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

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

.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;
}

.genesis-nav-menu > .right .search-form {
	display: inline-block;
	padding: 0;
}

.genesis-nav-menu > .right input[type="submit"] {
	margin: 0 0 0 0.5em;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

.nav-secondary a:hover,
.nav-secondary [class*="current-"] > a,
.nav-secondary [class*="current_"] > a {
	color: #111;
}


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

.site-header .widget-area .menu a,
.site-header .widget-area .menu .right {
	padding: 15px 10px;
	padding: 1.5rem 1rem;
	font-size: .8em;
	border-bottom-width: 0;
}

.site-header .widget-area .menu a:hover,
.site-header .widget-area .menu [class*="current-"] > a,
.site-header .widget-area .menu [class*="current_"] > a {
	color: #272727;
}

.site-header .widget-area .menu > li {
	display: inline-block;
	border-top: none;
}

.site-header .widget-area .menu li ul {
	display: none;
}


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

.site-header .nav-primary {
	margin: 0;
}

.site-header .nav-primary .wrap {
	padding: 0;
}

.site-header .nav-primary a:hover,
.site-header .nav-primary [class*="current-"] > a,
.site-header .nav-primary [class*="current_"] > a {
	color: #272727;
}

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


/* Non jQuery Styles
--------------------------------------------- */

.no-jquery #menu-toggle {
	display: none;
}

.no-jquery #menu-toggle:hover + .genesis-nav-menu,
.no-jquery a:hover + ul,
.no-jquery ul:hover {
	display: block;
}


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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.widget .entry,
.bubble .widget .entry {
	padding: 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;

}

.page .entry-header .fourk-icon-container,
.page .entry-header .fourk-icon-container .page-icon {
	display: inline;
}

.page .entry-header.has-icon {
	padding-bottom: 12px;
}

.page .entry-header.has-icon .entry-title {
	display: inline;
}

.page .entry-header .fourk-icon-container .page-icon {
	padding-right: 9px;
}

.page .entry-header .fourk-icon-container .page-icon i {
	color: #C41230 !important;
}


/* 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 {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
}

.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;
}

.pagination-next a,
.pagination-previous a,
.archive-pagination li a {
	background-color: #C41230;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 15px;
	padding: 0.8rem 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px #999;
}


.pagination-next a:hover,
.pagination-previous a:hover,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	box-shadow: 0px 1px 5px #272727;
	color: #fff;
}

.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;
	margin-left: 0 !important;
	padding: 32px !important;
	padding: 3.2rem !important;
}

.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 {
	display: none;
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


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

.sidebar {
	color: #999;
}

.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 {
	background-color: #272727;
	color: #999;
	clear: both;
	font-weight: 400;
}

.footer-widgets p {
	font-weight: 400;
}

.footer-widgets .wrap {
	padding: 0;
	margin: 40px auto 0;
	margin: 4rem auto 0;
	width: 950px;
	width: 95rem;
	max-width: 92%;
	border-bottom: 1px solid #444;
}

.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: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.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-widgets .textwidget{
	font-size: 14px;
}

.footer-widgets #black-studio-tinymce-14 a {
	display: block;
	max-width: 190px;
	margin-bottom: 6px;
}

.footer-widgets #black-studio-tinymce-14 a:last-child {
	margin-bottom: 0;
}

.footer-widgets #black-studio-tinymce-14 i {
	width: 25px;
	line-height: 22px;
	font-size: 22px;
}

.footer-widgets #black-studio-tinymce-14 img {
	padding-right: 6px;
	vertical-align: text-bottom;
}

.footer-widgets #black-studio-tinymce-14 i.fa-facebook {
	padding-left: 2px;
}

.footer-widgets #black-studio-tinymce-12 a {
	margin-right: 16px;
	margin-bottom: 10px;
	display: inline-block;
}

.footer-widgets #black-studio-tinymce-12 a:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.footer-widgets #black-studio-tinymce-12 i {
	display: inline-block;
	background-color: #C41230;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-style: normal;
	margin-right: 1px;
}

.footer-widgets #black-studio-tinymce-12 a:last-child i {
	margin-right: 5px;
}

.footer-widgets #black-studio-tinymce-13 i {
	width: 25px;
	line-height: 22px;
	font-size: 22px;
}

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

.site-footer {
	background-color: #272727;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: 500;
}

.site-footer .wrap {
	padding: 20px;
	padding: 2rem;
	max-width: 950px;
	max-width: 95rem;
	margin: 0 auto;
}

.site-footer a {
	color: #999;
	margin: 0 6px;
}

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

.site-footer a:first-child {
	margin-left: 0;
}

.site-footer a:last-child {
	margin-right: 0;
}

.site-footer a:before,
.site-footer a:after {
	display: none;
}

.site-footer p {
	margin-bottom: .75em;
	clear: both;
}

.site-footer #search-3 {
	margin: 15px auto;
	width: 92%;
	max-width: 420px;
}

.site-footer .mm-link {
	color: #666;
}

/*
General Components
---------------------------------------------------------------------------------------------------- */

.overflow-visible {
	overflow: visible !important;
}

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

.widget_search .widget-wrap {
	position: relative;
}

.search-form {
	padding-right: 0;
	position: relative;
}

.search-form input[type="search"] {
	padding: 12px;
	padding: 1.2rem;
	background-color: #3b3b3b;
	color: #999;
	font-size: 14px;
	font-weight: 500;
	border: none;
	box-shadow: none;
	border-radius: 6px;
}

.search-form input:focus[type="search"] {
	color: #fff;
}

.search-form input[type="submit"] {
	float: right;
	margin-top: -38px;
	margin-top: -3.8rem;
	padding: 8px;
	padding: 0.8rem;
	text-indent: 9999px;
	width: 38px;
	position: relative;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	right: 6px;
	box-shadow: none;
	font-size: 14px;
}

.search-form:after {
	content: "\f002";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	right: 6px;
	color: #999;
	line-height: 33px;
	width: 38px;
	width: 3.8rem;
	margin-top: -38px;
	text-align: center;
	z-index: 5;
	background-color: #272727;
	border-radius: 6px;
}

.search-form input:hover[type="submit"] {
	background-color: rgba(0,0,0,0.1);
	color: #fff;
	box-shadow: none;
}

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

@font-face {
        font-family: 'imp';
        src:url('https://www.projecthomelessconnect.org/wp-content/plugins/4k-icons-pack06/icons/fonts/imp.eot');
        src:url('https://www.projecthomelessconnect.org/wp-content/plugins/4k-icons-pack06/icons/fonts/imp.eot?#iefix') format('embedded-opentype'),
            	url('https://www.projecthomelessconnect.org/wp-content/plugins/4k-icons-pack06/icons/fonts/imp.woff') format('woff'),
            	url('https://www.projecthomelessconnect.org/wp-content/plugins/4k-icons-pack06/icons/fonts/imp.ttf') format('truetype'),
        	url('https://www.projecthomelessconnect.org/wp-content/plugins/4k-icons-pack06/icons/fonts/imp.svg#oi') format('svg');
        font-weight: normal;
	font-style: normal;
}

i[class^="imp-"], i[class*=" imp-"] {
	font-style: normal;
}

.imp-direction:before {
	content: "\ea4a";
	font-family: imp;
}
.imp-puzzle:before {
	content: "\ec1c";
	font-family: imp;
}
.imp-puzzle2:before {
	content: "\ec1d";
	font-family: imp;
}
.imp-puzzle3:before {
	content: "\ec1e";
	font-family: imp;
}
.imp-puzzle4:before {
	content: "\ec1f";
	font-family: imp;
}
.imp-heart:before {
	content: "\ece4";
	font-family: imp;
}
.imp-heart2:before {
	content: "\ece5";
	font-family: imp;
}
.imp-heart3:before {
	content: "\ece6";
	font-family: imp;
}
.imp-heart4:before {
	content: "\ece7";
	font-family: imp;
}
.imp-heart-broken:before {
	content: "\ece8";
	font-family: imp;
}
.imp-heart5:before {
	content: "\ece9";
	font-family: imp;
}
.imp-heart6:before {
	content: "\ecea";
	font-family: imp;
}
.imp-star:before {
	content: "\ece3";
	font-family: imp;
}
.imp-star2:before {
	content: "\e2fd";
	font-family: imp;
}
.imp-star3:before {
	content: "\e2fe";
	font-family: imp;
}
.imp-star4:before {
	content: "\e2ff";
	font-family: imp;
}
.imp-star5:before {
	content: "\e300";
	font-family: imp;
}
.imp-star6:before {
	content: "\ece2";
	font-family: imp;
}
.imp-steps:before,
.imp-footprint:before {
	content: "\ebd6" !important;
	font-family: imp;
}
.imp-food2:before,
.imp-apple:before {
	content: "\ebcc" !important;
}
.imp-glasses3:before,
.imp-glasses:before {
	content: "\ec22" !important;
}
.imp-checkbox:before,
.imp-checkbox-checked:before {
	content: "\ee63" !important;
}
.imp-remove5:before,
.imp-bin:before {
	content: "\ebfa" !important;
}
.imp-bag3:before,
.imp-bag:before {
	content: "\ea07" !important;
}
.imp-aid:before,
.imp-aid-kit:before {
	content: "\eb6e" !important;
}
.imp-expand:before,
.imp-enlarge:before {
	content: "\eb39" !important;
}

.entry-title:before {
	color: #c41230;
}

/*
Specific Pages
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home .site-inner {
	padding: 0;
	max-width: 100%;
}

.home .content-sidebar-wrap {
	padding: 30px 0 0px;
	padding: 3rem 0 0rem;
}

.home .entry {
	margin-bottom: 0;
}

.home .entry-content h2 {
	background-color: transparent;
	text-align: left;
}

.home .entry-content h2 span {
	background-color: transparent;
	padding: 0;
}

/* Home Slider */

.home-slider-wrapper {
	background-color: #272727;
}

.home .nivo-caption {
	position: relative;
	font-size: 16px;
	padding: 2px 1% 0;
	text-align: center;
	color: #fff;
	line-height: 1;
	opacity: 1;
	background: rgb(60,60,60);
	background: rgba(40,40,40,0.7);
}

.home .nivo-caption span {
	display: inline-block;
	padding: 0 6px 2px;
	font-size: 32px;
	vertical-align: middle;
	font-weight: 900;
}

/* Home Top */

.home-top.wpb_row {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0 20px;
	padding: 0 2rem;
}

.home-top-title.wpb_content_element {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.home-top-title h2 {
	font-size: 18px;
	font-size: 1.8rem;
}

.home-top-text {
	max-width: 840px;
	max-width: 84rem;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
}

.home-top-text p {
	font-weight: 400;
}

/* Home Middle */

.home-middle.vc_row {
	max-width: 640px;
	max-width: 64rem;
	margin: 5px auto 20px;
	margin: 0.5rem auto 2rem;
}

.home-middle .vc_column_container {
	text-align: center;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	width: 100% !important;
	float: none;
}

.home-middle .wpb_content_element {
	margin-bottom: 0px;
}

.home-middle a {
	text-transform: uppercase;
}

.home-middle .get-help-icon-wrapper i,
.home-middle .volunteer-icon-wrapper i,
.home-middle .donate-icon-wrapper i {
	display: inline-block;
	margin: 0 auto;
	font-size: 86px !important;
	font-size: 8.6rem !important;
	color: #c41230 !important;
}

.home-middle .get-help-icon-wrapper:hover i,
.home-middle .volunteer-icon-wrapper:hover i,
.home-middle .donate-icon-wrapper:hover i,
.home-middle .get-help-icon-wrapper:hover a,
.home-middle .volunteer-icon-wrapper:hover a,
.home-middle .donate-icon-wrapper:hover a {
	color: #272727 !important;
}

/* Home Bottom */

.home-bottom-wrapper.wpb_row {
	background-color: #f7f7f7;
	padding: 40px 20px 40px;
	padding: 4rem 2rem 4rem;
	margin-bottom: 0;
}

.home-bottom-wrapper .vc_col-sm-12 {
	padding: 0;
}

.home-bottom.vc_row {
	max-width: 948px;
	margin: 0 auto;
}

.home-bottom .widget-title,
.home-bottom #text-7 .textwidget {
	line-height: 1;
	text-align: center;
	font-size: 22px;
	background-color: #C41230;
	margin-bottom: 38px;
}

.home-bottom .widget-title span,
.home-bottom #text-7 .textwidget span {
	padding: 0 20px;
	background-color: #F7F7F7;
}

.home-bottom #text-7 .textwidget :not(i) {
	font-weight: normal;
	font-size: 22px;
}

/*.home-bottom .widget-title:before,
.home-bottom .widget-title:after {
	content: '';
	display: none;
	background-color: #c41230;
	height: 20px;
	width: 50%;
	box-shadow: 0px 1px 3px #666;
}

.home-bottom .widget-title:before {
	float: left;
}

.home-bottom .widget-title:after {
	float: right;
}*/

.widget.featuredpost {
	overflow: hidden;
}

.widget.featuredpost p {
	font-weight: 400;
}

#text-8 {
	clear: both;
	margin-top: 4px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

#text-8 a,
#text-6 a {
	font-size: 14px;
	font-weight: 500;
}

#text-7 .fa-twitter{
	color: #55ACEE;
	font-size: 30px;
	line-height: 0;
	vertical-align: middle;
}

#ultimate-modal-content {
	max-width: 94%;
	width: 100% !important;
	height: 310px !important;
	margin-left: -47% !important;
	text-align: center;
}

#ultimate-modal-content iframe {
	display: block;
	margin: 0 auto;
	max-height: 300px !important;
}

/* Blog
--------------------------------------------- */

.blog article.post,
.archive article.post {
	padding: 10px;
	padding: 1rem;
	background-color: #eee;
}

.blog article.post .image-link,
.archive article.post .image-link {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	transition: 0.2s;
}

.blog article.post .image-link img,
.archive article.post .image-link img {
	margin: 0;
}

.blog article.post .image-link:hover,
.archive article.post .image-link:hover  {
	opacity: 0.9;
}

.blog article.post .entry-meta,
.archive article.post .entry-meta {
	margin-bottom: 2px;
	clear: both;
}

.blog article.post .entry-title,
.archive article.post .entry-title {
	margin-bottom: 2px;
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: uppercase;
	font-weight: 700;
}

.blog article.post .entry-title a,
.archive article.post .entry-title a {
	color: #C41230;
}

.blog article.post .entry-title a:hover,
.archive article.post .entry-title a:hover {
	color: #272727;
}

.blog article.post .entry-content,
.archive article.post .entry-content {
	font-size: 14px;
	font-size: 1.4rem;
}

.blog article.post .entry-content p,
.archive article.post .entry-content p {
	margin-bottom: 2px;
}

.blog article.post .entry-footer,
.archive article.post .entry-footer {
	display: none;
}

/* Get Help
--------------------------------------------- */
/*.page-id-14 .entry-title:before {
	content: "\e0fe";
	font-family: imp;
	margin-right: 10px;
}*/

/* About / Mission Page
--------------------------------------------- */
.page-id-17 blockquote::before {
	content: none;
}
.page-id-17 blockquote p:last-child::after{
	content: none;
}

/* Donate Page
--------------------------------------------- */
/*.page-id-21 .entry-title:before{
	content: "\e307";
	font-family: imp;
	margin-right: 10px;
}*/

/* Volunteer Page
--------------------------------------------- */

.page-id-20 a.pdf-link {
	margin-top: 20px;
	display: inline-block;
}

/*.page-id-20 .entry-title:before {
	content: "\e270";
	font-family: imp;
	margin-right: 10px;
}*/

.expander-row.wpb_row {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.expander-row .fourk-icon {
	transition: 0.2s;
	margin: 0 auto;
}

.expander-row .fourk-icon:hover {
	opacity: 0.9;
	cursor: pointer;
}

.expander-row .vc_separator {
	margin-bottom: 0;
}

.expander-row .vc_separator .vc_sep_holder {
	display: none;
}

.expander-row .vc_separator h4 {
	text-align: center;
	display: block;
	white-space: normal;
	width: 100%;
	height: 40px;
	margin-bottom: 0;
}

.expander-row .vc_separator h4:hover {
	text-decoration: underline;
	cursor: pointer;
}

.expander-row .wpb_wrapper .wpb_text_column {
	display: none;
	overflow: visible;
	transition: height 0.3s;
	margin: 0 auto 16px !important;
	margin: 0 auto 1.6rem !important;
	max-width: 270px;
}

.expander-row .wpb_wrapper.expand .wpb_text_column {
	display: block;
	position: relative;
	background-color: #eee;
	border-radius: 3px;
	padding: 10px;
	z-index: 999;
	font-size: 14px;
	line-height: 1.4;
	margin: 5px 0 18px !important;
}

.expander-row .wpb_wrapper.expand .wpb_text_column:after,
.expander-row .wpb_wrapper.expand .wpb_text_column:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;}

.expander-row .wpb_wrapper.expand .wpb_text_column:after {
	border-color: rgba(270, 270, 270, 0);
	border-bottom-color: #eee;
	border-width: 19px;
	margin-left: -19px;
}

.expander-row .wpb_wrapper.expand .wpb_text_column:before {

	border-width: 20px;
	margin-left: -20px;
}

.expander-row .close-expander {
	width: 22px;
	height: 22px;
	display: block;
	float: right;
	text-align: center;
	line-height: 20px;
	background-color: #A1A1A1;
	border-radius: 100%;
	margin: -18px -18px 0 0;
	border: 1px solid #444;
	color: #fff;
}

/*.expander-row .triangle {
	border-width: 20px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	margin: 0 auto;
}*/

.ie8 .expander-row .fourk-icon {
	background-color: #C41230 !important;
	height: 120px !important;
	padding: 0 !important;
}

.ie8 .expander-row .fourk-icon i {
	line-height: 120px !important;
}

.ie8 .expander-row .fourk-icon.circle,
.ie8 .entry-content .fourk-icon.circle {
	background-color: #C41230 !important;
}

.ie9 .expander-row .fourk-icon {
	height: 120px !important;
	background-color: #C41230 !important;
	padding: 0 !important;
}

.ie9 .expander-row .fourk-icon i {
	line-height: 120px !important;
}

.ie9 .expander-row .fourk-icon.circle {
	border-radius: 100%;
}

/* Search Results Page
--------------------------------------------- */

.search-results .entry-header .entry-meta {
	display: none;
}

/* Sitemap
--------------------------------------------- */

.page-id-137 .content ul {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/* Remove Some Default Styles
--------------------------------------------- */
.page-id-130 .content ul > li,
.postid-1144 .content ul > li {
	padding-left: 0;
	text-indent: 0;
}

.page-id-130 .content ul > li:before,
.postid-1144 .content ul > li:before {
	display: none;
}

/* Blank Template
--------------------------------------------- */

.page-template-page_blank .site-inner {
	/*max-width: 100% !important;*/
	/*padding: 0;*/
	/*margin: 0;*/
}


/* Browser Fixes
---------------------------------------------------------------------------------------------------- */

.ie8 .search-form input[type="submit"] {
	display: none;
}

/*.ie8 .nav-primary,
.ie8 .nav-primary .wrap,
.ie8 .nav-primary .menu-primary {
	overflow: visible;
	z-index: 10;
}

.ie8 .nav-primary .wrap {
	position: relative;
}

.ie8 .nav-primary .menu-primary li {
	z-index: 99;
	overflow: visible;
}

.ie8 .site-inner {
	position: relative;
	z-index: 1;
}*/

/*
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;
	}

	/*html,
	body {
		width: 100%;
		overflow-x: hidden;
	}*/

}

/*@media (min-width: 400px) {
	.home-bottom .widget-title:before,
	.home-bottom .widget-title:after {
		display: inline-block;
		max-width: 12%;
	}
}*/

@media (max-width: 400px) {

	.sidebar .widget-title,
	.home-bottom .widget-title,
	#text-7 .textwidget {
		background-color: inherit;
	}

	.home .nivo-caption {
		line-height: 32px;
	}
}

@media (max-width: 479px) {

	.site-header .toggle-buttons {
		margin-top: 4%;
	}

}

@media (min-width: 480px) {

	h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	h2 {
		font-size: 30px;
		font-size: 3rem;
	}

	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h4 {
		font-size: 20px;
		font-size: 2rem;
	}

	h5 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	blockquote {
		font-size: 22px;
	}

	/* Header Toggle Styles
	--------------------------------------------- */

	.site-header .toggle-buttons {
		margin-top: 20px;
	}


	/* Specific Pages
	--------------------------------------------- */

	/* Home Page */

	.home .nivo-caption {
		font-size: 18px;
		padding: 2px 2% 0;
	}

	.home .nivo-caption span {
		padding: 0 6px 2px;
		font-size: 42px;
	}

	.home-top-title h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.home-top-text {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.home-middle .vc_column_container {
		width: 33.33333333% !important;
		float: left;
	}

/*	.home-bottom .widget-title:before,
	.home-bottom .widget-title:after {
		max-width: 20%;
	}
*/

	/* Blog */

	.blog article.post .entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.blog article.post .entry-content {
		font-size: 16px;
		font-size: 1.6rem;
	}

}

@media (min-width: 579px) {

	.red-background h2 {
		text-align: center;
		background-color: #C41230;
		line-height: 18px;
		margin-bottom: 8px;
	}

	.red-background h2 span {
		background-color: #fff;
		padding: 0 20px;
	}

	.red-background h3 {
		text-align: center;
		background-color: #C41230;
		line-height: 15px;
		margin-bottom: 8px;
	}

	.red-background h3 span {
		background-color: #fff;
		padding: 0 18px;
	}

	.red-background h4 {
		text-align: center;
		background-color: #C41230;
		line-height: 12px;
		margin-bottom: 8px;
	}

	.red-background h4 span {
		background-color: #fff;
		padding: 0 16px;
	}

	/* Plugins & Widgets
	--------------------------------------------- */

	/* Genesis Featured Posts Amplified */

	.widget.featuredpost .entry {
		width: 48%;
		float: left;
	}

	.widget.featuredpost .entry.gfwa-odd {
		margin-left: 0;
		margin-right: 2%;
	}

	.widget.featuredpost .entry.gfwa-even {
		margin-right: 0;
		margin-left: 2%;
	}

	.widget.featuredpost img {
		margin-left: 0;
	}

	/* Specific Pages
	--------------------------------------------- */

	/* Home */

	#ultimate-modal-content {
		height: 380px !important;
	}

	#ultimate-modal-content iframe {
		max-height: 370px !important;
	}

	/* Volunteer */

	.expander-row.wpb_row {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.expander-row .vc_column_container {
		width: 50%;
		float: left;
	}

	.expander-row .wpb_wrapper.expand .wpb_text_column {
		display: block;
		position: absolute;
		background-color: #eee;
		bottom: 175px;
		padding: 10px;
		z-index: 999;
		max-width: 100%;
		margin: 0 0 0 -15px !important;
	}

	.expander-row .wpb_wrapper.expand .wpb_text_column:after,
	.expander-row .wpb_wrapper.expand .wpb_text_column:before {
		bottom: 0;
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;}

	.expander-row .wpb_wrapper.expand .wpb_text_column:after {
		border-color: rgba(270, 270, 270, 0);
		border-top-color: #eee;
		border-width: 19px;
		margin-left: -19px;
	}

	.expander-row .wpb_wrapper.expand .wpb_text_column:before {

		border-width: 20px;
		margin-left: -20px;
	}

}

@media (max-width: 600px) {

	/* Responsive Tables CSS
	--------------------------------------------- */

	table:not(.em-calendar) {
		clear: both;
	}

	table:not(.em-calendar) tr {
		padding: 0.5em;
	}

	th,
	td {
		padding: 0;
	}

	table:not(.em-calendar) thead th,
	.tablepress thead th {
		font-size: 18px;
	}

	table:not(.em-calendar) tbody td,
	.tablepress tbody td {
		border-width: 0 !important;
	}

	table:not(.em-calendar) tbody {
		line-height: 1.2;
	}

	table:not(.em-calendar) tbody tr {
		border-bottom: 1px solid #CCC;
	}

	table:not(.em-calendar) tbody tr.odd {
		background-color: #F9F9F9;
	}

	table:not(.em-calendar) tbody tr,
	table:not(.em-calendar) tbody td {
		display: block;
		width: 100%;
		height: auto;
	}

	table:not(.em-calendar) tbody td,
	.tablepress tbody td {
		display: inline !important;
		border: none;
		padding: 0 !important;
		vertical-align: baseline !important;
		line-height: 1.4;
	}

	table.phc-table tbody td.column-1,
	.tablepress.phc-table tbody td.column-1 {
		padding-right: 6px !important;
		font-size: 20px;
	}

	table.phc-table tbody td.column-2,
	.tablepress.phc-table tbody td.column-2 {
		line-height: 1.4;
		font-weight: 300;
	}

	table:not(.em-calendar) ul {
		margin: 5px 0px 10px 20px;
		margin: 0.5rem 0 1rem 2rem;
	}

	table:not(.em-calendar) li {
		margin-bottom: .5em;
	}

}

@media (min-width: 600px) {

	/* Plugins & Widgets
	--------------------------------------------- */

	/* Events Manager */

	.calendar-toggle-buttons {
		display: block;
	}

	.calendar-grid.on {
		display: block;
	}

	.em-calendar-wrapper .fullcalendar {
		display: table;
	}

	.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;
	}

	.calendar-list {
		display: none;
	}

	.calendar-list.on {
		display: block;
	}

}

@media (min-width: 889px) {

/* Plugins & Widgets
	--------------------------------------------- */

	/* Events Manager */

	.location-map {
		float:right;
		margin: 0 0 15px 15px;
	}

	/* General
	--------------------------------------------- */

	.wrap {
		padding-left: 0;
		padding-right: 0;
	}

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

	.site-header .wrap {
		padding-bottom: 0;
	}

	.header-image .site-header .wrap {
		background-position: left top;
	}

	.title-area {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

	.logo-mobile {
		display: none;
	}

	.logo-full {
		display: block;
	}

	.site-header .widget-area {
		padding: 0;
		border: none;
		width: auto;
		display: block;
		overflow: visible;
	}

	.site-header .widget-area.open {
		padding: inherit;
		z-index: 5;
	}

	.header-image .site-header .widget-area {
		padding: 40px 0;
		padding: 4rem 0;
	}

	.header-widget-area .widget {
		float: right;
		clear: right;
	}

	#text-9 {
		position: absolute;
		margin-top: 140px;
		z-index: 5;
		background-color: #b6b5b4;
		right: 12px;
		width: 190px;
		text-align: center;
		height: 33px;
		padding-top: 5px;
		border-radius: 0px 0px 6px 6px;
		box-shadow: 0px 0px 5px #222;
		font-size: 15px;
		font-size: 1.5rem;
		color: #c41230;

	}

	.site-header .menu > .last,
	.site-header .menu > .last a {
		padding-right: 0;
	}

	.site-header .search-form {
		float: right;
	}

	.site-header .widget-area .menu {
		text-align: right;
	}

	.site-header .widget-area .menu ul {
		display: block;
	}

	/* Header Toggle Styles
	--------------------------------------------- */

	.nav-primary,
	.site-header .nav-primary,
	.site-header .widget-area {
		position: static;
		top: auto;
		right: auto;
		left: auto;
		max-height: 9999px;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		box-shadow: none;
	}

	.nav-primary {
		position: relative;
		z-index: 10;
		width: 100%;
		box-shadow: 0px 5px 4px -4px #222;
	}

	.site-header .nav-primary,
	.site-header .widget-area {
		background-color: transparent;
	}

	.site-header .widget-area {
		position: relative;
		right: 0;
	}

	.site-header .toggle-buttons {
		display: none;
	}


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

	.site-inner {
		/*padding-top: 64px;
		padding-top: 6.4rem;*/
		/*margin: 58px auto 0;
		margin: 5.8rem auto 0;*/
		margin: 20px auto;
		max-width: 990px;
	}

	.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: 15px;
		margin-top: 20px;
		margin-left: 14px;
		border-left: 1px solid #ccc;
	}

	.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: 8.045977%;
	}

	.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
	--------------------------------------------- */

	.content {
		width: 70%;
	}

	.sidebar-primary {
		width: 25%;
	}


	.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 {
		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,
	.footer-widgets-number-3 .footer-widgets .widget-area  {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		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%;
	}

	.one-sixth,
	.footer-widgets-number-6 .footer-widgets .widget-area {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.footer-widgets-number-4 .footer-widgets .widget-area {
		width: 20%;
		margin-left: 2%;
	}

	.footer-widgets-number-4 .footer-widgets .footer-widgets-1.widget-area {
		width: 34%;
		margin-left: 0;
	}

	.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-toggle,
	.widget-area-toggle {
		display: none;
	}

	.nav-primary,
	.nav-secondary {
		margin: 0;
		border-radius: 0;
		overflow: visible;
	}

	.genesis-nav-menu {
		display: inline-block;
		width: auto;
		background-color: #84898D;
	}

	.genesis-nav-menu li {
		display: inline-block;
		text-align: left;
	}

	.genesis-nav-menu > li {
		text-align: center;
		float: left;
		border-top-width: 0;
	}

	.genesis-nav-menu > li:hover {
		background-color: #C41230;
		color: #fff;
	}

	.genesis-nav-menu ul {
		display: block;
		left: -9999px;
		opacity: 0;
		position: absolute;
		width: 234px;
		z-index: 99;
		font-size: 1em;
	}

	.genesis-nav-menu .sub-icon {
		display: none;
	}

	.genesis-nav-menu a {
		color: #fff;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .right {
		padding: 16px 18px;
		padding: 1.6rem 1.8rem;
		border-bottom-width: 0;
	}

	.genesis-nav-menu > li > a {
		border-right: 1px solid #aaa;
	}

	.genesis-nav-menu > li.last > a {
		border-right: none;
	}

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

	.nav-primary > li > a {
		padding: 1.6rem 0;
		width: 120px;
	}

	.nav-primary .wrap {
		text-align: center;
	}

	/* 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 li ul {
		border-width: 1px;
		border-color: #bbb;
		padding: 8px 0 10px;
		margin-left: -1px;
		box-shadow: 0px 2px 4px -2px #666;
	}

	.genesis-nav-menu li.first ul {
		margin-left: 0;
	}

	.genesis-nav-menu ul li {
		width: 100%;
		padding-left: 0;
	}

	.genesis-nav-menu ul a {
		position: relative;
		padding: 14px 0 10px;
		padding: 1.4rem 0 1rem;
		margin: 0 20px 0;
		margin: 0 2rem 0;
		border-width: 0 0 1px 0;
		border-color: #bbb;
		font-weight: 300;
		font-size: 16px;
	}

	.genesis-nav-menu ul a:before {
		display: none;
	}

	.genesis-nav-menu ul li:last-child a {
		border: none;
	}

	.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;
		z-index: 999;
	}

	.genesis-nav-menu li:hover > ul {
		left: auto;
		opacity: 1;
		display: block !important;
	}

	.genesis-nav-menu ul li > ul {
		margin-top: -9px;
	}

	.genesis-nav-menu ul li:hover > ul {
		top: 0;
		left: 100%;
		margin-left: -1px;
	}

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

	.site-header .nav-primary {
		background-color: transparent;
		text-align: right;
	}

	.site-header .nav-primary .wrap,
	.site-header .nav-primary .wrap .menu { /* Required for IE8 */
		float: right;
		width: auto;
	}

	.site-header .nav-primary .menu > li > a {
		padding: 0.6em 1.2em;
	}


	/* Plugins & Widgets
	--------------------------------------------- */


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

	.footer-widgets .wrap {
		max-width: 94%;
	}

	.site-footer a {
		margin: 0 15px;
	}

	/* Specific Pages
	--------------------------------------------- */

	/* Home Page */

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

	.home .nivo-caption {
		position: absolute;
		font-size: 22px;
		padding: 3px 8% 3px;
	}

	.home .nivo-caption span {
		padding: 0 6px 2px;
		font-size: 50px;
	}

	.home-top-title h2 {
		font-size: 30px;
		font-size: 3rem;
	}

	.home-top-text {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.home-middle.vc_row {
		margin: 12px auto 30px;
		margin: 1.2rem auto 3rem;
	}

	.home-middle i.fa {
		font-size: 100px;
		font-size: 10rem;
	}

	.home-bottom-wrapper.wpb_row {
		padding-top: 50px;
		padding-top: 5rem;
	}

	.home-bottom .vc_col-sm-8 {
		max-width: 602px;
		padding-right: 23px;
	}

	.home-bottom .vc_col-sm-4 {
		padding-left: 23px;
	}

	#text-8 {
		margin-bottom: 0;
	}

	#ultimate-modal-content {
		height: 460px !important;
	}

	#ultimate-modal-content iframe {
		max-height: 450px !important;
	}

	/* Volunteer */

	.page-id-20 a.pdf-link {
		margin-top: 0px;
	}

}

@media (min-width: 889px) {

	blockquote {
		font-size: 24px;
	}

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

	.site-header {
		z-index: auto;
	}

	.site-header .wrap {
		padding: 0 20px;
		padding: 0 2rem;
	}

	.site-header:after,
	.site-header .wrap:after {
		clear: none;
	}

	.site-title {
		margin: 0;
	}

	.title-area {
		position: absolute;
		z-index: 30;
		width: auto;
		margin: 11px 0 8px;
	}

	#text-9 {
		margin-top: 92px;
	}

	/* Non-Mobile Navigation
	--------------------------------------------- */

	.nav-primary {
		width: 100%;
		right: 0;
		height: 92px;
		box-shadow: 0px 1px 6px 0px #222;
	}

	.nav-primary .wrap {
		text-align: left;
	}

	.genesis-nav-menu {
		margin-top: 19px;
		position: relative;
		z-index: 10;
		padding-left: 232px;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .right {
		padding: 16px;
		padding: 1.6rem;
	}

	/* Specific Pages
	--------------------------------------------- */

	/* Home Page */

	.home-bottom .widget-title,
	.home-bottom #text-7 .textwidget {
		margin-bottom: 42px;
	}

	#ultimate-modal-content {
		max-width: 812px !important;
		margin-left: -405px !important;
	}

	#ultimate-modal-content iframe {
	}

	/* Volunteer */

	.expander-row.wpb_row {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.expander-row .vc_column_container {
		width: 25%;
	}

	.expander-row .wpb_wrapper.expand .wpb_text_column {
		bottom: 196px;
	}

	.expander-row .vc_separator h4 {
		margin-bottom: 10px;
		height: 50px;
	}

}

@media (min-width: 949px) {

	/* Non-Mobile Navigation
	--------------------------------------------- */

	.nav-primary .wrap {
		text-align: right;
	}

	.genesis-nav-menu {
		margin-left: 0;
		padding-left: 0;
		padding-right: 32px;
	}

	.genesis-nav-menu > li.first > a {
		border-left: 1px solid #aaa;
	}

	.genesis-nav-menu > li.last > a {
		border-right: 1px solid #aaa;
	}

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

	.site-footer .wrap {
		padding: 20px 0;
		padding: 2rem 0;
		width: 94%;
		max-width: 950px;
		max-width: 95rem;
	}

	.site-footer p {
		padding-top: 30px;
		padding-top: 3rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.footer-bottom-left {
		float: left;
		margin-top: 8px;
	}

	.footer-bottom-right {
		float: right;
		margin-top: -2px;
		width: 28%;
	}

	.site-footer #search-3 {
		margin: 0;
		width: 100%;
	}

}

@media (min-width: 1140px) {

	.custom-background .site-inner {
		margin: 20px auto;
	}

}

/* Fix for the video modal on small screens */
@media (max-height: 679px) {

	#ultimate-modal-content {
		margin-top: 0px !important;
		top: 40px !important;
	}

}