/*
	Theme Name: HARC Pro
	Theme URI: https://harccoalition.org
	Description: This is custom mobile responsive theme created for the Genesis Framework.
	Author: Datachieve Digital
	Author URI: https://www.datachieve.com

	Version: 2.6.2

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Header Hero
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
	overflow: visible;
}

progress,
sub,
sup {
	vertical-align: baseline;
}

[type="checkbox"],
[type="radio"],
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
}

button,
select {
	text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	display: table;
	max-width: 100%;
	color: inherit;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

/* Box Sizing
--------------------------------------------- */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	display: table;
	content: " ";
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	display: table;
	clear: both;
	content: " ";
}

/* Defaults
---------------------------------------------------------------------------------------------------- */

/* font-family: bebas-neue, sans-serif;*/

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 15px;
	font-size: 1.5rem;
}

body {
	margin: 0;
	color: #333;
	background-color: #fff;
	font-family: roboto, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.625;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a {
	color: #e4660d;
	text-decoration: none;
	-webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	clear: both;
	margin: 30px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-collapse: collapse;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	color: #333;
	background: #ddd;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	display: block;
	position: relative;
	top: -10px;
	left: -20px;
	height: 0;
	font-size: 30px;
	font-size: 3rem;
	content: "\201C";
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	font-family: merriweather, serif;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 27px;
	font-size: 2.7rem;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 400;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	height: auto;
	padding: 4px;
	border: 1px solid #eee;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	color: #333;
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	opacity: 1;
	color: #333;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	width: auto;
	padding: 12px 24px;
	border: 0;
	color: #fff;
	background-color: #664a9f;
	border-radius: 100px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	white-space: normal;
	text-decoration: none;
	cursor: pointer;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	color: #fff;
	background-color: #49a1e9;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	border-width: 0;
	color: #777;
	background-color: #eee;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	width: 100%;
	margin-bottom: 40px;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 2;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	padding: 6px;
	border-top: 1px solid #eee;
}

th {
	padding: 0 6px;
	font-weight: 400;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 1px;
	height: 1px;
	border: 0;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	display: block;
	clip: auto !important;
	z-index: 100000; /* Above WP toolbar. */
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

.more-link {
	position: relative;
}

.sr-text{
	display: none;
}

/* ## Alert
--------------------------------------------- */

.alert-container {
	background-color: #f55443;
	color:#FFF;
	font-size: 15px;
	font-size:1.5rem;
	font-weight: 500;
	padding: 20px 80px;
}

.alert-container p {
	margin-bottom: 0;
}

.admin-bar .alert-container a.close-btn {
	color: #fff !important;
	position: absolute;
	top: 48px;
	right: 20px;
}

.alert-container a.close-btn {
	color: #fff !important;
	position: absolute;
	top: 19px;
	right: 20px;
}

.alert-container a.close-btn:before {
	content: "\f2d3";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.alert-container.close {
	display: none;
}

.alert-container a{
	color:#FFF;
}

.alert-container span{
	display:block;
	width:100%;
	text-align:center;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	word-wrap: break-word;
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
	overflow: hidden;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Site Inner
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	padding: 100px 0;
	word-wrap: break-word;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
	border-radius: 50%;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.author-box .avatar {
	float: none;
	margin-bottom: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry {
	padding: 40px 60px;
}

.after-entry .enews {
	padding-right: 30px;
	padding-left: 30px;
}

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	padding: 20px 30px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
	margin-bottom: 40px;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	clip: rect(0, 0, 0, 0);
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	margin-bottom: 10px;
}

.entry-title {
	margin-bottom: 10px;
	font-size: 26px;
	font-size: 2.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #e4660d;
}

.widget-title {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	padding-left: 20px;
	text-indent: -20px;
	list-style-position: inside;
	list-style-type: decimal;
}

.widget li li {
	margin: 0 0 0 30px;
	padding: 0;
	border: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

.featured-content .entry-image {
	width: 75px;
	height: 75px;
}

.featured-content .entry-title {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
}

/* Author Box
--------------------------------------------- */

.author-box {
	padding: 30px;
	background-color: #f5f5f5;
}

.hero-page-title .author-box {
	color: #333;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: rgb(244,73,39);
    background: linear-gradient(140deg, rgba(244,73,39,1) 0%, rgba(228,102,13,1) 70%);
}

#tribe-events-content a, .tribe-events-event-meta a {
	  color: #e4660d;
	  text-decoration: none;
}

.archive .tribe-events-list .type-tribe_events {
    border-bottom: 1px solid #ddd !important;
    margin: 0;
    padding: 2.25em 0 !important;
}

.single .tribe-events-event-image {
    /* width: 10px; */
    max-width: 767px;
    margin: 0 auto;
}

#tribe-events-pg-template .tribe-events-content h2{
	font-size: 2.7rem;
}

.tribe-events-list-event-title {
    color: rgb(244,73,39);
}

/*.tribe-events-abbr.tribe-events-start-time.published.dtstart,
dt.tribe-events-start-time-label,
.tribe-event-time {
	display: none;
}*/




/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	width: 0;
	height: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	outline: #ccc solid 1px;
	color: #333;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #fff url("images/harc-color-border.png") repeat-x top left;
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 25px;
	padding-bottom: 15px;
}

.wp-custom-logo .title-area {
	max-width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.site-title {
	background-image: url("images/HARC-logo.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 300px;
	height: 113px;
	margin-bottom: 0;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	text-indent: -99999px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	display: block;
	height: 113px;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 1px;
	height: 1px;
	border: 0;
	word-wrap: normal !important;
}

/* Header Hero
--------------------------------------------- */

.home .header-hero {
	padding: 16vw 0;
	background-color: #111;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.header-hero {
	padding: 9vw 0;
	background-color: #111;
	background-position: center center;
	background-size: cover;
	position: relative;
}

/*.hero-page-title {
	padding: 8vw 180px 0 180px;
}*/

.hero-page-title .wrap {
	padding-right: 0;
	padding-left: 0;
}

.hero-page-title h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

.home .hero-page-title {
	padding: 10vw 0 0 0;
	color: #fff;
	text-align: center;
}

.hero-page-title {
	padding: 0;
	color: #fff;
	text-align: center;
}

.hero-page-title .wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 5%;
	padding-left: 5%;
}

.hero-page-title .entry-meta {
	display: inline-block;
}

/* # Sub menu indicators
--------------------------------------------- */

.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
     content: "\f107";
     font-family: 'FontAwesome';
     font-size: 1.2rem;
     padding-left: 0.5rem;
     speak: none;
}

ul.sub-menu li.menu-item-has-children > a:after {
     content: "\f105";
     font-family: 'FontAwesome';
     font-size: 1.2rem;
     padding-left: 1rem;
     speak: none;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 15px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 20px 30px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #e4660d;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 220px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 15px 20px;
	position: relative;
	text-transform: none;
	width: 220px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* Off-Canvas Responsive Menu
--------------------------------------------- */

.slideout-menu {
    display: none;
    overflow-y: scroll;
	overflow-x: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    /*min-height: 100vh;*/
    -webkit-overflow-scrolling: touch;
}

.admin-bar .slideout-menu {
    top: 32px;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    background-color: #fff; /* A background-color is required. Set this to body element's background color */
    /*will-change: transform;*/
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.panel:before {
    display: block;
    background-color: rgba(0,0,0,0);
    content: "";
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
}

/************* Side Menu *****************/

.side-menu {
    display: none;
    padding-bottom: 40px;
    background-color: #fff;
}

.side-menu > .wrap {
    position: relative;
	padding-left: 0;
	padding-right: 0;
}

.section-title {
	background-color: #010680;
	color: #fff;
    margin-bottom: 0;
    padding: 13px 20px;
	font-family: bebas-neue, sans-serif;
    font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dashicons.close-icon {
    position: absolute;
    top: 12px;
    right: 7px;
    width: 24px;
    height: 24px;
    font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
}

.side-menu section {
    margin-bottom: 20px;
}

.side-menu section:last-child {
    margin-bottom: 0;
}

.side-menu input {
    border-radius: 0;

    -webkit-appearance: none;
}

.side-menu input[type="search"] {
    padding: 6px 8px;
    font-size: 15px;
}

.side-menu .search-form input[type="submit"] {
    display: none;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 99999;
}

.nav-primary a {
	border-right: 1px solid #eee;
	font-weight: 700;
	padding: 27px 28px;
	letter-spacing: 1px;
}

.nav-primary .genesis-nav-menu .grad-highlight.menu-item {
	background: rgb(244,73,39);
    background: linear-gradient(140deg, rgba(244,73,39,1) 0%, rgba(228,102,13,1) 70%);
	margin-left: -6px;
}

.nav-primary .genesis-nav-menu .grad-highlight.menu-item a {
	color: #fff;
    font-family: bebas-neue, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.nav-primary .genesis-nav-menu .grad-highlight.menu-item a:before {
	content: "\f08a";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

/* Secondary Menu
--------------------------------------------- */

.nav-secondary {
	float: right;
	margin-top: 55px;
	width: auto;
}

.nav-secondary a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 18px 25px;
	text-transform: uppercase;
}

.nav-secondary .genesis-nav-menu .highlight.menu-item {
	background-color: #664a9f;
	border-radius: 100px;

}

.nav-secondary .genesis-nav-menu .highlight.mlogin.menu-item a:before {
	content: "\f023";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.nav-secondary .genesis-nav-menu .highlight.hike.menu-item a:before {
	content: url(/wp-content/themes/harc-pro/images/running-icon2.png);

	margin-right: 7px;
}

.nav-secondary .genesis-nav-menu .highlight.menu-item:hover {
	background-color: #e4660d;
}

.nav-secondary .genesis-nav-menu .highlight.menu-item a {
	color: #fff;
}

.nav-secondary .genesis-nav-menu .menu-social-item {
	display: inline-block;
}

.nav-secondary .genesis-nav-menu .menu-social-item a {
	padding: 18px 18px;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

.content {
	float: left;
	width: 65%;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content,
.landing-page .content {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.give-page .post-21 table{
    width: 100%;
    max-width: 500px;
}


/* Event Submit Form
------------------------------------------------*/


div#frm_field_52_container {
    margin-bottom: 63px;
    background-color: #f3f3f3;
	padding: 33px;
}

.page-id-1532 .frm_fields_container {
    padding: 31px;
}



/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.entry-content .caption {
	margin-top: -20px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.content .sticky {
	padding: 30px;
	background-color: #f5f5f5;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.hero-page-title p.entry-meta,
.hero-page-title .entry-meta a {
	color: #ccc;
}

.hero-page-title .entry-meta a:focus,
.hero-page-title .entry-meta a:hover {
	text-decoration: underline;
}

.entry-header .entry-meta {
	color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.entry-footer .entry-meta {
	font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

/* .entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	margin: 0 6px 0 2px;
	content: "\2014";
} */

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	color: #333;
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #fff;
	background-color: #333;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	font-size: 18px;
	font-size: 1.8rem;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.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;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}





/* Sub-Pages
------------------------------------------------------------------*/
.subpages .content {
	width: 100%;
}

.subpages .button {
    width: auto;
    padding: 12px 24px;
    border: 0;
    color: #fff;
    background-color: #f4ad1c;
}

.subpages .button:hover {
    background-color: #48a0e9;
}

.subpages .sub-page {
   	border: solid 1px #e6e6e6;
    margin-bottom: 34px;
    padding: 36px 31px;
}


.subpages .sub-page h3 {
    font-size: 20px;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	width: 30%;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar .widget {
	background-color: #f3f3f3;
	padding: 40px;
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar .widget-title {
	font-family: bebas-neue, sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
}

.sidebar #subpages-widget-2 li a {
	color: #fff;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.20);
	padding: 8px 8px 8px;
	width: 100%;
}

.sidebar #subpages-widget-2 li a:before {
	content: "\f0da";
	color: #3dcdc8;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.sidebar .widget ol > li {
	border-bottom: 1px solid #ddd;
    text-indent: 0;
    padding-bottom: 8px;
}

.sidebar .widget li a:hover {
	color: #2da9de;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar #subpages-widget-2 {
	background-color: #664a9f;
	color: #fff;
}

.sidebar .widget ul > li {
	margin-bottom: 0;
}

.sidebar h4.tribe-event-title {
    font-size: 16px;
}

.sidebar .tribe-event-duration {
    font-weight: 500;
}

.sidebar .tribe-events-list-widget .tribe-events-widget-link a:before {
	content: "\f133";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 7px;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Entry Misc.
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

/* Global Call-to-Action
--------------------------------------------- */

.global-cta-container {
	/*background-image: url("images/cta-bkg.jpg");*/
	background-color: #3dcdc8;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 1px solid #ddd;
	padding: 80px 0;
}

.global-cta-container .wrap {
	max-width: 1000px;
}

.global-cta-container img.cta-img {
    float: left;
    object-fit: cover;
    height: 100%;
    width: 250px;
	margin-right: 80px;
}

.global-cta-container .cta-txt-hd {
    float: left;
	margin-right: 80px;
    width: 307px;
}

.global-cta-container .cta-txt-hd h3 {
	/*color: #b2c26e;*/

	font-family: bebas-neue, sans-serif;
    font-size: 70px;
    font-size: 7rem;
    line-height: .9em;
}

.global-cta-container h4 {
	font-weight: 700;
}

.global-cta-container .cta-cnt-wrap {
    border-left: 1px solid #ddd;
    float: left;
    padding-left: 80px;
    width: 50%;
}
.global-cta-container .cta-txt-hd.light h3,
.global-cta-container .cta-cnt-wrap.light{
	color: #fff;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #44485d url(images/harc-color-border.png) repeat-x top left;
	color: #fff;
	padding: 60px 0;
	font-family: roboto, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.footer-widgets .wrap {
	margin-right: auto;
	margin-left: auto;
}

.footer-widgets a {
	color: #d3d6e0;
}

.footer-widgets a:hover {
	color: #b2c26e;
}

.footer-widgets .widget li {
	margin-bottom: 15px;
}

.footer-widgets-1 {
	border-right: 1px solid rgba(255,255,255,.20);
    float: left;
	font-size: 16px;
	font-size: 1.6rem;
    margin-right: 80px;
    width: 450px;
}

.footer-widgets-2 {
	float: left;
	margin-right: 80px;
	width: 200px;
}

.footer-widgets-3 {
	float: left;
	width: 200px;
}

.footer-widgets-4 {
	width: 200px;
	float: right;
}

.footer-widgets .widget-title {
	font-family: bebas-neue, sans-serif;
	letter-spacing: 1px;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-right: 30px;
	padding-left: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 h4.ft-ms-title,
.footer-widgets-1 h4.harc-contact {
    color: #b2c26e;
}

.footer-widgets-1 p.ft-ms-dscr {
	padding-right: 80px
}

.footer-widgets-1 address.street-address {
    display: block;
    margin-bottom: 20px;
}

.footer-widgets-1 .menu-social-item {
    display: inline-block;
    margin-right: 20px;
    padding: 20px 0;
}

.footer-widgets-1 a.phone:before {
	content: "\f095";
	color: #b2c26e;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 30px;
	border-top: 1px solid rgba(255,255,255,.20);
	background-color: #44485d;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
}

.site-footer a {
	color: #b2c26e;
}

.site-footer p {
	margin-bottom: 0;
}

/* Scroll to top
--------------------------------------------- */

.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(244,173,27,0.8) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index: 99999;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.nav-primary a {
		padding: 27px 30px;
	}

	.harc-welcome-container .news-flash {
		width: 46%;
	}

	.footer-widgets-1 {
		width: 340px;
	}

}


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.site-title {
		height: 94px;
		width: 250px;
	}

	.site-title a, .site-title a:focus, .site-title a:hover {
		height: 94px;
	}

	.nav-secondary {
		margin-top: 45px;
	}

	.nav-secondary a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 18px 15px;
	}

	.nav-primary a {
		font-size: 14px;
		font-size: 1.4rem;
    	padding: 25px 20px;
	}

	.nav-primary .genesis-nav-menu .grad-highlight.menu-item a {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.hero-section .wrap {
		max-width: 1000px
	}

	.hero-section .hero-txt-left {
		width: 53%;
	}

	.harc-featured-events {
		padding: 40px 0;
	}

	.harc-featured-events .main-carousel .carousel-cell {
		width: 48%;
	}

	.harc-welcome-container .welcome-widget h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.footer-widgets-1 {
		margin-right: 40px;
		width: 320px;
	}

	.footer-widgets-2 {
		float: left;
		margin-right: 40px;
		width: 180px;
	}

	.footer-widgets-3,
	.footer-widgets-4 {
		width: 180px;
	}

}

@media only screen and (max-width: 1023px) {

	.hero-section .wrap,
	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.title-area {
		width: 100%;
	}

	.site-title {
		float: none;
		margin: 0 auto;
	}

	.nav-primary.genesis-responsive-menu .menu-social-item a {
		padding: 18px;
		border-right: none;
		float: left;
		display: inline-block;
		width: 10%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.search-form {
		padding: 0 20px;
	}

	.genesis-nav-menu li.menu-item.social-menu,
	.genesis-nav-menu .menu-item.social-menu a.social-btn {
		display: inline-block;
		width: auto;
	}

	.genesis-nav-menu .menu-item.social-menu a.social-btn {
		border-bottom: none;
		padding: 15px;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-radius: 0;
		color: #3f3730;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		color: #e4660d;
	}

	.menu-toggle {
        width: 100%;
		border-top: 1px solid #eee;
		margin-top: 0;
		padding: 15px 0;
    }

    .menu-toggle,
    .menu-toggle:focus,
    .menu-toggle:hover {

    }

    .nav-primary {
        float: none;
		clear: both;
		text-align: left;
		width: 100%;
    }

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		margin-top: -2px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		border-bottom: 1px solid #eee;
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.nav-secondary .genesis-nav-menu .menu-social-item {
		display: none;
	}

	.hero-section {
		padding: 20px 5%;
	}

	.hero-section span.hero-subline {
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 500;
	}

	.hero-section h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.hero-section .hero-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.harc-welcome-container .news-flash {
    	width: 48%;
	}

	.harc-welcome-container .welcome-widget p {
    	padding-left: 20px;
	}

	.global-cta-container {
		padding: 80px 5%;
	}

	.global-cta-container img.cta-img {
		margin-right: 60px;
	}

	.global-cta-container .cta-cnt-wrap {
		padding-left: 60px;
	}

	.harc-featured-events .main-carousel .carousel-cell a.more-link {
		display: none;
	}

	.footer-widgets-1 {
		border-right: none;
		margin-bottom: 40px;
		width: 100%;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		float: left;
		width: 240px;
	}

}

@media only screen and (max-width: 860px) {

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.entry {
		padding: 30px 10px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.home .header-hero {
		padding: 20vw 0;
	}

	.harc-featured-events .main-carousel .carousel-cell {
		width: 100%;
	}

	.harc-featured-events .main-carousel .carousel-cell a.more-link {
		display: block;
	}

	.featured-homepage-content .featured-articles {
		margin-bottom: 60px;
		width: 100%;
	}

	.featured-cta-container {
		float: left;
		margin-bottom: 40px;
		width: 100%;
	}

	.featured-widget-1, .featured-widget-2 {
		width: 50%;
	}

	.global-cta-container img.cta-img {
    	margin-right: 30px;
	}

	.global-cta-container .cta-cnt-wrap {
		padding-left: 30px;
	}

	.footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		float: left;
		width: 180px;
	}

}

@media only screen and (max-width: 760px) {

	.hero-section {
		text-align: center;
	}

	.hero-section .hero-txt-left,
	.hero-section .hero-txt-right {
		float: left;
		border-right: none;
		width: 100%;
	}

	.hero-section .hero-txt-left {
		margin-bottom: 10px;
	}

	.harc-welcome-container .welcome-widget {
		margin-bottom: 40px;
		width: 100%;
	}

	.harc-welcome-container .news-flash {
		width: 100%;
	}

	.color-overlay {
		background-color: rgba(0,0,0,.30);
		padding: 120px 30px 30px;
	}

	.global-cta-container {
		padding: 60px 5%;
	}

	.global-cta-container img.cta-img {
    	margin-right: 0;
		margin-bottom: 40px;
	}

	.global-cta-container .cta-cnt-wrap {
		border-left: none;
		float: left;
		padding-left: 0;
		width: 100%;
	}

	.footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		margin: 0 auto 40px;
		width: 100%;
	}

}

@media only screen and (max-width: 600px) {

	#wpadminbar {
		position: fixed;
	}

	.hero-page-title h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.featured-homepage-content .intro-title a.button.all-news {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.featured-widget-1, .featured-widget-2 {
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.site-title {
		background-size: contain;
    	width: auto;
    	max-width: 250px;
	}

	.hero-section {
    	padding: 20px 0;
	}

	.harc-featured-events .main-carousel .carousel-cell span.cal-container {
		margin-bottom: 20px;
		width: 100%;
	}

	.harc-featured-events .main-carousel .carousel-cell a.more-link {
		display: block;
		position: relative;
		margin-top: 20px;
		text-align: center;
	}

	.harc-featured-events h3.cat-title,
	.harc-welcome-container .welcome-widget h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.featured-homepage-content .intro-title a.button.all-news {
		float: left;
		position: relative;
		top: 0;
		clear: both;
	}

	.featured-homepage-content .posts-wrap {
		padding: 20px;
	}

	.featured-homepage-content .featured-articles .entry-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.harc-welcome-container .news-flash {
		padding: 30px;
	}

}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		color: #333 !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		width: 100%;
		text-align: center;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		position: relative;
		top: -100px;
		padding-top: 0;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}
