/*!
Theme Name: nvsbc
Theme URI: https://www.nvsbc.org/
Author: Bufflehead Internet Technology
Author URI: https://www.buffleheadweb.com/
Description: Theme for NVSBC, based off of the <em>underscores</em> starter theme.
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: nvsbc
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.

nvsbc 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%;
	height: 100.5%;
}

/* 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 {

}

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

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
--------------------------------------------- */
.entry-content a {
	color: #007d8a;
	transition: all 0.2s ease-in-out;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.entry-content a:visited {
	color: rgba(0,125,138,0.7);
	text-decoration: none;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
	color: #007d8a;
	text-decoration: none;
	border-bottom: 1px solid #007d8a;
}

.entry-content a:focus {
	outline: ;
}

.entry-content a:hover,
.entry-content 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;
}

/* Typography */
.home-hero h1 {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #ffffff; font-size: 50px; line-height: 58px; font-weight:600; text-transform: uppercase;}
h1.entry-title {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #ffffff; font-size: 50px; line-height: 58px; font-weight: 600; text-transform: uppercase; text-align: center; margin: -11px auto 0px auto;}
.entry-header .opaque-layer .container h1.entry-title {width: 50%;}
h1.location-entry-title {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #ba2d2f; font-size: 50px; line-height: 56px; font-weight: 600; text-transform: uppercase; text-align: center; margin: -11px auto 18px auto;}
h1.news-entry-title {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #1b365d; font-size: 44px; line-height: 45px; font-weight:600; text-transform: uppercase; margin-bottom: 12px;}
h1.team-entry-title {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #1b365d; font-size: 44px; line-height: 45px; font-weight:600; text-transform: uppercase; margin-bottom: 12px;}
h2 {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #1b365d; font-size: 44px; line-height: 52px; font-weight:600; text-transform: uppercase;}
h3 {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #1b365d; font-size: 36px; line-height: 42px; font-weight:600; text-transform: uppercase;}
h4 {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #19191a; font-size: 30px; line-height: 31px; font-weight:400; text-transform: none;}
.entry-content .wpb_text_column strong {font-weight: 600!important;}
.entry-content .wpb_text_column {color: #19191a;}
.entry-content p {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #19191a; font-size: 18px; line-height: 24px; font-weight: 400; margin-bottom: 16px;}
.entry-content ul {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 18px; font-weight: 400; margin-top: 20px; margin-bottom: 16px; margin-left: 10px;}
.entry-content ul.two-cols {columns: 2; column-gap: 30px;}
.entry-content ul li {line-height: 1.28; margin-bottom: 8px;}
.entry-content .wpb_wrapper p {margin-top: 24px;}
.entry-content .wpb_text_column.data-highlights p {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #ffffff; font-size: 80px; line-height: 80px; font-weight: 700; margin-top: 42px!important;}
.entry-content .wpb_text_column.normalbold p, .entry-content .wpb_text_column.normalbold ul {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #19191a; font-size: 18px; line-height: 24px; font-weight: 500;}
.entry-content .wpb_text_column.large p, .entry-content .wpb_text_column.large ul {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #19191a; font-size: 20px; line-height: 28px; font-weight: 300;}
.entry-content .wpb_text_column.largebold p, .entry-content .wpb_text_column.largebold ul {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #19191a; font-size: 20px; line-height: 28px; font-weight: 500;}
.entry-content .wpb_text_column.white p, .entry-content .wpb_text_column.white ul {color: #ffffff;}
.entry-content .wpb_text_column.blue p, .entry-content .wpb_text_column.blue ul {color: #1b365d;}
.entry-content .wpb_text_column.teal p, .entry-content .wpb_text_column.teal ul {color: #007d8a;}
.entry-content .wpb_text_column.extralarge p {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #19191a; font-size: 26px; line-height: 34px; font-weight: 300;}
.entry-content .wpb_text_column.extralargewhite p {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #ffffff; font-size: 24px; line-height: 32px; font-weight: 300;}
.entry-content .wpb_text_column.bluebold p, .entry-content .wpb_text_column.bluebold ul {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #1b365d; font-size: 18px; line-height: 24px; font-weight: 500;}
.entry-content .wpb_text_column.tealbold p, .entry-content .wpb_text_column.tealbold ul {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #007d8a; font-size: 18px; line-height: 24px; font-weight: 500;}
.entry-content .wpb_text_column.whitebold p, .entry-content .wpb_text_column.whitebold ul {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #ffffff; font-size: 18px; line-height: 24px; font-weight: 500;}
.entry-content .wpb_text_column.largeitalteal p {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #007d8a; font-size: 20px; line-height: 28px; font-weight: 400; font-style: italic;}
.entry-content .wpb_text_column.largebluebold p, .entry-content .wpb_text_column.largebluebold ul {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #1b365d; font-size: 20px; line-height: 24px; font-weight: 500;}
.entry-content .wpb_text_column.largeblue p, .entry-content .wpb_text_column.largeblue ul {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #1b365d; font-size: 20px; line-height: 24px; font-weight: 300;}
.entry-content .wpb_text_column.whitelarge p, .entry-content .wpb_text_column.whitelarge ul {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #ffffff; font-size: 20px; line-height: 28px; font-weight: 300;}
.entry-content .wpb_text_column.extralargewhitebold p {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #ffffff; font-size: 24px; line-height: 32px; font-weight: 500;}
.entry-content .wpb_text_column.extralargebluebold p {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #1b365d; font-size: 24px; line-height: 32px; font-weight: 500;}
.entry-content .wpb_text_column.extralargetealbold p {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #007d8a; font-size: 24px; line-height: 32px; font-weight: 500;}
@media screen and (max-width: 1025px) {
.entry-content ul.two-cols {columns: 1;}
.entry-content .wpb_text_column.data-highlights p {font-size: 60px; line-height: 60px;}
}
@media screen and (max-width: 850px) {
h2 {font-size: 45px; line-height: 46px;}
h3 {font-size: 41px; line-height: 42px;}
h4 {font-size: 28px; line-height: 29px;}
}
@media screen and (max-width: 767px) {
.entry-content .wpb_text_column.data-highlights p {margin-top: 24px!important;}
}
@media screen and (max-width: 580px) {
.home-hero h1 {font-size: 46px; line-height: 52px;}
}
@media screen and (max-width: 480px) {
.home-hero h1 {font-size: 43px; line-height: 49px;}
h2 {font-size: 42px; line-height: 43px;}
h3 {font-size: 39px; line-height: 40px;}
h4 {font-size: 27px; line-height: 28px;}
}
@media screen and (max-width: 380px) {
.home-hero h1 {font-size: 38px; line-height: 44px;}
}

/* Page Structure */
.entry-header {background-size: cover;}
.entry-header .container {width: 100%; max-width:1400px; display: flex; margin-right: auto; margin-left: auto; padding: 10px 20px 10px 20px;}
.site-main .entry-content {width: 100%; max-width:1400px; margin-right: auto; margin-left: auto; padding: 10px 20px 10px 20px;}
.vc_col-has-fill > .vc_column-inner {padding-top: 4px!important;}
.vc_col-has-fill > .vc_column-inner .wpb_text_column {margin-bottom: 0px!important;}
.entry-content > .wpb-content-wrapper > .vc_row.wpb_row:first-child {margin-top: 0px!important;}
.entry-content .vc_row.wpb_row.vc_row-fluid.vc_row-flex:not(.vc_column-gap-30) {margin-top: 56px;}
.entry-content .wpb_single_image {margin-bottom: 5px!important;}
.entry-content .wpb_content_element {}

/* L1 Page Structure */
.entry-header {background-color: #444444; height: 190px; display: flex; align-items: center;}
.entry-header .opaque-layer {display: flex; align-items: center; width: 100%; height: 190px; background-color: rgba(27,54,93,0.75); clip-path: polygon(0% 0%, 0% 100%, 75% 100%, 77% 0, 79% 0, 77% 100%, 100% 100%, 100% 0);}
.entry-header .opaque-layer.red {background-color: rgba(186,45,47,0.8);}
.entry-header .opaque-layer.teal {background-color: rgba(0,125,138,0.8);}
.entry-header .opaque-layer .container {display: flex; align-items: center;}
@media screen and (max-width:1280px) {
.entry-header .opaque-layer {clip-path: polygon(0% 0%, 0% 100%, 74% 100%, 77% 0, 79% 0, 76% 100%, 100% 100%, 100% 0);}
}
@media screen and (max-width:1024px) {
.entry-header .opaque-layer {clip-path: polygon(0% 0%, 0% 100%, 86% 100%, 92% 0, 94% 0, 88% 100%, 100% 100%, 100% 0);}
}
@media screen and (max-width:620px) {
.entry-header .opaque-layer .container h1.entry-title {width: calc(100% - 92px);}
}
@media screen and (max-width:480px) {
.entry-header .opaque-layer {clip-path: polygon(0% 0%, 0% 100%, 82% 100%, 96% 0, 99% 0, 85% 100%, 100% 100%, 100% 0);}
.entry-header .opaque-layer .container h1.entry-title {font-size: 44px; line-height: 50px;}
}
@media screen and (max-width:379px) {
.entry-header .opaque-layer .container h1.entry-title {width: calc(100% - 56px);}
}

/* Header */
.site-header {width: 100%;}
.site-header .container {width: 100%; max-width:1400px; display: flex; margin-right: auto; margin-left: auto; padding: 10px 20px 8px 20px;}
.site-header .container .site-branding {display: flex; align-items: center;}
.site-header .container .site-branding .logo img {width: 100%; max-width: 150px;}
.site-header .container .site-branding .name {width: 230px; padding-left: 16px; height: 100%; display: flex; align-items: center; padding-bottom: 10px;}
.site-header .container .site-branding .name p {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #1b365d; font-size: 31px; line-height: 34px; font-weight:700;}
.site-header .container .site-branding .name p a {text-decoration: none; color: #1b365d; text-transform: uppercase;}
.site-header .container .navigation {margin-left: auto; text-align: right;}
.site-header .container .navigation .top-row {display: flex; column-gap: 10px; align-items: center;}
.site-header .container .navigation .top-row div:first-child {margin-left: auto;}
.site-header .container .navigation .top-row .vet-connect {display: flex; column-gap: 10px; align-items: center;}
.site-header .container .navigation .top-row p {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 18px; line-height: 20px; color: #1b365d; font-weight: 500;}
.site-header .top-row .search-form {margin-top: 1px;}
.site-header input[type="search"].swp-input--search {background-image: none; padding: 0px 8px!important;}
.site-header input[type="search"] {outline: none!important; border: none!important; background-color: #eaecf0!important; width: 180px!important; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
.site-header input[type="search"]:focus {outline: none!important; background-color: #eaecf0!important;}
.site-header form.searchwp-form .swp-flex--gap-md {gap: 0em!important;}
.site-header .search-submit.swp-button {border-radius: 0px; border: 0px; background-color: #eaecf0;}
.site-header input[type="submit"] {cursor: pointer!important; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #929394; padding: 9px 14px 9px 8px!important; border-top-right-radius: 5px!important; border-bottom-right-radius: 5px!important;}
.top-row .vet-connect .vet-connect-label {display:none;}
@media screen and (max-width:1280px) {
.site-header .container .site-branding .logo img {width: 100%; max-width: 134px;}
.site-header .container .site-branding .name {width: 184px; padding-left: 12px;}
.site-header .container .site-branding .name p {font-size: 26px; line-height: 31px;}
.header-nav > .container {align-items: flex-end;}
.header-nav > .container > .site-header-container {margin-left: auto;}
}
@media screen and (max-width: 1024px) {
.site-header input[type="search"] {width: 150px!important;}
}
@media screen and (max-width: 960px) {
.site-header .site-branding {min-width: 322px;}
.top-row {flex-wrap: wrap; padding-left: 28px;}
.top-row .search-form {margin-top: 12px!important; margin-left: auto;}
}
@media screen and (max-width: 767px) {
.top-row {padding-left: 0px;}
.site-header .container {flex-wrap: wrap;}
.site-header .container .site-branding {display: flex; align-items: center; margin-left: auto; margin-right: auto; min-width: 322px;}
.site-header .container .navigation {margin-left: auto; margin-right: auto; text-align: center; margin-top: 12px; width: 100%;}
.top-row .search-form {width: 100%; margin-left: auto; margin-right: auto; margin-top: 20px!important;}
.site-header .container .navigation .top-row div:first-child {margin-left: auto; margin-right: auto;}
.site-header .navigation .header-nav {margin-top: -58px!important;}
}
@media screen and (max-width: 540px) {
.site-header .navigation .header-nav {margin-top: -14px!important;}
}
@media screen and (max-width: 440px) {
.top-row .vet-connect {flex-wrap: wrap; justify-content: space-between; width: 100%; max-width: 304px;}
.top-row .vet-connect .vet-connect-label {width: 100%; margin-bottom: 14px;}
}
@media screen and (max-width: 379px) {
.site-header .container .site-branding {min-width: 100%;}
.site-header .container .site-branding .logo img {width: 100%; max-width: 110px;}
.site-header .container .site-branding .name p {font-size: 24px; line-height: 29px;}
}
@media screen and (max-width: 360px) {
.top-row .vet-connect {max-width: 264px;}
}

/* Primary Nav */
/*.mobile-menu {display: none;}
@media screen and (max-width: 835px) {
.mobile-menu {display: flex;}
.desktop-menu {display: none;}
} */
.site-header .navigation {display: flex; flex-direction: column;}
.site-header .navigation .header-nav {margin-top: auto;}
.site-header .navigation .header-nav .main-navigation {font-family: "DM Sans", sans-serif; font-weight: 600; font-size: 18px;}
.site-header .navigation .header-nav .container {padding-right: 0px;}
.site-header .navigation .header-nav .main-navigation li {margin-right: 22px;}
.site-header .navigation .header-nav .main-navigation li:last-child {margin-right: 0px;}
.site-header .navigation .header-nav .main-navigation li a {color: #1b365d; transition: all 0.4s ease-in-out; text-transform: uppercase!important;}
.site-header .navigation .header-nav .main-navigation li a:hover, .site-header .navigation .header-nav .main-navigation li a:focus {color: #ba2d2f;}
/* Mega Menu Styling */
.site-header .navigation .header-nav .main-navigation li.mega-menu-item a.mega-menu-link {font-family: "DM Sans", sans-serif!important; font-weight: 600!important; font-size: 16px!important; text-transform: uppercase!important;}
.site-header .mega-menu .mega-menu-item:last-child .mega-menu-link {padding-right: 0px!important;}
.site-header .navigation .header-nav .main-navigation li.mega-menu-item.mega-current_page_item a.mega-menu-link {/* underline here */}
.site-header .navigation .header-nav .main-navigation .mega-indicator {display:none!important;}
.site-header .navigation .header-nav .main-navigation .mega-menu-row {min-height: 214px!important;}
.site-header .navigation .header-nav .main-navigation .mega-sub-menu {background: linear-gradient(to right, #eaecf0, #eaecf0), transparent!important; background-size: 100% calc(100% - 24px), 100% 24px!important; background-repeat: no-repeat!important; background-position: bottom, top!important;}

.mega-sub-menu .mega-sub-menu { width: 100%; max-width: 1020px!important; margin: 0px auto!important;}
.site-header .navigation .header-nav .main-navigation .mega-sub-menu h4 {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #007d8a; font-size: 24px; line-height: 28px; font-weight:600; margin: 4px 0px;}
.mega-sub-menu .mega-menu-item-type-widget {font-family: "DM Sans", sans-serif!important; font-weight: 500!important; font-size: 14px!important; line-height: 20px!important; color: #19191a;}
.site-header .navigation .header-nav .main-navigation .mega-sub-menu h4.mega-block-title {font-family: "Antonio", sans-serif!important; font-optical-sizing: auto; color: #007d8a!important; font-size: 24px!important; line-height: 28px!important; font-weight:600!important; padding-top: 24px!important; margin-bottom: 12px!important;}

.mega-sub-menu ul.menu {list-style-type: none; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; margin-top: 36px; flex-wrap: wrap; column-gap: 30px; columns: 2;}
.mega-sub-menu ul.menu li {width: 100%; margin-bottom: 14px;}
.mega-sub-menu ul.menu li a {color: #1b365d; font-weight: 600; font-size: 18px!important; text-decoration: none; transition: all 0.3s ease-in-out; position: relative; line-height: 1.1;}
.mega-sub-menu ul.menu li a:hover, .mega-sub-menu ul.menu li a:focus {color: #007d8a!important;}
.mega-sub-menu ul.menu li a::before {position: absolute; content:''; bottom: 0; left: 0; height: 2px; width: 0; background-color:#007d8a; transition: all 0.3s ease-in-out; margin-bottom: 1px;}
.mega-sub-menu ul.menu li a:hover::before {width: 100%;}

@media screen and (max-width:1280px) {
.site-header .navigation .header-nav .container {padding-left: 0px;}
.site-header .navigation .header-nav .main-navigation li {margin-right: 15px;}
.site-header .navigation .header-nav .main-navigation {font-family: "DM Sans", sans-serif; font-weight: 600; font-size: 17px;}
.mega-toggle-label {color: #1b365d!important;}
.mega-toggle-block-1:after {color: #1b365d!important;}
.mega-toggle-label {color: #1b365d!important; font-size: 17px!important; font-family: "DM Sans", sans-serif!important; font-weight: 700!important;}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {
    content: "\f228"!important;
    font-family: "dashicons";
    font-size: 26px!important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
    content: "\f153"!important;
    font-family: "dashicons";
    font-size: 26px!important;
}
.desktop-menu > .mega-menu-wrap > .mega-menu > .mega-menu-item:first-child > a.mega-menu-link {padding: 0px 8px 0px 6px!important;}
}
@media screen and (max-width:1180px) {
.mega-sub-menu ul.menu {columns: 1; column-gap: 0px; margin-top: -6px; padding-left: 0px;}
.mega-sub-menu ul.menu li a {font-size: 16px!important;}
.site-header .navigation .header-nav .main-navigation .mega-sub-menu {background: linear-gradient(to right, #ffffff, #ffffff), transparent!important; background-size: 100% calc(100% - 24px), 100% 24px!important; background-repeat: no-repeat!important; background-position: bottom, top!important;}
.site-header .navigation .header-nav .main-navigation .mega-sub-menu h4.mega-block-title {font-size: 22px!important; line-height: 26px!important; padding-top: 8px!important;}
}
@media screen and (max-width:1056px) {

}

/* Footer */
.site-footer .over-footer-row {background-color: #ffa13c; margin-right: auto; margin-left: auto; text-align: center;}
.site-footer .over-footer-row .container {padding: 40px 20px 40px 20px;}
.site-footer .over-footer-row .container .footer-newsletter-signup {width: 100%;}
.site-footer .over-footer-row .container .footer-newsletter-signup h3 {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #ffffff; font-size: 36px; line-height: 40px; font-weight:700; text-transform: uppercase; text-align: center; margin: 0px;}
.site-footer .over-footer-row .container .footer-newsletter-signup p {margin: 0px; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 12px; line-height: 14px; color: #19191a; font-weight: 500;}
.site-footer .over-footer-row .container .footer-newsletter-signup .newsletter-form {margin: 24px 0px;}
.site-footer .footer-row {background-color: #333f48; color: #FFB6C1;}
.site-footer .bottom-footer-row {background-color: #333f48; color: #FFB6C1;}
.footer-row .container {width: 100%; max-width:1400px; display: flex; flex-direction: row; column-gap: 20px; margin-right: auto; margin-left: auto; padding: 10px 20px 10px 20px;}
.footer-row .footer-col.site-branding {width: 50%;}
.footer-row .footer-col.menu {width: 50%; padding-top: 26px;}
.footer-row .footer-col.menu ul.menu {list-style-type: none; text-align: right; margin-left: auto; columns: 2; width: 100%; max-width: 480px; margin-bottom: 0px; column-gap: 36px;}
.footer-row .footer-col.menu ul.menu:has(> :last-child:nth-child(odd))::before {content: ""; display: block; height:.1px;}
.footer-row .footer-col.menu ul.menu a, .footer-row .footer-col.menu ul.menu a:visited {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #ffffff; font-size: 24px; font-weight: 600; text-transform: uppercase; text-decoration: none; transition: all 0.3s ease-in-out;}
.footer-row .footer-col.menu ul.menu a:hover, .footer-row .footer-col.menu ul.menu a:focus, .footer-row .footer-col.menu ul.menu li.current_page_item a:hover, .footer-row .footer-col.menu ul.menu li.current_page_item a:focus {color: #ffa13c; text-decoration: none;}
.footer-row .footer-col.menu ul.menu li.current_page_item a {color: #ffd9b1;}
.footer-row .site-branding {display: flex; align-items: center; margin: 0px; padding: 0px;}
.footer-row .site-branding p {}
.footer-row .site-branding .footer-logo {height: 100%; padding-top: 0px}
.footer-row .site-branding .footer-logo img {width: 120px; height: 100%;}
.footer-row .site-branding .name {width: 230px; padding-left: 16px; display: flex; align-items: center; height: 100%;}
.footer-row .site-branding .name p, .footer-row .site-branding .name p a, .footer-row .site-branding .name p a:hover, .footer-row .site-branding .name p a:focus, .footer-row .site-branding .name p a:visited {font-family: "Antonio", sans-serif; font-optical-sizing: auto; color: #ffffff; font-size: 28px; line-height: 34px; font-weight:700; text-decoration: none; margin: -10px 0px 0px 0px; text-transform: uppercase;}
.bottom-footer-row .container {width: 100%; max-width:1400px; display: flex; flex-direction: row; column-gap: 20px; margin-right: auto; margin-left: auto; padding: 32px 20px 10px 20px;}
.bottom-footer-row .footer-col.awards-socials {width: 50%;}
.bottom-footer-row .footer-col.awards-socials .socials {display: flex; column-gap: 20px;}
.bottom-footer-row .footer-col.awards-socials .socials p a {display: flex; align-items: center; justify-content: center;width: 34px; height: 34px; background-color: #ffffff; border-radius: 50%; transition: all 0.2s ease-in-out; text-decoration: none;}
.bottom-footer-row .footer-col.awards-socials .socials p a:hover, .bottom-footer-row .footer-col.awards-socials .socials p a:focus {background-color: #ffa13c;}
.bottom-footer-row .footer-col.awards-socials .socials p a i {color: #333f48; font-size: 21px;}
.bottom-footer-row .footer-col.awards-socials .awards {display: flex; column-gap: 12px; margin-bottom: 16px;}
.bottom-footer-row .footer-col.awards-socials .awards img {width: 60px; height: 60px;}
.bottom-footer-row .footer-col.legals {width: 50%;}
.bottom-footer-row .footer-col.legals p {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 12px; text-align: right; color: #ffffff; margin: 12px 0px 12px auto;}
.bottom-footer-row .footer-col.legals p.shorter {width: 100%; max-width: 620px;}
.bottom-footer-row .footer-col.legals p.shortest {width: 100%; max-width: 500px;}
.bottom-footer-row .footer-col.legals p a {color: #ffffff; transition: all 0.3s ease-in-out; text-decoration: none;}
.bottom-footer-row .footer-col.legals p a:hover, .bottom-footer-row .footer-col.legals p a:focus {color: #ffa13c;}
@media screen and (max-width:767px) {
.footer-row .container {flex-direction: column; column-gap: 0px; padding-top: 26px;}
.footer-row .footer-col.site-branding {width: 100%;}
.footer-row .footer-col.menu {width: 100%;}
.footer-row .footer-col.menu ul.menu {text-align: left; margin-left: 0px; padding-left: 0px; columns: 1; width: 100%; max-width: 400px; margin-bottom: 0px;}
.bottom-footer-row .container {flex-direction: column; column-gap: 0px; margin-right: auto; margin-left: auto;}
.bottom-footer-row .footer-col.awards-socials {width: 100%;}
.bottom-footer-row .footer-col.legals {width: 100%;}
.bottom-footer-row .footer-col.legals p {text-align: left;}
.bottom-footer-row .footer-col.legals p.shorter {width: 100%; max-width: 100%;}
.bottom-footer-row .footer-col.legals p.shortest {width: 100%; max-width: 100%;}
}
@media screen and (max-width:380px) {
.footer-row .site-branding .name p, .footer-row .site-branding .name p a, .footer-row .site-branding .name p a:hover, .footer-row .site-branding .name p a:focus, .footer-row .site-branding .name p a:visited {font-size: 26px; line-height: 32px;}
}

/* General Row Styles */
.no-bottom-margin {margin-bottom: -34px!important;}
.zero-top-margin {margin-top: 0px!important;}
.zero-bottom-margin {margin-top: 0px!important;}
.no-top-margin {margin-top: -34px!important;}
.regular-top-margin {margin-top: 34px!important;}
.regular-top-padding {padding-top: 34px!important;}
.regular-bottom-margin {margin-bottom: 34px!important;}
.negative-bottom-margin {margin-bottom: -55px!important;}
.not-full-width {width: 100%; max-width: 1220px; margin-left: auto!important; margin-right: auto!important;}
.vc_row.vc_column-gap-30 {margin-left: -20px!important; margin-right: -20px!important;}
div[class="vc_row wpb_row vc_row-fluid"]>.vc_column_container>.vc_column-inner {padding-top: 35px; padding-bottom: 25px;}
@media screen and (max-width:767px) {
.reverse-section {flex-direction: column-reverse;}
}

/* Site Back Button
--------------------------------------------------------------*/
.site-back {
 display:block;
 height:40px;
 width:40px;
 position:fixed;
 bottom:14px;
 right:30px;
 overflow:visible;
 text-indent:100%;
 white-space:nowrap;
 background:rgba(234,236,240,1) url('https://nvsbc.org/wp-content/uploads/2025/06/site-back-hover.svg') no-repeat center 50%;
 visibility:visible;
 opacity:0;
 -webkit-transition:all .3s;
 -moz-transition:all .3s;
 transition:all .3s;
 border-radius: 50%;
 border: 0px;
 z-index: 1000;
 background-size: 20px 25px;
}
.site-back.top-is-visible {
 visibility:visible;
 opacity:1;
 border: 0px;
}
.site-back:active, .site-back:focus {border:0px; outline: none;}
.site-back.top-fade-out {
 border: 0px solid #906e6e;
}
.no-touch .site-back:hover {
 background-color:red;
 opacity:1;
}
.site-back.top-is-visible:hover {
 background:rgba(25,97,174,1) url('https://nvsbc.org/wp-content/uploads/2025/06/site-back-off.svg') no-repeat center 50%;
 background-size: 20px 25px;
}
@media only screen and (max-width: 1024px) {
 .site-back {
 right:14px;
 bottom:10px;
 }
}
@media only screen and (max-width: 768px) {
 .site-back {
 bottom:10px;
 right: 10px;
 }
}
@media only screen and (max-width: 480px) {
 .site-back {
 bottom:4px;
 right: 4px;
 }
}
/* End Site Back Button

/* Buttons */
a.yellow-btn {background-color: #ffa13c; padding: 6px 14px; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #1b365d; font-size: 16px; font-weight: 500; text-transform: uppercase; text-decoration: none; transition: all 0.3s ease-in-out;}
a.yellow-btn:hover, a.yellow-btn:focus {background-color: #fbdec0; color: #82480a!important;}
a.blue-btn {background-color: #1b365d; padding: 6px 14px; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; color: #ffffff; font-size: 16px; font-weight: 500; text-transform: uppercase; text-decoration: none; transition: all 0.3s ease-in-out;}
a.blue-btn:hover, a.blue-btn:focus {background-color: #a7ccf3; color: #1b365d;}
@media screen and (max-width:360px) {
a.yellow-btn {padding: 6px 8px; font-size: 14px;}
a.blue-btn {padding: 6px 8px; font-size: 14px;}
}

/* Custom WPBakery Buttons */
.vc_btn3-container .vc_btn3-color-btn-yellow-bg, .vc_btn3-container a.vc_btn3-color-btn-yellow-bg {background-color: #ffa13c!important; border: 0px solid #ffa13c!important; padding: 10px 28px!important; border-radius: 0px!important; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #19191a!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-container .vc_btn3-color-btn-yellow-bg:hover, .vc_btn3-container a.vc_btn3-color-btn-yellow-bg:hover, .vc_btn3-container .vc_btn3-color-btn-yellow-bg:focus, .vc_btn3-container a.vc_btn3-color-btn-yellow-bg:focus {background-color: #fbdec0!important; color: #82480a!important; border: 0px solid #ffd09e!important;}
.vc_btn3-container .vc_btn3-color-btn-blue-bg, .vc_btn3-container a.vc_btn3-color-btn-blue-bg {background-color: #1b365d!important; border: 0px solid #1b365d!important; padding: 10px 28px!important; border-radius: 0px!important; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #ffffff!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-container .vc_btn3-color-btn-blue-bg:hover, .vc_btn3-container a.vc_btn3-color-btn-blue-bg:hover, .vc_btn3-container .vc_btn3-color-btn-blue-bg:focus, .vc_btn3-container a.vc_btn3-color-btn-blue-bg:focus {background-color: #a7ccf3!important; color: #1b365d!important; border: 0px solid #8d9bae!important;}

.vc_btn3-container .vc_btn3-color-btn-white-bg, .vc_btn3-container a.vc_btn3-color-btn-white-bg {background-color: #ffffff!important; border: 0px solid #ffffff!important; padding: 10px 28px!important; border-radius: 0px!important; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #19191a!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-container .vc_btn3-color-btn-white-bg:hover, .vc_btn3-container a.vc_btn3-color-btn-white-bg:hover, .vc_btn3-container .vc_btn3-color-btn-white-bg:focus, .vc_btn3-container a.vc_btn3-color-btn-white-bg:focus {background-color: #a7ccf3!important; color: #1b365d!important; border: 0px solid #eaecf0!important;}

.vc_btn3-container .vc_btn3-color-btn-gray-lrg-bg, .vc_btn3-container a.vc_btn3-color-btn-gray-lrg-bg {background-color: #eaecf0!important; border: 0px solid #eaecf0!important; padding: 10px 28px!important; border-radius: 0px!important; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 20px!important; color: #19191a!important; font-weight: 600!important; width: 100%!important; text-align: left!important;}
.vc_btn3-container .vc_btn3-color-btn-gray-lrg-bg:hover, .vc_btn3-container a.vc_btn3-color-btn-gray-lrg-bg:hover, .vc_btn3-container .vc_btn3-color-btn-gray-lrg-bg:focus, .vc_btn3-container a.vc_btn3-color-btn-gray-lrg-bg:focus {background-color: #eaecf0!important; border: 0px solid #eaecf0!important; color: #007d8a!important;}

.vc_btn3-container .vc_btn3-color-btn-white-bg-blue-text, .vc_btn3-container a.vc_btn3-color-btn-white-bg-blue-text {background-color: #ffffff!important; border: 0px solid #ffffff!important; padding: 10px 28px!important; border-radius: 0px!important; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #1b365d!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-container .vc_btn3-color-btn-white-bg-blue-text:hover, .vc_btn3-container a.vc_btn3-color-btn-white-bg-blue-text:hover, .vc_btn3-container .vc_btn3-color-btn-white-bg-blue-text:focus, .vc_btn3-container a.vc_btn3-color-btn-white-bg-blue-text:focus {background-color: #a7ccf3!important; color: #1b365d!important; border: 0px solid #eaecf0!important;}

.vc_btn3-container .vc_btn3-color-btn-yellow-icon-bg, .vc_btn3-container a.vc_btn3-color-btn-yellow-icon-bg {background-color: #ffa13c!important; border: 0px solid #ffa13c!important; padding: 10px 44px 10px 28px!important; border-radius: 0px!important; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #1b365d!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-container .vc_btn3-color-btn-yellow-icon-bg:hover, .vc_btn3-container a.vc_btn3-color-btn-yellow-icon-bg:hover, .vc_btn3-container .vc_btn3-color-btn-yellow-icon-bg:focus, .vc_btn3-container a.vc_btn3-color-btn-yellow-icon-bg:focus {background-color: #fbdec0!important; color: #82480a!important; border: 0px solid #ffd09e!important;}

.vc_btn3-container .vc_btn3-color-btn-blue-bg-icon, .vc_btn3-container a.vc_btn3-color-btn-blue-bg-icon {background-color: #1b365d!important; border: 0px solid #ffffff!important; padding: 10px 44px 10px 28px!important; border-radius: 0px!important; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #ffffff!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-container .vc_btn3-color-btn-blue-bg-icon:hover, .vc_btn3-container a.vc_btn3-color-btn-blue-bg-icon:hover, .vc_btn3-container .vc_btn3-color-btn-blue-bg-icon:focus, .vc_btn3-container a.vc_btn3-color-btn-blue-bg-icon:focus {background-color: #a7ccf3!important; color: #1b365d!important; border: 0px solid #8d9bae!important;}

.vc_btn3-container .vc_btn3-color-btn-white-bg-blue-text-icon, .vc_btn3-container a.vc_btn3-color-btn-white-bg-blue-text-icon {background-color: #ffffff!important; border: 0px solid #ffffff!important; padding: 10px 44px 10px 28px!important; border-radius: 0px!important; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #1b365d!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-container .vc_btn3-color-btn-white-bg-blue-text-icon:hover, .vc_btn3-container a.vc_btn3-color-btn-white-bg-blue-text-icon:hover, .vc_btn3-container .vc_btn3-color-btn-white-bg-blue-text-icon:focus, .vc_btn3-container a.vc_btn3-color-btn-white-bg-blue-text-icon:focus {background-color: #eaecf0!important; border: 0px solid #eaecf0!important;}

.vc_btn3-container .vc_btn3-color-btn-blue-bg-white-text-icon, .vc_btn3-container a.vc_btn3-color-btn-blue-bg-white-text-icon {background-color: #ffffff!important; border: 0px solid #ffffff!important; padding: 10px 44px 10px 28px!important; border-radius: 0px!important; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #1b365d!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-container .vc_btn3-color-btn-blue-bg-white-text-icon:hover, .vc_btn3-container a.vc_btn3-color-btn-blue-bg-white-text-icon:hover, .vc_btn3-container .vc_btn3-color-btn-blue-bg-white-text-icon:focus, .vc_btn3-container a.vc_btn3-color-btn-blue-bg-white-text-icon:focus {background-color: #eaecf0!important; border: 0px solid #eaecf0!important;}

.vc_btn3-container .vc_btn3-color-btn-blue-text-icon, .vc_btn3-container a.vc_btn3-color-btn-blue-text-icon {background-color: transparent!important; border: 0px solid #ffffff!important; padding: 6px 44px 4px 0px!important; border-radius: 0px!important; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #1b365d!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-container .vc_btn3-color-btn-blue-text-icon:hover, .vc_btn3-container a.vc_btn3-color-btn-blue-text-icon:hover, .vc_btn3-container .vc_btn3-color-btn-blue-text-icon:focus, .vc_btn3-container a.vc_btn3-color-btn-blue-text-icon:focus {background-color: transparent!important; border: 0px solid #eaecf0!important;}
.vc_btn3-container .vc_btn3-color-btn-blue-text-icon::after {position: absolute; content: ''; bottom: 0; left: 0; height: 2px; background-color: #1b365d; width: calc(100% - 40px); transition: all 0.2s ease-in-out; opacity: 0;}
.vc_btn3-container .vc_btn3-color-btn-blue-text-icon:hover::after {opacity: 1;}

.vc_btn3-container .vc_btn3-color-btn-teal-text-icon, .vc_btn3-container a.vc_btn3-color-btn-teal-text-icon {background-color: transparent!important; border: 0px solid #ffffff!important; padding: 6px 44px 4px 0px!important; border-radius: 0px!important; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 20px!important; color: #007d8a!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-container .vc_btn3-color-btn-teal-text-icon:hover, .vc_btn3-container a.vc_btn3-color-btn-teal-text-icon:hover, .vc_btn3-container .vc_btn3-color-btn-teal-text-icon:focus, .vc_btn3-container a.vc_btn3-color-btn-teal-text-icon:focus {background-color: transparent!important; border: 0px solid #eaecf0!important;}
.vc_btn3-container .vc_btn3-color-btn-teal-text-icon::after {position: absolute; content: ''; bottom: 0; left: 0; height: 2px; background-color: #007d8a; width: calc(100% - 40px); transition: all 0.2s ease-in-out; opacity: 0;}
.vc_btn3-container .vc_btn3-color-btn-teal-text-icon:hover::after {opacity: 1;}

.wpb_wrapper > .vc_btn3-container.vc_btn3-inline {margin-right: 18px;}
.locations-btns {padding-bottom: 32px;}
.locations-btns > .wpb_column > .vc_column-inner {padding-left: 5px; padding-right: 5px;}
.locations-btns .vc_btn3-container {margin-bottom: 10px;}
.locations-btns .vc_btn3-container .vc_general.vc_btn3 {width: 100%; max-width: 320px; text-transform: capitalize; font-weight: 500!important; font-size: 18px!important}
.vc_btn3.vc_btn3-style-modern {background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%)!important;} /* remove the gradient effect if the button type is Modern */
.vc_btn3-block {width: 100%; max-width: 350px;}
.vc_btn3-container.align-btn-right button {margin-left: auto;}
@media screen and (max-width:767px) {
.locations-btns .vc_btn3-right, .locations-btns .vc_btn3-left {text-align: center!important; margin-left: auto!important; margin-right: auto!important;}
}

/* END Custom WPBakery Buttons */

/* Diagonal Sections */
/* Clip Path Option */
.angle-photo {height: auto; min-height: 440px;}
.angle-photo.short {height: auto; min-height: 240px; margin-bottom: 18px;}
.angle-photo.video {margin-top: 0px!important; margin-bottom: -56px!important;}
.angle-photo.video .set-width .vc_column-inner {padding-top: 0px!important;}
.angle-photo .set-width.vc_col-sm-6 {width: 43%;}
.angle-photo .set-width.vc_col-sm-8 {width: 59%;}
.angle-photo .set-width.vc_col-sm-9 {width: 70%;}
.angle-photo .set-width .vc_row {display: flex;}
.angle-photo .set-width.vc_col-sm-6 .vc_row .wpb_column {width: 100%; max-width: 508px; margin-left: auto;}
.angle-photo .set-width.vc_col-sm-8 .vc_row .wpb_column {width: 100%; max-width: 860px; margin-left: auto;}
.angle-photo.video .set-width.vc_col-sm-6 .vc_row .wpb_column {width: 100%; max-width: 620px; margin-left: calc(-685px + 49vw)!important;}
.angle-photo .set-width.vc_col-sm-3\/5 .vc_row {width: 100%; max-width: 900px; margin-left: calc(-692px + 49vw)!important;}
.angle-photo .set-width.vc_col-sm-9 .vc_row {width: 100%; max-width: 1230px; margin-left: calc(-705px + 49vw)!important;}
.angle-photo .set-width.set-right .vc_row .wpb_column {width: 100%; max-width: 508px; margin-right: auto; margin-left: 0px;}
.angle-photo .set-width.set-right.vc_col-sm-2\/5 .vc_row .wpb_column {width: 100%; max-width: 430px; margin-right: auto; margin-left: 0px;}
.angle-photo .vc_col-sm-6.photo-right-angle {width: 57%;}
.angle-photo .vc_col-sm-4.photo-right-angle {width: 41%;}
.angle-photo .vc_col-sm-3.photo-right-angle {width: 30%;}
.angle-photo .vc_col-sm-6.photo-right-angle .wpb_single_image {margin-bottom: 0px!important;}
.angle-photo .vc_col-sm-6.photo-right-angle .wpb_single_image img {height: 100%!important; max-height: 440px; width: auto;}
.photo-right-angle {clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0 100%);}
.photo-right-angle.vc_col-has-fill > .vc_column-inner {padding-top: 0px!important;}
.angle-photo.red .vc_col-sm-3.photo-right-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(186,45,47,0.7); clip-path: polygon(13.5% 0, 19.5% 0, 10% 100%, 4% 100%);}
.angle-photo.red .vc_col-sm-4.photo-right-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(186,45,47,0.7); clip-path: polygon(13.5% 0, 18.5% 0, 9% 100%, 4% 100%);}
.angle-photo.blue .vc_col-sm-3.photo-right-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(27,54,93,0.7); clip-path: polygon(13.5% 0, 18.5% 0, 9% 100%, 4% 100%);}
.angle-photo.blue .vc_col-sm-4.photo-right-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(27,54,93,0.7); clip-path: polygon(13.5% 0, 18.5% 0, 9% 100%, 4% 100%);}
.angle-photo.blue .vc_col-sm-6.photo-right-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(27,54,93,0.7); clip-path: polygon(13% 0, 17% 0, 7.5% 100%, 3.5% 100%);}
.angle-photo.red.video .vc_col-sm-6.photo-right-angle .vc_column-inner > .wpb_wrapper::before {position: absolute; content: ''; top: 0; width: 100%; height: 100%; background-color: rgba(186,45,47,0.7); clip-path: polygon(13% 0, 17% 0, 7.5% 100%, 3.5% 100%);}

/* eric note ~ should these clip-paths be applied to the ::before pseudo instead of the .wpb_wrapper element? */
.angle-photo.teal .vc_col-sm-4.photo-right-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(0,125,138,0.7); clip-path: polygon(13.5% 0, 18.5% 0, 9% 100%, 4% 100%);}
.angle-photo.teal .vc_col-sm-6.photo-right-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(0,125,138,0.7); clip-path: polygon(13% 0, 17% 0, 7.5% 100%, 3.5% 100%);}
.angle-photo.yellow .vc_col-sm-6.photo-right-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(255,161,60,0.7); clip-path: polygon(13% 0, 17% 0, 7.5% 100%, 3.5% 100%);}
.angle-photo.blue .vc_col-sm-2\/5.photo-right-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(27,54,93,0.7); clip-path: polygon(13% 0, 17% 0, 7.5% 100%, 3.5% 100%);}
.angle-photo.blue .vc_col-sm-6.photo-right-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(27,54,93,0.7); clip-path: polygon(13% 0, 17% 0, 7.5% 100%, 3.5% 100%);}
#cboxOverlay {background: #1b365d!important;} /*for the home page colorbox overlay*/
@media screen and (max-width:1400px) {
.angle-photo.video .set-width.vc_col-sm-6 .vc_row .wpb_column {width: 100%; max-width: 580px; margin-left: 2px!important;}
.angle-photo .set-width.vc_col-sm-3\/5 .vc_row {width: 100%; max-width: 900px; margin-left: 2px!important;}
.angle-photo .set-width.vc_col-sm-9 .vc_row {width: 100%; max-width: 1230px; margin-left: -20px!important;}
}

.angle-photo .vc_col-sm-6.photo-left-angle {width: 57%;}
.photo-left-angle {clip-path: polygon(0% 0, 100% 0%,91.75% 100%, 0 100%);}
.photo-left-angle.vc_col-has-fill > .vc_column-inner {padding-top: 0px!important;}
.angle-photo.teal .vc_col-sm-6.photo-left-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(0,125,138,0.7); clip-path: polygon(93% 0, 97% 0, 87.5% 100%, 83.5% 100%);}
.angle-photo.teal .vc_col-sm-8.photo-left-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(0,125,138,0.7); clip-path: polygon(93% 0, 97% 0, 87.75% 100%, 83.75% 100%);}
.angle-photo.teal .vc_col-sm-3\/5.photo-left-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(0,125,138,0.7); clip-path: polygon(93% 0, 97% 0, 87.75% 100%, 83.75% 100%);}
.angle-photo.red .vc_col-sm-6.photo-left-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(186,45,47,0.7); clip-path: polygon(93% 0, 97% 0, 87.5% 100%, 83.5% 100%);}
.angle-photo.yellow .vc_col-sm-6.photo-left-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(255,161,60,0.7); clip-path: polygon(93% 0, 97% 0, 87.5% 100%, 83.5% 100%);}

/* Left Video */
.photo-left-angle.set-width-left {background-image: url('https://nvsbc.org/wp-content/uploads/2025/07/home-pg-video-bg-image-leftv2-scaled.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover;}
.angle-photo.video-left .vc_col-sm-6.photo-left-angle {width: 48%!important;}
.angle-photo.video-left {margin-top: 0px!important; margin-bottom: -56px!important;}
.angle-photo.video-left .set-width .vc_column-inner {padding-top: 0px!important;}
.angle-photo.video-left .set-width.set-right .vc_row .wpb_column {width: 100%; max-width: 720px; margin-right: auto; margin-left: 0px!important;}
.angle-photo.video-left .set-width-left.vc_col-sm-6 .vc_column-inner > .wpb_wrapper {width: 100%; max-width: 620px; margin-left: calc(-685px + 49vw)!important;}
/* hide for now
.angle-photo.video-left .vc_col-sm-6.photo-left-angle .vc_column-inner {height: 100%;}
.angle-photo.video-left .vc_col-sm-6.photo-left-angle .vc_column-inner > .wpb_wrapper {position: relative;}
.angle-photo.video-left .vc_col-sm-6.photo-left-angle .vc_column-inner > .wpb_wrapper::before {position: absolute; content: ''; top: 0; width: 100%; height: 100%; background-color: rgba(186,45,47,0.7); clip-path: polygon(91% 0, 97% 0, 80.5% 100%, 73.5% 100%);}
*/
@media screen and (max-width: 1850px) {
.photo-left-angle.set-width-left {background-image: url('https://nvsbc.org/wp-content/uploads/2025/07/home-pg-video-bg-image.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover;}
}
@media screen and (max-width: 1500px) {
.angle-photo.video-left .set-width-left.vc_col-sm-6 .vc_column-inner > .wpb_wrapper {width: 100%; max-width: 620px; margin-left: auto!important; margin-right: auto!important;}
}
@media screen and (max-width: 1280px) {
.angle-photo.short > .set-width > .vc_column-inner > .wpb_wrapper > .vc_row > .vc_col-sm-8 {width: 58%;}
.angle-photo.short > .set-width > .vc_column-inner > .wpb_wrapper > .vc_row > .vc_col-sm-4 {width: 42%;}
.angle-photo.short > .set-width > .vc_column-inner > .wpb_wrapper > .vc_row > .vc_col-sm-4 > .vc_column-inner {padding-left: 0px; padding-right: 0px;}
}
@media screen and (max-width: 960px) {
.angle-photo.short > .set-width > .vc_column-inner > .wpb_wrapper > .vc_row > .vc_col-sm-8 {width: 54%;}
.angle-photo.short > .set-width > .vc_column-inner > .wpb_wrapper > .vc_row > .vc_col-sm-4 {width: 46%;}
}
@media screen and (max-width: 850px) {
.angle-photo.video-left h2 {font-size: 40px; line-height: 43px;}
.angle-photo.short > .set-width.vc_col-sm-9 {width: 100%;}
.angle-photo.short > .photo-right-angle.vc_col-sm-3 {width: 100%; min-height: 260px;}
.angle-photo.short.red .vc_col-sm-3.photo-right-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(186,45,47,0); clip-path: polygon(13.5% 0, 19.5% 0, 10% 100%, 4% 100%);}
.angle-photo.short > .photo-right-angle {clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);}
}
@media screen and (max-width: 767px) {
.angle-photo.video-left {flex-direction: column-reverse; padding-top: 20px;}
.angle-photo.video-left .set-width.set-right {padding-bottom: 16px;}
.angle-photo .set-width.vc_col-sm-8 {width: 100%;}
.angle-photo .vc_col-sm-4.photo-right-angle {width: 100%; min-height: 360px;}
.angle-photo.video-left .vc_col-sm-6.photo-left-angle {width: 100%!important;}
.angle-photo.video-left .photo-left-angle {clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);}
.angle-photo .set-width.vc_col-sm-6 .vc_row .wpb_column {width: 100%; max-width: 100%; margin-left: auto;}
.angle-photo.yellow .vc_col-sm-6.photo-right-angle .vc_column-inner .wpb_wrapper {background-color: rgba(255,161,60,0);} /* remove the band over photo on mobile */
.angle-photo.yellow .vc_col-sm-6.photo-left-angle .vc_column-inner .wpb_wrapper {background-color: rgba(255,161,60,0);} /* remove the band over photo on mobile */
.angle-photo.teal .vc_col-sm-6.photo-left-angle .vc_column-inner .wpb_wrapper {background-color: rgba(0,125,138,0);} /* remove the band over photo on mobile */
.angle-photo.teal .vc_col-sm-3\/5.photo-left-angle .vc_column-inner .wpb_wrapper {background-color: rgba(0,125,138,0);} /* remove the band over photo on mobile */
.home .angle-photo.red {flex-direction: column-reverse; padding-top: 20px;}
.angle-photo.red .vc_col-sm-6.photo-left-angle .vc_column-inner .wpb_wrapper {background-color: rgba(186,45,47,0);} /* remove the band over photo on mobile */
.angle-photo.blue .vc_col-sm-6.photo-left-angle .vc_column-inner .wpb_wrapper {background-color: rgba(27,54,93,0);} /* remove the band over photo on mobile */
.angle-photo.blue .vc_col-sm-6.photo-right-angle .vc_column-inner .wpb_wrapper {background-color: rgba(27,54,93,0);} /* remove the band over photo on mobile */
.angle-photo.blue .vc_col-sm-2\/5.photo-right-angle .vc_column-inner .wpb_wrapper {background-color: rgba(27,54,93,0);} /* remove the band over photo on mobile */
.angle-photo.blue .vc_col-sm-3.photo-right-angle .vc_column-inner .wpb_wrapper {height: 100%; background-color: rgba(27,54,93,0);}
.angle-photo.red .vc_col-sm-4.photo-right-angle .vc_column-inner .wpb_wrapper {background-color: rgba(186,45,47,0);} /* remove the band over photo on mobile */
.angle-photo .vc_col-sm-6.photo-left-angle {width: 100%; min-height: 360px;}
.angle-photo .vc_col-sm-2\/5.photo-right-angle {width: 100%; min-height: 360px;}
.angle-photo .vc_col-sm-3\/5.photo-left-angle {width: 100%; min-height: 360px;}
.angle-photo .vc_col-sm-6.photo-left-angle {clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);}
.angle-photo .vc_col-sm-3\/5.photo-left-angle {clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);}
.angle-photo.short > .set-width > .vc_column-inner > .wpb_wrapper > .vc_row > .vc_col-sm-8 {width: 100%;}
.angle-photo.short > .set-width > .vc_column-inner > .wpb_wrapper > .vc_row > .vc_col-sm-4 {width: 100%;}
.angle-photo.short > .set-width > .vc_column-inner > .wpb_wrapper > .vc_row > .vc_col-sm-4 > .vc_column-inner {padding-left: 15px; padding-right: 15px;}
.angle-photo.short > .set-width > .vc_column-inner > .wpb_wrapper > .vc_row > .vc_col-sm-8 .wpb_text_column {margin-bottom: 0px;}
}

/* ::after option */
.angle-photo-after {background-image: url('https://nvsbc.org/wp-content/uploads/2025/05/DP-3290-2-reduced-1.jpg'); height: 100%!important; min-height: 440px!important; background-size: 55% auto!important; background-position: center right!important; background-repeat: no-repeat!important;}
.angle-photo-after .vc_col-sm-6 {width: 55%!important;}
.angle-photo-after .vc_col-sm-6.photo-right {width: 45%!important;}
.angle-photo-after .photo-right {}
.angle-photo-after .photo-right::after {
  top: 0;
  content: '';
  display: block;
  height: 100%;
  width: 70%;
  background-color: #007D8A;
  position: absolute;
  right: 0;
  transform: skewX(-15deg);
  margin-right: -30px;
}
@media screen and (max-width:1280px) {
.angle-photo.turquoise .vc_col-sm-6.photo-right-angle .vc_column-inner .wpb_wrapper {clip-path: polygon(13% 0, 18% 0, 8.5% 100%, 3.5% 100%);}
/*.angle-photo.red .vc_col-sm-6.photo-right-angle .vc_column-inner .wpb_wrapper {clip-path: polygon(13% 0, 18% 0, 8.5% 100%, 3.5% 100%);} */
.angle-photo.red .vc_col-sm-4.photo-right-angle .vc_column-inner .wpb_wrapper {clip-path: polygon(13% 0, 18% 0, 8.5% 100%, 3.5% 100%);}
}
@media screen and (max-width:767px) {
.angle-photo .set-width.vc_col-sm-6 {width: 100%;}
.angle-photo .set-width .vc_row .wpb_column {max-width: 100%; padding-left: 5px; margin-left: auto;}
.angle-photo .vc_col-sm-6.photo-right-angle {width: 100%; min-height: 360px;}
.photo-right-angle {clip-path: polygon(0% 6%, 0% 100%, 100% 100%, 100% 0%);}
}

/* Stetch Width & Content Photo Half Full Width BG Photo */
.page-id-21 .entry-header, .page-id-1166 .entry-header, .page-id-752 .entry-header, .page-id-859 .entry-header {margin-bottom: -34px;}
.stretch-half-photo {margin-bottom: 36px;}
.stretch-half-photo .set-width.vc_col-sm-6 .vc_row .wpb_column {width: 100%; max-width: 630px; margin-left: calc(-678px + 49vw)!important;}
@media screen and (max-width: 2020px) {
.stretch-half-photo .set-width.vc_col-sm-6 .vc_row .wpb_column {width: 100%; max-width: 630px; margin-left: calc(-686px + 49vw)!important;}
}
@media screen and (max-width: 1400px) {
.stretch-half-photo .set-width.vc_col-sm-6 .vc_row .wpb_column {width: 100%; max-width: 630px; margin-left: 2px!important;}
.stretch-half-photo .set-width > .vc_column-inner {padding-left: 15px!important;}
}
@media screen and (max-width: 767px) {
.stretch-half-photo .vc_col-sm-6:last-child {min-height: 360px;}
}

/* Map Section Styles */
.map-section {}
.usa-map .wpb_wrapper .vc_single_image-wrapper {width: 100%!important;}
.usa-map .wpb_wrapper {width: 100%!important;}
@media screen and (max-width:850px) {
.map-section {flex-direction: column-reverse;}
.map-section .vc_col-sm-6 {width: 100%!important;}
.map-section-no-reverse .vc_col-sm-6 {width: 100%!important;}
}

/* Grey Accordion Section Styles */
.vc_tta-container {margin-top: 15px!important;}
.vc_tta-color-grey .vc_tta-panel-heading {background-color: #eaecf0!important; border-top: 5px solid #ffffff!important;}
.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-heading {background-color: #eaecf0!important;}
.vc_tta-container .vc_tta-color-grey h4 {font-family: 'DM Sans', sans-serif; font-size: 24px; font-weight: 700;}
.vc_tta-container .vc_tta-color-grey h4 .vc_tta-title-text {color: #19191a!important;}
.vc_tta-container .vc_tta-color-grey .vc_tta-panel-body {background-color: #eaecf0!important;}
.vc_tta-container .vc_tta-color-grey .vc_tta-panel-body p {color: #19191a!important; margin-top: -6px!important;}
.vc_tta-container .vc_tta-color-grey .vc_tta-panel-body ul {color: #19191a!important; margin-top: 0px!important; font-size: 18px; font-weight: 400;}
.vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::before, .vc_tta-container .vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::after {border-color: #19191a!important;}

/* White Accordion Section Styles */
.vc_tta-container {margin-top: 15px!important;}
.vc_tta-color-white .vc_tta-panel:last-child {border-bottom: 2px solid #eaecf0!important;}
.vc_tta-color-white .vc_tta-panel-heading {background-color: transparent!important; border-bottom: 2px solid #eaecf0!important;}
.vc_tta-color-white .vc_tta-panel .vc_tta-panel-heading {background-color: transparent!important; border-top: 2px solid #eaecf0!important; border-bottom: 0px solid #eaecf0!important;}
.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-heading {background-color: transparent!important; border-top: 2px solid #eaecf0!important;}
.vc_tta-container .vc_tta-color-white h4 {font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 700; color: #1b365d!important;}
.vc_tta-container .vc_tta-color-white h4 .vc_tta-title-text {color: #1b365d!important;}
.vc_tta-container .vc_tta-color-white .vc_tta-panel-body {background-color: transparent!important;}
.vc_tta-container .vc_tta-color-white .vc_tta-panel-body p {color: #19191a!important; margin-top: -6px!important;}
.vc_tta-container .vc_tta-color-white .vc_tta-panel-body ul {margin-top: -6px!important;}
.vc_tta-container .vc_tta-color-white .vc_tta-panel-body .blue p {color: #1b365d!important; margin-top: -6px!important;}
.vc_tta-color-white .vc_tta-panel .vc_tta-controls-icon {height: 20px!important; width: 20px!important; left: 4px!important;}
.vc_tta-container .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before, .vc_tta-container .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after {border-color: #1b365d!important;}

/* White Accordion with Chevron Section Styles */
.vc_tta-container .vc_tta-color-white.white-chevron h4 {font-family: 'Antonio', sans-serif; font-size: 26px; font-weight: 500; color: #19191a!important; text-transform: uppercase;}
.vc_tta-container .vc_tta-color-white.white-chevron h4 .vc_tta-title-text {color: #19191a!important;}
.vc_tta-container .vc_tta-color-white.white-chevron .vc_tta-panel-body p {color: #19191a!important; margin-top: -6px!important;}
.vc_tta-color-white.white-chevron .vc_tta-panel .vc_tta-controls-icon {height: 26px!important; width: 26px!important; left: auto!important;}
.vc_tta-container .vc_tta-color-white.vc_tta-style-flat.white-chevron .vc_tta-controls-icon::before, .vc_tta-container .vc_tta-color-white.vc_tta-style-flat.white-chevron .vc_tta-controls-icon::after {border-color: #19191a!important;}
.vc_tta.white-chevron .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {border-width: 0 4px 4px 0!important;}

/* White Accordion with Chevron Section Styles */
.vc_tta-container .vc_tta-color-white.white-chevron h4 {font-family: 'DM Sans', sans-serif; font-size: 20px; font-weight: 600!important; color: #19191a!important; text-transform: none;}
.vc_tta-container .vc_tta-color-white.white-chevron h4 .vc_tta-title-text {color: #19191a!important; font-weight: 600!important;}
.vc_tta-container .vc_tta-color-white.white-chevron h4 > a {padding-left: 2px!important;}
.vc_tta-container .vc_tta-color-white.white-chevron .vc_tta-panel-body p {color: #19191a!important; margin-top: -6px!important;}
.vc_tta-color-white.white-chevron .vc_tta-panel .vc_tta-controls-icon {height: 26px!important; width: 26px!important; left: auto!important;}
.vc_tta-container .vc_tta-color-white.vc_tta-style-flat.white-chevron .vc_tta-controls-icon::before, .vc_tta-container .vc_tta-color-white.vc_tta-style-flat.white-chevron .vc_tta-controls-icon::after {border-color: #1b365d!important;}
.vc_tta.white-chevron .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {border-width: 0 4px 4px 0!important;}
.vc_tta-color-white.white-chevron .vc_tta-panel .vc_tta-panel-body {padding-left: 6px!important;}

/* Accordions on Events Pages */
.single-events .vc_tta-container .vc_tta-color-white.white-chevron h4 {font-family: 'Antonio', sans-serif; font-size: 30px; font-weight: 500; color: #19191a!important; text-transform: capitalize!important;}
.single-events .vc_tta-container .vc_tta-color-white.white-chevron h4 .vc_tta-title-text {color: #19191a!important;}

/* Blue Left Plus Accordion Style */
.accordion-blue-left-plus .vc_tta-panel-body {padding-left: 44px!important;}

/* Teal Accordion Style */
.teal-accordions .vc_tta-panel-title a .vc_tta-title-text {font-family: 'Antonio', sans-serif; text-transform: capitalize; font-size: 30px; font-weight: 400; color: #007d8a!important;}
.teal-accordions.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {border-color: #007d8a!important;}
.teal-accordions.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron {margin-left: 264px!important;}
.teal-accordions .vc_tta-panel-body p {line-height: 1.6!important;}

/* Team Accordion Style */
.team-accordions .vc_tta-panel-title a .vc_tta-title-text {font-family: 'Antonio', sans-serif; text-transform: uppercase; font-size: 44px; font-weight: 400; color: #007d8a!important;}
.team-accordions .staff .vc_tta-panel-title a .vc_tta-title-text {color: #1b365d!important;}
.team-accordions .coalition .vc_tta-panel-title a .vc_tta-title-text {color: #ba2d2f!important;}
.team-accordions .board .vc_tta-panel-title a .vc_tta-title-text {color:;}
.team-accordions .advisors .vc_tta-panel-title a .vc_tta-title-text {color: #ffa13c!important;}
.team-accordions .committee .vc_tta-panel-title a .vc_tta-title-text {color: #333f48!important;}
.team-accordions.vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {border-color: #1b365d!important;}
.team-accordions.vc_tta .staff .vc_tta-controls-icon.vc_tta-controls-icon-chevron {margin-left: 122px!important;}
.team-accordions.vc_tta .coalition .vc_tta-controls-icon.vc_tta-controls-icon-chevron {margin-left: 328px!important;}
.team-accordions.vc_tta .board .vc_tta-controls-icon.vc_tta-controls-icon-chevron {margin-left: 354px!important;}
.team-accordions.vc_tta .advisors .vc_tta-controls-icon.vc_tta-controls-icon-chevron {margin-left: 180px!important;}
.team-accordions.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron {margin-left: 372px!important;}
.team-accordions .vc_tta-panel-body p {line-height: 1.6!important;}
@media screen and (max-width: 480px) {
.team-accordions.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron {margin-left: 198px!important;}
}
@media screen and (max-width: 436px) {
.team-accordions.vc_tta .board .vc_tta-controls-icon.vc_tta-controls-icon-chevron {margin-left: 198px!important;}
}
@media screen and (max-width: 410px) {
.team-accordions.vc_tta .coalition .vc_tta-controls-icon.vc_tta-controls-icon-chevron {margin-left: 186px!important;}
}

/* .blue-red-gradient {background-image: linear-gradient(to right, #1b365d 48%, #ffffff 48%, #ffffff 52%, #ba2d2f 52%);} */
/*.blue-right-angle {clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0 100%);} */
.blue-red-gradient {background-image: linear-gradient(to right, #1b365d 47%, #ffffff 47%, #ffffff 53%, #ba2d2f 53%);}
.blue-red-gradient .blue-right-angle {padding-right: 48px; padding-top: 48px; padding-bottom: 40px; clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%); border-right: 0px solid Pink; background-color: #1b365d;}
.blue-red-gradient .red-left-angle {padding-left: 40px; padding-top: 48px; padding-bottom: 40px; clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%); border-right: 0px solid Pink; background-color: #ba2d2f;}
.values-row {padding: 18px 24px 18px 78px; margin-bottom: 0px!important; margin-top: 18px;}
.values-row:last-child {margin-bottom: 36px!important;}
.values-row:nth-child(2) {margin-top: 32px!important;}
.entry-content .values-row p {position: relative; margin-top: 0px;}
.values-row:nth-child(2) p::before {position: absolute; content: 'S'; top: 50%; transform: translateY(-58%); left: 0; margin-left: -45px; font-family: "Antonio", sans-serif; font-size: 44px; line-height: 44px; font-weight: 600; color: #1b365d;}
.values-row:nth-child(3) p::before {position: absolute; content: 'E'; top: 50%; transform: translateY(-58%); left: 0; margin-left: -45px; font-family: "Antonio", sans-serif; font-size: 44px; line-height: 44px; font-weight: 600; color: #1b365d;}
.values-row:nth-child(4) p::before {position: absolute; content: 'R'; top: 50%; transform: translateY(-58%); left: 0; margin-left: -45px; font-family: "Antonio", sans-serif; font-size: 44px; line-height: 44px; font-weight: 600; color: #1b365d;}
.values-row:nth-child(5) p::before {position: absolute; content: 'V'; top: 50%; transform: translateY(-58%); left: 0; margin-left: -45px; font-family: "Antonio", sans-serif; font-size: 44px; line-height: 44px; font-weight: 600; color: #1b365d;}
.values-row:nth-child(6) p::before {position: absolute; content: 'E'; top: 50%; transform: translateY(-58%); left: 0; margin-left: -45px; font-family: "Antonio", sans-serif; font-size: 44px; line-height: 44px; font-weight: 600; color: #1b365d;}
.right-half-bg {background-position: right!important; background-size: 50%; margin-top: -34px; background-repeat: no-repeat;}

/* Two Column Angle Backgrounds: Blue-Red */
.blue-red-gradient-two {background-image: linear-gradient(to right, #1b365d 48%, #ba2d2f 48%); clip-path: polygon(0% 0%, 0% 100%, 46% 100%, 48% 0, 50% 0, 48% 100%, 100% 100%, 100% 0);}
.blue-red-gradient-two .left-col {padding-right: 83px; padding-top: 48px; padding-bottom: 40px;}
.blue-red-gradient-two .right-col {padding-left: 36px; padding-top: 48px; padding-bottom: 40px;}
.blue-red-gradient-two > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row {margin-top: 0px!important;}
@media screen and (max-width:1280px) {
.blue-red-gradient-two {background-image: linear-gradient(to right, #1b365d 48%, #ba2d2f 48%); clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 48% 0, 51% 0, 48% 100%, 100% 100%, 100% 0);}
}
@media screen and (max-width:767px) {
.blue-red-gradient-two {background-image: linear-gradient(to bottom, #ffffff 48%, #ffffff 48%); clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%); padding: 0px!important;}
.blue-red-gradient-two .left-col {padding-right: 0px; background-color:#1b365d; clip-path: polygon(0% 0%, 0% 98%, 100% 92%, 100% 0%);}
.blue-red-gradient-two .right-col {padding-left: 0px; background-color:#ba2d2f; clip-path: polygon(0% 6%, 0% 100%, 100% 100%, 100% 0%);}
}

/* Two Column Angle Backgrounds: Teal-Red */
.teal-red-gradient-two {background-image: linear-gradient(to right, #007d8a 48%, #ba2d2f 48%); clip-path: polygon(0% 0%, 0% 100%, 46% 100%, 48% 0, 50% 0, 48% 100%, 100% 100%, 100% 0);}
.teal-red-gradient-two .left-col {padding-right: 83px; padding-top: 48px; padding-bottom: 40px;}
.teal-red-gradient-two .right-col {padding-left: 36px; padding-top: 48px; padding-bottom: 40px;}
.teal-red-gradient-two > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row {margin-top: 0px!important;}
@media screen and (max-width:1280px) {
.teal-red-gradient-two {background-image: linear-gradient(to right, #007d8a 48%, #ba2d2f 48%); clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 48% 0, 51% 0, 48% 100%, 100% 100%, 100% 0);}
}
@media screen and (max-width:767px) {
.teal-red-gradient-two {background-image: linear-gradient(to bottom, #ffffff 48%, #ffffff 48%); clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%); padding: 0px!important;}
.teal-red-gradient-two .left-col {padding-right: 0px; background-color:#007d8a; clip-path: polygon(0% 0%, 0% 98%, 100% 92%, 100% 0%);}
.teal-red-gradient-two .right-col {padding-left: 0px; background-color:#ba2d2f; clip-path: polygon(0% 6%, 0% 100%, 100% 100%, 100% 0%);}
}

/* Two Column Angle Backgrounds: Red-Teal */
.red-teal-gradient-two {background-image: linear-gradient(to right, #ba2d2f 48%, #007d8a 48%); clip-path: polygon(0% 0%, 0% 100%, 46% 100%, 48% 0, 50% 0, 48% 100%, 100% 100%, 100% 0);}
.red-teal-gradient-two .left-col {padding-right: 83px; padding-top: 48px; padding-bottom: 40px;}
.red-teal-gradient-two .right-col {padding-left: 36px; padding-top: 48px; padding-bottom: 40px;}
.red-teal-gradient-two > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row {margin-top: 0px!important;}
@media screen and (max-width:1280px) {
.red-teal-gradient-two {background-image: linear-gradient(to right, #ba2d2f 48%, #007d8a 48%); clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 48% 0, 51% 0, 48% 100%, 100% 100%, 100% 0);}
}
@media screen and (max-width:767px) {
.red-teal-gradient-two {background-image: linear-gradient(to bottom, #ffffff 48%, #ffffff 48%); clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%); padding: 0px!important;}
.red-teal-gradient-two .left-col {padding-right: 0px; background-color:#ba2d2f; clip-path: polygon(0% 0%, 0% 98%, 100% 92%, 100% 0%);}
.red-teal-gradient-two .right-col {padding-left: 0px; background-color:#007d8a; clip-path: polygon(0% 6%, 0% 100%, 100% 100%, 100% 0%);}
}

/* Two Column Angle Backgrounds: Red-Blue */
.red-blue-gradient-two {background-image: linear-gradient(to right, #ba2d2f 48%, #1b365d 48%); clip-path: polygon(0% 0%, 0% 100%, 46% 100%, 48% 0, 50% 0, 48% 100%, 100% 100%, 100% 0%);}
.red-blue-gradient-two .left-col {padding-right: 83px; padding-top: 48px; padding-bottom: 40px;}
.red-blue-gradient-two .right-col {padding-left: 36px; padding-top: 48px; padding-bottom: 40px;}
.red-blue-gradient-two > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row {margin-top: 0px!important;}
@media screen and (max-width:1280px) {
.red-blue-gradient-two {background-image: linear-gradient(to right, #1b365d 48%, #ba2d2f 48%); clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 48% 0, 51% 0, 48% 100%, 100% 100%, 100% 0);}
}
@media screen and (max-width:767px) {
.red-blue-gradient-two {background-image: linear-gradient(to bottom, #ffffff 48%, #ffffff 48%); clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%); padding: 0px!important;}
.red-blue-gradient-two .left-col {padding-right: 0px; background-color:#1b365d; clip-path: polygon(0% 0%, 0% 98%, 100% 92%, 100% 0%);}
.red-blue-gradient-two .right-col {padding-left: 0px; background-color:#ba2d2f; clip-path: polygon(0% 6%, 0% 100%, 100% 100%, 100% 0%);}
}

.blue-turquoise-gradient-two {background-image: linear-gradient(to right, #1b365d 48%, #007d8a 48%); clip-path: polygon(0% 0%, 0% 100%, 46% 100%, 48% 0, 50% 0, 48% 100%, 100% 100%, 100% 0);}
.blue-turquoise-gradient-two .left-col {padding-right: 83px; padding-top: 24px; padding-bottom: 40px;}
.blue-turquoise-gradient-two .right-col {padding-left: 36px; padding-top: 24px; padding-bottom: 40px;}
@media screen and (max-width:1280px) {
.blue-turquoise-gradient-two {background-image: linear-gradient(to right, #1b365d 48%, #007d8a 48%); clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 48% 0, 51% 0, 48% 100%, 100% 100%, 100% 0);}
}
@media screen and (max-width:767px) {
.blue-turquoise-gradient-two {background-image: linear-gradient(to bottom, #ffffff 48%, #ffffff 48%); clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%); padding: 0px!important;}
.blue-turquoise-gradient-two .left-col {padding-right: 0px; background-color:#1b365d; clip-path: polygon(0% 0%, 0% 98%, 100% 92%, 100% 0%);}
.blue-turquoise-gradient-two .right-col {padding-left: 0px; padding-top: 38px; background-color:#007d8a; clip-path: polygon(0% 6%, 0% 100%, 100% 100%, 100% 0%);}
}

/* Three Color Section */
.blue-red-turquoise-gradient-edges {background-image: linear-gradient(to right, #1b365d 30%, #ffffff 30%, #ffffff 70%, #ba2d2f 70%); margin-bottom: 20px;}
.blue-red-turquoise-gradient {background-image: linear-gradient(102.5deg, #1b365d 34%, #007d8a 34%, #007d8a 66.6%, #ba2d2f 66.5%); clip-path: polygon(0% 0%, 0% 100%, 29.5% 100%, 36.5% 0%, 37.75% 0%, 30.75% 100%, 63% 100%, 70.5% 0%, 71.75% 0%, 64.25% 100%, 100% 100%, 100% 0%);}
/* .blue-red-turquoise-gradient {background-image: linear-gradient(to right, #1b365d 33.33%, #007d8a 33.33%, #007d8a 67%, #ba2d2f 67%); clip-path: polygon(0% 0%, 0% 100%, 31% 100%, 33% 0%, 36% 0%, 34% 100%, 65% 100%, 67% 0%, 70% 0%, 68% 100%, 100% 100%, 100% 0%);} */
.blue-red-turquoise-gradient > .wpb_column {padding: 24px 20px 12px 12px;}
.blue-red-turquoise-gradient > .wpb_column:first-child  {padding: 24px 60px 12px 24px;}
.blue-red-turquoise-gradient > .wpb_column:last-child  {padding: 24px 24px 12px 60px;}
.blue-red-turquoise-gradient > .wpb_column > .vc_column-inner > .wpb_wrapper {display: flex; flex-direction: column; height: 100%;}
.blue-red-turquoise-gradient > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container {margin-top: auto;}
@media screen and (max-width:1540px) {
.blue-red-turquoise-gradient-edges {background-image: linear-gradient(102.5deg, #1b365d 33%, #ffffff 30%, #ffffff 70%, #ba2d2f 70%);}
.blue-red-turquoise-gradient {background-image: linear-gradient(102.5deg, #1b365d 35%, #007d8a 35%, #007d8a 66%, #ba2d2f 66.5%); clip-path: polygon(0% 0%, 0% 100%, 29.5% 100%, 36.5% 0%, 37.75% 0%, 30.75% 100%, 63% 100%, 70.5% 0%, 71.75% 0%, 64.25% 100%, 100% 100%, 100% 0%);}
.blue-red-turquoise-gradient > .wpb_column:last-child  {padding: 24px 24px 12px 48px;}
.blue-red-turquoise-gradient > .wpb_column:first-child  {padding: 24px 48px 12px 24px;}
}
@media screen and (max-width:1360px) {
.blue-red-turquoise-gradient {background-image: linear-gradient(101.5deg, #1b365d 35%, #007d8a 35%, #007d8a 66%, #ba2d2f 66.5%); clip-path: polygon(0% 0%, 0% 100%, 29.5% 100%, 36.5% 0%, 37.75% 0%, 30.75% 100%, 63% 100%, 70.5% 0%, 71.75% 0%, 64.25% 100%, 100% 100%, 100% 0%);}
}
@media screen and (max-width:1200px) {
.blue-red-turquoise-gradient {background-image: linear-gradient(99deg, #1b365d 35%, #007d8a 35%, #007d8a 66%, #ba2d2f 66.5%); clip-path: polygon(0% 0%, 0% 100%, 29.5% 100%, 36.5% 0%, 37.75% 0%, 30.75% 100%, 63% 100%, 70.5% 0%, 71.75% 0%, 64.25% 100%, 100% 100%, 100% 0%);}
}
@media screen and (max-width:1060px) {
.blue-red-turquoise-gradient-edges {background-image: linear-gradient(97.5deg, #1b365d 33%, #ffffff 30%, #ffffff 70%, #ba2d2f 70%);}
.blue-red-turquoise-gradient {background-image: linear-gradient(97.5deg, #1b365d 35%, #007d8a 35%, #007d8a 66%, #ba2d2f 66.5%); clip-path: polygon(0% 0%, 0% 100%, 29.5% 100%, 36.5% 0%, 37.75% 0%, 30.75% 100%, 63% 100%, 70.5% 0%, 71.75% 0%, 64.25% 100%, 100% 100%, 100% 0%);}
}
@media screen and (max-width:990px) {
.blue-red-turquoise-gradient .vc_col-sm-4 {width: 100%;}
.blue-red-turquoise-gradient-edges {background-image: none;}
.blue-red-turquoise-gradient {background-image: none; clip-path: none;}
.blue-red-turquoise-gradient .vc_col-sm-4:first-child {background-color: #1b365d}
.blue-red-turquoise-gradient-edges {padding-left: 0px!important; padding-right: 0px!important;}
}

/* Three Col Sections Square */
.blue-red-gradient-square {background-image: linear-gradient(to right, #1b365d 50%, #ba2d2f 50%); margin-top: 20px!important; margin-bottom: -56px;}
.blue-red-gradient-square .gradient-inner {margin-top: 0px!important; padding-top: 0px;}
.blue-red-gradient-square .gradient-inner > .wpb_column {border-right: 10px solid #ffffff;}
.blue-red-gradient-square .gradient-inner > .wpb_column:last-child {border-right: 0px;}
.blue-red-gradient-square .gradient-inner > .wpb_column > .vc_column-inner > .wpb_wrapper {display: flex; flex-direction: column; padding: 0px 22px; height: 100%;}
.blue-red-gradient-square .gradient-inner > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {font-size: 36px; margin-bottom: 0px;}
.blue-red-gradient-square .gradient-inner .wpb_text_column {margin-bottom: 24px!important;}
.blue-red-gradient-square .gradient-inner .vc_btn3-container {margin-top: auto;}
.blue-red-gradient-square .gradient-inner .wpb_single_image {padding-top: 14px;}
.blue-red-gradient-square .gradient-inner .wpb_single_image img {width: 72px; margin-bottom: 16px;}
@media screen and (max-width:850px) {
.blue-red-gradient-square {padding-left: 0px!important; padding-right: 0px!important;}
.blue-red-gradient-square .gradient-inner > .wpb_column {border-right: 0px;}
.blue-red-gradient-square .gradient-inner > .wpb_column.vc_col-sm-4 {width: 100%;}
}

/* Stats Box */
.stats-box .wpb_column:nth-child(odd) {border-right: 1px solid #333f48;}
.stats-box .wpb_column:nth-child(1), .stats-box .wpb_column:nth-child(2) {border-bottom: 1px solid #333f48;}
.countup p {color: #007d8a; font-size: 66px; font-weight: 700; font-family: 'Antonio', sans-serif; line-height: 1.08; margin-bottom: -20px!important; margin-top: 2px!important;}
.countup-blue p {color: #1b365d; font-size: 66px; font-weight: 700; font-family: 'Antonio', sans-serif;}
.countup-yellow p {color: #ffa13c; font-size: 66px; font-weight: 700; font-family: 'Antonio', sans-serif;}
.stats-box .wpb_text_column.large {margin-bottom: 16px;}
.stats-box .wpb_text_column.countup {margin-top: 16px; line-height: 1.1; padding-top: 2px;}
.stats-box .wpb_text_column.countup-blue {margin-top: 16px; line-height: 1.1; padding-top: 2px;}
.stats-box .wpb_text_column.countup-yellow {margin-top: 16px; line-height: 1.1; padding-top: 2px;}
@media screen and (max-width:1025px) {
.countup p {font-size: 58px;}
}
@media screen and (max-width:850px) {
.countup p {font-size: 50px;}
}
@media screen and (max-width:767px) {
.entry-content .vc_row.wpb_row.vc_row-fluid.vc_row-flex.stats-box:not(.vc_column-gap-30) {margin-top: -48px;} /* remove white space */
.stats-box .wpb_column:nth-child(odd) {border-right: 0px solid #333f48;}
.stats-box .wpb_column {border-bottom: 1px solid #333f48;}
.stats-box .wpb_column:last-child {border-bottom: 0px solid #333f48;}
}

/* Stats Row - for vertical stacking of 1 column per row of stats */
.stats-row .wpb_column:not(:last-child) {border-bottom: 1px solid #333f48;}
.stats-row .wpb_text_column.large {margin-bottom: 16px;}
.stats-row .wpb_text_column.countup {margin-top: 16px; line-height: 1.1; padding-top: 2px;}

/* Stats Single Row - for 1 row with 2 or 3 stats columns */
.stats-single-row {margin-top: 30px; margin-bottom: 30px;}
.stats-single-row .wpb_column:not(:last-child) {border-right: 1px solid #333f48;}
.stats-single-row .wpb_text_column.large {margin-bottom: 16px;}
.stats-single-row .wpb_text_column.countup {margin-top: 16px; line-height: 1.1; padding-top: 2px;}
.stats-single-row .wpb_text_column.countup-blue {margin-top: 16px; line-height: 1.1; padding-top: 2px;}
.stats-single-row .wpb_text_column.countup-yellow {margin-top: 16px; line-height: 1.1; padding-top: 2px;}
@media screen and (max-width:767px) {
.stats-single-row .wpb_column:not(:last-child) {border-right: 0px solid #333f48;}
.stats-single-row .countup p {margin-top: 2px;}
}

/* Pricing Table */
.pricing-table-head {margin-top: 18px;}
.pricing-table-head.vc_row.vc_column-gap-5 {margin-left: 0px!important; margin-right: 0px!important;}
.pricing-table-head .vc_column-inner {background-color: #007d8a;}
.pricing-table-head p {font-weight: 600; margin: 4px 0px!important;}
.pricing-table-head .wpb_text_column {margin-bottom: 0px;}
.pricing-table.vc_row.vc_column-gap-5 {margin-left: 0px!important; margin-right: 0px!important; margin-top: 0px!important;}
.pricing-table .vc_column-inner {background-color: #f5f6f8;}
.pricing-table p {margin: 4px 0px!important;}
.pricing-table .wpb_text_column {margin-bottom: 0px;}
@media screen and (max-width: 767px) {
.pricing-table-head .vc_col-sm-3\/5 {width: 50%;}
}

/* Events Grid on Events Main Events Page */
.events-grid .wpb_column .vc_column-inner .wpb_wrapper {display: flex; flex-direction: column; /*align-items: flex-end;*/ height: 100%; background-color: #eaedf0;}
.events-grid .wpb_column .vc_column-inner .wpb_wrapper h3, .events-grid .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column, .events-grid .wpb_column .vc_column-inner .wpb_wrapper .vc_btn3-container {padding-left: 30px; padding-right: 30px;}
.events-grid .dates {margin-top: 0px!important;}
.events-grid .dates .wpb_text_column {margin-bottom: 0px;}
.events-grid .dates .wpb_text_column p {margin-top: 0px;}
.events-grid > .wpb_column > .vc_column-inner > .wpb_wrapper {display: flex; flex-direction: column; /*align-items: flex-end;*/ height: 100%; background-color: #eaedf0; padding-bottom: 16px;}
.events-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.dates > .wpb_column.btn-col > .vc_column-inner >.wpb_wrapper {align-items: flex-end; justify-content: flex-end;}
.events-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.wpb_row.dates {margin-top: auto!important;}
.events-grid > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container {margin-bottom: 0px!important;}
.events-grid > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image {margin-bottom: 14px!important;}
.events-grid .vc_single_image-wrapper {height: 188px;}
.events-grid .vc_single_image-wrapper img {height: 100%; object-fit: cover;}
@media screen and (max-width:1400px) {
.events-grid .vc_single_image-wrapper {height: 150px;}
}
@media screen and (max-width:1200px) {
.events-grid .vc_single_image-wrapper {height: 136px;}
}
@media screen and (max-width:1025px) {
.events-grid .wpb_column.vc_col-sm-6 {width: 100%; max-width: 768px; margin-left:auto; margin-right: auto;}
.events-grid .vc_single_image-wrapper {height: 188px;}
}

/* Events List on the Main Events Pg */
.event-list-all ul.events {list-style-type: none; margin-left: 0px; padding-left: 0px; columns: 3; column-gap: 40px;}
.event-list-all ul.events li {break-inside: avoid;}
@media screen and (max-width:1025px) {
.event-list-all ul.events {columns: 2;}
}
@media screen and (max-width:640px) {
.event-list-all ul.events {columns: 1;}
}

/* Video Lightbox Popup on Home Pg */
a.wp-colorbox-youtube {border-bottom: 1px solid transparent;}
a.wp-colorbox-youtube:hover, a.wp-colorbox-youtube:focus {border-bottom: 1px solid transparent;}

/* Quotes Section on Support Our Work Pg */
.quotes .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(2) {margin-bottom: 0px;}

/* Home Pg */
.home .site-main .entry-content {margin-top: 0px; padding: 0px 20px 10px 20px;}
.home-hero {height: 560px;}
.home-hero > .wpb_column.vc_column_container > .vc_column-inner {width: 100%; max-width: 1440px; margin-left: auto; margin-right: auto; padding-left: 32px; padding-right: 32px;}
.home-hero > .wpb_column.vc_column_container {height: 100%; background-image: linear-gradient(to right, rgba(27,54,93,0.75) 50%, rgba(186,45,47,0.75) 50%); clip-path: polygon(0% 0%, 0% 100%, 48% 100%, 40% 0%, 90% 0%, 98% 100%, 100% 100%, 100% 0%);}
h3.blue-bg {background-color: #1b365d; padding: 18px 0px 24px 0px; margin-bottom: 0px;}
h3.red-bg {background-color: #ba2d2f; padding: 18px 0px 24px 0px; margin-bottom: 0px;}
h3.teal-bg {background-color: #007d8a; padding: 18px 0px 24px 0px; margin-bottom: 0px;}
.home .news-carousel-wrapper .wpb_column.vc_column_container.vc_col-sm-4 {padding-left: calc(-683px + 49vw)!important;}
@media screen and (max-width: 1279px) {
.home-hero .vc_col-sm-4 {width: 44%;}
.home-hero .vc_col-sm-8 {width: 56%;}
.home-hero > .wpb_column.vc_column_container {height: 100%; background-image: linear-gradient(to right, rgba(27,54,93,0.75) 60%, rgba(186,45,47,0.75) 40%); clip-path: polygon(0% 0%, 0% 100%, 56% 100%, 48% 0%, 90% 0%, 98% 100%, 100% 100%, 100% 0%);}
}
@media screen and (max-width: 850px) {
.home-hero > .wpb_column.vc_column_container {align-items: flex-start!important}
.home-hero .vc_col-sm-4 {width: 100%;}
.home-hero .vc_col-sm-8 {width: 100%;}
.home-hero > .wpb_column.vc_column_container {height: 100%; background-image: linear-gradient(to bottom, rgba(27,54,93,0.75) 90%, rgba(186,45,47,0) 10%); clip-path: polygon(0% 0%, 0% 80%, 100% 72%, 100% 0%);}
}
@media screen and (max-width: 580px) {
.home-hero {height: 610px;}
.home-hero > .wpb_column.vc_column_container {clip-path: polygon(0% 0%, 0% 88%, 100% 80%, 100% 0%);}
}
@media screen and (max-width: 380px) {
.home-hero {height: 640px;}
.home-hero > .wpb_column.vc_column_container {background-image: linear-gradient(to bottom, rgba(27,54,93,0.75) 96%, rgba(186,45,47,0) 4%); clip-path: polygon(0% 0%, 0% 93%, 100% 85%, 100% 0%);}
}

/* Local Events Pg */
.color-box {margin-top: 26px; margin-bottom: 24px; display: flex; justify-content: center;}
.color-box h3 {margin-top: 12px;}
.color-box h4 {margin-top: 24px;}
.color-box .vc_column-inner {padding: 0px 56px 24px 56px;}
.color-box.vc_column-gap-20 > .wpb_column > .vc_column-inner {padding: 0px 26px 24px 26px;}
.color-box .vc_column-inner .wpb_text_column {margin-bottom: 0px!important;}
.local-events-btns .vc_btn3-container {width: 100%;}

/* Individual Locations Pgs */
.single-locations .entry-header-regional-location {max-height: 330px; height: auto; min-height: 140px; background-color: #1b365d; padding: 0px; display: flex; column-gap: 16px;}
.entry-header-regional-location > .left-photo > img {height: 100%; width: 100%; object-fit: cover;}
.entry-header-regional-location > .right-photo > img {height: 100%; width: 100%; object-fit: cover;}
.entry-header-regional-location > .skyline-photo > img {height: 100%; width: 100%; object-fit: cover;}
.single-locations .color-box .vc_column-inner .wpb_text_column {margin-bottom: 24px!important;}
.single-locations .future-events p {text-align: center;}
@media screen and (max-width:767px) {
.single-locations .entry-header-regional-location {max-height: 140px;}
.single-locations .entry-header-regional-location > .left-photo {display: none;}
.single-locations .entry-header-regional-location > .right-photo {display: none;}
.entry-header-regional-location > .skyline-photo > img {height: 100%; width: 100%; object-fit: cover;}
}

/* Legislative & Policy Advocacy Pg */
.vsa-team {margin-top: 14px!important;}
.vsa-team .wpb_column .vc_column-inner > .wpb_wrapper {background-color: #f5f5f5; display: flex; flex-direction: column; height: 100%;}
.vsa-team .wpb_column .vc_column-inner > .wpb_wrapper .wpb_content_element {margin-bottom: 20px;}
.vsa-team .wpb_column .vc_column-inner > .wpb_wrapper .wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure {width: 100%; min-width: 100%; object-fit: cover!important;}
.vsa-team .wpb_column .vc_column-inner > .wpb_wrapper .wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure .vc_single_image-wrapper {width: 100%; min-width: 100%; object-fit: cover!important;}
.vsa-team .wpb_column .vc_column-inner > .wpb_wrapper .wpb_single_image.wpb_content_element .wpb_wrapper.vc_figure .vc_single_image-wrapper img {width: 100%; min-width: 100%; object-fit: cover!important;}
.vsa-team .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child {margin-top: auto;}
.vsa-team .wpb_column .vc_column-inner > .wpb_wrapper .wpb_content_element:last-child {margin-bottom: 10px;}
.vsa-team .wpb_column .vc_column-inner > .wpb_wrapper .wpb_content_element:nth-child(2) {margin-bottom: 0px}
.vsa-team .wpb_column .vc_column-inner > .wpb_wrapper .wpb_content_element:nth-child(2) p {margin-top: 6px}
.vsa-team .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child p {margin-top: 8px;}
.vsa-team .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {padding: 0px 14px;}
.vsa-team .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element p {font-size: 16px; line-height: 1.2}
.grey-textareas .wpb_text_column {background-color: #eaecf0!important; margin-bottom: 10px; margin-top: 0px; padding: 9px 16px;}
.grey-textareas > .vc_column-inner > .wpb_wrapper > h3 {margin-bottom: 20px;}
.grey-textareas .wpb_text_column p {background-color: #eaecf0!important; margin-bottom: 0px; margin-top: 0px;}
.single-events .vsa-team .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {padding: 0px 14px 12px 14px;}
@media screen and (max-width: 767px) {
.three-stats-row {margin-top: 6px!important;}
.three-stats-row .stats-single-row {margin-top: -40px!important;}
}

/* Video Style */
.wpb_video_widget {margin-top: 8px!important;}
.wpb_video_widget .wpb_video_wrapper iframe {border-radius: 12px!important;}

/* Slick Carousel Base Styles */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /* background: #fff url('./ajax-loader.gif') center center no-repeat; */
}
.slick-slide {display: none; float: left; height: 100%; min-height: 1px; transition: all ease-in-out .3s; opacity: 1; margin: 0px 15px;	}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {opacity: .25;}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* End Slick Carousel Base Styles */

/* News Carousel Styles */
/* making the heights of post-tiles all equal */
.recent-posts-carousel .slick-track { display: flex; height: 100%;}
.recent-posts-carousel .slick-slide { height: auto; flex: 1; }
.recent-posts-carousel .slick-slide > div { height: 100%; }
.recent-posts-carousel .slick-slide > div .post-tile { height: 100%; }
.recent-posts-carousel .slick-slide > div .post-tile .post-inner { height: 100%; display: flex; flex-direction: column; }
.recent-posts-carousel .slick-slide > div .post-tile .post-inner .post-inner-padding { height: 100%; display: flex; flex-direction: column;}
.recent-posts-carousel .slick-slide > div .post-tile .post-inner .post-inner-padding .blog-btn {margin-top: auto; text-align: right;}
/* End making the heights of post-tiles all equal */
.recent-posts-carousel .slick-slide .post-tile .post-inner {background-color: #f5f5f5;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding {padding: 0px 12px 6px 12px;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .thumb {height: auto; max-height: 200px;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .thumb img {object-fit: cover; height: 186px; width: 100%;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding p {margin-top: 4px; margin-bottom: 6px;}
.recent-posts-carousel .slick-slide .post-tile .post-type {font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600; color: #ba2d2f;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding h5 {margin-top: 6px; margin-bottom: 6px;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding a.post-title {font-family: 'DM Sans', sans-serif; font-size: 20px; color: #19191a; font-weight: 500; transition: all 0.3s ease-in-out; line-height: 1.24; border-bottom: 0px solid transparent;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding a.post-title:hover, .recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding a.post-title:focus {color: #007d8a; border-bottom: 0px solid transparent;}
.recent-posts-carousel .paginator {margin-top: 18px;}
.recent-posts-carousel .paginator ul {list-style-type: none; margin-left: 15px; text-indent: 0px; display: flex; padding-left: 0px; }
.recent-posts-carousel .paginator ul li {margin-bottom: 4px; margin-right: 2px; background-color: #1b365d; color: #fff; transition: all 0.3s ease-in-out;}
.recent-posts-carousel .paginator ul li:first-child {clip-path: polygon(0% 0%, 0% 100%, 77% 100%, 100% 0%); padding: 6px 28px 6px 18px;}
.recent-posts-carousel .paginator ul li:last-child {clip-path: polygon(23% 0%, 0% 100%, 100% 100%, 100% 0%); padding: 6px 18px 6px 28px;}
.recent-posts-carousel .paginator ul li:hover {cursor: pointer; color: #ffa13c;}

/* Events Carousel Styles */
.events-carousel {margin-top: -16px;}
.events-carousel .paginator {margin-top: 18px;}
.events-carousel .paginator ul {list-style-type: none; margin-left: 15px; text-indent: 0px; display: flex; padding-left: 0px; }
.events-carousel .paginator ul li {margin-bottom: 4px; margin-right: 2px; background-color: #ffffff; color: #1b365d; transition: all 0.3s ease-in-out;}
.events-carousel .paginator ul li:first-child {clip-path: polygon(0% 0%, 0% 100%, 77% 100%, 100% 0%); padding: 6px 28px 6px 18px;}
.events-carousel .paginator ul li:last-child {clip-path: polygon(23% 0%, 0% 100%, 100% 100%, 100% 0%); padding: 6px 18px 6px 28px;}
.events-carousel .paginator ul li:hover {cursor: pointer; color: #ffa13c;}

/* Events Pgs */
.entry-header-events img {width: 100%;}
.events-template-default .secondary-menu {padding-left: 24px; padding-right: 24px; margin-top: -20px; margin-bottom: 32px;}
.events-template-default .secondary-menu ul {list-style-type: none; margin-left: auto; text-indent: 0px; padding-left: 0px; display: flex; justify-content: center;}
.events-template-default .secondary-menu ul li {margin-right: 32px; text-transform: uppercase;}
.events-template-default .secondary-menu ul li:last-child {margin-right: 0px;}
.events-template-default .secondary-menu ul li a {color: #1b365d; font-weight: 600; font-size: 18px; border-bottom: 2px solid #1b365d; transition: all 0.3s ease-in-out;}
.events-template-default .secondary-menu ul li a:hover, .events-template-default .secondary-menu ul li a:focus {color: #007d8a; border-bottom: 2px solid #007d8a;}
.events-template-default .secondary-menu ul li.current-menu-item a {color: #ba2d2f; border-bottom: 2px solid #ba2d2f; transition: all 0.3s ease-in-out;}
.events-template-default .secondary-menu ul li.current-menu-item a:hover, .events-template-default .secondary-menu ul li.current-menu-item a:focus {color: #007d8a; border-bottom: 2px solid #007d8a;}
.events-template-default .secondary-menu ul li.external a::after {position: absolute; content:'\f08e'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-left: 6px; font-size: 14px; margin-top: 2px; transition: all 0.3s ease-in-out;}
.events-template-default .secondary-menu ul li.external:hover a::after, .events-template-default .secondary-menu ul li.external:focus a::after {color: #007d8a;}
.events-template-default .wpb_gmaps_widget {width: 100%; max-width: 760px;}
.awards-row {min-height: 300px;}
.awards-row > .wpb_column:first-child > .vc_column-inner {padding-left: 50px; padding-right: 50px;}
.awards-row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {height: 100%; display: flex; align-items: center; justify-content: center;}
.sponsors-row {}
.sponsors-row .wpb_text_column {margin-bottom: 0px;}
.vc_sep_color_grey {background-color: #eaecf0!important;}
.center-row  >.vc_column-inner {padding-top: 0px!important;}
.center-row .vc_column-inner > .wpb_wrapper {display: flex; align-items: center; justify-content: center;}
.center-row .vc_column-inner > .wpb_wrapper .vc_btn3-container:last-child {margin-right: 0px!important;}
/* Equalize width of btns on Awards Gala pg, top section */
.single-events.postid-647 .center-row .vc_btn3-container.vc_btn3-inline {width: 90%!important; max-width: 338px!important;}
.single-events.postid-647 .center-row .vc_btn3-container.vc_btn3-inline .vc_btn3 {width: 100%!important;}
/* End Equalize width of btns on Awards Gala pg, top section */
@media screen and (max-width:1023px) {
.events-template-default .secondary-menu ul {display: flex; flex-direction: column; margin-left: auto; margin-right: auto; align-items: center; justify-content: center;}
.events-template-default .secondary-menu ul li {margin-right: 0px;}
}

/* Resources Pg */
.recent-posts-carousel {}
.recent-posts-carousel section {display: flex; column-gap: 20px; margin-top: 32px;}
.recent-posts-carousel section .post-tile {background-color: #f5f5f5; width: 33.3333%}
.recent-posts-carousel section .post-tile .post-inner {display: flex; flex-direction: column; height: 100%;}
.recent-posts-carousel section .post-tile .post-inner-padding {display: flex; flex-direction: column; padding: 0px 16px 10px 16px; height: 100%;}
.recent-posts-carousel section .post-tile .post-inner-padding h5 {margin-top: 8px; margin-bottom: 6px;}
.recent-posts-carousel section .post-tile .post-inner-padding h5 a {color: #19191a; font-size: 18px; font-weight: 500; border-bottom: 0px;}
.recent-posts-carousel section .post-tile .post-inner-padding h5 a:hover, .recent-posts-carousel section .post-tile .post-inner-padding h5 a:focus {color: #007d8a; border-bottom: 0px;}
.recent-posts-carousel section .post-tile .post-inner-padding p.leadin {font-size: 16px; margin-top: 8px;}
.recent-posts-carousel .thumb {height: 260px; width: 100%;}
.recent-posts-carousel .thumb img {height: 100%; width: 100%; object-fit: cover;}
.recent-posts-carousel .thumb a {border-bottom: 0px;}
.recent-posts-carousel .thumb:hover a, .recent-posts-carousel .thumb:focus a {border-bottom: 0px;}
.recent-posts-carousel section .post-tile .post-inner-padding .blog-btn {margin-top: auto; text-align: right;}

/* Resource Library Pg */
.resource-library-filter {padding-right: 30px!important;}
.resource-library-filter h3 {border-bottom: 2px solid #eaecf0; padding-bottom: 18px;}
.resource-categories p {font-family: "Antonio", sans-serif; font-size: 25px; font-weight: 500; margin-top: 20px!important; margin-bottom: -6px!important; color: #1b365d; position: relative;}
.resource-categories p::after {position: absolute; content: '\f053'; right: 0; font-family: "Font Awesome 6 Free"; font-weight: 900; transition: all 0.3s ease-in-out;}
.resource-categories p:hover::after {position: absolute; content: '\f054'; right: 0; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #007d8a;}
.resource-categories p a {color: #1b365d; border-bottom: 0px solid transparent; transition: all 0.3s ease-in-out;}
.resource-categories p:hover a, .resource-categories p:focus a {color: #007d8a; border-bottom: 0px solid transparent;}
.resource-library {}
.resource-library section {display: flex; column-gap: 20px; margin-top: 8px; flex-wrap: wrap;}
.resource-library section .post-tile {background-color: #f5f5f5; width: calc(25% - 15px); margin-bottom: 20px;}
.resource-library section .post-tile .post-inner {display: flex; flex-direction: column; height: 100%;}
.resource-library section .post-tile .post-inner-padding {display: flex; flex-direction: column; padding: 0px 16px 10px 16px; height: 100%;}
.post-inner-padding .post-type {font-family: 'DM Sans', sans-serif; font-size: 15px; color: #ba2d2f; font-weight: 600; margin-top: 8px!important; margin-bottom: 4px!important;}
.resource-library section .post-tile .post-inner-padding h5 {margin-top: 8px; margin-bottom: 6px;}
.resource-library section .post-tile .post-inner-padding h5 a {color: #19191a; font-size: 18px; font-weight: 500; border-bottom: 0px; line-height: 1.28;}
.resource-library section .post-tile .post-inner-padding h5 a:hover, .recent-posts-carousel section .resource-library .post-tile .post-inner-padding h5 a:focus {color: #007d8a; border-bottom: 0px;}
.resource-library section .post-tile .post-inner-padding p.leadin {font-size: 16px; margin-top: 8px;}
.resource-library .thumb {height: 250px; min-height: 250px; width: 100%;}
.resource-library .thumb img {height: 100%; width: 100%; object-fit: cover;}
.resource-library .thumb a {border-bottom: 0px;}
.resource-library .thumb:hover a, .recent-posts-carousel .thumb:focus a {border-bottom: 0px;}
.resource-library section .post-tile .post-inner-padding .blog-btn {margin-top: auto; text-align: right;}
@media screen and (max-width:1025px) {
.resource-library section .post-tile {background-color: #f5f5f5; width: calc(33.333% - 13.33px); margin-bottom: 20px;}
}
@media screen and (max-width:767px) {
.resource-library section .post-tile {background-color: #f5f5f5; width: calc(50% - 10px); margin-bottom: 20px;}
}
@media screen and (max-width:480px) {
.resource-library section .post-tile {background-color: #f5f5f5; width: calc(100%); margin-bottom: 20px;}
}

/* First Call Newsletter Section */
.first-call-newsletter {margin-bottom: 0px;}
.first-call-newsletter > .wpb_column >.vc_column-inner {padding-top: 20px; padding-bottom: 18px;}
.first-call-newsletter > .wpb_column >.vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:last-child > .vc_column-inner {padding-left: 32px; padding-right: 32px;}
.first-call-newsletter > .wpb_column >.vc_column-inner > .wpb_wrapper > .vc_row > .wpb_column:last-child > .vc_column-inner h3 {font-size: 38px;}

/* Image Carousel */
.vc_carousel-inner .vc_item {height: auto; width: 100%; max-height: 460px;}
.vc_carousel-inner .vc_inner {height: 100%; max-height: 460px}
.vc_carousel-inner .vc_inner img {width: 100%!important; height: 100%!important; object-fit: cover!important;}
.vc_images_carousel {margin-bottom: 50px!important;}
.vc_images_carousel .vc_carousel-control {margin-top: 10px!important;}
.vc_left.vc_carousel-control {top: 100%!important;}
.vc_right.vc_carousel-control {top: 100%!important;}
.vc_carousel-indicators {bottom: -40px!important;}
.vc_right.vc_carousel-control {top: 100%!important; background-color: #1b365d!important; opacity: 1!important; clip-path: polygon(23% 0%, 0% 100%, 100% 100%, 100% 0%);}
.vc_right.vc_carousel-control .icon-next {width: 40px!important;}
.vc_right.vc_carousel-control .icon-next::before {color: #ffffff!important; content: '\f178'!important; font-family: 'Font Awesome 6 Free'; font-weight: 900; transition: all 0.3s ease-in-out; font-size: 20px;}
.vc_right.vc_carousel-control:hover .icon-next::before {color: #ffa13c!important;}
.vc_left.vc_carousel-control {top: 100%!important; background-color: #1b365d!important; opacity: 1!important; clip-path: polygon(0% 0%, 0% 100%, 77% 100%, 100% 0%);}
.vc_left.vc_carousel-control .icon-prev {width: 20px!important;}
.vc_left.vc_carousel-control .icon-prev::before {color: #ffffff!important; content: '\f177'!important; font-family: 'Font Awesome 6 Free'; font-weight: 900; transition: all 0.3s ease-in-out; font-size: 20px;}
.vc_left.vc_carousel-control:hover .icon-prev::before {color: #ffa13c!important;}
.vc_carousel-indicators li {background-color: #1b365d!important; height: 14px!important; width: 14px!important; border: 1px solid #1b365d!important; margin-right: 5px!important;}
.vc_carousel-indicators li.vc_active {background-color: #eaecf0!important; height: 14px!important; width: 14px!important; border: 1px solid #eaecf0!important;}

/* WPBakery Table Add-On Styles */
.wpb_vc_table.wpb_content_element {margin-top: 24px; font-family: 'DM Sans', sans-serif; font-size: 20px;}

/* Color Rows */
.color-row {margin-top: 18px!important;}
.color-row > .wpb_column > .vc_column-inner > .wpb_wrapper {padding: 0px 24px 24px 24px;}
.color-row-padding-top > .wpb_column > .vc_column-inner > .wpb_wrapper {padding: 24px 24px 24px 24px;}
.color-row-padding-top .vc_btn3-container {margin-top: 20px;}

/* Consultations Pg */
.proven-strategies {margin-top: 36px; display: flex; justify-content: center;}
.proven-strategies > .wpb_column {padding-top: 0px!important; padding-bottom: 0px!important;}
.proven-strategies > .wpb_column > .vc_column-inner > .wpb_wrapper::after {position: absolute; content: ''; right: 0; top: 0; width: 1px; height: 100%; background-color: #333f48;}
.proven-strategies > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper::after {width: 0px;}
.proven-strategies > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child {margin-bottom: 18px;}
.proven-strategies > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:first-child {margin-top: -10px!important;}
.proven-strategies .extralargebluebold p {margin-bottom: -16px;}
.proven-strategies .extralargetealbold p {margin-bottom: -16px;}

/* News & Articles Ind. page */
.single-news .entry-header-news {height: 96px; background-color: #1b365d; clip-path: polygon(0% 0%, 0% 100%, 75% 100%, 77% 0, 79% 0, 77% 100%, 100% 100%, 100% 0);}
.single-news .title-row {display: flex; column-gap: 30px;}
.single-news .title-row .thumbnail {position: relative; margin-top: -80px; z-index: 2!important;}
.single-news .title-row .article-date {font-family: 'DM Sans', sans-serif; font-size: 20px; text-transform: uppercase;}
.single-news .entry-content.news h3 {font-size: 38px; line-height: 40px; text-transform: capitalize;}
.single-news .title-row .thumbnail {height: auto; max-height: 480px; width: 40%;}
.single-news .title-row .thumbnail img {object-fit: cover; height: 100%; width: 100%; min-width: 300px; max-height: 496px;}
@media screen and (max-width:850px) {
.single-news .title-row {display: flex; flex-direction: column; column-gap: 0px;}
}
@media screen and (max-width:380px) {
.single-news .title-row .thumbnail img {min-width: 250px;}
}

/* Meet the Team Ind. page */
.team .entry-header-team {height: 96px; background-color: #1b365d; clip-path: polygon(0% 0%, 0% 100%, 75% 100%, 77% 0, 79% 0, 77% 100%, 100% 100%, 100% 0);}
.team .title-row {display: flex; column-gap: 30px;}
.team .title-row .thumbnail {position: relative; margin-top: -80px; z-index: 2!important;}
.team .title-row .thumbnail {height: auto; max-height: 320px; width: 320px; min-width: 320px;}
.team .title-row .thumbnail .post-thumbnail {aspect-ratio: 1 / 1;}
.team .title-row .thumbnail img {object-fit: cover; height: 100%; width: auto!important;}
.team .title-row p.job-title {font-family: 'DM Sans', sans-serif; font-size: 20px; text-transform: uppercase; font-weight: 400;}
.team .title-row p.excerpt {font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 500;}
.team .entry-content.team h3.related-team {font-size: 32px; margin-bottom: -6px;}
.team .recent-posts-carousel {width: 100%;}
.team .recent-posts-carousel section {}
.team .recent-posts-carousel section .slick-list {width: 100%;}
@media screen and (max-width:767px) {
.team .title-row {display: flex; flex-direction: column; column-gap: 0px;}
}
@media screen and (max-width:380px) {
.team .title-row .thumbnail {width: 250px; min-width: 250px;}
}

/* Donate Pg */
.the-challenge-section {margin-bottom: 0px;}
.the-challenge-section > .vc_col-sm-3 > .vc_column-inner {padding-left: 32px; padding-right: 32px;}
.the-challenge-section > .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper > .wpb_text_column:first-child > .wpb_wrapper > p {margin-top: 0px;}
.the-challenge-section > .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper > .wpb_text_column:last-child {margin-bottom: 0px;}
.solution-row {margin-bottom: 16px}
.solution-row > .wpb_column > .vc_column-inner {padding-top: 4px!important;}
.solution-row > .wpb_column > .vc_column-inner > .wpb_wrapper > .largebluebold {margin-bottom: 12px;}
@media screen and (max-width:1025px) {
.the-challenge-section > .vc_col-sm-3 > .vc_column-inner {padding-left: 16px; padding-right: 16px;}
}
@media screen and (max-width:767px) {
.the-challenge-section > .vc_col-sm-3 > .vc_column-inner {padding-bottom: 20px;}
}


/* Charity & NonProfit Partners Pg */
.nonprofit-partners {margin-top: 4px!important;}
.nonprofit-partners .vc_column-inner {padding: 24px 44px 36px 44px!important;}
.nonprofit-partners .wpb_single_image {display: flex; align-items: flex-end; justify-content: center;  height: 150px;}
.nonprofit-partners .wpb_single_image img {width: auto; height: auto; max-height: 150px;}

/* Meet The Team Pg */
.meet-the-team {margin-top: -20px; margin-bottom: 16px!important;}
.meet-the-team section {display: flex; column-gap: 20px; margin-top: 32px; flex-wrap: wrap}
.meet-the-team section .post-tile {background-color: #f5f5f5; width: calc(20% - 16px); margin-bottom: 20px;}
.meet-the-team section .post-tile .post-inner {display: flex; flex-direction: column; height: 100%;}
.meet-the-team section .post-tile .post-inner-padding {display: flex; flex-direction: column; padding: 0px 16px 10px 16px; height: 100%;}
.meet-the-team section .post-tile .post-inner-padding h5 {margin-top: 8px; margin-bottom: 6px;}
.meet-the-team section .post-tile .post-inner-padding h5 a {color: #19191a; font-size: 18px; font-weight: 500; border-bottom: 0px; line-height: 1.2;}
.meet-the-team section .post-tile .post-inner-padding p.job-title {margin-top: -4px!important; margin-bottom: 6px; font-size: 14px; font-weight: 400; line-height: 17px!important}
.meet-the-team section .post-tile .post-inner-padding h5 a:hover, .recent-posts-carousel section .post-tile .post-inner-padding h5 a:focus {color: #007d8a; border-bottom: 0px;}
.meet-the-team section .post-tile .post-inner-padding p.leadin {font-size: 16px; margin-top: 8px;}
.meet-the-team .thumb {height: 260px; width: 100%;}
.meet-the-team .thumb img {height: 100%; width: 100%; object-fit: cover;}
.meet-the-team .thumb a {border-bottom: 0px;}
.meet-the-team .thumb:hover a, .recent-posts-carousel .thumb:focus a {border-bottom: 0px;}
.meet-the-team section .post-tile .post-inner-padding .blog-btn {margin-top: auto; text-align: right;}
@media screen and (max-width:1024px) {
.meet-the-team section .post-tile {background-color: #f5f5f5; width: calc(25% - 16px); margin-bottom: 20px;}
}
@media screen and (max-width:835px) {
.meet-the-team section .post-tile {background-color: #f5f5f5; width: calc(33.333% - 14px); margin-bottom: 20px;}
}
@media screen and (max-width:600px) {
.meet-the-team section .post-tile {background-color: #f5f5f5; width: calc(50% - 12px); margin-bottom: 20px;}
}
@media screen and (max-width:420px) {
.meet-the-team section .post-tile {background-color: #f5f5f5; width: calc(100%); margin-bottom: 20px;}
}

/* Search Results Pg */
.search .site-main {padding-bottom: 32px;}
.search .site-main .page-header.search {height: 96px; background-color: #1b365d; clip-path: polygon(0% 0%, 0% 100%, 75% 100%, 77% 0, 79% 0, 77% 100%, 100% 100%, 100% 0);}
.search .site-main .page-header.search .container {width: 100%; max-width:1400px; display: flex; margin-right: auto; margin-left: auto; padding: 10px 20px 10px 20px; height: 100%; align-items: center;}
.search h1.page-title {font-family: 'DM Sans', sans-serif; font-size: 22px; font-weight: 500; color: #ffffff; line-height: 24px;}
.search .site-main article {width: 100%; max-width:1400px; display: flex; margin-right: auto; margin-left: auto; padding: 10px 20px 10px 20px; flex-direction: column;}
.search .site-main article {margin-bottom: 2px;}
.search .site-main article .results-title h2 {margin: 6px auto 6px auto; line-height: 34px}
.search .site-main article .entry-summary {margin: 6px auto 4px 0px;}
.search .site-main article .results-title h2 a {font-size: 32px; color: #007d8a; transition: all 0.2s ease-in-out; text-decoration: none; border-bottom: 1px solid transparent;}
.search .site-main article .results-title h2 a:visited {color: rgba(0,125,138,0.7);}
.search .site-main article .results-title h2 a:hover, .search .site-main article.page .results-title h2 a:focus {color: #007d8a; text-decoration: none; border-bottom: 1px solid #007d8a;}
.navigation.pagination {margin: 24px 0px 36px 0px;}
.navigation.pagination .nav-links {width: 100%; max-width:1400px; display: flex; margin-right: auto; margin-left: auto; padding: 10px 20px 10px 20px; flex-direction: row;}
.navigation.pagination .nav-links {font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 600; line-height: 20px;}
.navigation.pagination .nav-links .page-numbers.current {margin-right: 8px;}
.navigation.pagination .nav-links a {margin-right: 6px; color: #007d8a; transition: all 0.2s ease-in-out; text-decoration: none; border-bottom: 1px solid transparent;}
.navigation.pagination .nav-links a:visited {color: rgba(0,125,138,0.7);}
.navigation.pagination .nav-links a:hover, .navigation.pagination .nav-links a:focus {color: #007d8a; text-decoration: none; border-bottom: 1px solid #007d8a;}
@media screen and (max-width:1024px) {
.search .site-main .page-header.search {clip-path: polygon(0% 0%, 0% 100%, 86% 100%, 91% 0, 94% 0, 89% 100%, 100% 100%, 100% 0);}
}
@media screen and (max-width:620px) {
.search h1.page-title {width: calc(100% - 32px);}
}
@media screen and (max-width:420px) {
.search .site-main .page-header.search {clip-path: polygon(0% 0%, 0% 100%, 86% 100%, 93% 0, 98% 0, 91% 100%, 100% 100%, 100% 0);}
}

/* Search in the Content Area */
.entry-content form.searchwp-form .swp-items-stretch {margin-left: auto;}
.entry-content input[type="search"].swp-input--search {background-image: none; padding: 0px 8px!important;}
.entry-content input[type="search"] {outline: none!important; border: none!important; background-color: #eaecf0!important; width: 280px!important; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
.entry-content input[type="search"]:focus {outline: none!important; background-color: #eaecf0!important;}
.entry-content form.searchwp-form .swp-flex--gap-md {gap: 0em!important;}
.entry-content .search-submit.swp-button {border-radius: 0px; border: 0px; background-color: #eaecf0;}
.entry-content input[type="submit"] {cursor: pointer!important; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #929394; padding: 9px 14px 9px 8px!important; border-top-right-radius: 5px!important; border-bottom-right-radius: 5px!important;}

/* Contact Pg */
.smartsheet-form {text-align: center; margin-bottom: 32px;}
@media screen and (max-width:767px) {
.smartsheet-form {margin-top: 32px;}
}

/* Temporary Contact Form on Footer */
.over-footer-row .container {width: 100%; max-width:1400px; display: flex; margin-right: auto; margin-left: auto; padding: 10px 20px 10px 20px;}
.newsletter-form {}
.newsletter-form form {display: flex; column-gap: 20px; justify-content: center; align-items: flex-start; flex-wrap: wrap;}
.newsletter-form > .wpcf7 > form > div.name {width: calc(20% - 15px)!important; max-width: calc(25% - 15px)!important;}
.newsletter-form > .wpcf7 > form > div input {border: 0px; border-radius: 0px; width: 100%; height: 34px;}
.newsletter-form > .wpcf7 > form > div input {font-family: 'DM Sans', sans-serif; font-size: 16px;}
.newsletter-form > .wpcf7 > form > div input::placeholder {font-family: 'DM Sans', sans-serif!important; font-size: 15px!important;padding-left: 6px;}
.newsletter-form > .wpcf7 > form > div input[type=submit] {background-color: #1b365d!important; color: #fff; text-transform: uppercase; font-weight: 500;}
.newsletter-form form .wpcf7-response-output {width: 100%; max-width: 1240px; margin-top: 4px; border: 2px solid #fffee0!important; color:#ffffff!important }
.newsletter-form form .wpcf7-not-valid-tip {padding-top: 4px; padding-bottom: 6px; color: #fff;}
.newsletter-form > .wpcf7 > form .name {margin-bottom: 8px;}
.newsletter-form > .wpcf7 > form .email {margin-bottom: 8px;}

.vc_btn3-color-btn-blue-bg-icon,  a.vc_btn3-color-btn-blue-bg-icon {background-color: #1b365d!important; border: 0px solid #ffffff!important; padding: 10px 44px 10px 28px!important; border-radius: 0px!important; font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #ffffff!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-color-btn-blue-bg-icon:hover, a.vc_btn3-color-btn-blue-bg-icon:hover, .vc_btn3-color-btn-blue-bg-icon:focus, a.vc_btn3-color-btn-blue-bg-icon:focus {background-color: #a7ccf3!important; color: #1b365d!important; border: 0px solid #8d9bae!important;}

/*
background-color: #a7ccf3; color: #1b365d; */

/* Contact Form Popups */

/* Programs Pg */
.page-id-19 .gradient-inner .vc_col-sm-4 .vc_column-inner {padding-top: 40px!important; padding-bottom: 40px;}

/* Hide This Row */
.hide {display:none!important;}
