  /*!
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
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto+Condensed:wght@400;700&display=swap');

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	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: #404040;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h6 {
	font-family: 'Oswald', sans-serif;
	color: #002D74;
	clear: both;
		text-transform:uppercase;
}
h5 {font-family: 'Oswald', sans-serif;
	color: #002D74;
	clear: both;

}
h2, h4{ color: #faa200; 
}

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 #faa200;
	padding-left: 15px;
}
blockquote:before {
    content: url(/wp-content/themes/paradigm/images/quotemark.png) !important;
    margin: 0 1%;
    color: #ed1c24;
    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: #faa200;
}

a:hover,
a:focus,
a:active {
	color: #002D74;
}

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: #002D74;
	line-height: 1;
	padding: 12px;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #faa200;
}

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: #faa200;
}

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%;
}

/*--------------------------------------------------------------
# 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: #002D74;

	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; }
#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: 21px;
	font-family: 'Oswald', sans-serif;
	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: #002D74;
}
#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: #002D74;
}
#primary-menu > li:first-child > ul > li > ul > li > a{
	width: 275px;
}
#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;
}


/* GLOBAL
--------------------------------------------- */

.cbtn{
	display: inline-block;
	background: #faa200;
	font-size: 22px;
	color: #fff;
	padding: 5px 15px;
	text-transform: uppercase;
	margin: 20px 0;
}
.cbtn.blue{ background: #002D74; }
.cbtn:hover{ text-decoration: none; color: #002D74; }
.cbtn.blue:hover{ color: #faa200; }

.site-main{ padding-bottom: 50px; }

.entry-title, .post-title{
	font-size: 40px;
	text-transform: uppercase;

	padding-bottom: 10px;
	border-bottom: 3px solid rgba(2, 37, 99, 0.06);
}
.post-title{ font-size: 26px; }
.entry-tagline{
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    color: #faa200;
    text-transform: uppercase;
}
.entry-content{
	font-size: 20px;
	color: #636363;
}

.entry-content ul{ list-style: none; }
.entry-content ul li::before, .entry-content > ul > li > ul > li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #faa200; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}


/* HEADER
--------------------------------------------- */
.top-bar-header{
    background: #faa200;
    color: #002D74;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
}
.site-header{
	background: #002D74;
	padding: 20px 0;
}
.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;
	color: #fff;
}
.site-header .call-now a{
	display: block;
}
.site-title{ margin: 0; }
.site-title a{ display: inline-block; }


/* FOOTER
--------------------------------------------- */

.footer-btns{
	background: #faa200;
	padding: 25px 0;
}
.footer-btns ul{
	list-style: none;
	margin: 0;
	padding: 0;

	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.footer-btns ul li{ border: none !important; }
.footer-btns ul li a{
	display: block;
	background: transparent;
	padding: 16px 30px;

	border: 3px solid #002D74;
	border-radius: 3px;

	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	color: #002D74;
	line-height: 1;
}
.footer-btns ul li a:hover{
	background: #002D74;
	color: #fff;
}

.site-footer{
	background: #002D74;
	color: #fff;
}
.site-footer .footer{ padding: 50px 0 15px; font-size: 20px; border-bottom: 3px solid #0c3485; }
.site-footer .footer .widget-title{
	margin: 0 0 10px;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.site-footer .footer .widget p{ margin-bottom: 0; font-size: 15px; line-height: 1.8; }
.site-footer .footer .widget a, .site-footer .site-info a{ color: #fff; font-size: 15px; }
.site-footer .footer .widget a:hover, .site-footer .site-info a:hover{ color: #faa200; }
.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 .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 .socicon:before{ color: #fff; }
.site-footer .footer .socicon:hover::before{ color: #faa200; }

.site-footer .site-info{ padding: 30px 0; color: #fff; font-size: 15px; }
.site-footer .site-info p{ margin-bottom: 2px; font-size: 15px; }


/* 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; display: none !important; }
.home-page-contain .content-block .cb .entry-content123{
    height: 390px;
    overflow: hidden;
}
.sticky-sidebar{
	margin-top: -190px;
    will-change: min-height;
    z-index: 999;
}
.blog-sidebar{ margin-top: 40px; }
.cb-sidebar{
	background: #faa200;
	padding: 20px 0 3px;
	position: relative;
}
.home-page-contain .content-block .cb-sidebar{ margin-top: -150px; }
.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: #002D74;
	font-size: 28px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 2px;
}
.cb-sidebar .cb-sidebar-form label{ display: none !important; }
.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;
}
.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 .gform_footer{
	padding: 0 20px 0;
}
.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; }

.home-page-contain .grid-blocks{
	background: #002D74;
	padding: 50px 0;
}
.home-page-contain .grid-blocks .grid-block{ 
	position: relative; 

	background-repeat: no-repeat;
	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 .grid-block:hover::before{
	content: "";
	background: rgba(250, 162, 0, 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(250, 162, 0, 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%; }
.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: #002D74;
}
.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{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#162056+18,092d74+52,092d74+100&0+0,0.64+50 */
	background: -moz-linear-gradient(top,  rgba(22,32,86,0) 0%, rgba(22,32,86,0.23) 18%, rgba(10,44,114,0.64) 50%, rgba(9,45,116,0.64) 52%, rgba(9,45,116,0.64) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(22,32,86,0) 0%,rgba(22,32,86,0.23) 18%,rgba(10,44,114,0.64) 50%,rgba(9,45,116,0.64) 52%,rgba(9,45,116,0.64) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(22,32,86,0) 0%,rgba(22,32,86,0.23) 18%,rgba(10,44,114,0.64) 50%,rgba(9,45,116,0.64) 52%,rgba(9,45,116,0.64) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00162056', endColorstr='#a3092d74',GradientType=0 ); /* IE6-9 */

	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 .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: #faa200;
	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: #faa200;
}
.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: #002D74;
}
.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: #002D74;
}
.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(0, 45, 116, 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: #002D74;
}
.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: #faa200;
}
.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: #faa200;
	text-align: center;
	text-transform: uppercase;

	padding: 15px 0 0;
}

.testimonials-view-lists{
    margin-top: 50px;
}

.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-tagline{
    font-size: 23px;
    color: #002D74;
    text-transform: uppercase;
}
.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 .list-post .list-post-info .readmore a{
    font-size: 21px;
    color: #faa200;
    text-transform: uppercase;
}
.blog-view-lists .list-post .list-post-info .readmore a:hover{
    color: #002D74;
    text-decoration: none;
}
.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: #002D74;
    border-color: #002D74;
}
.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: #faa200;
    text-transform: uppercase;
}
.topics-title span{ font-weight: 700;color: #002D74;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: #002D74; 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:#faa200;}
.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; }
.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: #faa200; }
.program-boxes-container .program-box-blue{ background: #002D74; }
.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: 10px 20px 10px;
    background: #fbfbfb;
    position: relative;
    top: -100px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.page-template-contact-page .contact-form .disclaimer{ font-size: 11px; }
.page-template-contact-page .contact-form .gform_button{ width: 100% !important; }
.page-template-contact-page .contact-form .gform_wrapper li.hidden_label input{ margin-top: 0 !important; }
.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: #faa200;
    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 Condensed', 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 Condensed', sans-serif;
    text-transform: uppercase;
}
.page-template-contact-page .locations-info li p {
    line-height: 1.2;
    margin:0;
}
.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: -60px 0 0 0;
    padding: 20px 0;
    
    display: flex;
    background: #faa200;
}
.page-template-location-page .locations-info li{
    display: flex;
    align-items: center;
    width: 32%;
    font-size: 20px;
    color: #002D74;
    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{
    background: #faa200;
    color: #002D74;
    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{color:#002D74;}


.page-template-location-page .locations-info li + li{
    border-left: 1px solid #002D74;
}
.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: #002D74;
    padding: 20px 0 3px;
    position: relative;
    margin-left:15px;
    width:97%
}
.page-template-location-page .location-form label{ display: none !important; }
.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 5px 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;
}
.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: #faa200; color: #002D74; }
.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: #002D74;
    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; }
.page-template-location-archive-page .location-boxes{display: inline-block;width: 100%;}
.page-template-location-archive-page .location-boxes ul{ 
    list-style: none; 
    margin: 0; 
    padding:0; 
    
    display: flex;
}
.page-template-location-archive-page .location-boxes ul li{
    position: relative;
    display: flex;
    align-items: center;
    min-height:485px;
    justify-content: center;
    text-align: center;
    width: 33.333%;
    padding: 50px;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-template-location-archive-page .location-boxes ul li h3{ color:#fff; }
.page-template-location-archive-page .location-boxes ul li hr{width: 38%;border: 1px #fff solid;margin-bottom: 40px;}
.page-template-location-archive-page .location-boxes ul li p{font-weight: 500;color: white;margin: 0;padding: 0;}
.page-template-location-archive-page .location-boxes ul li a{color:#fff;}
.page-template-location-archive-page .location-boxes ul li .phone{color:#fff;font-weight: 500;}
.page-template-location-archive-page .location-boxes ul li .holder{position: relative;z-index: 3;}
.page-template-location-archive-page .location-boxes ul li:nth-child(even):after{content:'';width: 100%;top: 0;left: 0;height: 100%;position: absolute;background: rgba(0, 45, 116, 0.75);}
.page-template-location-archive-page .location-boxes ul li:nth-child(odd):after{content:'';width: 100%;top: 0;left: 0;height: 100%;position: absolute;background: rgba(252, 162, 0, 0.75);}
.page-template-location-archive-page .contact{width:100%;display:inline-block;margin-top: 40px;}
.page-template-location-archive-page .location-boxes ul li .contact .cbtn{
    border: 2px solid #fff;
    border-radius: 90px;
    background: transparent;
}
.page-template-location-archive-page .location-boxes ul li .cbtn:hover{ border-color: #002D74; color: #002D74; }
.page-template-location-archive-page .location-boxes ul li:nth-child(even) .cbtn:hover{ border-color: #faa200; color: #faa200; }

/* Thank you */

.page-template-thankyou-page .thankyou-info{
    list-style: none;
    margin: -60px 0 0 0;
    padding: 20px 0;
    
    display: flex;
    background: #faa200;
}
.page-template-thankyou-page .thankyou-info {
    display: flex;
    align-items: center;
    width: 32%;
    font-size: 20px;
    color: #002D74;
    line-height: 1.2;
    padding: 1%;
}

.mm-navbar{ background: #faa200; color: #002D74; }
#mobile-menu, .mm-panels>.mm-panel{ background: #002D74; }
.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; }

.home-page-vimeo-container{ 
    height: 550px; 
    overflow: hidden;
    
    background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 60%;
}
.mobile-request-info-section .mris-btn{
    background: #faa200;
    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%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0 ,0.25);
}
.mobile-request-info-section .mris-collapse{ 
	display: none; 
	background-color: #002D74;
	padding-top: 20px;
}
.mobile-request-info-section .mris-collapse .gform_required_legend, .mobile-request-info-section .mris-collapse .gfield_label {
	display: none !important;
}
.mobile-request-info-section .mris-collapse .ginput_container_consent{
	font-size: 13px !important;
	color: #fff !important;
}
.mobile-request-info-section .mris-collapse .gform_button{
	width: 100% !important;
	background-color: #faa200 !important;
}
.mobile-request-info-section .mris-collapse .gform_button:hover, 
.mobile-request-info-section .mris-collapse .gform_button:focus{
	color: #fff !important;
}
#mobile_video_container, #desktop_video_container{ 
    height:0; overflow:hidden; position: relative;
	padding-top: 56.25%; /* 16:9 */
}
#mobile_video_container{ height: 0; }
#mobile_video_container iframe, #desktop_video_container iframe{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.accordion-form-with-button h3{
    width: 100%;
    background: #002D74;
    text-align: center;
    font-size: 25px;
    color: #fff;
    padding: 25px;
    transition: width 2s;
    cursor: pointer;
}
.accordion-form-with-button h3:hover{
    background: #faa200;    
}
.accordion-form-with-button .cb-sidebar-form{ margin-top: 20px; }

@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; }
}

.ginput_container_consent, .cb-sidebar .cb-sidebar-form .ginput_container_consent { display: flex; align-items: flex-start; gap: 10px; }
.ginput_container_consent input, 
.cb-sidebar .cb-sidebar-form .ginput_container_consent input,
.page-template-location-page .location-form .ginput_container_consent input{ 
    width: 15px !important; 
    margin-top: 2px; 
}
.ginput_container_consent label, 
.cb-sidebar .cb-sidebar-form .ginput_container_consent label,
.page-template-location-page .location-form .ginput_container_consent label{
    display: block !important;
    margin-bottom: 0;
}
.cb-sidebar .cb-sidebar-form .ginput_container_consent a,
.page-template-location-page .location-form .ginput_container_consent a{ color: #fff !important; text-decoration: underline; }
.cb-sidebar .cb-sidebar-form .ginput_container_consent a:hover,
.page-template-location-page .location-form .ginput_container_consent a:hover{ color: #002D74 !important; }
.gfield .charleft{ display: none; }