/*
	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: 2.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: MIGHTYminnow/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

	*/


/*
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;
}

/* 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
--------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300);

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #807469;
	color: #3b332c;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.625;
}

body.mce-content-body {
	width: auto; /* Used in the editor */
	background-color: #fff;
	margin: 10px;
	float: none;
}

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: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

p {
	margin: 0 0 20px;
	margin: 0 0 2rem;
	padding: 0;
}

p,
ol,
ul,
.quote-caption {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

ol,
ul {
	margin: 20px 0;
	margin: 2rem 0;
	padding: 0;
}

.entry-content li ul {
	margin-top: 1rem;
}

.site-inner ol,
.site-inner ul,
.mce-content-body ol, /* Used in the editor */
.mce-content-body ul { /* used in the editor */
	margin-left: 40px;
	margin-left: 4rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content ul li::before,
.mce-content-body ul li::before {
	color: #807469;
	content: "\f138";
	display: block;
	font-family: FontAwesome;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	display: inline-block;
	margin: 0 .5rem 0 -1.4rem;
}

ol {
	counter-reset: li;
	margin-left: 0;
	padding-left: 0;
}

ol > li {
	position: relative;
	list-style: none;
}

ol > li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -30px;
	left: -3rem;
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	line-height: 20px;
	line-height: 2rem;
	color: #fff;
	background: #807469;
	text-align: center;
	border-radius: 20px;
	border-radius: 2rem;
	margin-right: 20px;
	margin-right: 2rem;
}

.content li {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.content ul li {
	list-style-type: none;
}

.content ol ol,
.content ul ul {
	margin-bottom: 0;
}

strong {
	font-weight: 700;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 20px 0;
	margin: 2rem 0;
	padding: 30px 40px 30px 80px;
	padding: 3rem 4rem 3rem 8rem;
	border: 4px solid #e6e3e1;
	border: .4rem solid #e6e3e1;
	border-left: none;
	border-right: none;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-style: italic;
	font-family: Georgia;
	font-size: 100px;
	font-size: 10rem;
	font-weight: normal;
	line-height: 1;
	height: 0;
	left: -60px;
	left: -6rem;
	position: relative;
	top: 0px;
}

blockquote cite {
	display: block;
	margin-top: 0.5em;
}

blockquote cite i,
blockquote cite em {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}

blockquote p {
	font-style: italic;
	color: #3b332c;
	font-size: 16px;
	font-size: 1.6rem;
}

.content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

address {
	font-style: normal;
}

time {
	font-weight: 600;
	text-transform: uppercase;
}

/* Links
--------------------------------------------- */

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

.site-inner a,
.mce-content-body a { /* Used in the Editor */
	color: #1f6284;
	font-weight: 400;
}

.site-inner .entry-content a, 
.mce-content-body .entry-content a {
  text-decoration: underline;
}

.home .site-inner .entry-content a, 
.home .mce-content-body .entry-content a,
.site-inner .entry-content a.button,
.site-inner .entry-content .button,
.site-inner .entry-content .event-title a,
.site-inner .entry-content .entry-title a, 
.site-inner .entry-content .more-link  {
  text-decoration: none;
}

.site-inner a:hover,
.mce-content-body a:hover { /* Used in the Editor */
	color: #3D88AE;
}

.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;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
}

.external-link-icons .external-link:after {
	content: "\f08e";
}

.email-link-icons .email-link:before {
	content: "\f003";
}

.pdf-link-icons .pdf-link:before {
	content: "\f1c1";
}

.pdf-link-icons .pdf-link:after {
	display: none;
}

.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 {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.image-link:hover {
	opacity: 0.9;
}

.image-link:before,
.image-link:after {
	display: none;
}

.red-icon {
	color: #8b0e03;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 600;
	line-height: 1em;
	margin: 0 0 20px 0;
	margin: 0 0 2rem 0;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
	color: #807469;
	letter-spacing: .15rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	color: #807469;
}

.content h2 {
	clear: both;
	line-height: 1.2em;
	font-weight: normal;
}

.widget .entry h2 {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	font-size: 1em;
}

h3 {
	color: #3b332c;
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.wp-caption img {
	display: block;
}

/* Forms & Buttons
--------------------------------------------- */

form {
	background-color: #f7f7f7;
	padding: 20px;
	padding: 2rem;
}

.gform_body label {
	text-transform: uppercase;
	font-weight: 600!important;
}

.gform_wrapper ul li.gfield {
	clear: both;
	margin: 20px 0;
	margin: 2rem 0;
}

.gform_wrapper .gfield_required {
	color: #3b332c;
	margin-left: .25rem;
}

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=text],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	border-radius: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 1px;
	padding: 1rem 1rem;
	line-height: 1.25;
}

div.gform_wrapper textarea {
	height: auto;
	line-height: 1.6em;
}

input,
select,
textarea {
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 1px 1px 3px #eee inset;
	color: #807469;
	width: 100%;
}

input[type="radio"],
input[type="checkbox"],
input[type="image"] {
	width: auto;
}

input[type="file"],
input[type="range"] {
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #e1e1e1;
	box-shadow: none;
}

input[type=email], 
input[type=number], 
input[type=password], 
input[type=tel], 
input[type=text], 
input[type=url] {
	border: 1px solid #e1e1e1;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff !important;
	padding: 10px 28px;
	padding: 1rem 2.8rem;
	background-color: #1f6284;
	text-align: center;
	border-radius: 4px;
	border: none;
	letter-spacing: 1px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	display: inline-block;
}

button,
.button,
a.button,
.vc_btn,
.vc_button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.3);
	box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.3);
	font-weight: 600;
}

.site-inner button:hover,
.site-inner .button:hover,
.site-inner .vc_btn:hover,
.site-inner input[type="button"]:hover,
.site-inner input[type="reset"]:hover,
.site-inner input[type="submit"]:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.entry .button {
	max-width: 95%;
}

.button::before,
.button::after {
	display: none;
}

.button:hover {
	color: #fff !important;
}

.button.intern {
	background-color: #1f6284;
}

input[type="submit"] {
	letter-spacing: 1px;
	letter-spacing: .15rem;
	padding: inherit 20px;
	padding: inherit 2rem;
	width: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Sidebar Forms, Buttons, & Inputs */

.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="file"] {
	padding: 0;
}

.sidebar label {
	font-size: 0.9em;
}

/* Button Colors & Classes */

body .red {
	background-color: #f15123;
	border-color: #f15123;
}

body .red:hover {
	background-color: #333;
	border-color: #333;
}

body .blue {
	background-color: #0971b2;
	border-color: #0971b2;
}

body .blue:hover {
	background-color: #333;
	border-color: #333;
}

body .green {
	background-color: #00a476;
	border-color: #00a476;
}

body .green:hover {
	background-color: #333;
	border-color: #333;
}


/* Tables
--------------------------------------------- */

table, .tablepress {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th, .tablepress tfoot th, .tablepress thead th {
	background-color: #1f6284;
	border: 1px solid #357290;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;

}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

.tablepress tbody td {
	border-spacing: 0;
	border: 1px solid #ddd;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
}

.site-container {
	background-color: #fff;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	background-color: #fff;
	padding: 20px;
	padding: 2rem;
	position: relative;
}

.custom-background .site-inner {
	max-width: 1100px;
	margin: 30px;
	margin: 3rem;
	background-color: #fff;
}

.custom-background.bubble .site-inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 30px;
	padding: 3rem;
	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;
}

/* 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-wrap .entry-content{
	padding: 0;
}

.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;
}

/* 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: #333;
	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: #333;
	border-bottom: none;
}

.entry-title a:hover {
	color: #666;
}

article .entry-header .entry-title {
	display: none;
}

.search article .entry-header .entry-title {
	display: block;
}

.blog article .entry-header .entry-title {
	display: inline-block;
}

.css-custom-title {
	background-color: #f7f7f7;
	border-bottom: 4px solid #e6e3e1;
	line-height: 10px;
	line-height: 10rem;
	min-height: 10px;
	min-height: 10rem;
	padding: 30px 20px;
	padding: 3rem 2rem;
}

.css-custom-title h1,
.css-custom-title h2 {
	color: #807469;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.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 eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.sidebar .widget.enews-widget,
.bubble .sidebar .widget.enews-widget {
	background-color: #333;
}

.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: #333;
}

/* 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=text],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper textarea {
	font-size: 14px;
	font-size: 1.4rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

#field_1_4 span label {
	display: none;
}

#field_1_4 input {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio  {
	margin-left: 5px !important;
}

.gfield_checkbox li input,
.gfield_checkbox li input[type=checkbox],
.gfield_radio li input[type=radio] {
	box-shadow: none;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
	display: block;
	font-weight: 400!important;
	margin: 0 0 0 24px;
	padding: 0;
	vertical-align: top;
	width: auto;
	text-transform: none;
}


.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
	line-height: 1.5;
}

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;
}

.gform_button_select_files {
    width: auto;
    margin-left: 10px;
    padding: 8px 14px !important;
}

.gform_wrapper .gform_footer {
	padding: 0;
	margin: 20px 0;
	margin: 2rem 0;
	clear: both;
}

.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;
}

.sidebar .gform_wrapper li.gfield_html {
	max-width: 100%;
}

/* Newsletter Signup Form */

#gform_widget-2 {
	border: 0;
	background-color: #f7f7f7;
	color: #3b332c;
	position: relative;
	text-align: center;
	padding: 0;
}

#gform_widget-2 .widget-title {
	display: none;
}

#gform_5 {
	padding: 0;
	text-align: center;
	border-top: 4px solid #e6e3e1;
	border-top: .4rem solid #e6e3e1;
	padding: 12px;
	padding: 1.2rem;
	margin-top: 28px;
	margin-top: 2.8rem;
}

#gform_5 .fa-envelope-o {
	background-color: #fff;
	border-radius: 100%;
	border: 1px solid #e6e3e1;
	color: #319bcc;
	font-size: 30px;
	font-size: 3rem;
	height: 120px;
	height: 12rem;
	line-height: 120px;
	line-height: 12rem;
	width: 120px;
	width: 12rem;
}

#gform_5 input[type="text"] {
	font-style: italic;
	font-weight: 200;
	text-align: center;
	width: 100%;
}

#gform_5 .gfield_label {
	display: none;
}

#gform_5 .gfield_html h4 {
	text-transform: uppercase;
}

#gform_5 #field_5_1.gfield {
	margin: 0 auto !important;
	max-width: 380px;
}

#gform_5 #field_5_2.gfield_html {
	margin: 10px 0;
	margin: 1rem 0;
	max-width: 100%;
}

#gform_5 #field_5_2.gfield_html .fa-envelope-o {
	margin-top: -55px;
	margin-top: -5.5rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

#gform_submit_button_5 {
	margin: 0;
}

.sidebar #gform_wrapper_5 {
	margin: 0;
}

.sidebar #gform_5 .fa-envelope-o {
	margin: 0 auto;
	text-align: center;
}

.sidebar #gform_5 .gform_footer {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

/* 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
--------------------------------------------- */


/* 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: 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 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;
}

.em-search-wrapper {
	display: none;
}

/* List View */

.events-list {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.events-list .event {
	border-bottom: 4px solid #e6e3e1;
	border-bottom: .4rem solid #e6e3e1;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.events-list .event-title {
	clear: none;
	font-family: Georgia;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 10px 0;
	margin: 0 0 1rem 0;
	padding-left: 65px;
	padding-left: 6.5rem;
	font-weight: normal;
	line-height: 1;
}

.events-list .event-title a {
	color: #1e6183;
}

.events-list .event-title a:hover {
	color: #3D88AE;
}

.events-list .event-fancy-date,
.sidebar-event .event-fancy-date {
	border-right: 1px solid #e6e3e1;
	color: #3b332c;
	display: block;
	float: left;
	padding-right: 10px;
	padding-right: 1rem;
	margin: 0 10px 10px 0 !important;
	margin: 0 1rem 1rem 0 !important;
	width: 50px;
	width: 5rem;
	text-align: center;
	position: absolute;
}

.events-list .event-fancy-date em,
.sidebar-event .event-fancy-date em {
	display: block;
	font-style: normal;
	font-size: 3.6rem;
	line-height: 1em;
	font-family: "Georgia", serif;
	font-weight: normal;
}

.events-list .event-date {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-left: 65px;
	padding-left: 6.5rem;
	font-weight: 600;
	text-transform: uppercase;
}

.events-list .event-info {
	padding-left: 65px;
	padding-left: 6.5rem;
}

.events-list .button {
	background-color: #1f6284;
	margin-left: 65px;
	margin-left: 6.5rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.events-list .button::before {
	content: '\f105';
	display: inline-block;
	white-space: nowrap;
	font-family: FontAwesome;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 6px;
}

.sidebar-event {
	border-bottom: none;
}

.sidebar-event .event-link {
	padding-left: 62px;
	padding-left: 6.2rem;
}

/* 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;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
}

th a.wpv-header-desc::after {
	content: "\f0de";
	top: auto;
}

/* Visual Composer
--------------------------------------------- */

.vc_row {
	margin-left: 0;
	margin-right: 0;
}

/* Three Buttons Widget
--------------------------------------------- */

#black-studio-tinymce-3 {
	border-top: none;
	padding-top: 0;
	margin-top: 25px;
	margin-top: 2.5rem;
}

/* Self Care Widget
--------------------------------------------- */

#black-studio-tinymce-4 {
	background-color: #f7f7f7;
	color: #3b332c;
	position: relative;
	text-align: center;
	padding: 12px;
	padding: 1.2rem;
	margin-top: 20px;
	margin-top: 2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

#black-studio-tinymce-4 .widget-title {
	display: none;
}

#black-studio-tinymce-4 h4 {
	margin: 0;
}

#black-studio-tinymce-4 .fa-heart {
	background-color: #fff;
	border-radius: 100%;
	border: 1px solid #e6e3e1;
	color: #319bcc;
	font-size: 30px;
	font-size: 3rem;
	height: 120px;
	height: 12rem;
	line-height: 120px;
	line-height: 12rem;
	width: 120px;
	width: 12rem;
	margin-top: -55px;
	margin-top: -5.5rem;
}

#black-studio-tinymce-4 .button{
	background-color: #1f6284;
	max-width: 240px;
	padding: 13px 20px;
}

/* Fetch Tweets
--------------------------------------------- */

.fetch-tweets {
	margin-top: 50px;
	margin-top: 5rem;
	padding: 18px 0;
	padding: 1.8rem 0;
	overflow-x: visible;
	overflow-y: visible;
}

.fetch-tweets .fa-bubble {
	background-color: #fff;
	border-radius: 100%;
	border: 1px solid #e6e3e1;
	color: #319bcc;
	font-size: 30px;
	font-size: 3rem;
	height: 120px;
	height: 12rem;
	line-height: 120px;
	line-height: 12rem;
	width: 120px;
	width: 12rem;
	margin-top: -55px;
	margin-top: -5.5rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	top: auto;
}

.fetch-tweets a.button {
	margin: 0 15px !important;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	position: relative;
	background-color: #fff;
}

.custom-background .site-header {
	background-color: transparent;
}

.site-header .wrap {
	padding: 20px;
	padding: 2rem;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: auto;
	max-width: 65%;
	font-weight: 700;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	display: block;
}

.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
--------------------------------------------- */

.header-top-widget-area {
	position: relative;
	z-index: 99;
	margin-bottom: 10px;
	padding: 4px;
	background-color: #aca095;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .1rem;
}

.header-top-widget-area .button {
	position: relative;
	display: block;
	max-width: 300px;
	margin: 8px auto -20px;
	padding: 13px 20px 13px 65px !important;
	background-color: #8b0e03;
	font-size: 24px;
	line-height: 100%;
}

.header-top-widget-area .button:hover {
	background-color: #333;
}

.header-top-widget-area .button:before {
	content: "\f095";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 16px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: #fff;
	border-radius: 100%;
	color: #8b0e03;
	font-family: FontAwesome;
	font-size: 30px;
	text-align: center;
	line-height: 43px;
}

.header-top-widget-area .button:hover:before {
	color: #333;
}

.site-header .widget-area {
	width: 100%;
	padding: 20px;
	background-color: #e6e3e1;
	border: 1px solid #ddd;
	border-width: 1px 0;
	overflow: hidden;
}


.site-header .search-form {
	margin: 0 auto ;
	margin: 0 auto;
	text-align: center;
}


/* Header Toggle Styles
--------------------------------------------- */

.header-toggle-buttons {
	margin-top: 4%;
	font-size: 0;
	text-align: right;
}

.header-toggle-buttons .toggle-button {
	margin-left: 15px;
}

.header-toggle-buttons .toggle-button.open {
	color: #8b0e03;
}

.header-toggle-buttons .toggle-button:before {
	content: "\f002";
	font-family: FontAwesome;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
}

.header-toggle-buttons .toggle-button.targets-header-widget-area {
	display: none;
}

.header-toggle-buttons .toggle-button.nav-toggle:before {
	content: "\f0c9";
}

.big-button-nav-toggle .header-toggle-buttons .nav-toggle {
	display: block;
	background-color: #333;
	color: #fff;
	margin-left: 0;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 15px 26px;
	padding: 1.5rem 2.6rem;
	margin: 0 20px;
	margin: 0 2rem;
	text-align: center;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

.big-button-nav-toggle .header-toggle-buttons .nav-toggle:before {
	content: "\f0ca";
	margin-right: 8px;
	font-size: 16px;
	font-size: 1.6rem;
}

.big-button-nav-toggle .header-toggle-buttons .targets-widget-area {
	position: absolute;
	right: 20px;
	right: 2rem;
	top: 20px;
	top: 2rem;
}

.nav-primary,
.site-header .widget-area {
	position: absolute;
	z-index: -999;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: 0 4px 8px 1px rgba(0,0,0,0.4);
	-webkit-transition: opacity 0.25s ease, z-index 0s 0.25s;
	-moz-transition: opacity 0.25s ease, z-index 0s 0.25s;
	-ms-transition: opacity 0.25s ease, z-index 0s 0.25s;
	-o-transition: opacity 0.25s ease, z-index 0s 0.25s;
	transition: opacity 0.25s ease, z-index 0s 0.25s;
}

.site-container > .nav-primary {
	top: auto;
	border: 1px solid #e6e3e1;
	border-left: none;
	border-right: none;
	font-size: 16px;
	font-size: 1.6rem;
}

.nav-primary.open,
.widget-area.open {
	z-index: 50;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: z-index 0s ease, opacity 0.25s 0s;
	-moz-transition: z-index 0s ease, opacity 0.25s 0s;
	-ms-transition: z-index 0s ease, opacity 0.25s 0s;
	-o-transition: z-index 0s ease, opacity 0.25s 0s;
	transition: z-index 0s ease, opacity 0.25s 0s;
}

/*
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: #807469;
	background-color: #fff;
	width: 100%;
	font-weight: 400;
}

.genesis-nav-menu li {
	position: relative;
	display: block;
	border-width: 1px 0;
}

.genesis-nav-menu li:first-child {
	border-top: none;
}


.genesis-nav-menu > li:first-child > a {
	color: #8b0e03 !important;
	font-weight: bold;
}

.genesis-nav-menu a,
.genesis-nav-menu > .right {
	display: block;
	position: relative;
	padding: 15px 20px;
	border: 0 solid #e6e3e1;
	border-bottom-width: 1px;
	color: #807469;
}

.genesis-nav-menu > .right {
	background-color: #f7f7f7;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu [class*="current-"] > a,
.genesis-nav-menu [class*="current_"] > a {
	background-color: #f7f7f7;
	color: #3b332c;
}

.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 #e6e3e1;
	-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 #e6e3e1;
}

.genesis-nav-menu > li > ul {
	font-size: 0.9em;
	padding-left: 10px;
}

.genesis-nav-menu ul li {
	padding-left: 15px;
	padding-left: 1.5rem;
}

.genesis-nav-menu ul a {
	position: relative;
	padding: 10px 5px;
	padding: 1rem .5rem;
	font-size: 14px;
}

.genesis-nav-menu ul a:hover,
.genesis-nav-menu ul [class*="current-"] > a,
.genesis-nav-menu ul [class*="current_"] > a {

}

.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;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	overflow: hidden;
	background-color: #fff;
}

.nav-primary a {
	padding-right: 50px;
	padding-right: 5rem;
}

.big-button-nav-toggle .nav-primary {
	margin: 4px 20px 0;
	margin: 0.4rem 2rem 0;
	border-radius: 3px;
	box-shadow: none;
}

/* Navigation Extras
--------------------------------------------- */

.genesis-nav-menu > .right a {
	display: 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 !important;
}

.genesis-nav-menu .button {
	background-color: #f15123;
	border-color: #f15123;
}

.genesis-nav-menu .button:hover {
	background-color: #555;
	border-color: #555;
}

.genesis-nav-menu > .right .search-form {
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.genesis-nav-menu > .right input[type="search"] {
	border: 1px solid #ccc;
}

.genesis-nav-menu > .right input[type="submit"] {
	margin: 0 0 0 0.5em;
	line-height: 21px;
}

.genesis-nav-menu > .right input[type="submit"]:hover {
	background-color: #555;
	border-color: #555;
}

/* 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 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 5px 0 0;
	margin: 0 .5rem 0 0;
	height: 40px;
	height: 4rem;
	line-height: 36px;
	line-height: 3.6rem;
	padding: 0 10px;
	padding: 0 1rem;
	color: #8b0e03;
	letter-spacing: 1px;
	letter-spacing: .15rem;
	background-color: #fff;
	border: 3px solid #e6e3e1;
	border-radius: 10px;
	border-radius: 1rem;
}

.site-header .widget-area .menu:hover a:not(:hover) {
	border-color: #efefef;
}

.site-header .widget-area .menu a:hover,
.site-header .widget-area .menu [class*="current-"] > a,
.site-header .widget-area .menu [class*="current_"] > a {

}

.site-header .widget-area .menu > li {
	display: inline-block;
	border: 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 .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;
	background-color: #fff;
}

.entry p + h2, 
.entry p + h3, 
.entry ul + h2, 
.entry ul + h3,
.entry ul + h4,
.entry ol + h2,
.entry ol + h3,
.entry ol + h4 {
  margin-top: 40px;
  margin-top: 4rem;
}

.widget .entry,
.bubble .widget .entry {
	padding: 0;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

/* 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-header .entry-meta {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.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;
}

/* Archives
--------------------------------------------- */

.blog .entry,
.archive .entry,
.search-results .entry {
	border-bottom: 4px solid #e6e3e1;
	border-bottom: .4rem solid #e6e3e1;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	overflow: hidden;
	clear: both;
}

.blog .entry-header .image-link,
.archive .entry-header .image-link,
.search-results .entry-header .image-link {
	display: block;
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding-right: 15px;
	padding-right: 1.5rem;
}

.blog .entry-header .image-link img,
.archive .entry-header .image-link img,
.search-results .entry-header .image-link img {
	display: block;
	margin-right: 0;
}

.blog h1.entry-title,
.archive h1.entry-title,
.search-results h1.entry-title {
	font-family: Georgia;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 10px 0;
	margin: 0 0 1rem 0;
	padding-top: 15px;
	padding-top: 1.5rem;
	font-weight: normal;
	line-height: 1;
	clear: none;
}

.blog h1.entry-title a,
.archive h1.entry-title a,
.search-results h1.entry-title a {
	color: #1e6183;
	margin-top: 18px;
}

.blog h1.entry-title a:hover,
.archive h1.entry-title a:hover,
.search-results h1.entry-title a:hover {
	color: #3D88AE;
}

.blog .entry-meta,
.archive .entry-meta,
.search-results .entry-meta {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
}

.search-results .entry-content {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.blog .more-link,
.archive .more-link,
.search-results .more-link {
	font-weight: 700;
	text-transform: uppercase;
}

.blog .more-link:hover,
.archive .more-link:hover,
.search-results .more-link:hover {
	color: #3D88AE;
}

.blog .more-link::before,
.archive .more-link::before,
.search-results .more-link::before {
	content: '\f105';
	white-space: nowrap;
	font-family: FontAwesome;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 4px;
	margin-left: 2px;
}


/* 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: #1f6284;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}


.pagination-next a:hover,
.pagination-previous a:hover,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #1f6284;
	color: #fff;
	opacity: 0.9;
}

.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: #999;
}

.sidebar h4 {
	letter-spacing: 1px;
	letter-spacing: .15rem;
	font-weight: 600;
}

.sidebar .widget {
	border-top: 4px solid #e6e3e1;
	border-top: .4rem solid #e6e3e1;
	padding: 3px 0;
	padding: 3rem 0;
}

.sidebar .widget:first-child {
	padding-top: 0;
}

.sidebar p {
	margin: 10px 0;
	margin: 1rem 0;
}

.sidebar p:last-child {
}

.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;
}

.sidebar .simple-section-nav {
	border-top: .4rem solid #e6e3e1;
	border-top: 4px solid #e6e3e1;
	padding: 20px 0 0 0;
	padding: 2rem 0 0 0;
}

.sidebar .simple-section-nav li {
	border-top: 1px solid #e6e3e1;
}

.sidebar .simple-section-nav li:first-child {
	border-top: none;
}

.sidebar .simple-section-nav li.current_page_ancestor:first-child {
	border-top: 1px solid #e6e3e1;
}

.sidebar .simple-section-nav ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .simple-section-nav ul {
	margin-top: 0;
}

.sidebar .simple-section-nav a {
	color: #807469;
	display: block;
	padding: 9px 20px;
	padding: 0.9rem 2rem;
}

.sidebar .simple-section-nav a:hover {

}

.sidebar .simple-section-nav .current_page_item > a {
	font-weight: bold !important;
}

.sidebar .simple-section-nav .children li {
	border: none;
}

.simple-section-nav .current_page_item > a,
.simple-section-nav .current_page_ancestor > a {
	background-color: #f7f7f7;
	color: #3b332c;
}

.simple-section-nav .children .current_page_item > a,
.simple-section-nav .children .current_page_ancestor > a {
	background-color: #fff;

}

.sidebar #simple-section-nav-2 .widgettitle {
	display: none;
}

.bubble .ez-widget-area {
	background-color: #fff;
	border-radius: 3px;
}

#black-studio-tinymce-3 .widget-title {
	display: none;
}

.sidebar #black-studio-tinymce-3 .button {
	width: 100%;
	margin: 0;
}

#black-studio-tinymce-3 p {
	margin: 20px 0 !important;
	margin: 2rem 0 !important;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

#footer-logo{
	width: auto;
	height: 6rem;
	background: #3b332c;
}

.footer-widgets {
	background-color: #3b332c;
	color: #e6e3e1;
	clear: both;
	font-size: 1.4rem;
}

.footer-widgets-1 .widget-title{
	display: none;

}

.footer-widgets address {
	margin: 2rem 0;
	padding: 0 0 0 6rem;
	line-height: 1.7em;
}

.footer-widgets h4{
	margin: 2.25rem 0;
	letter-spacing: .15rem;
	font-weight: 400;
}

.footer-widgets .wrap {
	padding: 2rem;
}

.footer-widgets .fa {
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	line-height: 4rem;
	background-color: #fff;
	text-align: center;
	border-radius: 4rem;
	margin-right: 0.75rem;
}

.footer-widgets .fa-facebook {
	color: #1f6284;
}


.footer-widgets .fa-twitter {
	color: #319bcc;
}


.footer-widgets .fa-youtube {
	color: #d80d0d;
}

.footer-widgets .fa-phone {
	color: #8b0e03;
}

.footer-widgets .phone {
	font-size : 2.4rem;
	letter-spacing: .15rem;
}

.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 {
}

.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;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #3b332c;
	color: #e6e3e1;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
}

.site-footer .wrap {
	padding: 20px;
	padding: 2rem;
}

.site-footer a{
	color: #e6e3e1;
	text-decoration: underline;
}

.site-footer a:before,
.site-footer a:after {
	display: none;
}

.site-footer p {
	margin-bottom: .75em;
}

.site-footer p:last-child {
	margin-bottom: 0;
}


.site-footer .creds {
	display: block;
	margin: 2rem 0;
}

.site-footer .creds a {
	text-decoration: none;
}

/*
General Components
---------------------------------------------------------------------------------------------------- */

/* jQuery UI
--------------------------------------------- */

/* Datepicker */

table.ui-datepicker-calendar {
	line-height: 1;
}
.ui-datepicker select {
	width: auto;
}

/* Search Form
--------------------------------------------- */

.search-form {
	padding-right: 125px;
}

.search-form input[type="submit"] {
	float: right;
	margin-right: -125px;
}

/* Crisis Hotline CTA
--------------------------------------------- */

.cta-hotline {
	padding: 0 15px 15px;
	padding: 0 1.5rem 1.5rem;
	border-top: 4px solid #e6e3e1;
	border-top: .4rem solid #e6e3e1;
	background-color: #faf9f9 !important;
	color: #3b332c;
	text-align: center;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
}

.cta-hotline h1 {
	font-family: Georgia, serif;
	font-size: 36px;
	font-size: 3.6rem;
	color: #3b332c;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 16px 0;
	margin: 0 0 1.6rem 0;
}

.cta-hotline h4 {
	margin: 10px 0;
	margin: 1rem 0;
	color: #3b332c;
	text-transform: uppercase;
	line-height: 1.4;
}

.cta-hotline p {
	font-size: 16px;
	font-size: 1.6rem;
}

.cta-hotline .button {
	background-color: #807469;
	margin: 20px auto 0;
	margin: 2rem auto 0;
	width: 80%;
	max-width: 250px;
	display: block;
}

.cta-hotline .vc_column_container {
	margin: 0 auto;
	max-width: 360px;
}

.cta-hotline .hotline-callout {
	padding: 0;
	min-height: 300px;
	max-width: 420px;
	display: inline-block;
}

.cta-hotline .hotline-phone {
	padding: 30px 0 20px;
	padding: 3rem 0 2rem;
}

.cta-hotline .hotline-phone p {
	text-align: center !important;
	line-height: 12px !important;
	line-height: 1.2em !important;
}

.cta-hotline .hotline-phone a {
	color: #8b0e03;
	font-size: 29px;
	font-size: 2.9rem;
	text-decoration: none;
	line-height: 1;
	font-weight: 600;
}

.cta-hotline .fa-phone-large {
	float: none;
	border: 2px solid #6b0a02;
}

/* Recent News - Normal View
--------------------------------------------- */

.recent-news-content .entry {
	overflow: hidden;
	clear: both;
	border-bottom: 4px solid #e6e3e1;
	border-bottom: .4rem solid #e6e3e1;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.recent-news-content .post-fancy-date {
	border-right: 1px solid #e6e3e1;
	color: #3b332c;
	float: left;
	padding-right: 10px;
	padding-right: 1rem;
	margin: 0 10px 10px 0 !important;
	margin: 0 1rem 1rem 0 !important;
	width: 50px;
	width: 5rem;
	text-align: center;
	position: absolute;
	display: none;
}

.recent-news-content .post-fancy-date em {
	display: block;
	font-style: normal;
	font-size: 3.6rem;
	line-height: 1em;
	font-family: "Georgia", serif;
	font-weight: normal;
}

.recent-news-content h1.entry-title {
	clear: none;
	font-family: Georgia;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 10px 0;
	margin: 0 0 1rem 0;
	padding-top: 15px;
	padding-top: 1.5rem;
	color: #1e6183;
	font-weight: normal;
	line-height: 1;
}

.recent-news-content h1.entry-title a {
	color: #1e6183;
	margin-top: 18px;
}

.recent-news-content h1.entry-title a:hover {
	color: #3D88AE;
}

.recent-news-content .entry-image img {
	display: block;
}

.recent-news-content .entry-image {
	display: block;
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0 15px 24px 0;
	padding: 0 1.5rem 2.4rem 0;
}

.recent-news-content .entry-image img {
	display: block;
	margin-right: 0;
}

.recent-news-content .entry-meta {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
}

.recent-news-content .more-link {
	font-weight: 700;
	text-transform: uppercase;
}

.recent-news-content .more-link:hover {
	color: #3D88AE;
}

.recent-news-content .more-link::before,
.recent-news-content .read-more-button::before {
	content: '\f105' !important;
	display: inline-block !important;
	white-space: nowrap;
	font-family: FontAwesome;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 4px;
	margin-left: 2px;
}

.recent-news-content .read-more-button {
	margin-left: 65px;
	margin-left: 6.5rem;
	display: none;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.recent-news-content .read-more-button::before {
	margin-left: 0;
}

/* Recent News - Sidebar View
--------------------------------------------- */

.recent-news-sidebar a {
	text-transform: uppercase;
}

.recent-news-sidebar .entry {
	min-height: 64px;
	border-bottom: none;
}

.recent-news-sidebar .post-fancy-date {
	border-right: 1px solid #e6e3e1;
	color: #3b332c;
	display: block;
	float: left;
	padding-right: 10px;
	padding-right: 1rem;
	margin: 0 10px 10px 0 !important;
	margin: 0 1rem 1rem 0 !important;
	width: 50px;
	width: 5rem;
	text-align: center;
	position: absolute;
}

.recent-news-sidebar .post-fancy-date em {
	display: block;
	font-style: normal;
	font-size: 3.6rem;
	line-height: 1em;
	font-family: "Georgia", serif;
	font-weight: normal;
}

.recent-news-sidebar .post-link {
	margin-left: 62px;
	margin-left: 6.2rem;	
}

/* Visual Composer Elements */
.site-inner .entry-content .css-highlight-box a, .site-inner .entry-content .css-phone-number-box a {
	text-decoration: none;
	font-weight: normal;
}


/*
Specific Pages
---------------------------------------------------------------------------------------------------- */

/* Home */

.home .site-inner {
	padding: 0;
}

.home .post-32 {
	background-color: transparent;
	margin-bottom: 0;
}

.home .post-edit-link,
.home #vc_load-inline-editor,
.home a[title="Edit view"] {
	display: none;
}

.home #slider.vc_row {
	margin: 0 !important;
}

.home #slider h1 {
	font-family: "Georgia", serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 2px;
	margin-bottom: 0.2rem;
	color: #6d6055;
	font-weight: normal;
	text-shadow: -2px 1px 2px rgba(150, 150, 150, 0.5);
}

.home #slider .vc_column_container {
	padding: 0 !important;
}

.home #slider .button {
	background-color: #807469;
	margin-top: 15px;
	text-transform: uppercase;
}

.home .rslides1_on .caption-wrap {
	position: relative;
	z-index: 10;
}

.home #slider .metaslider .caption-wrap {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	background: transparent !important;
	color: white;
	opacity: 1 !important;
	margin: 0;
	display: block;
	width: 100%;
	line-height: 1.4em;
	padding: 10px !important;
	padding: 1rem !important;
}

.home #slider .metaslider .caption {
	max-width: 540px;
	padding: 20px !important;
	background: rgba(255,255,255,0.5);
}

.home #slider .rslides_nav {
	background-color: #807469 !important;
	color: #FFFFFF !important;
	padding: 0 !important;
	position: absolute;
	top: 40% !important;
	z-index: 9;
	cursor: pointer;
	font-weight: bold;
	margin-top: 0 !important;
	opacity: 0.3 !important;
	width: 30px !important;
	width: 3rem !important;
	line-height: 30px !important;
	line-height: 3rem !important;
	height: 30px !important;
	height: 3rem !important;
	text-align: center !important;
	color: white!important;
	border-radius: 30px;
	border-radius: 3rem;
	margin: 0 30px !important;
	margin: 0 3rem !important;
	display: none;
}

.home #slider .ms-image::before{
	content: "";
	display: block !important;
	padding-top: 54.05%;
}

.home #slider img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home .cta {
	margin: 0;
	padding: 0;
	background-color: #faf9f9;
	border-top: 8px solid #aca095;
	font-size: 20px;
	font-size: 2rem;
	position: relative;
}

.home .cta h2 {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .15rem;
}

.home .cta p {
	text-align: center;
	font-family: Georgia;
}

.home .cta .vc_column_container {
	padding: 0 0 20px 0;
	padding: 0 0 2rem 0;
	margin: 20px 0;
	margin: 2rem 0;
}

.home .cta .vc_column_container hgroup {
	font-family: "Open Sans";
	padding: 20px 0 0 0;
	padding: 2rem 0 0 0;
	text-align: center;
}

.home .cta .vc_column_container hgroup h2 {
	font-weight: bold;
}

.home .cta .vc_call_to_action {
	border: none;
	padding: 0 20px;
	padding: 0 2rem;
	border-right: 1px solid #e6e3e1;
}

.home .cta-hotline {
	border-top: 8px solid #aca095;
	border-bottom: 1px solid #d4d4d4;
}

.home .hotline-callout > .wpb_wrapper {
	margin-top: 25.5px;
	display: inline-block;
}

.home-bottom.vc_row {
	padding: 20px;
	padding: 2rem;
}

.home-bottom h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	letter-spacing: .1rem;
	font-weight: 600;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.home-bottom h4 {
	color: #1e6183;
	font-weight: normal;
	line-height: 1;
}

.home .recent-news-content .entry {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

.home .recent-news-content h1.entry-title {
	padding-left: 65px;
	padding-left: 6.5rem;
	padding-top: 0;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.home .recent-news-content .post-fancy-date {
	display: block;
}

.home .recent-news-content .entry-image {
	display: none;
}

.home .recent-news-content .entry-meta {
	padding-left: 65px;
	padding-left: 6.5rem;
	display: none;
}

.home .recent-news-content .entry-content {
	padding: 0 0 0 65px !important;
	padding: 0 0 0 6.5rem !important;
}

.home .recent-news-content .more-link {
	display: none;
}

.home .recent-news-content .read-more-button {
	display: inline-block;
}

.home .events-list-button {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.home .home-bottom .fetch-tweets h3 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/* Upcoming Events */

.page-id-16 .css-events-list {
	margin-top: 40px;
	margin-top: 4rem;
}

.page-id-16 .css-events-list .button {
	display: none;
}

/* Staff List, Directors */

.page-id-312 .wpb_row, .page-id-12 .wpb_row {
	margin-bottom: 0;
}

.page-id-312 .wpb_column, .page-id-12 .wpb_column  {
	margin-bottom: 35px;
}

/* Gatekeeper Trainings */


/*
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: 480px) {

	/* Headings
	--------------------------------------------- */

	h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h3 {
		font-size: 20px;
		font-size: 2rem;
	}

	h4 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	h5 {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 1rem 0;
	}

	h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* Forms & Buttons
	--------------------------------------------- */

	button,
	.button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		padding: 13.5px 40px !important;
		padding: 1.35rem 4rem !important;
	}

	/* General Components
	----------------------------------------------- */

	/* Crisis Hotline CTA */

	.cta-hotline p {
		font-size: 18px;
		font-size: 1.8rem;
	}

	/* Specific Pages
	--------------------------------------------- */

	/* Home */

	.home #slider h1 {
		font-size: 32px;
		font-size: 3.2rem;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.home #slider .metaslider .caption {
		margin-top: 6px;
	}

}

/* Responsive Tables CSS
--------------------------------------------- */

@media (max-width: 600px) {

	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;
	}

}

@media (min-width: 600px) {

	/* Content Area
	--------------------------------------------- */

	/* Archives */

	.blog .entry .entry-header .image-link,
	.archive .entry .entry-header .image-link {
		max-width: 50%;
		padding-right: 24px;
		padding-right: 2.4rem;
	}

	/* Components
	--------------------------------------------- */

	/* Recent News - Normal View */

	.recent-news-content .entry-image {
		padding-right: 24px;
	}

	.recent-news-content .entry-meta {
		margin-bottom: 12px;
		margin-bottom: 1.2rem;
	}

	/* Specific Pages
	--------------------------------------------- */

	/* Home */

	.home #slider h1 {
		font-size: 38px;
		font-size: 3.8rem;
		margin-bottom: 15px;
	}

	.home #slider .metaslider .caption a {
		display: block;
	}

	.home #slider .metaslider .caption a.button {
		display: inline-block;
	}

	.home #slider .metaslider .caption-wrap {
		padding: 0 0 0 20px !important;
		padding: 0 0 0 2rem !important;
	}

	.home #slider .metaslider .caption {
		background: transparent;
		margin-top: 35px;
	}

	.home-bottom.vc_row {
		padding: 30px;
		padding: 3rem;
	}

}

@media (min-width: 768px) {

	/* General
	--------------------------------------------- */

	.wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.vc_col-sm-12 {
		width: 100%;
		padding: 0;
	}

	.content-sidebar-wrap .entry-content{
		padding: 0;
	}

	.home .content-sidebar-wrap .entry-content{
		padding: 0 3rem;
	}

	/* Header
	--------------------------------------------- */

	.site-header {
		background-color: #f7f7f7;
	}

	.site-header .wrap {
		padding: 20px 40px;
		padding: 2rem 4rem;
	}

	.header-image .site-header .wrap {
		background-position: left top;
	}

	.title-area {
		max-width: 40%;
	}

	.logo-mobile {
		display: none;
	}

	.logo-full {
		display: block;
	}

	.header-top-widget-area {
		margin-top: 10px;
		margin-bottom: 0;
		padding-right: 335px;
		text-align: right;
	}

	.header-top-widget-area .button {
		position: absolute;
		top: 50%;
		right: 40px;
		margin-top: -25px;
	}

	.site-header .widget-area {
		padding: 0;
		border: none;
	}

	.site-header .widget-area .nav-header {
		text-align: right;
	}

	.header-image .site-header .widget-area {
		padding: 40px 0;
		padding: 4rem 0;
	}

	.header-widget-area {
		margin-top: 2%;
	}

	.header-widget-area .widget {
		float: right;
		clear: right;
	}

	.header-widget-area .genesis-nav-menu li{

	}

	.site-header .menu > .last,
	.site-header .menu > .last a {
		margin-right: 0;
	}

	.site-header .search-form {
		float: right;
	}

	.site-header .widget-area {
		width: auto;
	}

	.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;
	}

	.site-header .nav-primary,
	.site-header .widget-area {
		background-color: transparent;
	}

	.header-toggle-buttons,
	.big-button-nav-toggle {
		display: none;
	}


	/* Content
	--------------------------------------------- */

	.site-inner {
		clear: both;
		background-color: #fff;
		padding: 32px 20px;
		padding: 3.2rem 2rem;
	}

	.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: 6rem;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content .sidebar-primary,
	.content-sidebar-sidebar .sidebar-primary {
		padding-right: 30px;
	}

	.sidebar-secondary {
		width: 18%;
	}

	.excerpts .time-icon {
		margin: 0 1rem 12rem 0!important;
	}

	.entry-title a:hover {
		color: #666;
	}

	.css-custom-title {
		padding: 30px 40px;
		padding: 3rem 4rem;
	}

	.css-custom-title h1 {
		font-size: 48px;
	}

	/* Bubble Layout - Padding & Margins
	--------------------------------------------- */

	.bubble .site-inner {
		padding-top: 30px;
		padding-top: 3rem;
	}

	.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
	--------------------------------------------- */

	.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: 5%;
	}

	.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: 30%;
	}

	.four-sixths,
	.two-thirds,
	.content {
		width: 68.5%;
	}

	.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%;
	}

	.first,
	.footer-widgets .footer-widgets-1 {
		clear: both;
		margin-left: 0;
	}

	.genesis-nav-menu > li:first-child > a {
		font-weight: inherit;
	}

	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;
		display: block !important;
	}

	.genesis-nav-menu li {
		display: inline-block;
		text-align: left;
	}

	.genesis-nav-menu > li {
		float: left;
		border-top-width: 0;
	}

	.genesis-nav-menu > li:last-child {
		border: none;
	}

	.genesis-nav-menu ul {
		display: block;
		left: -9999px;
		opacity: 0;
		position: absolute;
		width: 200px;
		z-index: 99;
		font-size: 1em;
	}

	.genesis-nav-menu .sub-icon {
		display: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .right {
		padding: 16px 20px;
		padding: 1.6rem 2rem;
		border-bottom-width: 0;
	}

	.genesis-nav-menu > .right a {
		display: inline-block;
	}

	/* Primary Navigation
	--------------------------------------------- */

	.nav-primary .wrap {
		padding-left: 20px;
		padding-left: 2rem;
	}

	.nav-primary a {
		padding: 14px;
		padding: 1.4rem;
		font-size: 11px;
	}

	.nav-primary .genesis-nav-menu > li:hover,
	.nav-primary .genesis-nav-menu > [class*="current-"] > a,
	.nav-primary .genesis-nav-menu > [class*="current_"] > a {
		color: #333;
	}

	.nav-primary .genesis-nav-menu > li:before,
	.nav-primary .genesis-nav-menu > li:after {
		content: "";
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 0;
		width: 1px;
		height: 30px;
		margin-top: -15px;
		background-color: #e6e3e1;
	}

	.nav-primary .genesis-nav-menu > li:first-child:before {
		display: none;
	}

	.nav-primary .genesis-nav-menu > li:after {
		display: none;
		right: -1px;
		left: auto;
	}

	.nav-primary .genesis-nav-menu > li:hover:before,
	.nav-primary .genesis-nav-menu > li:hover:after,
	.nav-primary .genesis-nav-menu > [class*="current-"]:before,
	.nav-primary .genesis-nav-menu > [class*="current-"]:after,
	.nav-primary .genesis-nav-menu > [class*="current_"]:before,
	.nav-primary .genesis-nav-menu > [class*="current_"]:after {
		display: block !important;
		top: 0;
		height: 100%;
		margin-top: 0;
	}


	/* Navigation Extras
	--------------------------------------------- */

	.genesis-nav-menu > .rss > a {
		margin: 0 0 0 20px;
		margin: 0 0 0 2rem;
	}

	.genesis-nav-menu > .right input[type="submit"] {
		display: inline-block;
	}

	.genesis-nav-menu > .right {
		position: relative;
		display: inline-block;
		padding: 0;
		background-color: transparent;
	}

	.genesis-nav-menu > .right.open > a {
		color: #8b0e03;
	}

	.genesis-nav-menu > .right .search-form {
		position: absolute;
		z-index: -999;
		top: 100%;
		right: -22px;
		opacity: 0;
		width: 308px;
		margin-top: 14px;
		padding: 8px 0;
		background-color: #615a55;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}

	.genesis-nav-menu > .right .search-form:before {
		content: "";
		position: absolute;
		right: 30px;
		bottom: 100%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #615a55 transparent;
	}

	.genesis-nav-menu > .right.open .search-form {
		z-index: 9999;
		opacity: 1;
	}

	.genesis-nav-menu > .right input[type="search"] {
		width: 190px;
	}

	/* Sub Menus
	--------------------------------------------- */

	.genesis-nav-menu li ul {
		border-width: 0 0 1px;
		padding-left: 0;
	}

	.genesis-nav-menu > li > ul {
		border-bottom: 6px solid #807469;
	}

	.genesis-nav-menu ul li {
		width: 100%;
		padding-left: 0;
	}

	.genesis-nav-menu ul a {
		position: relative;
		padding: 10px 20px;
		padding: 1rem 2rem;
		border-width: 1px 1px 0 1px;
	}

	/*
	.genesis-nav-menu > .parent > a:after {
		content: "\f0d7";
		position: relative;
		top: -.2em;
		margin-left: 8px;
		font-family: FontAwesome;
		font-size: .6em;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
	}
	*/

	.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;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
	}

	.genesis-nav-menu li:hover {
		position: relative;
	}

	.genesis-nav-menu li:hover > ul {
		left: auto;
		opacity: 1;
		display: block !important;
	}

	.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;
	}

	.site-header .nav-primary .menu > li:last-of-type:not(.right) {
		padding-right: 0;
	}

	.site-header .nav-primary a:hover,
	.site-header .nav-primary [class*="current-"] > a,
	.site-header .nav-primary [class*="current_"] > a {
		color: #333;
	}


	/* 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;
	}

	/* Fetch Tweets */

	.fetch-tweets {
		margin-top: 32px;
		margin-top: 3.2rem;
	}

	/* Footer
	----------------------------------------------- */

	.footer-widgets .wrap {
		padding: 40px 0 0 40px 0;
		padding: 4rem 0 0 4rem;
	}


	.site-footer .wrap {
		padding: 20px 60px;
		padding: 2rem 6rem 4rem 4rem;
	}

	.site-footer .creds {
		display: inline-block;
		float: right;
		margin: 0;
	}



	.footer-widgets .phone {
		font-size : 2rem;
		letter-spacing: .15rem;
	}

	/* General Components
	----------------------------------------------- */

	/* Crisis Hotline CTA */

	.vc_row.cta-hotline {
		position: relative;
		background-color: transparent;
		background-size: cover !important;
		margin: 30px 0 20px;
		margin: 3rem 0 2rem;
	}

	.cta-hotline h1,
	.cta-hotline p {
		text-align: center;
		text-align: left;
	}

	.cta-hotline h1 {
		font-size: 46px;
		font-size: 4.6rem;
		margin: 0 0 20px 0;
		margin: 0 0 2rem 0;
	}

	.cta-hotline .hotline-callout {
		max-width: 100%;
		padding-left: 20px;
		padding-left: 2rem;
	}

	.cta-hotline .button {
		margin: 28px auto 0 0;
		margin: 2.8rem auto 0 0;
	}

	.cta-hotline .hotline-phone {
		padding: 20px 20px 24px;
		padding: 2rem 2rem 2.4rem;
	}

	/* Specific Pages
	----------------------------------------------- */

	/* Home */

	.home .site-inner {
		padding-top: 400px;
		padding-top: 40rem;
	}

	.home #slider {
		text-align: left;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.home #slider h1 {
		font-size: 42px;
		font-size: 4.2rem;
	}

	.home #slider .metaslider .caption-wrap {
		color: white;
		opacity: 1 !important;
		margin: 0;
		display: block;
		width: 100%;
		max-height: 430px;
		line-height: 1.4em;
		padding: 0 0 0 60px !important;
		padding: 0 0 0 6rem !important;
	}

	.home #slider .metaslider .caption {
		max-width: 85%;
		position: relative;
		z-index: 1;
		margin-top: 60px;
	}

	.home #slider .rslides_nav {
		background-color: #807469 !important;
		color: #FFFFFF !important;
		padding: 0 !important;
		position: absolute;
		top: 40% !important;
		z-index: 9;
		cursor: pointer;
		font-weight: bold;
		margin-top: 0 !important;
		opacity: 0.3 !important;
		width: 3rem !important;
		line-height: 3rem !important;
		height: 3rem !important;
		text-align: center !important;
		color: white!important;
		border-radius: 3rem;
		margin: 0 3rem !important;
		display: none;
	}

	.home #slider .button {
		margin-top: 4rem;
	}

	.slide-932 h1{
		font-size: 1.2rem !important;
	}
	@media( min-width: 400px ) {
		.slide-932 h1{
			font-size: 1.8rem !important;
		}	
	}
	@media( min-width: 600px ) {
		.slide-932 h1{
			font-size: 2.5rem !important;
		}	
	}
	@media( min-width: 768px ) {
		.slide-932 h1{
			font-size: 3.2rem !important;
			line-height: 1.2 !important;
		}	
	}

	.home #slider .flexslider .slides li::after {
		content: " " !important;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		display: block !important;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 60%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 60%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 60%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 60%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		pointer-events: none;
		visibility: visible;
	}

	.home .cta {
		margin-top: 30px;
		margin-top: 3rem;
	}

	.home .cta .vc_column_container {
		padding: 0 0 40px 0;
		padding: 0 0 4rem 0;
		margin: 20px 0;
		margin: 2rem 0;
	}

	.home .cta .vc_column_container:last-child {
		border-right: none;
	}

	.home .vc_call_to_action {
		border: none;
		padding: 0 3rem 6rem 3rem;
		padding: 0 2rem;
		border-right: 1px solid #e6e3e1;
	}

	.home .hotline-callout > .wpb_wrapper {
		margin-top: 56px;
	}

	.home .home-bottom .vc_col-sm-8 {
		padding: 0 40px 0 0;
		padding: 0 4rem 0 0;
	}

	.home .home-bottom h3 {
		margin-bottom: 28px;
		margin-bottom: 2.8rem;
		font-size: 18px;
		font-size: 1.8rem;
	}

	.home .recent-news-content {
		margin-bottom: 50px;
		margin-bottom: 5rem;
	}

	.home .fetch-tweets {
		margin-top: 15px;
		margin-top: 1.5rem;
	}

	/* Get Help Now */

	.page-id-430 .entry-content .vc_col-sm-6:first-child .css-highlight-box {
		margin-right: 5px;
	}

	.page-id-430 .entry-content .vc_col-sm-6:last-child .css-highlight-box {
		margin-left: 5px;
	}


	/* Staff List, Directors  */

	.page-id-312 .wpb_row, .page-id-12 .wpb_row {
		margin-bottom: 35px;
	}

	.page-id-312 .wpb_row .wpb_wrapper, .page-id-12 .wpb_row .wpb_wrapper {
		margin-right: 1rem;
	}

	.page-id-312 .wpb_column, .page-id-12 .wpb_column {
		margin-bottom: 0;
	}

	/* Gatekeeper Trainings */
	.page-id-518 .entry-content p .align-let{
		display: block;

	}

}

@media (min-width: 850px) {

	/* Header
	--------------------------------------------- */
	
	.header-widget-area {
		margin-top: 3%;
	}

	.site-header .widget-area .menu a,
	.site-header .widget-area .menu .right {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Navigation
	--------------------------------------------- */

	/* Primary Navigation */

	.nav-primary a {
		padding: 14px 16px;
		padding: 1.4rem 1.6rem;
		font-size: 12px;
	}

	/* Nav Extras */

	.genesis-nav-menu > .right .search-form {
		right: -20px;
	}
}

@media (min-width: 900px) {

	/* Specific Pages
	--------------------------------------------- */

	/* Home */

	.home #slider h1 {
		font-size: 46px;
		font-size: 4.6rem;
	}

	.home #slider .metaslider .caption {
		max-width: 650px;
	}

	.home .home-bottom .vc_col-sm-8 {
		padding: 0 60px 0 0;
		padding: 0 6rem 0 0;
	}
}

@media (min-width: 960px) {

	/* Content
	--------------------------------------------- */

	.site-inner {
		padding: 40px;
		padding: 4rem;
	}

	/* Navigation
	--------------------------------------------- */

	/* Primary Navigation */

	.nav-primary a {
		padding: 14px 23px;
		padding: 1.4rem 2.3rem;
	}

	/* Nav Extras */

	.genesis-nav-menu > .right .search-form {
		right: -12px;
	}

}

@media (min-width: 1080px) {

	/* Navigation
	----------------------------------------------- */

	/* Primary Navigation */

	.nav-primary a {
		padding: 14px 20px;
		padding: 1.4rem 2rem;
		font-size: 16px;
	}

	/* Nav Extras */

	.genesis-nav-menu > .right .search-form {
		right: -12px;
	}

	/* General Components
	----------------------------------------------- */

	/* Crisis Hotline CTA */

	.vc_row.cta-hotline {
		padding: 6px 30px;
		padding: 0.6rem 3rem;
	}

	.cta-hotline .hotline-callout {
		padding-left: 40px;
		padding-left: 4rem;
	}

	/* Footer */

	.footer-widgets .phone {
		font-size : 2.4rem;
	}

}

@media (min-width: 1140px) {

	.site-container {
		width: 1140px;
		margin: 0 auto;
	}

	.custom-background .site-inner {
		margin: 20px auto;
	}

		/* Navigation
	----------------------------------------------- */

	/* Primary Navigation */

	.nav-primary a {
		padding: 14px 25px;
		padding: 1.4rem 2.5rem;
		font-size: 16px;
	}

	/* Nav Extras */

	.genesis-nav-menu > .right .search-form {
		right: -6px;
	}

	/* Footer */

	.footer-widgets .wrap {
		padding: 40px 0 0 60px0;
		padding: 4rem 0 0 6rem;
	}


	.footer-widgets address {
		padding: 0 0 0 6rem;
	}

	#footer-logo{
		width: 30rem;
		height: 6rem;
	}


	/* Specific Pages
	----------------------------------------------- */

	/* Home */

	.home #slider .metaslider .caption {
		margin-top: 68px;
	}

}

/* Where should this go? It was all under specific pages but not organized by a specific page, and not specific enough to only target one page. */

.cta-get-help h2 {
	color: #8b0e03;
}

.vc_button-2-wrapper a {
	color: #fff;
}

.cta-get-help .vc_button-2-wrapper a {
	background-color: #8b0e03;
}

.cta-get-help .vc_button-2-wrapper a:hover {
	background-color: #8b0e03;
	color: #fff !important;
}

.cta-get-involved h2 {
	color: #419639;
}

.cta-get-involved .vc_button-2-wrapper a,
.button.get-involved {
	background-color: #419639;
}

.cta-get-involved .vc_button-2-wrapper a:hover{
	background-color: #419639;
	color: #fff!important;
}

.cta-donate h2{
	color: #807469;
}

.cta-donate .vc_button-2-wrapper a,
.button.donate {
	background-color: #807469;
}

.cta-donate .vc_button-2-wrapper a:hover {
	background-color: #807469;
	color: #fff!important;
}

.vc_button-2-wrapper {
	/* display: inline-block; */
	vertical-align: middle;
	/* height: 100px; */
	width: 20rem;
	margin: 0 auto;
	height: 4rem;
	line-height: 4rem;
	display: block !important;
}

.vc_btn-grey,
a.vc_btn-grey,
button.vc_btn-grey {
	background-color: #ebebeb;
	color: #fff !important;
	font-size: 1.4rem !important;
	text-transform: uppercase;
	/*
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	*/
	font-weight: 600;
	letter-spacing: .1rem;
	height: 4rem;
	line-height: 4rem;
	width: 20rem;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.vc_button-2-wrapper .vc_btn,
.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
	color: #FFF !important;
	transition: none !important;
	margin: 0 !important;
}

.vc_call_to_action hgroup + p {
	margin: 0;
	margin: 2rem 0 !important;
}


.cta .vc_column_container:last-child .vc_call_to_action{
	border-right: none;
}

.fa-phone-large {
	background-color: #8b0e03;
	border-radius: 4rem;
	color: #fff;
	display: block !important;
	font-size: 3.8rem !important;
	float: left;
	height: 7rem;
	width: 7rem;
	line-height: 7rem !important;
	margin: 0 auto;
	text-align: center;
}


/* =============================================================================== *
 * - - Call Us  - -
 * =============================================================================== */

.css-icon-box .main-icon.fa-volume-control-phone{
	width: 88px;
	height: 88px;
	background-color: #8b0e03;
	border-radius: 100%;
	border: 2px solid #6b0a02;	
}

.css-icon-box .main-icon.fa-volume-control-phone::before{
	content: "\f095";
	display: block;
	color: #fff;
	font-family: FontAwesome;
	font-size: 48px;
	text-align: center;
	line-height: 92px;
}