/*!
Theme Name: wysg2019
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wysg2019
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.

wysg2019 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.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	width:100%;
	overflow-x: hidden;

}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 3em;
	margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1.125em;
}
h6 {
    font-size: 1em;
}

/* 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: #646464;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 120%;
}
h1 {
	font-family: 'Kanit', sans-serif;
	font-weight: 100;
}
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%;
}

/*--------------------------------------------------------------
Color Palettes
---------------------------------------------------------------*/

:root .has-white-background-color{
	background-color:#FFF;
}

.bg-blue,
:root .has-wyo-blue-background-color{
	background-color:#0b2554;
}
.bg-orange,
:root .has-wyo-orange-background-color{
	background-color:#f15d25;
}
:root .has-white-color{
	color:#FFF;
}
.text-orange,
:root .has-wyo-orange-color{
	color:#f15d25;
}
.text-blue,
:root .has-wyo-blue-color{
	color:#0b2554;
}

.btn-primary {
    background-color: #f15d25;
    border-color: #f15d25;
}
.btn-primary:hover {
    background-color: #FFF;
    border-color: #f15d25;
	color: #f15d25;
}
.btn-secondary {
    background-color: #0b2554;
    border-color: #0b2554;
}
.btn-secondary:hover {
    background-color: #FFF;
    border-color: #0b2554;
	color:  #0b2554;
}
.no-margin-p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

#page {
	position: relative;
}

*,
*: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 3em;
}

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%;
}

.swatch-control.radio-select li {  
	display: inline-block; padding-right: 10px;
}
.attribute_image-name_picker_label.swatch-label, 
#picker_image-name {
	display: contents;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.wysg-btn-orange, .donate-btn .wp-block-button__link {
    background-color: #f15d25;
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    text-align: center;
    margin: 15px auto 0 auto;
    font-weight: 700;
	border: 2px solid #fff;
}
.wysg-btn-orange:hover, .donate-btn .wp-block-button__link:hover {
	background: #fff;
	color: #f15d25;
	text-decoration: underline;
	border: 2px solid #f15d25;
}
.progress-btn .wp-block-button__link:hover {
	background: #fff;
	color: #f15d25;
	text-decoration: underline;
	border: 2px solid #0b2554;
}
.involved-btn .wp-block-button__link:hover {
	background: #fff;
	color: #0b2554;
	text-decoration: underline;
	border: 2px solid #f15d25;
}
.menu-top-header-container li:last-child a {
	background-color: #f15d25;
	text-transform: uppercase;
	color: #fff;
	border-radius: 25px;
	border: 2px solid #fff;
	padding: 10px 25px;
	text-align: center;
	margin: 0 auto 5px auto;
	font-weight: 700;
}
 .menu-top-header-container li:last-child a:hover {
	background: #fff;
	color: #f15d25;
	text-decoration: underline;
	border: 2px solid #f15d25; 
}
#top-menu {
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.home-button a {
	background-color: #f15d25;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	/* border: 2px solid #f15d25; */
	border-radius: 500px;
}
.home-button a:hover {
	border: 2px solid #f15d25;
	color: #f15d25 !important;
	background-color: #fff !important;
}

.menu-top-header-container li:nth-child(2) a {
	text-transform: lowercase;
}
.menu-top-header-container a {
	font-size: 16px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f15d25;
    transition: all .2s;
    text-decoration: none;
}
img {
	transition: all .2s;
}

a:hover, a:active {
	background-color: transparent;
    color: #f15d25;
	text-decoration: underline!important;
}
/*--------------------------------------------------------------
## Home Hero
--------------------------------------------------------------*/
.home_video{
    height: 100vh;
    width: 100vw;
    overflow: hidden;	
	position: relative;
}
.home .home_video video.mobile{
	display:none;
}
.home .home_video video.desktop {
	display: block;
	width: 177.7777778vh;
	min-width: 100%;
	height: 100%;
	min-height: 56.25vw;
	position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}
.home_video .background-image{
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
}
.home_video{
    height: 100vh;
    width: 100vw;
    overflow: hidden;	
	position: relative;
	background-color: #000;
}
@media (max-width:405px){
	.home .home_video video.mobile {
		display: block;
		width: 56.25vh;
		min-width: 100%;
		height: 100%;
		min-height: 177.7777778vw;
		position: absolute;
		left: 50%; /* % of surrounding element */
		top: 50%;
		transform: translate(-50%, -50%); /* % of current element */
	}
	.home .home_video video.desktop {
		display: none;
	}
}
.home-logo{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:425px; /* Assign a value */
    height:auto; /* Assign a value */
    margin:auto;
	z-index: 999;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 25px 0 auto;
    z-index: 10;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
    position: absolute;
    background-color: rgba(0,0,0,.9);
    top: 100px;
    left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	top: auto;
	left: auto;
	z-index: 99999;
    background-color: transparent;
}
.main-navigation.toggled ul.sub-menu {
    position: relative;
    top: auto;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: -15px;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    padding: 15px 0;
    color: #f15d25;
    text-transform: uppercase;
    font-weight: 700;
}
.main-navigation .sub-menu a {
    padding: 5px 0;
    color: #fff;
    font-weight: 400;
    text-transform: none;
}

/* Small menu. */
.menu-toggle {
	display: block;
    width: 100%;
}
.main-navigation.toggled ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 100px;
    left: 0;
}
@media screen and (max-width: 1235px) {
	#primary-menu{
		height: 90vh;
		overflow: scroll;
		padding-bottom:125px;
	}
}
@media screen and (min-width: 1235px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
        flex-direction: row;
	}
}

.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;
}

.entry-content .alignwide {
	margin-left: calc( -75vw / 2 + 100% / 2 );
	margin-right: calc( -75vw / 2 + 100% / 2 );
	width: 75vw;
	max-width: 100vw;
}
.entry-content .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.wp-block-cover, .wp-block-cover-image {
	width: auto !important;
}


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.entry-content ul {
    margin: 0;
}
.entry-content li {
    margin: 0 0 10px 0;
}
.home #hero {
    height: 450px;
    background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url('/wp-content/themes/wysg2019/video/video-placeholder.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
}
video {
    display: none;
}
.home .hero-content {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 1px;
    padding: 0 20px;
	text-align: center;
	line-height: 1;
}
.home .hero-content {
	font-size: 10px;
}
.hero-vid-line-1{
    font-size: 5em;
	margin-bottom: 20px;
}
.hero-vid-line-2{
    font-size: 2.5em;
	margin-bottom: 20px;
}
.hero-vid-button{
	font-size: 1.5em;
	margin-bottom: 20px;
}
.hero-vid-line-3{
    font-size: 1.875em;
	margin-bottom: 0;
	font-weight: bold;
}
/*
.hero-content p {
}
.hero-content strong {
    font-family: 'Kanit', sans-serif;
	font-weight: 100;
    font-size: 1.85em;
    text-transform: uppercase;
    line-height: 80%;
    margin: 25px 0;
    display: block;
}
*/

.site-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
	flex-wrap: wrap;
/*    position: relative;*/
}
.main-header {
	position: fixed;
    width: 100%;
    z-index: 9999;
	background: rgba(255,255,255,1);
	-webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;

}
.main-header.transparent {
	background: rgba(255,255,255,0);

}

.admin-bar.site-header {
    top: 32px;
}
/*
.home .site-header {
    height: 450px;
}
*/
.site-branding {
    max-width: 250px;
    margin: 15px 0 10px 25px;
    z-index: 10;
}
.main-header .color-logo{
	display: block;
}
.main-header .white-logo{
	display: none;
}
.main-header.transparent .color-logo{
	display: none;
}
.main-header.transparent .white-logo{
	display: block;
}
nav .menu-toggle {
    border: none;
    background: transparent;
    color: #646464;
    font-size: 1.5rem;
    padding: 0;
    margin: 35px 0 0 0;
}
.transparent nav .menu-toggle {
    color: #fff;
}

.site-content {
    padding: 40px 20px;
}
.home .site-content {
    padding: 0 20px;
}
.intro-logo {
    max-width: 400px;
    margin: 50px auto 0 auto;
    display: block;
}

#projects-posts-container h2 {
    text-align: center;
}
#home-projects {
    background-color: #f15d25;
    color: #fff;
    padding: 5px 20px;
}
.project-item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
        "item-heading"
        "item-thumbnail"
        "item-content"
        "item-button";
    margin: 0 auto 25px auto;
	padding: 0 0 50px 0;
    max-width: 350px;
}
.project-item:last-child {
	border-bottom: none;
}
.project-item .project-thumb img {
    display: block;
}
.project-item .project-thumb {
    grid-area: item-thumbnail;
    grid-row: 2;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.project-item h3 {
    grid-area: item-heading;
    grid-row: 1;
    margin: 10px 0 5px 0;
}
.project-item p {
    grid-area: item-content;
    grid-row: 3;
    margin: 5px 0 15px 0;
}
.project-item .more-button, .recent-post .post-read-more, .browse-blog-button, .mission-button, .volunteer-button, .phone-button, .old-bills-button {
    background-color: transparent;
    border-radius: 25px;
    display: block;
    width: 150px;
    border: 2px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    margin: 0 0 0 auto;
    color: #fff;
}
.project-item .more-button {
    grid-area: item-button;
    grid-row: 4;
}
.project-item a {
    color: #fff;
}
.project-item .more-button:hover, #home-projects a.mission-button:hover {
    background-color: #fff;
    color: #f15d25;
    box-shadow: none;
}
#home-projects .mission-button {
    margin: 0 auto 35px auto;
    color: #fff;
}

#home-posts, #home-online {
    background-color: #0b2554;
    color: #fff;
    padding: 5px 20px;
	text-align: center;
}
#home-online .home-online-inner .items-inner h4 {
	color: #FFF;
}
#home-support ul, .sub-footer ul, .site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#home-posts .recent-post {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
        "post-heading"
        "post-thumbnail"
        "post-date"
        "post-content"
        "post-button";
    margin: 0 auto 25px auto;
	padding: 0 0 50px 0;
    max-width: 350px;
}

#home-posts .recent-post:last-child {
	border-bottom: none;
}

#home-posts .recent-post .post-thumb img {
    display: block;
}
#home-posts .recent-post .post-thumb {
    grid-area: post-thumbnail;
    grid-row: 2;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}
.recent-post h4 {
    grid-area: post-date;
    grid-row: 3;
    color: #cccfd6;
    text-transform: uppercase;
    font-size: .875rem;
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    font-family: 'Cabin', sans-serif;
}
.recent-post-title, .recent-post-title:visited {
    grid-area: post-heading;
    grid-row: 1;
    color: #fff;
}
.recent-post .recent-content {
    grid-area: post-content;
    grid-row: 4;
    margin: 0 0 15px 0;
}
.recent-post .post-read-more {
    grid-area: post-button;
    grid-row: 5;
}
.recent-post .post-read-more:hover, a.browse-blog-button:hover {
    background-color: #fff;
    color: #0b2554;
    box-shadow: none;
}
.recent-post a:hover {
    box-shadow: none;
}
a.browse-blog-button {
    margin: 0 auto 50px auto;
    width: 200px;
    color: #fff;
}
#home-support {
    padding: 0 20px;
}
#home-support .support-thumb {
    max-width: 350px;
    height: 30vh;
    margin: 50px auto;
    display: block;
}
#home-support ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 35px;
}
#home-support li img {
    max-width: 200px;
    max-height: 75px;
}
#home-support li {
    padding: 0 15px;
    margin: 0 0 25px;
}
#home-support div {
	font-size: 1.5em;
}
#home-support div i {
	padding-right: 15px;
}
#home-support p, #home-support h3, #home-support div {
    text-align: center;
}
a.phone-button {
    background-color: #0c2453;
    color: #fff;
    margin: 5px auto 15px auto;
    width: 250px;
    font-size: .875rem;
}
a.phone-button:hover {
    border: 2px solid #0c2453;
    color: #0c2453;
    background-color: transparent;
}
a.volunteer-button, a.old-bills-button {
    background-color: #f15d25;
    color: #fff;
    margin: 5px auto 50px auto;
    width: 250px;
    font-size: .875rem;
}
a.volunteer-button:hover, a.old-bills-button:hover {
    border: 2px solid #f15d25;
    color: #f15d25;
    background-color: #fff;
}
a.yt-button {
   	background-color: #0c2453;
    color: #fff;
    border: 2px solid #FFF;
    margin: 5px auto 50px auto;
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 35px;
    letter-spacing: 2px;
}
a.yt-button:hover {
	background: #FFF;
	color: #0c2453;
	box-shadow: none;
}
#home-support a:hover {
    box-shadow: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.header-img {
    height: 315px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.h1-container {
    padding: 0 25px;
    width: 100%;
}
h1.entry-title {
    color: #fff;
    margin: 10px 0;
}

.bookOnline {
	background-color: #607cb0;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
    line-height: 200%;
}
.bookOnline:hover {
	background-color: #0b2554;
	color: #fff;
}

.tableList, .stargazingLogos {
	list-style: none;
	margin: 0;
	padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tableList li {
	padding: 7px 10px 7px 15px;
	margin: 0 2% 25px 0;
	border-left: 3px solid #aaa;
	background-color: #fafafa;
	transition: all .2s;
}
.tableList li:hover {
	background-color: #fffaf1;
	border-left: 3px solid #ef5e32;
}

.page-id-925 .site-content {
    padding-top: 50px;
}
.save-night-intro-thumb, .save-night-citizen-science .wp-block-column {
    text-align: center;
}
.page-id-35653 .save-night-intro, .page-id-35653 .save-night-solution, .save-night-citizen-science {
    align-items: center;
}
.save-night-at-stake .wp-block-column:not(:last-child) {
    order: 2;
}
.save-night-at-stake .wp-block-column:not(:first-child) {
    order: 1;
}
/*
.wp-block-column {
    flex-basis: 100% !important;
}
*/
.save-night-citizen-science img {
    max-height: 400px;
    width: auto;
}
.save-night-citizen-science p {
    font-size: 1.25em;
}
.page-id-357 .entry-content ul, .page-id-16 .entry-content ul, .page-id-136408 .entry-content ul, .page-id-287 .entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.page-id-287 .entry-content ul {
    justify-content: center;
}
.page-id-357 .entry-content li {
    width: 50%;
    padding: 0 25px;
    align-self: start;
}
.page-id-287 .entry-content li img {
    max-width: 200px;
    width: auto;
    max-height: 100px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
    transition: all .2s;
}
.wpls-logo-clearfix {
    background-color: #f1f1f1;
    padding: 50px 0;
/*    margin: 50px 0 0 0;*/
}
.page-id-287 .entry-content li img:hover, .wpls-logo-showcase .wpls-logo-cnt.slick-slide img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.page-id-287 .entry-content li {
    font-size: 1.5rem;
    width: auto;
    padding: 20px 25px;
}
.page-id-287 .entry-content li a {
    color: #666;
}
.page-id-16 .entry-content li {
    width: 50%;
    padding: 25px 25px 0 25px;
}
.page-id-136408 .entry-content li img {
    max-height: 100px;
    width: auto;
}
.page-id-136408 .entry-content li {
    padding: 25px;
}
.blog .site-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.active-projects {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
    display: flex;
    flex-direction: column;
}
.partner-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partner-links a:last-of-type {
    background-color: transparent;
}
.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    float: left;
    width: 48%;
    margin-right: 2%;
}
.woocommerce td.label{
	white-space: nowrap;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	max-width: none;
}
.page-id-9 .entry-content .wp-image-139581, .page-id-9 .entry-content .wp-image-139586 {
    max-height: 600px;
    width: auto;
}
.absaroka-ranch-list {
    font-size: 1.5em;
}
.absaroka-ranch-list-small {
    font-size: 1.25em;
}
.absaroka-reserve {
    border-left: 6px solid #f4a88b;
    background-color: #fbf0ec;
    padding: 20px;
}
.blog .site-content {
    display: flex;
    flex-direction: column;
}
.single #primary {
    margin-top: 25px;
}
.phone-donate hr {
	margin: 15px auto;
}
.science-program-details {
	display: flex;
	flex-direction: column;
}
.science-program-details table {
	border-collapse: collapse;
}
.science-program-details td {
	vertical-align: top;
	padding: 5px;
}
.science-program-details th {
	padding: 7px;
	text-align: left;
	vertical-align: top;
}
.science-program-desc {
	display: flex;
	flex-direction: row;
	padding: 10px;
}
.program-description {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.program-description-container {
	margin-left: 50px;
}
.program-tables {
	margin-top: 50px;
}
.science-program-desc div {
	width: 80%;
}
.science-program-desc div:first-of-type {
	width: 15%;
	font-weight: bold;
}
.nonprofit-logo {
	margin: 0 auto;
	max-height: 350px;
	width: auto;
	display: block;
	max-width: 350px;
}
/* Science Program Non-Profit Colors */
.cougar-fund .science-program-desc:nth-child(odd) {
	background-color: #008CBA;
	color: #fff;	
}
.cougar-fund .science-program-desc:nth-child(even) {
	background-color: rgba(0,140,186,.7);
	color: #fff;
}
.cougar-fund th {
	background-color: #a66742;
	color: #fff;
}
.cougar-fund tr:nth-child(odd) td {
	background-color: rgba(166,103,66,.4);
	color: #333;
}
.cougar-fund tr:nth-child(even) td {
	background-color: rgba(166,103,66,.2);
	color: #333;
}

.teton-park .science-program-desc:nth-child(odd) {
	background-color: #436023;
	color: #fff;	
}
.teton-park .science-program-desc:nth-child(even) {
	background-color: rgba(67,96,35,.7);
	color: #fff;
}
.teton-park th {
	background-color: #000;
	color: #fff;
}
.teton-park tr:nth-child(odd) td {
	background-color: rgba(0,0,0,.4);
	color: #333;
}
.teton-park tr:nth-child(even) td {
	background-color: rgba(0,0,0,.2);
	color: #333;
}

.center-wonder .science-program-desc:nth-child(odd) {
	background-color: #54276f;
	color: #fff;	
}
.center-wonder .science-program-desc:nth-child(even) {
	background-color: rgba(84,39,111,.7);
	color: #fff;
}
.center-wonder th {
	background-color: #6aad3d;
	color: #fff;
}
.center-wonder tr:nth-child(odd) td {
	background-color: rgba(106,173,61,.4);
	color: #333;
}
.center-wonder tr:nth-child(even) td {
	background-color: rgba(106,173,61,.2);
	color: #333;
}

.elk-refuge .science-program-desc:nth-child(odd) {
	background-color: #009297;
	color: #fff;	
}
.elk-refuge .science-program-desc:nth-child(even) {
	background-color: rgba(0,146,151,.7);
	color: #fff;
}
.elk-refuge th {
	background-color: #752000;
	color: #fff;
}
.elk-refuge tr:nth-child(odd) td {
	background-color: rgba(117,32,0,.4);
	color: #333;
}
.elk-refuge tr:nth-child(even) td {
	background-color: rgba(117,32,0,.2);
	color: #333;
}

.sr-fund .science-program-desc:nth-child(odd) {
	background-color: #0c7399;
	color: #fff;	
}
.sr-fund .science-program-desc:nth-child(even) {
	background-color: rgba(12,115,153,.7);
	color: #fff;
}
.sr-fund th {
	background-color: #3d280e;
	color: #fff;
}
.sr-fund tr:nth-child(odd) td {
	background-color: rgba(61,40,14,.4);
	color: #333;
}
.sr-fund tr:nth-child(even) td {
	background-color: rgba(61,40,14,.2);
	color: #333;
}

.tcwp .science-program-desc:nth-child(odd) {
	background-color: #2a6883;
	color: #fff;	
}
.tcwp .science-program-desc:nth-child(even) {
	background-color: rgba(42,104,131,.7);
	color: #fff;
}
.tcwp th {
	background-color: #666f57;
	color: #fff;
}
.tcwp tr:nth-child(odd) td {
	background-color: rgba(102,111,87,.4);
	color: #333;
}
.tcwp tr:nth-child(even) td {
	background-color: rgba(102,111,87,.2);
	color: #333;
}

.teton-raptor .science-program-desc:nth-child(odd) {
	background-color: #fc6633;
	color: #fff;	
}
.teton-raptor .science-program-desc:nth-child(even) {
	background-color: rgba(252,102,51,.7);
	color: #fff;
}
.teton-raptor th {
	background-color: #337ab7;
	color: #fff;
}
.teton-raptor tr:nth-child(odd) td {
	background-color: rgba(51,122,183,.4);
	color: #333;
}
.teton-raptor tr:nth-child(even) td {
	background-color: rgba(51,122,183,.2);
	color: #333;
}

.tss .science-program-desc:nth-child(odd) {
	background-color: #136683;
	color: #fff;	
}
.tss .science-program-desc:nth-child(even) {
	background-color: rgba(19,102,131,.7);
	color: #fff;
}
.tss th {
	background-color: #547239;
	color: #fff;
}
.tss tr:nth-child(odd) td {
	background-color: rgba(84,114,57,.4);
	color: #333;
}
.tss tr:nth-child(even) td {
	background-color: rgba(84,114,57,.2);
	color: #333;
}

.wysg .science-program-desc:nth-child(odd) {
	background-color: #0b2554;
	color: #fff;	
}
.wysg .science-program-desc:nth-child(even) {
	background-color: rgba(11,37,84,.7);
	color: #fff;
}
.wysg th {
	background-color: #f15d25;
	color: #fff;
}
.wysg tr:nth-child(odd) td {
	background-color: rgba(241,93,37,.4);
	color: #333;
}
.wysg tr:nth-child(even) td {
	background-color: rgba(241,93,37,.2);
	color: #333;
}

.teton-if .science-program-desc:nth-child(odd) {
	background-color: #178BB9;
	color: #fff;	
}
.teton-if .science-program-desc:nth-child(even) {
	background-color: rgba(23,139,185,.7);
	color: #fff;
}
.teton-if th {
	background-color: #ff851b;
	color: #fff;
}
.teton-if tr:nth-child(odd) td {
	background-color: rgba(255,133,27,.4);
	color: #333;
}
.teton-if tr:nth-child(even) td {
	background-color: rgba(255,133,27,.2);
	color: #333;
}

.jhcm .science-program-desc:nth-child(odd) {
	background-color: #36a6dd;
	color: #fff;	
}
.jhcm .science-program-desc:nth-child(even) {
	background-color: rgba(54,166,221,.7);
	color: #fff;
}
.jhcm th {
	background-color: #a94130;
	color: #fff;
}
.jhcm tr:nth-child(odd) td {
	background-color: rgba(169,65,48,.4);
	color: #333;
}
.jhcm tr:nth-child(even) td {
	background-color: rgba(169,65,48,.2);
	color: #333;
}

.partners .science-program-desc:nth-child(odd) {
	background-color: #e6422e;
	color: #fff;	
}
.partners .science-program-desc:nth-child(even) {
	background-color: rgba(230,66,46,.7);
	color: #fff;
}
.partners th {
	background-color: #0d92cd;
	color: #fff;
}
.partners tr:nth-child(odd) td {
	background-color: rgba(13,146,205,.4);
	color: #333;
}
.partners tr:nth-child(even) td {
	background-color: rgba(13,146,205,.2);
	color: #333;
}

.desc-orgs .wp-block-column:not(:first-child) .wp-block-image {
	margin: 15px;	
}
.desc-orgs .wp-block-column:not(:first-child) {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}
.desc-orgs .wp-block-column:not(:first-child) h4, .desc-orgs .wp-block-column:not(:first-child) p {
	flex: 0 0 100%;
}
.program-tables thead th:first-child, .program-tables thead th:nth-child(2) {
	width: 10%;
}
.program-tables thead th:nth-child(3) {
	width: 15%;
}
.program-tables thead th:last-child {
	width: 65%;
}

.old-bills-home {
    width: 90%;
    margin: 50px auto;
}
.old-bills-logo, .old-bills-info {
    text-align: center;
}
.wp-block-latest-posts a, .wp-block-latest-posts time {
	color: #fff;
}

.snow-king {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	position: relative;
	background-image: url('https://www.wyomingstargazing.org/wp-content/uploads/2024/03/Snow-King-Rooftop_Jakub-Galczynski-e1711686681419.png') !important;
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	background-size: cover !important;
}
.snow-king-subtitle, .snow-king-title {
	image-orientation: top;
	text-align: center;
	font-weight: bold;
}
.snow-king-subtitle span {
	/* color: #f15d25; */
	background-color: #f15d25;
	background-image: linear-gradient(to right, #ff8cd8, #ffb555);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
 	-moz-text-fill-color: transparent;
	text-transform: uppercase;
	font-size: 1.1em;
}
.snow-king-title {
	color: #fff;
	font-size: 2em;
}
.snow-king-header {
	width: 100%;
	height: 50%;
	align-self: center;
}
.page-id-168383 .site-content h2, .page-id-168486 .site-content h2, .page-id-168484 h2#how-it-all-came-together, .page-id-168484 h2#construction-process, .gradient-header {
	background-color: #f15d25;
	background-image: linear-gradient(to right, #4a5fff, #f15d25);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
 	-moz-text-fill-color: transparent;
	display: inline-block;
}
.page-id-168383 #discover-the-universe-like-never-before {
	display: block;
	margin: 0 auto;
}
.page-id-168383 .site-content {
	padding: 40px 20px 0 20px;
}
.image-overlay {
	position: relative;
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
}
.image-overlay img {
	object-fit: cover;
	width: 100%;
	height: 400px;
}
.image-overlay-title {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
	padding: 25px 0;
}
.image-overlay-title a {
	color: #fff;
}
.image-overlay img:hover {
	box-shadow: 0 0 20px #999;
	opacity: .85;
}
.observatory-origins-cover {
	background-color: #000;
	background-image: url('https://www.wyomingstargazing.org/wp-content/uploads/2023/12/observatory-origins-mobile.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 50px;
}
.observatory-origins-outer {
	width: 90%;
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	padding-top: 325px;
}
.observatory-origins-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	color: #fff;
}
.observatory-origins-inner h2 {
	margin: 0 auto 10px 0;
}
.observatory-origins-inner .wysg-btn-orange {
	margin-bottom: 50px;
	margin-left: 0;
}
.sk-upcoming {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 35px;
}
.sk-upcoming-box {
	background-color: #eee;
	background: linear-gradient(to right, #eee, #f5e1d9);
	width: 100%;
}

.sk-upcoming-box div {
	padding: 30px 40px 40px 40px;
}
.sk-upcoming-box h3 a {
	color:#666;
}
.sk-upcoming-box .wysg-btn-orange {
	border-radius:0;
}
.vision-reality {
	background-image: url('https://www.wyomingstargazing.org/wp-content/uploads/2018/11/Messier-1045-4-16-LRGB1.20.71.1DDP45425300exp1.754exp1.08MaxEnt-13-inch-Large.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 700px;
	margin-top: 75px;
}
.vision-reality-inner {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	height: 100%;
	padding: 90px 0 70px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.vision-reality-inner div {
	font-size: 2.5em;
	color: #fff;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
}
.vision-reality-inner div:first-child {
	align-self: flex-start;
	text-align: left;
	flex-grow: 2;
}
h2#construction-process {
	margin-top: 50px;
}
.vis-arch {
	display: flex;
	margin: 25px 0;
}
.architect {
	align-items: flex-end;
	text-align: right;
}
.vis-arch-portrait {
	border: 1px solid #fff;
	margin: 0;
	width: 50%;
	height: 100%;
}
.vis-desc {
	border-top: 1px solid #fff;
	width: 50%;
	padding: 10px 0 0 30px;
}
.arch-desc {
	border-bottom: 1px solid #fff;
	width: 50%;
	padding: 0 30px 20px 0;
}
.vis-icon, .arch-icon {
	width: 75px;
}
.gray-column-back  {
	background-color: #eee;
	background: linear-gradient(to right, #eee, #f5e1d9);
}
.page-id-168495 .entry-content .wp-block-column figure, .page-id-168493 .entry-content .wp-block-column figure,
.page-id-168486 .entry-content .wp-block-column figure {
	margin: 0 0 25px 0;
}
.page-id-168495 .entry-content .wp-block-column img, .page-id-168493 .entry-content .wp-block-column img,
.page-id-168486 .entry-content .wp-block-column img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.gray-column-back h3, .gray-column-back p, .gray-column-back .wysg-btn-orange {
	padding: 0 25px;
}
.com-ben-cover {
	max-width: 1300px !important;
	margin: 0 auto;
	width: 100%;
	padding: 60px 0 65px 0;
}
.com-ben-cover-inner, .obs-origin-wide {
	width: 100%;
}
.where-snow-king-hr {
	padding: 0;
	margin: 0 0 50px 0;
	background: linear-gradient(to right,#fff 40%,#66f,#f15d25,#fff);
	border: none;
}
.where-snow-king-col, .where-snow-king-col figure, .where-snow-king-col p:last-child {
	margin-bottom: 0;
}
.where-snow-king-col div:last-child {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.google-map {
	overflow:hidden;
	padding-bottom:550px;
	position:relative;
	height:0;
}
.google-map iframe{
    left:0;
    top:0;
    height:500px;
    width:100%;
    position:absolute;
}
.snow-king-access-column, .planewave-column {
	background-image: url('https://www.wyomingstargazing.org/wp-content/uploads/2023/12/5I1A6088.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 350px;
}
.planewave-column {
	background-image: url('https://www.wyomingstargazing.org/wp-content/uploads/2023/12/snow-king-scope-square.jpg');
	background-position: bottom left;
}

/*--------------------------------------------------------------
## 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;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}
.speaker-series-table td {
    padding: 0 25px;
    vertical-align: top;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.sub-footer {
	background-color: #646464;
	width: 100%;
	padding: 45px 20px;
	margin: 0;
}
.sub-footer .sub-footer-content {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.sub-footer h2.widget-title, .site-footer h2.widget-title {
	margin-top: 0;
	color: #fff;
    text-align: center;
    font-size: 1.125rem;
}
.sub-footer .widget {
    margin: 45px 0;
}
.sub-footer input[type="email"] {
    color: #999;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px 15px;
    font-size: 1.125rem;
}
.sub-footer input[type="submit"] {
    border: 2px solid #fff ;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #f15d25;
    color: #fff;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    transition: all .2s;
}
.sub-footer input[type="submit"]:hover {
    background-color: #fff;
    color: #f15d25;
	border: 2px solid #f15d25;
}
#mc-embedded-subscribe-form {
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    justify-content: center;
}
.sub-footer a, .site-footer a {
	color: #fff;
}
.sub-footer a:hover, .site-footer a:hover {
    box-shadow: none;
    color: #f15d25;
}
.sub-footer img {
    max-height: 55px;
}
.sub-footer-mid ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.sub-footer-mid li {
    margin: 5px auto;
}
.sub-footer-mid ul img {
    max-width: 100px;
}
.footer-social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.75rem;
}
.footer-social li {
    margin: 0 10px;
}

.site-footer {
	background-color: #000;
	width: 100%;
	padding: 45px 20px 10px 20px;
	margin: 0;
	color: #999;
}
.site-footer h2.widget-title {
    text-align: left;
}
.footer-content > div {
    margin: 0 0 50px 0;
}
.footer-partner img {
    max-width: 100px;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 550px) {
}
@media screen and (min-width: 650px) {
    .site-branding {
        max-width: 300px;
        margin-left: 50px;
    }
    .main-navigation {
        margin-right: 50px;
    }
    .home-text-blocks {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .home-text-blocks h3 {
        flex: 0 50%;
        padding: 25px;
        font-size: 1.25em;
    }
   
    .sub-footer-mid ul {
        flex-direction: row;
    }
    .sub-footer-mid li {
        margin: 5px 10px;
    }
    .footer-content {
        display: grid;
        grid-gap: 25px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "footer-info"
            "footer-ida"
            "footer-menu"
            "footer-contact-info";
    }
    .site-info {
        grid-area: footer-info;
        grid-row: 1;
        grid-column: 1;
    }
    .footer-partner {
        grid-area: footer-ida;
        grid-row: 1;
        grid-column: 2;
    }
    .footer-nav {
        grid-area: footer-menu;
        grid-row: 2;
        grid-column: 1;
    }
    .footer-contact {
        grid-area: footer-contact-info;
        grid-row: 2;
        grid-column: 2;
    }
    .footer-content > div {
        margin-bottom: 20px;
    }
    .tripadvisor-widgets {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 50px auto;
    }
    .tripadvisor-widgets p {
        display: none;
    }
	.sk-upcoming {
		flex-wrap: nowrap;
		gap: 0;
	}
	.sk-upcoming-box {
		width: 48%;
	}
	.vision-reality-inner div {
		font-size: 3.5em;
	}
	.vis-arch h2 {
		font-size: 2.5em;
	}
	.vis-arch h3 {
		font-size: 1.75em;
	}
	.vis-icon, .arch-icon {
		width: 100px;
	}
	.vis-icon {
		margin-top: 20px;
	}
	.arch-icon {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 782px) {
	.image-overlay {
		width: 100%;
	}
	.vis-arch h2 {
		font-size: 1.5em;
	}
	.vis-arch h3 {
		font-size: 1em;
	}
	.vis-icon, .arch-icon {
		width: 50px;
	}
	.vis-icon {
		margin-top: 10px;
	}
	.arch-icon {
		margin-bottom: 10px;
	}

}
@media screen and (min-width: 800px) {
	.home .hero-content {
		font-size: 16px;
	}
	
    .home .entry-content {
    }
    .home-projects-inner, .home-posts-inner {
    }
    .items-inner {
        display: flex;
        flex-direction: row;
    }
    #home-projects h2 {
    }
    #home-posts h2 {
    }
    #home-support {
        margin: 0 auto;
        max-width: 750px;
    }
    .active-projects {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .blog .site-content, .single .site-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .blog #primary {
        width: 75%;
    }
    #secondary {
        margin: 25px 0 0 75px;
        width: 25%;
    }
    #secondary h2 {
        font-size: 1.5em;
    }
	.com-ben-cover-inner {
		width: 100%;
	}

}
@media screen and (min-width: 1025px) {
    h1 {
        font-size: 4em;
    }
    h2 {
        font-size: 2em;
    }
    video {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        transform: translateX(-50%) translateY(-50%);
        overflow: hidden;
    }
    .hero-overlay {
        background-color: rgba(0,0,0,.4);
        height: 710px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .hero-content a {
        font-size: 1.5rem;
        letter-spacing: 3px;
        padding: 15px 50px;
        border-radius: 35px;
    }
    .hero-content a:hover {
        box-shadow: none;
        color: #f15d25;
        background-color: #fff;
    }
    .site-branding {
        z-index: 50;
        margin: 15px auto 10px 5%;
    }
    .home .site-branding {
        margin-top: 35px;
    }
    .main-navigation {
        margin: 15px 5% 0 auto;
    }
    .home .main-navigation {
        margin-top: 30px;
    }
    .main-navigation ul {
        position: relative;
        top: auto;
        left: auto;
        background-color: transparent;
        padding: 0;
        margin: 0;
        justify-content: flex-end;
        align-items: center;
    }
    .main-navigation ul ul {
        display: none;
    }
    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
        display: block;
        position: absolute;
        background-color: rgba(0,0,0,.9);
        width: 250px;
        text-align: left;
        padding: 10px 0;
        border-top: 3px solid #f15d25;
        border-bottom: 3px solid #f15d25;
    }
    .main-navigation li {
        margin-left: 35px;
    }
    .main-navigation .sub-menu li {
        margin: 0;
        font-size: 1rem;
    }
    .main-navigation a {
        padding: 5px 0;
    }
    .main-navigation .menu-main-nav-container a {
        color: #646464;
        padding-bottom: 22px;
		font-size: 16px;
    }
    .transparent .main-navigation .menu-main-nav-container a {
        color: #fff;
    }
	.main-navigation .menu-main-nav-container a {
        color: #646464;
    }
    .main-navigation .sub-menu a {
        padding: 5px 14px;
        color: #fff!important;
    }
  .menu-main-nav-container li {
        margin-left: 45px;
        font-size: 1.125rem;
    }
    .menu-main-nav-container {
        padding-top: 5px;
    }
    .entry-content, .blog .site-content, .single .site-content {
        max-width: 1000px;
        width: 90%;
        margin: 0 auto;
    }
    .home-text-blocks {
        max-width: 1000px;
        margin: 25px auto;
    }
    .home-text-blocks h3 {
        flex: 0 25%;
    }
/*
    .header-img {
        height: 150px;
    }
*/
    .h1-container {
        padding: 0 5%;
    }
    .home .entry-content h2 {
        grid-column: 2;
    }
/*
    .entry-content h2 {
        margin: 65px 0 10px 0;
    }
*/
    .sub-footer .sub-footer-content {
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
        margin: 0 5%;
    }
    .sub-footer .widget {
        margin: 0;
    }
    .sub-footer #text-3 h2.widget-title {
        text-align: center;
    }
    .sub-footer div:last-child h2.widget-title {
        text-align: right;
    }
    .sub-footer div:first-child h2.widget-title {
        text-align: left;
    }
    .sub-footer input[type="email"] {
        font-size: 1rem;
    }
    .footer-social li:last-child {
        margin: 0 0 0 10px;
    }
    .footer-content {
        grid-template-columns: 2fr 2fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
            "footer-info footer-ida footer-menu footer-contact-info";
        margin: 0 5%;
    }
    .footer-nav {
        grid-row: 1;
        grid-column: 3;
    }
    .footer-contact {
        grid-row: 1;
        grid-column: 4;
    }
    a.volunteer-button, a.phone-button, a.old-bills-button {
        margin: 25px auto 25px auto;
        width: 325px;
        font-size: 1rem;
        letter-spacing: 2px;
    }
    a.phone-button {
		width: 375px;
	}
    .left-column {
        width: 65%;
        float: left;
        vertical-align: top;
    }
    .right-column {
        width: 30%;
        float: right;
        margin-left: 4%;
        vertical-align: top;
    }
    .column-wrapper {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .column-wrapper:after {
        display: table;
        content: '';
        clear: both;
    }
    
    .save-night-at-stake .wp-block-column:first-child {
        order: 1;
    }
    .save-night-at-stake .wp-block-column:last-child {
        order: 2;
    }
    .old-bills-home {
        width: 70%;
    }
	.snow-king-subtitle {
		font-size: 2em;
	}
	.snow-king-title {
		font-size: 3em;
	}
	.com-ben-cover, .obs-origin-wide {
		width: 90%;
	}
	.com-ben-cover-inner {
		width: 60%;
	}
	.obs-origin-wide {
		max-width: 1300px !important;
	}
	.vis-arch h2 {
		font-size: 1.8em;
	}
	.vis-arch h3 {
		font-size: 1.4em;
	}
	.vis-icon, .arch-icon {
		width: 100px;
	}
	.vis-icon {
		margin-top: 20px;
	}
	.arch-icon {
		margin-bottom: 20px;
	}

}
@media screen and (min-width: 1300px) {
    #projects-posts-container {
        display: flex;
        flex-direction: column;
    }
    .home-projects-inner, .home-posts-inner {
    }
    #home-projects, #home-posts {
        width: 100%;
    }
    #home-projects h2, #home-posts h2 {
    }
    #home-projects .project-item:first-of-type, #home-posts .recent-post:first-of-type {padding-right: 2em;
    }
    #home-projects .project-item:last-of-type, #home-posts .recent-post:last-of-type {
    }
    #home-projects .mission-button, #home-posts .browse-blog-button {
    }
    #home-support {
        max-width: 1300px;
        margin: 25px auto 0 auto;
    }
    #home-support h3 {
        grid-area: support-header;
        grid-row: 1;
        grid-column: 3;
    }
    #home-support p {
        grid-area: support-desc;
        grid-row: 2;
        grid-column: 3;
    }
    #home-support ul {
        grid-area: support-buttons;
        grid-row: 3;
        grid-column: 3;
    }
    #home-support a.volunteer-button {
        grid-area: support-link;
        grid-row: 5;
        grid-column: 3;
        margin: 15px auto 25px auto;
    }
    .footer-content {
        grid-gap: 35px;
    }
    .sub-footer input[type="email"] {
        font-size: 1.125rem;
    }
    .header-img {
        height: 400px;
    }
    h1.entry-title {
        margin: 0 0 25px 0;
    }
    .entry-content, .blog .site-content, .single .site-content {
        max-width: 1300px;
    }
    .woocommerce .products ul, .woocommerce ul.products {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 2% 45px 2%;
        align-items: start;
        justify-content: space-between;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 18%;
        float: none;
        clear: none;
        margin: 0 0 50px 0;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin: 0 0 50px 0;
        float: none;
        clear: none;
    }
    .page-id-433 .entry-content {
        padding: 50px 0 0 0;
    }
    .widCOE {
        margin: 0 auto !important;
    }
	.observatory-origins-cover {
		background-image: url('https://www.wyomingstargazing.org/wp-content/uploads/2023/12/observatory-origins.jpg');
		background-position: right center;
		background-size: auto;
		height: 650px;
	}
	.observatory-origins-outer {
		width: 90%;
		padding-top: 0;
	}
	.observatory-origins-inner {
		width: 30%;
	}
}
@media screen and (min-width: 1500px) {
	.observatory-origins-inner {
		width: 40%;
	}
	.vis-arch h2 {
		font-size: 2.5em;
	}
	.vis-arch h3 {
		font-size: 2em;
	}
	.vis-icon, .arch-icon {
		width: 100px;
	}
}

@media screen and (min-width: 1600px) {
    .home .entry-content {
        grid-template-columns: auto auto;
        max-width: 1200px;
    }
    .project-item {
        grid-template-columns: 350px .15fr 1fr;
        grid-template-rows: 1fr 2fr min-content;
        grid-template-areas:
            "item-thumbnail item-heading"
            "item-thumbnail item-content"
            "item-thumbnail item-button";
        margin: 0 0 50px 0;
        max-width: none;
    }
    .project-item .project-thumb {
        grid-row: 1/span 3;
    }
    .project-item h3 {
        grid-column: 3;
        margin: 0;
    }
    .project-item p {
        grid-row: 2;
        grid-column: 3;
        margin: 0;
    }
    .project-item .more-button {
        grid-row: 3;
        grid-column: 3;
    }
    #home-projects {
        width: 100%;
        padding: 0 0 0 5%;
    }
    #home-posts {
        width: 100%;
        padding: 0 5% 0 0;
    }
    .home-projects-inner {
        margin: 0 50px 0 0;
    }
    .home-posts-inner {
        margin: 0 0 0 50px;
    }
    #projects-posts-container h2 {
        text-align: left;
    }
    #home-posts .recent-post {
        grid-template-columns: 300px .15fr 1fr;
        grid-template-rows: .5fr 1fr 2fr min-content;
        grid-template-areas:
            "post-thumbnail gap post-date"
            "post-thumbnail gap post-heading"
            "post-thumbnail gap post-content"
            "post-thumbnail gap post-button";
        max-width: none;
        margin: 0 0 50px 0;
    }
    #home-posts .recent-post .post-thumb {
        grid-row: 1/span 4;
        grid-column: 1;
        height: min-content;
        display: inherit;
    }
    .recent-post h4 {
        grid-row: 1;
        grid-column: 3;
    }
    .recent-post-title {
        grid-row: 2;
        grid-column: 3;
    }
    .recent-post .recent-content {
        grid-row: 3;
        grid-column: 3;
    }
    .recent-post .post-read-more {
        grid-row: 4;
        grid-column: 3;
    }
    .recent-post h3 {
        margin: 0 0 5px 0;
    }
}

#ssba-classic-2 {
    display: none;
}