/*!
Theme Name: rbtc
Theme URI: http://underscores.me/
Author: LPD
Author URI: http://leadpointdigital.com/
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: rbtc
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.

rbtc 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
	- Colors and Motifs
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Footer
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Cards
	- Carousels
	- Accordions
	- Maps
	- Event Calendar
# 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;
	background-image: url('/wp-content/uploads/2022/01/body-bg.png');
}

/**
 * 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;
}
.header-underline { padding-bottom: 10px; border-bottom: 1px solid #bf4001; }

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

/* 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;
}
/* Ninja overrides */
.nf-form-cont{padding: 5px;max-width: 1000px;margin: 0 auto;}
.nf-error.field-wrap .nf-field-element::after {
	background: #1b8490 !important;
	color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
	content: "\f12a";
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	height: 48px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	transition: all .5s;
}
.nf-response-msg > p { color: #fff !important; }

/* 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
--------------------------------------------- */
@font-face {
  font-family: "Archivo Black";
  src: url('https://fonts.googleapis.com/css?family=Archivo+Black') format('truetype');
  font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1 {
	clear: both;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #1b8490;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 2em;
}

@media screen and (max-width: 1000px) { 
	h1 { font-size: 1.4em; margin-top: 30px; } 
}	
h2 {
	clear: both;
	font-family: "Archivo Black",sans-serif, Arial, Helvetica;
	font-size: 3em;
	color: #0a1116;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: .6em;
	margin-bottom: .6em;
}
@media screen and (max-width: 1000px) { 
	h2 { font-size: 2em; } 
}	
h3 {
	clear: both;
	font-family: "Archivo Black",sans-serif, Arial, Helvetica;
	font-size: 2em;
	color: #bf4001;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: .25em;
	margin-bottom: .5em;
}
@media screen and (max-width: 1000px) { 
	h3 { font-size: 1.5em; margin-top: 0; } 
}	
h4 {
	clear: both;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	color: #bf4001;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-top: .3em;
	margin-bottom: .6em;
}
@media screen and (max-width: 1000px) { 
	h4 { font-size: 1.4em; } 
}	
h5 {
	clear: both;
	font-family: "Archivo Black",sans-serif, Arial, Helvetica;
	font-size: 2em;
	color: #0a1116;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-top: .5em;
	margin-bottom: .5em;
}
@media screen and (max-width: 1000px) { 
	h5 { font-size: 1.2em; } 
}
h6 {
	clear: both;
	font-family: "Archivo Black",sans-serif, Arial, Helvetica;
	font-size: 1.4em;
	color: #1b8490;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 1em;
}
@media screen and (max-width: 1000px) { 
	h6 { font-size: 1.2em; } 
}
p {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1.1em; /* 17.6px */
	color: #0a1116;
	line-height: 1.7em;
}
main li {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1.1em; /* 17.6px */
	font-weight: 400;
	color: #0a1116;
	line-height: 1.7em;
}
.single-tribe_events main li { font-size: 0.9em }
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%;
}
/* Inline styles */
.subhead-red {
	font-family: "Archivo Black",sans-serif, Arial, Helvetica;
	font-size: 1em;
	font-weight: 400;
	color: #bf4001;
	line-height: 1em;
	text-transform: uppercase;
}
.committee-member {
	font-family: "Archivo Black",sans-serif, Arial, Helvetica;
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
	line-height: 1em;
	text-transform: uppercase;
	margin-right: 5px;
}
.jobs-feed h6 { margin-bottom: 0px; }
.jobs-feed a { color: #234783; }
.jobs-feed a:hover { color: #1b8490; }

/* Elements
--------------------------------------------- */

hr {
	border: 1px solid #f6f6f6;
	margin-bottom: 3em;
	margin-top: 3em;
}

/*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%;
}
@media screen and (max-width: 1000px) {
	embed,
	iframe,
	object .page-id-733 { max-width: 100%; height: 300px; }
}
img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Colors and Motifs
--------------------------------------------- */

.green-light-text { color: #89c74a !important; }
.green-light-bg { background-color: #89c74a !important; }

.green-med-text { color: #426d3e !important; }
.green-med-bg { background-color: #426d3e !important; }

.green-dark-text { color: #204637 !important; }
.green-dark-bg { background-color: #204637 !important; }

.teal-light-text { color: #1b8490 !important; }
.teal-light-bg { background-color: #1b8490 !important; }

.teal-med-text { color: #0a646e !important; }
.teal-med-bg { background-color: #0a646e !important; }

.teal-dark-text { color: #16515c !important; }
.teal-dark-bg { background-color: #16515c !important; }

.teal-darker-bg { background-color: #0d434d !important; }

.blue-light-text { color: #41649f !important; }
.blue-light-bg { background-color: #41649f !important; }

.blue-med-text { color: #234783 !important; }
.blue-med-bg { background-color: #234783 !important; }

.blue-dark-text { color: #152c51 !important; }
.blue-dark-bg { background-color: #152c51 !important; }

.red-light-text { color: #d3591c !important; }
.red-light-bg { background-color: #d3591c !important; }

.red-med-text { color: #bf4001 !important; }
.red-med-bg { background-color: #bf4001 !important; }

.red-dark-text { color: #a33302 !important; }
.red-dark-bg { background-color: #a33302 !important; }

.navy-text { color: #0a1116 !important; }
.navy-bg { background-color: #0a1116 !important; }

.white-text { color: #fff !important; }
.white-text a { color: #fff !important; text-decoration: none; }
.white-text a:hover { color: #fff !important; text-decoration: underline; }
.white-bg { background-color: #fff !important; }

.tan-light-bg { background-color: #f1f1ea !important; }
.tan-bg { background-color: #e5e5da !important; }

.gray-bg { background-color: #fbfbfb !important; }
.gray-dark-bg { background-color: #f6f6f6 !important; }

/* Image corners */
[class*="accent-color-"] { position: relative; z-index: 0; height: fit-content; }

[class*="accent-color-left"]:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: -14px;
	bottom: -14px;
	width: 100px;
	height: 60px;
}

[class*="accent-color-right"]:after {
	content: '';
	position: absolute;
	z-index: -1;
	right: -15px;
	bottom: -14px;
	width: 100px;
	height: 60px;
}
@media screen and (max-width: 1000px) {
	[class*="accent-color-left"]:before { left: -10px; bottom: -10px; width: 50px; height: 40px; }
	[class*="accent-color-right"]:after { right: -10px; bottom: -10px; width: 50px; height: 40px; }	
}

.accent-color-left-green-light:before { background-color: #89c74a; }
.accent-color-left-green-med:before { background-color: #426d3e; }
.accent-color-left-green-dark:before { background-color: #204637; }
.accent-color-left-teal-light:before { background-color: #1b8490; }
.accent-color-left-teal-med:before { background-color: #0a646e; }
.accent-color-left-teal-dark:before { background-color: #16515c; }
.accent-color-left-teal-darker:before { background-color: #0d434d; }
.accent-color-left-blue-light:before { background-color: #41649f; }
.accent-color-left-blue-med:before{ background-color: #234783 }
.accent-color-left-blue-dark:before { background-color: #152c51; }
.accent-color-left-red-light:before { background-color: #d3591c; }
.accent-color-left-red-med:before { background-color: #bf4001; }
.accent-color-left-red-dark:before { background-color: #a33302; }
.accent-color-left-navy:before { background-color: #0a1116; }
.accent-color-left-white:before { background-color: #fff; }
.accent-color-left-tan:before { background-color: #e5e5da; }
.accent-color-left-gray-dark:before { background-color: #f6f6f6; }

.accent-color-right-green-light:after { background-color: #89c74a; }
.accent-color-right-green-med:after { background-color: #426d3e; }
.accent-color-right-green-dark:after { background-color: #204637; }
.accent-color-right-teal-light:after { background-color: #1b8490; }
.accent-color-right-teal-med:after { background-color: #0a646e; }
.accent-color-right-teal-dark:after { background-color: #16515c; }
.accent-color-right-teal-darker:after { background-color: #0d434d; }
.accent-color-right-blue-light:after { background-color: #41649f; }
.accent-color-right-blue-med:after{ background-color: #234783 }
.accent-color-right-blue-dark:after { background-color: #152c51; }
.accent-color-right-red-light:after { background-color: #d3591c; }
.accent-color-right-red-med:after { background-color: #bf4001; }
.accent-color-right-red-dark:after { background-color: #a33302; }
.accent-color-right-navy:after { background-color: #0a1116; }
.accent-color-right-white:after { background-color: #fff; }
.accent-color-right-tan:after { background-color: #e5e5da; }
.accent-color-right-gray-dark:after { background-color: #f6f6f6; }

[class*="accent-color-"] figcaption {
    float: left;
    margin-top: 3px;
    margin-left: 100px;
    font-size: 14px;
    text-transform: uppercase;
}

/* Horizontal and vertical square motifs */
.squares-block-red {
	display: flex;
	align-items: center;
}
.squares-block-red:before {
    content: '';
    display: block;
    width: 50px;
    height: 40px;
    background-image: url(/wp-content/uploads/2022/02/squares-block-red.png);
    background-repeat: no-repeat;
    margin-right: 48px;
    background-size: contain;
    margin-left: -100px;
    margin-top: 10px;
}
.squares-block-orange {
	display: flex;
	align-items: center;
}
.squares-block-orange:before {
    content: '';
    display: block;
    width: 50px;
    height: 40px;
    background-image: url(/wp-content/uploads/2022/02/squares-block-orange.png);
    background-repeat: no-repeat;
    margin-right: 48px;
    background-size: contain;
    margin-left: -100px;
    margin-top: 10px;
}	
.squares-block-teal {
	display: flex;
	align-items: center;
}
.squares-block-teal:before {
    content: '';
    display: block;
    width: 50px;
    height: 40px;
    background-image: url(/wp-content/uploads/2022/02/squares-block-teal.png);
    background-repeat: no-repeat;
    margin-right: 48px;
    background-size: contain;
    margin-left: -100px;
    margin-top: 10px;
}	
@media screen and (max-width: 1000px) {
	.squares-block-red:before {
    content: '';
    display: block;
    width: 26px;
    height: 40px;
    background-image: url(/wp-content/uploads/2022/02/dos-squares-block-red.png);
    background-repeat: no-repeat;
    margin-right: -30px;
    background-size: contain;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
	}
	.squares-block-teal:before {
    content: '';
    display: block;
    width: 26px;
    height: 40px;
    background-image: url(/wp-content/uploads/2022/02/dos-squares-block-teal.png);
    background-repeat: no-repeat;
    margin-right: -30px;
    background-size: contain;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
	}
	.squares-block-orange:before {
    content: '';
    display: block;
    width: 26px;
    height: 40px;
    background-image: url(/wp-content/uploads/2022/02/dos-squares-block-orange.png);
    background-repeat: no-repeat;
    margin-right: -30px;
    background-size: contain;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
	}
}	
/*
 * Three squares + text section subheader
 */
.section-title {
	font-family: "Archivo Black",sans-serif, Arial, Helvetica;
	font-size: .9em;
	font-weight: 400;
	color: #1b8490;
	line-height: 1em;
	text-transform: uppercase;
	padding-bottom: 6px;
	padding-top: 40px;
}
.section-title:before {
    background-image: url(/wp-content/uploads/2022/01/squares-section-teal.png);
    background-repeat: no-repeat;
    background-size: 50px 12px;
    content: " ";
    padding: 0 34px;
}
/*
 * Section head + horizontal tab with squares
 */
.section-header-tab {
	display: flex;
    justify-content: space-between;
	padding-left: 10%;
    margin: 0 0 22px 0;
	position: relative;
}
.section-header-tab:after {
    content: '';
    display: block;
	text-align: middle;
    width: 220px;
    height: 70px;
	background-color: #204637;
	border-right: 40px solid #204637;
	border-left: 40px solid #204637;
    background-image: url(/wp-content/uploads/2022/01/squares-horz-teal.png);
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	position: absolute;
	right: 0;
}	
.section-header-tab h2 {margin-top: -50px; }

@media screen and (max-width: 1200px) {
	.section-header-tab::after { display: none; }
}
/*
 * Textures
 */
.bg-slant-gray { background-image: url(/wp-content/uploads/2022/01/bg-slant-left-gray.png); }
.bg-slant-gray-reverse { background-image: url(/wp-content/uploads/2022/02/bg-slant-right-gray.png); }
.bg-slant-gray-bottom { background-image: url(/wp-content/uploads/2022/02/bg-slant-gray-bottom.png); }
.bg-mountains-white { background-image: url(/wp-content/uploads/2022/01/bg-mountains-white.png); }
.bg-mountains-teal { background-image: url(/wp-content/uploads/2022/02/bg-mountains-teal.png); background-repeat: no-repeat; }
.bg-mountains-red-light { background-image: url(/wp-content/uploads/2022/02/bg-mountains-red-light.png); background-repeat: no-repeat; }
.bg-subway-gray { background-image: url(/wp-content/uploads/2022/01/bg-subway.png); background-repeat: no-repeat; }
.bg-brick-white { background-image: url(/wp-content/uploads/2022/02/texture-brick.png); }
.bg-mountains-white-trans { background-image: url(/wp-content/uploads/2022/01/bg-mountains-white-trans.png); }
.bg-mountains-white-short { background-image: url(/wp-content/uploads/2022/02/bg-mountains-white-short.png); }
.bg-mountains-bottom-white { background-image: url(/wp-content/uploads/2022/01/bg-mountains-bottom-white.png); }
.bg-mountains-home { background-image: url(/wp-content/uploads/2022/02/bg-mountains-home.png); }
.bg-home-teal { background-image: url(/wp-content/uploads/2022/02/bg-home-teal.png); }
.bg-home-technite { background-image: url(/wp-content/uploads/2022/02/bg-technite-home.png); }
.bg-blue-light-slant {background-image: url(/wp-content/uploads/2022/02/bg-slant-blue.png); background-repeat: no-repeat; }
.bg-teal-med-slant {background-image: url(/wp-content/uploads/2022/02/bg-slant-teal-med.png); background-repeat: no-repeat; }
.bg-red-dark-slant {background-image: url(/wp-content/uploads/2022/02/bg-slant-red-dark.png); background-repeat: no-repeat; }
.bg-mountains-card-1 {background-image: url(/wp-content/uploads/2022/02/bg-mountain-card-1.png); }
.bg-mountains-card-2 {background-image: url(/wp-content/uploads/2022/02/bg-mountain-card-2.png); }
.bg-mountains-card-3 {background-image: url(/wp-content/uploads/2022/02/bg-mountain-card-3.png); }

/* Textures - Event backgrounds */
.bg-tech-toast { background-image: url(/wp-content/uploads/2022/02/bg-event-tech-toast.png); background-repeat: no-repeat; }
.bg-technite { background-image: url(/wp-content/uploads/2022/02/bg-technite.png); background-repeat: no-repeat; }
.bg-tech-on-tap { background-image: url(/wp-content/uploads/2022/02/bg-event-tech-on-tap.png); background-repeat: no-repeat; }
.bg-wotech { background-image: url(/wp-content/uploads/2022/02/bg-event-wotech.png); background-repeat: no-repeat; }
.bg-biz-dev { background-image: url(/wp-content/uploads/2022/02/bg-event-biz-dev.png); background-repeat: no-repeat; }
.bg-cyber-security { background-image: url(/wp-content/uploads/2022/02/bg-event-cyber-security.png); background-repeat: no-repeat; }
.bg-biotech { background-image: url(/wp-content/uploads/2022/02/bg-event-biotech.png); background-repeat: no-repeat; }

/* Links
--------------------------------------------- */
a {
	color: #1b8490;
	text-decoration: none;
}

/* a:visited {
	color: #1b8490;
} */

a:hover,
a:focus,
a:active {
	color: #41649f;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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


/* Social Icons for Contact page */

.social-icons a {
  color: #fff;
  background: #bf4001;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-family: fontawesome;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  margin:0 2px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-font-smoothing: antialiased;
}

.social-icons a:hover {
  background: #a33302;
}

/* pop-up text */

.social-icons a span {
  color: #0a1116;
  position: absolute;
  font-family: Roboto, Arial, sans-serif;
  bottom:0;
  left: -25px;
  right: -25px;
  padding: 5px 7px;
  font-size: 14px;
  border-radius: 2px;
  background: #d1d2d3;
  visibility: hidden;
  opacity: 0;
  -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.social-icons a span:before {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d1d2d3;
  position: absolute;
  bottom: -5px;
  left: 40px;
}

/* text pops up when icon is in hover state */
/* 
.social-icons a:hover span {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
} */

/* font awesome icons */

.social-icons a:nth-of-type(1):before {
content:'\f09a';
}
.social-icons a:nth-of-type(2):before {
content:'\f16d';
}
.social-icons a:nth-of-type(3):before {
content:'\f0e1';
}
.social-icons a:nth-of-type(4):before {
content:'\f0e1';
}

/* Buttons
--------------------------------------------- */
.wp-block-button { margin-right: 10px !important; }

.wp-block-buttons > .wp-block-button {margin-top: 10px; }
.wp-block-button__link { 
	color: #fff;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1em;
	padding: calc(.333em + 1px) calc(1.333em + 2px);
	text-align: center;
	text-decoration: none;
	word-break: break-word;
	box-sizing: border-box;
}

/* Remove default WP block button color for custom reset */
.wp-block-button__link { background-color: unset; } 

/* Start WP block button custom color resets */
.wp-block-button.green-light-bg {border-radius: 4px; }
.wp-block-button.green-light-bg > a {background-color: #89c74a; border: 1px solid #89c74a; border-radius: 4px;}
.wp-block-button.green-light-bg > a:hover {background-color: #426d3e; border: 1px solid #426d3e; border-radius: 4px; color:white;} 

.wp-block-button.green-med-bg {border-radius: 4px; }
.wp-block-button.green-med-bg > a {background-color: #426d3e; border: 1px solid #426d3e; border-radius: 4px;}
.wp-block-button.green-med-bg > a:hover {background-color: #204637; border: 1px solid #204637; border-radius: 4px; color:white;} 

.wp-block-button.green-dark-bg {border-radius: 4px; }
.wp-block-button.green-dark-bg > a {background-color: #204637; border: 1px solid #204637; border-radius: 4px;}
.wp-block-button.green-dark-bg > a:hover {background-color: #426d3e; border: 1px solid #426d3e; border-radius: 4px; color:white;} 

.wp-block-button.teal-light-bg {border-radius: 4px; }
.wp-block-button.teal-light-bg > a {background-color: #1b8490; border: 1px solid #1b8490; border-radius: 4px;}
.wp-block-button.teal-light-bg > a:hover {background-color: #0a646e; border: 1px solid #0a646e; border-radius: 4px; color:white;} 

.wp-block-button.teal-med-bg {border-radius: 4px; }
.wp-block-button.teal-med-bg > a {background-color: #0a646e; border: 1px solid #0a646e; border-radius: 4px;}
.wp-block-button.teal-med-bg > a:hover {background-color: #1b8490; border: 1px solid #1b8490; border-radius: 4px; color:white;} 

.wp-block-button.teal-dark-bg {border-radius: 4px; }
.wp-block-button.teal-dark-bg > a {background-color: #16515c; border: 1px solid #16515c; border-radius: 4px;}
.wp-block-button.teal-dark-bg > a:hover {background-color: #0a646e; border: 1px solid #0a646e; border-radius: 4px; color:white;} 

.wp-block-button.red-light-bg {border-radius: 4px; }
.wp-block-button.red-light-bg > a {background-color: #d3591c; border: 1px solid #d3591c; border-radius: 4px;}
.wp-block-button.red-light-bg > a:hover {background-color: #bf4001; border: 1px solid #bf4001; border-radius: 4px; color:white;} 

.wp-block-button.red-med-bg {border-radius: 4px; }
.wp-block-button.red-med-bg > a {background-color: #bf4001; border: 1px solid #bf4001; border-radius: 4px;}
.wp-block-button.red-med-bg > a:hover {background-color: #a33302; border: 1px solid #a33302; border-radius: 4px; color:white;} 

.wp-block-button.red-dark-bg {border-radius: 4px; }
.wp-block-button.red-dark-bg > a {background-color: #a33302; border: 1px solid #a33302; border-radius: 4px;}
.wp-block-button.red-dark-bg > a:hover {background-color: #bf4001; border: 1px solid #bf4001; border-radius: 4px; color:white;} 

.wp-block-button.blue-light-bg {border-radius: 4px; }
.wp-block-button.blue-light-bg > a {background-color: #41649f; border: 1px solid #41649f; border-radius: 4px;}
.wp-block-button.blue-light-bg > a:hover {background-color: #234783; border: 1px solid #234783; border-radius: 4px; color:white;} 

.wp-block-button.blue-med-bg {border-radius: 4px; }
.wp-block-button.blue-med-bg > a {background-color: #234783; border: 1px solid #234783; border-radius: 4px;}
.wp-block-button.blue-med-bg > a:hover {background-color: #152c51; border: 1px solid #152c51; border-radius: 4px; color:white;} 

.wp-block-button.blue-dark-bg {border-radius: 4px; }
.wp-block-button.blue-dark-bg > a {background-color: #152c51; border: 1px solid #152c51; border-radius: 4px;}
.wp-block-button.blue-dark-bg > a:hover {background-color: #234783; border: 1px solid #234783; border-radius: 4px; color:white;} 

.wp-block-button.gray-bg {border-radius: 4px; }
.wp-block-button.gray-bg > a {background-color: #bbbcbd; border: 1px solid #bbbcbd; border-radius: 4px;}
.wp-block-button.gray-bg > a:hover {background-color: #d1d2d3; border: 1px solid #d1d2d3; border-radius: 4px; } 

.wp-block-button.gray-dark-bg {border-radius: 4px; }
.wp-block-button.gray-dark-bg > a {background-color: #d1d2d3; border: 1px solid #d1d2d3; border-radius: 4px;}
.wp-block-button.gray-dark-bg > a:hover {background-color: #bbbcbd; border: 1px solid #bbbcbd; border-radius: 4px; } 

.wp-block-button.white-bg {border-radius: 4px; }
.wp-block-button.white-bg > a {color: #0a1116; background-color: #fff; border: 1px solid #fff; border-radius: 4px;}
.wp-block-button.white-bg > a:hover {color: #0a1116; background-color: #e5e5da; border: 1px solid #e5e5da; border-radius: 4px; } 

.wp-block-button.tan-light-bg {border-radius: 4px; }
.wp-block-button.tan-light-bg > a {color: #0a1116; background-color: #f1f1ea; border: 1px solid #f1f1ea; border-radius: 4px;}
.wp-block-button.tan-light-bg > a:hover {color: #0a1116; background-color: #e5e5da; border: 1px solid #e5e5da; border-radius: 4px; } 

.wp-block-button.tan-bg {border-radius: 4px; }
.wp-block-button.tan-bg > a {color: #0a1116; background-color: #e5e5da; border: 1px solid #e5e5da; border-radius: 4px;}
.wp-block-button.tan-bg > a:hover {color: #0a1116; background-color: #f1f1ea; border: 1px solid #f1f1ea; border-radius: 4px; } 

.wp-block-button.navy-bg {border-radius: 4px; }
.wp-block-button.navy-bg > a {background-color: #0a1116; border: 1px solid #0a1116; border-radius: 4px;}
.wp-block-button.navy-bg > a:hover {background-color: #152c51; border: 1px solid #152c51; border-radius: 4px; color:white;} 

.button-row { display: flex; margin: 10px; }
.button-row > .wp-block-button:first-child { margin-right: 20px; }

/*Ninja Forms button resets */
.nf-form-content .nf-field-container #nf-field-4-wrap .nf-field-element .ninja-forms-field { height: 30px; }
.nf-form-content .nf-field-container #nf-field-4-wrap .nf-field-element .ninja-forms-field:hover
{ background-color: #0a646e; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 4px;
	background: #a33302;
	color: #fff;
	line-height: 1;
	padding: .7em 1.2em .7em 1.2em;
	font-size: .9em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #d3591c;
}

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 {
	background-color: #d3591c;
}

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: #0a1116 !important;
	border: 1px solid #e6e6e6;
	padding: 8px;
	margin-right: 20px;
	size: 400px;
	width: 100%;
	font-family: Roboto, Arial, sans-serif;
	font-size: 15px;
	border-radius: 3px;
	padding: 6px 14px;
	margin-bottom: 20px;
}

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: #bebfc0;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
#masthead {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 75px 40px 75px;
    background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 99999
}

.main-navigation {
	width: 100%;
	display: flex;
    justify-content: flex-end;
	margin-top: -32px;
	padding: 0 0;
}

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

.main-navigation ul ul {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	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: 300px;
}
.main-navigation ul li:hover a {color: #0a646e !important; }
.main-navigation ul li a:hover {color: #0a1116 !important; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -20px;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
}
#top-nav {margin-right: 40px; }
#top-nav a {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #bf4001;
	letter-spacing: .01em;
	line-height: 1em;
	text-transform: uppercase;
	margin-right: 20px;
}
#top-nav a:hover {
	color: #0a1116;
}
.menu-top-nav-container {
	display: flex;
    justify-content: flex-end;
}
#primary-menu li ul {
	display: block;
	background-color: #fff;
}
#primary-menu li a {
	display: block;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #0a1116;
	line-height: 1.4em;
	text-transform: uppercase;
	margin-right: 35px;
}
#primary-menu li a:last-child {
	margin-right: 0px;
}
#primary-menu li a:hover {
	color: #0a646e;
}
#primary-menu li ul li a {
	display: block;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #0a1116;
	text-transform: capitalize;
	line-height: 1em;
	letter-spacing: .3px;
	margin: 20px;
}
#primary-menu li ul li a:hover {
	color: #0a646e;
}

/* 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%;
}
.menu-footer-bottom-container ul{display: flex;}
.menu-footer-bottom-container li{
	list-style-type: none;
}
.menu-footer-bottom-container li a{
	color:#fff;
	padding: 0px 10px 0px;
}
.menu-footer-bottom-container li a:hover{
	text-decoration: underline;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
/*	margin: 5em 5em; */
}

article {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto; 
}

.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;
}

/* Page Hero  */
#header-hero {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	margin-bottom: 100px;
	position: relative;
}
.hero-image {
	background-color: #0f3d46; 
	height: 600px; 
	background-size: cover;
}
.hero-text {
	display: flex; 
	position: absolute;
	top: 220px;
	right: 0;
	align-items: stretch;
}
.hero-text > div:first-child {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 70px;
	padding-right: 70px;
	width: 740px;
}
.hero-text > div:last-child {
	background-color: #204637;
	width: 80px;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero-text img {
	width: 28px;
	height: 253px;
}
.home-join { color: #d3591c !important; }
.home-join a { color: #d3591c !important; }
.home-join a:hover { color: #d3591c !important; }
.home-join a:visited { color: #d3591c !important; }

.home #header-hero { margin-bottom: -1px; }
.home .hero-image {
	background-color: unset;
	height: 600px; 
	background-size: cover;
	position: relative;
}
.home .hero-text img { width: 96px; height: auto; margin-bottom: 30px; }
.home .hero-text {
	margin: 0 auto;
	position: absolute;
	top: 70%;
	left: 50%;
	right: unset;
	transform: translate(-50%, -50%);
}

/* 404 */
.error404 .home .hero-text { top: 55%; text-align: center; }
.error404 .home .hero-text a {
    border: none;
    border-radius: 4px;
    background: #8eca53;
    color: #fff;
    line-height: 1;
    padding: 0.7em 1.2em 0.7em 1.2em;
    font-size: .9em;
    display: block;
    width: fit-content;
    margin: 40px auto 0 auto;
}

.home .hero-text > div:last-child { display: none; }
.home .hero-text h5 { font-size: 2.6em; padding-top: 10px; }
.home .entry-content { margin-top: 0px; }

@media screen and (max-width: 1000px) {
	.home .hero-image {
		height: 1100px;
		background-position: 40% 0%; 
		margin-bottom: 0px;
		background-size: 4000px;
		background-repeat: no-repeat;
	}
	
	.home .hero-text {
		width: 100%;
		top: 55%;
		display: block;
		background: rgba(255,255,255,1);
		text-align: center;
	}
	.hero-image {
		height: 300px;
    	background-position: center top;
		margin-bottom: 380px;
		background-color: #fff;
	}
	
	.hero-text {
		top: 200px;
		width: 100%;
		top: 51%;
		display: block;
		background: rgba(255,255,255,1);
		padding-bottom: 30px;
		padding-top: 15px;
	}	
	
	/* Mobile color swaps - hero boxes and content block backgrounds */
	/* Home */
	.home .hero-text { background-color: #fff; }
	/* About landing */
	.page-id-42 .hero-text { background-color: #0a646e; }
	.page-id-42 .hero-text h2 { color: #fff; }
	.page-id-42 .hero-text h4 { color: #fff; }
	.page-id-42 .hero-text p { color: #fff; }
	/* Verge Alliance */
	.page-id-8216 .hero-text { background-color: #e5e5da; }
	.page-id-8216 .hero-text h4 { color: #0a1116; }
	/* RBTC Hall of Fame */
	.page-id-733 .hero-text { background-color: #152c51; }
	.page-id-733 .hero-text h2 { color: #fff; }
	.page-id-733 .hero-text h4 { color: #fff; }
	.page-id-733 .hero-text p { color: #fff; }
	.page-id-733 .fullwidth-content-container div:second-child { padding-left: 0px; padding-right: 0px; }
	/* Membership */
	.page-id-592 .hero-image { background-color: #0d434d; background-size: 2600px; background-position: right center; }
	.page-id-592 .hero-text { background-color: #d3591c; }
	.page-id-592 .hero-text h2 { color: #fff; }
	.page-id-592 .hero-text h4 { color: #fff; }
	.page-id-592 .hero-text p { color: #fff; }
	.page-id-592 .content-container { background-color: #41649f; }
	/* Member Directory */
	.page-id-8204 .hero-text { background-color: #16515c; }
	.page-id-8204 .hero-text h2 { color: #fff; }
	.page-id-8204 .hero-text h4 { color: #fff; }
	.page-id-8204 .hero-text p { color: #fff; }
	/* Member Resources */
	.page-id-791 .hero-text { background-color: #89c74a; }
	.page-id-791 .hero-text h2 { color: #fff; }
	.page-id-791 .hero-text h4 { color: #fff; }
	.page-id-791 .hero-text p { color: #fff; }	
	/* Annual Partners */
	.page-id-774 .hero-text { background-color: #d1d2d3; }
	.page-id-774 .hero-text h2 { color: #404040; }
	.page-id-774 .hero-text h4 { color: #404040; }
	.page-id-774 .hero-text p { color: #404040; }	
	/* Join-Renew */
	.page-id-755 .hero-text { background-color: #bf4001; }
	.page-id-755 .hero-text h2 { color: #fff; }
	.page-id-755 .hero-text h4 { color: #fff; }
	.page-id-755 .hero-text p { color: #fff; }	
	/* Event landing */
	.page-id-1555 .hero-text { background-color: #1b8490; }
	.page-id-1555 .hero-text h2 { color: #fff; }
	.page-id-1555 .hero-text h4 { color: #fff; }
	.page-id-1555 .hero-text p { color: #fff; }	
	.page-id-1555 .bg-tech-toast { background-image: none; }
	.page-id-1555 .bg-technite { background-image: none; }
	.page-id-1555 .bg-tech-on-tap { background-image: none; }
	.page-id-1555 .bg-wotech { background-image: none; }
	.page-id-1555 .bg-cyber-security { background-image: none; }
	.page-id-1555 .bg-biz-dev { background-image: none; }
	.page-id-1555 .bg-biotech { background-image: none; }
	.page-id-1555 .rbtc-event-container [class*="accent-color-left"]::before { display: none; }
	/* Event Calendar */
	.page-id-8233 .hero-text { background-color: #41649f; }
	.page-id-8233 .hero-text h2 { color: #fff; }
	.page-id-8233 .hero-text h4 { color: #fff; }
	.page-id-8233 .hero-text p { color: #fff; }	
	/* Partnership Opportunities */
	.page-id-772 .hero-text { background-color: #234783; }
	.page-id-772 .hero-text h2 { color: #fff; }
	.page-id-772 .hero-text h4 { color: #fff; }
	.page-id-772 .hero-text p { color: #fff; }	
	/* Tech Talent Connection */
	.page-id-8261 .hero-text { background-color: #204637; }
	.page-id-8261 .hero-text h2 { color: #fff; }
	.page-id-8261 .hero-text h4 { color: #fff; }
	.page-id-8261 .hero-text p { color: #fff; }	
	/* For Students */
	.page-id-8267 .hero-text { background-color: #426d3e; }
	.page-id-8267 .hero-text h2 { color: #fff; }
	.page-id-8267 .hero-text h4 { color: #fff; }
	.page-id-8267 .hero-text p { color: #fff; }	
	/* Contact */
	.page-id-82 .hero-text { background-color: #a33302; }
	.page-id-82 .hero-text h2 { color: #fff; }
	.page-id-82 .hero-text h4 { color: #fff; }
	.page-id-82 .hero-text p { color: #fff; }
	/* Blog landing */
	.page-id-17926 .hero-image { background-size: 2600px; background-position: left center; }
	.page-id-17926 .hero-text { background-color: #edede0; }
	.page-id-17926 .hero-text h2 { color: #0a1116; }
	.page-id-17926 .hero-text h4 { color: #0a1116; }
	.page-id-17926 .hero-text p { color: #0a1116; }	
	/* ELITE Grant */
	.page-id-8275 .hero-text { background-color: #0a1116; }
	.page-id-8275 .hero-text h2 { color: #fff; }
	.page-id-8275 .hero-text h4 { color: #fff; }
	.page-id-8275 .hero-text p { color: #fff; }	
	/* TechNite Awards */
	.page-id-5224 .hero-image { background-color: #0d434d; background-size: 2600px; background-position: right center; }
	.page-id-5224 .hero-text { background-color: #0a646e; }
	.page-id-5224 .hero-text h2 { color: #fff; }
	.page-id-5224 .hero-text h4 { color: #fff; }
	.page-id-5224 .hero-text p { color: #fff; }	
	/* Jobs */
	.page-id-8259 .fullwidth-content-container { background-image: none; background-color: #16515c !important; }
	/* Who We Are / Team */
	.page-id-8214 .fullwidth-content-container { background-image: none; background-color: #d3591c !important; }
	/* Single Post */
	.single-post[class*="postid-"] .hero-image, .single-tribe_events[class*="postid-"] .hero-image { margin-bottom: 0; }
}
@media screen and (max-width: 600px) { 
 	.single-post[class*="postid-"] .hero-image, .single-tribe_events[class*="postid-"] .hero-image { background-size: 580%;}
}
/* Post Hero  */
.single-post .hero-image {
	background-color: #0d2956; 
	height: 450px; 
	background-size: cover;
	background-position: right center;
}
.single-post .hero-text {
	display: flex; 
	position: absolute;
	top: 200px;
	right: 0;
	align-items: stretch;
}
.post-type-archive-tribe_events .tribe-common-l-container.tribe-events-l-container { background-color: #fff; padding: 62px 10%; }
.single-post .hero-text h2, .single-tribe_events .hero-text h2 { margin-bottom: 0; }
.single-post .hero-text div:first-child, .single-tribe_events .hero-text div:first-child {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 70px;
	padding-right: 70px;
	width: 640px;
}
.single-post .hero-text div:last-child, .single-tribe_events .hero-text div:last-child {
	background-color: #a33302;
	width: 80px;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-post .hero-text img, .single-tribe_events .hero-text img {
	width: 28px;
	height: 120px;
}

@media screen and (max-width: 1000px) { 
	.hero-text { top: 200px; }
	.hero-text div:first-child {
		width: 100%;
		height: unset;
		background: unset;
	}
	.hero-text div:last-child { display: none; }
}

@media screen and (max-width: 600px) { 
	.hero-text { left: 0; } 
	.hero-text div:first-child { padding: 0px 20px; }
}

/* Page widths and containers */

.single-post .post {
	padding: 20px 16% 80px 16%;
	background-color: #fbfbfb;
/*	margin: 0 0;*/
	background-image: url(/wp-content/uploads/2022/01/bg-mountains-white.png);
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.fullwidth-content-container {
	padding: 20px 16% 80px 16%;
	background-color: #fbfbfb;
	margin: 0 0;
}

.content-container {
	padding-top: 6%;
	padding-bottom: 6%;
	padding-left: 10%;
	padding-right: 10%;
	margin: 0 0;
}

.home .wp-block-post-template.is-flex-container,
.single-post .wp-block-post-template.is-flex-container
{ justify-content: space-between; }

.home .wp-block-post-template.is-flex-container { padding: 0 5%;  }

@media screen and (max-width: 1000px) {
	.fullwidth-content-container { padding-left: 8%; padding-right: 8%; }
	.content-container { padding-left: 8%; padding-right: 8%; padding-top: 12%; }
	.home .content-container.bg-mountains-home { 
		padding-left: 0; 
		padding-right: 0; 
		background-color: #fff !important; 
		background-image: none;
	}
	.home h2:after { content: none; }
	.content-container-post-grid { padding-top: 8% !important; }
	.technite-container { padding-left: 0 !important; padding-right: 0 !important; text-align: center; }
	.home-technite-offset .wp-block-buttons { justify-content: center; }
	.home-technite-logo { margin-top: 55px !important; }
	.container-event-home h4 { text-align: center; }
	.home .teal-darker-bg .pad-left-right { padding-left: 0px; padding-right: 0px; padding-top: 20px; }
	.single-post .post { padding: 48px 10% 80px 10%; }
}

@media screen and (max-width: 1200px) {
	.home h2:after { content: none; }
}

.content-container-cards {
	padding-top: 6%;
	padding-bottom: 0;
	padding-left: 10%;
	padding-right: 10%;
	margin: 0 0;
}

.fullwidth-content-cards {
	padding: 20px 16% 20px 16%;
	background-color: #fbfbfb;
	margin: 0 0;
}
.content-container-tab {
	padding: 0 0;
	background-color: #f6f6f6;
	margin-bottom: 0px;
}
.content-container-contact {
	padding: 0 0 0 16%;
	background-color: #fbfbfb;
}
@media screen and (max-width: 1200px) {
	.content-container-contact { padding: 0px 0px 0px 0px; }
	.content-container-contact > div:first-child { padding: 0px 0px 0px 30px; }
}
.contact-form-container:first-child { margin-top: 50px; background-color: #1b8490; }
.contact-form-container div:last-child { 
	margin-left: 0px !important;
	padding-left: 0px !important; 
	overflow-x: hidden;
}
.contact-form-container h4 { margin-left: 42px; margin-top: 60px; margin-bottom: 16px; }



.content-container-post-grid {
	padding-top: 2%;
	padding-bottom: 6%;
	padding-left: 5%;
	padding-right: 5%;
}
.container-keynote { padding: 60px; }

.container-event-home {
	padding-top: 4%;
	padding-left: 12%;
	padding-right: 12%;
	margin: 0 0;
}

@media screen and (max-width: 1000px) { 

	.container-event-home,
	.page-id-8233 .fullwidth-content-container.bg-mountains-white { padding-left: 15px; padding-right: 25px }

	.page-id-8233 .tribe-common-l-container.tribe-events-l-container { padding-left: 0; padding-right: 0; }
}

.home-technite { margin: 0 0; padding: 0 0 0 0; }
.home-technite-logo { 
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.home-technite-desc {margin: 20px; }
.home-technite-offset { margin-top: -300px; }

.home-stats-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
.home-stats {
	background-color: #0d434d;
	border: 1px solid #86a1a6;
	padding: 40px 0 20px 40px;
	margin-bottom: 20px;
}
.home-stats h4 { font-size: 1.6em; }
.home-stats-number {
	clear: both;
	font-family: "Archivo Black", sans-serif, Arial, Helvetica;
	font-size: 2.2em;
	font-weight: 400;
	color: #1b8490;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0;
}
.winner-box { margin-bottom: 0px; }

@media screen and (min-device-width: 481px) and (max-device-width: 1000px) { 
	.home-stats-container { margin: 50px 30px; }
	.home-stats { padding: 40px 0 20px 30px; }
	.home-stats h4 { font-size: 1.1em; }
	.winner-box div > div { display: none; }
	.home-stats-number { font-size: 1.4em; }

}
@media screen and (max-width: 1000px) { 
	.page-id-82 .contact-form-container { flex-direction: column; } 

}
/* Post styles */
.wp-block-post { 
	background: #fff; 
	padding-bottom: 40px;
	border: none;
	border-radius: 4px;
/* 	box-shadow: 1px 1px 5px #e0e0e0; */
	/* width: 30% !important; */
/*    margin: 1% !important;*/
}
@media screen and (max-width: 1000px) {
	.wp-block-post { width: calc(100% - 0.625em) !important; }
}
.wp-block-post-title {
	font-family: "Archivo Black", sans-serif, Arial, Helvetica;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1em;
	text-transform: capitalize;
	padding: 0 40px;
}
.wp-block-post-date {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 400;
	color: #b6b5b5;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0 40px;
}
.wp-block-post-excerpt { margin: 0 0; padding: 0 40px; }
/*.wp-block-separator { display: none; }*/
hr.wp-block-separator.has-css-opacity {
display: none;
}

.wp-block-post-featured-image {
	margin-top: 0;
	margin-bottom: 30px;
}
.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img { 
/*	height: 300px; */
	object-fit: cover; }

.single-post .entry-title {
    clear: both;
    font-family: "Archivo Black",sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: .6em;
    margin-bottom: .6em;
    color: #1b8490;
}
.single-post .entry-meta {
	color: #1b8490;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.single-post .post-thumbnail img { width: 100%; }
.catergory-rbtc-news .post-thumbnail {
    width: 100;
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.page-numbers {
    margin-right: 8px;
    margin-left: 8px;
    font-family: 'Archivo Black', sans-serif, Arial;
}
.wp-block-getwid-custom-post-type__post-title { padding-top: 10px; text-transform: unset; font-size: 2em; }
@media screen and (max-width: 1000px) {
	.wp-block-getwid-custom-post-type__post-title { font-size: 1.5em; }
}
/* Footer
--------------------------------------------- */
.site-footer {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #8eca53;
	color: #fff;
}
.site-footer {
	padding-top: 60px;
	padding-bottom: 18px;
	background-image: url(/wp-content/uploads/2022/01/bg-watermark.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.site-footer .site-info { padding: 0 10%;  } 
.site-footer .site-info a img { filter: brightness(0) invert(1); }
.site-info a {color: #fff; }
.site-info a:hover {color: #1b8490; }

.site-footer .site-info ul { 
	list-style: none;
	margin: 0;
    padding: 0;
}
.site-footer hr {width: 88%; border: 1px solid #9cd06b; margin-top: 20px; margin-bottom: 0px; }
.site-footer h6 {margin-bottom: 1.3em; }
.site-info figure { width: 25px; height: 25px; } 
.site-info > div:last-child > div:first-child {
	display: flex;
    justify-content: space-around;
	align-items: center;
	margin-top: 20px;
	margin-left: 5%;
}
.footer-col-head { font-size: 1em; }
.site-info h4 { line-height: 26px !important; margin-top: -2px; }
.menu-footer-nav-participate-bis-container a {color: #fff; line-height: 1.75em; margin-top: 0; }
.menu-footer-nav-participate-bis-container a:hover {color: #1b8490; }
.menu-footer-nav-about-container a {color: #fff; line-height: 1.75em; }
.menu-footer-nav-about-container a:hover {color: #1b8490; }

.site-info input[type="email"] { width: 100% !important; }

.copy-social {
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 0 5%;
	padding-top: 30px;
}

.copy-social > div { 
	display: flex; 
	width: 100%;
    justify-content: space-around;
    align-items: center;
	margin-bottom: 30px;
    flex-wrap: wrap;
}

.copy-social > div > div { 
	display: flex; 
	width: 580px;
    justify-content: space-around;
    align-items: center;
}

.copy-social > div h6 { text-align: center; }
.copy-social span { font-size: 13px; }

/* Partner logos */
.site-info > div:nth-child(3) > div:nth-child(2) {
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 1000px) {
	.copy-social .widget.widget_block.widget_media_image { padding: 0 20px; }
	.copy-social span { text-align: center; }
}

/* Social */
.site-info > div:nth-child(3) > div:nth-child(1) {
	justify-content: space-around;
	justify-content: flex-start;
	align-items: center;
	margin-left: 30px;
}
.widget.widget_block.widget_media_image { margin-right: 14px; margin-bottom: 0px; } 
/* Copyright */
#colophon > span:nth-child(3) {
	margin: 100px;
	color: #cbe5b7;
	font-size: 14px;
}
/* Mailchimp */
.mc-signup { display: flex; }
#mc-embedded-subscribe-form.validate h5, .copy-social h5 {
	font-family: "Archivo Black",sans-serif, Arial, Helvetica;
	font-size: 1.5em;
	font-weight: 400;
	color: #fff;
	line-height: 1.2em;
	text-transform: none;
	margin-bottom: 20px;
	text-align: right;
}

@media screen and (max-width: 1000px) {
	.site-info > div:first-child { 
		margin-bottom: 25px; 
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.site-info > div:nth-of-type(2) > div:first-child { display: none; }
	#mc-embedded-subscribe-form.validate h5 { text-align: left; }
/*	.site-info { text-align: center; }*/

	.site-footer { background-size: 200%; }
	.site-info > div:first-child > div:first-child  { margin: 0px 0px 0px 0px; }
/*	.site-info > div:first-child > div { width: 250px; }*/
	.site-info > div:first-child > div:last-child li:last-child { 
/* 		margin: 35px 0;
		width: fit-content;
		background-color: #0a646e;
		border-radius: 5px;
		padding: 4px 15px;
		font-size: 14px; */
		display: none;
	}
	.site-info h6:first-child { 
		margin-top: 0px;
	}
	#mc-embedded-subscribe-form.validate h5, .copy-social h5 { font-size: 1.15em; margin-top: 40px; }
}

@media screen and ( min-width: 1000px ) {
	.site-info > div:first-child { padding: 0 10%; }
	.site-info > div {
		display: flex;
		justify-content: space-between;
		padding: 0 80px;
	}
}

@media screen and ( max-width: 700px ) {
	.site-info .menu-item-18415 h6 { 
			margin-top: 40px;
	}
	.site-info { text-align: center; }
	.site-info > div:first-child { flex-direction: column; align-items: center; }
	
	
	
}
/* 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;
	width: 245px;
}

@media only screen and (max-width: 600px) { 
	.site-header .custom-logo { display: none; }
	.site-header .custom-logo { content: url('/wp-content/uploads/2022/02/cropped-rbtc-logo-mobile.png'); height: 46px; }
	.site-header .custom-logo { display: block; }
	
	.custom-logo-link svg .cls-3, .custom-logo-link svg .cls-4, .custom-logo-link svg .cls-13 { display: none; }
}
/* Video blocks and cards */
.video-block {
	display: flex;
	padding: 0 0;
	align-items: center;
	position: relative;
}
.video-block:after {
    content: '';
	position: absolute;
	right: 0;
	top: 0;
    display: block;
    width: 36px;
    height: 80px;
    background-image: url(/wp-content/uploads/2022/02/squares-block-tan.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: right;
    margin-right: 40px;
	margin-top: 30px;
}	
.video-desc {
	padding-right: 80px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.video-title {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #1b8490;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 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: left;
}

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

/* Cards
--------------------------------------------- */
.rbtc-card-row {
	display: flex;
	padding: 0 0;
	align-items: stretch;
	position: relative;
	margin: 80px 0 40px 0;
}
.card-row-right { flex-direction: row-reverse; }

.row-image {
	width: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.row-text {
	background-color: #f6f6f6;
	padding: 80px;
	width: 80%
}
@media screen and (max-width: 1000px) {
	.rbtc-card-row { margin: 0px 0 40px 0; }
	.row-image { display: none; }
	.row-text { width: 100%; padding: 40px 30px 30px 30px; }
}


/* Bio cards */
.bio-card {
	background-color: #f6f6f6;
    padding: 70px;
}
@media screen and (max-width: 1000px) {
	.bio-card { padding: 30px 14px 30px 30px; }
	.bio-text { padding-right: 16px; }
}	

.bio-image {
	line-height: 0;
    width: fit-content;
    margin-right: 5%;
	margin-bottom: 50px;
}

.bio-card h6 {margin: 0 0 10px 0; padding: 0 0; line-height: 1em; text-transform: unset; }
.bio-card .row-image {
  width: 300px;
  background-size: 70%;
  background-color: unset;
  background-position: 50px 50px;
  background-repeat: no-repeat;
}
.bio-text { width: 70%; }

.bio-director { margin-top: -100px; }

@media screen and (max-width: 1000px) {
	.bio-card { flex-direction: column; }
	.bio-text { width: 100%; }
}

/* Event page row background */
.page-id-1555 .wp-block-columns.white-bg .row-text, .page-id-1555 .wp-block-columns.gray-dark-bg .row-text { background-color: unset; }

.info-block {
	padding: 3% 5%;
	margin-left: 6%;
	margin-right: 6%;
	margin-top: -300px;
}
.rbtc-card-column-container { flex-wrap: wrap; align-items: stretch; display: flex; }

.rbtc-card-column {
	background-color: #152c51;
	display: flex;
	padding: 20px;
	align-items: stretch;
	position: relative;
	margin: 0 0 10px 0;
	width: 400px;
}

@media screen and (max-width: 1000px) {
	.rbtc-card-column { width: 100%; }
}
.column-text { padding: 30px; }
.column-text h5 { margin: 0 0; font-size: 24px; }

/* Reset wp-colums to accomidate our column flex */
.set-parent-block { 
	min-width: unset;
	flex-basis: unset;
    flex-grow: unset !important;
    margin-left: 0 !important;
	margin-bottom: 30px;
}

.set-parent-blocks {
	flex-wrap: wrap !important;
	justify-content: space-around;
	margin-bottom: 0;
}

@media screen and (max-width: 600px) {
	.set-parent-blocks { justify-content: center; }
}

/* Membership page numbered cards number styles */
.benefit-num {
	position: absolute;
    top: 0;
    width: 75px;
    height: 75px;
	color: #f6f6f6;
	font-family: "Archivo Black",sans-serif, Arial, Helvetica;
    background-color: #d1d2d3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
}

.card-row-left .benefit-num { right: 40px; }
.card-row-right .benefit-num { left: 40px; }
.join-renew .benefit-num { display: none; }

@media screen and (max-width: 1000px) {
	.card-row-left .benefit-num {  right: 20px; width: 40px; height: 35px; font-size: 20px; }
	.card-row-right .benefit-num { left: 20px; width: 40px; height: 35px; font-size: 20px; }
}

/* Carousels
--------------------------------------------- */
.owl-carousel .owl-wrapper { display: flex !important; align-items: center; }
.owl-carousel .owl-wrapper .owl-item { text-align: center; }
.ed-item img { max-width: 60% !important; }

@media screen and (max-width: 1000px) { 
	.owl-theme .owl-controls .owl-page span { display: none !important; }
}

/* Accordions
--------------------------------------------- */
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child { border: none; }
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper { border: none; }
.wp-block-getwid-accordion__content { border-right: none; border-bottom: none; border-left: none; }

/* Maps 
--------------------------------------------- */
.gmap { margin: 0 0; padding: 0 0 ; }

/* Event Calendar
--------------------------------------------- */
/* RBTC event descriptions on Event landing page */
.rbtc-event-container { 
	padding: 60px 100px 40px 100px;
	margin: 0 0 0 0;
	background-color: none;
}
.rbtc-event-container img { 
	height: 60px;
	width: auto; 
	background-color: none;
}

@media screen and (max-width: 1000px) { 
	.rbtc-event-container { padding: 0px 0px 0px 0px; }	
}
/* START The Event Calendar overrides */
.tribe-events-calendar-list__event-title-link {
	font-family: 'Archivo Black', sans-serif, Arial;
	font-weight: 400;
	color: #1b8490;
	text-transform: none;
}

.page-id-8112 .tribe-events-c-nav__prev-label, .tribe-events-c-nav__prev, .page-id-1555 .tribe-events-c-nav__prev-label { display: none; }

.page-id-8112 .tribe-common-c-svgicon.tribe-common-c-svgicon--caret-left.tribe-events-c-nav__prev-icon-svg,
.page-id-1555 .tribe-common-c-svgicon.tribe-common-c-svgicon--caret-left.tribe-events-c-nav__prev-icon-svg
{ display: none; }

.page-id-8112 .tribe-events-c-nav__next-label, .tribe-events-c-nav__next,
.page-id-1555 .tribe-events-c-nav__next-label { display: none; }

.page-id-8112 .tribe-common-c-svgicon.tribe-common-c-svgicon--caret-right.tribe-events-c-nav__next-icon-svg,
.page-id-1555 .tribe-common-c-svgicon.tribe-common-c-svgicon--caret-right.tribe-events-c-nav__next-icon-svg
{ display: none; }

.page-id-8112 .tribe-events-c-subscribe-dropdown, .page-id-1555 .tribe-events-c-subscribe-dropdown { display: none; }

.page-id-8112 .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container,
.page-id-1555 .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container
{ padding: 0px; margin: 0px; max-width: unset; }

.page-id-1555 .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav { display: none; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text { 
	color: #bf4001 !important; 
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.tribe-common-c-svgicon.tribe-common-c-svgicon--featured.tribe-events-calendar-list__event-datetime-featured-icon-svg {
	color: #bf4001 !important; 
}
.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
	font-family: "Archivo Black",sans-serif, Arial, Helvetica; 
	color: #bf4001; 
}
.tribe-events-calendar-list__event-date-tag-weekday {
	font-family: 'Roboto', Arial, sans-serif !important; 
	font-size: 13px !important;
	font-weight: 400 !important;
	color: #bf4001 !important; 
}
.tribe-event-date-start { font-family: 'Roboto', Arial, sans-serif !important; }
.tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold { font-family: 'Roboto', Arial, sans-serif !important; }
.tribe-events-back {font-family: 'Roboto', Arial, sans-serif !important; }
.tribe-events-calendar-list__month-separator-text.tribe-common-h7.tribe-common-h6--min-medium.tribe-common-h--alt {
	font-family: 'Roboto', Arial, sans-serif !important; 
}
.tribe-common-c-svgicon.tribe-common-c-svgicon--featured.tribe-events-calendar-month__calendar-event-datetime-featured-icon-svg {
	color: #bf4001 !important;
}
.tribe-events .tribe-events-c-search__button {
	color: #fff !important;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 600;
	background-color: #bf4001 !important;
	margin: 0 0;
	padding: 4px 14px;
	border: none;
	border-radius: 4px;
}
.tribe-events-c-view-selector__list-item-text { font-family: Roboto, Arial, sans-serif !important; }
.page-id-8233 .tribe-events-c-view-selector__list-item-text { font-family: Roboto, Arial, sans-serif !important; }
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
	font-family: Roboto, Arial, sans-serif !important; 
	color: #fff;
	background-color: #bf4001 !important;
	border: none;
	border-radius: 4px;
	margin: 0 0;
	padding: 4px 18px;
}
.page-id-8233 .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
	font-family: Roboto, Arial, sans-serif !important; 
	color: #fff;
	background-color: #bf4001 !important;
	border: none;
	border-radius: 4px;
	margin: 0 0;
	padding: 4px 18px;
}
.page-id-27168 .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
	font-family: Roboto, Arial, sans-serif !important; 
	color: #fff;
	background-color: #bf4001 !important;
	border: none;
	border-radius: 4px;
	margin: 0 0;
	padding: 4px 18px;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	color: #fff;
	background-color: #a33302 !important;
}
.page-id-8233 .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	color: #fff;
	background-color: #a33302 !important;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime::after {
	background-color: #ededed !important;
}
.tribe-events-schedule .recurringinfo a, .tribe-related-event-info .recurringinfo a { color: #1b8490; }

.tribe-common-l-container.tribe-events-l-container { padding-bottom: 0px !important; }

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
	background: #1b8490 !important;
}
.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum, .tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link {
	color: #1b8490 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime::after {
	display: none;
}
#tribe-events-pg-template {
	background-color: #fff !important;
	padding-left: 100px;
	padding-right: 100px;
	margin: 50px auto;
}

@media screen and (max-width: 1000px) { 
	.tribe-events .tribe-events-l-container { width: 100%; padding: 20px 0 0 0; }
	#tribe-events-pg-template { padding-left: 30px; padding-right: 30px; margin: 50px auto; }
	.tribe-events .tribe-events-c-nav__list-item--today { display: none !important; }
}
/* END The Events Calendar */

/*--------------------------------------------------------------
# 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;
}
.pad-left-right { padding-left: 10%; padding-right: 10%; }
.pad-left { padding-left: 30px; }

/* Member Directory */
.page-id-8204 .wp-block-columns.fullwidth-content-container.white-bg { padding-bottom: 0px; }
.members { 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.members-search { width: 100%; margin-bottom: 40px; }
.member-info-card { width: 380px; }
.member-info-card span {
	font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    display: block;
    margin-top: 10px;
}
.member-logo { width: 200px; height: 200px; display: flex;  align-items: flex-end;  }


/* Brand palette 
green-light
green-med
green-dark
teal-light
teal-med
teal-dark
blue-light
blue-med
blue-dark
red-light
red-med
red-dark
navy
white
tan-light
tan
gray
gray-dark*/


/* Mobile navigation - 
nav style was barrowed from another project some styles bellow do not apply*/

.menu-toggle,
.mobile-navigation.toggled ul,
.mobile-navigation .menu-mobile-nav-container {
	display: block;
	margin-left: 0;
}

.mobile-navigation .menu-toggle { background-color: #fff; }
.mobile-navigation .mobile-menus-container {  
	display: none;
	background-color: #0a646e;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	z-index: 999;
	padding-top: 20px;
}
.mobile-navigation.toggled .mobile-menus-container { display: block; }
.mobile-navigation ul { list-style: none; }
.menu-become-a-member-container { margin-bottom: 30px; }
.menu-become-a-member-container ul li a { font-size: 16px !important; }
.mobile-navigation.toggled ul > li > a { 
    font-family: Roboto, Arial, sans-serif;
    font-size: 28px;
	line-height: 2em;
    font-weight: 700;
	color: #fff; 
	text-decoration: none; 
}
.menu-mobile-main-container > ul > li > ul > li:first-of-type { padding-top: 12px; }
.menu-mobile-main-container > ul > li > ul > li:last-of-type { padding-bottom: 12px; }
.mobile-navigation.toggled ul li ul li a { 
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
	line-height: 1.9em;
    font-weight: 500;
	color: #fff; 
	text-decoration: none; 
	margin-left: -38px;
}
.menu-mobile-menu-below-main-container > ul > li > a {
font-size: 18px !important;
margin-bottom: 10px;
padding-bottom: 18px;
line-height: 3em !important;
}
.menu-mobile-menu-below-main-container > ul > li { border-top: 1px solid #fff; margin-right: 40px; }
.menu-mobile-menu-below-main-container > ul > li:first-of-type { margin-top: 40px; }

.mobile-navigation.toggled .menu-mobile-nav-container > ul > li:first-of-type > ul > li:not(:first-of-type) > a { 
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	padding-left: 3px;
	line-height: 1.5em;
}
.mobile-navigation.toggled .menu-mobile-nav-container > ul > li:not(:first-of-type) > ul > li > a { 
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	padding-left: 3px;
	line-height: 1.5em;
}
.mobile-navigation.toggled .menu-mobile-nav-container > ul > li:not(:first-of-type) > ul > li > a:hover { color: #fff; text-decoration: underline; }

.menu-mobile-main-container > ul > li { position: relative; }
.mobile-navigation.toggled div div > ul > li > p { 
	content: '';
	background-image: url("/wp-content/themes/rbtc/template-parts/assets/plus-sign.svg");
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	right: 52px;
	top: 20px;
	margin: 0;
}
.mobile-navigation.toggled .menu-mobile-nav-container > li > ul > li > a { font-size: 18px; }

.menu-toggle #menu-ham { stroke: #a33302; }
.menu-toggle #menu-x { display: none; }
.mobile-navigation.toggled .menu-toggle #menu-x { 
	display: inline; 
	stroke: #fff; 
	z-index: 99999;
    position: fixed;
	right: 46px;
}

.mobile-navigation.toggled div > ul > li > ul {  display: none; }
.mobile-navigation.toggled .menu-stationary-header-menu-container > ul { border-bottom: 1px solid #c1c1c1; margin: 15px 30px; padding: 6px 12px; }
.mobile-navigation.toggled .menu-stationary-header-menu-container li { margin-bottom: 10px; }
.mobile-navigation.toggled .menu-stationary-header-menu-container a { font-size: 18px; text-transform: uppercase; }

.mobile-navigation.toggled .s-header-contact-info div { display: flex; flex-flow: column; margin-left: 40px; }
.mobile-navigation.toggled .s-header-contact-info a { color: #fff; font-size: 18px; margin-bottom: 5px; }

@media screen and (min-width: 1000px) { .mobile-navigation { display: none; } }

@media screen and (max-width: 1000px) { 
	#menu-top-menu, #navigation { display: none; }
	#masthead.site-header { 
		padding: 30px 25px; 
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (min-width: 1000px) {
	.mobile-navigation .menu-mobile-nav-container { display: none; }
}

@media screen and (max-width: 1000px) {
	.main-navigation { display: none !important; }
	.site-branding { display: none !important; }
}

.nf-field-container .field-wrap .nf-element::placeholder { color: #1b8490; }

#nf-form-2-cont .nf-error .ninja-forms-field { border: 1px solid #fff !important; }

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img { width: 50%; }
.archive-blog{
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* Member Directory */
.member-card__wrapper.listview {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.member-card__wrapper.listview .member-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin: 20px;
}

.member-card__wrapper.listview .member-card__image {
	width: 100%;
	max-width: 200px;
	margin-bottom: 20px;
}

.member-card__wrapper.listview .member-card__image img {
	width: 100%;
}

.member-card__wrapper.listview .member-card__content {
	text-align: center;
}

.member-card__wrapper.listview .member-card__address {
	text-align: center;
}

.member-card__wrapper.listview .member-card__socials {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.member-card__wrapper.listview .member-card__socials a {
	margin: 0 10px;
}

.member-card__wrapper {
	/* grid styles for children, 4 columns responsive */
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 20px;
	padding: 20px;
	align-items: center;
	justify-items: center;
	grid-row-gap: 40px;
	background: url(/wp-content/uploads/2022/01/bg-mountains-white.png);
	background-color: #fbfbfb;
}

.member-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	width: 250px;
	box-sizing: border-box;
	height: 100%;
}

.member-card__image {
	width: 100%;
	max-width: 200px;
	margin-bottom: 20px;
	align-self: center;
}

.member-card__image img {
	width: 100%;
}

.member-card__content {
	text-align: center;
}

.member-card__content p {
	margin: 0;
	margin-bottom: 10px;
}
.member-card__content h3 {
	font-size: 18px;
	text-align: left;
	color: #0a1116;
}
.member-card__content a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.member-card__content a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.member-card__address>* {
	margin: 0;
	line-height: 1.5;
}

.member-card__address {
	margin-bottom: 10px;
}

.member-card__socials>* {
	font-size: 20px;
	color: black;
	transition: all 0.2s ease-in-out;
}

.member-card__socials .fa-square-twitter:hover {
	color: #1da1f2;

}

.member-card__socials .fa-square-facebook:hover {
	color: #3b5998;

}

.member-card__socials .fa-linkedin:hover {
	color: #0077b5;

}

.member-card__socials .fa-link:hover {
	color: #0d434d;
}

/* simple hover transition */
.member-card__socials>*:hover {
	transform: scale(1.2);
}

.loading-rbtc-dir {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.loading-spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #0c434d;
	border-radius: 50%;
	animation: spin 1.3s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}