/*!
Theme Name: sustainablesoutheast
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sustainablesoutheast
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.

sustainablesoutheast is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Custom Styles
	 ========================================================================== */

/* Custom container site wide styles */

a {
   outline: 0;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	padding-left: 0px;
	padding-right: 0px;
}

/* removes padding on left and right of container fluid without creating scroll bar at bottom*/

.container-fluid{
	padding: 0;
}

body {
  overflow-x:hidden;
}

body {
	box-sizing: border-box !important;
	max-width: 100% !important;
}

/* Removes white space at the bottom of the page */
.post, .page {
    margin-bottom: 0px;
}

/* fixes issue with admin bar messing up absolute positioned elements */


/* Changes highlight color */

/*** Works on common browsers ***/
::selection {
    background-color: #a32136;
    color: #fff;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: #a32136;
    color: #fff;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: #a32136;
    color: #fff;
}

::-ms-selection {
    background-color: #a32136;
    color: #fff;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: #a32136;
    color: #fff;
}

/* Custom Font Styles  */

h1, h2 {
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
}
h1 {
	font-weight: 600;
	font-size: 2.6rem;
	line-height: 1;
}

h2 {
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.2;
}

h3 {
	font-family: 'Spectral', serif;
	font-weight: 300;
	font-style: italic;
	font-size: 2rem;
	line-height: 1.1;
}

h4 {
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.1rem;
	text-decoration: none;
}

h5 {
	font-family: garage-gothic, sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
	font-size: 1.1em;
	text-transform: uppercase;
}

@media screen and (min-width: 767px) {
h5 {
	font-size: 1.1em;
}
}

h6 {
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.3rem;
	text-decoration: none;
}

h7 {
	font-family: 'Spectral', serif;
	font-weight: 700;
	font-size: 1.1rem;
	color: black;
}

p {
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	font-size: 1rem;
	color: #00363d ;
}

p strong {
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.p-big {
font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
 h1 {
	 font-size: 3.6rem;
 }
 h2 {
	 font-size: 2.8rem;
 }
 h3 {
 	font-size: 2.5rem;
 }
 p {
 	line-height: 1.1;
 	font-size: 1rem;
 }
}

@media screen and (min-width: 992px) {
 h1 {
	 font-size: 4rem;
 }
 h2 {
	 font-size: 3rem;
 }
 h3 {
 	font-size: 2.7rem;
 }
 p {
 	line-height: 1.3;
 	font-size: 1.1rem;
 }
}

@media screen and (min-width: 1150px) {
 h1 {
	 font-size: 4.3rem;
 }
 h2 {
	 font-size: 3.2rem;
 }
}

/* Search form  Styles */

#ht-masthead .ssp-search-field {
 background-color: transparent;

 background-position: 5px center;
 background-repeat: no-repeat;
 background-size: 17px 17px;
 border: none;
 cursor: pointer;
 height: 30px;
 margin: 3px 0;
 padding: 0 0 0 34px;
 -webkit-transition: width 400ms ease, background 400ms ease;
 transition: width 400ms ease, background 400ms ease;
 }

 .search-field {
	 border-radius-top-right: 0px!important;
	 border-radius-bottom-right: 0px!important;
	 border-radius-bottom-left: 0px!important;
 }

 #ht-masthead .ssp-search-field:focus {
 background-color: #fff;
 border: 0px;
 cursor: text;
 outline: 0;
 }
 #ht-masthead .ssp-search-form {
 display: none;
 position: relative;
 display: block;
 }
 .search-toggle:hover #ht-masthead .ssp-search-form {
 display: block;
 }
 .ssp-search-form
 .search-submit {
 display: none;
 }

#search-label:hover {
	 cursor: pointer;
 }

 .ssp-search-form {
 position: relative;
 color:#fff;
 }

 .ssp-search-form label {
 background: url('http://xbm.naa.mybluehost.me/wp-content/uploads/2021/01/search-icon-light-01.png') 0 0 no-repeat;
 background-size: cover;
 width: 20px;
 height: 20px;
 text-indent: 999px;
 overflow: hidden;
 white-space: nowrap;
 padding-top: 0px;
 margin-top: -16px;
left: -5px;
 position:absolute;
 top: 7px;
 }

 .search-submit {
	 background: url('http://xbm.naa.mybluehost.me/wp-content/uploads/2021/02/tiny-dark-search-2-15.svg') 0 0 no-repeat !important;
	 width: 29px!important;
   height: 29px!important;
	 position: absolute;
	 left: 83%;
	 top: 4px;
	 border-radius: 5px;
	 text-indent: 999px;
	 overflow: hidden;
	 white-space: nowrap;
	 border: none!important;
 }

 #search-5 {
	 border-radius: 5px;
	 position: relative;
 }

 .search-form {
	 background-color:#fff;
	 border-radius: 5px;
 }

 #search-5 .search-field {
	 padding-top: 7px;
	 padding-left: 10px;
 }

 @media screen and (min-width: 600px) {
 .ssp-search-form label {
	left: 7vw;
	width: 30px;
  height: 30px;
	top: 0px;
 }
 }

 @media screen and (min-width: 700px) {
 .ssp-search-form label {
	 left: 8vw;
 }
 }

 @media screen and (min-width: 770px) {
 .ssp-search-form label {
	left: 4vw;
 }
 }

 @media screen and (min-width: 1200px) {
 .ssp-search-form label {
	  left: 12vw;
 }
 }

 @media screen and (min-width: 1430px) {
 .ssp-search-form label {
	  left: 15vw;
 }
 }

 .search-input {
	 opacity: 0;
	 position: fixed;
	 top: 114px;
	 left: 0px;
	 left: 0;
	 z-index: -1;
	 border: 0px;
	 outline: 0;
	 color:#fff !important;
	 font-family: 'Spectral', serif;
	 font-style: italic;
	 font-weight: 200;
	 font-size: 1.1rem;
	 width: 100vw;
 }

.search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
 @media screen and (max-width: 767px) {
.clicked + .search-input {
	font-size: .8rem;
	margin-top: -15px;
	border-radius:0px;
}
 }

input[type="search"] {
	 border: 0px;
	 color:#fff;
}

::-webkit-search-cancel-button {   /* select all "X" buttons in search inputs */
    -webkit-appearance: none;      /* hide the default "X" button */
}

 .search-label, .search-input {
 background: #00363d;
 color:#fff;
 }

 .clicked + .search-input {
 opacity: 1;
 transform: translateY(0);
 padding: 40px 12% 40px 12%;
 color:#fff;
 display: block;
 font-size: 2rem;
}

/* Header  Styles  */

.collapsing{
	transition: none;
}

.no-featured-image-nav-buffer {
	height: 160px;
}
.navbar-dropdown-with-background {
	background-color: #fff;
	padding-left: 0;
	padding-right: 0;
}

.navbar-collapse ul {
  height: 100vh;
}

button:focus {
    outline: 0px;
}

button:active, button:focus, {
	border: none;
}

.navbar-toggler-icon {
	background-image: url('http://xbm.naa.mybluehost.me/wp-content/uploads/2021/01/SVG-Toggler.svg');
	width: 20px;
	height: 20px;
}

@media screen and (min-width: 600px) {
	.navbar-toggler-icon {
		width: 30px;
		height: 30px;
	}
}

#navbarCollapse {
	height: 100vh;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	position: relative;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,1);
    border: 0px;
	}

	.navbar {
 padding: 0px !important;
}

.custom-logo {
	height: auto;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}

@media screen and (min-width: 600px) {
	.custom-logo {
	width: 300px;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 10%;
}
}

@media screen and (min-width: 800px) {
	.custom-logo {
	width: 450px;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 20%;
}
}

.nav-item a span {
	display: none;
}

#menu-about li a:hover {
	color: #00b0ab;
}

._mi ._before ._svg:hover {
	opacity: .8;
}

.menu-item i._mi, .menu-item img._mi:hover {
	 filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2294%) hue-rotate(146deg) brightness(95%) contrast(101%);
}

.nav-item:nth-last-of-type(-n+3) {
	position: fixed;
	bottom: 2%;
}
.nav-item:nth-last-of-type(2) {
right: 12%;
}
.nav-item:nth-last-of-type(3) {
right: 20%;
}
.nav-item:last-of-type {
	right: 4%;
}

.navbar-toggler {
	margin-right: 7%;
	border: 0px;
}

.navbar-toggler-icon:hover {
     filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2294%) hue-rotate(146deg) brightness(95%) contrast(101%);
}

.search-label:hover {
	 filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(2294%) hue-rotate(146deg) brightness(95%) contrast(101%);
}
.navbar-collapse {
	margin-right: 7%;
}

.nav-item a {
	font-size: 1.4rem;
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: #fff;
}

.nav-item:nth-last-child(4) a{
	font-family: garage-gothic, sans-serif!important;
	letter-spacing: .05rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 40px;
	font-size: 1.5rem;
	position: fixed;
	bottom: 8%;
	right: 7%;
}

@media screen and (min-width: 747px) {
	.nav-item:nth-last-child(4) a{
		font-size: 1.9rem;
		margin-top: 20px;
	}
}

@media screen and (min-width: 500px) and (max-width: 747px) {
	.navbar-toggler {
		margin-right: 7%;
	}
	.navbar-collapse {
		margin-right: 7%;
	}
	.nav-item a {
		font-size: 2.2rem;
		line-height: 1.2;
	}
	.nav-item:nth-last-of-type(-n+3) {
		bottom: 5%;
	}
	.nav-item:nth-last-of-type(2) {
	right: 11%;
	}
	.nav-item:nth-last-of-type(3) {
	right: 18%;
	}
	.nav-item:last-of-type {
		right: 4%;
	}
	.nav-item:nth-last-child(4) a{
		bottom: 12%;
		right: 8%;
	}
}

@media screen and (min-width: 747px) and (max-width: 992px)  {
.navbar-toggler {
	margin-right: 15%;
}
.navbar-collapse {
	margin-right: 15%;
}
.nav-item a {
	font-size: 2.5rem;
	line-height: 1.2;
}
.nav-item:nth-last-of-type(-n+3) {
	bottom: 10%;
}
.nav-item:nth-last-of-type(2) {
right: 18%;
}
.nav-item:nth-last-of-type(3) {
right: 23%;
}
.nav-item:last-of-type {
	right: 13%;
}
.nav-item:nth-last-child(4) a{
	bottom: 16%;
	right: 16%;
}
}

@media screen and (min-width: 992px)  {
.navbar-toggler {
	margin-right: 10%;
}
.navbar-collapse {
	margin-right: 10%;
}
.nav-item a {
	font-size: 3rem;
	line-height: 1.2;
}
.nav-item:nth-last-of-type(-n+3) {
	bottom: 11%;
}
.nav-item:nth-last-of-type(2) {
right: 12%;
}
.nav-item:nth-last-of-type(3) {
right: 16%;
}
.nav-item:last-of-type {
	right: 8%;
}
.nav-item:nth-last-child(4) a{
	bottom: 18%;
	right: 10%;
}
}

/* Widget  Styles  */

.widget-title {
	margin: 30px 0px 20px 0px;
	color: #00363d;
}

@media screen and (max-width: 500px) {
.widget-title {
	font-size: 1.7rem;
}
}

.widget_media_image img {
	width: 100%;
}

#home-page-sidebar {
	margin-top: -450px;
}

@media screen and (min-width: 500px) {
#home-page-sidebar {
	margin-top: -550px;
}
}

#home-posts-title {
	margin-top: -830px;
	height: auto;
}

#home-posts-button {
	margin-top: -770px;
	height: auto;
}

@media screen and (min-width: 767px) {
#home-posts-title {
	margin-top: -800px;
}
#home-posts-button {
	margin-top: -740px;
}
}
#home-posts-description {
	margin-top: -680px;
	height: auto;
}

@media screen and (max-width: 992px) {
.home-posts-row div:last-child  {
	display: none !important;
}
}

.home-bottom-banner {
	background: url('http://xbm.naa.mybluehost.me/wp-content/uploads/2020/10/Bottom-Homepage-Banner-SSP-2-01.png');
	background-repeat: no-repeat;
	position: relative;
	background-position: center bottom;
	position: relative;
	height: 500px;
}


.dpe-flexible-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.category-ssp a {
	font-family: garage-gothic, sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
	font-size: 1.3rem;
	font-style: normal;
	color: #00afab !important;
	list-style: none;
	text-transform: uppercase;
	display: inline !important;
}

.media-type-ssp  {
	font-family: garage-gothic, sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
	font-size: 1.3rem;
	font-style: normal;
	color: #b29126 !important;
	list-style: none;
	text-transform: uppercase;
	display: inline!important;
}

.dpe-flexible-posts img:hover {
	-webkit-filter: brightness(105%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: brightness(105%); /* FF 35+ */
}

.home-posts-images img:hover {
	-webkit-filter: brightness(105%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: brightness(105%); /* FF 35+ */
}

#blog-title-h7 {
		font-size: 1.2rem;
}

#blog-title-h7:hover {
	color:#00b0ab;
}

.opportunities-row .story-category {
	color: #b29126;
}


@media screen and (min-width: 768px) {
	.opportunities-row div {
		border-left: 1px solid #fff;
		padding-left: 30px;
	}
}

@media screen and (max-width: 768px) {
	.opportunities-row div {
		border-left: 1px solid #fff;
	}
}


.opportunities-row {
	margin-top: 4%;
	margin-bottom: 5%;
}

.opportunities-section {
	background-color: rgb(0, 71, 80);
	background: url('http://xbm.naa.mybluehost.me/wp-content/uploads/2021/02/Asset-3@4x.png');
	color: #fff;
	background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}

.opportunities-section .widget-title, #instagram-sidebar .widget-title {
	color: #fff;
}


#instagram-sidebar {
	background-color: #00474f;
	color: #fff;
	min-height: 550px;
}

#sb_instagram {
	padding: 20px 0 80px 0;
}


#category-title {
	line-height: 1 !important;
}

	/* Button  Styles


.button-home-right {
		color: #fff;
		background-color: #00afab;
		padding: 10px 20px;
		border-radius: 5px;
		font-size: 1.3em;
		font-family: garage-gothic, sans-serif;
		font-weight: 400;
		text-transform: uppercase;
	}
@media screen and (min-width: 768px) {
	.button-home-right {
		align-content: right;
		float: right;
		top: 0;
		right: 0;
		position: absolute;
		margin-top: -730px;
}
}



.button-home-right:hover {
	background-color: #a32136;
	text-decoration: none;
	color: #fff;
}
*/
	/* Home page  Styles  */

		/* Styles the featured image container at the top and the
		main content section with the blue textrure background */

.featured-image-container {
	height: 450px;
	posiiton: relative;
	max-width: 100%;
}

#myVideo {
  position: absolute;
    right: 0;
    bottom: 0;
		min-width: 100%;
     min-height: 100%;
     width: auto;
     height: auto;
    overflow: hidden;
    background-size: cover;
}

@media screen and (max-width: 600px) {
#myVideo {
	display: none;
}
}
/*
#myVideo {
left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}*/

.home-top-banner {
	z-index: -1;
}

.featured-image-container::after {
	content: "";
    position: absolute;
		top:0;
    left: 0;
		bottom: 0;
		margin: 0;
		padding: 0;
    width: 100%;
    height: 450px;
    background-image: linear-gradient(180deg, rgba(0,54,61,0) 5%, rgba(0,54,61,0.7514356084230567) 100%);
    opacity: .95;
		z-index: 3;
}

.featured-image-container img {
	  width: 100%;
    height: 450px;
    object-fit: cover;
}

.home-entry-title {
  position: absolute;
	top: 200px;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	max-width: 200%;
	z-index: 6;
	font-size: 2rem;
}
.home-main-content-wrapper {
	position: relative;
	height: 650px;
}

.home-main-content {
	background: url('http://xbm.naa.mybluehost.me//wp-content/uploads/2021/02/adze-texture-no-line-07.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
		overflow: visible !important;
    color: #fff;
		z-index: 7;
		position: absolute;
		height: 100%;
		width: 100%;
		top: -200px;
}

.home-content-text {
	margin-top: 55%;
	padding: 0px 2%;
}

.home-content-text h3 {
	font-size: 1.8rem;
}

.home-content-text p {
 color:#fff;
 font-size: .9rem;
 line-height: 1.1;
}

.line-thing-home {
	background: linear-gradient(#fff, #fff) no-repeat center/1px 100%;
	height: 110px;
	margin-top: -110px;
	z-index: 999 !important;
	position: relative;
}

@media screen and (min-width: 500px){
.home-main-content-wrapper {
	position: relative;
	height: 750px;
}
}

@media screen and (min-width: 500px) and (max-width: 767px) {
	.home-entry-title {
		top: 200px;
		max-width: 150%;
		font-size: 2.5rem;
	}
	.home-main-content {
		top: -220px;
	}
	.home-content-text p {
	 font-size: 1rem;
	 line-height: 1.2;
	 font-weight: 200;
	}
	.home-content-text {
		margin-top: 38%;
		padding: 0px 11%;
	}
	.home-content-text h3 {
		font-size: 3rem;
		margin-bottom: 45px;
	}
}

@media screen and (min-width: 767px) and (max-width: 992px) {
	.home-main-content {
		top: -270px;
	}
	.featured-image-container {
		height: 750px;
	}
	.featured-image-container::after {
	    height: 750px;
	}
	.featured-image-container img {
	    height: 750px;
	}
	.home-entry-title {
		top: 350px;
		max-width: 150%;
		font-size: 3.4rem;
	}
	.home-content-text p {
	 font-size: 1.1rem;
	 line-height: 1.2;
	 font-weight: 200;
	}
	.home-content-text {
		margin-top: 38%;
		padding: 0px 15%;
	}
	.home-content-text h3 {
		font-size: 3rem;
		margin-bottom: 35px;
	}
	.line-thing-home {
		height: 160px;
		margin-top: -150px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px)  {
	.home-main-content {
		top: -300px;
	}
	.featured-image-container {
		height: 750px;
	}
	.featured-image-container::after {
	    height: 750px;
	}
	.featured-image-container img {
	    height: 750px;
	}
	.home-entry-title {
		top: 350px;
		max-width: 150%;
		font-size: 3.6rem;
	}
	.home-content-text p {
	 font-size: 1rem;
	 line-height: 1.2;
	 font-weight: 200;
	}
	.home-content-text {
		margin-top: 27%;
		padding: 0px 15%;
	}
	.home-content-text h3 {
		font-size: 3.4rem;
		margin-bottom: 45px;
	}
	.line-thing-home {
		height: 160px;
		margin-top: -240px;
	}
}

@media screen and (min-width: 1200px) {
	.home-main-content {
		top: -200px;
	}
	.featured-image-container {
		height: 750px;
	}
	.featured-image-container::after {
	    height: 750px;
	}
	.featured-image-container img {
	    height: 750px;
	}
	.home-entry-title {
		top: 380px;
		max-width: 130%;
		font-size: 4rem;
	}
	.home-content-text p {
	 font-size: 1.1rem;
	 line-height: 1.2;
	 font-weight: 200;
	}
	.home-content-text {
		margin-top: 16%;
		padding: 0px 12%;
	}
	.home-content-text h3 {
		font-size: 3.3rem;
		margin-bottom: 45px;
	}
	.line-thing-home {
		height: 200px;
		margin-top: -190px;
	}
}

@media screen and (min-width: 1340px) {

	.home-main-content {
		top: -176px;
	}
	.line-thing-home {
		height: 230px;
		margin-top: -200px;
	}
}

@media screen and (min-width: 1550px) {
	.home-content-text {
		margin-top: 20%;
		padding: 0px 15%;
	}
	.home-main-content {
		top: -240px;
	}
	.home-main-content-wrapper {
		height: 800px;
	}
	.home-entry-title {
		top: 35%;
		max-width: 130%;
		font-size: 4rem;
	}
	.line-thing-home {
		height: 230px;
		margin-top: -200px;
	}
}

@media screen and (min-width: 1800px) {
	.home-main-content {
		top: -220px;
	}
	.home-main-content-wrapper {
		height: 900px;
	}
	.home-content-text {
		margin-top: 24%;
		padding: 0px 15%;
	}
}

.line-thing {
	background: linear-gradient(#fff, #fff) no-repeat center/1px 100%;
	height: 100px;
	margin-top: -100px;
	z-index: 999 !important;
	position: relative;
}

.line-thing-not-home {
	background: linear-gradient(#fff, #fff) no-repeat center/1px 100%;
	height: 90px;
	margin-top: 0px;
	z-index: 999 !important;
	position: relative;
}

@media screen and (min-width: 992px) {
	.line-thing {
		height: 200px;
	}
}


/* styles the who we are what we do blurbs on home page */

.home-blurbs-container-wrapper {
	position: relative;
	top: -220px;
	z-index: 90;
}
.menu-home-blurbs-container img {
	width: 100%;
	height: 460px;
	object-fit: cover;
}

.blog-image::after {
	content: "";
    position: absolute;
		top:0;
    left: 0;
		bottom: 0;
		margin: 0;
		padding: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0,54,61,.4) 44%, rgba(0,54,61,1) 100%);
    opacity: .95;
		z-index: 0;
}

@media screen and (min-width: 767px) {
.blog-image::after {
    background-image: linear-gradient(180deg, rgba(0,54,61,0) 44%, rgba(0,54,61,1) 100%);
}
}

.blurb-title {
  position: absolute;
	top: 15%;
  padding-left: 25px;
	color: #fff;
	z-index: 999;
	font-size: 2.4rem;
}

.blurb-title:hover {
  color: #00afab;
}

.home-blurb-content {
	position: absolute;
	top: 35%;
  padding-left: 25px;
	font-size: 4rem;
	padding-right: 25px;
	z-index: 100;
}

.home-blurb-content p {
	color: #fff;
	margin-bottom: 2px;
	margin-top: 10px;
}
.article-home-blurb {
	padding-bottom: 35px;
}

@media screen and (min-width: 500px) and (max-width: 767px) {
	.blurb-title {
		top: 20%;
		font-size: 3rem;
	}
	.home-blurb-content {
	top: 45%;
	}
}

@media screen and (min-width: 767px) and (max-width: 991.98px) {
	.home-blurb-content {
		top: 50%;
		padding-left: 5%;
	}
	.home-blurbs-container-wrapper {
		top: -350px;
	}
	.blurb-title {
		font-size: 4rem;
		padding-left: 5%;
	}
	.home-blurb-content p {
	font-size: 1.3rem;
	}
	.home-blurbs-anchored-links {

	}
}

@media screen and (max-width: 993px){
#display-ipad-and-up {
	display: none;
}
}

@media screen and (min-width: 992.1px) and (max-width: 1300px){
.menu-home-blurbs-container img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.home-blurbs-container-wrapper {
	top: -430px;
}
.blurb-title {
	top: 78%;
	font-size: 2rem;
}
}

@media screen and (min-width: 1300px){
.menu-home-blurbs-container img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.home-blurbs-container-wrapper {
	top: -360px;
}
.blurb-title {
	top: 85%;
	font-size: 2rem;
}
}

@media screen and (max-width: 992.1px) {
#home-blurbs-anchored-links {
	display: none;
}
}
@media screen and (min-width: 992.1px) {
	#home-blurbs-anchored-links {
			position: absolute;
			bottom: 3%;
			padding-left: 15px;
			padding-right: 15px;
		}
	#display-mobile {
		display: none!important;
	}
	.home-blurb-content {
		top: 10px;
		padding-left: 5%;
		position: relative;
	}
	.home-blurb-content p {
		color: #00363d;
		font-size: .9rem;
	}
.menu-home-blurbs-container {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-column-gap: 45px;
  grid-row-gap: 15px;
  background-color: none;
}
.article-home-blurb {
	background-color: #f9f9f9;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}
.menu-home-blurbs-container li {
  display: grid;
	position: relative;

}
.menu-home-blurbs-container li:hover {
  display: grid;
	position: relative;
	filter: grayscale(100%);
}
.menu-home-blurbs-container li a {
	position: absolute;
	top: 37%;
	left: 15%;
	color: #fff;
	font-family: garage-gothic, sans-serif;
	letter-spacing: .05rem;
	font-weight: 800;
	font-style: underline;
	font-size: 4em;
	z-index: 999;
}
.menu-home-blurbs-container li a {
	color: 00afab;
}
}

.blog-image {
	position: relative;
}

/* Homepage map styles */

.map-home-section {
    color: #00363d;
}

.map-custom-button {
	padding: 7px 20px;
	color:#fff!important;
	border-radius: 6px;
	background-color: #00b0ab;
	font-family: garage-gothic, sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
	font-size: 1.1rem;
	text-transform: uppercase;
	border: 0px;
	margin-left: 20px;
}

@media screen and (max-width: 600px) {
.map-custom-button {
		font-size: .9rem;
}
}

#placename {
	color: #a32136;
	font-size: 1.5rem;
}

#map-post-titles {
	font-size: .9rem;
	line-height: .9;
}

.map-custom-button:hover {
	background-color: #33c0bc;
}
.home-map-main-content {
	border-bottom: 1px solid #00363d;
}

.map-background-container {
	position: relative;
	top: -400px;
}

.home-stories-container {
	margin-top: 420px;
}

.home-posts-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
.blurbs-background {
	background-color: #dbd6cb;
}
}

@media screen and (max-width: 768px) {
#hide-mobile {
	display: none;
}
}

#map-block-mobile {
	display: block;
	position: relative;
	top: -235px;
	padding-top: 35px;
	padding-bottom: 30px;
	background-color: #dbd6cb;
}

.map-block-mobile-container-background {
	background-color: #dbd6cb;
	z-index: 10;
}
@media screen and (min-width: 768px){
#map-block-mobile {
	display: none;
}
}

@media screen and (min-width: 450px) and (max-width: 500px) {
	.home-stories-container {
		margin-top: 520px;
	}
}

@media screen and (min-width: 500px) and (max-width: 767px) {
.map-background-container {
	top: -500px;
}
.home-stories-container {
	margin-top: 450px;
}
}

@media screen and (min-width: 768px) {
.map-text-sidebar-section {
 position: absolute;
 max-width: 80%;
 top: 15%;
 left: 10%;
}
}

@media screen and (min-width: 767px) and (max-width: 992px) {
	.map-background-container {
		top: -690px;
	}
	.map-text-sidebar-section {
	 top: 23%;
	 left: 32%;
	 max-width: 60%;
	}
	.home-stories-container {
		margin-top: 130px;
	}
}

@media screen and (min-width: 992px) {
.map-background-container {
 top: -880px;
 margin-left: -2px;
}
.map-text-sidebar-section {
 top: 47%;
 left: 8%;
 max-width: 40%;
}
.home-stories-container {
	margin-top: -150px;
}
}

@media screen and (min-width: 1100px) {
	.map-text-sidebar-section {
	 top: 55%;
	 left: 18%;
	 max-width: 40%;
	}
}

.map-text-sidebar-section h5 {
 color:#a32136;
 font-size: 1.5rem;
}

#map-block-mobile h5 {
	color:#a32136;
}

.map-text-sidebar-section h2 {
margin-top: 10px;
margin-bottom: 10px;
}

.map-text-sidebar-section p strong {
font-weight: 700;
}

.map-home-section .widget-text {
 color: black;
 position: relative;
 z-index: 12;
}


#map-hover-effect:hover #map-place-text {
	fill: #fff;
  cursor: pointer;
}

#map-hover-effect:hover #home-map-rectangles {
 fill: #00363d;
 cursor: pointer;
}

.home-map-circle-buttons {
transition: all .2s ease;
}

#map-hover-effect:hover .home-map-circle-buttons {
 cursor: pointer;
 transform: scale(1.001);
}

.cls-3 {
 fill: #fff;
}

.shadowed-rect {
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
 filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

/* Stories section on homepage */

.story-category a {
	color: #b29126;
}

.story-category a:hover {
	color: #fff;
}

.announcement-title a, .announcement-title a:visited, .announcement-title a:active {
	color: #fff;
	text-decoration: none;
}

.announcement-title a:hover {
	color: #00b0ab;
	text-decoration: none;
}

.read-more-link, .read-more-link:active, .read-more-link:visited {
	text-decoration: none;
	color: #00b0ab;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .9rem;
	z-index: 1000;
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
}

.read-more-link:hover {
	color: #66d0cd;
	text-decoration: none;
}


#featured-p, #read-more-inline {
	display: inline !important;
	z-index: 199;
}
/* header and top banner on pages that aren't home */

/* featured images specifically */
/*
.featured-post-content {
	color:#fff;
	padding-top: 200px;
}
*/
.container-absolute-wrap {
	width:100%;
	    bottom:10%;
			position: absolute;
}

.container-absolute-wrap-posts {
	width:100%;
			bottom:4%;
			position: absolute;
}
.featured-post-hug-bottom {


}

.featured-image-container-pages {
height: 500px;
position: relative;
}

.featured-image-container-pages img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.featured-image-container-pages::after {
	content: "";
    position: absolute;
		top:0;
    left: 0;
		bottom: 0;
		margin: 0;
		padding: 0;
    width: 100%;
    height: 500px;
    background-image: linear-gradient(180deg, rgba(0,54,61,.15) 25%, rgba(0, 41, 46, 1) 100%);
    opacity: .95;
		z-index: 0;
}

.pages-entry-title {
  position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	max-width: 120%;
	z-index: 6;
}

.featured-image-container-focus-area {
height: 350px;
}

.featured-image-container-focus-area img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.featured-image-container-focus-area::after {
	content: "";
    position: absolute;
		top:0;
    left: 0;
		bottom: 0;
		margin: 0;
		padding: 0;
    width: 100%;
    height: 350px;
    background-image: linear-gradient(180deg, rgba(0,54,61,0) 44%, rgba(0, 41, 46, .95) 100%);
    opacity: .95;
		z-index: 3;
}

.pages-entry-title-focus
{
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	max-width: 160%;
	z-index: 6;
}

.ssp-single-title-custom {
	padding-left: 11%;
	padding-right: 11%;
	/*padding-top: 230px;*/
	z-index: 999;
	position: relative;
}

@media screen and (min-width: 767px) {
	.featured-image-container-pages {
	height: 650px;
	}
	.featured-image-container-pages img {
		height: 650px;
	}
	.featured-post-content {
	/*	padding-top: 350px;*/
	}
	.featured-image-container-pages::after {
	    height: 650px;
	}
	.pages-entry-title {
		bottom: 7%;
		max-width: 120%;
	}
	.featured-image-container-focus-area {
	height: 460px;
	}

	.featured-image-container-focus-area img {
		height: 460px;
	}

	.featured-image-container-focus-area::after {
		height: 460px;
	}
	.pages-entry-title-focus
	{
	  position: absolute;
		top: 50%;
		max-width: 210%;
	}
	/*
	.ssp-single-title-custom {
		padding-top: 330px;
	}*/
}

.home-top-banner-pages {
z-index: -1;
}

.focus-area-banner-wrapper {
	position: relative;
	height: 180px;
}

.focus-area-banner-wrapper img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.spotlight-image-wrapper {
	height: 280px;
}

.spotlight-image-wrapper img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.spotlight-container a {
	font-weight: 700;
	color:#00b0ab;
}

.spotlight-container a:hover {
	opacity: .75;
}

#focus-area-blog-reels {
	margin-top: -100px;
	padding-top: 160px;
}

#focus-area-blog-reels .term-category  {
	color: #a32136;
}

#focus-area-blog-reels .term-location {
	color: #36383d;
}

.line-thing-top {
	background: linear-gradient(#fff, #fff) no-repeat center/1px 100%;
	height: 80px;
	margin-top: -80px;
	z-index: 999 !important;
	position: relative;
}

.line-thing-bottom {
	background: linear-gradient(#00363d, #00363d) no-repeat center/1px 100%;
	height: 80px;
	margin-top: 0px;
	z-index: 999 !important;
	position: relative;
}

/* Page content Styles  */
.page-content-top {
	padding: 5px 15px 5px 15px;
	color: #00363d;
}

.top-excerpt {
	font-size: 1.8rem;
	line-height: 1.1;
	color: #00363d;
}

@media screen and (min-width: 767px) {
	.top-excerpt {
		font-size: 2.1rem;
		line-height: 1.1;
	}
	.page-content-top {
		padding: 15px 25px 10px 25px;
	}
}

@media screen and (min-width: 992px) {
	.page-content-top {
		padding: 15px 19% 10px 19%;
	}
	.top-excerpt {
		font-size: 2.9rem;
		line-height: 1.2;
	}
}

@media screen and (min-width: 1550px) {
	.page-content-top {
		padding: 15px 12% 10px 12%;
	}
}

/* Single post styles */

.blog-custom-headers {
	font-size: 2rem;
	font-weight: 600;
	font-style: normal;
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
}

.wp-block-file a {
	font-family: garage-gothic, sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
	font-size: 1.3rem;
	font-style: normal;
	list-style: none;
	text-transform: uppercase;
	color: #00b0ab;
}

.wp-block-file .wp-block-file__button {
	padding: 7px 20px;
	color:#fff;
	border-radius: 6px;
	background-color: #00b0ab;
	font-family: garage-gothic, sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
	font-size: 1.4rem;
	text-transform: uppercase;
	border: 0px;
	margin-left: 20px;
}

.wp-block-file__button:hover {
	cursor: pointer!important;
}

.ssp-single-title .pages-entry-title {
	left: 48.5%;
}

.ssp-single-title-custom h1 {
	color: #fff;
	font-size: 1.9rem;
	font-family: 'Spectral', serif;
	font-weight: 500;
}

@media screen and (min-width: 500px) {
	.ssp-single-title-custom h1 {
		font-size: 2.3rem;
	}
}

@media screen and (min-width: 767px) {
	.ssp-single-title-custom h1 {
		font-size: 2.6rem;
	}
}

@media screen and (min-width: 1000px) {
	.ssp-single-title-custom h1 {
		font-size: 3.7rem;
	}
}


.post-single-text-container {
	padding-left: 11%;
	padding-right: 11%;
}

.ssp-post-content {
	margin-top: 30px;
	position: relative;
}

.custom-single-post-content .wp-block-paragraph, .custom-single-post-content .wp-block-heading, .wp-block-list {
	padding-left: 11%;
	padding-right: 11%;
}

.modal-body .wp-block-paragraph {
	padding-left: 0px;
}

.custom-single-post-content {
	margin-top: 80px;
	position: relative;
}

.ssp-post-content p, .wp-block-list li, .wp-block-list ul {
	font-family: 'Spectral', serif;
	font-weight: 300;
	color: black;
	line-height: 1.2;
}

@media screen and (min-width: 992px) {
	.ssp-post-content p, .wp-block-list li, .wp-block-list ul {
		font-size: 1.2rem;
}
}
.top-single-post-area {
	background-color: #00363d;
}

.single-post-categories a, .single-post-location a, .top-single-post-area p {
	color: #fff;
}

.single-post-categories a:hover, .single-post-location a:hover {
	color: #00b0ab;
}

.single-post-categories a {
	font-family: garage-gothic, sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
	font-size: 1.3rem;
	font-style: normal;
	list-style: none;
	text-transform: uppercase;
	padding: 5px 0 0 0;
}

.single-post-location a {
	font-family: 'Spectral', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.3rem;
}

.top-single-post-area h5 {
	font-size: 1.7rem;
}

.ssp-image-gallery img {
	width: 100%;
	height: 100% ;
	object-fit: cover;
	z-index: 100;
}
.ssp-full-width {
	height: 600px;
}
.ssp-full-width img {
	width: 100% !important;
	max-width: 100% !important;
	height: 600px !important;
	object-fit: cover !important;
	z-index: 100;
}

.half-column-image img {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	z-index: 100;
}

#ssp-quote {
	color: #805724;
	font-family: 'Spectral', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.3;
}

@media screen and (min-width: 992px) {
	#ssp-quote {
	    font-size: 1.8rem;
}
}

.ssp-column-text {
	padding: 4% 6%;
}
.wp-block-spacer {
	height: 50px!important;
}
#left-text-column {
	background-color: #36383d;
}

#left-text-column p {
	color: #fff;
}

#post-caption p {
	font-size:.9rem ;
	color:#36383d;
	font-weight: 500;
	margin-bottom: 2px;
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
}

#post-caption {
	font-size:.9rem ;
	color:#36383d;
	font-weight: 500;
	margin-bottom: 25px;
}

@media screen and (min-width: 1350px) {
.main-post-caption-area {
	position: absolute;
	left: 82%;
	top: -10px;
	width: 200px;
	padding: 0 !important;
}
}

#post-caption-divider {
	border-top: 1px solid #a32136;
	width: 80px;
	display: block;
	margin-top: 18px;
	margin-bottom: 12px;
}

#post-caption-divider-white {
	border-top: 1px solid #fff;
	width: 80px;
	display: block;
	margin-top: 18px;
	margin-bottom: 12px;
}

.words-by-caption {
	font-weight: 200;
}

.white-caption p {
	color: #fff;
}

/* What We Value Page */

.values-page-background {
	background-image: url('http://xbm.naa.mybluehost.me/wp-content/uploads/2020/12/values-background-img-smaller_What-we-Value-copy.png');
	 background-repeat: no-repeat;
	 background-size: cover;
	 width: 100%;
}

.values-menu-titles {
	color:#a32136;
	font-weight: 500;
	font-size: 1.4rem;
	text-align: center;
	display: inline;
}

.values-menu-area {
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
}

.values-heading {
	color: #a32136;
	font-size: 1.9rem;
	line-height: 1.2;
}

.values-menu-area a:not(:last-child):after {
	content: " / ";
	color: #00363d;
	padding-left: 10px;
	padding-right: 10px;
}

.values-menu-titles:hover {
	color:#b54d5e;
}

@media screen and (min-width: 992px) {
	.values-menu-area {
		text-align: center;
		padding-left: 19%;
		padding-right: 19%;
	}
}

.values-ul {
  margin: 0;
  width: 100%;
}

.values-text {
   vertical-align: middle;
	 padding: 0px;
}

.values-text .wp-block-paragraph {
	padding-left: 0px;
}

.values-row {
  width: 100%;
  display: table;
  table-layout: fixed;
}

img .clip-svg {
	display: block;
}

.values-image,
.values-text {
  display: table-cell;
  direction: ltr;
}

.values-image {
	  max-width:350px;
    max-height:350px;
    display:table-cell;
    vertical-align: middle;
		text-align: center;
    vertical-align: middle;
		margin-right: auto;
		margin-left: auto;
}

.values-center {
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 992px) {
  .values-row,
  .values-image,
  .values-text {
    display: block;
    direction:ltr;
  }
  .values-row:nth-child(odd) .values-text, .values-row:nth-child(even) .values-text {
  text-align: center;
}
.values-ul {
  padding-left: 0px;
  width: 100%;
}
}


@media screen and (min-width: 992px) {
	.values-text {
	   vertical-align: center;
		 padding: 0px 6%;
	}
	.values-row:nth-child(even) {
	  direction: rtl;
	}
}

@media screen and (max-width: 500px) {
	.clip-svg {
		clip-path: url(#myClip-mobile);
		-webkit-clip-path: url(#myClip-mobile);
		width:250px;
    height:250px;
	}
}

@media screen and (min-width: 500px) {
	.clip-svg {
  clip-path: url(#myClip);
	-webkit-clip-path: url(#myClip);
	display: block;
}
}


#dpe_fp_widget-12 {
	margin-bottom: 0px;
}

/* Add smooth scroll effect to arrow anchors*/

html {
  scroll-behavior: smooth;
}

/* Who We Are Page  */

.kumu-section {
	background-image: url(http://xbm.naa.mybluehost.me/wp-content/uploads/2021/03/Kumu-Banner_v2-01.png);
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	color: #fff;
}

.kumu-section .widget-title {
	color: #fff;
}

#steering-committee-section {
	border-top: 1px solid #00363d;
}
.collaborator-section {
	background-color: #f1efeb;
}


.collaborator-section .textwidget p, .partners-section .textwidget p {
	color: #00363d;
	font-family: 'Spectral', serif;
	font-style: italic;
	font-size: 1.2rem;
	line-height: 1.1;
	padding-left: 10%;
		padding-right: 10%;
}

.kumu-section .textwidget p {
	color: #fff;
	font-family: 'Spectral', serif;
	font-style: italic;
	font-size: 1.2rem;
	line-height: 1.1;
	padding-left: 10%;
		padding-right: 10%;
}

.kumu-section .textwidget a {
	font-style: normal;
}

@media screen and (min-width: 767px) {
	.kumu-section {
		height: 500px;
	}
	.collaborator-section .textwidget p, .partners-section .textwidget p {
		font-size: 1.4rem;
		line-height: 1.2;
		padding-left: 20%;
			padding-right: 20%;
	}
	.kumu-section .textwidget p {
		font-size: 1.4rem;
		line-height: 1.2;
		padding-left: 20%;
			padding-right: 20%;
	}
}


.job-title-ssp {
	font-family: garage-gothic, sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
	font-size: 1.2em;
	text-transform: uppercase;
	color:#00474f;
	display: block;
	padding-top: 10px;
	padding-bottom: 3px;
}
.job-title-ssp:hover {
color:#336c72;
}

.collaborator-title {
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.3rem;
	text-decoration: none;
	color:#a32136;
	display: block;
	padding-bottom: 4px;
}

.collaborator-title:hover {
color:#b54d5e;
}

.collaborator-entity {
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	color:#805724;
	display: block;
		padding-bottom: 3px;
}

.collaborator-entity:hover {
	color:#997950;
}

.collaborator-location {
	color: #00363d;
	font-family: 'Spectral', serif;
	font-weight: 600;
	font-style: italic;
	font-size: .9rem;
	color: #36383d;
	display: block;
		padding-bottom: 15px;
}

.collaborator-info-section {
	background-color: #f1efeb;
	z-index: 4;
	position: relative;
	top: -30px;
	padding: 10px 15px 0px 15px;
	max-width: 70%;
}

/* Partner logo section */

.content-partner-garden {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
		 justify-content: center;
}

#text-20 h2 {
	color: #00363d;
	font-size: 1.3rem;
}

@media screen and (min-width: 767px) {
	#text-20 h2 {
		font-size: 2rem;
}
}

#text-20 p {
	font-size: .9rem;
	font-family: 'Spectral', serif;
	font-weight: 400;
	text-decoration: none !important;
	color:#805724;
}

/* collaborator modal popup styles */

.modal-backdrop {
				position: fixed;
				top: 0;
				left: 0;
				z-index: -1 !important;
				width: 100vw;
				height: 100vh;
				background-color: #00363d !important;
				opacity: .7 !important;
		}

.modal {
  display: none;
  position: fixed;
  z-index: 999 !important;
  left: 0;
  top: 10%;
  width: 100%;
  height: 100%;
  overflow: auto;
	background-color: RGBA(0,54,61,0.87);
}

@media (min-width: 992px) {
  .modal-xl {
    width: 90%;
   max-width:900px;
  }
}


.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  width: 100%;
}

.modal-body {
	border-radius: 0px;
	padding: 0px;
}
.modal-body p {
	font-size: .9rem;
}

.modal-body a {
	color:#00b0ab;
	font-weight: 700;
}
.modal-header {
	border:0px;
}

.modal-collaborator-image img {
	width: 100% ;
	max-width: 100% ;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.collaborator-logo-div img {
	max-height: 80px;
}

@media screen and (max-width: 992px) {
.modal-collaborator-image img {
	max-height: 250px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0px;
}
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* archive pages  */

.archive-page-title {
	display: inline-block;
	color:#00363d;
	font-size: 1.9rem;
}
.archive-page-title span {
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 3rem;
	display: block;
	padding-top: 10px;
}

.border-category-archive {
	border-top: 10px solid #a32136;
	max-width: 125px;
}

.border-media-archive {
	border-top: 10px solid #00b0ab;
	max-width: 155px;
}

.border-community-archive {
	border-top: 10px solid #bf9e26;
	max-width: 160px;
}

/* What We Do page  */

.what-we-do-sidebar h2 {
	margin-top: 5%;
}

.what-we-do-sidebar .textwidget {
	border-top: 1px solid #00363d;
	padding-bottom: 15px;
	margin-bottom: 0px;
	margin-top: 50px;
}

.what-we-do-sidebar .textwidget h2 {
	margin-top: 25px;
}

.what-we-do-sidebar .textwidget p {
	margin-bottom: 0px;
}

.what-we-do-sidebar .row {
	margin-bottom: 50px;
}

.what-we-do-background-img {
	background-image: url('http://xbm.naa.mybluehost.me/wp-content/uploads/2021/03/what-we-do-background-banner-final-13.png');
	 background-repeat: no-repeat;
	 background-size: cover;
	     width: 100%;
	 z-index: 5;
}

.what-we-do-img img {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	z-index: 100;
}

.custom-class {
  display: flex;
}

.focus-area-info {
	box-shadow: 1px 1px 1px 1px #e6e6e6;
	padding-top: 6%;
	padding-bottom: 3%;
	background-color: #fff;
}

@media screen and (min-width: 992px) {
.focus-area-info {
	box-shadow: 2px 2px 2px 2px #f9f9f9, 2px -2px 2px 2px #f9f9f9, 2px 2px 2px 2px #f9f9f9;
	padding-top: 6%;
	padding-bottom: 3%;
	background-color: #fff;
}
}

.focus-area-info h4, .focus-area-info p {
		padding-left: 6%;
		padding-right: 6%;
}
.focus-area-row {
	margin-bottom: 4%;
}

.publications-sidebar-background .textwidget {
	padding: 21% 20% 2% 20%;
	text-align: center;
}

#text-25 {
	margin-bottom: 0px;
}

.publication-information .wp-block-paragraph {
	padding-left: 0px;
}

@media screen and (max-width: 767px) {
	.publications-sidebar-background .textwidget {
		padding: 49% 12% 2% 12%;
	}
	.publications-sidebar-background .textwidget h4 {
		font-size: 1.4rem;
	}
	.values-heading {
		font-size: 1.4rem;
	}
}

.publications-sidebar-background {
	background-image: url('http://xbm.naa.mybluehost.me/wp-content/uploads/2021/02/publications-background-2-12.png');
	 background-repeat: no-repeat;
	 background-size: cover;
	 width: 100%;
	 z-index: 5;
}

.publication-p p {
	font-family: 'Spectral', serif;
}

.publication-information {
	padding-right: 10%;
}

#dpe_fp_widget-16 {
	margin-bottom: 0px;
}

/* Focus area single pages */

.spotlight-wrapper {
	border-bottom: 1px solid #00363d;
}

#first-spotlight {
	border-top: 1px solid #00363d;
}
.quote-section {
	background-color:#00363d;
	color:#fff;
	padding: 3% 0;
}

.quote-seperator {
	width: 50px;
	margin-top: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}

.custom-quote {
	font-size: 1.1rem;
	font-family: 'Spectral', serif;
	font-style: italic;
	font-weight: 300;
	display: block;
	line-height: 1.1;
}

@media screen and (min-width: 767px) {
	.custom-quote {
		font-size: 1.4rem;
		line-height: 1.2;
	}
}

.custom-quote-name {
	display: block;
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.3rem;
}

.custom-quote-title {
	display: block;
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
}

/* Stories blog posts page  */

.storytelling-page-h3 {
	font-size: 1.9rem;
	padding-bottom: 15px;
}

.ajax-load-more-wrap.white .alm-load-more-btn {
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
	font-weight: 500;
    background-color: #fff;
    color:#00b0ab !important;
    border: 0px !important;
		text-decoration: underline;
		text-transform: uppercase;
}

.ajax-load-more-wrap.white .alm-load-more-btn:hover {
    box-shadow: none !important;
}

.alm-btn-wrap .alm-load-more-btn {
    font-size: 17px !important;
    font-weight: 600;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    box-shadow: 0 0px 0px;
    color: #00b0ab;
    border-radius: 0px;
}

.stories-page-content .wp-block-heading, .stories-page-content .wp-block-paragraph {
	padding-left: 0px!important;
}

.ssp-post-content .wp-block-paragraph p strong {
	font-family: 'Spectral', serif;
	font-weight: 700;
}

.wp-block-paragraph a {
	color: #00b0ab;
}

.blog-contribute-cta {
	background-color:#edebe5;
	border-radius: 10px;
	z-index: 100;
}

.blog-contribute-cta a {
	color:#00b0ab;
	font-weight: 500;
}

.term-location {
	font-size: .9rem;
	font-family: 'Spectral', serif;
	font-style: italic;
	font-weight: 500;
	display: block;
}

.term-location a {
	color: #36383d!important;
}

.term-category a {
	color:#a32136;
}

.media-category a {
	color:#00afab;
}

.turquoise-slash {
	color: #00b0ab;
	font-size: 1.1rem !important;
}

#blog-reel-entry-title {
	font-size: 1.7rem;
	font-family: 'Spectral', serif;
	text-decoration: none !important;
	font-weight: 700;
	color:#fff;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
}

#featured-p {
	color:#fff !important;
	font-weight: 500;
	position: relative;
	z-index:999!important;
	font-size: .9rem;
	line-height: 1 !important;
}

@media screen and (min-width: 600px) {
	#blog-reel-entry-title {
		font-size: 2.6rem;
	}
	#featured-p {
		font-size: 1rem;
		line-height: 1.2;
	}

}

@media screen and (min-width: 992px) {
	#blog-reel-entry-title {
		font-size: 3.5rem;
	}
}

#read-more-click {
	z-index: 999 !important;
		position: relative;
}

#blog-reel-entry-title {
	z-index: 999 !important;
		position: relative;
}

.stories-filter-menu h5 {
	color:#00474f !important;
	font-size: 1.2rem;
	padding-bottom: 20px;
	font-weight: 700;
}

@media screen and (min-width: 767px) {
.wrapper {
  max-width: 600px;
	margin-top: 95px;
}
}
.wrapper .parent-tab,
.wrapper .child-tab{
  margin-bottom: 8px;
}
.wrapper .parent-tab label,
.wrapper .child-tab label{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 99;
  transition: all 0.3s ease;
}

/*
.wrapper .parent-tab label:hover{
  background: #fff;
}
.parent-tab input:checked ~ label,
.child-tab input:checked ~ label{
  background: #fff;
}
*/
.wrapper label span{
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: .8rem;
	text-transform: uppercase;
}
.wrapper .child-tab label span{
  font-size: 17px;
}
.parent-tab label .icon{
  position: relative;
  height: 30px;
  width: 30px;
  font-size: 15px;
  color: #36383d;
  display: block;
}
.wrapper .child-tab label .icon{
  height: 27px;
  width: 27px;
}
.parent-tab label .icon i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parent-tab input:checked ~ label .icon i:before,
.child-tab input:checked ~ label .icon i:before{
  content: '\f0d8';
}
.wrapper .parent-tab .content,
.wrapper .child-tab .sub-content{
  max-height: 0px;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 3px 3px;
  transition: all 0.4s ease;
}
.parent-tab input:checked ~ .content,
.child-tab input:checked ~ .sub-content{
  max-height: 100vh;
}
.tab-3 input:checked ~ .content{
  padding: 0px 0px 25px 0px;
}
.tab-1 input:checked ~ .content{
  padding: 0px 0px 25px 0px;
}
.tab-2 input:checked ~ .content{
  padding: 0px 0px 25px 0px;
}
.parent-tab .content p,
.child-tab .sub-content p{
  padding: 15px 20px;
  font-size: 16px;
}
.child-tab .sub-content p{
  font-size: 15px;
}
input[type="radio"],
input[type="checkbox"]{
display: none;
}

.term-list-items a {
	font-family: garage-gothic, sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
	font-size: 1.3rem;
	font-style: normal;
	list-style: none;
	text-transform: uppercase;
	display: block;
	padding: 5px 0 0 0;
}

#media-type-terms a {
	color:#00b0ab;
}

#media-type-terms a:hover {
	color:#66d0cd;
}

#category-type-terms a {
	color:#a32136;
}

#category-type-terms a:hover {
	color:#b54d5e;
}

#community-type-terms a {
	color:#b29126;
}

#community-type-terms a:hover {
	color:#c1a751;
}

.parent-tab:not(:last-child)  {
	border-bottom: 1px solid #c1a751;
}

/* Opportunities & Announcemnts page styles */

#opportunities-page-links:hover {
	opacity: .9;
	text-decoration: underline;
}

.announcement-post .wp-block-paragraph {
	padding-left: 0px;
}

.announcement-page-post {
	background-color: #edebe5;
	padding: 9% 6%;
	border-radius: 5px;
}

.announcement-page-post p {
	font-size: .8rem;
}

@media screen and (min-width: 767px){
.announcement-page-post {
	padding: 2% 4% 2% 4%;
}
.announcement-page-post p {
	font-size: .9rem;
}
}

.announcement-section-wrapper {
	border-bottom: 1px solid #00363d;
	border-top: 1px solid #00363d;
}

.announcement-section-first {
	border-top: 1px solid #00363d;
}

.announcement-details {
	font-weight: 700;
}

#announcement-category {
	color:#bf9e26;
}

#announcement-category a:hover {
	color:#00b0ab;
}

#inline-read-more {
	display: inline;
	margin-left: 10px;
}

#dash {
	color:#00363d;
	font-weight: 700;
}

/* fixes anchor link issue */
:target::before {
  content: "";
  display: block;
  height: 114px; /* fixed header height*/
  margin: -114px 0 0; /* negative fixed header height */
}

/* Footer Styles  */

#nav_menu-5 {
	margin-bottom: 14px;
}

.menu-footer-social-links-container ul li {
	display: inline-block;
}

.social-icon.socicon-facebook:before, .social-icon.socicon-youtube:before, .social-icon.socicon-instagram:before {
		color: #333333 !important;
}

.footer-titles {
	font-size: 1.5rem;
	color: #00b0ab;
	font-weight: 600;
}

#bold-newsletter {
	font-weight: 600;
}

#newsletter-custom-check {
	display: inline;
	height: 15px;
	width: 15px;
	-webkit-appearance: none;
	background-color: #f9f9f9;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

#newsletter-custom-check:active, #newsletter-custom-check:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

#newsletter-custom-check:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
	background-color: #33c0bc; 
}

#newsletter-custom-check:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #fff;
}

.newsletter-signup {
	background: linear-gradient(360deg, rgba(0,54,61,0) 15%, rgba(0,54,61,0.7514356084230567) 100%), url('http://xbm.naa.mybluehost.me/wp-content/uploads/2021/02/Copy-of-SSPTextures_Goodrich-1-of-33-scaled.jpg');
	background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
		height: 500px;
		background-attachment: scroll;
}

@media screen and (min-width: 767px){
.newsletter-signup {
	background-attachment: fixed;
}
}

.newsletter-section p {
	color:#fff;
}

.newsletter-section h4 {
	font-size: 1.9rem;
}
.newsletter-section {
	padding: 0 14% 0 14%;
}


@media screen and (max-width: 767px){
.newsletter-section h4 {
		font-size: 1.4rem;
	}
}

.newsletter-custom-input {
	padding: 7px 25px!important;
	border-radius: 6px;
	font-size: 1.2rem;
	color:#f9f9f9;
}

.newsletter-custom-button {
	padding: 7px 20px;
	color:#fff !important;
	border-radius: 6px;
	background-color: #00b0ab !important;
	font-family: garage-gothic, sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
	font-size: 1.4rem;
	text-transform: uppercase;
	border: 0px !important;
	margin-left: 20px;
}

.newsletter-custom-button:hover {
	background-color: #33c0bc !important;
}

@media screen and (max-width: 767px) {
	.newsletter-custom-input {
  	font-size: 1rem;
		margin-bottom: 10px;
  }
	.newsletter-custom-button {
		padding: 6px 10px;
		font-size: 1.2rem;
		margin-left: 0px;
	}
}

.widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_nav_menu ul a {
	color: #fff;
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
}

.widget_nav_menu ul a:hover {
	color: #00afab;
	text-deocration: none !important;
}

.site-footer {
	background-color: #333333;
	color: #fff;
	padding-bottom: 2%;
	padding-top: 2%;
}

.site-footer .widget_media_image img {
	width: 60%;
	margin:auto;
	text-align:center;
}

body {
  margin: 0px;
  font-family: Arial;
  line-height: 20px;
}

/* contact page */

.wpforms-field-label {
	text-align: left;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	font-size: 1.4rem!important;
	color:#00363d;
}

.wpforms-submit {
	padding: 7px 20px;
	color:#fff !important;
	border-radius: 6px;
	background-color: #00b0ab !important;
	font-family: garage-gothic, sans-serif;
	letter-spacing: .05rem;
	font-weight: 400;
	font-size: 1.6rem!important;
	text-transform: uppercase!important;
	border: 0px !important;
	margin-left: 20px;
}

.wpforms-field-medium .wpforms-field-required .wpforms-valid option {
	font-family: 'Catamaran', sans-serif;
	font-style: normal;
}
