  /*!
Theme Name: Paradigm Custom Theme
Theme URI: http://underscores.me/
Author: Paradigm
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/

:root {
	--green: #008752;
	--darkGreen: #014C2B;
	/* --dark: #231F20; */
	--dark: #000;
	/* --text: #494E6B; */
	--text: var(--dark);
	--link: var(--green);
	--linkHover: var(--dark);
	--greenRGB: 0, 135, 82;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	text-transform: uppercase;
}

/* 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;
}

.collapse.in {
	display: block !important;
}

/* 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: var(--text);
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h6, .h6 {
	font-family: "Oswald", sans-serif;
  	font-optical-sizing: auto;
	color: var(--green);
	clear: both;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4{
	text-transform: uppercase;
}

h2, .h2{
	color: var(--darkGreen);
}

h3, .h3,
h4, .h4{
	color: var(--dark);
}

h5, .h5 {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	color: var(--green);
	text-transform: uppercase;
	clear: both;
}

h6, .h6{
	font-size: 1.25rem;
	font-weight: 700;
}

h6.cta, h6, .h6{
	color: var(--darkGreen);
	text-transform: uppercase;
}

h6.cta a, h6 a, .h6 a{
	color: var(--green);
}

h6.cta a:hover, h6 a:hover, .h6 a:hover{
	color: var(--dark);
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 1.5em;
	padding: 10px 15px;
	background: #f2f2f2;
	border-left: 5px solid var(--dark);
	padding-left: 15px;
}

blockquote:before {
	content: url(/wp-content/themes/paradigm/'images/quotemark(1).png') !important;
	margin: 0 1%;
	color: #008752;
	line-height: 12px;
	float: left;
}

blockquote p {
	margin-bottom: 0;
}

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 .5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--link);
}

a:hover {
	color: var(--linkHover);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	font-size: 24px !important;
	color: #fff;
	background: var(--dark);
	line-height: 1;
	padding: 12px;
	text-transform: uppercase !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #494E6B;
}

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 {
	color: #494E6B;
}

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,
select {
	color: #666;
	border: 2px solid #b1b4ba;
	border-radius: 3px;
	padding: 7px !important;
	font-size: 20px !important;
	background: #fff !important;
}

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;
}

textarea {
	width: 100%;
}

select{
	padding: 2px 7px !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;

	background: var(--darkGreen);

	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.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: 100%;
}

.main-navigation ul ul a {
	width: 175px;
	padding: 10px 15px;
	line-height: 1.2;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
}

#primary-menu {
	display: flex;
	justify-content: center;
}

#primary-menu>li:first-child {
	margin-right: 11px;
}

#primary-menu>li+li {
	margin: 0 11px;
}

#primary-menu>li>a,
#primary-menu>li>a:after,
#primary-menu>li>a:before {
	transition: all .5s;
}

#primary-menu>li>a {
	font-size: 20px;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	color: var(--dark);
	padding: 4px;

	position: relative;
	z-index: 1;
}

#primary-menu>li>a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '.';
	color: transparent;
	background: #fff;
	visibility: none;
	opacity: 0;
	z-index: -1;
}

#primary-menu>li:hover>a {
	color: var(--darkGreen);
}

#primary-menu>li:hover>a:after {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

.main-navigation ul ul a:hover,
#primary-menu>li>ul>li.menu-item-has-children:hover>a {
	background: rgba(255, 255, 255, 0.75);
	color: var(--darkGreen);
}

#primary-menu>li:nth-child(1)>ul>li>a {
	width: 225px;
}

/* #primary-menu>li:nth-child(2)>ul>li>a {
	width: 275px;
} */

#primary-menu>li:nth-child(2)>ul>li>ul>li>a {
	width: 200px;
}

#primary-menu>li:nth-child(3)>ul>li>a {
	width: 200px;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}
}

.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 {
	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;
	text-align: center;
}

.has-text-align-center{
	text-align: center;
}


/* GLOBAL
--------------------------------------------- */

.cbtn {
	display: inline-block;
	background: var(--green);
	font-size: 22px;
	color: #fff;
	padding: 5px 15px;
	text-transform: uppercase;
	margin: 20px 0;
}

.cbtn.blue {
	background: var(--green);
}

.cbtn:hover {
	text-decoration: none;
	color: #fff;
	background: var(--dark);
}

.cbtn.blue:hover {
	color: var(--dark);
}

.site-main {
	padding-bottom: 50px;
}

h1, 
.entry-title,
.post-title {
	font-size: 40px;
	text-transform: uppercase;

	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
}

.post-title {
	font-size: 26px;
}

.entry-content{
	font-size: 20px;
}
.entry-content small{
	font-size: 70%;
	display: block;
}

.entry-meta{
    font-size: 18px;
    font-style: italic;
}

.entry-content ul {
	list-style: none;
}

.entry-content ul ul{
	margin: 0;
}

.entry-content ul li::before,
.entry-content>ul>li>ul>li::before {
	content: "";
    background: var(--green);
    display: inline-block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    margin: -2px 13px 0 -20px;
    vertical-align: middle;
}

.has-white-color{
	color: #fff;
}

.trademark-symbol{
	font-size: 13px;
	vertical-align: super;
}


/* HEADER
--------------------------------------------- */
.top-bar-header {
	background: var(--darkGreen);
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-weight: 700;
}

.site-header {
	background: #fff;
	padding: 20px 0;
	border-bottom: 2px solid var(--dark);
	z-index: 900;
}

.inner-site-header.fixed-site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.logged-in .inner-site-header.fixed-site-header {
	top: 32px;
}

.site-header .call-now,
.site-header .call-now a {
	font-size: 25px;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	color: #fff;
}

.site-header .call-now a {
	display: block;
}

.site-header .phone-contact a{
	font-size: 20px;
	font-weight: 700;
	color: var(--green);
}
.site-header .phone-contact span{
	display: block;

	font-size: 20px;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	color: var(--dark);

	text-transform: uppercase;
}
.site-header .phone-contact a:hover{
	color: var(--darkGreen);
}

.site-title {
	margin: 0;
}
.site-title img{
	max-width: 170px;
}

.site-title a {
	display: inline-block;
}


/* FOOTER
--------------------------------------------- */

.footer-btns {
	background: #e4e4e4;
	padding: 25px 0;
}

.footer-btns ul {
	list-style: none;
	margin: 0;
	padding: 0;

	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.footer-btns ul li {
	border: none !important;
}

.footer-btns ul li a {
	display: block;
	background: transparent;
	padding: 16px 30px;

	border: 3px solid var(--darkGreen);
	border-radius: 3px;

	font-size: 24px;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	color: var(--darkGreen);
	line-height: 1;
}

.footer-btns ul li a:hover {
	background: var(--darkGreen);
	color: #fff;
	border-color: var(--darkGreen);
}

.site-footer {
	background: var(--green);
	color: #fff;
}

.site-footer .footer {
	padding: 50px 0 15px;
	font-size: 20px;
	border-bottom: 3px solid var(--darkGreen);
}

.site-footer .footer .widget-title {
	margin: 0 0 10px;
	font-size: 24px;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	color: #fff;
	text-transform: uppercase;
}

.site-footer .footer .f-col2 .widget-title{
	text-align: center;
}

.site-footer .footer .widget p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.8;
}

.site-footer .footer .widget_nav_menu a,
.site-footer .site-info a {
	color: #fff;
	font-size: 15px;
}

.site-footer .footer .widget a:hover,
.site-footer .site-info a:hover {
	color: var(--dark);
}

/*.site-footer .footer .f-col1 .widget p:last-child a,*/
/*.site-footer .footer .f-col3 .widget p:last-child a {*/
/*	text-decoration: underline;*/
/*}*/

.site-footer .footer .f-col1 .widget{
	margin-bottom: 0;
}

.site-footer .footer .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .footer .widget ul.menu {
	-moz-column-count: 2;
	-moz-column-gap: 120px;
	-webkit-column-count: 2;
	-webkit-column-gap: 120px;
	column-count: 2;
	column-gap: 120px;
}

.site-footer .footer .f-col2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.site-footer .footer .f-col3 {
	text-align: right;
}

.site-footer .footer .f-col3 .social-icons-lists{
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
}
.site-footer .footer .f-col3 .social-icons-lists::before,
.site-footer .footer .f-col3 .social-icons-lists::after{
	content: '';
	width: 100%;
	order: 1;
}
.site-footer .footer .f-col3 .social-icons-lists li:nth-child(n + 4) {
	order: 1;
}

.site-footer .footer .socicon:before {
	color: #fff;
}

.site-footer .footer .socicon:hover::before {
	color: var(--dark);
}

.site-footer .site-info {
	padding: 15px 0;
	color: #fff;
	font-size: 15px;
	background-color: var(--darkGreen);
}

.site-footer .site-info p {
	margin-bottom: 2px;
	font-size: 15px;
}

.site-footer .footer-white,
.site-footer .footer-white a{
	color: #fff;
}

/* HOME PAGE
--------------------------------------------- */
.vimeo-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}

.vimeo-wrapper iframe {
	width: 100vw;
	height: 56.25vw;
	/* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh;
	/* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-page-contain .home-page-video {
	height: 575px;
	position: relative;
}

#home-page-video {
	height: 100%;
	object-fit: cover;
}

.home-page-contain .sec-title {
	margin: 0;
	font-size: 36px;
	text-transform: uppercase;
}

.home-page-contain .content-block {
	padding-bottom: 50px;
}

.home-page-contain .content-block .cb {
	padding: 50px 0 0;
}

.home-page-contain .content-block .readmore {
	text-align: center;
}

.sticky-sidebar {
	margin-top: -145px;
	will-change: min-height;
	z-index: 999;
}

.blog-sidebar {
	margin-top: 40px;
}

.cb-sidebar {
	background: var(--darkGreen);
	padding: 20px 0;
	position: relative;
	color: #fff;
}

.home-page-contain .content-block .cb-sidebar {
	margin-top: -145px;
}

.sticky-sidebar .cb-sidebar {
	transform: translate(0, 0);
	/* For browsers don't support translate3d. */
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

.cb-sidebar .cb-sidebar-title {
	margin: 0;
	background: var(--darkGreen);
	font-size: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 2px;
}

.cb-sidebar .cb-sidebar-form{
	margin-top: 16px;
}

.cb-sidebar .cb-sidebar-form label,
.cb-sidebar .cb-sidebar-form .gform_required_legend{
/*	display: none !important;  */
	color: #fff;
}

.cb-sidebar .cb-sidebar-form input,
.cb-sidebar .cb-sidebar-form select,
.cb-sidebar .cb-sidebar-form .name_first,
.cb-sidebar .cb-sidebar-form .name_last {
	width: 100% !important;
	border: none;
}

.gform_required_legend{display: none;}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cb-sidebar .cb-sidebar-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input{
    width: auto !important;
	height: auto !important;
	flex-shrink: unset;
	cursor: pointer !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent label{
    margin: 0 0 0 10px !important;
    font-size: 13px !important;
}

.cb-sidebar .cb-sidebar-form .name_first,
.cb-sidebar .cb-sidebar-form .name_last {
	padding: 0;
	margin: 0;
}

.cb-sidebar .cb-sidebar-form .gfield {
	padding: 3px 20px;
	font-size: 12px;
	color: #fff;
}
.cb-sidebar .cb-sidebar-form .gfield a,
.page-template-location-page .location-form .gfield a{
    color: #fff;
    text-decoration: underline;
}
.cb-sidebar .cb-sidebar-form .gfield a:hover,
.page-template-location-page .location-form .gfield a:hover{
    text-decoration: none;
}

.cb-sidebar .cb-sidebar-form .gfield_required{
	color: #fff !important;
}

.cb-sidebar .cb-sidebar-form .gform_footer {
	padding: 0 20px 0;
	flex-wrap: wrap;
	justify-content: center;
}

.cb-sidebar .gform_wrapper .top_label div.ginput_container {
	margin-top: -5px;
}

.cb-sidebar .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
	line-height: 1.2;
}

.cb-sidebar .gform_wrapper .gfield_html.gfield_no_follows_desc {
	margin-top: 5px;
}

.cb-sidebar .gform_wrapper .gform_button, .gform_footer input[type="submit"] {
	background: var(--dark) !important;
	color: #fff !important;
}
.cb-sidebar .gform_wrapper .gform_button:hover, .gform_footer input[type="submit"]:hover{
	background: #fff !important;
	color: var(--dark) !important;
}

.home-page-contain .grid-blocks {
	background: #e4e4e4;
	padding: 50px 0;
}

.home-page-contain .grid-blocks .grid-block {
	position: relative;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	min-height: 270px;
	color: #fff;
	text-align: center;
	margin: 15px 0 15px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.home-page-contain .grid-blocks .no-content-grid-block{
	background-size: contain;
}

.home-page-contain .grid-blocks .grid-block:hover::before {
	content: "";
	background: rgba(var(--greenRGB), 0.70);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-page-contain .grid-blocks .no-content-grid-block::before {
	display: none;
}

.home-page-contain .grid-blocks .grid-block .contain {
	position: relative;
	width: 100%;
}

.home-page-contain .grid-blocks .grid-block .block-title {
	margin: 0 0 0;
	padding: 17px 0;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;

	background: rgba(var(--greenRGB), 0.70);
}

.home-page-contain .grid-blocks .grid-block .block-desc {
	font-size: 16px;
	line-height: 1.3;
	display: none;
}

.home-page-contain .grid-blocks .grid-block .readmore {
	margin-top: 10px;
	display: none;
}

.home-page-contain .grid-blocks .grid-block .readmore a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.home-page-contain .grid-blocks .grid-block .logos {
	display: none;
	margin-top: 10px;
	align-items: center;
	justify-content: space-evenly;
}

.home-page-contain .grid-blocks .grid-block .logos .ncst-logo a {
	background: url(/wp-content/themes/paradigm/images/ncst-logo.png) no-repeat;
	width: 100px;
	height: 25px;
	text-indent: -9999px;
	display: block;
}

.home-page-contain .grid-blocks .grid-block .logos .elp-logo a {
	background: url(/wp-content/themes/paradigm/images/elp-logo.png) no-repeat;
	width: 100px;
	height: 36px;
	text-indent: -9999px;
	display: block;
}

.home-page-contain .grid-blocks .no-content-grid-block .no-content-grid-block-hover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: none;
}

.home-page-contain .grid-blocks .no-content-grid-block a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: -9999px -9999px;
}

.home-page-contain .grid-blocks .grid-block:hover {
	padding: 5%;
	text-decoration: none;
}

.home-page-contain .grid-blocks .grid-block:hover .block-title {
	padding: 0;
	background: transparent;
	margin-bottom: 22px;
}

.home-page-contain .grid-blocks .grid-block:hover .block-desc,
.home-page-contain .grid-blocks .grid-block:hover .readmore {
	display: block;
}

.home-page-contain .grid-blocks .grid-block:hover .logos {
	display: flex;
}

.home-page-contain .grid-blocks .grid-block .readmore:hover a {
	text-decoration: none;
	border-bottom-color: transparent;
	color: var(--green);
}

.home-page-contain .grid-blocks .grid-block .logos .ncst-logo:hover a {
	background-image: url(/wp-content/themes/paradigm/images/ncst-logo-hover.png);
}

.home-page-contain .grid-blocks .grid-block .logos .elp-logo:hover a {
	background-image: url(/wp-content/themes/paradigm/images/elp-logo-hover.png);
}

.home-page-contain .hero-block {
	background-size: cover;
	background-attachment: fixed;
}

/* .home-page-contain .grid-blocks .no-content-grid-block:hover {
	background-position: -9999px -9999px;
} */

.home-page-contain .grid-blocks .no-content-grid-block:hover a {
	background-position: 0 0;
}

.home-page-contain .grid-blocks .no-content-grid-block:hover .no-content-grid-block-hover {
	display: block;
}

.home-page-contain .hero-block .overlay {
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(var(--greenRGB),0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	padding: 75px 0;
}

.home-page-contain .hero-block .sec-title {
	font-size: 61px;
	color: #fff;
	text-shadow: -5px 5px 5px rgba(0, 0, 0, 0.75);
}

.home-page-contain .hero-block .entry-content,
.home-page-contain .hero-block .entry-content p {
	color: #fff;
}
.home-page-contain .hero-block .entry-content a {
	color: #fff;
	text-decoration: underline;
}

.home-page-contain .news-events {
	padding: 50px 0;
}

.home-page-contain .news-main-carousel,
.home-page-contain .events-main {
	margin-top: 50px;
}

.home-page-contain .news-events .ne-thumb {
	position: relative;
}

.home-page-contain .news-events .ne-thumb img {
	border-radius: 10px;
}

.home-page-contain .news-events .ne-title {
	margin: 0;
}

.home-page-contain .news-events .ne-title a {
	font-size: 20px;
	color: var(--dark);
	text-transform: uppercase;
}

.home-page-contain .news-events .news-thumb-carousel {
	padding: 0 10%;
}

.home-page-contain .news-events .news-thumb-carousel .news-thumb {
	cursor: pointer;
}

.home-page-contain .news-events .news-thumb-carousel .news-thumb img {
	border-radius: 100%;
	max-width: 75px;
	display: inline-block;
}

.home-page-contain .news-events .news-thumb-carousel .owl-nav button {
	position: absolute;
	top: 20px;
	line-height: 0;
	background-repeat: no-repeat;
	width: 21px;
	height: 38px;
	outline: none;
}

.home-page-contain .news-events .news-thumb-carousel .owl-nav button span {
	display: none;
	font-size: 100px;
	color: var(--dark);
}

.home-page-contain .news-events .news-thumb-carousel .owl-nav .owl-prev {
	left: 0;
	background-image: url(/wp-content/themes/paradigm/images/slider-prev.png);
}

.home-page-contain .news-events .news-thumb-carousel .owl-nav .owl-next {
	right: 0;
	background-image: url(/wp-content/themes/paradigm/images/slider-next.png);
}

/* .home-page-contain .news-events .entry-content,
.home-page-contain .news-events .entry-content p {
	color: var(--green);
} */

.home-page-contain .news-events .events-main .start-date {
	font-size: 40px;
	font-weight: 700;
	color: #c6c6c6;
	text-transform: uppercase;
	padding-left: 5px;
}

.home-page-contain .news-events .events-main .events-main-thumbs {
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
}

.home-page-contain .news-events .ne-thumb+.ne-thumb {
	margin-left: 10px;
}

.home-page-contain .news-events .ne-thumb a {
	outline: none;
}

.home-page-contain .news-events .ne-thumb .event-active img {
	box-shadow: 0 0 15px 0 rgba(0, 45, 116, 0.75);
}

.home-page-contain .news-events .events-main-info .single-event-info {
	display: none;
}

.home-page-contain .news-events .events-main-info .single-event-info:first-child {
	display: block;
}



/* OTHER PAGES
--------------------------------------------- */

.container-404 {
	background-image: url(/wp-content/themes/paradigm/images/404.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 900px;
	opacity: 1;
}

.fourcontentleft {
	width: 30%;
	float: left;
	margin: 150px
}

.container-404 {
	width: 100%;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
	background: var(--green);
}

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input {
	padding-left: 40px !important;
}

.wp-pagenavi {
	margin-top: 50px;
	font-size: 20px;
}

#secondary {
	margin-top: 50px;
}

.blog-slider {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-slider li {
	background-repeat: no-repeat;
	background-size: cover;

	min-height: 300px;
	position: relative;
}

.blog-slider li .caption {
	margin: 0;
	background: rgba(212, 96, 49, 0.49);
	font-size: 1.4rem;
	;
	color: #fff;
	padding: 2%;

	min-height: 72px;

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.blog-slider li .blog-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.blog-slider li:hover .caption {
	background: var(--green);
}

.blog-slider .owl-nav button {
	position: absolute;
	top: 0;
	line-height: 0;
	width: 30px;
	height: 100%;
	outline: none;
	z-index: 999;
}

.blog-slider .owl-nav button span {
	display: none;
	font-size: 100px;
	color: var(--dark);
}

.blog-slider .owl-nav .owl-prev {
	left: 0;
	background: url(/wp-content/themes/paradigm/images/slider-prev.png) no-repeat center center !important;
}

.blog-slider .owl-nav .owl-next {
	right: 0;
	background: url(/wp-content/themes/paradigm/images/slider-next.png) no-repeat center center !important;
}

.blog-terms {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--dark);
	text-align: center;
	text-transform: uppercase;

	padding: 15px 0 0;
	margin-bottom: 20px;
}

.blog-view-lists .list-post {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	min-height: 270px;

	border: 1px solid #ccc;
	margin-bottom: 70px;
}

.blog-view-lists .grid-post {
	flex-direction: column;
	min-height: 0;
	margin-bottom: 30px;
	height: 600px;
}

.blog-view-lists .list-post .list-post-thumbnail {
	background-repeat: no-repeat;
	background-size: cover;

	width: 40%;
	border-right: 1px solid #ccc;
}

.blog-view-lists .grid-post .list-post-thumbnail {
	width: 100%;
	min-height: 225px;
	border-right: none;
	border-bottom: 1px solid #ccc;
}

.blog-view-lists .list-post .list-post-info {
	width: 60%;
	padding: 1% 1.5% 4%;
	height: 60%;
	position: relative;
}

.blog-view-lists .grid-post .list-post-info {
	width: 100%;
	padding: 1% 4% 12%;
}

.blog-view-lists .list-post .list-post-info .entry-content,
.blog-view-lists .list-post .list-post-info .entry-content p {
	margin: 0;
}

.blog-view-lists .grid-post .list-post-info .readmore{
	position: absolute;
	bottom: 40px;
}

.blog-view-lists .list-post .list-post-info .readmore a {
	font-size: 21px;
	text-transform: uppercase;
}

.blog-view-lists .list-post .list-post-terms {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.5%;
	padding-left: 3%;
	border-top: 1px solid #ccc;
}

.share {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.share a {
	border: 1px solid;
	color: #767676;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	font-size: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 8px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.share a:before {
	font-size: 0.6em;
}

.share a:hover {
	text-decoration: none;
	color: var(--green);
	border-color: var(--green);
}

.share .share-slide {
	width: auto;
	display: inline-flex;
	position: relative;
	align-items: center;
}

.share .share-slide em.slide-arrow {
	width: 0;
	height: 0;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #f98311;
	border-style: solid;
	cursor: pointer;
	align-self: center;
}

.share .share-slide>span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	color: #183579;
	margin-right: 10px;
}

.share .social-wrap {
	display: none;
	white-space: nowrap;
}

.share-single .social-wrap {
	display: block;
}

.single-post-category {
	font-size: 27px;
	font-weight: 700;
	color: var(--dark);
	text-transform: uppercase;
}

.topics-title span {
	font-weight: 700;
	color: var(--green);
	text-transform: uppercase;
	font-size: 26px;
	position: relative;
	background-color: #fff;
	padding: 0 25px;
	display: inline-block;
}

.topics-title {
	position: relative;
	margin: 30px 0;
}

.topics-title:before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #e0e0e0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.related-story {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	margin-bottom: 30px;
}

.related-story .item {
	width: 33.33%;
	display: inline-flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.related-story .inner-wrap {
	background-color: var(--green);
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
	text-align: center;
}

.related-story .inner-wrap * {
	color: #fff;
}

.related-story .item small {
	display: block;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--dark);
}

.related-story .item:not(:last-of-type) {
	padding-right: 5px;
}

.related-story .item a {
	line-height: 1.4;
}

.related-story .item a:hover {
	text-decoration: underline;
}

.expand-content-container {
	/* height: 357px;
	overflow: hidden; */
	display: none;
}

.ecc-button a {
	margin: 0;
}

.program-boxes-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.program-boxes-container .program-box {
	width: 32%;

	padding: 2%;
	text-align: center;
	margin-bottom: 35px;
}

.program-boxes-container .program-box-orange {
	background: var(--dark);
}

.program-boxes-container .program-box-blue {
	background: var(--green);
}

.program-boxes-container .program-box .program-icon {
	display: inline-block;
	width: 68px;
	margin-bottom: 15px;
}

.program-boxes-container .program-box .program-title {
	color: #fff;
	text-transform: capitalize;
}

.program-boxes-container .program-box .program-desc {
	font-size: 18px;
	color: #fff;
}

.page-template-contact-page .contact-form {
	padding: 15px 20px;
	background: #fbfbfb;
	position: relative;
	top: -100px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.page-template-contact-page .contact-form .entry-title{ margin: 0; }

.page-template-contact-page .contact-form .disclaimer {
	font-size: 11px;
}
.page-template-contact-page .contact-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent label{ margin-top: 0 !important; }

.page-template-contact-page .contact-form .gform_button {
	width: 100% !important;
	background: var(--dark) !important;
}

.page-template-contact-page .contact-form .gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}

.page-template-contact-page .contact-form .gform_footer{
	flex-wrap: wrap;
	justify-content: center;
}

.page-template-contact-page .locations-info {
	margin: 25px 0 0;
	padding: 0;
}

.page-template-contact-page .locations-info li,
.page-template-contact-page .locations-info li a {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.page-template-contact-page .locations-info li i {
	background: var(--green);
	color: #fff;
	width: 60px !important;
	height: 60px !important;
	padding: 19px;
	font-size: 31px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right: 15px;
}

.page-template-contact-page .locations-info li:first-child {
	align-items: normal;
}

.page-template-contact-page .locations-info li h5 {
	margin: 0 0 7px;
	font-size: 20px;
	line-height: 1;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
}

.page-template-contact-page .locations-info li h3 {
	margin: 9px 0 7px;
	font-size: 20px;
	line-height: 1;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
}

.page-template-contact-page .locations-info li h2{
	color: var(--green);
}

.page-template-contact-page .locations-info li p {
	line-height: 1.2;
	margin: 0;
	/* color: var(--green); */
}

.page-template-contact-page .locations-info a:hover {
	text-decoration: none;
}

.page-template-contact-page .locations-info a:hover p {
	outline: 0;
}

#google_map {
	width: 100%;
	margin-top: 50px;
}

#google_map .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

#google_map a {
	text-transform: uppercase;
	margin-bottom: 8px;
}

#google_map iframe {
	width: 100%;
}

#google_map .maps h5 {
	text-transform: uppercase;
}

.page-template-location-page .locations-info {
	list-style: none;
	margin: 50px 0 0;
	padding: 20px 0;

	display: flex;
	background: #D8D8D8;
	border: 3px solid #CECCCC;
}
.page-template-location-page .locations-info-negative-margin{
	margin-top: -60px;
}

.page-template-location-page .locations-info li {
	display: flex;
	align-items: center;
	width: 32%;
	font-size: 20px;
	line-height: 1.2;
	padding: 1%;
}

.page-template-location-page .locations-info li.phone {
	justify-content: center;
	/*     width: 25%;  */
}

/* .page-template-location-page .locations-info li.hours{ width: 39%; } */
.page-template-location-page .locations-info li i {
	color: var(--green);
	width: 60px !important;
	height: auto !important;
	padding: 19px;
	font-size: 31px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right: 5px;
}

.page-template-location-page .locations-info a {
	
}


.page-template-location-page .locations-info li+li {
	border-left: 1px solid #CECCCC;
}

.page-template-location-page .map-form {
	margin-top: 50px;
}

.page-template-location-page .map-form .coll:first-child {
	padding-right: 0;
}

.page-template-location-page .map-form .coll:last-child {
	padding-left: 0;
}

.page-template-location-page .map-form .location-map,
.page-template-location-page .map-form .location-map iframe {
	width: 100%;
	height: 100%;
}

.page-template-location-page .location-form {
	background: var(--darkGreen);
	padding: 20px 0;
	position: relative;
}

.page-template-location-page .location-form label,
.page-template-location-page .location-form .gform_required_legend{
	color: #fff;
}

.page-template-location-page .location-form input,
.page-template-location-page .location-form select,
.page-template-location-page .location-form .name_first,
.page-template-location-page .location-form .name_last {
	width: 100% !important;
}

.location-form h3 {
	color: #fff;
	text-align: center;
	margin: -5px 0 20px 0
}

.location-content h1 {
	margin-top: -15px !important;
}

.page-template-location-page .location-form .name_first,
.page-template-location-page .location-form .name_last {
	padding: 0;
	margin: 0;
}

.page-template-location-page .location-form .gfield {
	padding: 3px 20px;
	font-size: 12px;
	color: #fff;
}
.gfield.disclaimer{
	margin-top: -25px !important;
}

.mris-collapse .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent label{
	font-size: 14px !important;
}

.mris-collapse .disclaimer{
	font-size: 12px;
	margin-top: -20px !important;
}

.contact-form .gfield.disclaimer{
	margin-top: -15px !important;
}

.gfield input[type="checkbox"]{
	width: auto !important;
	height: auto !important;
}

.page-template-location-page .location-form .gform_footer {
	padding: 0 20px 0;
}

.page-template-location-page .location-form .gform_wrapper .top_label div.ginput_container {
	margin-top: -5px;
}

.page-template-location-page .location-form .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
	line-height: 1.2;
}

.page-template-location-page .location-form .gform_wrapper .gfield_html.gfield_no_follows_desc {
	margin-top: 5px;
}

.page-template-location-page .location-form .gform_button {
	background: var(--dark) !important;
	color: #fff;
	margin: 0 20px;
}

.page-template-location-page .content-programs .location-content {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	padding: 5%;
	height: 100%;
	margin: 0;
}

.page-template-location-page .content-programs {
	margin-top: 50px;
}

.page-template-location-page .content-programs .location-content .ecc-button {
	margin-top: 15px;
}

.page-template-location-page .content-programs .location-programs {
	background: var(--green);
	text-align: center;

	padding: 3% 5%;
	height: 100%;
}

.page-template-location-page .content-programs .location-programs .programs-title {
	color: #fff;
	margin: 0 0 15px;
}

.page-template-location-page .content-programs .programs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-template-location-page .content-programs .programs li {
	margin-bottom: 15px;
}

.page-template-location-page .content-programs .programs li a {
	display: block;
	margin: 0;
}

.page-template-location-page .location-events,
.page-template-location-archive-page .location-events {
	margin-top: 50px;
	text-align: center;
}

.page-template-location-page .location-events .events-title,
.page-template-location-archive-page .location-events .events-title {
	margin: 0 0 30px;
}

.page-template-location-archive-page .custom-container {
	max-width: 1600px;
}

.page-template-location-archive-page .coll {
	padding-left: 0;
	padding-right: 0;
}

.location-boxes{ margin-bottom: 25px; }
.location-boxes .location-box{ text-align: center; line-height: 1.7; }
.location-boxes .location-box p{ margin-bottom: 0; }
.location-boxes .location-box .map{ 
	height: 220px; 
	margin-bottom: 25px; 
	border: 1px solid var(--dark);
	border-bottom: 11px solid var(--darkGreen); 

	position: relative;
}
.location-boxes .location-box .map a{
	display: block;
	width: 100%;
	height: 100%;

	text-indent: -9999px;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.location-boxes .location-box .map iframe{ width: 100%; height: 100%; }
.location-boxes .location-box .location-title{ color: var(--darkGreen); }
.location-boxes .location-box .location-title::after{
	content: '';
	display: block;
	width: 25%;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.2);

	margin: 10px auto 0;
}
.location-boxes .location-box .address a{ display: inline-block; }
.location-boxes .location-box .directions a{ font-weight: 700; }
.cb-after-locations{ padding-bottom: 50px; }

/* Thank you */

.page-template-thankyou-template .thankyou-info123 {
	list-style: none;
	margin: -60px 0 0 0;
	padding: 20px 0;

	display: flex;
	background: var(--dark);
}

.page-template-thankyou-template .thankyou-info123 {
	display: flex;
	align-items: center;
	width: 32%;
	font-size: 20px;
	color: var(--green);
	line-height: 1.2;
	padding: 1%;
}

.thankyou-info {
	list-style: none;
    margin:0;
    padding: 20px 0;
    display: flex;
    background: var(--green);
	width:100%;
	padding:5% 0;
	z-index: 999;}

.thankyou-info h1{margin: 0 40%; border-bottom: 0; color:#fff;
}

.tycolumn {
    float: left;
    width: 27%;
    height:260px;
    margin: 5% 3%;
    background-color:var(--green);
    padding:10px;
}
.tycolumnmid {
    float: left;
    width: 27%;
    height:260px;
    margin: 5% 3%;
    background-color: var(--dark);
    padding:10px;
}

.tyrow {
    width:100%;
    text-align:center;
    display: inline-block;;
    clear: both;
}

.tyboxestext {margin-top:10px;color:#fff;}

.fa-youtube {font-size:80px; padding: 10px; color:#fff;}

.fa-youtube:hover {color:var(--dark); }

.fa-newspaper {font-size:80px; padding:10px; color:#fff;}

.fa-newspaper:hover{color:var(--green);}

.fa-facebook-square {font-size:80px; padding:10px; color:#fff;}

.fa-facebook-square:hover {color:var(--dark);}


.mm-navbar {
	background: var(--green);
}

.mm-navbar .mm-navbar__title{
	color: #fff;
}

#mobile-menu,
.mm-panels>.mm-panel {
	background: var(--green);
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
	color: #fff;
}

.mm-btn_next:after,
.mm-btn_prev:before {
	border-color: #fff;
}

.mm-btn_next.mm-navbar__btn:after,
.mm-btn_prev.mm-navbar__btn:before {
	border-color: #fff;
}

.home-page-vimeo-container {
	height: 575px;
	overflow: hidden;

	position: relative;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home-page-vimeo-container iframe{
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100%;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mobile-request-info-section .mris-btn {
	background: var(--darkGreen);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 2px;
	display: block;
	text-decoration: none;
}

.mobile-request-info-section .mris-btn.fixed-btn {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
}

.mobile-request-info-section .mris-collapse {
	display: none;
	padding: 5%;
}

.inner-banner img{ width: 100%; object-fit: cover; }

.page-id-146 .entry-header, .page-id-146 .entry-title{ margin-bottom: 0 !important; }
.page-id-146 .entry-content{ margin-top: 0; }

/* @media screen and (min-width: 1200px) {
	#desktop_video_container iframe {
		top: -25%;
	}
} */

/* @media screen and (max-width: 991px) {
	.home-page-vimeo-container {
		height: 350px;
	}
}

@media screen and (max-width: 600px) {
	.home-page-vimeo-container {
		height: auto;
	}
} */

body.error404{
    background-color: #2d2d2d;
}
.site-main-404 {
    background: #e4e4e4;
    text-align: center;
    padding-bottom: 0;
}

.site-main-404 .error-404 h1{
    color: var(--green);
    border-bottom: none;
}

.site-main-404 .error-404 p{
    font-size: 24px;
}

.site-main-404 .navi {
    display: flex;
    align-items: center;
    justify-content: center
}

.site-main-404 .navi .readmorebutton a,.site-main-404 .navi .readmorebutton div {
    display: inline-block;
    background: var(--green);
    color: #fff;
    text-transform: uppercase;
    padding: 9px 20px;
    font-size: 20px;
}
.site-main-404 .navi .readmorebutton a:hover,.site-main-404 .navi .readmorebutton div:hover{
    background: var(--dark);
    color: #fff;
    text-decoration: none;
}

.site-main-404 .search-form {
    margin-left: 1.25rem;
    display: flex;
    align-items: center;
}

.site-main-404 .search-form label{ margin-bottom: 0; }
.site-main-404 .search-form .search-field{
    border: none;
    border-radius: 0;
    padding: 9px !important;
}
.site-main-404 .search-form .search-submit {
    background: var(--green);
}

.site-main-404 .search-form .search-submit:hover {
    background: var(--dark);
    color: #fff;
}

.site-main-404 .signs-img {
    margin-top: 3.125rem;
    border-bottom: 0.3125rem solid #6d6e71
}

.gform-theme--api, .gform-theme--foundation{
	--gf-form-gap-y: 25px !important;
}

/ Consumer Information page /
.page-id-7824 .entry-content h2{ margin-bottom: 10px; }
.page-id-7824 .entry-content h2::after{
	content: "";
    width: 100px;
    height: 2px;
    display: block;
    background: #000;
    margin-top: 10px;
}
.page-id-7824 .entry-content h3 a,
.page-id-7824 .entry-content h4 a{ 
	margin-left: 30px; 
	display: inline-flex; 
	align-items: center; 
}
.page-id-7824 .entry-content h3 a::before,
.page-id-7824 .entry-content h4 a::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--green);
	margin-right: 10px;
	flex-shrink: 0;
}
.page-id-7824 .entry-content h3 a:hover::before,
.page-id-7824 .entry-content h4 a:hover::before{
	background-color: var(--dark);
}

.wpsm_panel-title{ font-family: "Roboto", sans-serif !important; }

.locations-map-container {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.locations-map-svg-wrapper {
    position: relative;
}

.locations-map-svg-wrapper svg {
    width: 100%;
    height: auto;
    max-width: 560px !important;
    margin: 20px auto;
    display: block;
}

.locations-map-svg-wrapper svg path{
    fill: #cccccd !important;
    stroke: #cccccd !important;
    stroke-width: 0.5 !important;
}

.location-marker {
    cursor: pointer;
    transition: all 0.3s ease;
}

.location-marker .marker-pulse{
    transition: all 0.3s ease;
}

.location-marker:hover .marker-pulse {
    stroke: var(--darkGreen);
}

.location-marker:hover .marker-circle {
    fill: #ffffff;
    stroke: #ffffff;
}

.location-marker:hover .marker-label {
    fill: var(--green);
}

.marker-circle {
    transition: all 0.3s ease;
}

.marker-label {
    font-family: "Oswald", sans-serif;
    font-size: 2px;
	font-weight: 700;
    fill: var(--darkGreen);
    text-transform: uppercase;
    transition: all 0.3s ease;
}