/*!
Theme Name: xynergy
Theme URI: http://underscores.me/
Author: Consumer51
Author URI: http://underscores.me/
Description: Custom theme for project
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xynergy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

xynergy is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

div.home-slider .metaslider .caption-wrap { left: 42%; } 	
div.home-slider .metaslider .flex-control-nav { right: calc(54% - 500px);}	

@media only screen and (min-width: 1920px) {
div.home-slider .metaslider .flex-control-nav {
    right: calc(53.6% - 500px);
	}
	div.home-slider .metaslider .caption-wrap { left: 43.7%; } 
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	min-width: 250px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/* s-style */
.hiking-guide-section .panel-last-child,.hiking-guide-section .chaco-image-left-side,.hiking-guide-section .chaco-image-left-side .so-widget-sow-image,.hiking-guide-section .chaco-image-left-side .sow-image-container,.hiking-guide-section .chaco-image-left-side .so-widget-sow-image .sow-image-container img {
    height: 100% !important;
}
.team-heading {
    margin-top: -25px;
    margin-bottom: -10px;
}
.new-link-style {
    position: relative;
    top: 10px;
}
.display-none{
	display:none !important;
}
/* s-style */

@media screen and (min-width: 769px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 0.75rem;
}

.wp-caption-text {
	text-align: center;
}

.tags-links {
	padding: 0px 5px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
## CUSTOM STYLES for this website added after 03.02.20
--------------------------------------------------------------*/

body, button, input, select, optgroup, textarea { font-family: "Poppins", sans-serif;color:#000; }
h1, h2, h3, h4, h5 {  }
*:focus { outline: none; }
a,
a:visited { color:#d15f27; }
a:hover { color:#2f1c00; }

.container { width:100%;max-width:1280px;margin:0 auto; }

.button,
.buttonsmall { background:#fdb525;color:#000 !important;text-decoration:none;display:inline-block;padding:12px 35px;font-weight:bold;border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px; }
.buttonsmall { padding:7px 20px; }
.button:hover,
.buttonsmall:hover { background:#d15f27;color:#fff !important; }


.orange { background:rgba(209,95,39,0.6);color:#fff; }
.green { background:rgba(51,120,0,0.6);color:#fff; }
.chocolate { background:rgba(47,28,0,0.6);color:#fff; }
.blue { background:rgba(66,120,188,0.6);color:#fff; }
.orange h3,
.heroinner .orange h2 { background:rgba(209,95,39,0.5); }
.green h3,
.heroinner .green h2 { background:rgba(51,120,0,0.5); }
.chocolate h3,
.heroinner .chocolate h2 { background:rgba(47,28,0,0.5); }
.blue h3,
.heroinner .blue h3 { background:rgba(66,120,188,0.5); }
.othergreen { background:rgba(117,158,160,0.6);color:#fff; }
.othergreen h3,
.heroinner .othergreen h3 { background:rgba(117,158,160,0.5); }
.dark { background:rgba(0,0,0,0.4); }
.yellow { background:rgba(253,181,37,0.75);color:#fff; }
.yellow h3,
.heroinner .yellow h2 { background:rgba(253,181,37,0.65); }

.one_half { float:left;width:50%; }
.one_third { float:left;width:33.3%; }
.two_third { float:left;width:66.6%; }
.one_fourth { float:left;width:25%; }
.three_fourth { float:left;width:75%; }
.goleft { margin-left:-40px !important; }
.goright { margin-right:-40px !important; }
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both;margin:25px 0px;overflow:auto; }
.small { font-size:13px; }

.greyblock { background:#f3f3f3;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;padding:30px 35px;line-height:1.4em;margin:45px 0px 0 0; }

header#masthead { position:fixed;width:100%;top:0px;left:0px;height:140px;background:#fff;z-index:999; }
.topbar { width:100%;background:#d15f27;padding:14px 0px;color:#FFF;font-size:15px;font-weight:300;min-height:46px;box-shadow:0px 0px 9px #999; }
.topbar a { text-decoration:none;color:#FFF; }
.topbar a:hover { font-weight:bold; }
.topbar ul { margin:0 0 0 -40px;float:left;overflow:auto; }
.topbar ul li { list-style:none;display:inline;padding:0px 65px 0 0; }
.topbar .search { float:right;width:80px;overflow:hidden;position:relative;height:30px;text-align:right;cursor:pointer; }
.topbar .search:hover { width:330px; position: absolute; right: 200px;}
.topbar .search form { position:absolute;right:80px;top:0px; }
.topbar .search form .search-field { width:150px;height:26px;font-size:14px; }
.topbar .search form .search-submit { background:#fdb525;border:0px;color:#000;font-weight:bold;cursor:pointer; }
.topbar .language { float:right;margin-left:70px; }
.topbar .language span { font-weight:bold; }

.site-branding { float:left;width:215px;margin-top:15px; }
.home .site-branding { margin-top:20px; }
.desktop { display:block; }
.tabmob { display:none; }

.qemlistright { float: left !important; width: 600px !important; padding-right: 50px; }

nav.main-navigation { float:left;max-width:850px;clear:none; }
.moblogo,
.mobdonate { display:none; }
.main-navigation ul li a { color:#000;text-decoration:none;padding:40px 14px 33px;font-size:0.9em;font-weight:500; }
.main-navigation ul li:hover { background:#759ea0;overflow:visible; }
.main-navigation ul li a:hover { color:#fff; }
.main-navigation ul ul { background:#759ea0;overflow:auto;padding-bottom:12px; }
.main-navigation ul li li a { padding:8px 14px; }

#masthead .donate { display:block;float:right;margin-top:32px;z-index:-1;position:relative; }
#masthead .donate a { color:#000;text-decoration:none;font-size:20px;padding:33px 44px;font-weight:bold;background:#fdb525;transition: 0.5s; }
#masthead .donate a:hover { color:#fff;text-shadow:0px 0px 20px #d15f27; }

#content { margin-top:140px; }

.homehero { min-height:400px;color:#fff; }
.homehero li { min-height:620px; }
.homehero .sow-slider-image-wrapper {  }
.homehero .widget_sow-editor { width:550px;background:rgba(117,158,160,0.7);margin:80px 150px 0px auto;padding:47px 25px;position:relative; }
.homehero .widget_sow-editor:before { position:absolute;left:-180px;width:180px;height:180px;top:0px;content:'';background:rgba(117,158,160,0.9) url(images/leaf.png) center center no-repeat; }
.homehero .widget_sow-editor h2 { margin:0px;font-size:2em;text-shadow:0px 2px 2px #222;line-height:1.35em; }
.homehero .widget_sow-editor a { position:absolute;/*left:38%;*/left:5.5%;bottom:-18px;background:#fdb525;color:#000 !important;text-decoration:none;display:inline-block;padding:8px 22px;font-weight:bold;border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px; }
.homehero .widget_sow-editor a:hover { background:#d15f27; }
.homehero .sow-slider-base .sow-slider-pagination { display:block !important;z-index:9999;top:335px;bottom:auto;left:auto;right:calc(50% - 500px) !important; }
.homehero .sow-slider-base .sow-slider-pagination li a { height:9px;width:9px; }
.heroinner .green p { text-align:left; margin-left:18px; margin-top: -10px; }
.homeherofourboxes { /*margin-top:-136px;)*/height:150px;z-index:9999;position:relative;color:#fff; }
.homeherofourboxes .orange,
.homeherofourboxes .green,
.homeherofourboxes .chocolate,
.homeherofourboxes .blue { width:25% !important;float:left;margin:0px; }
.homeherofourboxes .widget { margin:0; }
.homeherofourboxes p { margin-bottom:0px; }
.homeherofourboxes .widget h3 { padding:10px 12px 10px 14px;margin:0;line-height:1.2em;font-weight:bold;font-size:20px;height:65px; }
.homeherofourboxes .widget .alignleft { margin-right:12px; }
.homeherofourboxes .widget a { display:block;padding:0px 30px 0px 42px;color:#fff;text-decoration:none;height:55px;font-size:0.9em;line-height:1.2em; }
.homeherofourboxes .widget a:after { clear:both;content:'\f105\f105\f105';font-family:fontawesome;display:block; }
.homeherofourboxes .widget a:hover { text-decoration:underline }

.heroinner { background-repeat:no-repeat;background-size:cover;padding:0px;min-height:410px;color:#FFF;background-position:bottom center; }
.heroinner .textwidget { width:100%;max-width:290px;margin:0px 0px 0px 80px; }
.heroinner h1 { font-size:2em;font-weight:600;padding:25px 18px 30px;line-height:1.4em;margin:0px; }
.heroinner h2 { font-size:1em;font-weight:500;padding:0px 18px 20px;line-height:1.2em;margin:0px;background: rgba(51,120,0,0.6); display:flex; align-items:center;}
.heroinner h2 .alignleft { margin-right:0.85em; }

.photo-credit { position: absolute; right: 100px; bottom: 75px; background: rgba(0,0,0,.6); color: #fff; height: 50px; }
.photo-credit .textwidget { margin: 0px 10px 0px 10px; font-weight: bold; font-size: 12px; }

.home-pecwil { padding:60px 0px 80px;min-height:480px; }
.home-pecwil .imgtxttop { box-shadow:0px 3px 3px #CCC;min-height:500px;background-repeat:no-repeat !important;background-size:cover; }
.home-pecwil .imgtxttop .textwidget { width:80%;max-width:450px;margin:0px 0px 0px 100px; }
.home-pecwil .imgtxttop .textwidget .green { padding:33px 40px 0px 40px;position:relative; }
.home-pecwil .imgtxttop .textwidget .buttonsmall { float:right;margin:30px 20px 30px 0;font-size:0.8em; width: 160px;
    text-align: center;}
.home-pecwil h2 { margin:5px 0px 20px;line-height:1.4em;font-weight:600; font-size: 1.6em; display: flex;
flex-direction: column-reverse;}
.home-pecwil h3 { margin:0px -40px;padding:7px 15px;font-weight:500;line-height:1.1em;font-size:1em; }
.home-pecwil .greybox { background:#eaeaea;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;padding:30px 60px;line-height:1.3em;margin:65px 60px 0 -120px; }
.home-pecwil .greybox h3 { text-align:center;font-size:2em;font-weight:700; }

.between .textwidget h3 { background:rgba(51,120,0,0.6);color:#fff;padding:25px 25px 30px 25px;margin:0px 0px 0px;font-size:1.6em;font-weight:600;line-height:1.4em; }
.between .textwidget h3 .buttonsmall { font-size:0.8em;padding:4px 20px;margin-top:8px; }
.newsgreybox { background:#f6f6f6;padding:24px 60px;/*min-height:550px;*/ }
.newsgreybox.goup { padding:13px 14px; margin:0; /*margin:-30px 0 -60px;*/border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;box-shadow:0px 0px 6px #AAA;text-align:left; }
.newsgreybox h3 { background:#fdb525;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;padding:9px 8px 6px;font-weight:600;font-size:1.5em;color:#000; }
.newsgreybox ul { margin:0 0 0 -40px; }
.newsgreybox ul li, .newsgreybox article.recent-posts-home { list-style:none;position:relative;padding-left:100px !important;border-bottom:2px solid #999; }
.newsgreybox ul li span.post-date, .newsgreybox article.recent-posts-home span.post-date { position:absolute;left:10px;font-size:1.4em;color:#666;width:80px;height:65px !important;overflow:hidden;display:inline-block;line-height:1em; background: #e4e4e4;
    text-align: center; padding-top: 15px;}
.newsgreybox ul li a:hover, .newsgreybox article.recent-posts-home a:hover { color:#d15f27;}
.newsgreybox ul li a, .newsgreybox article.recent-posts-home a { color:#333;text-decoration:none;position:relative;display:inline-block;width:100%;font-size: 15px; }
.newsgreybox ul li a:after { content:'>';float:right;font-size:3.5em;font-weight:300;margin-right:10px;line-height:1em;color:#777; }
.newsgreybox article.recent-posts-home { padding: 5px 0px 5px 100px;min-height: 80px;}

.newsgreybox ol { margin:0px 0 40px -20px;text-align:left;list-style: none;counter-reset: helpcounter; }
.newsgreybox ol li { position:relative;padding:25px 120px 25px 85px;border-bottom:1px solid #BBB;counter-increment: helpcounter; }
.newsgreybox ol li::before { content: "0"counter(helpcounter);position:absolute;display:inline-block;left:-12px;font-size:3em;top:14px;text-align:center;width:60px;color:#888;font-weight:600; }
.newsgreybox ol li:after { content:'>';float:right;font-size:4.5em;font-weight:300;margin:-3.5% -80px 0px 0px;line-height:1em;color:#777; }

.newsletter { /*background:#f1f1f1;*/ background:#eaeaea; padding:70px 0px 65px;text-align:center;font-size:0.8em; }
.newsletter .so-widget-sow-editor { max-width:490px;margin:0 auto; }
.newsletter .so-widget-sow-editor p { padding:0px 60px; }
.newsletter h3 { font-size:2.5em;line-height:1.2em; }
.newsletter form input { width:250px;padding:8px;background:#fff;border:2px solid #D3D3D3;border-right:0px; }
.newsletter form input[type=submit] { background:#fbb424;border:2px solid #D3D3D3;border-left:0px;padding:15px 30px 13px;font-weight:bold;width:100px;margin-left:-2px;cursor:pointer; }

.redalertactionitems { min-height:500px;background-position:center center;background-repeat:no-repeat !important;background-size:cover; }
.redalertactionitems .so-widget-sow-editor { background:rgba(117,158,160,0.8);padding:20px 100px;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;overflow:auto;margin:50px; }
.redalertactionitems .orange { float:left;width:265px;padding:14px 24px 0px;font-size:1.6em;font-weight:600;line-height:1.2em;margin:50px 0 0; }
.redalertactionitems p { margin-bottom:20px; }
.redalertactionitems .buttonsmall { font-size:0.7em; }
.redalertactionitems h3 { font-size:0.6em;font-weight:500;line-height:1.2em;margin:25px -24px 0px;padding:6px 12px; }
.redalertactionitems ul { float:right;max-width:480px;margin:0 0 0 -40px; }
.redalertactionitems ul li { border-bottom:1px solid #CCC;padding:20px 60px;list-style:none;position:relative;font-size:0.9em; }
.redalertactionitems ul li:before { background:url(images/red-alert.png) no-repeat center center;content:'';height:65px;width:65px;position:absolute;left:0px;top:10px; }
.redalertactionitems ul li a { text-decoration:none;color:#fff; }
.redalertactionitems ul li:after { content:'\f105';font-family:fontawesome;position:absolute;right:10px;top:10px;font-size:4em;color:#fff; }

.hikingguide { padding:0px;text-align:center;background:#f1f1f1; }
.hikingguide .textwidget { padding-top:100px; }
.hikingguide h3 { font-size:2.1em;line-height:1.2em;margin:20px 0px 35px; }

.partners { padding:25px 0px;text-align:center; }
.partners .panel-grid-cell:first-child { padding-right:20px;margin-right:10px;border-right:2px dashed #CCC; }
.partners h3 { font-size:1.9em;line-height:1.2em;margin:65px 0px 35px; }
.partners .textwidget img { margin:0px 12px;vertical-align:middle; }
.partners .button { clear:both;display:inline-block; }

.aboutnm { background:#f1f1f1;padding:60px 0px 45px;font-size:1.3em;color:#444;line-height:1.3em;font-weight:600;text-align:center; }
.aboutnm .textwidget { margin:0 auto;max-width:1000px; }
.aboutnm .textwidget img { margin-top:-30px; }

.justtext { padding:40px 0px;margin:0 100px; }
.justtext h3.widget-title { /*color:#759ea0;*/font-size:2.1em;line-height:1.3em; }

.threecollayout {  }
.textlargetopimg { color:#fff;font-size:2.1em;font-weight:bold;line-height:1.4em;padding:130px 38px 5px;background-size:cover; height: 670px; }
.page-id-52 .textlargetopimg {padding-top: 1px; height: 608px;}
.page-id-348 .textlargetopimg { padding-top: 14px; height: 625px; }
.page-id-343 .threecollayout .textbox { padding: 58px 52px; }
.page-id-640 .textlargetopimg { height: 642px; padding-top:1px;}
.page-id-343 .textlargetopimg { padding-top:5px; padding-left:20px; padding-right:20px; }
.page-id-300 .textlargetopimg { height: 659px; }
.newsletter { align-items: center !important; }
article#post-412 ul { margin-left: -20px; }
article#post-412 .greyblock { margin-top: -60px; }
.newsgreybox span.new-link-style a { padding-bottom: 20px; display: inline-block; padding-left: 20px; font-weight: 400;}
.newsgreybox span.new-link-style { display:flex; border-bottom: 1px solid #BBB; }
.threecollayout .textbox { /*padding:60px 52px;*/ padding:29px 52px; color:#fff;font-size:1.1em; }
.threecollayout .leftmargin { margin-left:-20px; }
.threecollayout .rightmargin { margin-right:-20px; }
.threecollayout .imgslidefor3col img { min-height:365px; }

.threeimgblock { color:#fff;padding-bottom:40px; }
.threeimgblock .panel-widget-style { background-repeat:no-repeat !important;background-size:cover; }
.threeimgblock .so-widget-sow-editor { min-height:425px; }
.threeimgblock .panel-grid-cell { margin-right:20px !important; }
.threeimgblock .textwidget .dark { width:285px;padding:10px 30px 20px 20px;margin:0px 0px 0px 30px;height:280px;  }
.threeimgblock h3 { height:52px;padding:6px 12px;font-size:1em;font-weight:500;margin:-10px -30px 0px -20px;line-height:1.2em; }
.threeimgblock .green h3 { background:rgba(51,120,0,0.7); }
.threeimgblock .chocolate h3 { background:rgba(47,28,0,0.7); }
.threeimgblock .blue h3 { background:rgba(66,120,188,0.7); }

.featuredimg { width:100%;max-height:400px;overflow:hidden; }
.featuredimg img { width:100%; }
.page-id-3457 .featuredimg { max-height:100%; }

.donatebox { margin:30px 0px;padding:65px 125px; }
.donatebox .toptext { padding:10px 90px;line-height:1.5em;  }
.donatebox .toptext h3 { font-size:1.7em;text-transform:uppercase;margin:0 0 20px; }

#content h1.entry-title { padding:55px 0px 15px;margin:0px;color:#759ea0;font-size:2.4em; }
.page #content h1.entry-title { padding:55px 50px 15px 50px;margin:0px;color:#759ea0;font-size:2.4em; }
.single-awsm_job_openings #content h1.entry-title { padding:55px 50px 15px 0px;margin:0px;color:#759ea0;font-size:2.4em; }
#content article { padding:0px 50px 60px;margin-bottom:30px; }
.siteorigin-panels #content article { padding:0px;background:none;margin-bottom:0px; }

.peoplebio { padding:30px 40px;background:#f3f3f3;margin-bottom:40px;overflow:auto; }
.peoplebio span.post { color:#759ea0;font-weight:bold;  }
.peoplebio .one_fourth { text-align:center;font-size:1.2em;line-height:1.2em; }
.peoplebio .one_fourth img { border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;margin-bottom:8px; }
.peoplebio .three_fourth { margin-top:20px; }

.senatecity { padding:10px 30px;background:#f3f3f3;border-bottom:4px solid #ddd;width:30.5%;margin:0px 1.1% 40px;float:left; min-height:281px; }
.senatecity p { padding:0px 0px 0px 35px;position:relative; }
.senatecity p.address:before { font-size:1.4em;font-family:fontawesome;content:'\f041';color:#759ea0;position:absolute;left:5px;top:-2px; }
.senatecity p.phone:before { font-size:1.4em;font-family:fontawesome;content:'\f095';color:#759ea0;position:absolute;left:5px;top:-2px; }
.senatecity p.fax:before { font-size:1.4em;font-family:fontawesome;content:'\f1ac';color:#759ea0;position:absolute;left:5px;top:-2px; }
.senatecity p.email { font-size:0.9em; }
.senatecity p.download:before { font-size:1.4em;font-family:fontawesome;content:'\f019';color:#759ea0;position:absolute;left:5px;top:-2px; }
.senatecity p.email:before { font-size:1.4em;font-family:fontawesome;content:'\f003';color:#759ea0;position:absolute;left:5px;top:-2px; }

.stafflogin { padding:250px 0px 125px;background-repeat:no-repeat !important;background-size:cover; }
.stafflogin .loginform { background:rgba(255,255,255,0.9);padding:30px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px; }
.stafflogin .loginform p { margin-bottom:10px; }
.stafflogin .loginform label { float:left;display:inline-block;width:160px; }

#colophon { background:#212121;color:#eee;padding:42px 0px 30px;font-size:0.95em; }
#colophon hr { clear:both;width:100%; }
#colophon h3 { font-weight:500;font-size:1.1em;text-transform:uppercase; }
#colophon aside { float:left;clear:none; }
#colophon a { color:#FFF;text-decoration:none; }
#colophon a:hover { color:#d15f27; }
#colophon aside ul { margin:0 0 0 -40px; }
#colophon aside ul li { list-style:none; }
#colophon aside.widget_sow-image img { max-width:92px;margin-right:40px; }

#colophon aside.widget_sow-editor { width:22%; }
#colophon aside.widget_nav_menu { width:19%;line-height:1.9em; }
#colophon aside.widget_nav_menu h3 { text-transform:uppercase; }
#colophon aside.widget_media_image { padding-top:50px; }

#colophon .button { padding:8px 60px;font-size:1.2em; }
#colophon .social { margin:0 0 0 -40px; }
#colophon .social li { list-style:none;display:inline;margin-right:9px; }
#colophon .social li a { border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;
border:2px solid #FFF;display:inline-block;height:34px;width:34px;text-align:center;font-size:1.25em;padding:1px 0 0 3px; }
#colophon .social li a:hover { color:#fdb525;border:2px solid #fdb525 !important; }
#colophon .site-info { font-size:0.85em;width:100%;padding:10px 0 0; }
#colophon .site-info .left { float:left;width:50%; }
#colophon .site-info .right { float:right;width:50%;text-align:right; }

.wpd-form-wrap .wpd-form-head { display: none !important; }

.heroinner { position:relative;}

.heroinner .ban-logo { position: absolute; left: 35%; bottom: -45%; }

@media all and (max-width:1024px){

#responsive-menu-container #responsive-menu-title {
	max-width:160px;float:left;padding:25px 5% 10px !important;
}
#responsive-menu-container #responsive-menu-additional-content { border-bottom:1px solid #577e80;padding-bottom:45px; }
#responsive-menu-container #responsive-menu-additional-content .button {
	margin:10px 8px !important;padding:4px 14px !important;
}
#responsive-menu-container #responsive-menu { clear:both !important; }
#responsive-menu-container #responsive-menu-title #responsive-menu-title-image { margin-bottom:0px !important; }
#responsive-menu-container li.responsive-menu-item { border-bottom:1px solid #577e80; }
#responsive-menu-container li.responsive-menu-item li { border-bottom:0px; }
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a { border-bottom:1px solid #577e80 !important; }

}



@media all and (max-width:812px){

	/*.amount-group label {
		width: 82% !important;
        margin-right: 0px !important;
	}
	*/
	
	
.container { width:96%;margin:0% 2%; }
#masthead .container { width:100%;margin:0%; }

.desktop { display:none; }
.tabmob { display:block; }
.moblogo,
.mobdonate { display:block; }

.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.floatleft,
.floatright { float:none;width:100%; }

.topbar { height:55px; }
.topbar ul { display:none; }
.topbar .language { float:none;position:absolute;margin-left:auto;margin-right:auto;left:25%;right:25%;width:130px; }
.topbar .search { float:right;width:40px;overflow:hidden;position:relative;height:30px;right:20px; }
.topbar .search span { display:none; }
.topbar .search .fa { font-size:1.5em; }

nav.main-navigation { float:none;position:absolute;left:0px;width:100%;top:50px; }
nav.main-navigation .menu-toggle { width:50px;margin-top:-51px; }
nav.main-navigation .menu-toggle, nav.main-navigation .main-navigation.toggled ul { border:0px;background:none;font-size:0.9em;cursor:pointer;color:#fff; }
nav.main-navigation .menu-toggle .fa, nav.main-navigation .main-navigation.toggled ul .fa { font-size:2em;display:block; }
.main-navigation.toggled ul { background:#759ea0;position:absolute;width:100%;left:0%;transition: all 0.5s ease;-webkit-transition: all 0.5s ease; }
.main-navigation ul ul { position:relative !important; }
.main-navigation li { float:none;border-bottom:1px solid #3b6b6d; }
.main-navigation ul li a { padding:10px 20px;color:#fff; }

.site-branding { width:150px; }
.home .site-branding,
.site-branding { margin:15px 0px 0px 10px; }
#masthead .donate { display:inline-block;margin-top:27px; }
#masthead .donate a { padding:34px 30px 29px; }

.photo-credit { display: none; }

.heroinner .textwidget { margin:0 auto; }
.homeherofourboxes .widget h3 { padding:9px 12px 10px 14px;font-size:0.9em;height:68px; }
.homeherofourboxes .widget .alignleft { padding-bottom:15px; }
.newsgreybox.goup { margin:5px 0 -60px; }

.home-pecwil,
.aboutnm,
#colophon aside#sow-editor-2,
#colophon aside#sow-editor-3,
#colophon aside#sow-editor-4,
#colophon aside#sow-editor-5 .button,
#colophon aside#sow-editor-5 .widget-title,
#colophon aside#sow-editor-5 p,
#colophon aside.widget_nav_menu,
#colophon aside#media_image-3,
#colophon .secondhr { display:none !important; }

.homeherofourboxes .orange,
.homeherofourboxes .green,
.homeherofourboxes .chocolate,
.homeherofourboxes .blue { width:50% !important; }
.homeherofourboxes .panel-grid-cell p { /*display:none; */}
.homeherofourboxes { height:auto; }	
.homeherofourboxes p { margin-bottom:20px;}
.homeherofourboxes .widget a { padding-left:15px; padding-right:15px; }


.newsgreybox { padding:24px 5px; }
.newsgreybox ol li { padding:25px 50px 25px 50px;font-size:0.9em; }
.newsgreybox ol li::before { font-size:2em;width:50px;top:18px; }
.newsgreybox ol li:after { font-size:3.5em;margin:0;position:absolute;top:15px;right:0px; }
.justtext { margin:0px 20px; }
.threecollayout .rightmargin { margin-right:0px; }

#content h1.entry-title { padding:45px 10px 15px 10px;font-size:2.1em; }
#content article { padding:0px 10px 30px;margin-bottom:30px; }

.peoplebio { padding:20px;font-size:0.9em; }
.peoplebio .one_fourth { font-size:1.1em;line-height:1.1em; }
.peoplebio .three_fourth { margin-top:20px; }

.senatecity { width:100%;margin:0px 0% 30px;float:none; }
.stafflogin { padding:80px 0px 80px;background-repeat:no-repeat !important;background-size:cover; }

.single-event .event,
#content article.event { background:#f3f3f3 !important;padding:25px 40px !important; }

#colophon { padding:42px 35px 30px; }
#colophon .social { width:150px; }
#colophon .social li { float:left;display:inline-block;margin-bottom:14px; }
#colophon .social li a { padding:2px 0 0 6px;height:40px;width:40px;display:inline-block;font-size:1.45em; }
#colophon .site-info .left,
#colophon .site-info .right { float:none;width:100%;text-align:center; }

/* donation pages responsiveness */
	
	.donatebox {
		padding:20px;
	}
	.donatebox .toptext{
		padding-left:10px;
		padding-right:10px;
	}
	
}

/* new edits */
#post-576 .box {
	padding: 24px !important;
}
div.homesliderfourboxes {
	position:unset;  /*bottom: 26px;*/
	margin-top: -104px;

}
div.homesliderfourboxes.newhome {
	margin-top: inherit;

}
.page-id-447 #post-447 .entry-content{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.page-id-447 #post-447 .entry-content .one_fourth {
	    padding: 20px;
	text-align:center;
}

.background-image-caption {
    position: absolute;
    bottom: 0;
    color: #000;
    background: rgb(255, 255, 255, 0.5);
    padding: 5px 15px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    right: 0;
    font-family: "Poppins", sans-serif;
}

.imgslidefor3col .widget-title {
    right: 0;
}
.wolf-text-section .widget-title {
	font-size: 40px;
    color: #759ea0;
	margin-top: 30px;
	margin-bottom: 20px;
}
#second-wolf-section {
    padding-top: 25px;
}
.wolf-bg-section .text-center {
	justify-content: center;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wolf-bg-section {
    box-shadow: 0px 2px 5px #000;
}
.learn-more-section {
    box-shadow: 0px 2px 5px #757575;
}
.second-wolf-section .dark {
    background: rgba(0,0,0,0.1);
}
.inner-part {
	padding: 40px 25px;
}
.inner-part h2 {
	font-weight: 500;
    font-size: 30px;
}
.wolf-bg-section .buttonsmall {
  /*  width: 190px;
    text-align: center;*/
}
#wolf-img-threecol-layout {
    margin-top: 20px;
    margin-bottom: 40px;
}
.learn-text {
    color: #fff;
    font-size: 34px;
	font-weight: 500;
	margin-top: 20px;
    margin-bottom: 20px;
}
.page-id-640 .textlargetopimg,
.page-id-640 .textlargetopimg .so-widget-sow-editor {
		position:relative;
	}
.page-id-640 .textlargetopimg:after {
		content: "";
		background: rgb(0 0 0 / 50%);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}
.page-id-640 .textlargetopimg .so-widget-sow-editor {
       z-index: 1;
	}
@media only screen and (min-width:1200px) {
	#new-wolf-banner.heroinner .textwidget {
		max-width: 390px;
	}
	#new-wolf-banner h2 {
		padding-top:20px;
	}
	#new-wolf-banner img {
		margin-right: 28px;
	}
	#second-wolf-section, #wolf-img-threecol-layout {
    margin-left: 85px;
    margin-right: 85px;
   }
	.second-wolf-section, .learn-more-section {
		margin-left: 130px;
    margin-right: 130px;
	}
	.page-id-640 .textlargetopimg {
		height: 660px;
		position:relative;
	}
	.page-id-640 .textlargetopimg:after {
		content: "";
		background: rgb(0 0 0 / 50%);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}
	/*.page-id-640 .textlargetopimg .so-widget-sow-editor {
		position: relative;
       z-index: 1;
	}*/
	.second-wolf-section .inner-part {
		padding-top:190px
	}
	
	
}
@media only screen and (min-width:800px) {
	.learn-more-section {
		align-items:center !important;
	}
	.learn-more-button-left {
		text-align:right;	
	}
}
@media only screen and (max-width:768px) {
	.second-wolf-section .panel-grid-cell:first-child {
    	margin-bottom: 30px !important;
	}
	.threecollayout .leftmargin {
    	margin-left: 0px;
    }
	.event-template-default .qem {
		display: block !important;
	}
	.event-template-default .qemright {
		width: 100%;
		max-width: 100%;
	}
	.event-template-default .qem-medium {
		width: 100%;
	}
}
